Trace number 223944

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.07 1806.08

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-21_ext.xml
MD5SUMf761ab73507955d73fd6623f456a3b57
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 benchmark3.43448
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/223944-1170102846/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/223944-1170102846/unknown.xml [Mon Jan 29 21:34:07 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/223944-1170102846/unknown.xml /tmp/evaluation/223944-1170102846/sugar28211.csp [Mon Jan 29 21:34:07 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223944-1170102846/sugar-v0-40.jar -convert /tmp/evaluation/223944-1170102846/unknown.xml /tmp/evaluation/223944-1170102846/sugar28211.csp
0.16	c BEGIN convert /tmp/evaluation/223944-1170102846/unknown.xml
0.70	c END convert (0.547076 seconds)
0.74	c # CONVERT_XML  END : /tmp/evaluation/223944-1170102846/sugar28211.csp 1735044 bytes (0 seconds) [Mon Jan 29 21:34:07 2007]
0.74	c # CONVERT_XML  CPU : 0.65 = 0 + 0 + 0.6 + 0.05
0.74	
0.74	c # GENERATE_SAT  BEGIN : /tmp/evaluation/223944-1170102846/sugar28211.bcnf [Mon Jan 29 21:34:07 2007]
0.74	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223944-1170102846/sugar-v0-40.jar -bcnf -map /tmp/evaluation/223944-1170102846/sugar28211.map /tmp/evaluation/223944-1170102846/sugar28211.csp /tmp/evaluation/223944-1170102846/sugar28211.bcnf
0.85	c BEGIN parse /tmp/evaluation/223944-1170102846/sugar28211.csp
301.23	c END parse (300.377301 seconds)
301.23	c BEGIN simplify
302.19	c END simplify (0.959094 seconds)
302.19	c BEGIN encode /tmp/evaluation/223944-1170102846/sugar28211.bcnf
308.48	c END encode (6.283998 seconds)
309.06	c # GENERATE_SAT  END : 46768 variables 143566 clauses 68923024 bytes (309 seconds) [Mon Jan 29 21:39:16 2007]
309.06	c # GENERATE_SAT  CPU : 305.43 = 0.41 + 0.04 + 303.12 + 1.86
309.06	
309.06	c # SOLVE_SAT  BEGIN : /tmp/evaluation/223944-1170102846/sugar28211.bcnf [Mon Jan 29 21:39:16 2007]
309.06	c # CMD : /tmp/evaluation/223944-1170102846/minisat /tmp/evaluation/223944-1170102846/sugar28211.bcnf /tmp/evaluation/223944-1170102846/sugar28211.out
310.62	c ==================================[MINISAT]===================================
310.62	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
310.62	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
310.62	c ==============================================================================
310.62	c |         0 |  143566 17087152 |   47855       0        0     nan |  0.000 % |
310.83	c |       100 |  143568 17087152 |   52640      98    11875   121.2 |  0.000 % |
311.06	c |       251 |  143568 17087152 |   57904     249    26871   107.9 |  0.000 % |
311.30	c |       476 |  143572 17087152 |   63695     470    34135    72.6 |  0.000 % |
312.03	c |       814 |  143572 17087152 |   70064     808    58501    72.4 |  0.000 % |
313.03	c |      1320 |  143575 17087152 |   77070    1311    77543    59.1 |  0.000 % |
314.74	c |      2079 |  143576 17087152 |   84778    2069   153471    74.2 |  0.000 % |
316.60	c |      3218 |  143580 17087152 |   93255    3204   221220    69.0 |  0.000 % |
319.13	c |      4926 |  143584 17087152 |  102581    4908   314739    64.1 |  0.000 % |
324.69	c |      7488 |  143589 17087152 |  112839    7465   523876    70.2 |  0.000 % |
334.93	c |     11332 |  143591 17087152 |  124123   11307   805354    71.2 |  0.000 % |
350.41	c |     17098 |  143596 17087152 |  136535   17068  1428964    83.7 |  0.000 % |
371.03	c |     25747 |  143603 17087152 |  150189   25710  2266508    88.2 |  0.000 % |
397.55	c |     38723 |  143616 17087152 |  165208   38673  3148326    81.4 |  0.000 % |
457.54	c |     58184 |  143628 17087152 |  181729   58122  5536257    95.3 |  0.000 % |
537.88	c |     87376 |  143648 17087152 |  199902   87294  7665674    87.8 |  0.000 % |
675.15	c |    131165 |  143665 17087152 |  219892  131066 11827620    90.2 |  0.000 % |
949.18	c |    196849 |  143683 17087152 |  241881  196732 19417746    98.7 |  0.000 % |
1459.55	c |    295375 |  143691 17087152 |  266069   82133  9980176   121.5 |  0.000 % |
1805.03	
1805.03	s UNKNOWN
1805.03	c # INTERRUPTED
1805.03	c # MAIN  END :  (1805 seconds) [Mon Jan 29 22:04:12 2007]
1805.03	c # MAIN  CPU : 306.08 = 0.41 + 0.04 + 303.72 + 1.91
1805.03	

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-223944-1170102846 -o ROOT/results/node4/solver-223944-1170102846 -C 1800 -M 900 /tmp/evaluation/223944-1170102846/solver /tmp/evaluation/223944-1170102846 /tmp/evaluation/223944-1170102846/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 5/95 28212
/proc/meminfo: memFree=1824064/2055920 swapFree=4192812/4192956
[pid=28211] ppid=28209 vsize=18540 CPUtime=0
/proc/28211/stat : 28211 (runsolver) R 28209 28211 28098 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 30239524 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 259913215271 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28211/statm: 4635 279 244 17 0 2626 0

[startup+0.108191 s]
/proc/loadavg: 0.80 1.48 2.00 5/95 28212
/proc/meminfo: memFree=1824064/2055920 swapFree=4192812/4192956
[pid=28211] ppid=28209 vsize=13724 CPUtime=0.03
/proc/28211/stat : 28211 (sugar) S 28209 28211 28098 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 30239524 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28211/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.516235 s]
/proc/loadavg: 0.80 1.48 2.00 5/95 28212
/proc/meminfo: memFree=1824064/2055920 swapFree=4192812/4192956
[pid=28211] ppid=28209 vsize=13724 CPUtime=0.03
/proc/28211/stat : 28211 (sugar) S 28209 28211 28098 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30239524 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28211/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.34331 s]
/proc/loadavg: 0.80 1.48 2.00 4/103 28228
/proc/meminfo: memFree=1776512/2055920 swapFree=4192812/4192956
[pid=28211] ppid=28209 vsize=13724 CPUtime=0.68
/proc/28211/stat : 28211 (sugar) S 28209 28211 28098 0 -1 4194304 1190 7677 0 1 3 0 60 5 15 0 1 0 30239524 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28211/statm: 3431 809 371 3 0 531 0
[pid=28221] ppid=28211 vsize=807064 CPUtime=0.57
/proc/28221/stat : 28221 (java) R 28211 28211 28098 0 -1 0 7981 0 1 0 53 4 0 0 25 0 8 0 30239599 826433536 7728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28221/statm: 201766 7728 1494 14 0 189044 0
[pid=28221/tid=28222] ppid=28211 vsize=807064 CPUtime=0.09
/proc/28221/task/28222/stat : 28222 (java) R 28211 28211 28098 0 -1 64 1927 0 0 0 8 1 0 0 16 0 8 0 30239602 826433536 7728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153968433 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28221/tid=28223] ppid=28211 vsize=807064 CPUtime=0
/proc/28221/task/28223/stat : 28223 (java) S 28211 28211 28098 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30239602 826433536 7728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28221/tid=28224] ppid=28211 vsize=807064 CPUtime=0
/proc/28221/task/28224/stat : 28224 (java) S 28211 28211 28098 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30239602 826433536 7728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28221/tid=28225] ppid=28211 vsize=807064 CPUtime=0
/proc/28221/task/28225/stat : 28225 (java) S 28211 28211 28098 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 30239605 826433536 7728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28221/tid=28226] ppid=28211 vsize=807064 CPUtime=0.05
/proc/28221/task/28226/stat : 28226 (java) S 28211 28211 28098 0 -1 64 292 0 0 0 5 0 0 0 18 0 8 0 30239605 826433536 7728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28221/tid=28227] ppid=28211 vsize=807064 CPUtime=0
/proc/28221/task/28227/stat : 28227 (java) S 28211 28211 28098 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 30239605 826433536 7728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28221/tid=28228] ppid=28211 vsize=807064 CPUtime=0
/proc/28221/task/28228/stat : 28228 (java) S 28211 28211 28098 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30239605 826433536 7728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 820788

[startup+2.98847 s]
/proc/loadavg: 0.80 1.48 2.00 4/103 28228
/proc/meminfo: memFree=1732480/2055920 swapFree=4192812/4192956
[pid=28211] ppid=28209 vsize=13724 CPUtime=0.68
/proc/28211/stat : 28211 (sugar) S 28209 28211 28098 0 -1 4194304 1190 7677 0 1 3 0 60 5 15 0 1 0 30239524 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28211/statm: 3431 809 371 3 0 531 0
[pid=28221] ppid=28211 vsize=807336 CPUtime=2.21
/proc/28221/stat : 28221 (java) R 28211 28211 28098 0 -1 0 14569 0 1 0 213 8 0 0 25 0 8 0 30239599 826712064 14302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380387 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28221/statm: 201834 14302 1506 14 0 189112 0
[pid=28221/tid=28222] ppid=28211 vsize=807336 CPUtime=0.56
/proc/28221/task/28222/stat : 28222 (java) S 28211 28211 28098 0 -1 64 8354 0 0 0 52 4 0 0 16 0 8 0 30239602 826712064 14302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28221/tid=28223] ppid=28211 vsize=807336 CPUtime=0
/proc/28221/task/28223/stat : 28223 (java) S 28211 28211 28098 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30239602 826712064 14302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28221/tid=28224] ppid=28211 vsize=807336 CPUtime=0
/proc/28221/task/28224/stat : 28224 (java) S 28211 28211 28098 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30239602 826712064 14302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28221/tid=28225] ppid=28211 vsize=807336 CPUtime=0
/proc/28221/task/28225/stat : 28225 (java) S 28211 28211 28098 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 30239605 826712064 14302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28221/tid=28226] ppid=28211 vsize=807336 CPUtime=0.12
/proc/28221/task/28226/stat : 28226 (java) S 28211 28211 28098 0 -1 64 393 0 0 0 12 0 0 0 16 0 8 0 30239605 826712064 14302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28221/tid=28227] ppid=28211 vsize=807336 CPUtime=0
/proc/28221/task/28227/stat : 28227 (java) S 28211 28211 28098 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 30239605 826712064 14302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28221/tid=28228] ppid=28211 vsize=807336 CPUtime=0
/proc/28221/task/28228/stat : 28228 (java) S 28211 28211 28098 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30239605 826712064 14302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 821060

[startup+6.21478 s]
/proc/loadavg: 0.90 1.48 2.00 3/103 28228
/proc/meminfo: memFree=1535488/2055920 swapFree=4192812/4192956
[pid=28211] ppid=28209 vsize=13724 CPUtime=0.68
/proc/28211/stat : 28211 (sugar) S 28209 28211 28098 0 -1 4194304 1190 7677 0 1 3 0 60 5 15 0 1 0 30239524 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28211/statm: 3431 809 371 3 0 531 0
[pid=28221] ppid=28211 vsize=807336 CPUtime=5.42
/proc/28221/stat : 28221 (java) R 28211 28211 28098 0 -1 0 39568 0 1 0 521 21 0 0 25 0 8 0 30239599 826712064 39193 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28221/statm: 201834 39193 1506 14 0 189112 0
[pid=28221/tid=28222] ppid=28211 vsize=807336 CPUtime=1.66
/proc/28221/task/28222/stat : 28222 (java) S 28211 28211 28098 0 -1 64 33243 0 0 0 150 16 0 0 16 0 8 0 30239602 826712064 39193 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28221/tid=28223] ppid=28211 vsize=807336 CPUtime=0
/proc/28221/task/28223/stat : 28223 (java) S 28211 28211 28098 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30239602 826712064 39193 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28221/tid=28224] ppid=28211 vsize=807336 CPUtime=0
/proc/28221/task/28224/stat : 28224 (java) S 28211 28211 28098 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30239602 826712064 39193 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28221/tid=28225] ppid=28211 vsize=807336 CPUtime=0
/proc/28221/task/28225/stat : 28225 (java) S 28211 28211 28098 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 30239605 826712064 39193 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28221/tid=28226] ppid=28211 vsize=807336 CPUtime=0.13
/proc/28221/task/28226/stat : 28226 (java) S 28211 28211 28098 0 -1 64 395 0 0 0 13 0 0 0 17 0 8 0 30239605 826712064 39193 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28221/tid=28227] ppid=28211 vsize=807336 CPUtime=0
/proc/28221/task/28227/stat : 28227 (java) S 28211 28211 28098 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 30239605 826712064 39193 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28221/tid=28228] ppid=28211 vsize=807336 CPUtime=0
/proc/28221/task/28228/stat : 28228 (java) S 28211 28211 28098 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30239605 826712064 39193 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 821060

[startup+12.6631 s]
/proc/loadavg: 1.06 1.51 2.00 4/103 28228
/proc/meminfo: memFree=1412552/2055920 swapFree=4192812/4192956
[pid=28211] ppid=28209 vsize=13724 CPUtime=0.68
/proc/28211/stat : 28211 (sugar) S 28209 28211 28098 0 -1 4194304 1190 7677 0 1 3 0 60 5 15 0 1 0 30239524 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28211/statm: 3431 809 371 3 0 531 0
[pid=28221] ppid=28211 vsize=807336 CPUtime=11.82
/proc/28221/stat : 28221 (java) R 28211 28211 28098 0 -1 0 55066 0 1 0 1151 31 0 0 25 0 8 0 30239599 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28221/statm: 201834 54115 1507 14 0 189112 0
[pid=28221/tid=28222] ppid=28211 vsize=807336 CPUtime=4.01
/proc/28221/task/28222/stat : 28222 (java) S 28211 28211 28098 0 -1 64 48524 0 0 0 375 26 0 0 15 0 8 0 30239602 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28221/tid=28223] ppid=28211 vsize=807336 CPUtime=0
/proc/28221/task/28223/stat : 28223 (java) S 28211 28211 28098 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30239602 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28221/tid=28224] ppid=28211 vsize=807336 CPUtime=0
/proc/28221/task/28224/stat : 28224 (java) S 28211 28211 28098 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30239602 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28221/tid=28225] ppid=28211 vsize=807336 CPUtime=0
/proc/28221/task/28225/stat : 28225 (java) S 28211 28211 28098 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 30239605 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28221/tid=28226] ppid=28211 vsize=807336 CPUtime=0.14
/proc/28221/task/28226/stat : 28226 (java) S 28211 28211 28098 0 -1 64 401 0 0 0 14 0 0 0 16 0 8 0 30239605 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28221/tid=28227] ppid=28211 vsize=807336 CPUtime=0
/proc/28221/task/28227/stat : 28227 (java) S 28211 28211 28098 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 30239605 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28221/tid=28228] ppid=28211 vsize=807336 CPUtime=0
/proc/28221/task/28228/stat : 28228 (java) S 28211 28211 28098 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30239605 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 821060

[startup+25.5016 s]
/proc/loadavg: 1.42 1.56 2.01 3/103 28228
/proc/meminfo: memFree=1412616/2055920 swapFree=4192812/4192956
[pid=28211] ppid=28209 vsize=13724 CPUtime=0.68
/proc/28211/stat : 28211 (sugar) S 28209 28211 28098 0 -1 4194304 1190 7677 0 1 3 0 60 5 15 0 1 0 30239524 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28211/statm: 3431 809 371 3 0 531 0
[pid=28221] ppid=28211 vsize=807336 CPUtime=24.58
/proc/28221/stat : 28221 (java) R 28211 28211 28098 0 -1 0 55782 0 1 0 2421 37 0 0 25 0 8 0 30239599 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073747278 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28221/statm: 201834 54115 1507 14 0 189112 0
[pid=28221/tid=28222] ppid=28211 vsize=807336 CPUtime=8.9
/proc/28221/task/28222/stat : 28222 (java) S 28211 28211 28098 0 -1 64 48833 0 0 0 861 29 0 0 16 0 8 0 30239602 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28221/tid=28223] ppid=28211 vsize=807336 CPUtime=0
/proc/28221/task/28223/stat : 28223 (java) S 28211 28211 28098 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30239602 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28221/tid=28224] ppid=28211 vsize=807336 CPUtime=0
/proc/28221/task/28224/stat : 28224 (java) S 28211 28211 28098 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30239602 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28221/tid=28225] ppid=28211 vsize=807336 CPUtime=0
/proc/28221/task/28225/stat : 28225 (java) S 28211 28211 28098 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 30239605 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28221/tid=28226] ppid=28211 vsize=807336 CPUtime=0.14
/proc/28221/task/28226/stat : 28226 (java) S 28211 28211 28098 0 -1 64 401 0 0 0 14 0 0 0 16 0 8 0 30239605 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28221/tid=28227] ppid=28211 vsize=807336 CPUtime=0
/proc/28221/task/28227/stat : 28227 (java) S 28211 28211 28098 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 30239605 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28221/tid=28228] ppid=28211 vsize=807336 CPUtime=0
/proc/28221/task/28228/stat : 28228 (java) S 28211 28211 28098 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30239605 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 821060

[startup+51.1333 s]
/proc/loadavg: 1.91 1.66 2.03 4/103 28228
/proc/meminfo: memFree=1412616/2055920 swapFree=4192812/4192956
[pid=28211] ppid=28209 vsize=13724 CPUtime=0.68
/proc/28211/stat : 28211 (sugar) S 28209 28211 28098 0 -1 4194304 1190 7677 0 1 3 0 60 5 15 0 1 0 30239524 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28211/statm: 3431 809 371 3 0 531 0
[pid=28221] ppid=28211 vsize=807336 CPUtime=49.98
/proc/28221/stat : 28221 (java) R 28211 28211 28098 0 -1 0 57296 0 1 0 4949 49 0 0 25 0 8 0 30239599 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073747278 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28221/statm: 201834 54115 1507 14 0 189112 0
[pid=28221/tid=28222] ppid=28211 vsize=807336 CPUtime=18.74
/proc/28221/task/28222/stat : 28222 (java) S 28211 28211 28098 0 -1 64 49573 0 0 0 1838 36 0 0 16 0 8 0 30239602 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28221/tid=28223] ppid=28211 vsize=807336 CPUtime=0
/proc/28221/task/28223/stat : 28223 (java) S 28211 28211 28098 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30239602 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28221/tid=28224] ppid=28211 vsize=807336 CPUtime=0
/proc/28221/task/28224/stat : 28224 (java) S 28211 28211 28098 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30239602 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28221/tid=28225] ppid=28211 vsize=807336 CPUtime=0
/proc/28221/task/28225/stat : 28225 (java) S 28211 28211 28098 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 30239605 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28221/tid=28226] ppid=28211 vsize=807336 CPUtime=0.14
/proc/28221/task/28226/stat : 28226 (java) S 28211 28211 28098 0 -1 64 401 0 0 0 14 0 0 0 16 0 8 0 30239605 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28221/tid=28227] ppid=28211 vsize=807336 CPUtime=0
/proc/28221/task/28227/stat : 28227 (java) S 28211 28211 28098 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 30239605 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28221/tid=28228] ppid=28211 vsize=807336 CPUtime=0
/proc/28221/task/28228/stat : 28228 (java) S 28211 28211 28098 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30239605 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 821060

[startup+102.397 s]
/proc/loadavg: 2.49 1.87 2.08 5/103 28230
/proc/meminfo: memFree=1273736/2055920 swapFree=4192812/4192956
[pid=28211] ppid=28209 vsize=13724 CPUtime=0.68
/proc/28211/stat : 28211 (sugar) S 28209 28211 28098 0 -1 4194304 1190 7677 0 1 3 0 60 5 15 0 1 0 30239524 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28211/statm: 3431 809 371 3 0 531 0
[pid=28221] ppid=28211 vsize=807336 CPUtime=100.62
/proc/28221/stat : 28221 (java) R 28211 28211 28098 0 -1 0 75846 0 1 0 9986 76 0 0 25 0 8 0 30239599 826712064 69800 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380307 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28221/statm: 201834 69800 1507 14 0 189112 0
[pid=28221/tid=28222] ppid=28211 vsize=807336 CPUtime=39.95

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

/proc/loadavg: 2.00 2.02 2.08 3/89 28232
/proc/meminfo: memFree=1292160/2055920 swapFree=4192812/4192956
[pid=28211] ppid=28209 vsize=39180 CPUtime=306.11
/proc/28211/stat : 28211 (sugar) S 28209 28211 28098 0 -1 4194304 7524 173075 0 2 44 4 30372 191 16 0 1 0 30239524 40120320 6940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28211/statm: 9795 6940 373 3 0 6895 0
[pid=28231] ppid=28211 vsize=178184 CPUtime=813.43
/proc/28231/stat : 28231 (minisat) R 28211 28211 28098 0 -1 0 44882 0 0 0 81290 53 0 0 25 0 1 0 30270430 182460416 43828 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528572 0 0 4096 3 0 0 0 17 0 0 0
/proc/28231/statm: 44546 43828 52 112 0 44430 0
Current children cumulated CPU time (s) 1119.54
Current children cumulated vsize (KiB) 217364

[startup+1183.87 s]
/proc/loadavg: 2.00 2.02 2.08 3/89 28232
/proc/meminfo: memFree=1279872/2055920 swapFree=4192812/4192956
[pid=28211] ppid=28209 vsize=39180 CPUtime=306.11
/proc/28211/stat : 28211 (sugar) S 28209 28211 28098 0 -1 4194304 7524 173075 0 2 44 4 30372 191 16 0 1 0 30239524 40120320 6940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28211/statm: 9795 6940 373 3 0 6895 0
[pid=28231] ppid=28211 vsize=184036 CPUtime=873.47
/proc/28231/stat : 28231 (minisat) R 28211 28211 28098 0 -1 0 46326 0 0 0 87292 55 0 0 25 0 1 0 30270430 188452864 45272 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28231/statm: 46009 45272 52 112 0 45893 0
Current children cumulated CPU time (s) 1179.58
Current children cumulated vsize (KiB) 223216

[startup+1243.95 s]
/proc/loadavg: 2.00 2.01 2.07 3/89 28232
/proc/meminfo: memFree=1270592/2055920 swapFree=4192812/4192956
[pid=28211] ppid=28209 vsize=39180 CPUtime=306.11
/proc/28211/stat : 28211 (sugar) S 28209 28211 28098 0 -1 4194304 7524 173075 0 2 44 4 30372 191 16 0 1 0 30239524 40120320 6940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28211/statm: 9795 6940 373 3 0 6895 0
[pid=28231] ppid=28211 vsize=187232 CPUtime=933.49
/proc/28231/stat : 28231 (minisat) R 28211 28211 28098 0 -1 0 47154 0 0 0 93293 56 0 0 25 0 1 0 30270430 191725568 46100 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28231/statm: 46808 46100 52 112 0 46692 0
Current children cumulated CPU time (s) 1239.6
Current children cumulated vsize (KiB) 226412

[startup+1304.03 s]
/proc/loadavg: 2.04 2.02 2.07 3/89 28232
/proc/meminfo: memFree=1262144/2055920 swapFree=4192812/4192956
[pid=28211] ppid=28209 vsize=39180 CPUtime=306.11
/proc/28211/stat : 28211 (sugar) S 28209 28211 28098 0 -1 4194304 7524 173075 0 2 44 4 30372 191 16 0 1 0 30239524 40120320 6940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28211/statm: 9795 6940 373 3 0 6895 0
[pid=28231] ppid=28211 vsize=187232 CPUtime=993.49
/proc/28231/stat : 28231 (minisat) R 28211 28211 28098 0 -1 0 47154 0 0 0 99293 56 0 0 25 0 1 0 30270430 191725568 46100 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 0 0 0
/proc/28231/statm: 46808 46100 52 112 0 46692 0
Current children cumulated CPU time (s) 1299.6
Current children cumulated vsize (KiB) 226412

[startup+1364.12 s]
/proc/loadavg: 2.01 2.02 2.06 3/89 28232
/proc/meminfo: memFree=1255552/2055920 swapFree=4192812/4192956
[pid=28211] ppid=28209 vsize=39180 CPUtime=306.11
/proc/28211/stat : 28211 (sugar) S 28209 28211 28098 0 -1 4194304 7524 173075 0 2 44 4 30372 191 16 0 1 0 30239524 40120320 6940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28211/statm: 9795 6940 373 3 0 6895 0
[pid=28231] ppid=28211 vsize=187232 CPUtime=1053.54
/proc/28231/stat : 28231 (minisat) R 28211 28211 28098 0 -1 0 47154 0 0 0 105297 57 0 0 25 0 1 0 30270430 191725568 46100 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527082 0 0 4096 3 0 0 0 17 0 0 0
/proc/28231/statm: 46808 46100 52 112 0 46692 0
Current children cumulated CPU time (s) 1359.65
Current children cumulated vsize (KiB) 226412

[startup+1424.2 s]
/proc/loadavg: 2.00 2.01 2.06 3/89 28232
/proc/meminfo: memFree=1248576/2055920 swapFree=4192812/4192956
[pid=28211] ppid=28209 vsize=39180 CPUtime=306.11
/proc/28211/stat : 28211 (sugar) S 28209 28211 28098 0 -1 4194304 7524 173075 0 2 44 4 30372 191 16 0 1 0 30239524 40120320 6940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28211/statm: 9795 6940 373 3 0 6895 0
[pid=28231] ppid=28211 vsize=187232 CPUtime=1113.56
/proc/28231/stat : 28231 (minisat) R 28211 28211 28098 0 -1 0 47154 0 0 0 111299 57 0 0 25 0 1 0 30270430 191725568 46100 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527050 0 0 4096 3 0 0 0 17 0 0 0
/proc/28231/statm: 46808 46100 52 112 0 46692 0
Current children cumulated CPU time (s) 1419.67
Current children cumulated vsize (KiB) 226412

[startup+1484.28 s]
/proc/loadavg: 2.06 2.02 2.06 3/89 28232
/proc/meminfo: memFree=1240832/2055920 swapFree=4192812/4192956
[pid=28211] ppid=28209 vsize=39180 CPUtime=306.11
/proc/28211/stat : 28211 (sugar) S 28209 28211 28098 0 -1 4194304 7524 173075 0 2 44 4 30372 191 16 0 1 0 30239524 40120320 6940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28211/statm: 9795 6940 373 3 0 6895 0
[pid=28231] ppid=28211 vsize=187232 CPUtime=1173.57
/proc/28231/stat : 28231 (minisat) R 28211 28211 28098 0 -1 0 47154 0 0 0 117300 57 0 0 25 0 1 0 30270430 191725568 46100 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528543 0 0 4096 3 0 0 0 17 0 0 0
/proc/28231/statm: 46808 46100 52 112 0 46692 0
Current children cumulated CPU time (s) 1479.68
Current children cumulated vsize (KiB) 226412

[startup+1544.37 s]
/proc/loadavg: 2.02 2.01 2.05 3/89 28232
/proc/meminfo: memFree=1234304/2055920 swapFree=4192812/4192956
[pid=28211] ppid=28209 vsize=39180 CPUtime=306.11
/proc/28211/stat : 28211 (sugar) S 28209 28211 28098 0 -1 4194304 7524 173075 0 2 44 4 30372 191 16 0 1 0 30239524 40120320 6940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28211/statm: 9795 6940 373 3 0 6895 0
[pid=28231] ppid=28211 vsize=187232 CPUtime=1233.6
/proc/28231/stat : 28231 (minisat) R 28211 28211 28098 0 -1 0 47154 0 0 0 123303 57 0 0 25 0 1 0 30270430 191725568 46100 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527084 0 0 4096 3 0 0 0 17 0 0 0
/proc/28231/statm: 46808 46100 52 112 0 46692 0
Current children cumulated CPU time (s) 1539.71
Current children cumulated vsize (KiB) 226412

[startup+1604.44 s]
/proc/loadavg: 2.01 2.01 2.05 3/89 28232
/proc/meminfo: memFree=1227520/2055920 swapFree=4192812/4192956
[pid=28211] ppid=28209 vsize=39180 CPUtime=306.11
/proc/28211/stat : 28211 (sugar) S 28209 28211 28098 0 -1 4194304 7524 173075 0 2 44 4 30372 191 16 0 1 0 30239524 40120320 6940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28211/statm: 9795 6940 373 3 0 6895 0
[pid=28231] ppid=28211 vsize=187232 CPUtime=1293.62
/proc/28231/stat : 28231 (minisat) R 28211 28211 28098 0 -1 0 47154 0 0 0 129305 57 0 0 25 0 1 0 30270430 191725568 46100 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527064 0 0 4096 3 0 0 0 17 0 0 0
/proc/28231/statm: 46808 46100 52 112 0 46692 0
Current children cumulated CPU time (s) 1599.73
Current children cumulated vsize (KiB) 226412

[startup+1664.51 s]
/proc/loadavg: 2.00 2.00 2.04 3/95 28348
/proc/meminfo: memFree=1220168/2055920 swapFree=4192812/4192956
[pid=28211] ppid=28209 vsize=39180 CPUtime=306.11
/proc/28211/stat : 28211 (sugar) S 28209 28211 28098 0 -1 4194304 7524 173075 0 2 44 4 30372 191 16 0 1 0 30239524 40120320 6940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28211/statm: 9795 6940 373 3 0 6895 0
[pid=28231] ppid=28211 vsize=187232 CPUtime=1353.55
/proc/28231/stat : 28231 (minisat) R 28211 28211 28098 0 -1 0 47155 0 0 0 135287 68 0 0 25 0 1 0 30270430 191725568 46101 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/28231/statm: 46808 46101 52 112 0 46692 0
Current children cumulated CPU time (s) 1659.66
Current children cumulated vsize (KiB) 226412

[startup+1724.61 s]
/proc/loadavg: 2.00 2.00 2.04 3/89 28430
/proc/meminfo: memFree=1220928/2055920 swapFree=4192812/4192956
[pid=28211] ppid=28209 vsize=39180 CPUtime=306.11
/proc/28211/stat : 28211 (sugar) S 28209 28211 28098 0 -1 4194304 7524 173075 0 2 44 4 30372 191 16 0 1 0 30239524 40120320 6940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28211/statm: 9795 6940 373 3 0 6895 0
[pid=28231] ppid=28211 vsize=187232 CPUtime=1413.57
/proc/28231/stat : 28231 (minisat) R 28211 28211 28098 0 -1 0 47155 0 0 0 141279 78 0 0 25 0 1 0 30270430 191725568 46101 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527092 0 0 4096 3 0 0 0 17 0 0 0
/proc/28231/statm: 46808 46101 52 112 0 46692 0
Current children cumulated CPU time (s) 1719.68
Current children cumulated vsize (KiB) 226412

[startup+1784.69 s]
/proc/loadavg: 2.00 2.00 2.03 3/89 28430
/proc/meminfo: memFree=1220928/2055920 swapFree=4192812/4192956
[pid=28211] ppid=28209 vsize=39180 CPUtime=306.11
/proc/28211/stat : 28211 (sugar) S 28209 28211 28098 0 -1 4194304 7524 173075 0 2 44 4 30372 191 16 0 1 0 30239524 40120320 6940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28211/statm: 9795 6940 373 3 0 6895 0
[pid=28231] ppid=28211 vsize=187232 CPUtime=1473.59
/proc/28231/stat : 28231 (minisat) R 28211 28211 28098 0 -1 0 47157 0 0 0 147281 78 0 0 25 0 1 0 30270430 191725568 46103 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527294 0 0 4096 3 0 0 0 17 0 0 0
/proc/28231/statm: 46808 46103 52 112 0 46692 0
Current children cumulated CPU time (s) 1779.7
Current children cumulated vsize (KiB) 226412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.03 s]
/proc/loadavg: 2.00 2.00 2.03 3/89 28430
/proc/meminfo: memFree=1220928/2055920 swapFree=4192812/4192956
[pid=28211] ppid=28209 vsize=39180 CPUtime=306.11
/proc/28211/stat : 28211 (sugar) S 28209 28211 28098 0 -1 4194304 7524 173075 0 2 44 4 30372 191 16 0 1 0 30239524 40120320 6940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28211/statm: 9795 6940 373 3 0 6895 0
[pid=28231] ppid=28211 vsize=187232 CPUtime=1493.9
/proc/28231/stat : 28231 (minisat) R 28211 28211 28098 0 -1 0 47157 0 0 0 149312 78 0 0 25 0 1 0 30270430 191725568 46103 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527072 0 0 4096 3 0 0 0 17 0 0 0
/proc/28231/statm: 46808 46103 52 112 0 46692 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 226412

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 28211 and gives childrusage.ru_utime.tv_sec=304 childrusage.ru_utime.tv_usec=173758 childrusage.ru_stime.tv_sec=2 childrusage.ru_stime.tv_usec=6694
CPU time returned by wait4() is 306.18
while last known CPU time is 1800.07

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

Real time (s): 1806.08
CPU time (s): 1800.07
CPU user time (s): 1797.28
CPU system time (s): 2.79
CPU usage (%): 99.6671
Max. virtual memory (cumulated for all children) (KiB): 822064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 304.174
system time used= 2.00669
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180684
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= 45330
involuntary context switches= 50135

runsolver used 2.10368 s user time and 6.15406 s system time

The end

Launcher Data (download as text)

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


IDJOB= 223944
IDBENCH= 5693
IDSOLVER= 86
FILE ID= node4/223944-1170102846

PBS_JOBID= 3689776

Free space on /tmp= 66559 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  f761ab73507955d73fd6623f456a3b57

RANDOM SEED= 52425526

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:       1833760 kB
Buffers:         29732 kB
Cached:          60708 kB
SwapCached:          0 kB
Active:         116536 kB
Inactive:        45416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1833760 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4084 kB
Writeback:           0 kB
Mapped:          96968 kB
Slab:            44892 kB
Committed_AS:   766660 kB
PageTables:       2244 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= 66479 MiB



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