Trace number 238331

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.40UNSAT 1183.21 1193.03

General information on the benchmark

NameblackHole/BH-4-4/
BlackHole-4-4-e-7_ext.xml
MD5SUMf007fbf890e041d0b9b8791c8c515477
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.196969
SatisfiableNO
(Un)Satisfiability was proved
Number of variables64
Number of constraints432
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension432
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/238331-1170108613/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/238331-1170108613/unknown.xml [Mon Jan 29 23:10:15 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/238331-1170108613/unknown.xml /tmp/evaluation/238331-1170108613/sugar26348.csp [Mon Jan 29 23:10:15 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/238331-1170108613/sugar-v0-40.jar -convert /tmp/evaluation/238331-1170108613/unknown.xml /tmp/evaluation/238331-1170108613/sugar26348.csp
0.15	c BEGIN convert /tmp/evaluation/238331-1170108613/unknown.xml
0.47	c END convert (0.318698 seconds)
0.48	c # CONVERT_XML  END : /tmp/evaluation/238331-1170108613/sugar26348.csp 324167 bytes (1 seconds) [Mon Jan 29 23:10:16 2007]
0.48	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.48	
0.48	c # GENERATE_SAT  BEGIN : /tmp/evaluation/238331-1170108613/sugar26348.bcnf [Mon Jan 29 23:10:16 2007]
0.48	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/238331-1170108613/sugar-v0-40.jar -bcnf -map /tmp/evaluation/238331-1170108613/sugar26348.map /tmp/evaluation/238331-1170108613/sugar26348.csp /tmp/evaluation/238331-1170108613/sugar26348.bcnf
0.59	c BEGIN parse /tmp/evaluation/238331-1170108613/sugar26348.csp
4.06	c END parse (3.464303 seconds)
4.06	c BEGIN simplify
4.09	c END simplify (0.028314 seconds)
4.09	c BEGIN encode /tmp/evaluation/238331-1170108613/sugar26348.bcnf
4.31	c END encode (0.225409 seconds)
4.40	c # GENERATE_SAT  END : 3860 variables 16739 clauses 1640068 bytes (4 seconds) [Mon Jan 29 23:10:20 2007]
4.40	c # GENERATE_SAT  CPU : 3.82 = 0.02 + 0 + 3.66 + 0.14
4.40	
4.40	c # SOLVE_SAT  BEGIN : /tmp/evaluation/238331-1170108613/sugar26348.bcnf [Mon Jan 29 23:10:20 2007]
4.40	c # CMD : /tmp/evaluation/238331-1170108613/minisat /tmp/evaluation/238331-1170108613/sugar26348.bcnf /tmp/evaluation/238331-1170108613/sugar26348.out
4.44	c ==================================[MINISAT]===================================
4.44	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
4.44	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
4.44	c ==============================================================================
4.45	c |         0 |   15926   371875 |    5308       0        0     nan |  0.000 % |
4.46	c |       100 |   15941   371875 |    5838      81      597     7.4 |  2.021 % |
4.47	c |       251 |   15956   371875 |    6422     216     1608     7.4 |  2.047 % |
4.48	c |       477 |   15964   371875 |    7064     432     3735     8.6 |  2.383 % |
4.49	c |       816 |   15970   371875 |    7771     764     7923    10.4 |  2.513 % |
4.50	c |      1323 |   15973   371875 |    8548    1268    15401    12.1 |  2.513 % |
4.53	c |      2083 |   15977   371875 |    9403    2024    30911    15.3 |  2.513 % |
4.58	c |      3222 |   15978   371875 |   10343    3162    49816    15.8 |  2.513 % |
4.66	c |      4930 |   15984   371875 |   11378    4863    83695    17.2 |  2.539 % |
4.82	c |      7492 |   15984   371875 |   12515    7425   151808    20.4 |  2.539 % |
5.16	c |     11336 |   15534   368967 |   13767   11263   248475    22.1 |  2.539 % |
5.73	c |     17102 |   15536   368967 |   15144    9862   292051    29.6 |  2.539 % |
6.52	c |     25752 |   15542   368967 |   16658   10675   272168    25.5 |  2.539 % |
7.86	c |     38726 |   15544   368967 |   18324   15059   402018    26.7 |  2.539 % |
10.46	c |     58187 |   15544   368967 |   20157   15739   497557    31.6 |  2.539 % |
13.97	c |     87379 |   15545   368967 |   22172   14094   346007    24.5 |  2.539 % |
18.86	c |    131168 |   15548   368967 |   24390   12732   276869    21.7 |  2.539 % |
27.68	c |    196852 |   15532   368344 |   26829   16110   462751    28.7 |  2.668 % |
43.31	c |    295378 |   15534   368344 |   29512   16215   454199    28.0 |  2.668 % |
66.15	c |    443169 |   15538   368344 |   32463   17295   330656    19.1 |  2.668 % |
104.37	c |    664853 |   15544   368344 |   35709   29277   706844    24.1 |  2.668 % |
168.70	c |    997379 |   15531   368267 |   39280   28292   784156    27.7 |  3.005 % |
281.72	c |   1496168 |   15553   368267 |   43208   22901   676294    29.5 |  3.005 % |
477.68	c |   2244350 |   15587   368201 |   47529   21350   674223    31.6 |  3.031 % |
809.46	c |   3366625 |   15604   368171 |   52282   18085   648108    35.8 |  3.083 % |
1192.29	c ==============================================================================
1192.44	c restarts              : 25
1192.44	c conflicts             : 4695413        (3988 /sec)
1192.44	c decisions             : 5785790        (4914 /sec)
1192.44	c propagations          : 259222071      (220142 /sec)
1192.44	c conflict literals     : 146096969      (25.45 % deleted)
1192.44	c Memory used           : 22.86 MB
1192.44	c CPU time              : 1177.52 s
1192.44	c 
1192.44	c UNSATISFIABLE
1192.82	c # SOLVE_SAT  END : UNSATISFIABLE (1188 seconds) [Mon Jan 29 23:30:08 2007]
1192.82	c # SOLVE_SAT  CPU : 1178.93 = 0 + 0 + 1177.52 + 1.41
1192.82	
1192.82	c # RESULT : UNSATISFIABLE
1192.82	
1192.82	c # OUTPUT_SOL  BEGIN : UNSAT  [Mon Jan 29 23:30:08 2007]
1192.82	s UNSATISFIABLE
1192.82	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 23:30:08 2007]
1192.82	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
1192.82	
1192.82	c # MAIN  END :  (1193 seconds) [Mon Jan 29 23:30:08 2007]
1192.82	c # MAIN  CPU : 1182.75 = 0.02 + 0 + 1181.18 + 1.55
1192.82	

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node71/watcher-238331-1170108613 -o ROOT/results/node71/solver-238331-1170108613 -C 1800 -M 900 /tmp/evaluation/238331-1170108613/solver /tmp/evaluation/238331-1170108613 /tmp/evaluation/238331-1170108613/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.85 1.67 1.91 4/69 26349
/proc/meminfo: memFree=1841384/2055920 swapFree=4192812/4192956
[pid=26348] ppid=26346 vsize=12268 CPUtime=0
/proc/26348/stat : 26348 (sugar) R 26346 26348 25789 0 -1 4194304 597 0 0 0 0 0 0 0 18 0 1 0 30819325 12562432 316 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971272994 0 0 4224 0 0 0 0 17 0 0 0
/proc/26348/statm: 3067 320 242 3 0 167 0

[startup+0.107598 s]
/proc/loadavg: 0.85 1.67 1.91 4/69 26349
/proc/meminfo: memFree=1841384/2055920 swapFree=4192812/4192956
[pid=26348] ppid=26346 vsize=13724 CPUtime=0.04
/proc/26348/stat : 26348 (sugar) S 26346 26348 25789 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 30819325 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26348/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.515689 s]
/proc/loadavg: 0.85 1.67 1.91 4/69 26349
/proc/meminfo: memFree=1841384/2055920 swapFree=4192812/4192956
[pid=26348] ppid=26346 vsize=13724 CPUtime=0.04
/proc/26348/stat : 26348 (sugar) S 26346 26348 25789 0 -1 4194304 1178 0 0 0 3 1 0 0 16 0 1 0 30819325 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26348/statm: 3431 808 370 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33787 s]
/proc/loadavg: 0.85 1.67 1.91 2/77 26388
/proc/meminfo: memFree=1813984/2055920 swapFree=4192812/4192956
[pid=26348] ppid=26346 vsize=13724 CPUtime=0.04
/proc/26348/stat : 26348 (sugar) S 26346 26348 25789 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30819325 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26348/statm: 3431 808 370 3 0 531 0
[pid=26352] ppid=26348 vsize=0 CPUtime=0.42
/proc/26352/stat : 26352 (java) Z 26348 26348 25789 0 -1 1036 6727 0 1 0 38 4 0 0 16 0 1 0 30819330 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26352/statm: 0 0 0 0 0 0 0
[pid=26381] ppid=26348 vsize=807336 CPUtime=0.82
/proc/26381/stat : 26381 (java) S 26348 26348 25789 0 -1 0 8669 0 1 0 78 4 0 0 16 0 8 0 30819374 826712064 8414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26381/statm: 201834 8414 1506 14 0 189112 0
[pid=26381/tid=26382] ppid=26348 vsize=807336 CPUtime=0.14
/proc/26381/task/26382/stat : 26382 (java) R 26348 26348 25789 0 -1 64 2478 0 0 0 13 1 0 0 16 0 8 0 30819377 826712064 8414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827297 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26381/tid=26383] ppid=26348 vsize=807336 CPUtime=0
/proc/26381/task/26383/stat : 26383 (java) S 26348 26348 25789 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 30819378 826712064 8414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26381/tid=26384] ppid=26348 vsize=807336 CPUtime=0
/proc/26381/task/26384/stat : 26384 (java) S 26348 26348 25789 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30819378 826712064 8414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26381/tid=26385] ppid=26348 vsize=807336 CPUtime=0
/proc/26381/task/26385/stat : 26385 (java) S 26348 26348 25789 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30819381 826712064 8414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26381/tid=26386] ppid=26348 vsize=807336 CPUtime=0.11
/proc/26381/task/26386/stat : 26386 (java) S 26348 26348 25789 0 -1 64 392 0 0 0 11 0 0 0 16 0 8 0 30819381 826712064 8414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26381/tid=26387] ppid=26348 vsize=807336 CPUtime=0
/proc/26381/task/26387/stat : 26387 (java) S 26348 26348 25789 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 30819381 826712064 8414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26381/tid=26388] ppid=26348 vsize=807336 CPUtime=0
/proc/26381/task/26388/stat : 26388 (java) S 26348 26348 25789 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30819381 826712064 8414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 821060

[startup+2.99404 s]
/proc/loadavg: 0.85 1.67 1.91 2/83 26401
/proc/meminfo: memFree=1784752/2055920 swapFree=4192812/4192956
[pid=26348] ppid=26346 vsize=13724 CPUtime=0.04
/proc/26348/stat : 26348 (sugar) S 26346 26348 25789 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30819325 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26348/statm: 3431 808 370 3 0 531 0
[pid=26352] ppid=26348 vsize=0 CPUtime=0.42
/proc/26352/stat : 26352 (java) Z 26348 26348 25789 0 -1 1036 6727 0 1 0 38 4 0 0 16 0 1 0 30819330 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26352/statm: 0 0 0 0 0 0 0
[pid=26381] ppid=26348 vsize=807336 CPUtime=2.48
/proc/26381/stat : 26381 (java) R 26348 26348 25789 0 -1 0 18567 0 1 0 238 10 0 0 17 0 8 0 30819374 826712064 18258 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26381/statm: 201834 18258 1506 14 0 189112 0
[pid=26381/tid=26382] ppid=26348 vsize=807336 CPUtime=0.58
/proc/26381/task/26382/stat : 26382 (java) S 26348 26348 25789 0 -1 64 12315 0 0 0 52 6 0 0 16 0 8 0 30819377 826712064 18258 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26381/tid=26383] ppid=26348 vsize=807336 CPUtime=0
/proc/26381/task/26383/stat : 26383 (java) S 26348 26348 25789 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 30819378 826712064 18258 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26381/tid=26384] ppid=26348 vsize=807336 CPUtime=0
/proc/26381/task/26384/stat : 26384 (java) S 26348 26348 25789 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30819378 826712064 18258 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26381/tid=26385] ppid=26348 vsize=807336 CPUtime=0
/proc/26381/task/26385/stat : 26385 (java) S 26348 26348 25789 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30819381 826712064 18258 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26381/tid=26386] ppid=26348 vsize=807336 CPUtime=0.12
/proc/26381/task/26386/stat : 26386 (java) S 26348 26348 25789 0 -1 64 399 0 0 0 12 0 0 0 16 0 8 0 30819381 826712064 18258 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26381/tid=26387] ppid=26348 vsize=807336 CPUtime=0
/proc/26381/task/26387/stat : 26387 (java) S 26348 26348 25789 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 30819381 826712064 18258 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26381/tid=26388] ppid=26348 vsize=807336 CPUtime=0
/proc/26381/task/26388/stat : 26388 (java) S 26348 26348 25789 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30819381 826712064 18258 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 821060

[startup+6.19673 s]
/proc/loadavg: 0.94 1.67 1.91 3/83 26410
/proc/meminfo: memFree=1748976/2055920 swapFree=4192812/4192956
[pid=26348] ppid=26346 vsize=15540 CPUtime=3.86
/proc/26348/stat : 26348 (sugar) S 26346 26348 25789 0 -1 4194304 1745 23654 0 1 5 1 366 14 15 0 1 0 30819325 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26348/statm: 3885 1256 373 3 0 985 0
[pid=26352] ppid=26348 vsize=0 CPUtime=0.42
/proc/26352/stat : 26352 (java) Z 26348 26348 25789 0 -1 1036 6727 0 1 0 38 4 0 0 16 0 1 0 30819330 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26352/statm: 0 0 0 0 0 0 0
[pid=26410] ppid=26348 vsize=6120 CPUtime=1.75
/proc/26410/stat : 26410 (minisat) R 26348 26348 25789 0 -1 0 1600 0 0 0 175 0 0 0 25 0 1 0 30819766 6266880 1185 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 0 0 0
/proc/26410/statm: 1530 1185 52 112 0 1414 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 21660

[startup+12.6641 s]
/proc/loadavg: 1.03 1.68 1.91 3/76 26411
/proc/meminfo: memFree=1817392/2055920 swapFree=4192812/4192956
[pid=26348] ppid=26346 vsize=15540 CPUtime=3.86
/proc/26348/stat : 26348 (sugar) S 26346 26348 25789 0 -1 4194304 1745 23654 0 1 5 1 366 14 16 0 1 0 30819325 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26348/statm: 3885 1256 373 3 0 985 0
[pid=26352] ppid=26348 vsize=0 CPUtime=0.42
/proc/26352/stat : 26352 (java) Z 26348 26348 25789 0 -1 1036 6727 0 1 0 38 4 0 0 16 0 1 0 30819330 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26352/statm: 0 0 0 0 0 0 0
[pid=26410] ppid=26348 vsize=7592 CPUtime=8.17
/proc/26410/stat : 26410 (minisat) R 26348 26348 25789 0 -1 0 1974 0 0 0 817 0 0 0 25 0 1 0 30819766 7774208 1559 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 0 0 0
/proc/26410/statm: 1898 1559 52 112 0 1782 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 23132

[startup+25.5059 s]
/proc/loadavg: 1.24 1.69 1.91 3/76 26411
/proc/meminfo: memFree=1814768/2055920 swapFree=4192812/4192956
[pid=26348] ppid=26346 vsize=15540 CPUtime=3.86
/proc/26348/stat : 26348 (sugar) S 26346 26348 25789 0 -1 4194304 1745 23654 0 1 5 1 366 14 16 0 1 0 30819325 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26348/statm: 3885 1256 373 3 0 985 0
[pid=26352] ppid=26348 vsize=0 CPUtime=0.42
/proc/26352/stat : 26352 (java) Z 26348 26348 25789 0 -1 1036 6727 0 1 0 38 4 0 0 16 0 1 0 30819330 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26352/statm: 0 0 0 0 0 0 0
[pid=26410] ppid=26348 vsize=8808 CPUtime=20.91
/proc/26410/stat : 26410 (minisat) R 26348 26348 25789 0 -1 0 2274 0 0 0 2090 1 0 0 25 0 1 0 30819766 9019392 1859 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 0 0 0
/proc/26410/statm: 2202 1859 52 112 0 2086 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 24348

[startup+51.1875 s]
/proc/loadavg: 1.56 1.73 1.91 3/76 26411
/proc/meminfo: memFree=1811888/2055920 swapFree=4192812/4192956
[pid=26348] ppid=26346 vsize=15540 CPUtime=3.86
/proc/26348/stat : 26348 (sugar) S 26346 26348 25789 0 -1 4194304 1745 23654 0 1 5 1 366 14 16 0 1 0 30819325 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26348/statm: 3885 1256 373 3 0 985 0
[pid=26352] ppid=26348 vsize=0 CPUtime=0.42
/proc/26352/stat : 26352 (java) Z 26348 26348 25789 0 -1 1036 6727 0 1 0 38 4 0 0 16 0 1 0 30819330 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26352/statm: 0 0 0 0 0 0 0
[pid=26410] ppid=26348 vsize=9924 CPUtime=46.34
/proc/26410/stat : 26410 (minisat) R 26348 26348 25789 0 -1 0 2537 0 0 0 4633 1 0 0 25 0 1 0 30819766 10162176 2122 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 0 0 0
/proc/26410/statm: 2481 2122 52 112 0 2365 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 25464

[startup+102.438 s]
/proc/loadavg: 1.81 1.77 1.91 3/76 26411
/proc/meminfo: memFree=1809072/2055920 swapFree=4192812/4192956
[pid=26348] ppid=26346 vsize=15540 CPUtime=3.86
/proc/26348/stat : 26348 (sugar) S 26346 26348 25789 0 -1 4194304 1745 23654 0 1 5 1 366 14 16 0 1 0 30819325 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26348/statm: 3885 1256 373 3 0 985 0
[pid=26352] ppid=26348 vsize=0 CPUtime=0.42
/proc/26352/stat : 26352 (java) Z 26348 26348 25789 0 -1 1036 6727 0 1 0 38 4 0 0 16 0 1 0 30819330 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26352/statm: 0 0 0 0 0 0 0
[pid=26410] ppid=26348 vsize=11404 CPUtime=97.15
/proc/26410/stat : 26410 (minisat) R 26348 26348 25789 0 -1 0 2877 0 0 0 9713 2 0 0 25 0 1 0 30819766 11677696 2462 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528689 0 0 4096 3 0 0 0 17 0 0 0
/proc/26410/statm: 2851 2462 52 112 0 2735 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 26944

[startup+162.52 s]
/proc/loadavg: 1.93 1.81 1.91 3/76 26411
/proc/meminfo: memFree=1805360/2055920 swapFree=4192812/4192956
[pid=26348] ppid=26346 vsize=15540 CPUtime=3.86
/proc/26348/stat : 26348 (sugar) S 26346 26348 25789 0 -1 4194304 1745 23654 0 1 5 1 366 14 16 0 1 0 30819325 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26348/statm: 3885 1256 373 3 0 985 0
[pid=26352] ppid=26348 vsize=0 CPUtime=0.42
/proc/26352/stat : 26352 (java) Z 26348 26348 25789 0 -1 1036 6727 0 1 0 38 4 0 0 16 0 1 0 30819330 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26352/statm: 0 0 0 0 0 0 0
[pid=26410] ppid=26348 vsize=12764 CPUtime=156.72
/proc/26410/stat : 26410 (minisat) R 26348 26348 25789 0 -1 0 3224 0 0 0 15670 2 0 0 25 0 1 0 30819766 13070336 2809 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 0 0 0
/proc/26410/statm: 3191 2809 52 112 0 3075 0
Current children cumulated CPU time (s) 161
Current children cumulated vsize (KiB) 28304

[startup+222.6 s]
/proc/loadavg: 1.97 1.84 1.91 3/76 26411
/proc/meminfo: memFree=1802160/2055920 swapFree=4192812/4192956
[pid=26348] ppid=26346 vsize=15540 CPUtime=3.86
/proc/26348/stat : 26348 (sugar) S 26346 26348 25789 0 -1 4194304 1745 23654 0 1 5 1 366 14 16 0 1 0 30819325 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26348/statm: 3885 1256 373 3 0 985 0
[pid=26352] ppid=26348 vsize=0 CPUtime=0.42
/proc/26352/stat : 26352 (java) Z 26348 26348 25789 0 -1 1036 6727 0 1 0 38 4 0 0 16 0 1 0 30819330 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26352/statm: 0 0 0 0 0 0 0
[pid=26410] ppid=26348 vsize=13860 CPUtime=216.33
/proc/26410/stat : 26410 (minisat) R 26348 26348 25789 0 -1 0 3491 0 0 0 21630 3 0 0 25 0 1 0 30819766 14192640 3076 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26410/statm: 3465 3076 52 112 0 3349 0
Current children cumulated CPU time (s) 220.61
Current children cumulated vsize (KiB) 29400

[startup+282.686 s]
/proc/loadavg: 1.99 1.87 1.91 3/76 26411
/proc/meminfo: memFree=1800504/2055920 swapFree=4192812/4192956

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

[pid=26348] ppid=26346 vsize=15540 CPUtime=3.86
/proc/26348/stat : 26348 (sugar) S 26346 26348 25789 0 -1 4194304 1745 23654 0 1 5 1 366 14 16 0 1 0 30819325 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26348/statm: 3885 1256 373 3 0 985 0
[pid=26352] ppid=26348 vsize=0 CPUtime=0.42
/proc/26352/stat : 26352 (java) Z 26348 26348 25789 0 -1 1036 6727 0 1 0 38 4 0 0 16 0 1 0 30819330 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26352/statm: 0 0 0 0 0 0 0
[pid=26410] ppid=26348 vsize=19580 CPUtime=573.8
/proc/26410/stat : 26410 (minisat) R 26348 26348 25789 0 -1 0 4853 0 0 0 57375 5 0 0 25 0 1 0 30819766 20049920 4438 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26410/statm: 4895 4438 52 112 0 4779 0
Current children cumulated CPU time (s) 578.08
Current children cumulated vsize (KiB) 35120

[startup+643.16 s]
/proc/loadavg: 2.04 1.97 1.92 3/76 26411
/proc/meminfo: memFree=1788984/2055920 swapFree=4192812/4192956
[pid=26348] ppid=26346 vsize=15540 CPUtime=3.86
/proc/26348/stat : 26348 (sugar) S 26346 26348 25789 0 -1 4194304 1745 23654 0 1 5 1 366 14 16 0 1 0 30819325 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26348/statm: 3885 1256 373 3 0 985 0
[pid=26352] ppid=26348 vsize=0 CPUtime=0.42
/proc/26352/stat : 26352 (java) Z 26348 26348 25789 0 -1 1036 6727 0 1 0 38 4 0 0 16 0 1 0 30819330 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26352/statm: 0 0 0 0 0 0 0
[pid=26410] ppid=26348 vsize=21044 CPUtime=633.4
/proc/26410/stat : 26410 (minisat) R 26348 26348 25789 0 -1 0 5215 0 0 0 63334 6 0 0 25 0 1 0 30819766 21549056 4800 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26410/statm: 5261 4800 52 112 0 5145 0
Current children cumulated CPU time (s) 637.68
Current children cumulated vsize (KiB) 36584

[startup+703.246 s]
/proc/loadavg: 2.01 1.97 1.92 3/76 26411
/proc/meminfo: memFree=1787128/2055920 swapFree=4192812/4192956
[pid=26348] ppid=26346 vsize=15540 CPUtime=3.86
/proc/26348/stat : 26348 (sugar) S 26346 26348 25789 0 -1 4194304 1745 23654 0 1 5 1 366 14 16 0 1 0 30819325 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26348/statm: 3885 1256 373 3 0 985 0
[pid=26352] ppid=26348 vsize=0 CPUtime=0.42
/proc/26352/stat : 26352 (java) Z 26348 26348 25789 0 -1 1036 6727 0 1 0 38 4 0 0 16 0 1 0 30819330 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26352/statm: 0 0 0 0 0 0 0
[pid=26410] ppid=26348 vsize=22592 CPUtime=692.98
/proc/26410/stat : 26410 (minisat) R 26348 26348 25789 0 -1 0 5585 0 0 0 69291 7 0 0 25 0 1 0 30819766 23134208 5170 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26410/statm: 5648 5170 52 112 0 5532 0
Current children cumulated CPU time (s) 697.26
Current children cumulated vsize (KiB) 38132

[startup+763.336 s]
/proc/loadavg: 2.00 1.97 1.92 3/76 26411
/proc/meminfo: memFree=1786424/2055920 swapFree=4192812/4192956
[pid=26348] ppid=26346 vsize=15540 CPUtime=3.86
/proc/26348/stat : 26348 (sugar) S 26346 26348 25789 0 -1 4194304 1745 23654 0 1 5 1 366 14 16 0 1 0 30819325 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26348/statm: 3885 1256 373 3 0 985 0
[pid=26352] ppid=26348 vsize=0 CPUtime=0.42
/proc/26352/stat : 26352 (java) Z 26348 26348 25789 0 -1 1036 6727 0 1 0 38 4 0 0 16 0 1 0 30819330 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26352/statm: 0 0 0 0 0 0 0
[pid=26410] ppid=26348 vsize=23040 CPUtime=752.58
/proc/26410/stat : 26410 (minisat) R 26348 26348 25789 0 -1 0 5685 0 0 0 75251 7 0 0 25 0 1 0 30819766 23592960 5270 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 0 0 0
/proc/26410/statm: 5760 5270 52 112 0 5644 0
Current children cumulated CPU time (s) 756.86
Current children cumulated vsize (KiB) 38580

[startup+823.398 s]
/proc/loadavg: 1.93 1.93 1.91 3/84 26474
/proc/meminfo: memFree=1303928/2055920 swapFree=4192812/4192956
[pid=26348] ppid=26346 vsize=15540 CPUtime=3.86
/proc/26348/stat : 26348 (sugar) S 26346 26348 25789 0 -1 4194304 1745 23654 0 1 5 1 366 14 16 0 1 0 30819325 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26348/statm: 3885 1256 373 3 0 985 0
[pid=26352] ppid=26348 vsize=0 CPUtime=0.42
/proc/26352/stat : 26352 (java) Z 26348 26348 25789 0 -1 1036 6727 0 1 0 38 4 0 0 16 0 1 0 30819330 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26352/statm: 0 0 0 0 0 0 0
[pid=26410] ppid=26348 vsize=23040 CPUtime=812.36
/proc/26410/stat : 26410 (minisat) R 26348 26348 25789 0 -1 0 5691 0 0 0 81217 19 0 0 25 0 1 0 30819766 23592960 5276 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 0 0 0
/proc/26410/statm: 5760 5276 52 112 0 5644 0
Current children cumulated CPU time (s) 816.64
Current children cumulated vsize (KiB) 38580

[startup+883.498 s]
/proc/loadavg: 2.33 2.05 1.95 3/84 26474
/proc/meminfo: memFree=246264/2055920 swapFree=4192812/4192956
[pid=26348] ppid=26346 vsize=15540 CPUtime=3.86
/proc/26348/stat : 26348 (sugar) S 26346 26348 25789 0 -1 4194304 1745 23654 0 1 5 1 366 14 16 0 1 0 30819325 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26348/statm: 3885 1256 373 3 0 985 0
[pid=26352] ppid=26348 vsize=0 CPUtime=0.42
/proc/26352/stat : 26352 (java) Z 26348 26348 25789 0 -1 1036 6727 0 1 0 38 4 0 0 16 0 1 0 30819330 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26352/statm: 0 0 0 0 0 0 0
[pid=26410] ppid=26348 vsize=23040 CPUtime=872.06
/proc/26410/stat : 26410 (minisat) R 26348 26348 25789 0 -1 0 5694 0 0 0 87168 38 0 0 25 0 1 0 30819766 23592960 5279 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 0 0 0
/proc/26410/statm: 5760 5279 52 112 0 5644 0
Current children cumulated CPU time (s) 876.34
Current children cumulated vsize (KiB) 38580

[startup+943.593 s]
/proc/loadavg: 2.75 2.20 2.00 3/84 26474
/proc/meminfo: memFree=15736/2055920 swapFree=4192812/4192956
[pid=26348] ppid=26346 vsize=15540 CPUtime=3.86
/proc/26348/stat : 26348 (sugar) S 26346 26348 25789 0 -1 4194304 1745 23654 0 1 5 1 366 14 16 0 1 0 30819325 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26348/statm: 3885 1256 373 3 0 985 0
[pid=26352] ppid=26348 vsize=0 CPUtime=0.42
/proc/26352/stat : 26352 (java) Z 26348 26348 25789 0 -1 1036 6727 0 1 0 38 4 0 0 16 0 1 0 30819330 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26352/statm: 0 0 0 0 0 0 0
[pid=26410] ppid=26348 vsize=23040 CPUtime=931.78
/proc/26410/stat : 26410 (minisat) R 26348 26348 25789 0 -1 0 5715 0 0 0 93123 55 0 0 25 0 1 0 30819766 23592960 5300 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 0 0 0
/proc/26410/statm: 5760 5300 52 112 0 5644 0
Current children cumulated CPU time (s) 936.06
Current children cumulated vsize (KiB) 38580

[startup+1003.69 s]
/proc/loadavg: 3.59 2.51 2.12 3/84 26474
/proc/meminfo: memFree=15160/2055920 swapFree=4192812/4192956
[pid=26348] ppid=26346 vsize=15540 CPUtime=3.86
/proc/26348/stat : 26348 (sugar) S 26346 26348 25789 0 -1 4194304 1745 23654 0 1 5 1 366 14 16 0 1 0 30819325 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26348/statm: 3885 1256 373 3 0 985 0
[pid=26352] ppid=26348 vsize=0 CPUtime=0.42
/proc/26352/stat : 26352 (java) Z 26348 26348 25789 0 -1 1036 6727 0 1 0 38 4 0 0 16 0 1 0 30819330 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26352/statm: 0 0 0 0 0 0 0
[pid=26410] ppid=26348 vsize=23184 CPUtime=991.51
/proc/26410/stat : 26410 (minisat) R 26348 26348 25789 0 -1 0 5741 0 0 0 99076 75 0 0 25 0 1 0 30819766 23740416 5326 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528556 0 0 4096 3 0 0 0 17 0 0 0
/proc/26410/statm: 5796 5326 52 112 0 5680 0
Current children cumulated CPU time (s) 995.79
Current children cumulated vsize (KiB) 38724

[startup+1063.78 s]
/proc/loadavg: 3.05 2.57 2.16 3/84 26474
/proc/meminfo: memFree=16184/2055920 swapFree=4192812/4192956
[pid=26348] ppid=26346 vsize=15540 CPUtime=3.86
/proc/26348/stat : 26348 (sugar) S 26346 26348 25789 0 -1 4194304 1745 23654 0 1 5 1 366 14 16 0 1 0 30819325 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26348/statm: 3885 1256 373 3 0 985 0
[pid=26352] ppid=26348 vsize=0 CPUtime=0.42
/proc/26352/stat : 26352 (java) Z 26348 26348 25789 0 -1 1036 6727 0 1 0 38 4 0 0 16 0 1 0 30819330 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26352/statm: 0 0 0 0 0 0 0
[pid=26410] ppid=26348 vsize=23408 CPUtime=1051.22
/proc/26410/stat : 26410 (minisat) R 26348 26348 25789 0 -1 0 5784 0 0 0 105026 96 0 0 25 0 1 0 30819766 23969792 5369 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26410/statm: 5852 5369 52 112 0 5736 0
Current children cumulated CPU time (s) 1055.5
Current children cumulated vsize (KiB) 38948

[startup+1123.78 s]
/proc/loadavg: 2.68 2.54 2.18 3/84 26474
/proc/meminfo: memFree=16248/2055920 swapFree=4192812/4192956
[pid=26348] ppid=26346 vsize=15540 CPUtime=3.86
/proc/26348/stat : 26348 (sugar) S 26346 26348 25789 0 -1 4194304 1745 23654 0 1 5 1 366 14 16 0 1 0 30819325 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26348/statm: 3885 1256 373 3 0 985 0
[pid=26352] ppid=26348 vsize=0 CPUtime=0.42
/proc/26352/stat : 26352 (java) Z 26348 26348 25789 0 -1 1036 6727 0 1 0 38 4 0 0 16 0 1 0 30819330 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26352/statm: 0 0 0 0 0 0 0
[pid=26410] ppid=26348 vsize=23408 CPUtime=1110.86
/proc/26410/stat : 26410 (minisat) R 26348 26348 25789 0 -1 0 5814 0 0 0 110975 111 0 0 25 0 1 0 30819766 23969792 5399 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/26410/statm: 5852 5399 52 112 0 5736 0
Current children cumulated CPU time (s) 1115.14
Current children cumulated vsize (KiB) 38948

[startup+1183.82 s]
/proc/loadavg: 2.73 2.57 2.21 3/84 26474
/proc/meminfo: memFree=16376/2055920 swapFree=4192812/4192956
[pid=26348] ppid=26346 vsize=15540 CPUtime=3.86
/proc/26348/stat : 26348 (sugar) S 26346 26348 25789 0 -1 4194304 1745 23654 0 1 5 1 366 14 16 0 1 0 30819325 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26348/statm: 3885 1256 373 3 0 985 0
[pid=26352] ppid=26348 vsize=0 CPUtime=0.42
/proc/26352/stat : 26352 (java) Z 26348 26348 25789 0 -1 1036 6727 0 1 0 38 4 0 0 16 0 1 0 30819330 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26352/statm: 0 0 0 0 0 0 0
[pid=26410] ppid=26348 vsize=23408 CPUtime=1170.49
/proc/26410/stat : 26410 (minisat) R 26348 26348 25789 0 -1 0 5815 0 0 0 116915 134 0 0 25 0 1 0 30819766 23969792 5400 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26410/statm: 5852 5400 52 112 0 5736 0
Current children cumulated CPU time (s) 1174.77
Current children cumulated vsize (KiB) 38948

Child status: 0

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 26348 and gives childrusage.ru_utime.tv_sec=1181 childrusage.ru_utime.tv_usec=247423 childrusage.ru_stime.tv_sec=1 childrusage.ru_stime.tv_usec=568761
CPU time returned by wait4() is 1182.82
while last known CPU time is 1183.21

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

Real time (s): 1193.03
CPU time (s): 1183.21
CPU user time (s): 1181.61
CPU system time (s): 1.6
CPU usage (%): 99.1772
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1181.25
system time used= 1.56876
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31310
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= 1113
involuntary context switches= 24657

runsolver used 1.07883 s user time and 3.2655 s system time

The end

Launcher Data (download as text)

Begin job on node71 on Mon Jan 29 22:10:14 UTC 2007


IDJOB= 238331
IDBENCH= 6996
IDSOLVER= 86
FILE ID= node71/238331-1170108613

PBS_JOBID= 3689947

Free space on /tmp= 66564 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/blackHole/BH-4-4/BlackHole-4-4-e-7_ext.xml
COMMAND LINE= /tmp/evaluation/238331-1170108613/solver /tmp/evaluation/238331-1170108613 /tmp/evaluation/238331-1170108613/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node71/watcher-238331-1170108613 -o ROOT/results/node71/solver-238331-1170108613 -C 1800 -M 900  /tmp/evaluation/238331-1170108613/solver /tmp/evaluation/238331-1170108613 /tmp/evaluation/238331-1170108613/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  f007fbf890e041d0b9b8791c8c515477

RANDOM SEED= 266092180

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.266
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.266
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:       1842064 kB
Buffers:         54804 kB
Cached:          84528 kB
SwapCached:          0 kB
Active:          70068 kB
Inactive:        89500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1842064 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1052 kB
Writeback:           0 kB
Mapped:          30424 kB
Slab:            40008 kB
Committed_AS:   443024 kB
PageTables:       1660 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= 59943 MiB



End job on node71 on Mon Jan 29 22:30:09 UTC 2007