Trace number 229672

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sugar 0.40? (TO) 1800.07 1826.62

General information on the benchmark

Namerandom/rand-2-50-23-fcd/
rand-2-50-23-587-230-fcd-15_ext.xml
MD5SUM5cc12fe96e96e3e2b22efc716ea94d96
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark468.835
SatisfiableYES
(Un)Satisfiability was proved
Number of variables50
Number of constraints469
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension469
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/229672-1170106138/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/229672-1170106138/unknown.xml [Mon Jan 29 22:28:58 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/229672-1170106138/unknown.xml /tmp/evaluation/229672-1170106138/sugar26314.csp [Mon Jan 29 22:28:58 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/229672-1170106138/sugar-v0-40.jar -convert /tmp/evaluation/229672-1170106138/unknown.xml /tmp/evaluation/229672-1170106138/sugar26314.csp
0.17	c BEGIN convert /tmp/evaluation/229672-1170106138/unknown.xml
15.61	c END convert (15.442606 seconds)
15.64	c # CONVERT_XML  END : /tmp/evaluation/229672-1170106138/sugar26314.csp 2172290 bytes (15 seconds) [Mon Jan 29 22:29:13 2007]
15.64	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
15.64	
15.64	c # GENERATE_SAT  BEGIN : /tmp/evaluation/229672-1170106138/sugar26314.bcnf [Mon Jan 29 22:29:13 2007]
15.64	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/229672-1170106138/sugar-v0-40.jar -bcnf -map /tmp/evaluation/229672-1170106138/sugar26314.map /tmp/evaluation/229672-1170106138/sugar26314.csp /tmp/evaluation/229672-1170106138/sugar26314.bcnf
15.89	c BEGIN parse /tmp/evaluation/229672-1170106138/sugar26314.csp
40.39	c END parse (24.497801 seconds)
40.39	c BEGIN simplify
40.51	c END simplify (0.116142 seconds)
40.51	c BEGIN encode /tmp/evaluation/229672-1170106138/sugar26314.bcnf
43.49	c END encode (2.976624 seconds)
43.60	c # GENERATE_SAT  END : 6444 variables 77760 clauses 7236748 bytes (28 seconds) [Mon Jan 29 22:29:41 2007]
43.60	c # GENERATE_SAT  CPU : 25.57 = 0.05 + 0.01 + 25.08 + 0.43
43.60	
43.60	c # SOLVE_SAT  BEGIN : /tmp/evaluation/229672-1170106138/sugar26314.bcnf [Mon Jan 29 22:29:41 2007]
43.60	c # CMD : /tmp/evaluation/229672-1170106138/minisat /tmp/evaluation/229672-1170106138/sugar26314.bcnf /tmp/evaluation/229672-1170106138/sugar26314.out
43.77	c ==================================[MINISAT]===================================
43.77	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
43.77	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
43.77	c ==============================================================================
43.77	c |         0 |   77760  1731419 |   25920       0        0     nan |  0.000 % |
44.77	c |       100 |   77762  1731419 |   28512      98     3096    31.6 |  0.000 % |
44.77	c |       250 |   77763  1731419 |   31363     247     5392    21.8 |  0.000 % |
44.77	c |       478 |   77763  1731419 |   34499     475     8129    17.1 |  0.000 % |
44.77	c |       816 |   77763  1731419 |   37949     813    13028    16.0 |  0.000 % |
44.77	c |      1322 |   77763  1731419 |   41744    1319    19417    14.7 |  0.000 % |
44.77	c |      2082 |   77763  1731419 |   45918    2079    30315    14.6 |  0.000 % |
45.09	c |      3221 |   77764  1731419 |   50510    3217    46347    14.4 |  0.000 % |
45.78	c |      4929 |   77764  1731419 |   55561    4925    72637    14.7 |  0.000 % |
46.99	c |      7492 |   77764  1731419 |   61118    7488   116372    15.5 |  0.000 % |
48.97	c |     11337 |   77764  1731419 |   67229   11333   185486    16.4 |  0.000 % |
52.39	c |     17103 |   77764  1731419 |   73952   17099   287144    16.8 |  0.000 % |
57.55	c |     25752 |   77764  1731419 |   81348   25748   466965    18.1 |  0.000 % |
66.79	c |     38726 |   77764  1731419 |   89482   38722   706995    18.3 |  0.000 % |
82.95	c |     58188 |   77766  1731419 |   98431   58182  1077096    18.5 |  0.000 % |
111.47	c |     87380 |   77770  1731419 |  108274   87370  1751570    20.0 |  0.000 % |
155.67	c |    131170 |   77777  1731419 |  119101   37190   835261    22.5 |  0.000 % |
221.80	c |    196856 |   77789  1731419 |  131011  102864  3014687    29.3 |  0.000 % |
333.88	c |    295384 |   77797  1731419 |  144113   86296  2700408    31.3 |  0.000 % |
504.93	c |    443173 |   77805  1731419 |  158524  106168  3181576    30.0 |  0.000 % |
842.59	c |    664857 |   77815  1731419 |  174376   47717  1417642    29.7 |  0.000 % |
1364.07	c |    997382 |   77845  1731419 |  191814   69651  1759126    25.3 |  0.000 % |
1825.61	
1825.61	s UNKNOWN
1825.61	c # INTERRUPTED
1825.61	c # MAIN  END :  (1825 seconds) [Mon Jan 29 22:59:23 2007]
1825.61	c # MAIN  CPU : 25.57 = 0.05 + 0.01 + 25.08 + 0.43
1825.61	

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node59/watcher-229672-1170106138 -o ROOT/results/node59/solver-229672-1170106138 -C 1800 -M 900 /tmp/evaluation/229672-1170106138/solver /tmp/evaluation/229672-1170106138 /tmp/evaluation/229672-1170106138/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 4.84 4.20 3.96 5/82 26315
/proc/meminfo: memFree=15440/2055920 swapFree=4192812/4192956
[pid=26314] ppid=26312 vsize=12404 CPUtime=0
/proc/26314/stat : 26314 (sugar) R 26312 26314 25961 0 -1 4194304 696 0 0 0 0 0 0 0 20 0 1 0 30570514 12701696 415 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217071558092 0 0 4224 0 0 0 0 17 1 0 0
/proc/26314/statm: 3101 415 286 3 0 201 0

[startup+0.118898 s]
/proc/loadavg: 4.84 4.20 3.96 5/82 26315
/proc/meminfo: memFree=15440/2055920 swapFree=4192812/4192956
[pid=26314] ppid=26312 vsize=13724 CPUtime=0.03
/proc/26314/stat : 26314 (sugar) S 26312 26314 25961 0 -1 4194304 1112 0 0 0 3 0 0 0 20 0 1 0 30570514 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26314/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.526942 s]
/proc/loadavg: 4.84 4.20 3.96 5/82 26315
/proc/meminfo: memFree=15440/2055920 swapFree=4192812/4192956
[pid=26314] ppid=26312 vsize=13724 CPUtime=0.03
/proc/26314/stat : 26314 (sugar) S 26312 26314 25961 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30570514 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26314/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.34803 s]
/proc/loadavg: 4.84 4.20 3.96 2/90 26323
/proc/meminfo: memFree=15632/2055920 swapFree=4192812/4192956
[pid=26314] ppid=26312 vsize=13724 CPUtime=0.03
/proc/26314/stat : 26314 (sugar) S 26312 26314 25961 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30570514 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26314/statm: 3431 805 368 3 0 531 0
[pid=26316] ppid=26314 vsize=807140 CPUtime=0.64
/proc/26316/stat : 26316 (java) D 26314 26314 25961 0 -1 0 7907 0 1 0 60 4 0 0 17 0 8 0 30570519 826511360 7653 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26316/statm: 201785 7653 1695 14 0 189063 0
[pid=26316/tid=26317] ppid=26314 vsize=807140 CPUtime=0.02
/proc/26316/task/26317/stat : 26317 (java) S 26314 26314 25961 0 -1 64 1380 0 0 0 2 0 0 0 16 0 8 0 30570522 826511360 7653 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26316/tid=26318] ppid=26314 vsize=807140 CPUtime=0
/proc/26316/task/26318/stat : 26318 (java) S 26314 26314 25961 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30570523 826511360 7653 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26316/tid=26319] ppid=26314 vsize=807140 CPUtime=0
/proc/26316/task/26319/stat : 26319 (java) S 26314 26314 25961 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30570523 826511360 7653 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26316/tid=26320] ppid=26314 vsize=807140 CPUtime=0
/proc/26316/task/26320/stat : 26320 (java) S 26314 26314 25961 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30570526 826511360 7653 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26316/tid=26321] ppid=26314 vsize=807140 CPUtime=0.13
/proc/26316/task/26321/stat : 26321 (java) S 26314 26314 25961 0 -1 64 348 0 0 0 13 0 0 0 20 0 8 0 30570526 826511360 7653 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26316/tid=26322] ppid=26314 vsize=807140 CPUtime=0
/proc/26316/task/26322/stat : 26322 (java) S 26314 26314 25961 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30570526 826511360 7653 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26316/tid=26323] ppid=26314 vsize=807140 CPUtime=0
/proc/26316/task/26323/stat : 26323 (java) S 26314 26314 25961 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30570526 826511360 7653 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 820864

[startup+3.00021 s]
/proc/loadavg: 4.84 4.20 3.96 2/90 26323
/proc/meminfo: memFree=16016/2055920 swapFree=4192812/4192956
[pid=26314] ppid=26312 vsize=13724 CPUtime=0.03
/proc/26314/stat : 26314 (sugar) S 26312 26314 25961 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30570514 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26314/statm: 3431 805 368 3 0 531 0
[pid=26316] ppid=26314 vsize=807140 CPUtime=0.67
/proc/26316/stat : 26316 (java) D 26314 26314 25961 0 -1 0 7908 0 1 0 62 5 0 0 18 0 8 0 30570519 826511360 7653 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26316/statm: 201785 7653 1695 14 0 189063 0
[pid=26316/tid=26317] ppid=26314 vsize=807140 CPUtime=0.02
/proc/26316/task/26317/stat : 26317 (java) S 26314 26314 25961 0 -1 64 1380 0 0 0 2 0 0 0 17 0 8 0 30570522 826511360 7653 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26316/tid=26318] ppid=26314 vsize=807140 CPUtime=0
/proc/26316/task/26318/stat : 26318 (java) S 26314 26314 25961 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30570523 826511360 7653 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26316/tid=26319] ppid=26314 vsize=807140 CPUtime=0
/proc/26316/task/26319/stat : 26319 (java) S 26314 26314 25961 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30570523 826511360 7653 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26316/tid=26320] ppid=26314 vsize=807140 CPUtime=0
/proc/26316/task/26320/stat : 26320 (java) S 26314 26314 25961 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30570526 826511360 7653 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26316/tid=26321] ppid=26314 vsize=807140 CPUtime=0.13
/proc/26316/task/26321/stat : 26321 (java) S 26314 26314 25961 0 -1 64 348 0 0 0 13 0 0 0 20 0 8 0 30570526 826511360 7653 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26316/tid=26322] ppid=26314 vsize=807140 CPUtime=0
/proc/26316/task/26322/stat : 26322 (java) S 26314 26314 25961 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30570526 826511360 7653 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26316/tid=26323] ppid=26314 vsize=807140 CPUtime=0
/proc/26316/task/26323/stat : 26323 (java) S 26314 26314 25961 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30570526 826511360 7653 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 820864

[startup+6.20857 s]
/proc/loadavg: 4.93 4.23 3.98 2/90 26323
/proc/meminfo: memFree=14864/2055920 swapFree=4192812/4192956
[pid=26314] ppid=26312 vsize=13724 CPUtime=0.03
/proc/26314/stat : 26314 (sugar) S 26312 26314 25961 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30570514 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26314/statm: 3431 805 368 3 0 531 0
[pid=26316] ppid=26314 vsize=807140 CPUtime=0.7
/proc/26316/stat : 26316 (java) D 26314 26314 25961 0 -1 0 7908 0 1 0 65 5 0 0 18 0 8 0 30570519 826511360 7653 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26316/statm: 201785 7653 1695 14 0 189063 0
[pid=26316/tid=26317] ppid=26314 vsize=807140 CPUtime=0.02
/proc/26316/task/26317/stat : 26317 (java) S 26314 26314 25961 0 -1 64 1380 0 0 0 2 0 0 0 16 0 8 0 30570522 826511360 7653 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26316/tid=26318] ppid=26314 vsize=807140 CPUtime=0
/proc/26316/task/26318/stat : 26318 (java) S 26314 26314 25961 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30570523 826511360 7653 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26316/tid=26319] ppid=26314 vsize=807140 CPUtime=0
/proc/26316/task/26319/stat : 26319 (java) S 26314 26314 25961 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30570523 826511360 7653 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26316/tid=26320] ppid=26314 vsize=807140 CPUtime=0
/proc/26316/task/26320/stat : 26320 (java) S 26314 26314 25961 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30570526 826511360 7653 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26316/tid=26321] ppid=26314 vsize=807140 CPUtime=0.13
/proc/26316/task/26321/stat : 26321 (java) S 26314 26314 25961 0 -1 64 348 0 0 0 13 0 0 0 17 0 8 0 30570526 826511360 7653 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26316/tid=26322] ppid=26314 vsize=807140 CPUtime=0
/proc/26316/task/26322/stat : 26322 (java) S 26314 26314 25961 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30570526 826511360 7653 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26316/tid=26323] ppid=26314 vsize=807140 CPUtime=0
/proc/26316/task/26323/stat : 26323 (java) S 26314 26314 25961 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30570526 826511360 7653 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 820864

[startup+12.6893 s]
/proc/loadavg: 4.93 4.24 3.98 2/90 26323
/proc/meminfo: memFree=15568/2055920 swapFree=4192812/4192956
[pid=26314] ppid=26312 vsize=13724 CPUtime=0.03
/proc/26314/stat : 26314 (sugar) S 26312 26314 25961 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30570514 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26314/statm: 3431 805 368 3 0 531 0
[pid=26316] ppid=26314 vsize=807140 CPUtime=0.76
/proc/26316/stat : 26316 (java) D 26314 26314 25961 0 -1 0 7910 0 1 0 71 5 0 0 18 0 8 0 30570519 826511360 7653 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26316/statm: 201785 7653 1695 14 0 189063 0
[pid=26316/tid=26317] ppid=26314 vsize=807140 CPUtime=0.02
/proc/26316/task/26317/stat : 26317 (java) S 26314 26314 25961 0 -1 64 1380 0 0 0 2 0 0 0 16 0 8 0 30570522 826511360 7653 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26316/tid=26318] ppid=26314 vsize=807140 CPUtime=0
/proc/26316/task/26318/stat : 26318 (java) S 26314 26314 25961 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30570523 826511360 7653 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26316/tid=26319] ppid=26314 vsize=807140 CPUtime=0
/proc/26316/task/26319/stat : 26319 (java) S 26314 26314 25961 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30570523 826511360 7653 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26316/tid=26320] ppid=26314 vsize=807140 CPUtime=0
/proc/26316/task/26320/stat : 26320 (java) S 26314 26314 25961 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30570526 826511360 7653 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26316/tid=26321] ppid=26314 vsize=807140 CPUtime=0.13
/proc/26316/task/26321/stat : 26321 (java) S 26314 26314 25961 0 -1 64 348 0 0 0 13 0 0 0 17 0 8 0 30570526 826511360 7653 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26316/tid=26322] ppid=26314 vsize=807140 CPUtime=0
/proc/26316/task/26322/stat : 26322 (java) S 26314 26314 25961 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30570526 826511360 7653 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26316/tid=26323] ppid=26314 vsize=807140 CPUtime=0
/proc/26316/task/26323/stat : 26323 (java) S 26314 26314 25961 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30570526 826511360 7653 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 820864

[startup+25.5825 s]
/proc/loadavg: 5.03 4.29 4.00 4/91 26331
/proc/meminfo: memFree=15120/2055920 swapFree=4192812/4192956
[pid=26314] ppid=26312 vsize=13724 CPUtime=0.03
/proc/26314/stat : 26314 (sugar) S 26312 26314 25961 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 30570514 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26314/statm: 3431 808 370 3 0 531 0
[pid=26316] ppid=26314 vsize=0 CPUtime=0.78
/proc/26316/stat : 26316 (java) Z 26314 26314 25961 0 -1 1036 7916 0 1 0 72 6 0 0 17 0 1 0 30570519 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/26316/statm: 0 0 0 0 0 0 0
[pid=26324] ppid=26314 vsize=807336 CPUtime=9.69
/proc/26324/stat : 26324 (java) R 26314 26314 25961 0 -1 0 54703 0 1 0 941 28 0 0 21 0 8 0 30572078 826712064 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073707846 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26324/statm: 201834 54111 1507 14 0 189112 0
[pid=26324/tid=26325] ppid=26314 vsize=807336 CPUtime=3.01
/proc/26324/task/26325/stat : 26325 (java) S 26314 26314 25961 0 -1 64 48274 0 0 0 280 21 0 0 16 0 8 0 30572095 826712064 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26324/tid=26326] ppid=26314 vsize=807336 CPUtime=0
/proc/26324/task/26326/stat : 26326 (java) S 26314 26314 25961 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30572095 826712064 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26324/tid=26327] ppid=26314 vsize=807336 CPUtime=0
/proc/26324/task/26327/stat : 26327 (java) S 26314 26314 25961 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30572095 826712064 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26324/tid=26328] ppid=26314 vsize=807336 CPUtime=0
/proc/26324/task/26328/stat : 26328 (java) S 26314 26314 25961 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30572099 826712064 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26324/tid=26329] ppid=26314 vsize=807336 CPUtime=0.14
/proc/26324/task/26329/stat : 26329 (java) S 26314 26314 25961 0 -1 64 402 0 0 0 14 0 0 0 16 0 8 0 30572099 826712064 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26324/tid=26330] ppid=26314 vsize=807336 CPUtime=0
/proc/26324/task/26330/stat : 26330 (java) S 26314 26314 25961 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30572099 826712064 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26324/tid=26331] ppid=26314 vsize=807336 CPUtime=0
/proc/26324/task/26331/stat : 26331 (java) S 26314 26314 25961 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30572099 826712064 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.5
Current children cumulated vsize (KiB) 821060

[startup+51.2143 s]
/proc/loadavg: 5.08 4.36 4.03 2/84 26332
/proc/meminfo: memFree=179720/2055920 swapFree=4192812/4192956
[pid=26314] ppid=26312 vsize=16716 CPUtime=25.6
/proc/26314/stat : 26314 (sugar) S 26312 26314 25961 0 -1 4194304 2029 56606 0 1 8 1 2508 43 16 0 1 0 30570514 17117184 1539 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26314/statm: 4179 1539 373 3 0 1279 0
[pid=26316] ppid=26314 vsize=0 CPUtime=0.78
/proc/26316/stat : 26316 (java) Z 26314 26314 25961 0 -1 1036 7916 0 1 0 72 6 0 0 17 0 1 0 30570519 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/26316/statm: 0 0 0 0 0 0 0
[pid=26332] ppid=26314 vsize=12492 CPUtime=7.54
/proc/26332/stat : 26332 (minisat) R 26314 26314 25961 0 -1 0 3802 0 0 0 751 3 0 0 25 0 1 0 30574874 12791808 2763 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26332/statm: 3123 2763 52 112 0 3007 0
Current children cumulated CPU time (s) 33.92
Current children cumulated vsize (KiB) 29208

[startup+102.502 s]
/proc/loadavg: 4.73 4.39 4.06 2/84 26335
/proc/meminfo: memFree=14984/2055920 swapFree=4192812/4192956
[pid=26314] ppid=26312 vsize=16716 CPUtime=25.6
/proc/26314/stat : 26314 (sugar) S 26312 26314 25961 0 -1 4194304 2029 56606 0 1 8 1 2508 43 16 0 1 0 30570514 17117184 1539 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26314/statm: 4179 1539 373 3 0 1279 0
[pid=26316] ppid=26314 vsize=0 CPUtime=0.78
/proc/26316/stat : 26316 (java) Z 26314 26314 25961 0 -1 1036 7916 0 1 0 72 6 0 0 17 0 1 0 30570519 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/26316/statm: 0 0 0 0 0 0 0
[pid=26332] ppid=26314 vsize=19864 CPUtime=58.78
/proc/26332/stat : 26332 (minisat) R 26314 26314 25961 0 -1 0 5608 0 0 0 5866 12 0 0 25 0 1 0 30574874 20340736 4569 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 1 0 0
/proc/26332/statm: 4966 4569 52 112 0 4850 0
Current children cumulated CPU time (s) 85.16
Current children cumulated vsize (KiB) 36580

[startup+162.548 s]
/proc/loadavg: 4.98 4.53 4.13 2/84 26335
/proc/meminfo: memFree=15880/2055920 swapFree=4192812/4192956

################
# More data... #
################

/proc/26332/stat : 26332 (minisat) R 26314 26314 25961 0 -1 0 10927 0 0 0 119375 66 0 0 25 0 1 0 30574874 42672128 9880 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26332/statm: 10418 9880 52 112 0 10302 0
Current children cumulated CPU time (s) 1220.79
Current children cumulated vsize (KiB) 58388

[startup+1303.37 s]
/proc/loadavg: 2.00 2.10 2.77 3/77 26405
/proc/meminfo: memFree=1135744/2055920 swapFree=4192812/4192956
[pid=26314] ppid=26312 vsize=16716 CPUtime=25.6
/proc/26314/stat : 26314 (sugar) S 26312 26314 25961 0 -1 4194304 2029 56606 0 1 8 1 2508 43 16 0 1 0 30570514 17117184 1539 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26314/statm: 4179 1539 373 3 0 1279 0
[pid=26316] ppid=26314 vsize=0 CPUtime=0.78
/proc/26316/stat : 26316 (java) Z 26314 26314 25961 0 -1 1036 7916 0 1 0 72 6 0 0 17 0 1 0 30570519 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/26316/statm: 0 0 0 0 0 0 0
[pid=26332] ppid=26314 vsize=42324 CPUtime=1254.1
/proc/26332/stat : 26332 (minisat) R 26314 26314 25961 0 -1 0 11120 0 0 0 125343 67 0 0 25 0 1 0 30574874 43339776 10073 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26332/statm: 10581 10073 52 112 0 10465 0
Current children cumulated CPU time (s) 1280.48
Current children cumulated vsize (KiB) 59040

[startup+1363.37 s]
/proc/loadavg: 2.00 2.08 2.71 3/77 26405
/proc/meminfo: memFree=1134656/2055920 swapFree=4192812/4192956
[pid=26314] ppid=26312 vsize=16716 CPUtime=25.6
/proc/26314/stat : 26314 (sugar) S 26312 26314 25961 0 -1 4194304 2029 56606 0 1 8 1 2508 43 16 0 1 0 30570514 17117184 1539 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26314/statm: 4179 1539 373 3 0 1279 0
[pid=26316] ppid=26314 vsize=0 CPUtime=0.78
/proc/26316/stat : 26316 (java) Z 26314 26314 25961 0 -1 1036 7916 0 1 0 72 6 0 0 17 0 1 0 30570519 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/26316/statm: 0 0 0 0 0 0 0
[pid=26332] ppid=26314 vsize=43372 CPUtime=1313.81
/proc/26332/stat : 26332 (minisat) R 26314 26314 25961 0 -1 0 11369 0 0 0 131313 68 0 0 25 0 1 0 30574874 44412928 10322 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26332/statm: 10843 10322 52 112 0 10727 0
Current children cumulated CPU time (s) 1340.19
Current children cumulated vsize (KiB) 60088

[startup+1423.38 s]
/proc/loadavg: 2.00 2.06 2.67 3/77 26405
/proc/meminfo: memFree=1134464/2055920 swapFree=4192812/4192956
[pid=26314] ppid=26312 vsize=16716 CPUtime=25.6
/proc/26314/stat : 26314 (sugar) S 26312 26314 25961 0 -1 4194304 2029 56606 0 1 8 1 2508 43 16 0 1 0 30570514 17117184 1539 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26314/statm: 4179 1539 373 3 0 1279 0
[pid=26316] ppid=26314 vsize=0 CPUtime=0.78
/proc/26316/stat : 26316 (java) Z 26314 26314 25961 0 -1 1036 7916 0 1 0 72 6 0 0 17 0 1 0 30570519 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/26316/statm: 0 0 0 0 0 0 0
[pid=26332] ppid=26314 vsize=43528 CPUtime=1373.51
/proc/26332/stat : 26332 (minisat) R 26314 26314 25961 0 -1 0 11396 0 0 0 137283 68 0 0 25 0 1 0 30574874 44572672 10349 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26332/statm: 10882 10349 52 112 0 10766 0
Current children cumulated CPU time (s) 1399.89
Current children cumulated vsize (KiB) 60244

[startup+1483.48 s]
/proc/loadavg: 2.00 2.05 2.62 3/77 26405
/proc/meminfo: memFree=1134144/2055920 swapFree=4192812/4192956
[pid=26314] ppid=26312 vsize=16716 CPUtime=25.6
/proc/26314/stat : 26314 (sugar) S 26312 26314 25961 0 -1 4194304 2029 56606 0 1 8 1 2508 43 16 0 1 0 30570514 17117184 1539 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26314/statm: 4179 1539 373 3 0 1279 0
[pid=26316] ppid=26314 vsize=0 CPUtime=0.78
/proc/26316/stat : 26316 (java) Z 26314 26314 25961 0 -1 1036 7916 0 1 0 72 6 0 0 17 0 1 0 30570519 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/26316/statm: 0 0 0 0 0 0 0
[pid=26332] ppid=26314 vsize=43876 CPUtime=1433.3
/proc/26332/stat : 26332 (minisat) R 26314 26314 25961 0 -1 0 11474 0 0 0 143262 68 0 0 25 0 1 0 30574874 44929024 10427 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528429 0 0 4096 3 0 0 0 17 0 0 0
/proc/26332/statm: 10969 10427 52 112 0 10853 0
Current children cumulated CPU time (s) 1459.68
Current children cumulated vsize (KiB) 60592

[startup+1543.58 s]
/proc/loadavg: 2.00 2.04 2.58 3/77 26405
/proc/meminfo: memFree=1133696/2055920 swapFree=4192812/4192956
[pid=26314] ppid=26312 vsize=16716 CPUtime=25.6
/proc/26314/stat : 26314 (sugar) S 26312 26314 25961 0 -1 4194304 2029 56606 0 1 8 1 2508 43 16 0 1 0 30570514 17117184 1539 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26314/statm: 4179 1539 373 3 0 1279 0
[pid=26316] ppid=26314 vsize=0 CPUtime=0.78
/proc/26316/stat : 26316 (java) Z 26314 26314 25961 0 -1 1036 7916 0 1 0 72 6 0 0 17 0 1 0 30570519 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/26316/statm: 0 0 0 0 0 0 0
[pid=26332] ppid=26314 vsize=44040 CPUtime=1493.1
/proc/26332/stat : 26332 (minisat) R 26314 26314 25961 0 -1 0 11521 0 0 0 149242 68 0 0 25 0 1 0 30574874 45096960 10474 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26332/statm: 11010 10474 52 112 0 10894 0
Current children cumulated CPU time (s) 1519.48
Current children cumulated vsize (KiB) 60756

[startup+1603.68 s]
/proc/loadavg: 2.00 2.03 2.54 3/77 26405
/proc/meminfo: memFree=1133440/2055920 swapFree=4192812/4192956
[pid=26314] ppid=26312 vsize=16716 CPUtime=25.6
/proc/26314/stat : 26314 (sugar) S 26312 26314 25961 0 -1 4194304 2029 56606 0 1 8 1 2508 43 16 0 1 0 30570514 17117184 1539 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26314/statm: 4179 1539 373 3 0 1279 0
[pid=26316] ppid=26314 vsize=0 CPUtime=0.78
/proc/26316/stat : 26316 (java) Z 26314 26314 25961 0 -1 1036 7916 0 1 0 72 6 0 0 17 0 1 0 30570519 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/26316/statm: 0 0 0 0 0 0 0
[pid=26332] ppid=26314 vsize=44228 CPUtime=1552.89
/proc/26332/stat : 26332 (minisat) R 26314 26314 25961 0 -1 0 11571 0 0 0 155221 68 0 0 25 0 1 0 30574874 45289472 10524 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26332/statm: 11057 10524 52 112 0 10941 0
Current children cumulated CPU time (s) 1579.27
Current children cumulated vsize (KiB) 60944

[startup+1663.68 s]
/proc/loadavg: 2.00 2.02 2.51 3/77 26405
/proc/meminfo: memFree=1133248/2055920 swapFree=4192812/4192956
[pid=26314] ppid=26312 vsize=16716 CPUtime=25.6
/proc/26314/stat : 26314 (sugar) S 26312 26314 25961 0 -1 4194304 2029 56606 0 1 8 1 2508 43 16 0 1 0 30570514 17117184 1539 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26314/statm: 4179 1539 373 3 0 1279 0
[pid=26316] ppid=26314 vsize=0 CPUtime=0.78
/proc/26316/stat : 26316 (java) Z 26314 26314 25961 0 -1 1036 7916 0 1 0 72 6 0 0 17 0 1 0 30570519 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/26316/statm: 0 0 0 0 0 0 0
[pid=26332] ppid=26314 vsize=44372 CPUtime=1612.58
/proc/26332/stat : 26332 (minisat) R 26314 26314 25961 0 -1 0 11601 0 0 0 161189 69 0 0 25 0 1 0 30574874 45436928 10554 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26332/statm: 11093 10554 52 112 0 10977 0
Current children cumulated CPU time (s) 1638.96
Current children cumulated vsize (KiB) 61088

[startup+1723.68 s]
/proc/loadavg: 2.00 2.02 2.47 3/77 26405
/proc/meminfo: memFree=1132928/2055920 swapFree=4192812/4192956
[pid=26314] ppid=26312 vsize=16716 CPUtime=25.6
/proc/26314/stat : 26314 (sugar) S 26312 26314 25961 0 -1 4194304 2029 56606 0 1 8 1 2508 43 16 0 1 0 30570514 17117184 1539 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26314/statm: 4179 1539 373 3 0 1279 0
[pid=26316] ppid=26314 vsize=0 CPUtime=0.78
/proc/26316/stat : 26316 (java) Z 26314 26314 25961 0 -1 1036 7916 0 1 0 72 6 0 0 17 0 1 0 30570519 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/26316/statm: 0 0 0 0 0 0 0
[pid=26332] ppid=26314 vsize=44660 CPUtime=1672.29
/proc/26332/stat : 26332 (minisat) R 26314 26314 25961 0 -1 0 11681 0 0 0 167160 69 0 0 25 0 1 0 30574874 45731840 10634 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528710 0 0 4096 3 0 0 0 17 0 0 0
/proc/26332/statm: 11165 10634 52 112 0 11049 0
Current children cumulated CPU time (s) 1698.67
Current children cumulated vsize (KiB) 61376

[startup+1783.78 s]
/proc/loadavg: 2.00 2.01 2.44 4/77 26405
/proc/meminfo: memFree=1132800/2055920 swapFree=4192812/4192956
[pid=26314] ppid=26312 vsize=16716 CPUtime=25.6
/proc/26314/stat : 26314 (sugar) S 26312 26314 25961 0 -1 4194304 2029 56606 0 1 8 1 2508 43 16 0 1 0 30570514 17117184 1539 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26314/statm: 4179 1539 373 3 0 1279 0
[pid=26316] ppid=26314 vsize=0 CPUtime=0.78
/proc/26316/stat : 26316 (java) Z 26314 26314 25961 0 -1 1036 7916 0 1 0 72 6 0 0 17 0 1 0 30570519 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/26316/statm: 0 0 0 0 0 0 0
[pid=26332] ppid=26314 vsize=44660 CPUtime=1732.08
/proc/26332/stat : 26332 (minisat) R 26314 26314 25961 0 -1 0 11688 0 0 0 173139 69 0 0 25 0 1 0 30574874 45731840 10641 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 0 0 0
/proc/26332/statm: 11165 10641 52 112 0 11049 0
Current children cumulated CPU time (s) 1758.46
Current children cumulated vsize (KiB) 61376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1825.6 s]
/proc/loadavg: 2.00 2.01 2.42 3/77 26405
/proc/meminfo: memFree=1132736/2055920 swapFree=4192812/4192956
[pid=26314] ppid=26312 vsize=16716 CPUtime=25.6
/proc/26314/stat : 26314 (sugar) S 26312 26314 25961 0 -1 4194304 2029 56606 0 1 8 1 2508 43 16 0 1 0 30570514 17117184 1539 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26314/statm: 4179 1539 373 3 0 1279 0
[pid=26316] ppid=26314 vsize=0 CPUtime=0.78
/proc/26316/stat : 26316 (java) Z 26314 26314 25961 0 -1 1036 7916 0 1 0 72 6 0 0 17 0 1 0 30570519 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/26316/statm: 0 0 0 0 0 0 0
[pid=26332] ppid=26314 vsize=44840 CPUtime=1773.68
/proc/26332/stat : 26332 (minisat) R 26314 26314 25961 0 -1 0 11704 0 0 0 177299 69 0 0 25 0 1 0 30574874 45916160 10657 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26332/statm: 11210 10657 52 112 0 11094 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 61556

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 26314 and gives childrusage.ru_utime.tv_sec=25 childrusage.ru_utime.tv_usec=169173 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=452931
CPU time returned by wait4() is 25.6221
while last known CPU time is 1800.07

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 1826.62
CPU time (s): 1800.07
CPU user time (s): 1798.87
CPU system time (s): 1.2
CPU usage (%): 98.5465
Max. virtual memory (cumulated for all children) (KiB): 822064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.1692
system time used= 0.452931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58720
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5123
involuntary context switches= 4945

runsolver used 2.10168 s user time and 5.30619 s system time

The end

Launcher Data (download as text)

Begin job on node59 on Mon Jan 29 21:28:58 UTC 2007


IDJOB= 229672
IDBENCH= 6344
IDSOLVER= 86
FILE ID= node59/229672-1170106138

PBS_JOBID= 3689842

Free space on /tmp= 31493 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-50-23-fcd/rand-2-50-23-587-230-fcd-15_ext.xml
COMMAND LINE= /tmp/evaluation/229672-1170106138/solver /tmp/evaluation/229672-1170106138 /tmp/evaluation/229672-1170106138/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-229672-1170106138 -o ROOT/results/node59/solver-229672-1170106138 -C 1800 -M 900  /tmp/evaluation/229672-1170106138/solver /tmp/evaluation/229672-1170106138 /tmp/evaluation/229672-1170106138/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  5cc12fe96e96e3e2b22efc716ea94d96

RANDOM SEED= 418191395

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.225
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.225
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:         15984 kB
Buffers:          4128 kB
Cached:        1756324 kB
SwapCached:          0 kB
Active:         195696 kB
Inactive:      1739200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         15984 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          501612 kB
Writeback:           0 kB
Mapped:         191256 kB
Slab:            89748 kB
Committed_AS:   431224 kB
PageTables:       2248 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66372 MiB



End job on node59 on Mon Jan 29 21:59:24 UTC 2007