Trace number 194369

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.03 1806.68

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-49_ext.xml
MD5SUM8e9364a8312392aba5edf6899f972d6b
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
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints471
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension471
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/194369-1170090249/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/194369-1170090249/unknown.xml [Mon Jan 29 18:04:11 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/194369-1170090249/unknown.xml /tmp/evaluation/194369-1170090249/sugar25147.csp [Mon Jan 29 18:04:11 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194369-1170090249/sugar-v0-40.jar -convert /tmp/evaluation/194369-1170090249/unknown.xml /tmp/evaluation/194369-1170090249/sugar25147.csp
0.16	c BEGIN convert /tmp/evaluation/194369-1170090249/unknown.xml
0.81	c END convert (0.648596 seconds)
0.88	c # CONVERT_XML  END : /tmp/evaluation/194369-1170090249/sugar25147.csp 2164649 bytes (1 seconds) [Mon Jan 29 18:04:12 2007]
0.88	c # CONVERT_XML  CPU : 0.75 = 0 + 0 + 0.7 + 0.05
0.88	
0.88	c # GENERATE_SAT  BEGIN : /tmp/evaluation/194369-1170090249/sugar25147.bcnf [Mon Jan 29 18:04:12 2007]
0.88	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194369-1170090249/sugar-v0-40.jar -bcnf -map /tmp/evaluation/194369-1170090249/sugar25147.map /tmp/evaluation/194369-1170090249/sugar25147.csp /tmp/evaluation/194369-1170090249/sugar25147.bcnf
1.00	c BEGIN parse /tmp/evaluation/194369-1170090249/sugar25147.csp
28.53	c END parse (27.523377 seconds)
28.53	c BEGIN simplify
28.65	c END simplify (0.122245 seconds)
28.65	c BEGIN encode /tmp/evaluation/194369-1170090249/sugar25147.bcnf
29.72	c END encode (1.067567 seconds)
29.82	c # GENERATE_SAT  END : 7484 variables 79722 clauses 8537404 bytes (29 seconds) [Mon Jan 29 18:04:41 2007]
29.82	c # GENERATE_SAT  CPU : 28.84 = 0.05 + 0.01 + 28.37 + 0.41
29.82	
29.82	c # SOLVE_SAT  BEGIN : /tmp/evaluation/194369-1170090249/sugar25147.bcnf [Mon Jan 29 18:04:41 2007]
29.82	c # CMD : /tmp/evaluation/194369-1170090249/minisat /tmp/evaluation/194369-1170090249/sugar25147.bcnf /tmp/evaluation/194369-1170090249/sugar25147.out
30.01	c ==================================[MINISAT]===================================
30.01	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
30.01	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
30.01	c ==============================================================================
30.01	c |         0 |   79722  2054619 |   26574       0        0     nan |  0.000 % |
30.05	c |       101 |   79723  2054619 |   29231     100     2250    22.5 |  0.000 % |
30.12	c |       251 |   79723  2054619 |   32154     250     4664    18.7 |  0.000 % |
30.23	c |       476 |   79724  2054619 |   35369     474     8013    16.9 |  0.000 % |
30.36	c |       813 |   79725  2054619 |   38906     810    13554    16.7 |  0.000 % |
30.60	c |      1321 |   79725  2054619 |   42797    1318    21310    16.2 |  0.000 % |
30.99	c |      2081 |   79725  2054619 |   47077    2078    36775    17.7 |  0.000 % |
31.47	c |      3220 |   79726  2054619 |   51785    3216    55869    17.4 |  0.000 % |
32.35	c |      4928 |   79727  2054619 |   56963    4923    92327    18.8 |  0.000 % |
33.78	c |      7491 |   79727  2054619 |   62660    7486   161425    21.6 |  0.000 % |
36.35	c |     11336 |   79727  2054619 |   68926   11331   287221    25.3 |  0.000 % |
41.12	c |     17102 |   79730  2054619 |   75818   17094   498452    29.2 |  0.000 % |
48.12	c |     25753 |   79731  2054619 |   83400   25744   731945    28.4 |  0.000 % |
58.03	c |     38727 |   79732  2054619 |   91740   38717  1030981    26.6 |  0.000 % |
73.00	c |     58188 |   79733  2054619 |  100914   58177  1466408    25.2 |  0.000 % |
104.13	c |     87380 |   79734  2054619 |  111006   87368  2091688    23.9 |  0.000 % |
158.96	c |    131169 |   79737  2054619 |  122106   34919  1260550    36.1 |  0.000 % |
228.36	c |    196854 |   79738  2054619 |  134317  100603  3102459    30.8 |  0.000 % |
357.88	c |    295381 |   79742  2054619 |  147749   83440  2401948    28.8 |  0.000 % |
539.89	c |    443171 |   79754  2054619 |  162524  105928  2552335    24.1 |  0.000 % |
872.71	c |    664854 |   79769  2054619 |  178776   44083  1050459    23.8 |  0.000 % |
1390.29	c |    997379 |   79793  2054619 |  196654   58251  2946392    50.6 |  0.000 % |
1805.67	
1805.67	s UNKNOWN
1805.67	c # INTERRUPTED
1805.67	c # MAIN  END :  (1805 seconds) [Mon Jan 29 18:34:16 2007]
1805.67	c # MAIN  CPU : 29.59 = 0.05 + 0.01 + 29.07 + 0.46
1805.67	

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/node12/watcher-194369-1170090249 -o ROOT/results/node12/solver-194369-1170090249 -C 1800 -M 900 /tmp/evaluation/194369-1170090249/solver /tmp/evaluation/194369-1170090249 /tmp/evaluation/194369-1170090249/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.47 0.18 3/95 25148
/proc/meminfo: memFree=1448008/2055920 swapFree=4192956/4192956
[pid=25147] ppid=25145 vsize=6268 CPUtime=0
/proc/25147/stat : 25147 (sugar) R 25145 25147 24289 0 -1 4194304 310 0 0 0 0 0 0 0 20 0 1 0 28979527 6418432 46 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252426877277 0 0 4096 0 0 0 0 17 1 0 0
/proc/25147/statm: 1567 46 35 3 0 8 0

[startup+0.105473 s]
/proc/loadavg: 0.96 0.47 0.18 3/95 25148
/proc/meminfo: memFree=1448008/2055920 swapFree=4192956/4192956
[pid=25147] ppid=25145 vsize=13724 CPUtime=0.03
/proc/25147/stat : 25147 (sugar) S 25145 25147 24289 0 -1 4194304 1112 0 0 0 3 0 0 0 20 0 1 0 28979527 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25147/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.513547 s]
/proc/loadavg: 0.96 0.47 0.18 3/95 25148
/proc/meminfo: memFree=1448008/2055920 swapFree=4192956/4192956
[pid=25147] ppid=25145 vsize=13724 CPUtime=0.03
/proc/25147/stat : 25147 (sugar) S 25145 25147 24289 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 28979527 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25147/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.3387 s]
/proc/loadavg: 0.96 0.47 0.18 4/103 25164
/proc/meminfo: memFree=1423048/2055920 swapFree=4192956/4192956
[pid=25147] ppid=25145 vsize=13724 CPUtime=0.79
/proc/25147/stat : 25147 (sugar) S 25145 25147 24289 0 -1 4194304 1190 7923 0 1 3 1 70 5 15 0 1 0 28979527 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25147/statm: 3431 809 371 3 0 531 0
[pid=25157] ppid=25147 vsize=807064 CPUtime=0.43
/proc/25157/stat : 25157 (java) R 25147 25147 24289 0 -1 0 7231 0 1 0 39 4 0 0 21 0 8 0 28979615 826433536 6980 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25157/statm: 201766 6980 1494 14 0 189044 0
[pid=25157/tid=25158] ppid=25147 vsize=807064 CPUtime=0.05
/proc/25157/task/25158/stat : 25158 (java) R 25147 25147 24289 0 -1 64 1178 0 0 0 5 0 0 0 16 0 8 0 28979619 826433536 6980 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153681257 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25157/tid=25159] ppid=25147 vsize=807064 CPUtime=0
/proc/25157/task/25159/stat : 25159 (java) S 25147 25147 24289 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28979619 826433536 6980 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25157/tid=25160] ppid=25147 vsize=807064 CPUtime=0
/proc/25157/task/25160/stat : 25160 (java) S 25147 25147 24289 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28979619 826433536 6980 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25157/tid=25161] ppid=25147 vsize=807064 CPUtime=0
/proc/25157/task/25161/stat : 25161 (java) S 25147 25147 24289 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 28979623 826433536 6980 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25157/tid=25162] ppid=25147 vsize=807064 CPUtime=0.05
/proc/25157/task/25162/stat : 25162 (java) S 25147 25147 24289 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 28979623 826433536 6980 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25157/tid=25163] ppid=25147 vsize=807064 CPUtime=0
/proc/25157/task/25163/stat : 25163 (java) S 25147 25147 24289 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 28979623 826433536 6980 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25157/tid=25164] ppid=25147 vsize=807064 CPUtime=0
/proc/25157/task/25164/stat : 25164 (java) S 25147 25147 24289 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28979623 826433536 6980 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 820788

[startup+2.97998 s]
/proc/loadavg: 0.96 0.47 0.18 4/103 25164
/proc/meminfo: memFree=1381832/2055920 swapFree=4192956/4192956
[pid=25147] ppid=25145 vsize=13724 CPUtime=0.79
/proc/25147/stat : 25147 (sugar) S 25145 25147 24289 0 -1 4194304 1190 7923 0 1 3 1 70 5 15 0 1 0 28979527 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25147/statm: 3431 809 371 3 0 531 0
[pid=25157] ppid=25147 vsize=807064 CPUtime=2.07
/proc/25157/stat : 25157 (java) R 25147 25147 24289 0 -1 0 13371 0 1 0 199 8 0 0 25 0 8 0 28979615 826433536 13105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25157/statm: 201766 13105 1494 14 0 189044 0
[pid=25157/tid=25158] ppid=25147 vsize=807064 CPUtime=0.55
/proc/25157/task/25158/stat : 25158 (java) R 25147 25147 24289 0 -1 64 7303 0 0 0 52 3 0 0 16 0 8 0 28979619 826433536 13105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153827336 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25157/tid=25159] ppid=25147 vsize=807064 CPUtime=0
/proc/25157/task/25159/stat : 25159 (java) S 25147 25147 24289 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28979619 826433536 13105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25157/tid=25160] ppid=25147 vsize=807064 CPUtime=0
/proc/25157/task/25160/stat : 25160 (java) S 25147 25147 24289 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28979619 826433536 13105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25157/tid=25161] ppid=25147 vsize=807064 CPUtime=0
/proc/25157/task/25161/stat : 25161 (java) S 25147 25147 24289 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 28979623 826433536 13105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25157/tid=25162] ppid=25147 vsize=807064 CPUtime=0.05
/proc/25157/task/25162/stat : 25162 (java) S 25147 25147 24289 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 28979623 826433536 13105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25157/tid=25163] ppid=25147 vsize=807064 CPUtime=0
/proc/25157/task/25163/stat : 25163 (java) S 25147 25147 24289 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 28979623 826433536 13105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25157/tid=25164] ppid=25147 vsize=807064 CPUtime=0
/proc/25157/task/25164/stat : 25164 (java) S 25147 25147 24289 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28979623 826433536 13105 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 820788

[startup+6.20511 s]
/proc/loadavg: 1.12 0.51 0.19 3/103 25164
/proc/meminfo: memFree=1260872/2055920 swapFree=4192956/4192956
[pid=25147] ppid=25145 vsize=13724 CPUtime=0.79
/proc/25147/stat : 25147 (sugar) S 25145 25147 24289 0 -1 4194304 1190 7923 0 1 3 1 70 5 15 0 1 0 28979527 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25147/statm: 3431 809 371 3 0 531 0
[pid=25157] ppid=25147 vsize=807328 CPUtime=5.27
/proc/25157/stat : 25157 (java) R 25147 25147 24289 0 -1 0 32990 0 1 0 509 18 0 0 25 0 8 0 28979615 826703872 32644 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25157/statm: 201832 32644 1506 14 0 189110 0
[pid=25157/tid=25158] ppid=25147 vsize=807328 CPUtime=1.52
/proc/25157/task/25158/stat : 25158 (java) S 25147 25147 24289 0 -1 64 26694 0 0 0 140 12 0 0 15 0 8 0 28979619 826703872 32644 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25157/tid=25159] ppid=25147 vsize=807328 CPUtime=0
/proc/25157/task/25159/stat : 25159 (java) S 25147 25147 24289 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28979619 826703872 32644 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25157/tid=25160] ppid=25147 vsize=807328 CPUtime=0
/proc/25157/task/25160/stat : 25160 (java) S 25147 25147 24289 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28979619 826703872 32644 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25157/tid=25161] ppid=25147 vsize=807328 CPUtime=0
/proc/25157/task/25161/stat : 25161 (java) S 25147 25147 24289 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 28979623 826703872 32644 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25157/tid=25162] ppid=25147 vsize=807328 CPUtime=0.13
/proc/25157/task/25162/stat : 25162 (java) S 25147 25147 24289 0 -1 64 397 0 0 0 12 1 0 0 16 0 8 0 28979623 826703872 32644 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25157/tid=25163] ppid=25147 vsize=807328 CPUtime=0
/proc/25157/task/25163/stat : 25163 (java) S 25147 25147 24289 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 28979623 826703872 32644 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25157/tid=25164] ppid=25147 vsize=807328 CPUtime=0
/proc/25157/task/25164/stat : 25164 (java) R 25147 25147 24289 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28979623 826703872 32644 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 821052

[startup+12.6197 s]
/proc/loadavg: 1.11 0.52 0.19 2/89 25173
/proc/meminfo: memFree=1424568/2055920 swapFree=4192956/4192956
[pid=25147] ppid=25145 vsize=13724 CPUtime=0.79
/proc/25147/stat : 25147 (sugar) S 25145 25147 24289 0 -1 4194304 1190 7923 0 1 3 1 70 5 15 0 1 0 28979527 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25147/statm: 3431 809 371 3 0 531 0
[pid=25157] ppid=25147 vsize=807328 CPUtime=11.66
/proc/25157/stat : 25157 (java) S 25147 25147 24289 0 -1 0 54805 0 1 0 1138 28 0 0 17 0 8 0 28979615 826703872 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25157/statm: 201832 54111 1507 14 0 189110 0
[pid=25157/tid=25158] ppid=25147 vsize=807328 CPUtime=3.84
/proc/25157/task/25158/stat : 25158 (java) R 25147 25147 24289 0 -1 64 48278 0 0 0 363 21 0 0 16 0 8 0 28979619 826703872 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153823295 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25157/tid=25159] ppid=25147 vsize=807328 CPUtime=0
/proc/25157/task/25159/stat : 25159 (java) S 25147 25147 24289 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28979619 826703872 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25157/tid=25160] ppid=25147 vsize=807328 CPUtime=0
/proc/25157/task/25160/stat : 25160 (java) S 25147 25147 24289 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28979619 826703872 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25157/tid=25161] ppid=25147 vsize=807328 CPUtime=0
/proc/25157/task/25161/stat : 25161 (java) S 25147 25147 24289 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 28979623 826703872 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25157/tid=25162] ppid=25147 vsize=807328 CPUtime=0.14
/proc/25157/task/25162/stat : 25162 (java) S 25147 25147 24289 0 -1 64 400 0 0 0 13 1 0 0 16 0 8 0 28979623 826703872 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25157/tid=25163] ppid=25147 vsize=807328 CPUtime=0
/proc/25157/task/25163/stat : 25163 (java) S 25147 25147 24289 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 28979623 826703872 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25157/tid=25164] ppid=25147 vsize=807328 CPUtime=0
/proc/25157/task/25164/stat : 25164 (java) S 25147 25147 24289 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28979623 826703872 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 821052

[startup+25.49 s]
/proc/loadavg: 1.09 0.54 0.21 2/86 25179
/proc/meminfo: memFree=1431008/2055920 swapFree=4192956/4192956
[pid=25147] ppid=25145 vsize=13724 CPUtime=0.79
/proc/25147/stat : 25147 (sugar) S 25145 25147 24289 0 -1 4194304 1190 7923 0 1 3 1 70 5 15 0 1 0 28979527 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25147/statm: 3431 809 371 3 0 531 0
[pid=25157] ppid=25147 vsize=807328 CPUtime=24.52
/proc/25157/stat : 25157 (java) R 25147 25147 24289 0 -1 0 56287 0 1 0 2418 34 0 0 17 0 8 0 28979615 826703872 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073573127 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25157/statm: 201832 54111 1507 14 0 189110 0
[pid=25157/tid=25158] ppid=25147 vsize=807328 CPUtime=8.7
/proc/25157/task/25158/stat : 25158 (java) S 25147 25147 24289 0 -1 64 49345 0 0 0 844 26 0 0 15 0 8 0 28979619 826703872 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25157/tid=25159] ppid=25147 vsize=807328 CPUtime=0
/proc/25157/task/25159/stat : 25159 (java) S 25147 25147 24289 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28979619 826703872 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25157/tid=25160] ppid=25147 vsize=807328 CPUtime=0
/proc/25157/task/25160/stat : 25160 (java) S 25147 25147 24289 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28979619 826703872 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25157/tid=25161] ppid=25147 vsize=807328 CPUtime=0
/proc/25157/task/25161/stat : 25161 (java) S 25147 25147 24289 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 28979623 826703872 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25157/tid=25162] ppid=25147 vsize=807328 CPUtime=0.14
/proc/25157/task/25162/stat : 25162 (java) S 25147 25147 24289 0 -1 64 400 0 0 0 13 1 0 0 16 0 8 0 28979623 826703872 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25157/tid=25163] ppid=25147 vsize=807328 CPUtime=0
/proc/25157/task/25163/stat : 25163 (java) S 25147 25147 24289 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 28979623 826703872 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25157/tid=25164] ppid=25147 vsize=807328 CPUtime=0
/proc/25157/task/25164/stat : 25164 (java) S 25147 25147 24289 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28979623 826703872 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 821052

[startup+51.1394 s]
/proc/loadavg: 1.06 0.57 0.23 2/79 25180
/proc/meminfo: memFree=1615448/2055920 swapFree=4192956/4192956
[pid=25147] ppid=25145 vsize=17244 CPUtime=29.62
/proc/25147/stat : 25147 (sugar) S 25145 25147 24289 0 -1 4194304 2157 65021 0 2 8 1 2907 46 16 0 1 0 28979527 17657856 1669 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25147/statm: 4311 1669 373 3 0 1411 0
[pid=25180] ppid=25147 vsize=16560 CPUtime=21.3
/proc/25180/stat : 25180 (minisat) R 25147 25147 24289 0 -1 0 4812 0 0 0 2128 2 0 0 25 0 1 0 28982509 16957440 3772 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25180/statm: 4140 3772 52 112 0 4024 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 33804

[startup+102.385 s]
/proc/loadavg: 1.08 0.65 0.27 2/79 25180
/proc/meminfo: memFree=1608984/2055920 swapFree=4192956/4192956
[pid=25147] ppid=25145 vsize=17244 CPUtime=29.62
/proc/25147/stat : 25147 (sugar) S 25145 25147 24289 0 -1 4194304 2157 65021 0 2 8 1 2907 46 16 0 1 0 28979527 17657856 1669 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25147/statm: 4311 1669 373 3 0 1411 0
[pid=25180] ppid=25147 vsize=23424 CPUtime=72.52
/proc/25180/stat : 25180 (minisat) R 25147 25147 24289 0 -1 0 6511 0 0 0 7248 4 0 0 25 0 1 0 28982509 23986176 5471 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25180/statm: 5856 5471 52 112 0 5740 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 40668

[startup+162.447 s]
/proc/loadavg: 1.03 0.71 0.31 2/79 25180
/proc/meminfo: memFree=1604248/2055920 swapFree=4192956/4192956
[pid=25147] ppid=25145 vsize=17244 CPUtime=29.62
/proc/25147/stat : 25147 (sugar) S 25145 25147 24289 0 -1 4194304 2157 65021 0 2 8 1 2907 46 16 0 1 0 28979527 17657856 1669 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25147/statm: 4311 1669 373 3 0 1411 0
[pid=25180] ppid=25147 vsize=28108 CPUtime=132.57
/proc/25180/stat : 25180 (minisat) R 25147 25147 24289 0 -1 0 7675 0 0 0 13251 6 0 0 25 0 1 0 28982509 28782592 6635 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528506 0 0 4096 3 0 0 0 17 1 0 0
/proc/25180/statm: 7027 6635 52 112 0 6911 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 45352


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

/proc/loadavg: 2.04 1.80 1.13 3/88 25264
/proc/meminfo: memFree=1535168/2055920 swapFree=4192956/4192956
[pid=25147] ppid=25145 vsize=17244 CPUtime=29.62
/proc/25147/stat : 25147 (sugar) S 25145 25147 24289 0 -1 4194304 2157 65021 0 2 8 1 2907 46 16 0 1 0 28979527 17657856 1669 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25147/statm: 4311 1669 373 3 0 1411 0
[pid=25180] ppid=25147 vsize=39920 CPUtime=1091.37
/proc/25180/stat : 25180 (minisat) R 25147 25147 24289 0 -1 0 10547 0 0 0 109120 17 0 0 25 0 1 0 28982509 40878080 9499 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525462 0 0 4096 3 0 0 0 17 0 0 0
/proc/25180/statm: 9980 9499 52 112 0 9864 0
Current children cumulated CPU time (s) 1120.99
Current children cumulated vsize (KiB) 57164

[startup+1183.49 s]
/proc/loadavg: 2.07 1.85 1.19 3/88 25264
/proc/meminfo: memFree=1532480/2055920 swapFree=4192956/4192956
[pid=25147] ppid=25145 vsize=17244 CPUtime=29.62
/proc/25147/stat : 25147 (sugar) S 25145 25147 24289 0 -1 4194304 2157 65021 0 2 8 1 2907 46 16 0 1 0 28979527 17657856 1669 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25147/statm: 4311 1669 373 3 0 1411 0
[pid=25180] ppid=25147 vsize=40452 CPUtime=1151.16
/proc/25180/stat : 25180 (minisat) R 25147 25147 24289 0 -1 0 10645 0 0 0 115099 17 0 0 25 0 1 0 28982509 41422848 9597 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525972 0 0 4096 3 0 0 0 17 0 0 0
/proc/25180/statm: 10113 9597 52 112 0 9997 0
Current children cumulated CPU time (s) 1180.78
Current children cumulated vsize (KiB) 57696

[startup+1243.55 s]
/proc/loadavg: 2.02 1.87 1.23 3/88 25264
/proc/meminfo: memFree=1528960/2055920 swapFree=4192956/4192956
[pid=25147] ppid=25145 vsize=17244 CPUtime=29.62
/proc/25147/stat : 25147 (sugar) S 25145 25147 24289 0 -1 4194304 2157 65021 0 2 8 1 2907 46 16 0 1 0 28979527 17657856 1669 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25147/statm: 4311 1669 373 3 0 1411 0
[pid=25180] ppid=25147 vsize=40452 CPUtime=1210.92
/proc/25180/stat : 25180 (minisat) R 25147 25147 24289 0 -1 0 10655 0 0 0 121075 17 0 0 25 0 1 0 28982509 41422848 9607 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 0 0 0
/proc/25180/statm: 10113 9607 52 112 0 9997 0
Current children cumulated CPU time (s) 1240.54
Current children cumulated vsize (KiB) 57696

[startup+1303.61 s]
/proc/loadavg: 2.01 1.89 1.28 3/88 25264
/proc/meminfo: memFree=1523200/2055920 swapFree=4192956/4192956
[pid=25147] ppid=25145 vsize=17244 CPUtime=29.62
/proc/25147/stat : 25147 (sugar) S 25145 25147 24289 0 -1 4194304 2157 65021 0 2 8 1 2907 46 16 0 1 0 28979527 17657856 1669 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25147/statm: 4311 1669 373 3 0 1411 0
[pid=25180] ppid=25147 vsize=46052 CPUtime=1270.71
/proc/25180/stat : 25180 (minisat) R 25147 25147 24289 0 -1 0 12058 0 0 0 127052 19 0 0 25 0 1 0 28982509 47157248 11010 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25180/statm: 11513 11010 52 112 0 11397 0
Current children cumulated CPU time (s) 1300.33
Current children cumulated vsize (KiB) 63296

[startup+1363.66 s]
/proc/loadavg: 2.07 1.93 1.33 3/88 25264
/proc/meminfo: memFree=1519424/2055920 swapFree=4192956/4192956
[pid=25147] ppid=25145 vsize=17244 CPUtime=29.62
/proc/25147/stat : 25147 (sugar) S 25145 25147 24289 0 -1 4194304 2157 65021 0 2 8 1 2907 46 16 0 1 0 28979527 17657856 1669 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25147/statm: 4311 1669 373 3 0 1411 0
[pid=25180] ppid=25147 vsize=49572 CPUtime=1330.48
/proc/25180/stat : 25180 (minisat) R 25147 25147 24289 0 -1 0 12949 0 0 0 133028 20 0 0 25 0 1 0 28982509 50761728 11901 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25180/statm: 12393 11901 52 112 0 12277 0
Current children cumulated CPU time (s) 1360.1
Current children cumulated vsize (KiB) 66816

[startup+1423.73 s]
/proc/loadavg: 2.02 1.94 1.37 3/88 25264
/proc/meminfo: memFree=1518336/2055920 swapFree=4192956/4192956
[pid=25147] ppid=25145 vsize=17244 CPUtime=29.62
/proc/25147/stat : 25147 (sugar) S 25145 25147 24289 0 -1 4194304 2157 65021 0 2 8 1 2907 46 16 0 1 0 28979527 17657856 1669 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25147/statm: 4311 1669 373 3 0 1411 0
[pid=25180] ppid=25147 vsize=49572 CPUtime=1390.24
/proc/25180/stat : 25180 (minisat) R 25147 25147 24289 0 -1 0 12951 0 0 0 139004 20 0 0 25 0 1 0 28982509 50761728 11903 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25180/statm: 12393 11903 52 112 0 12277 0
Current children cumulated CPU time (s) 1419.86
Current children cumulated vsize (KiB) 66816

[startup+1483.79 s]
/proc/loadavg: 2.01 1.95 1.40 3/88 25264
/proc/meminfo: memFree=1516288/2055920 swapFree=4192956/4192956
[pid=25147] ppid=25145 vsize=17244 CPUtime=29.62
/proc/25147/stat : 25147 (sugar) S 25145 25147 24289 0 -1 4194304 2157 65021 0 2 8 1 2907 46 16 0 1 0 28979527 17657856 1669 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25147/statm: 4311 1669 373 3 0 1411 0
[pid=25180] ppid=25147 vsize=49932 CPUtime=1450.03
/proc/25180/stat : 25180 (minisat) R 25147 25147 24289 0 -1 0 13012 0 0 0 144983 20 0 0 25 0 1 0 28982509 51130368 11964 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25180/statm: 12483 11964 52 112 0 12367 0
Current children cumulated CPU time (s) 1479.65
Current children cumulated vsize (KiB) 67176

[startup+1543.85 s]
/proc/loadavg: 2.07 1.97 1.44 3/88 25264
/proc/meminfo: memFree=1516224/2055920 swapFree=4192956/4192956
[pid=25147] ppid=25145 vsize=17244 CPUtime=29.62
/proc/25147/stat : 25147 (sugar) S 25145 25147 24289 0 -1 4194304 2157 65021 0 2 8 1 2907 46 16 0 1 0 28979527 17657856 1669 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25147/statm: 4311 1669 373 3 0 1411 0
[pid=25180] ppid=25147 vsize=49932 CPUtime=1509.82
/proc/25180/stat : 25180 (minisat) R 25147 25147 24289 0 -1 0 13014 0 0 0 150961 21 0 0 25 0 1 0 28982509 51130368 11966 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25180/statm: 12483 11966 52 112 0 12367 0
Current children cumulated CPU time (s) 1539.44
Current children cumulated vsize (KiB) 67176

[startup+1603.91 s]
/proc/loadavg: 2.03 1.97 1.47 3/88 25264
/proc/meminfo: memFree=1514304/2055920 swapFree=4192956/4192956
[pid=25147] ppid=25145 vsize=17244 CPUtime=29.62
/proc/25147/stat : 25147 (sugar) S 25145 25147 24289 0 -1 4194304 2157 65021 0 2 8 1 2907 46 16 0 1 0 28979527 17657856 1669 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25147/statm: 4311 1669 373 3 0 1411 0
[pid=25180] ppid=25147 vsize=51888 CPUtime=1569.59
/proc/25180/stat : 25180 (minisat) R 25147 25147 24289 0 -1 0 13504 0 0 0 156937 22 0 0 25 0 1 0 28982509 53133312 12456 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528426 0 0 4096 3 0 0 0 17 0 0 0
/proc/25180/statm: 12972 12456 52 112 0 12856 0
Current children cumulated CPU time (s) 1599.21
Current children cumulated vsize (KiB) 69132

[startup+1663.98 s]
/proc/loadavg: 2.01 1.97 1.50 3/88 25264
/proc/meminfo: memFree=1508416/2055920 swapFree=4192956/4192956
[pid=25147] ppid=25145 vsize=17244 CPUtime=29.62
/proc/25147/stat : 25147 (sugar) S 25145 25147 24289 0 -1 4194304 2157 65021 0 2 8 1 2907 46 16 0 1 0 28979527 17657856 1669 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25147/statm: 4311 1669 373 3 0 1411 0
[pid=25180] ppid=25147 vsize=54024 CPUtime=1629.38
/proc/25180/stat : 25180 (minisat) R 25147 25147 24289 0 -1 0 14061 0 0 0 162915 23 0 0 25 0 1 0 28982509 55320576 13013 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25180/statm: 13506 13013 52 112 0 13390 0
Current children cumulated CPU time (s) 1659
Current children cumulated vsize (KiB) 71268

[startup+1724.03 s]
/proc/loadavg: 2.00 1.97 1.53 3/88 25264
/proc/meminfo: memFree=1505792/2055920 swapFree=4192956/4192956
[pid=25147] ppid=25145 vsize=17244 CPUtime=29.62
/proc/25147/stat : 25147 (sugar) S 25145 25147 24289 0 -1 4194304 2157 65021 0 2 8 1 2907 46 16 0 1 0 28979527 17657856 1669 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25147/statm: 4311 1669 373 3 0 1411 0
[pid=25180] ppid=25147 vsize=54024 CPUtime=1689.15
/proc/25180/stat : 25180 (minisat) R 25147 25147 24289 0 -1 0 14061 0 0 0 168892 23 0 0 25 0 1 0 28982509 55320576 13013 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25180/statm: 13506 13013 52 112 0 13390 0
Current children cumulated CPU time (s) 1718.77
Current children cumulated vsize (KiB) 71268

[startup+1784.09 s]
/proc/loadavg: 2.06 1.99 1.56 3/88 25264
/proc/meminfo: memFree=1505536/2055920 swapFree=4192956/4192956
[pid=25147] ppid=25145 vsize=17244 CPUtime=29.62
/proc/25147/stat : 25147 (sugar) S 25145 25147 24289 0 -1 4194304 2157 65021 0 2 8 1 2907 46 16 0 1 0 28979527 17657856 1669 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25147/statm: 4311 1669 373 3 0 1411 0
[pid=25180] ppid=25147 vsize=54352 CPUtime=1748.91
/proc/25180/stat : 25180 (minisat) R 25147 25147 24289 0 -1 0 14109 0 0 0 174868 23 0 0 25 0 1 0 28982509 55656448 13061 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25180/statm: 13588 13061 52 112 0 13472 0
Current children cumulated CPU time (s) 1778.53
Current children cumulated vsize (KiB) 71596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.66 s]
/proc/loadavg: 2.04 1.99 1.57 3/88 25264
/proc/meminfo: memFree=1505472/2055920 swapFree=4192956/4192956
[pid=25147] ppid=25145 vsize=17244 CPUtime=29.62
/proc/25147/stat : 25147 (sugar) S 25145 25147 24289 0 -1 4194304 2157 65021 0 2 8 1 2907 46 16 0 1 0 28979527 17657856 1669 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25147/statm: 4311 1669 373 3 0 1411 0
[pid=25180] ppid=25147 vsize=54352 CPUtime=1770.4
/proc/25180/stat : 25180 (minisat) R 25147 25147 24289 0 -1 0 14131 0 0 0 177017 23 0 0 25 0 1 0 28982509 55656448 13083 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25180/statm: 13588 13083 52 112 0 13472 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 71596

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 25147 and gives childrusage.ru_utime.tv_sec=29 childrusage.ru_utime.tv_usec=168565 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=484926
CPU time returned by wait4() is 29.6535
while last known CPU time is 1800.03

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

Real time (s): 1806.68
CPU time (s): 1800.03
CPU user time (s): 1799.32
CPU system time (s): 0.71
CPU usage (%): 99.6318
Max. virtual memory (cumulated for all children) (KiB): 821556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.1686
system time used= 0.484926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67263
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= 4470
involuntary context switches= 3358

runsolver used 1.75173 s user time and 4.78927 s system time

The end

Launcher Data (download as text)

Begin job on node12 on Mon Jan 29 17:04:11 UTC 2007


IDJOB= 194369
IDBENCH= 3210
IDSOLVER= 86
FILE ID= node12/194369-1170090249

PBS_JOBID= 3689375

Free space on /tmp= 66557 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  8e9364a8312392aba5edf6899f972d6b

RANDOM SEED= 729117331

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.285
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.285
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:       1448688 kB
Buffers:         49100 kB
Cached:         252208 kB
SwapCached:          0 kB
Active:         385840 kB
Inactive:       152108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1448688 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5500 kB
Writeback:           0 kB
Mapped:         262208 kB
Slab:            53840 kB
Committed_AS:   438136 kB
PageTables:       2496 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= 66549 MiB



End job on node12 on Mon Jan 29 17:34:18 UTC 2007