Trace number 223906

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.13 1815.82

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-3_ext.xml
MD5SUMf2cd65a73abe6a207b75be7eb6e35b9c
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 benchmark1.38779
SatisfiableNO
(Un)Satisfiability was provedNO
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/223906-1170102844/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/223906-1170102844/unknown.xml [Mon Jan 29 21:34:06 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/223906-1170102844/unknown.xml /tmp/evaluation/223906-1170102844/sugar28160.csp [Mon Jan 29 21:34:06 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223906-1170102844/sugar-v0-40.jar -convert /tmp/evaluation/223906-1170102844/unknown.xml /tmp/evaluation/223906-1170102844/sugar28160.csp
0.16	c BEGIN convert /tmp/evaluation/223906-1170102844/unknown.xml
0.72	c END convert (0.557772 seconds)
0.75	c # CONVERT_XML  END : /tmp/evaluation/223906-1170102844/sugar28160.csp 1732055 bytes (0 seconds) [Mon Jan 29 21:34:06 2007]
0.75	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.75	
0.75	c # GENERATE_SAT  BEGIN : /tmp/evaluation/223906-1170102844/sugar28160.bcnf [Mon Jan 29 21:34:06 2007]
0.75	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223906-1170102844/sugar-v0-40.jar -bcnf -map /tmp/evaluation/223906-1170102844/sugar28160.map /tmp/evaluation/223906-1170102844/sugar28160.csp /tmp/evaluation/223906-1170102844/sugar28160.bcnf
0.86	c BEGIN parse /tmp/evaluation/223906-1170102844/sugar28160.csp
342.30	c END parse (341.440532 seconds)
342.30	c BEGIN simplify
343.35	c END simplify (1.047938 seconds)
343.35	c BEGIN encode /tmp/evaluation/223906-1170102844/sugar28160.bcnf
350.19	c END encode (6.836854 seconds)
350.82	c # GENERATE_SAT  END : 55880 variables 161141 clauses 82474660 bytes (351 seconds) [Mon Jan 29 21:39:57 2007]
350.82	c # GENERATE_SAT  CPU : 349.03 = 0.47 + 0.04 + 346.02 + 2.5
350.82	
350.82	c # SOLVE_SAT  BEGIN : /tmp/evaluation/223906-1170102844/sugar28160.bcnf [Mon Jan 29 21:39:57 2007]
350.82	c # CMD : /tmp/evaluation/223906-1170102844/minisat /tmp/evaluation/223906-1170102844/sugar28160.bcnf /tmp/evaluation/223906-1170102844/sugar28160.out
352.63	c ==================================[MINISAT]===================================
352.63	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
352.63	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
352.63	c ==============================================================================
352.63	c |         0 |  161141 20457480 |   53713       0        0     nan |  0.000 % |
352.85	c |       102 |  161142 20457480 |   59084     101    13179   130.5 |  0.000 % |
353.14	c |       252 |  161143 20457480 |   64992     250    17703    70.8 |  0.000 % |
353.60	c |       477 |  161145 20457480 |   71492     473    33839    71.5 |  0.000 % |
354.41	c |       814 |  161147 20457480 |   78641     808    67424    83.4 |  0.000 % |
355.74	c |      1320 |  161147 20457480 |   86505    1314   115482    87.9 |  0.000 % |
356.96	c |      2079 |  161147 20457480 |   95155    2073   164959    79.6 |  0.000 % |
358.73	c |      3218 |  161147 20457480 |  104671    3212   235411    73.3 |  0.000 % |
362.22	c |      4929 |  161148 20457480 |  115138    4922   378726    76.9 |  0.000 % |
368.12	c |      7493 |  161150 20457480 |  126652    7484   608580    81.3 |  0.000 % |
377.87	c |     11337 |  161153 20457480 |  139317   11325   970167    85.7 |  0.000 % |
392.80	c |     17104 |  161159 20457480 |  153249   17086  1466188    85.8 |  0.000 % |
418.81	c |     25756 |  161162 20457480 |  168574   25735  2188343    85.0 |  0.000 % |
473.03	c |     38730 |  161174 20457480 |  185431   38697  3488309    90.1 |  0.000 % |
536.69	c |     58193 |  161043 20452881 |  203975   32237  3172677    98.4 |  0.048 % |
625.24	c |     87385 |  161067 20452881 |  224372   61405  6865228   111.8 |  0.048 % |
793.75	c |    131175 |  161097 20452881 |  246809  105165 12569473   119.5 |  0.048 % |
1077.77	c |    196859 |  159878 20414822 |  271490  126825 16026725   126.4 |  0.974 % |
1654.68	c |    295386 |  159907 20414822 |  298639  225323 31843133   141.3 |  0.974 % |
1814.76	
1814.76	s UNKNOWN
1814.76	c # INTERRUPTED
1814.76	c # MAIN  END :  (1814 seconds) [Mon Jan 29 22:04:20 2007]
1814.76	c # MAIN  CPU : 349.03 = 0.47 + 0.04 + 346.02 + 2.5
1814.76	

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/node4/watcher-223906-1170102844 -o ROOT/results/node4/solver-223906-1170102844 -C 1800 -M 900 /tmp/evaluation/223906-1170102844/solver /tmp/evaluation/223906-1170102844 /tmp/evaluation/223906-1170102844/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.80 1.48 2.00 4/81 28161
/proc/meminfo: memFree=1844160/2055920 swapFree=4192812/4192956
[pid=28160] ppid=28158 vsize=12268 CPUtime=0
/proc/28160/stat : 28160 (sugar) R 28158 28160 28057 0 -1 4194304 596 0 0 0 0 0 0 0 18 0 1 0 30239422 12562432 315 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259913382501 0 0 4224 0 0 0 0 17 1 0 0
/proc/28160/statm: 3067 315 241 3 0 167 0

[startup+0.107199 s]
/proc/loadavg: 0.80 1.48 2.00 4/81 28161
/proc/meminfo: memFree=1844160/2055920 swapFree=4192812/4192956
[pid=28160] ppid=28158 vsize=13724 CPUtime=0.03
/proc/28160/stat : 28160 (sugar) S 28158 28160 28057 0 -1 4194304 1112 0 0 0 3 0 0 0 16 0 1 0 30239422 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28160/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.517415 s]
/proc/loadavg: 0.80 1.48 2.00 4/81 28161
/proc/meminfo: memFree=1844160/2055920 swapFree=4192812/4192956
[pid=28160] ppid=28158 vsize=13724 CPUtime=0.03
/proc/28160/stat : 28160 (sugar) S 28158 28160 28057 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 30239422 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28160/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.3465 s]
/proc/loadavg: 0.80 1.48 2.00 3/99 28216
/proc/meminfo: memFree=1814176/2055920 swapFree=4192812/4192956
[pid=28160] ppid=28158 vsize=13724 CPUtime=0.03
/proc/28160/stat : 28160 (sugar) S 28158 28160 28057 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 30239422 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28160/statm: 3431 808 370 3 0 531 0
[pid=28162] ppid=28160 vsize=0 CPUtime=0.67
/proc/28162/stat : 28162 (java) Z 28160 28160 28057 0 -1 1036 7677 0 1 0 62 5 0 0 16 0 1 0 30239426 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28162/statm: 0 0 0 0 0 0 0
[pid=28177] ppid=28160 vsize=807064 CPUtime=0.57
/proc/28177/stat : 28177 (java) R 28160 28160 28057 0 -1 0 7807 0 1 0 54 3 0 0 17 0 8 0 30239497 826433536 7555 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073523295 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28177/statm: 201766 7555 1494 14 0 189044 0
[pid=28177/tid=28178] ppid=28160 vsize=807064 CPUtime=0.07
/proc/28177/task/28178/stat : 28178 (java) S 28160 28160 28057 0 -1 64 1755 0 0 0 7 0 0 0 16 0 8 0 30239500 826433536 7555 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28177/tid=28179] ppid=28160 vsize=807064 CPUtime=0
/proc/28177/task/28179/stat : 28179 (java) S 28160 28160 28057 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30239501 826433536 7555 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28177/tid=28180] ppid=28160 vsize=807064 CPUtime=0
/proc/28177/task/28180/stat : 28180 (java) S 28160 28160 28057 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30239501 826433536 7555 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28177/tid=28181] ppid=28160 vsize=807064 CPUtime=0
/proc/28177/task/28181/stat : 28181 (java) S 28160 28160 28057 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 30239504 826433536 7555 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28177/tid=28182] ppid=28160 vsize=807064 CPUtime=0.04
/proc/28177/task/28182/stat : 28182 (java) S 28160 28160 28057 0 -1 64 292 0 0 0 4 0 0 0 16 0 8 0 30239504 826433536 7555 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28177/tid=28183] ppid=28160 vsize=807064 CPUtime=0
/proc/28177/task/28183/stat : 28183 (java) S 28160 28160 28057 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30239504 826433536 7555 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28177/tid=28184] ppid=28160 vsize=807064 CPUtime=0
/proc/28177/task/28184/stat : 28184 (java) S 28160 28160 28057 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30239504 826433536 7555 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 820788

[startup+2.98765 s]
/proc/loadavg: 0.80 1.48 2.00 4/103 28228
/proc/meminfo: memFree=1771520/2055920 swapFree=4192812/4192956
[pid=28160] ppid=28158 vsize=13724 CPUtime=0.03
/proc/28160/stat : 28160 (sugar) S 28158 28160 28057 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 30239422 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28160/statm: 3431 808 370 3 0 531 0
[pid=28162] ppid=28160 vsize=0 CPUtime=0.67
/proc/28162/stat : 28162 (java) Z 28160 28160 28057 0 -1 1036 7677 0 1 0 62 5 0 0 16 0 1 0 30239426 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28162/statm: 0 0 0 0 0 0 0
[pid=28177] ppid=28160 vsize=807064 CPUtime=2.2
/proc/28177/stat : 28177 (java) R 28160 28160 28057 0 -1 0 14870 0 1 0 214 6 0 0 23 0 8 0 30239497 826433536 14602 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28177/statm: 201766 14602 1506 14 0 189044 0
[pid=28177/tid=28178] ppid=28160 vsize=807064 CPUtime=0.55
/proc/28177/task/28178/stat : 28178 (java) S 28160 28160 28057 0 -1 64 8758 0 0 0 52 3 0 0 16 0 8 0 30239500 826433536 14602 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28177/tid=28179] ppid=28160 vsize=807064 CPUtime=0
/proc/28177/task/28179/stat : 28179 (java) S 28160 28160 28057 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30239501 826433536 14602 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28177/tid=28180] ppid=28160 vsize=807064 CPUtime=0
/proc/28177/task/28180/stat : 28180 (java) S 28160 28160 28057 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30239501 826433536 14602 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28177/tid=28181] ppid=28160 vsize=807064 CPUtime=0
/proc/28177/task/28181/stat : 28181 (java) S 28160 28160 28057 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 30239504 826433536 14602 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28177/tid=28182] ppid=28160 vsize=807064 CPUtime=0.07
/proc/28177/task/28182/stat : 28182 (java) R 28160 28160 28057 0 -1 64 301 0 0 0 7 0 0 0 16 0 8 0 30239504 826433536 14602 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152946031 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28177/tid=28183] ppid=28160 vsize=807064 CPUtime=0
/proc/28177/task/28183/stat : 28183 (java) S 28160 28160 28057 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30239504 826433536 14602 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28177/tid=28184] ppid=28160 vsize=807064 CPUtime=0
/proc/28177/task/28184/stat : 28184 (java) S 28160 28160 28057 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30239504 826433536 14602 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 820788

[startup+6.21566 s]
/proc/loadavg: 0.90 1.48 2.00 3/103 28228
/proc/meminfo: memFree=1595392/2055920 swapFree=4192812/4192956
[pid=28160] ppid=28158 vsize=13724 CPUtime=0.03
/proc/28160/stat : 28160 (sugar) S 28158 28160 28057 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 30239422 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28160/statm: 3431 808 370 3 0 531 0
[pid=28162] ppid=28160 vsize=0 CPUtime=0.67
/proc/28162/stat : 28162 (java) Z 28160 28160 28057 0 -1 1036 7677 0 1 0 62 5 0 0 16 0 1 0 30239426 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28162/statm: 0 0 0 0 0 0 0
[pid=28177] ppid=28160 vsize=807332 CPUtime=5.41
/proc/28177/stat : 28177 (java) R 28160 28160 28057 0 -1 0 40179 0 1 0 521 20 0 0 25 0 8 0 30239497 826707968 39803 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28177/statm: 201833 39803 1506 14 0 189111 0
[pid=28177/tid=28178] ppid=28160 vsize=807332 CPUtime=1.69
/proc/28177/task/28178/stat : 28178 (java) S 28160 28160 28057 0 -1 64 33875 0 0 0 153 16 0 0 15 0 8 0 30239500 826707968 39803 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28177/tid=28179] ppid=28160 vsize=807332 CPUtime=0
/proc/28177/task/28179/stat : 28179 (java) S 28160 28160 28057 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30239501 826707968 39803 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28177/tid=28180] ppid=28160 vsize=807332 CPUtime=0
/proc/28177/task/28180/stat : 28180 (java) S 28160 28160 28057 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30239501 826707968 39803 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28177/tid=28181] ppid=28160 vsize=807332 CPUtime=0
/proc/28177/task/28181/stat : 28181 (java) S 28160 28160 28057 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 30239504 826707968 39803 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28177/tid=28182] ppid=28160 vsize=807332 CPUtime=0.11
/proc/28177/task/28182/stat : 28182 (java) S 28160 28160 28057 0 -1 64 385 0 0 0 11 0 0 0 16 0 8 0 30239504 826707968 39803 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28177/tid=28183] ppid=28160 vsize=807332 CPUtime=0
/proc/28177/task/28183/stat : 28183 (java) S 28160 28160 28057 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30239504 826707968 39803 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28177/tid=28184] ppid=28160 vsize=807332 CPUtime=0
/proc/28177/task/28184/stat : 28184 (java) S 28160 28160 28057 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30239504 826707968 39803 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 821056

[startup+12.7056 s]
/proc/loadavg: 1.06 1.51 2.00 5/103 28228
/proc/meminfo: memFree=1412552/2055920 swapFree=4192812/4192956
[pid=28160] ppid=28158 vsize=13724 CPUtime=0.03
/proc/28160/stat : 28160 (sugar) S 28158 28160 28057 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 30239422 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28160/statm: 3431 808 370 3 0 531 0
[pid=28162] ppid=28160 vsize=0 CPUtime=0.67
/proc/28162/stat : 28162 (java) Z 28160 28160 28057 0 -1 1036 7677 0 1 0 62 5 0 0 16 0 1 0 30239426 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28162/statm: 0 0 0 0 0 0 0
[pid=28177] ppid=28160 vsize=807332 CPUtime=11.85
/proc/28177/stat : 28177 (java) R 28160 28160 28057 0 -1 0 55040 0 1 0 1155 30 0 0 25 0 8 0 30239497 826707968 54109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073594066 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28177/statm: 201833 54109 1507 14 0 189111 0
[pid=28177/tid=28178] ppid=28160 vsize=807332 CPUtime=4.04
/proc/28177/task/28178/stat : 28178 (java) S 28160 28160 28057 0 -1 64 48509 0 0 0 379 25 0 0 16 0 8 0 30239500 826707968 54109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28177/tid=28179] ppid=28160 vsize=807332 CPUtime=0
/proc/28177/task/28179/stat : 28179 (java) S 28160 28160 28057 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30239501 826707968 54109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28177/tid=28180] ppid=28160 vsize=807332 CPUtime=0
/proc/28177/task/28180/stat : 28180 (java) S 28160 28160 28057 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30239501 826707968 54109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28177/tid=28181] ppid=28160 vsize=807332 CPUtime=0
/proc/28177/task/28181/stat : 28181 (java) S 28160 28160 28057 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 30239504 826707968 54109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28177/tid=28182] ppid=28160 vsize=807332 CPUtime=0.14
/proc/28177/task/28182/stat : 28182 (java) S 28160 28160 28057 0 -1 64 399 0 0 0 14 0 0 0 16 0 8 0 30239504 826707968 54109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28177/tid=28183] ppid=28160 vsize=807332 CPUtime=0
/proc/28177/task/28183/stat : 28183 (java) S 28160 28160 28057 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30239504 826707968 54109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28177/tid=28184] ppid=28160 vsize=807332 CPUtime=0
/proc/28177/task/28184/stat : 28184 (java) S 28160 28160 28057 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30239504 826707968 54109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 821056

[startup+25.5848 s]
/proc/loadavg: 1.42 1.56 2.01 3/103 28228
/proc/meminfo: memFree=1412616/2055920 swapFree=4192812/4192956
[pid=28160] ppid=28158 vsize=13724 CPUtime=0.03
/proc/28160/stat : 28160 (sugar) S 28158 28160 28057 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 30239422 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28160/statm: 3431 808 370 3 0 531 0
[pid=28162] ppid=28160 vsize=0 CPUtime=0.67
/proc/28162/stat : 28162 (java) Z 28160 28160 28057 0 -1 1036 7677 0 1 0 62 5 0 0 16 0 1 0 30239426 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28162/statm: 0 0 0 0 0 0 0
[pid=28177] ppid=28160 vsize=807332 CPUtime=24.65
/proc/28177/stat : 28177 (java) R 28160 28160 28057 0 -1 0 55701 0 1 0 2383 82 0 0 25 0 8 0 30239497 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28177/statm: 201833 54110 1507 14 0 189111 0
[pid=28177/tid=28178] ppid=28160 vsize=807332 CPUtime=9.4
/proc/28177/task/28178/stat : 28178 (java) S 28160 28160 28057 0 -1 64 48788 0 0 0 866 74 0 0 16 0 8 0 30239500 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28177/tid=28179] ppid=28160 vsize=807332 CPUtime=0
/proc/28177/task/28179/stat : 28179 (java) S 28160 28160 28057 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30239501 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28177/tid=28180] ppid=28160 vsize=807332 CPUtime=0
/proc/28177/task/28180/stat : 28180 (java) S 28160 28160 28057 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30239501 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28177/tid=28181] ppid=28160 vsize=807332 CPUtime=0
/proc/28177/task/28181/stat : 28181 (java) S 28160 28160 28057 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 30239504 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28177/tid=28182] ppid=28160 vsize=807332 CPUtime=0.15
/proc/28177/task/28182/stat : 28182 (java) S 28160 28160 28057 0 -1 64 400 0 0 0 15 0 0 0 17 0 8 0 30239504 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28177/tid=28183] ppid=28160 vsize=807332 CPUtime=0
/proc/28177/task/28183/stat : 28183 (java) S 28160 28160 28057 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30239504 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28177/tid=28184] ppid=28160 vsize=807332 CPUtime=0
/proc/28177/task/28184/stat : 28184 (java) S 28160 28160 28057 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30239504 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 821056

[startup+51.263 s]
/proc/loadavg: 1.91 1.66 2.03 3/103 28228
/proc/meminfo: memFree=1412616/2055920 swapFree=4192812/4192956
[pid=28160] ppid=28158 vsize=13724 CPUtime=0.03
/proc/28160/stat : 28160 (sugar) S 28158 28160 28057 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 30239422 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28160/statm: 3431 808 370 3 0 531 0
[pid=28162] ppid=28160 vsize=0 CPUtime=0.67
/proc/28162/stat : 28162 (java) Z 28160 28160 28057 0 -1 1036 7677 0 1 0 62 5 0 0 16 0 1 0 30239426 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28162/statm: 0 0 0 0 0 0 0
[pid=28177] ppid=28160 vsize=807332 CPUtime=50.21
/proc/28177/stat : 28177 (java) R 28160 28160 28057 0 -1 0 57272 0 1 0 4926 95 0 0 25 0 8 0 30239497 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073489623 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28177/statm: 201833 54110 1507 14 0 189111 0
[pid=28177/tid=28178] ppid=28160 vsize=807332 CPUtime=19.35
/proc/28177/task/28178/stat : 28178 (java) S 28160 28160 28057 0 -1 64 49544 0 0 0 1852 83 0 0 16 0 8 0 30239500 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28177/tid=28179] ppid=28160 vsize=807332 CPUtime=0
/proc/28177/task/28179/stat : 28179 (java) S 28160 28160 28057 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30239501 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28177/tid=28180] ppid=28160 vsize=807332 CPUtime=0
/proc/28177/task/28180/stat : 28180 (java) S 28160 28160 28057 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30239501 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28177/tid=28181] ppid=28160 vsize=807332 CPUtime=0
/proc/28177/task/28181/stat : 28181 (java) S 28160 28160 28057 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 30239504 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28177/tid=28182] ppid=28160 vsize=807332 CPUtime=0.15

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

/proc/28232/stat : 28232 (minisat) R 28160 28160 28057 0 -1 0 44575 0 0 0 88345 47 0 0 25 0 1 0 30274504 180576256 43520 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527048 0 0 4096 3 0 0 0 17 1 0 0
/proc/28232/statm: 44086 43520 52 112 0 43970 0
Current children cumulated CPU time (s) 1233.65
Current children cumulated vsize (KiB) 220144

[startup+1302.97 s]
/proc/loadavg: 2.05 2.02 2.07 3/89 28232
/proc/meminfo: memFree=1262528/2055920 swapFree=4192812/4192956
[pid=28160] ppid=28158 vsize=43800 CPUtime=349.06
/proc/28160/stat : 28160 (sugar) S 28158 28160 28057 0 -1 4194304 8670 169025 0 1 50 4 34602 250 16 0 1 0 30239422 44851200 8084 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28160/statm: 10950 8084 373 3 0 8050 0
[pid=28162] ppid=28160 vsize=0 CPUtime=0.67
/proc/28162/stat : 28162 (java) Z 28160 28160 28057 0 -1 1036 7677 0 1 0 62 5 0 0 16 0 1 0 30239426 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28162/statm: 0 0 0 0 0 0 0
[pid=28232] ppid=28160 vsize=184504 CPUtime=943.39
/proc/28232/stat : 28232 (minisat) R 28160 28160 28057 0 -1 0 46636 0 0 0 94290 49 0 0 25 0 1 0 30274504 188932096 45581 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 1 0 0
/proc/28232/statm: 46126 45581 52 112 0 46010 0
Current children cumulated CPU time (s) 1293.12
Current children cumulated vsize (KiB) 228304

[startup+1362.98 s]
/proc/loadavg: 2.02 2.02 2.07 3/89 28232
/proc/meminfo: memFree=1255872/2055920 swapFree=4192812/4192956
[pid=28160] ppid=28158 vsize=43800 CPUtime=349.06
/proc/28160/stat : 28160 (sugar) S 28158 28160 28057 0 -1 4194304 8670 169025 0 1 50 4 34602 250 16 0 1 0 30239422 44851200 8084 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28160/statm: 10950 8084 373 3 0 8050 0
[pid=28162] ppid=28160 vsize=0 CPUtime=0.67
/proc/28162/stat : 28162 (java) Z 28160 28160 28057 0 -1 1036 7677 0 1 0 62 5 0 0 16 0 1 0 30239426 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28162/statm: 0 0 0 0 0 0 0
[pid=28232] ppid=28160 vsize=191144 CPUtime=1002.86
/proc/28232/stat : 28232 (minisat) R 28160 28160 28057 0 -1 0 48288 0 0 0 100234 52 0 0 25 0 1 0 30274504 195731456 47233 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528556 0 0 4096 3 0 0 0 17 1 0 0
/proc/28232/statm: 47786 47233 52 112 0 47670 0
Current children cumulated CPU time (s) 1352.59
Current children cumulated vsize (KiB) 234944

[startup+1423.08 s]
/proc/loadavg: 2.00 2.01 2.06 3/89 28232
/proc/meminfo: memFree=1248640/2055920 swapFree=4192812/4192956
[pid=28160] ppid=28158 vsize=43800 CPUtime=349.06
/proc/28160/stat : 28160 (sugar) S 28158 28160 28057 0 -1 4194304 8670 169025 0 1 50 4 34602 250 16 0 1 0 30239422 44851200 8084 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28160/statm: 10950 8084 373 3 0 8050 0
[pid=28162] ppid=28160 vsize=0 CPUtime=0.67
/proc/28162/stat : 28162 (java) Z 28160 28160 28057 0 -1 1036 7677 0 1 0 62 5 0 0 16 0 1 0 30239426 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28162/statm: 0 0 0 0 0 0 0
[pid=28232] ppid=28160 vsize=197944 CPUtime=1062.39
/proc/28232/stat : 28232 (minisat) R 28160 28160 28057 0 -1 0 50019 0 0 0 106185 54 0 0 25 0 1 0 30274504 202694656 48964 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528002 0 0 4096 3 0 0 0 17 1 0 0
/proc/28232/statm: 49486 48964 52 112 0 49370 0
Current children cumulated CPU time (s) 1412.12
Current children cumulated vsize (KiB) 241744

[startup+1483.18 s]
/proc/loadavg: 2.07 2.02 2.06 3/89 28232
/proc/meminfo: memFree=1241152/2055920 swapFree=4192812/4192956
[pid=28160] ppid=28158 vsize=43800 CPUtime=349.06
/proc/28160/stat : 28160 (sugar) S 28158 28160 28057 0 -1 4194304 8670 169025 0 1 50 4 34602 250 16 0 1 0 30239422 44851200 8084 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28160/statm: 10950 8084 373 3 0 8050 0
[pid=28162] ppid=28160 vsize=0 CPUtime=0.67
/proc/28162/stat : 28162 (java) Z 28160 28160 28057 0 -1 1036 7677 0 1 0 62 5 0 0 16 0 1 0 30239426 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28162/statm: 0 0 0 0 0 0 0
[pid=28232] ppid=28160 vsize=205420 CPUtime=1121.95
/proc/28232/stat : 28232 (minisat) R 28160 28160 28057 0 -1 0 51879 0 0 0 112138 57 0 0 25 0 1 0 30274504 210350080 50824 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528582 0 0 4096 3 0 0 0 17 1 0 0
/proc/28232/statm: 51355 50824 52 112 0 51239 0
Current children cumulated CPU time (s) 1471.68
Current children cumulated vsize (KiB) 249220

[startup+1543.19 s]
/proc/loadavg: 2.02 2.02 2.05 3/89 28232
/proc/meminfo: memFree=1234624/2055920 swapFree=4192812/4192956
[pid=28160] ppid=28158 vsize=43800 CPUtime=349.06
/proc/28160/stat : 28160 (sugar) S 28158 28160 28057 0 -1 4194304 8670 169025 0 1 50 4 34602 250 16 0 1 0 30239422 44851200 8084 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28160/statm: 10950 8084 373 3 0 8050 0
[pid=28162] ppid=28160 vsize=0 CPUtime=0.67
/proc/28162/stat : 28162 (java) Z 28160 28160 28057 0 -1 1036 7677 0 1 0 62 5 0 0 16 0 1 0 30239426 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28162/statm: 0 0 0 0 0 0 0
[pid=28232] ppid=28160 vsize=212204 CPUtime=1181.42
/proc/28232/stat : 28232 (minisat) R 28160 28160 28057 0 -1 0 53497 0 0 0 118082 60 0 0 25 0 1 0 30274504 217296896 52442 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134532775 0 0 4096 3 0 0 0 17 1 0 0
/proc/28232/statm: 53051 52442 52 112 0 52935 0
Current children cumulated CPU time (s) 1531.15
Current children cumulated vsize (KiB) 256004

[startup+1603.2 s]
/proc/loadavg: 2.01 2.01 2.05 3/89 28232
/proc/meminfo: memFree=1227776/2055920 swapFree=4192812/4192956
[pid=28160] ppid=28158 vsize=43800 CPUtime=349.06
/proc/28160/stat : 28160 (sugar) S 28158 28160 28057 0 -1 4194304 8670 169025 0 1 50 4 34602 250 16 0 1 0 30239422 44851200 8084 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28160/statm: 10950 8084 373 3 0 8050 0
[pid=28162] ppid=28160 vsize=0 CPUtime=0.67
/proc/28162/stat : 28162 (java) Z 28160 28160 28057 0 -1 1036 7677 0 1 0 62 5 0 0 16 0 1 0 30239426 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28162/statm: 0 0 0 0 0 0 0
[pid=28232] ppid=28160 vsize=218924 CPUtime=1240.88
/proc/28232/stat : 28232 (minisat) R 28160 28160 28057 0 -1 0 55186 0 0 0 124027 61 0 0 25 0 1 0 30274504 224178176 54131 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/28232/statm: 54731 54131 52 112 0 54615 0
Current children cumulated CPU time (s) 1590.61
Current children cumulated vsize (KiB) 262724

[startup+1663.29 s]
/proc/loadavg: 2.00 2.00 2.04 3/95 28346
/proc/meminfo: memFree=1220360/2055920 swapFree=4192812/4192956
[pid=28160] ppid=28158 vsize=43800 CPUtime=349.06
/proc/28160/stat : 28160 (sugar) S 28158 28160 28057 0 -1 4194304 8670 169025 0 1 50 4 34602 250 16 0 1 0 30239422 44851200 8084 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28160/statm: 10950 8084 373 3 0 8050 0
[pid=28162] ppid=28160 vsize=0 CPUtime=0.67
/proc/28162/stat : 28162 (java) Z 28160 28160 28057 0 -1 1036 7677 0 1 0 62 5 0 0 16 0 1 0 30239426 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28162/statm: 0 0 0 0 0 0 0
[pid=28232] ppid=28160 vsize=224896 CPUtime=1300.28
/proc/28232/stat : 28232 (minisat) R 28160 28160 28057 0 -1 0 56657 0 0 0 129965 63 0 0 25 0 1 0 30274504 230293504 55602 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525573 0 0 4096 3 0 0 0 17 1 0 0
/proc/28232/statm: 56224 55602 52 112 0 56108 0
Current children cumulated CPU time (s) 1650.01
Current children cumulated vsize (KiB) 268696

[startup+1723.31 s]
/proc/loadavg: 2.00 2.00 2.04 3/89 28430
/proc/meminfo: memFree=1220928/2055920 swapFree=4192812/4192956
[pid=28160] ppid=28158 vsize=43800 CPUtime=349.06
/proc/28160/stat : 28160 (sugar) S 28158 28160 28057 0 -1 4194304 8670 169025 0 1 50 4 34602 250 16 0 1 0 30239422 44851200 8084 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28160/statm: 10950 8084 373 3 0 8050 0
[pid=28162] ppid=28160 vsize=0 CPUtime=0.67
/proc/28162/stat : 28162 (java) Z 28160 28160 28057 0 -1 1036 7677 0 1 0 62 5 0 0 16 0 1 0 30239426 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28162/statm: 0 0 0 0 0 0 0
[pid=28232] ppid=28160 vsize=225208 CPUtime=1359.68
/proc/28232/stat : 28232 (minisat) R 28160 28160 28057 0 -1 0 56730 0 0 0 135904 64 0 0 25 0 1 0 30274504 230612992 55675 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28232/statm: 56302 55675 52 112 0 56186 0
Current children cumulated CPU time (s) 1709.41
Current children cumulated vsize (KiB) 269008

[startup+1783.32 s]
/proc/loadavg: 2.00 2.00 2.03 3/89 28430
/proc/meminfo: memFree=1220928/2055920 swapFree=4192812/4192956
[pid=28160] ppid=28158 vsize=43800 CPUtime=349.06
/proc/28160/stat : 28160 (sugar) S 28158 28160 28057 0 -1 4194304 8670 169025 0 1 50 4 34602 250 16 0 1 0 30239422 44851200 8084 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28160/statm: 10950 8084 373 3 0 8050 0
[pid=28162] ppid=28160 vsize=0 CPUtime=0.67
/proc/28162/stat : 28162 (java) Z 28160 28160 28057 0 -1 1036 7677 0 1 0 62 5 0 0 16 0 1 0 30239426 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28162/statm: 0 0 0 0 0 0 0
[pid=28232] ppid=28160 vsize=225208 CPUtime=1419.14
/proc/28232/stat : 28232 (minisat) R 28160 28160 28057 0 -1 0 56745 0 0 0 141850 64 0 0 25 0 1 0 30274504 230612992 55690 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527104 0 0 4096 3 0 0 0 17 1 0 0
/proc/28232/statm: 56302 55690 52 112 0 56186 0
Current children cumulated CPU time (s) 1768.87
Current children cumulated vsize (KiB) 269008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.76 s]
/proc/loadavg: 1.85 1.97 2.02 4/86 28466
/proc/meminfo: memFree=1497880/2055920 swapFree=4192812/4192956
[pid=28160] ppid=28158 vsize=43800 CPUtime=349.06
/proc/28160/stat : 28160 (sugar) S 28158 28160 28057 0 -1 4194304 8670 169025 0 1 50 4 34602 250 16 0 1 0 30239422 44851200 8084 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28160/statm: 10950 8084 373 3 0 8050 0
[pid=28162] ppid=28160 vsize=0 CPUtime=0.67
/proc/28162/stat : 28162 (java) Z 28160 28160 28057 0 -1 1036 7677 0 1 0 62 5 0 0 16 0 1 0 30239426 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28162/statm: 0 0 0 0 0 0 0
[pid=28232] ppid=28160 vsize=225208 CPUtime=1450.34
/proc/28232/stat : 28232 (minisat) R 28160 28160 28057 0 -1 0 56748 0 0 0 144969 65 0 0 25 0 1 0 30274504 230612992 55693 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528549 0 0 4096 3 0 0 0 17 0 0 0
/proc/28232/statm: 56302 55693 52 112 0 56186 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 269008

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 28160 and gives childrusage.ru_utime.tv_sec=346 childrusage.ru_utime.tv_usec=529319 childrusage.ru_stime.tv_sec=2 childrusage.ru_stime.tv_usec=602604
CPU time returned by wait4() is 349.132
while last known CPU time is 1800.13

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

Real time (s): 1815.82
CPU time (s): 1800.13
CPU user time (s): 1796.83
CPU system time (s): 3.3
CPU usage (%): 99.1358
Max. virtual memory (cumulated for all children) (KiB): 822060

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

runsolver used 2.21566 s user time and 6.10007 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Mon Jan 29 20:34:05 UTC 2007


IDJOB= 223906
IDBENCH= 5690
IDSOLVER= 86
FILE ID= node4/223906-1170102844

PBS_JOBID= 3689775

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  f2cd65a73abe6a207b75be7eb6e35b9c

RANDOM SEED= 214326911

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.231
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.231
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:       1844640 kB
Buffers:         29728 kB
Cached:          57584 kB
SwapCached:          0 kB
Active:         108284 kB
Inactive:        43396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1844640 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1348 kB
Writeback:           0 kB
Mapped:          83260 kB
Slab:            44820 kB
Committed_AS:   514308 kB
PageTables:       1988 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= 66557 MiB



End job on node4 on Mon Jan 29 21:04:22 UTC 2007