Trace number 194597

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.08 1809.6

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-36_ext.xml
MD5SUM5cc70c955c6649b65336a874a22bcadf
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints475
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension475
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/194597-1170090276/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/194597-1170090276/unknown.xml [Mon Jan 29 18:04:36 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/194597-1170090276/unknown.xml /tmp/evaluation/194597-1170090276/sugar23716.csp [Mon Jan 29 18:04:36 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194597-1170090276/sugar-v0-40.jar -convert /tmp/evaluation/194597-1170090276/unknown.xml /tmp/evaluation/194597-1170090276/sugar23716.csp
0.17	c BEGIN convert /tmp/evaluation/194597-1170090276/unknown.xml
0.82	c END convert (0.648716 seconds)
0.85	c # CONVERT_XML  END : /tmp/evaluation/194597-1170090276/sugar23716.csp 2175289 bytes (1 seconds) [Mon Jan 29 18:04:37 2007]
0.85	c # CONVERT_XML  CPU : 0.76 = 0 + 0 + 0.71 + 0.05
0.85	
0.85	c # GENERATE_SAT  BEGIN : /tmp/evaluation/194597-1170090276/sugar23716.bcnf [Mon Jan 29 18:04:37 2007]
0.85	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194597-1170090276/sugar-v0-40.jar -bcnf -map /tmp/evaluation/194597-1170090276/sugar23716.map /tmp/evaluation/194597-1170090276/sugar23716.csp /tmp/evaluation/194597-1170090276/sugar23716.bcnf
0.97	c BEGIN parse /tmp/evaluation/194597-1170090276/sugar23716.csp
36.25	c END parse (35.288019 seconds)
36.25	c BEGIN simplify
36.40	c END simplify (0.141464 seconds)
36.40	c BEGIN encode /tmp/evaluation/194597-1170090276/sugar23716.bcnf
37.85	c END encode (1.45361 seconds)
37.96	c # GENERATE_SAT  END : 8150 variables 81206 clauses 9510200 bytes (37 seconds) [Mon Jan 29 18:05:14 2007]
37.96	c # GENERATE_SAT  CPU : 36.65 = 0.06 + 0.01 + 36.11 + 0.47
37.96	
37.96	c # SOLVE_SAT  BEGIN : /tmp/evaluation/194597-1170090276/sugar23716.bcnf [Mon Jan 29 18:05:14 2007]
37.96	c # CMD : /tmp/evaluation/194597-1170090276/minisat /tmp/evaluation/194597-1170090276/sugar23716.bcnf /tmp/evaluation/194597-1170090276/sugar23716.out
38.18	c ==================================[MINISAT]===================================
38.18	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
38.18	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
38.18	c ==============================================================================
38.18	c |         0 |   81206  2296334 |   27068       0        0     nan |  0.000 % |
38.23	c |       100 |   81208  2296334 |   29774      98     5214    53.2 |  0.000 % |
38.29	c |       250 |   81208  2296334 |   32752     248     7663    30.9 |  0.000 % |
38.39	c |       479 |   81208  2296334 |   36027     477    11021    23.1 |  0.000 % |
38.54	c |       819 |   81209  2296334 |   39630     816    18636    22.8 |  0.000 % |
38.80	c |      1325 |   81210  2296334 |   43593    1321    30772    23.3 |  0.000 % |
39.16	c |      2086 |   81211  2296334 |   47952    2081    56570    27.2 |  0.000 % |
39.73	c |      3225 |   81212  2296334 |   52747    3219    82624    25.7 |  0.000 % |
40.54	c |      4937 |   81213  2296334 |   58022    4930   115842    23.5 |  0.000 % |
41.83	c |      7500 |   81215  2296334 |   63824    7491   180572    24.1 |  0.000 % |
43.88	c |     11345 |   81216  2296334 |   70207   11335   291070    25.7 |  0.000 % |
47.43	c |     17111 |   81217  2296334 |   77228   17100   439968    25.7 |  0.000 % |
54.00	c |     25762 |   81217  2296334 |   84950   25751   721739    28.0 |  0.000 % |
66.18	c |     38736 |   81218  2296334 |   93446   38724  1049321    27.1 |  0.000 % |
86.55	c |     58197 |   81221  2296334 |  102790   58182  1898027    32.6 |  0.000 % |
124.14	c |     87389 |   81226  2296334 |  113069   87369  2957194    33.8 |  0.000 % |
185.17	c |    131180 |   81229  2296334 |  124376   36925  1094846    29.7 |  0.000 % |
270.01	c |    196865 |   81240  2296334 |  136814  102599  3394030    33.1 |  0.000 % |
390.03	c |    295391 |   81254  2296334 |  150495   81808  3479659    42.5 |  0.000 % |
596.89	c |    443181 |   81261  2296334 |  165545   98513  4543862    46.1 |  0.000 % |
977.01	c |    664866 |   81280  2296334 |  182099   27363   825215    30.2 |  0.000 % |
1481.11	c |    997391 |   81305  2296334 |  200309   39087  1309342    33.5 |  0.000 % |
1808.59	
1808.59	s UNKNOWN
1808.59	c # INTERRUPTED
1808.59	c # MAIN  END :  (1809 seconds) [Mon Jan 29 18:34:45 2007]
1808.59	c # MAIN  CPU : 37.41 = 0.06 + 0.01 + 36.82 + 0.52
1808.59	

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/node16/watcher-194597-1170090276 -o ROOT/results/node16/solver-194597-1170090276 -C 1800 -M 900 /tmp/evaluation/194597-1170090276/solver /tmp/evaluation/194597-1170090276 /tmp/evaluation/194597-1170090276/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: 0.96 0.50 0.19 2/87 23717
/proc/meminfo: memFree=1714472/2055920 swapFree=4192956/4192956
[pid=23716] ppid=23713 vsize=4708 CPUtime=0
/proc/23716/stat : 23716 (sugar) R 23713 23716 23613 0 -1 4194304 307 0 0 0 0 0 0 0 18 0 1 0 28981973 4820992 43 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231959754121 0 0 4096 0 0 0 0 17 1 0 0
/proc/23716/statm: 1177 43 33 3 0 8 0

[startup+0.103018 s]
/proc/loadavg: 0.96 0.50 0.19 2/87 23717
/proc/meminfo: memFree=1714472/2055920 swapFree=4192956/4192956
[pid=23716] ppid=23713 vsize=13724 CPUtime=0.03
/proc/23716/stat : 23716 (sugar) S 23713 23716 23613 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 28981973 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23716/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.510976 s]
/proc/loadavg: 0.96 0.50 0.19 2/87 23717
/proc/meminfo: memFree=1714472/2055920 swapFree=4192956/4192956
[pid=23716] ppid=23713 vsize=13724 CPUtime=0.03
/proc/23716/stat : 23716 (sugar) S 23713 23716 23613 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 28981973 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23716/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.3389 s]
/proc/loadavg: 0.96 0.50 0.19 4/102 23748
/proc/meminfo: memFree=1686768/2055920 swapFree=4192956/4192956
[pid=23716] ppid=23713 vsize=13724 CPUtime=0.79
/proc/23716/stat : 23716 (sugar) S 23713 23716 23613 0 -1 4194304 1190 7924 0 1 3 0 71 5 15 0 1 0 28981973 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23716/statm: 3431 809 371 3 0 531 0
[pid=23733] ppid=23716 vsize=807064 CPUtime=0.45
/proc/23733/stat : 23733 (java) R 23716 23716 23613 0 -1 0 7315 0 1 0 43 2 0 0 24 0 8 0 28982059 826433536 7064 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073514049 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23733/statm: 201766 7064 1494 14 0 189044 0
[pid=23733/tid=23734] ppid=23716 vsize=807064 CPUtime=0.05
/proc/23733/task/23734/stat : 23734 (java) S 23716 23716 23613 0 -1 64 1263 0 0 0 5 0 0 0 16 0 8 0 28982062 826433536 7064 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23733/tid=23735] ppid=23716 vsize=807064 CPUtime=0
/proc/23733/task/23735/stat : 23735 (java) S 23716 23716 23613 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28982062 826433536 7064 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23733/tid=23736] ppid=23716 vsize=807064 CPUtime=0
/proc/23733/task/23736/stat : 23736 (java) S 23716 23716 23613 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28982062 826433536 7064 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23733/tid=23738] ppid=23716 vsize=807064 CPUtime=0
/proc/23733/task/23738/stat : 23738 (java) S 23716 23716 23613 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 28982065 826433536 7064 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23733/tid=23739] ppid=23716 vsize=807064 CPUtime=0.05
/proc/23733/task/23739/stat : 23739 (java) S 23716 23716 23613 0 -1 64 292 0 0 0 5 0 0 0 18 0 8 0 28982065 826433536 7064 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23733/tid=23740] ppid=23716 vsize=807064 CPUtime=0
/proc/23733/task/23740/stat : 23740 (java) S 23716 23716 23613 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 28982065 826433536 7064 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23733/tid=23741] ppid=23716 vsize=807064 CPUtime=0
/proc/23733/task/23741/stat : 23741 (java) S 23716 23716 23613 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28982065 826433536 7064 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 820788

[startup+2.97571 s]
/proc/loadavg: 1.21 0.56 0.21 3/102 23748
/proc/meminfo: memFree=1634224/2055920 swapFree=4192956/4192956
[pid=23716] ppid=23713 vsize=13724 CPUtime=0.79
/proc/23716/stat : 23716 (sugar) S 23713 23716 23613 0 -1 4194304 1190 7924 0 1 3 0 71 5 15 0 1 0 28981973 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23716/statm: 3431 809 371 3 0 531 0
[pid=23733] ppid=23716 vsize=807064 CPUtime=2.08
/proc/23733/stat : 23733 (java) R 23716 23716 23613 0 -1 0 14199 0 1 0 202 6 0 0 25 0 8 0 28982059 826433536 13932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073455991 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23733/statm: 201766 13932 1494 14 0 189044 0
[pid=23733/tid=23734] ppid=23716 vsize=807064 CPUtime=0.57
/proc/23733/task/23734/stat : 23734 (java) S 23716 23716 23613 0 -1 64 8131 0 0 0 54 3 0 0 16 0 8 0 28982062 826433536 13932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23733/tid=23735] ppid=23716 vsize=807064 CPUtime=0
/proc/23733/task/23735/stat : 23735 (java) S 23716 23716 23613 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28982062 826433536 13932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23733/tid=23736] ppid=23716 vsize=807064 CPUtime=0
/proc/23733/task/23736/stat : 23736 (java) S 23716 23716 23613 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28982062 826433536 13932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23733/tid=23738] ppid=23716 vsize=807064 CPUtime=0
/proc/23733/task/23738/stat : 23738 (java) S 23716 23716 23613 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 28982065 826433536 13932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23733/tid=23739] ppid=23716 vsize=807064 CPUtime=0.05
/proc/23733/task/23739/stat : 23739 (java) S 23716 23716 23613 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 28982065 826433536 13932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23733/tid=23740] ppid=23716 vsize=807064 CPUtime=0
/proc/23733/task/23740/stat : 23740 (java) S 23716 23716 23613 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 28982065 826433536 13932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23733/tid=23741] ppid=23716 vsize=807064 CPUtime=0
/proc/23733/task/23741/stat : 23741 (java) S 23716 23716 23613 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28982065 826433536 13932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 820788

[startup+6.17736 s]
/proc/loadavg: 1.21 0.56 0.21 3/102 23748
/proc/meminfo: memFree=1483568/2055920 swapFree=4192956/4192956
[pid=23716] ppid=23713 vsize=13724 CPUtime=0.79
/proc/23716/stat : 23716 (sugar) S 23713 23716 23613 0 -1 4194304 1190 7924 0 1 3 0 71 5 15 0 1 0 28981973 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23716/statm: 3431 809 371 3 0 531 0
[pid=23733] ppid=23716 vsize=807336 CPUtime=5.26
/proc/23733/stat : 23733 (java) R 23716 23716 23613 0 -1 0 32286 0 1 0 511 15 0 0 25 0 8 0 28982059 826712064 31948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073332702 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23733/statm: 201834 31948 1506 14 0 189112 0
[pid=23733/tid=23734] ppid=23716 vsize=807336 CPUtime=1.44
/proc/23733/task/23734/stat : 23734 (java) S 23716 23716 23613 0 -1 64 25997 0 0 0 133 11 0 0 16 0 8 0 28982062 826712064 31948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23733/tid=23735] ppid=23716 vsize=807336 CPUtime=0
/proc/23733/task/23735/stat : 23735 (java) S 23716 23716 23613 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28982062 826712064 31948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23733/tid=23736] ppid=23716 vsize=807336 CPUtime=0
/proc/23733/task/23736/stat : 23736 (java) S 23716 23716 23613 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28982062 826712064 31948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23733/tid=23738] ppid=23716 vsize=807336 CPUtime=0
/proc/23733/task/23738/stat : 23738 (java) S 23716 23716 23613 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 28982065 826712064 31948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23733/tid=23739] ppid=23716 vsize=807336 CPUtime=0.13
/proc/23733/task/23739/stat : 23739 (java) S 23716 23716 23613 0 -1 64 400 0 0 0 13 0 0 0 16 0 8 0 28982065 826712064 31948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23733/tid=23740] ppid=23716 vsize=807336 CPUtime=0
/proc/23733/task/23740/stat : 23740 (java) S 23716 23716 23613 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 28982065 826712064 31948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23733/tid=23741] ppid=23716 vsize=807336 CPUtime=0
/proc/23733/task/23741/stat : 23741 (java) S 23716 23716 23613 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28982065 826712064 31948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 821060

[startup+12.6356 s]
/proc/loadavg: 1.33 0.61 0.23 3/102 23748
/proc/meminfo: memFree=1286128/2055920 swapFree=4192956/4192956
[pid=23716] ppid=23713 vsize=13724 CPUtime=0.79
/proc/23716/stat : 23716 (sugar) S 23713 23716 23613 0 -1 4194304 1190 7924 0 1 3 0 71 5 15 0 1 0 28981973 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23716/statm: 3431 809 371 3 0 531 0
[pid=23733] ppid=23716 vsize=807336 CPUtime=11.64
/proc/23733/stat : 23733 (java) R 23716 23716 23613 0 -1 0 54871 0 1 0 1136 28 0 0 25 0 8 0 28982059 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073746898 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23733/statm: 201834 54114 1507 14 0 189112 0
[pid=23733/tid=23734] ppid=23716 vsize=807336 CPUtime=3.65
/proc/23733/task/23734/stat : 23734 (java) S 23716 23716 23613 0 -1 64 48389 0 0 0 342 23 0 0 16 0 8 0 28982062 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23733/tid=23735] ppid=23716 vsize=807336 CPUtime=0
/proc/23733/task/23735/stat : 23735 (java) S 23716 23716 23613 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28982062 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23733/tid=23736] ppid=23716 vsize=807336 CPUtime=0
/proc/23733/task/23736/stat : 23736 (java) S 23716 23716 23613 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28982062 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23733/tid=23738] ppid=23716 vsize=807336 CPUtime=0
/proc/23733/task/23738/stat : 23738 (java) S 23716 23716 23613 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 28982065 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23733/tid=23739] ppid=23716 vsize=807336 CPUtime=0.13
/proc/23733/task/23739/stat : 23739 (java) S 23716 23716 23613 0 -1 64 403 0 0 0 13 0 0 0 16 0 8 0 28982065 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23733/tid=23740] ppid=23716 vsize=807336 CPUtime=0
/proc/23733/task/23740/stat : 23740 (java) S 23716 23716 23613 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 28982065 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23733/tid=23741] ppid=23716 vsize=807336 CPUtime=0
/proc/23733/task/23741/stat : 23741 (java) S 23716 23716 23613 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28982065 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 821060

[startup+25.4592 s]
/proc/loadavg: 1.74 0.72 0.27 4/102 23748
/proc/meminfo: memFree=1286128/2055920 swapFree=4192956/4192956
[pid=23716] ppid=23713 vsize=13724 CPUtime=0.79
/proc/23716/stat : 23716 (sugar) S 23713 23716 23613 0 -1 4194304 1190 7924 0 1 3 0 71 5 15 0 1 0 28981973 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23716/statm: 3431 809 371 3 0 531 0
[pid=23733] ppid=23716 vsize=807336 CPUtime=24.28
/proc/23733/stat : 23733 (java) R 23716 23716 23613 0 -1 0 55852 0 1 0 2395 33 0 0 25 0 8 0 28982059 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073746898 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23733/statm: 201834 54114 1507 14 0 189112 0
[pid=23733/tid=23734] ppid=23716 vsize=807336 CPUtime=8.35
/proc/23733/task/23734/stat : 23734 (java) S 23716 23716 23613 0 -1 64 49011 0 0 0 809 26 0 0 16 0 8 0 28982062 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23733/tid=23735] ppid=23716 vsize=807336 CPUtime=0
/proc/23733/task/23735/stat : 23735 (java) S 23716 23716 23613 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28982062 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23733/tid=23736] ppid=23716 vsize=807336 CPUtime=0
/proc/23733/task/23736/stat : 23736 (java) S 23716 23716 23613 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28982062 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23733/tid=23738] ppid=23716 vsize=807336 CPUtime=0
/proc/23733/task/23738/stat : 23738 (java) S 23716 23716 23613 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 28982065 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23733/tid=23739] ppid=23716 vsize=807336 CPUtime=0.13
/proc/23733/task/23739/stat : 23739 (java) S 23716 23716 23613 0 -1 64 403 0 0 0 13 0 0 0 16 0 8 0 28982065 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23733/tid=23740] ppid=23716 vsize=807336 CPUtime=0
/proc/23733/task/23740/stat : 23740 (java) S 23716 23716 23613 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 28982065 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23733/tid=23741] ppid=23716 vsize=807336 CPUtime=0
/proc/23733/task/23741/stat : 23741 (java) S 23716 23716 23613 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28982065 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 821060

[startup+51.0914 s]
/proc/loadavg: 1.88 0.83 0.32 3/88 23750
/proc/meminfo: memFree=1653600/2055920 swapFree=4192956/4192956
[pid=23716] ppid=23713 vsize=17508 CPUtime=37.44
/proc/23716/stat : 23716 (sugar) S 23713 23716 23613 0 -1 4194304 2242 70006 0 2 9 1 3682 52 16 0 1 0 28981973 17928192 1753 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23716/statm: 4377 1753 373 3 0 1477 0
[pid=23750] ppid=23716 vsize=16632 CPUtime=13.06
/proc/23750/stat : 23750 (minisat) R 23716 23716 23613 0 -1 0 4824 0 0 0 1302 4 0 0 25 0 1 0 28985769 17031168 3784 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23750/statm: 4158 3784 52 112 0 4042 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 34140

[startup+102.315 s]
/proc/loadavg: 1.95 1.03 0.41 3/88 23750
/proc/meminfo: memFree=1639136/2055920 swapFree=4192956/4192956
[pid=23716] ppid=23713 vsize=17508 CPUtime=37.44
/proc/23716/stat : 23716 (sugar) S 23713 23716 23613 0 -1 4194304 2242 70006 0 2 9 1 3682 52 16 0 1 0 28981973 17928192 1753 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23716/statm: 4377 1753 373 3 0 1477 0
[pid=23750] ppid=23716 vsize=25408 CPUtime=64.04
/proc/23750/stat : 23750 (minisat) R 23716 23716 23613 0 -1 0 6994 0 0 0 6397 7 0 0 25 0 1 0 28985769 26017792 5954 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 1 0 0
/proc/23750/statm: 6352 5954 52 112 0 6236 0
Current children cumulated CPU time (s) 101.48
Current children cumulated vsize (KiB) 42916

[startup+162.355 s]
/proc/loadavg: 1.98 1.20 0.51 3/88 23750
/proc/meminfo: memFree=1627616/2055920 swapFree=4192956/4192956
[pid=23716] ppid=23713 vsize=17508 CPUtime=37.44
/proc/23716/stat : 23716 (sugar) S 23713 23716 23613 0 -1 4194304 2242 70006 0 2 9 1 3682 52 16 0 1 0 28981973 17928192 1753 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23716/statm: 4377 1753 373 3 0 1477 0
[pid=23750] ppid=23716 vsize=33064 CPUtime=123.82
/proc/23750/stat : 23750 (minisat) R 23716 23716 23613 0 -1 0 8886 0 0 0 12372 10 0 0 25 0 1 0 28985769 33857536 7846 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/23750/statm: 8266 7846 52 112 0 8150 0
Current children cumulated CPU time (s) 161.26
Current children cumulated vsize (KiB) 50572


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

/proc/loadavg: 2.05 1.99 1.45 3/88 23750
/proc/meminfo: memFree=1589984/2055920 swapFree=4192956/4192956
[pid=23716] ppid=23713 vsize=17508 CPUtime=37.44
/proc/23716/stat : 23716 (sugar) S 23713 23716 23613 0 -1 4194304 2242 70006 0 2 9 1 3682 52 16 0 1 0 28981973 17928192 1753 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23716/statm: 4377 1753 373 3 0 1477 0
[pid=23750] ppid=23716 vsize=48604 CPUtime=1080.19
/proc/23750/stat : 23750 (minisat) R 23716 23716 23613 0 -1 0 12681 0 0 0 107997 22 0 0 25 0 1 0 28985769 49770496 11641 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23750/statm: 12151 11641 52 112 0 12035 0
Current children cumulated CPU time (s) 1117.63
Current children cumulated vsize (KiB) 66112

[startup+1183.1 s]
/proc/loadavg: 2.02 1.99 1.48 3/88 23750
/proc/meminfo: memFree=1589664/2055920 swapFree=4192956/4192956
[pid=23716] ppid=23713 vsize=17508 CPUtime=37.44
/proc/23716/stat : 23716 (sugar) S 23713 23716 23613 0 -1 4194304 2242 70006 0 2 9 1 3682 52 16 0 1 0 28981973 17928192 1753 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23716/statm: 4377 1753 373 3 0 1477 0
[pid=23750] ppid=23716 vsize=48604 CPUtime=1139.97
/proc/23750/stat : 23750 (minisat) R 23716 23716 23613 0 -1 0 12691 0 0 0 113974 23 0 0 25 0 1 0 28985769 49770496 11651 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23750/statm: 12151 11651 52 112 0 12035 0
Current children cumulated CPU time (s) 1177.41
Current children cumulated vsize (KiB) 66112

[startup+1243.15 s]
/proc/loadavg: 2.00 1.99 1.51 3/88 23750
/proc/meminfo: memFree=1589024/2055920 swapFree=4192956/4192956
[pid=23716] ppid=23713 vsize=17508 CPUtime=37.44
/proc/23716/stat : 23716 (sugar) S 23713 23716 23613 0 -1 4194304 2242 70006 0 2 9 1 3682 52 16 0 1 0 28981973 17928192 1753 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23716/statm: 4377 1753 373 3 0 1477 0
[pid=23750] ppid=23716 vsize=48900 CPUtime=1199.74
/proc/23750/stat : 23750 (minisat) R 23716 23716 23613 0 -1 0 12776 0 0 0 119951 23 0 0 25 0 1 0 28985769 50073600 11736 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527284 0 0 4096 3 0 0 0 17 1 0 0
/proc/23750/statm: 12225 11736 52 112 0 12109 0
Current children cumulated CPU time (s) 1237.18
Current children cumulated vsize (KiB) 66408

[startup+1303.19 s]
/proc/loadavg: 2.00 1.99 1.54 3/88 23750
/proc/meminfo: memFree=1588896/2055920 swapFree=4192956/4192956
[pid=23716] ppid=23713 vsize=17508 CPUtime=37.44
/proc/23716/stat : 23716 (sugar) S 23713 23716 23613 0 -1 4194304 2242 70006 0 2 9 1 3682 52 16 0 1 0 28981973 17928192 1753 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23716/statm: 4377 1753 373 3 0 1477 0
[pid=23750] ppid=23716 vsize=49040 CPUtime=1259.52
/proc/23750/stat : 23750 (minisat) R 23716 23716 23613 0 -1 0 12797 0 0 0 125928 24 0 0 25 0 1 0 28985769 50216960 11757 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23750/statm: 12260 11757 52 112 0 12144 0
Current children cumulated CPU time (s) 1296.96
Current children cumulated vsize (KiB) 66548

[startup+1363.24 s]
/proc/loadavg: 2.00 1.99 1.57 3/88 23750
/proc/meminfo: memFree=1588768/2055920 swapFree=4192956/4192956
[pid=23716] ppid=23713 vsize=17508 CPUtime=37.44
/proc/23716/stat : 23716 (sugar) S 23713 23716 23613 0 -1 4194304 2242 70006 0 2 9 1 3682 52 16 0 1 0 28981973 17928192 1753 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23716/statm: 4377 1753 373 3 0 1477 0
[pid=23750] ppid=23716 vsize=49040 CPUtime=1319.3
/proc/23750/stat : 23750 (minisat) R 23716 23716 23613 0 -1 0 12822 0 0 0 131906 24 0 0 25 0 1 0 28985769 50216960 11782 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 1 0 0
/proc/23750/statm: 12260 11782 52 112 0 12144 0
Current children cumulated CPU time (s) 1356.74
Current children cumulated vsize (KiB) 66548

[startup+1423.29 s]
/proc/loadavg: 2.00 1.99 1.59 3/88 23750
/proc/meminfo: memFree=1588640/2055920 swapFree=4192956/4192956
[pid=23716] ppid=23713 vsize=17508 CPUtime=37.44
/proc/23716/stat : 23716 (sugar) S 23713 23716 23613 0 -1 4194304 2242 70006 0 2 9 1 3682 52 16 0 1 0 28981973 17928192 1753 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23716/statm: 4377 1753 373 3 0 1477 0
[pid=23750] ppid=23716 vsize=49220 CPUtime=1379.09
/proc/23750/stat : 23750 (minisat) R 23716 23716 23613 0 -1 0 12836 0 0 0 137884 25 0 0 25 0 1 0 28985769 50401280 11796 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23750/statm: 12305 11796 52 112 0 12189 0
Current children cumulated CPU time (s) 1416.53
Current children cumulated vsize (KiB) 66728

[startup+1483.33 s]
/proc/loadavg: 2.00 1.99 1.61 3/88 23750
/proc/meminfo: memFree=1587680/2055920 swapFree=4192956/4192956
[pid=23716] ppid=23713 vsize=17508 CPUtime=37.44
/proc/23716/stat : 23716 (sugar) S 23713 23716 23613 0 -1 4194304 2242 70006 0 2 9 1 3682 52 16 0 1 0 28981973 17928192 1753 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23716/statm: 4377 1753 373 3 0 1477 0
[pid=23750] ppid=23716 vsize=50052 CPUtime=1438.84
/proc/23750/stat : 23750 (minisat) R 23716 23716 23613 0 -1 0 13072 0 0 0 143859 25 0 0 25 0 1 0 28985769 51253248 12032 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23750/statm: 12513 12032 52 112 0 12397 0
Current children cumulated CPU time (s) 1476.28
Current children cumulated vsize (KiB) 67560

[startup+1543.37 s]
/proc/loadavg: 2.00 1.99 1.64 3/88 23750
/proc/meminfo: memFree=1587360/2055920 swapFree=4192956/4192956
[pid=23716] ppid=23713 vsize=17508 CPUtime=37.44
/proc/23716/stat : 23716 (sugar) S 23713 23716 23613 0 -1 4194304 2242 70006 0 2 9 1 3682 52 16 0 1 0 28981973 17928192 1753 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23716/statm: 4377 1753 373 3 0 1477 0
[pid=23750] ppid=23716 vsize=50228 CPUtime=1498.62
/proc/23750/stat : 23750 (minisat) R 23716 23716 23613 0 -1 0 13086 0 0 0 149836 26 0 0 25 0 1 0 28985769 51433472 12046 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525545 0 0 4096 3 0 0 0 17 1 0 0
/proc/23750/statm: 12557 12046 52 112 0 12441 0
Current children cumulated CPU time (s) 1536.06
Current children cumulated vsize (KiB) 67736

[startup+1603.41 s]
/proc/loadavg: 2.00 1.99 1.65 3/88 23750
/proc/meminfo: memFree=1586912/2055920 swapFree=4192956/4192956
[pid=23716] ppid=23713 vsize=17508 CPUtime=37.44
/proc/23716/stat : 23716 (sugar) S 23713 23716 23613 0 -1 4194304 2242 70006 0 2 9 1 3682 52 16 0 1 0 28981973 17928192 1753 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23716/statm: 4377 1753 373 3 0 1477 0
[pid=23750] ppid=23716 vsize=50512 CPUtime=1558.39
/proc/23750/stat : 23750 (minisat) R 23716 23716 23613 0 -1 0 13151 0 0 0 155813 26 0 0 25 0 1 0 28985769 51724288 12111 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23750/statm: 12628 12111 52 112 0 12512 0
Current children cumulated CPU time (s) 1595.83
Current children cumulated vsize (KiB) 68020

[startup+1663.46 s]
/proc/loadavg: 2.07 2.00 1.68 3/88 23750
/proc/meminfo: memFree=1586848/2055920 swapFree=4192956/4192956
[pid=23716] ppid=23713 vsize=17508 CPUtime=37.44
/proc/23716/stat : 23716 (sugar) S 23713 23716 23613 0 -1 4194304 2242 70006 0 2 9 1 3682 52 16 0 1 0 28981973 17928192 1753 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23716/statm: 4377 1753 373 3 0 1477 0
[pid=23750] ppid=23716 vsize=50512 CPUtime=1618.16
/proc/23750/stat : 23750 (minisat) R 23716 23716 23613 0 -1 0 13153 0 0 0 161790 26 0 0 25 0 1 0 28985769 51724288 12113 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23750/statm: 12628 12113 52 112 0 12512 0
Current children cumulated CPU time (s) 1655.6
Current children cumulated vsize (KiB) 68020

[startup+1723.5 s]
/proc/loadavg: 2.06 2.01 1.70 3/88 23750
/proc/meminfo: memFree=1585056/2055920 swapFree=4192956/4192956
[pid=23716] ppid=23713 vsize=17508 CPUtime=37.44
/proc/23716/stat : 23716 (sugar) S 23713 23716 23613 0 -1 4194304 2242 70006 0 2 9 1 3682 52 16 0 1 0 28981973 17928192 1753 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23716/statm: 4377 1753 373 3 0 1477 0
[pid=23750] ppid=23716 vsize=52236 CPUtime=1677.94
/proc/23750/stat : 23750 (minisat) R 23716 23716 23613 0 -1 0 13595 0 0 0 167766 28 0 0 25 0 1 0 28985769 53489664 12555 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23750/statm: 13059 12555 52 112 0 12943 0
Current children cumulated CPU time (s) 1715.38
Current children cumulated vsize (KiB) 69744

[startup+1783.54 s]
/proc/loadavg: 2.02 2.01 1.72 3/88 23750
/proc/meminfo: memFree=1583200/2055920 swapFree=4192956/4192956
[pid=23716] ppid=23713 vsize=17508 CPUtime=37.44
/proc/23716/stat : 23716 (sugar) S 23713 23716 23613 0 -1 4194304 2242 70006 0 2 9 1 3682 52 16 0 1 0 28981973 17928192 1753 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23716/statm: 4377 1753 373 3 0 1477 0
[pid=23750] ppid=23716 vsize=53672 CPUtime=1737.71
/proc/23750/stat : 23750 (minisat) R 23716 23716 23613 0 -1 0 13982 0 0 0 173742 29 0 0 25 0 1 0 28985769 54960128 12942 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 1 0 0
/proc/23750/statm: 13418 12942 52 112 0 13302 0
Current children cumulated CPU time (s) 1775.15
Current children cumulated vsize (KiB) 71180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.58 s]
/proc/loadavg: 2.01 2.01 1.72 2/89 23751
/proc/meminfo: memFree=1630936/2055920 swapFree=4192956/4192956
[pid=23716] ppid=23713 vsize=17508 CPUtime=37.44
/proc/23716/stat : 23716 (sugar) S 23713 23716 23613 0 -1 4194304 2242 70006 0 2 9 1 3682 52 16 0 1 0 28981973 17928192 1753 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23716/statm: 4377 1753 373 3 0 1477 0
[pid=23750] ppid=23716 vsize=53672 CPUtime=1762.63
/proc/23750/stat : 23750 (minisat) R 23716 23716 23613 0 -1 0 13983 0 0 0 176234 29 0 0 25 0 1 0 28985769 54960128 12943 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23750/statm: 13418 12943 52 112 0 13302 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 71180

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 23716 and gives childrusage.ru_utime.tv_sec=36 childrusage.ru_utime.tv_usec=928386 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=548916
CPU time returned by wait4() is 37.4773
while last known CPU time is 1800.08

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

Real time (s): 1809.6
CPU time (s): 1800.08
CPU user time (s): 1799.25
CPU system time (s): 0.83
CPU usage (%): 99.4737
Max. virtual memory (cumulated for all children) (KiB): 822064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.9284
system time used= 0.548916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72334
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8504
involuntary context switches= 9053

runsolver used 1.67474 s user time and 4.94425 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Mon Jan 29 17:04:36 UTC 2007


IDJOB= 194597
IDBENCH= 3222
IDSOLVER= 86
FILE ID= node16/194597-1170090276

PBS_JOBID= 3689404

Free space on /tmp= 66551 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  5cc70c955c6649b65336a874a22bcadf

RANDOM SEED= 615258449

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.281
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.281
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:       1716240 kB
Buffers:         46932 kB
Cached:         166792 kB
SwapCached:          0 kB
Active:         189304 kB
Inactive:        83880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1716240 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2580 kB
Writeback:           0 kB
Mapped:          78932 kB
Slab:            51608 kB
Committed_AS:   228492 kB
PageTables:       2092 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= 66551 MiB



End job on node16 on Mon Jan 29 17:34:46 UTC 2007