Trace number 223445

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.40SAT 1148.95 1154.54

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-19_ext.xml
MD5SUMbff1aea433498689ae300f31f8758077
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.708892
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
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/223445-1170102819/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/223445-1170102819/unknown.xml [Mon Jan 29 21:33:41 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/223445-1170102819/unknown.xml /tmp/evaluation/223445-1170102819/sugar28665.csp [Mon Jan 29 21:33:41 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223445-1170102819/sugar-v0-40.jar -convert /tmp/evaluation/223445-1170102819/unknown.xml /tmp/evaluation/223445-1170102819/sugar28665.csp
0.16	c BEGIN convert /tmp/evaluation/223445-1170102819/unknown.xml
0.76	c END convert (0.596964 seconds)
0.80	c # CONVERT_XML  END : /tmp/evaluation/223445-1170102819/sugar28665.csp 1715478 bytes (1 seconds) [Mon Jan 29 21:33:42 2007]
0.80	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.80	
0.80	c # GENERATE_SAT  BEGIN : /tmp/evaluation/223445-1170102819/sugar28665.bcnf [Mon Jan 29 21:33:42 2007]
0.80	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223445-1170102819/sugar-v0-40.jar -bcnf -map /tmp/evaluation/223445-1170102819/sugar28665.map /tmp/evaluation/223445-1170102819/sugar28665.csp /tmp/evaluation/223445-1170102819/sugar28665.bcnf
0.93	c BEGIN parse /tmp/evaluation/223445-1170102819/sugar28665.csp
376.36	c END parse (375.434654 seconds)
376.36	c BEGIN simplify
377.61	c END simplify (1.251153 seconds)
377.61	c BEGIN encode /tmp/evaluation/223445-1170102819/sugar28665.bcnf
385.56	c END encode (7.948012 seconds)
386.26	c # GENERATE_SAT  END : 60956 variables 170590 clauses 89519980 bytes (385 seconds) [Mon Jan 29 21:40:07 2007]
386.26	c # GENERATE_SAT  CPU : 385.24 = 0.55 + 0.06 + 382.45 + 2.18
386.26	
386.26	c # SOLVE_SAT  BEGIN : /tmp/evaluation/223445-1170102819/sugar28665.bcnf [Mon Jan 29 21:40:07 2007]
386.26	c # CMD : /tmp/evaluation/223445-1170102819/minisat /tmp/evaluation/223445-1170102819/sugar28665.bcnf /tmp/evaluation/223445-1170102819/sugar28665.out
388.23	c ==================================[MINISAT]===================================
388.23	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
388.23	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
388.23	c ==============================================================================
388.23	c |         0 |  170590 22209357 |   56863       0        0     nan |  0.000 % |
388.41	c |       101 |  170592 22209357 |   62549      99     6436    65.0 |  0.000 % |
388.63	c |       251 |  170592 22209357 |   68804     249    15019    60.3 |  0.000 % |
389.05	c |       477 |  170593 22209357 |   75684     474    35887    75.7 |  0.000 % |
389.58	c |       814 |  170594 22209357 |   83253     810    53815    66.4 |  0.000 % |
390.54	c |      1320 |  170599 22209357 |   91578    1311    93784    71.5 |  0.000 % |
392.07	c |      2079 |  170601 22209357 |  100736    2068   155337    75.1 |  0.000 % |
394.59	c |      3218 |  170604 22209357 |  110809    3204   253423    79.1 |  0.000 % |
399.09	c |      4926 |  170609 22209357 |  121890    4907   364435    74.3 |  0.000 % |
406.26	c |      7488 |  170612 22209357 |  134079    7466   616113    82.5 |  0.000 % |
415.80	c |     11332 |  170620 22209357 |  147487   11302   981347    86.8 |  0.000 % |
428.21	c |     17098 |  170634 22209357 |  162236   17054  1435408    84.2 |  0.000 % |
453.57	c |     25749 |  170645 22209357 |  178460   25694  2337460    91.0 |  0.000 % |
496.87	c |     38723 |  170657 22209357 |  196306   38656  3914854   101.3 |  0.000 % |
584.61	c |     58184 |  170672 22209357 |  215937   58102  6298578   108.4 |  0.000 % |
712.36	c |     87376 |  170693 22209357 |  237530   87273  9981476   114.4 |  0.000 % |
933.64	c |    131165 |  170717 22209357 |  261283  131038 15626033   119.2 |  0.000 % |
1153.65	c ==============================================================================
1153.65	c restarts              : 17
1153.65	c conflicts             : 169334         (222 /sec)
1153.65	c decisions             : 22036185       (28933 /sec)
1153.65	c propagations          : 364939141      (479155 /sec)
1153.65	c conflict literals     : 20511037       (56.27 % deleted)
1153.65	c Memory used           : 180.66 MB
1153.65	c CPU time              : 761.63 s
1153.65	c 
1153.65	c SATISFIABLE
1153.71	c # SOLVE_SAT  END : SATISFIABLE (768 seconds) [Mon Jan 29 21:52:55 2007]
1153.71	c # SOLVE_SAT  CPU : 762.24 = 0 + 0 + 761.66 + 0.58
1153.71	
1153.71	c # RESULT : SATISFIABLE
1153.71	
1153.71	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 21:52:55 2007]
1153.87	c BEGIN read SAT output /tmp/evaluation/223445-1170102819/sugar28665.out
1153.94	c END read SAT output (0.073926 seconds)
1153.94	c BEGIN write solution /tmp/evaluation/223445-1170102819/sugar28665.sol
1154.40	c END write solution (0.450741 seconds)
1154.46	s SATISFIABLE
1154.46	v 24 9 15 3 19 20 21 23 2 11 19 10 24 10 22 12 14 7 17 21 20 6 7 21 21 22 19 1 1 22 20 3 2 20 7 17 24 6 8 19
1154.48	c # OUTPUT_SOL  END :  (1 seconds) [Mon Jan 29 21:52:56 2007]
1154.48	c # OUTPUT_SOL  CPU : 0.670000000000146 = 0.03 + 0 + 0.590000000000146 + 0.0500000000000003
1154.48	
1154.48	c # MAIN  END :  (1155 seconds) [Mon Jan 29 21:52:56 2007]
1154.48	c # MAIN  CPU : 1148.15 = 0.58 + 0.06 + 1144.7 + 2.81
1154.48	

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node35/watcher-223445-1170102819 -o ROOT/results/node35/solver-223445-1170102819 -C 1800 -M 900 /tmp/evaluation/223445-1170102819/solver /tmp/evaluation/223445-1170102819 /tmp/evaluation/223445-1170102819/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: 1.19 1.07 1.79 5/76 28666
/proc/meminfo: memFree=1880432/2055920 swapFree=4192812/4192956
[pid=28665] ppid=28663 vsize=12268 CPUtime=0
/proc/28665/stat : 28665 (sugar) R 28663 28665 28456 0 -1 4194304 595 0 0 0 0 0 0 0 18 0 1 0 4045825 12562432 314 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266152527929 0 0 4224 0 0 0 0 17 1 0 0
/proc/28665/statm: 3067 315 241 3 0 167 0

[startup+0.107299 s]
/proc/loadavg: 1.19 1.07 1.79 5/76 28666
/proc/meminfo: memFree=1880432/2055920 swapFree=4192812/4192956
[pid=28665] ppid=28663 vsize=13724 CPUtime=0.03
/proc/28665/stat : 28665 (sugar) S 28663 28665 28456 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 4045825 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28665/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.515729 s]
/proc/loadavg: 1.19 1.07 1.79 5/76 28666
/proc/meminfo: memFree=1880432/2055920 swapFree=4192812/4192956
[pid=28665] ppid=28663 vsize=13724 CPUtime=0.03
/proc/28665/stat : 28665 (sugar) S 28663 28665 28456 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 4045825 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28665/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33874 s]
/proc/loadavg: 1.19 1.07 1.79 5/85 28682
/proc/meminfo: memFree=1859112/2055920 swapFree=4192812/4192956
[pid=28665] ppid=28663 vsize=13724 CPUtime=0.03
/proc/28665/stat : 28665 (sugar) S 28663 28665 28456 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 4045825 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28665/statm: 3431 808 370 3 0 531 0
[pid=28667] ppid=28665 vsize=0 CPUtime=0.71
/proc/28667/stat : 28667 (java) Z 28665 28665 28456 0 -1 1036 7673 0 1 0 65 6 0 0 18 0 1 0 4045830 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28667/statm: 0 0 0 0 0 0 0
[pid=28675] ppid=28665 vsize=807064 CPUtime=0.51
/proc/28675/stat : 28675 (java) R 28665 28665 28456 0 -1 0 7358 0 1 0 46 5 0 0 22 0 8 0 4045906 826433536 7107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073498022 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28675/statm: 201766 7107 1494 14 0 189044 0
[pid=28675/tid=28676] ppid=28665 vsize=807064 CPUtime=0.05
/proc/28675/task/28676/stat : 28676 (java) S 28665 28665 28456 0 -1 64 1305 0 0 0 5 0 0 0 16 0 8 0 4045909 826433536 7107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28675/tid=28677] ppid=28665 vsize=807064 CPUtime=0
/proc/28675/task/28677/stat : 28677 (java) S 28665 28665 28456 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4045910 826433536 7107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28675/tid=28678] ppid=28665 vsize=807064 CPUtime=0
/proc/28675/task/28678/stat : 28678 (java) S 28665 28665 28456 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 4045910 826433536 7107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28675/tid=28679] ppid=28665 vsize=807064 CPUtime=0
/proc/28675/task/28679/stat : 28679 (java) S 28665 28665 28456 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 4045913 826433536 7107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28675/tid=28680] ppid=28665 vsize=807064 CPUtime=0.05
/proc/28675/task/28680/stat : 28680 (java) S 28665 28665 28456 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 4045913 826433536 7107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28675/tid=28681] ppid=28665 vsize=807064 CPUtime=0
/proc/28675/task/28681/stat : 28681 (java) S 28665 28665 28456 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 4045913 826433536 7107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28675/tid=28682] ppid=28665 vsize=807064 CPUtime=0
/proc/28675/task/28682/stat : 28682 (java) S 28665 28665 28456 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 4045913 826433536 7107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 820788

[startup+2.99206 s]
/proc/loadavg: 1.34 1.10 1.80 3/85 28682
/proc/meminfo: memFree=1838056/2055920 swapFree=4192812/4192956
[pid=28665] ppid=28663 vsize=13724 CPUtime=0.03
/proc/28665/stat : 28665 (sugar) S 28663 28665 28456 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 4045825 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28665/statm: 3431 808 370 3 0 531 0
[pid=28667] ppid=28665 vsize=0 CPUtime=0.71
/proc/28667/stat : 28667 (java) Z 28665 28665 28456 0 -1 1036 7673 0 1 0 65 6 0 0 18 0 1 0 4045830 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28667/statm: 0 0 0 0 0 0 0
[pid=28675] ppid=28665 vsize=807064 CPUtime=2.16
/proc/28675/stat : 28675 (java) R 28665 28665 28456 0 -1 0 14122 0 1 0 207 9 0 0 25 0 8 0 4045906 826433536 13856 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28675/statm: 201766 13856 1506 14 0 189044 0
[pid=28675/tid=28676] ppid=28665 vsize=807064 CPUtime=0.55
/proc/28675/task/28676/stat : 28676 (java) S 28665 28665 28456 0 -1 64 8025 0 0 0 51 4 0 0 16 0 8 0 4045909 826433536 13856 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28675/tid=28677] ppid=28665 vsize=807064 CPUtime=0
/proc/28675/task/28677/stat : 28677 (java) S 28665 28665 28456 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4045910 826433536 13856 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28675/tid=28678] ppid=28665 vsize=807064 CPUtime=0
/proc/28675/task/28678/stat : 28678 (java) S 28665 28665 28456 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 4045910 826433536 13856 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28675/tid=28679] ppid=28665 vsize=807064 CPUtime=0
/proc/28675/task/28679/stat : 28679 (java) S 28665 28665 28456 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 4045913 826433536 13856 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28675/tid=28680] ppid=28665 vsize=807064 CPUtime=0.07
/proc/28675/task/28680/stat : 28680 (java) R 28665 28665 28456 0 -1 64 297 0 0 0 7 0 0 0 16 0 8 0 4045913 826433536 13856 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152957377 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28675/tid=28681] ppid=28665 vsize=807064 CPUtime=0
/proc/28675/task/28681/stat : 28681 (java) S 28665 28665 28456 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 4045913 826433536 13856 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28675/tid=28682] ppid=28665 vsize=807064 CPUtime=0
/proc/28675/task/28682/stat : 28682 (java) S 28665 28665 28456 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 4045913 826433536 13856 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 820788

[startup+6.20671 s]
/proc/loadavg: 1.34 1.10 1.80 3/85 28682
/proc/meminfo: memFree=1745256/2055920 swapFree=4192812/4192956
[pid=28665] ppid=28663 vsize=13724 CPUtime=0.03
/proc/28665/stat : 28665 (sugar) S 28663 28665 28456 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 4045825 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28665/statm: 3431 808 370 3 0 531 0
[pid=28667] ppid=28665 vsize=0 CPUtime=0.71
/proc/28667/stat : 28667 (java) Z 28665 28665 28456 0 -1 1036 7673 0 1 0 65 6 0 0 18 0 1 0 4045830 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28667/statm: 0 0 0 0 0 0 0
[pid=28675] ppid=28665 vsize=807336 CPUtime=5.35
/proc/28675/stat : 28675 (java) R 28665 28665 28456 0 -1 0 39041 0 1 0 512 23 0 0 25 0 8 0 4045906 826712064 38673 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28675/statm: 201834 38673 1506 14 0 189112 0
[pid=28675/tid=28676] ppid=28665 vsize=807336 CPUtime=1.66
/proc/28675/task/28676/stat : 28676 (java) R 28665 28665 28456 0 -1 64 32720 0 0 0 149 17 0 0 15 0 8 0 4045909 826712064 38673 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827297 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28675/tid=28677] ppid=28665 vsize=807336 CPUtime=0
/proc/28675/task/28677/stat : 28677 (java) S 28665 28665 28456 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4045910 826712064 38673 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28675/tid=28678] ppid=28665 vsize=807336 CPUtime=0
/proc/28675/task/28678/stat : 28678 (java) S 28665 28665 28456 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 4045910 826712064 38673 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28675/tid=28679] ppid=28665 vsize=807336 CPUtime=0
/proc/28675/task/28679/stat : 28679 (java) S 28665 28665 28456 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 4045913 826712064 38673 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28675/tid=28680] ppid=28665 vsize=807336 CPUtime=0.13
/proc/28675/task/28680/stat : 28680 (java) S 28665 28665 28456 0 -1 64 395 0 0 0 13 0 0 0 17 0 8 0 4045913 826712064 38673 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28675/tid=28681] ppid=28665 vsize=807336 CPUtime=0
/proc/28675/task/28681/stat : 28681 (java) S 28665 28665 28456 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 4045913 826712064 38673 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28675/tid=28682] ppid=28665 vsize=807336 CPUtime=0
/proc/28675/task/28682/stat : 28682 (java) R 28665 28665 28456 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 4045913 826712064 38673 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 821060

[startup+12.7048 s]
/proc/loadavg: 1.44 1.13 1.80 3/85 28682
/proc/meminfo: memFree=1665584/2055920 swapFree=4192812/4192956
[pid=28665] ppid=28663 vsize=13724 CPUtime=0.03
/proc/28665/stat : 28665 (sugar) S 28663 28665 28456 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 4045825 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28665/statm: 3431 808 370 3 0 531 0
[pid=28667] ppid=28665 vsize=0 CPUtime=0.71
/proc/28667/stat : 28667 (java) Z 28665 28665 28456 0 -1 1036 7673 0 1 0 65 6 0 0 18 0 1 0 4045830 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28667/statm: 0 0 0 0 0 0 0
[pid=28675] ppid=28665 vsize=807336 CPUtime=11.84
/proc/28675/stat : 28675 (java) R 28665 28665 28456 0 -1 0 55056 0 1 0 1149 35 0 0 25 0 8 0 4045906 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28675/statm: 201834 54116 1507 14 0 189112 0
[pid=28675/tid=28676] ppid=28665 vsize=807336 CPUtime=4.08
/proc/28675/task/28676/stat : 28676 (java) R 28665 28665 28456 0 -1 64 48513 0 0 0 380 28 0 0 15 0 8 0 4045909 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28675/tid=28677] ppid=28665 vsize=807336 CPUtime=0
/proc/28675/task/28677/stat : 28677 (java) S 28665 28665 28456 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4045910 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28675/tid=28678] ppid=28665 vsize=807336 CPUtime=0
/proc/28675/task/28678/stat : 28678 (java) S 28665 28665 28456 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 4045910 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28675/tid=28679] ppid=28665 vsize=807336 CPUtime=0
/proc/28675/task/28679/stat : 28679 (java) S 28665 28665 28456 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 4045913 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28675/tid=28680] ppid=28665 vsize=807336 CPUtime=0.15
/proc/28675/task/28680/stat : 28680 (java) S 28665 28665 28456 0 -1 64 401 0 0 0 15 0 0 0 16 0 8 0 4045913 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28675/tid=28681] ppid=28665 vsize=807336 CPUtime=0
/proc/28675/task/28681/stat : 28681 (java) S 28665 28665 28456 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 4045913 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28675/tid=28682] ppid=28665 vsize=807336 CPUtime=0
/proc/28675/task/28682/stat : 28682 (java) S 28665 28665 28456 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 4045913 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 821060

[startup+25.5924 s]
/proc/loadavg: 1.60 1.17 1.81 3/85 28682
/proc/meminfo: memFree=1665456/2055920 swapFree=4192812/4192956
[pid=28665] ppid=28663 vsize=13724 CPUtime=0.03
/proc/28665/stat : 28665 (sugar) S 28663 28665 28456 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 4045825 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28665/statm: 3431 808 370 3 0 531 0
[pid=28667] ppid=28665 vsize=0 CPUtime=0.71
/proc/28667/stat : 28667 (java) Z 28665 28665 28456 0 -1 1036 7673 0 1 0 65 6 0 0 18 0 1 0 4045830 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28667/statm: 0 0 0 0 0 0 0
[pid=28675] ppid=28665 vsize=807336 CPUtime=24.73
/proc/28675/stat : 28675 (java) R 28665 28665 28456 0 -1 0 55651 0 1 0 2432 41 0 0 25 0 8 0 4045906 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073489627 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28675/statm: 201834 54116 1507 14 0 189112 0
[pid=28675/tid=28676] ppid=28665 vsize=807336 CPUtime=9.07
/proc/28675/task/28676/stat : 28676 (java) S 28665 28665 28456 0 -1 64 48691 0 0 0 876 31 0 0 16 0 8 0 4045909 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28675/tid=28677] ppid=28665 vsize=807336 CPUtime=0
/proc/28675/task/28677/stat : 28677 (java) S 28665 28665 28456 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4045910 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28675/tid=28678] ppid=28665 vsize=807336 CPUtime=0
/proc/28675/task/28678/stat : 28678 (java) S 28665 28665 28456 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 4045910 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28675/tid=28679] ppid=28665 vsize=807336 CPUtime=0
/proc/28675/task/28679/stat : 28679 (java) S 28665 28665 28456 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 4045913 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28675/tid=28680] ppid=28665 vsize=807336 CPUtime=0.15
/proc/28675/task/28680/stat : 28680 (java) S 28665 28665 28456 0 -1 64 401 0 0 0 15 0 0 0 17 0 8 0 4045913 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28675/tid=28681] ppid=28665 vsize=807336 CPUtime=0
/proc/28675/task/28681/stat : 28681 (java) S 28665 28665 28456 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 4045913 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28675/tid=28682] ppid=28665 vsize=807336 CPUtime=0
/proc/28675/task/28682/stat : 28682 (java) S 28665 28665 28456 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 4045913 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 821060

[startup+51.2575 s]
/proc/loadavg: 2.00 1.30 1.83 3/85 28682
/proc/meminfo: memFree=1665200/2055920 swapFree=4192812/4192956
[pid=28665] ppid=28663 vsize=13724 CPUtime=0.03
/proc/28665/stat : 28665 (sugar) S 28663 28665 28456 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 4045825 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28665/statm: 3431 808 370 3 0 531 0
[pid=28667] ppid=28665 vsize=0 CPUtime=0.71
/proc/28667/stat : 28667 (java) Z 28665 28665 28456 0 -1 1036 7673 0 1 0 65 6 0 0 18 0 1 0 4045830 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28667/statm: 0 0 0 0 0 0 0
[pid=28675] ppid=28665 vsize=807336 CPUtime=50.39
/proc/28675/stat : 28675 (java) R 28665 28665 28456 0 -1 0 57450 0 1 0 4985 54 0 0 25 0 8 0 4045906 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28675/statm: 201834 54116 1507 14 0 189112 0
[pid=28675/tid=28676] ppid=28665 vsize=807336 CPUtime=19.35
/proc/28675/task/28676/stat : 28676 (java) R 28665 28665 28456 0 -1 64 49675 0 0 0 1895 40 0 0 15 0 8 0 4045909 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827302 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28675/tid=28677] ppid=28665 vsize=807336 CPUtime=0
/proc/28675/task/28677/stat : 28677 (java) S 28665 28665 28456 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4045910 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28675/tid=28678] ppid=28665 vsize=807336 CPUtime=0
/proc/28675/task/28678/stat : 28678 (java) S 28665 28665 28456 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 4045910 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28675/tid=28679] ppid=28665 vsize=807336 CPUtime=0
/proc/28675/task/28679/stat : 28679 (java) S 28665 28665 28456 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 4045913 826712064 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28675/tid=28680] ppid=28665 vsize=807336 CPUtime=0.15

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

[pid=28665] ppid=28663 vsize=46308 CPUtime=385.27
/proc/28665/stat : 28665 (sugar) S 28663 28665 28456 0 -1 4194304 9304 172849 0 1 58 6 38245 218 16 0 1 0 4045825 47419392 8721 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28665/statm: 11577 8721 373 3 0 8677 0
[pid=28667] ppid=28665 vsize=0 CPUtime=0.71
/proc/28667/stat : 28667 (java) Z 28665 28665 28456 0 -1 1036 7673 0 1 0 65 6 0 0 18 0 1 0 4045830 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28667/statm: 0 0 0 0 0 0 0
[pid=28683] ppid=28665 vsize=117848 CPUtime=136.66
/proc/28683/stat : 28683 (minisat) R 28665 28665 28456 0 -1 0 30050 0 0 0 13634 32 0 0 25 0 1 0 4084451 120676352 28997 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28683/statm: 29462 28997 52 112 0 29346 0
Current children cumulated CPU time (s) 522.64
Current children cumulated vsize (KiB) 164156

[startup+583.109 s]
/proc/loadavg: 2.01 2.02 2.00 3/78 28683
/proc/meminfo: memFree=1623464/2055920 swapFree=4192812/4192956
[pid=28665] ppid=28663 vsize=46308 CPUtime=385.27
/proc/28665/stat : 28665 (sugar) S 28663 28665 28456 0 -1 4194304 9304 172849 0 1 58 6 38245 218 16 0 1 0 4045825 47419392 8721 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28665/statm: 11577 8721 373 3 0 8677 0
[pid=28667] ppid=28665 vsize=0 CPUtime=0.71
/proc/28667/stat : 28667 (java) Z 28665 28665 28456 0 -1 1036 7673 0 1 0 65 6 0 0 18 0 1 0 4045830 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28667/statm: 0 0 0 0 0 0 0
[pid=28683] ppid=28665 vsize=124472 CPUtime=196.74
/proc/28683/stat : 28683 (minisat) R 28665 28665 28456 0 -1 0 31725 0 0 0 19640 34 0 0 25 0 1 0 4084451 127459328 30672 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528562 0 0 4096 3 0 0 0 17 1 0 0
/proc/28683/statm: 31118 30672 52 112 0 31002 0
Current children cumulated CPU time (s) 582.72
Current children cumulated vsize (KiB) 170780

[startup+643.204 s]
/proc/loadavg: 2.15 2.04 2.01 4/83 28747
/proc/meminfo: memFree=1465016/2055920 swapFree=4192812/4192956
[pid=28665] ppid=28663 vsize=46308 CPUtime=385.27
/proc/28665/stat : 28665 (sugar) S 28663 28665 28456 0 -1 4194304 9304 172849 0 1 58 6 38245 218 16 0 1 0 4045825 47419392 8721 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28665/statm: 11577 8721 373 3 0 8677 0
[pid=28667] ppid=28665 vsize=0 CPUtime=0.71
/proc/28667/stat : 28667 (java) Z 28665 28665 28456 0 -1 1036 7673 0 1 0 65 6 0 0 18 0 1 0 4045830 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28667/statm: 0 0 0 0 0 0 0
[pid=28683] ppid=28665 vsize=132248 CPUtime=256.65
/proc/28683/stat : 28683 (minisat) R 28665 28665 28456 0 -1 0 33643 0 0 0 25627 38 0 0 25 0 1 0 4084451 135421952 32590 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28683/statm: 33062 32590 52 112 0 32946 0
Current children cumulated CPU time (s) 642.63
Current children cumulated vsize (KiB) 178556

[startup+703.22 s]
/proc/loadavg: 2.64 2.19 2.06 4/83 28747
/proc/meminfo: memFree=1458040/2055920 swapFree=4192812/4192956
[pid=28665] ppid=28663 vsize=46308 CPUtime=385.27
/proc/28665/stat : 28665 (sugar) S 28663 28665 28456 0 -1 4194304 9304 172849 0 1 58 6 38245 218 16 0 1 0 4045825 47419392 8721 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28665/statm: 11577 8721 373 3 0 8677 0
[pid=28667] ppid=28665 vsize=0 CPUtime=0.71
/proc/28667/stat : 28667 (java) Z 28665 28665 28456 0 -1 1036 7673 0 1 0 65 6 0 0 18 0 1 0 4045830 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28667/statm: 0 0 0 0 0 0 0
[pid=28683] ppid=28665 vsize=139268 CPUtime=316.09
/proc/28683/stat : 28683 (minisat) R 28665 28665 28456 0 -1 0 35407 0 0 0 31568 41 0 0 25 0 1 0 4084451 142610432 34354 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527104 0 0 4096 3 0 0 0 17 0 0 0
/proc/28683/statm: 34817 34354 52 112 0 34701 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 185576

[startup+763.303 s]
/proc/loadavg: 2.87 2.33 2.11 3/83 28747
/proc/meminfo: memFree=1440760/2055920 swapFree=4192812/4192956
[pid=28665] ppid=28663 vsize=46308 CPUtime=385.27
/proc/28665/stat : 28665 (sugar) S 28663 28665 28456 0 -1 4194304 9304 172849 0 1 58 6 38245 218 16 0 1 0 4045825 47419392 8721 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28665/statm: 11577 8721 373 3 0 8677 0
[pid=28667] ppid=28665 vsize=0 CPUtime=0.71
/proc/28667/stat : 28667 (java) Z 28665 28665 28456 0 -1 1036 7673 0 1 0 65 6 0 0 18 0 1 0 4045830 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28667/statm: 0 0 0 0 0 0 0
[pid=28683] ppid=28665 vsize=145808 CPUtime=375.61
/proc/28683/stat : 28683 (minisat) R 28665 28665 28456 0 -1 0 37010 0 0 0 37518 43 0 0 25 0 1 0 4084451 149307392 35957 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/28683/statm: 36452 35957 52 112 0 36336 0
Current children cumulated CPU time (s) 761.59
Current children cumulated vsize (KiB) 192116

[startup+823.377 s]
/proc/loadavg: 2.87 2.42 2.15 5/83 28747
/proc/meminfo: memFree=1414264/2055920 swapFree=4192812/4192956
[pid=28665] ppid=28663 vsize=46308 CPUtime=385.27
/proc/28665/stat : 28665 (sugar) S 28663 28665 28456 0 -1 4194304 9304 172849 0 1 58 6 38245 218 16 0 1 0 4045825 47419392 8721 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28665/statm: 11577 8721 373 3 0 8677 0
[pid=28667] ppid=28665 vsize=0 CPUtime=0.71
/proc/28667/stat : 28667 (java) Z 28665 28665 28456 0 -1 1036 7673 0 1 0 65 6 0 0 18 0 1 0 4045830 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28667/statm: 0 0 0 0 0 0 0
[pid=28683] ppid=28665 vsize=150948 CPUtime=435.09
/proc/28683/stat : 28683 (minisat) R 28665 28665 28456 0 -1 0 38308 0 0 0 43464 45 0 0 25 0 1 0 4084451 154570752 37255 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 0 0 0
/proc/28683/statm: 37737 37255 52 112 0 37621 0
Current children cumulated CPU time (s) 821.07
Current children cumulated vsize (KiB) 197256

[startup+883.406 s]
/proc/loadavg: 2.68 2.45 2.18 3/83 28747
/proc/meminfo: memFree=1390264/2055920 swapFree=4192812/4192956
[pid=28665] ppid=28663 vsize=46308 CPUtime=385.27
/proc/28665/stat : 28665 (sugar) S 28663 28665 28456 0 -1 4194304 9304 172849 0 1 58 6 38245 218 16 0 1 0 4045825 47419392 8721 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28665/statm: 11577 8721 373 3 0 8677 0
[pid=28667] ppid=28665 vsize=0 CPUtime=0.71
/proc/28667/stat : 28667 (java) Z 28665 28665 28456 0 -1 1036 7673 0 1 0 65 6 0 0 18 0 1 0 4045830 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28667/statm: 0 0 0 0 0 0 0
[pid=28683] ppid=28665 vsize=158000 CPUtime=494.56
/proc/28683/stat : 28683 (minisat) R 28665 28665 28456 0 -1 0 40083 0 0 0 49409 47 0 0 25 0 1 0 4084451 161792000 39030 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528532 0 0 4096 3 0 0 0 17 0 0 0
/proc/28683/statm: 39500 39030 52 112 0 39384 0
Current children cumulated CPU time (s) 880.54
Current children cumulated vsize (KiB) 204308

[startup+943.477 s]
/proc/loadavg: 2.64 2.49 2.21 4/83 28747
/proc/meminfo: memFree=1350456/2055920 swapFree=4192812/4192956
[pid=28665] ppid=28663 vsize=46308 CPUtime=385.27
/proc/28665/stat : 28665 (sugar) S 28663 28665 28456 0 -1 4194304 9304 172849 0 1 58 6 38245 218 16 0 1 0 4045825 47419392 8721 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28665/statm: 11577 8721 373 3 0 8677 0
[pid=28667] ppid=28665 vsize=0 CPUtime=0.71
/proc/28667/stat : 28667 (java) Z 28665 28665 28456 0 -1 1036 7673 0 1 0 65 6 0 0 18 0 1 0 4045830 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28667/statm: 0 0 0 0 0 0 0
[pid=28683] ppid=28665 vsize=164896 CPUtime=554.06
/proc/28683/stat : 28683 (minisat) R 28665 28665 28456 0 -1 0 41815 0 0 0 55357 49 0 0 25 0 1 0 4084451 168853504 40762 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528562 0 0 4096 3 0 0 0 17 0 0 0
/proc/28683/statm: 41224 40762 52 112 0 41108 0
Current children cumulated CPU time (s) 940.04
Current children cumulated vsize (KiB) 211204

[startup+1003.53 s]
/proc/loadavg: 2.60 2.50 2.23 4/83 28747
/proc/meminfo: memFree=1328888/2055920 swapFree=4192812/4192956
[pid=28665] ppid=28663 vsize=46308 CPUtime=385.27
/proc/28665/stat : 28665 (sugar) S 28663 28665 28456 0 -1 4194304 9304 172849 0 1 58 6 38245 218 16 0 1 0 4045825 47419392 8721 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28665/statm: 11577 8721 373 3 0 8677 0
[pid=28667] ppid=28665 vsize=0 CPUtime=0.71
/proc/28667/stat : 28667 (java) Z 28665 28665 28456 0 -1 1036 7673 0 1 0 65 6 0 0 18 0 1 0 4045830 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28667/statm: 0 0 0 0 0 0 0
[pid=28683] ppid=28665 vsize=170844 CPUtime=613.5
/proc/28683/stat : 28683 (minisat) R 28665 28665 28456 0 -1 0 43234 0 0 0 61299 51 0 0 25 0 1 0 4084451 174944256 42181 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28683/statm: 42711 42181 52 112 0 42595 0
Current children cumulated CPU time (s) 999.48
Current children cumulated vsize (KiB) 217152

[startup+1063.59 s]
/proc/loadavg: 2.78 2.56 2.26 3/83 28747
/proc/meminfo: memFree=1319096/2055920 swapFree=4192812/4192956
[pid=28665] ppid=28663 vsize=46308 CPUtime=385.27
/proc/28665/stat : 28665 (sugar) S 28663 28665 28456 0 -1 4194304 9304 172849 0 1 58 6 38245 218 16 0 1 0 4045825 47419392 8721 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28665/statm: 11577 8721 373 3 0 8677 0
[pid=28667] ppid=28665 vsize=0 CPUtime=0.71
/proc/28667/stat : 28667 (java) Z 28665 28665 28456 0 -1 1036 7673 0 1 0 65 6 0 0 18 0 1 0 4045830 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28667/statm: 0 0 0 0 0 0 0
[pid=28683] ppid=28665 vsize=176688 CPUtime=672.98
/proc/28683/stat : 28683 (minisat) R 28665 28665 28456 0 -1 0 44699 0 0 0 67245 53 0 0 25 0 1 0 4084451 180928512 43646 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527050 0 0 4096 3 0 0 0 17 0 0 0
/proc/28683/statm: 44172 43646 52 112 0 44056 0
Current children cumulated CPU time (s) 1058.96
Current children cumulated vsize (KiB) 222996

[startup+1123.65 s]
/proc/loadavg: 2.81 2.61 2.29 3/83 28747
/proc/meminfo: memFree=1297144/2055920 swapFree=4192812/4192956
[pid=28665] ppid=28663 vsize=46308 CPUtime=385.27
/proc/28665/stat : 28665 (sugar) S 28663 28665 28456 0 -1 4194304 9304 172849 0 1 58 6 38245 218 16 0 1 0 4045825 47419392 8721 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28665/statm: 11577 8721 373 3 0 8677 0
[pid=28667] ppid=28665 vsize=0 CPUtime=0.71
/proc/28667/stat : 28667 (java) Z 28665 28665 28456 0 -1 1036 7673 0 1 0 65 6 0 0 18 0 1 0 4045830 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28667/statm: 0 0 0 0 0 0 0
[pid=28683] ppid=28665 vsize=181988 CPUtime=732.47
/proc/28683/stat : 28683 (minisat) R 28665 28665 28456 0 -1 0 46051 0 0 0 73192 55 0 0 25 0 1 0 4084451 186355712 44998 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528572 0 0 4096 3 0 0 0 17 0 0 0
/proc/28683/statm: 45497 44998 52 112 0 45381 0
Current children cumulated CPU time (s) 1118.45
Current children cumulated vsize (KiB) 228296

Child status: 0

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 28665 and gives childrusage.ru_utime.tv_sec=1145 childrusage.ru_utime.tv_usec=323884 childrusage.ru_stime.tv_sec=2 childrusage.ru_stime.tv_usec=941552
CPU time returned by wait4() is 1148.27
while last known CPU time is 1148.95

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

Real time (s): 1154.54
CPU time (s): 1148.95
CPU user time (s): 1145.96
CPU system time (s): 2.99
CPU usage (%): 99.5156
Max. virtual memory (cumulated for all children) (KiB): 853444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1145.32
system time used= 2.94155
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 235308
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= 53326
involuntary context switches= 65506

runsolver used 1.2878 s user time and 3.58045 s system time

The end

Launcher Data (download as text)

Begin job on node35 on Mon Jan 29 20:33:39 UTC 2007


IDJOB= 223445
IDBENCH= 5634
IDSOLVER= 86
FILE ID= node35/223445-1170102819

PBS_JOBID= 3689770

Free space on /tmp= 66556 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.5/rand-2-40-25-180-500-19_ext.xml
COMMAND LINE= /tmp/evaluation/223445-1170102819/solver /tmp/evaluation/223445-1170102819 /tmp/evaluation/223445-1170102819/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-223445-1170102819 -o ROOT/results/node35/solver-223445-1170102819 -C 1800 -M 900  /tmp/evaluation/223445-1170102819/solver /tmp/evaluation/223445-1170102819 /tmp/evaluation/223445-1170102819/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  bff1aea433498689ae300f31f8758077

RANDOM SEED= 988360776

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.263
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.263
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:       1881104 kB
Buffers:         13416 kB
Cached:          45404 kB
SwapCached:          0 kB
Active:         107216 kB
Inactive:        22828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1881104 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1256 kB
Writeback:           0 kB
Mapped:          82248 kB
Slab:            30072 kB
Committed_AS:   299952 kB
PageTables:       1896 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= 66558 MiB



End job on node35 on Mon Jan 29 20:52:56 UTC 2007