Trace number 229900

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 1809.7

General information on the benchmark

Namerandom/rand-2-50-23-fcd/
rand-2-50-23-587-230-fcd-41_ext.xml
MD5SUM2e7ba53ea9b6aeb5151fd952bd2d9036
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 benchmark167.635
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints461
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension461
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.13	c # Sugar v0-40 (/tmp/evaluation/229900-1170106277/sugar-v0-40.jar)
0.13	
0.13	c # MAIN  BEGIN : /tmp/evaluation/229900-1170106277/unknown.xml [Mon Jan 29 22:31:18 2007]
0.13	c # CONVERT_XML  BEGIN : /tmp/evaluation/229900-1170106277/unknown.xml /tmp/evaluation/229900-1170106277/sugar28432.csp [Mon Jan 29 22:31:18 2007]
0.13	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/229900-1170106277/sugar-v0-40.jar -convert /tmp/evaluation/229900-1170106277/unknown.xml /tmp/evaluation/229900-1170106277/sugar28432.csp
0.26	c BEGIN convert /tmp/evaluation/229900-1170106277/unknown.xml
0.94	c END convert (0.675365 seconds)
0.95	c # CONVERT_XML  END : /tmp/evaluation/229900-1170106277/sugar28432.csp 2154965 bytes (0 seconds) [Mon Jan 29 22:31:18 2007]
0.95	c # CONVERT_XML  CPU : 0.78 = 0 + 0 + 0.7 + 0.08
0.95	
0.95	c # GENERATE_SAT  BEGIN : /tmp/evaluation/229900-1170106277/sugar28432.bcnf [Mon Jan 29 22:31:18 2007]
0.95	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/229900-1170106277/sugar-v0-40.jar -bcnf -map /tmp/evaluation/229900-1170106277/sugar28432.map /tmp/evaluation/229900-1170106277/sugar28432.csp /tmp/evaluation/229900-1170106277/sugar28432.bcnf
1.06	c BEGIN parse /tmp/evaluation/229900-1170106277/sugar28432.csp
35.42	c END parse (34.350281 seconds)
35.42	c BEGIN simplify
35.57	c END simplify (0.15451 seconds)
35.57	c BEGIN encode /tmp/evaluation/229900-1170106277/sugar28432.bcnf
36.64	c END encode (1.070275 seconds)
36.77	c # GENERATE_SAT  END : 8434 variables 81166 clauses 9659576 bytes (36 seconds) [Mon Jan 29 22:31:54 2007]
36.77	c # GENERATE_SAT  CPU : 35.37 = 0.06 + 0.01 + 34.81 + 0.49
36.77	
36.77	c # SOLVE_SAT  BEGIN : /tmp/evaluation/229900-1170106277/sugar28432.bcnf [Mon Jan 29 22:31:54 2007]
36.77	c # CMD : /tmp/evaluation/229900-1170106277/minisat /tmp/evaluation/229900-1170106277/sugar28432.bcnf /tmp/evaluation/229900-1170106277/sugar28432.out
36.99	c ==================================[MINISAT]===================================
36.99	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
36.99	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
36.99	c ==============================================================================
36.99	c |         0 |   81166  2333718 |   27055       0        0     nan |  0.000 % |
37.04	c |       101 |   81167  2333718 |   29760     100     3030    30.3 |  0.000 % |
37.12	c |       251 |   81168  2333718 |   32736     249     6194    24.9 |  0.000 % |
37.22	c |       476 |   81169  2333718 |   36010     473    10155    21.5 |  0.000 % |
37.37	c |       814 |   81170  2333718 |   39611     810    15661    19.3 |  0.000 % |
37.66	c |      1320 |   81170  2333718 |   43572    1316    23071    17.5 |  0.000 % |
38.06	c |      2079 |   81170  2333718 |   47929    2075    33298    16.0 |  0.000 % |
38.61	c |      3219 |   81170  2333718 |   52722    3215    50112    15.6 |  0.000 % |
39.39	c |      4927 |   81172  2333718 |   57994    4921    77503    15.7 |  0.000 % |
40.78	c |      7490 |   81174  2333718 |   63794    7482   124571    16.6 |  0.000 % |
43.06	c |     11334 |   81176  2333718 |   70173   11324   196590    17.4 |  0.000 % |
47.46	c |     17100 |   81176  2333718 |   77191   17090   309835    18.1 |  0.000 % |
52.55	c |     25749 |   81177  2333718 |   84910   25738   490461    19.1 |  0.000 % |
61.37	c |     38724 |   81179  2333718 |   93401   38711   824583    21.3 |  0.000 % |
76.43	c |     58185 |   81184  2333718 |  102741   58167  1251766    21.5 |  0.000 % |
107.80	c |     87377 |   81189  2333718 |  113015   87354  1917995    22.0 |  0.000 % |
157.30	c |    131168 |   81190  2333718 |  124316   33575   734254    21.9 |  0.000 % |
234.56	c |    196852 |   81191  2333718 |  136748   99258  2342432    23.6 |  0.000 % |
359.05	c |    295380 |   81195  2333718 |  150423   77568  2347361    30.3 |  0.000 % |
570.63	c |    443171 |   81205  2333718 |  165465   94050  2880418    30.6 |  0.000 % |
908.28	c |    664854 |   81221  2333718 |  182012   24164   583292    24.1 |  0.000 % |
1441.36	c |    997379 |   81229  2333718 |  200213   33864   965201    28.5 |  0.000 % |
1808.69	
1808.69	s UNKNOWN
1808.69	c # INTERRUPTED
1808.69	c # MAIN  END :  (1808 seconds) [Mon Jan 29 23:01:26 2007]
1808.69	c # MAIN  CPU : 36.15 = 0.06 + 0.01 + 35.51 + 0.57
1808.69	

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/node62/watcher-229900-1170106277 -o ROOT/results/node62/solver-229900-1170106277 -C 1800 -M 900 /tmp/evaluation/229900-1170106277/solver /tmp/evaluation/229900-1170106277 /tmp/evaluation/229900-1170106277/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: 3.17 3.35 3.14 3/81 28433
/proc/meminfo: memFree=1289848/2055920 swapFree=4192812/4192956
[pid=28432] ppid=28430 vsize=18540 CPUtime=0
/proc/28432/stat : 28432 (runsolver) R 28430 28432 27579 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 30584801 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 236437695783 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28432/statm: 4635 279 244 17 0 2626 0

[startup+0.102455 s]
/proc/loadavg: 3.17 3.35 3.14 3/81 28433
/proc/meminfo: memFree=1289848/2055920 swapFree=4192812/4192956
[pid=28432] ppid=28430 vsize=12272 CPUtime=0
/proc/28432/stat : 28432 (sugar) R 28430 28432 27579 0 -1 4194304 654 0 0 0 0 0 0 0 18 0 1 0 30584801 12566528 373 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236455535174 0 0 4224 0 0 0 0 17 0 0 0
/proc/28432/statm: 3068 373 275 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.510507 s]
/proc/loadavg: 3.17 3.35 3.14 3/81 28433
/proc/meminfo: memFree=1289848/2055920 swapFree=4192812/4192956
[pid=28432] ppid=28430 vsize=13724 CPUtime=0.03
/proc/28432/stat : 28432 (sugar) S 28430 28432 27579 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30584801 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28432/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33261 s]
/proc/loadavg: 3.17 3.35 3.14 3/89 28449
/proc/meminfo: memFree=1280376/2055920 swapFree=4192812/4192956
[pid=28432] ppid=28430 vsize=13724 CPUtime=0.81
/proc/28432/stat : 28432 (sugar) S 28430 28432 27579 0 -1 4194304 1190 7899 0 1 3 0 70 8 15 0 1 0 30584801 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28432/statm: 3431 809 371 3 0 531 0
[pid=28442] ppid=28432 vsize=807064 CPUtime=0.36
/proc/28442/stat : 28442 (java) R 28432 28432 27579 0 -1 0 6510 0 1 0 32 4 0 0 25 0 8 0 30584897 826433536 6260 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073491412 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28442/statm: 201766 6260 1494 14 0 189044 0
[pid=28442/tid=28443] ppid=28432 vsize=807064 CPUtime=0.02
/proc/28442/task/28443/stat : 28443 (java) S 28432 28432 27579 0 -1 64 459 0 0 0 2 0 0 0 16 0 8 0 30584900 826433536 6260 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28442/tid=28444] ppid=28432 vsize=807064 CPUtime=0
/proc/28442/task/28444/stat : 28444 (java) S 28432 28432 27579 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30584900 826433536 6260 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28442/tid=28445] ppid=28432 vsize=807064 CPUtime=0
/proc/28442/task/28445/stat : 28445 (java) S 28432 28432 27579 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30584900 826433536 6260 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28442/tid=28446] ppid=28432 vsize=807064 CPUtime=0
/proc/28442/task/28446/stat : 28446 (java) S 28432 28432 27579 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 30584904 826433536 6260 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28442/tid=28447] ppid=28432 vsize=807064 CPUtime=0.05
/proc/28442/task/28447/stat : 28447 (java) S 28432 28432 27579 0 -1 64 292 0 0 0 5 0 0 0 18 0 8 0 30584904 826433536 6260 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28442/tid=28448] ppid=28432 vsize=807064 CPUtime=0
/proc/28442/task/28448/stat : 28448 (java) S 28432 28432 27579 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 30584904 826433536 6260 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28442/tid=28449] ppid=28432 vsize=807064 CPUtime=0
/proc/28442/task/28449/stat : 28449 (java) S 28432 28432 27579 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30584904 826433536 6260 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 820788

[startup+2.9858 s]
/proc/loadavg: 3.24 3.36 3.14 4/89 28449
/proc/meminfo: memFree=1250552/2055920 swapFree=4192812/4192956
[pid=28432] ppid=28430 vsize=13724 CPUtime=0.81
/proc/28432/stat : 28432 (sugar) S 28430 28432 27579 0 -1 4194304 1190 7899 0 1 3 0 70 8 15 0 1 0 30584801 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28432/statm: 3431 809 371 3 0 531 0
[pid=28442] ppid=28432 vsize=807064 CPUtime=1.99
/proc/28442/stat : 28442 (java) R 28432 28432 27579 0 -1 0 13344 0 1 0 191 8 0 0 25 0 8 0 30584897 826433536 13079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073540096 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28442/statm: 201766 13079 1494 14 0 189044 0
[pid=28442/tid=28443] ppid=28432 vsize=807064 CPUtime=0.57
/proc/28442/task/28443/stat : 28443 (java) S 28432 28432 27579 0 -1 64 7278 0 0 0 54 3 0 0 16 0 8 0 30584900 826433536 13079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28442/tid=28444] ppid=28432 vsize=807064 CPUtime=0
/proc/28442/task/28444/stat : 28444 (java) S 28432 28432 27579 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30584900 826433536 13079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28442/tid=28445] ppid=28432 vsize=807064 CPUtime=0
/proc/28442/task/28445/stat : 28445 (java) S 28432 28432 27579 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30584900 826433536 13079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28442/tid=28446] ppid=28432 vsize=807064 CPUtime=0
/proc/28442/task/28446/stat : 28446 (java) S 28432 28432 27579 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 30584904 826433536 13079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28442/tid=28447] ppid=28432 vsize=807064 CPUtime=0.05
/proc/28442/task/28447/stat : 28447 (java) S 28432 28432 27579 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30584904 826433536 13079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28442/tid=28448] ppid=28432 vsize=807064 CPUtime=0
/proc/28442/task/28448/stat : 28448 (java) S 28432 28432 27579 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 30584904 826433536 13079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28442/tid=28449] ppid=28432 vsize=807064 CPUtime=0
/proc/28442/task/28449/stat : 28449 (java) S 28432 28432 27579 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30584904 826433536 13079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 820788

[startup+6.18817 s]
/proc/loadavg: 3.24 3.36 3.14 4/89 28449
/proc/meminfo: memFree=1187320/2055920 swapFree=4192812/4192956
[pid=28432] ppid=28430 vsize=13724 CPUtime=0.81
/proc/28432/stat : 28432 (sugar) S 28430 28432 27579 0 -1 4194304 1190 7899 0 1 3 0 70 8 15 0 1 0 30584801 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28432/statm: 3431 809 371 3 0 531 0
[pid=28442] ppid=28432 vsize=807336 CPUtime=5.16
/proc/28442/stat : 28442 (java) R 28432 28432 27579 0 -1 0 31024 0 1 0 499 17 0 0 25 0 8 0 30584897 826712064 30690 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28442/statm: 201834 30690 1507 14 0 189112 0
[pid=28442/tid=28443] ppid=28432 vsize=807336 CPUtime=1.46
/proc/28442/task/28443/stat : 28443 (java) R 28432 28432 27579 0 -1 64 24738 0 0 0 135 11 0 0 16 0 8 0 30584900 826712064 30690 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827296 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28442/tid=28444] ppid=28432 vsize=807336 CPUtime=0
/proc/28442/task/28444/stat : 28444 (java) S 28432 28432 27579 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30584900 826712064 30690 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28442/tid=28445] ppid=28432 vsize=807336 CPUtime=0
/proc/28442/task/28445/stat : 28445 (java) S 28432 28432 27579 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30584900 826712064 30690 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28442/tid=28446] ppid=28432 vsize=807336 CPUtime=0
/proc/28442/task/28446/stat : 28446 (java) S 28432 28432 27579 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 30584904 826712064 30690 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28442/tid=28447] ppid=28432 vsize=807336 CPUtime=0.13
/proc/28442/task/28447/stat : 28447 (java) S 28432 28432 27579 0 -1 64 400 0 0 0 13 0 0 0 16 0 8 0 30584904 826712064 30690 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28442/tid=28448] ppid=28432 vsize=807336 CPUtime=0
/proc/28442/task/28448/stat : 28448 (java) S 28432 28432 27579 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 30584904 826712064 30690 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28442/tid=28449] ppid=28432 vsize=807336 CPUtime=0
/proc/28442/task/28449/stat : 28449 (java) R 28432 28432 27579 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30584904 826712064 30690 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 821060

[startup+12.6159 s]
/proc/loadavg: 2.97 3.29 3.12 3/89 28548
/proc/meminfo: memFree=1676536/2055920 swapFree=4192812/4192956
[pid=28432] ppid=28430 vsize=13724 CPUtime=0.81
/proc/28432/stat : 28432 (sugar) S 28430 28432 27579 0 -1 4194304 1190 7899 0 1 3 0 70 8 15 0 1 0 30584801 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28432/statm: 3431 809 371 3 0 531 0
[pid=28442] ppid=28432 vsize=807336 CPUtime=11.56
/proc/28442/stat : 28442 (java) R 28432 28432 27579 0 -1 0 54738 0 1 0 1127 29 0 0 17 0 8 0 30584897 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073641470 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28442/statm: 201834 54113 1507 14 0 189112 0
[pid=28442/tid=28443] ppid=28432 vsize=807336 CPUtime=3.74
/proc/28442/task/28443/stat : 28443 (java) S 28432 28432 27579 0 -1 64 48229 0 0 0 353 21 0 0 16 0 8 0 30584900 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28442/tid=28444] ppid=28432 vsize=807336 CPUtime=0
/proc/28442/task/28444/stat : 28444 (java) S 28432 28432 27579 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30584900 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28442/tid=28445] ppid=28432 vsize=807336 CPUtime=0
/proc/28442/task/28445/stat : 28445 (java) S 28432 28432 27579 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30584900 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28442/tid=28446] ppid=28432 vsize=807336 CPUtime=0
/proc/28442/task/28446/stat : 28446 (java) S 28432 28432 27579 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 30584904 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28442/tid=28447] ppid=28432 vsize=807336 CPUtime=0.14
/proc/28442/task/28447/stat : 28447 (java) S 28432 28432 27579 0 -1 64 403 0 0 0 14 0 0 0 17 0 8 0 30584904 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28442/tid=28448] ppid=28432 vsize=807336 CPUtime=0
/proc/28442/task/28448/stat : 28448 (java) S 28432 28432 27579 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 30584904 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28442/tid=28449] ppid=28432 vsize=807336 CPUtime=0
/proc/28442/task/28449/stat : 28449 (java) S 28432 28432 27579 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30584904 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 821060

[startup+25.501 s]
/proc/loadavg: 2.97 3.28 3.12 4/89 28548
/proc/meminfo: memFree=1471104/2055920 swapFree=4192812/4192956
[pid=28432] ppid=28430 vsize=13724 CPUtime=0.81
/proc/28432/stat : 28432 (sugar) S 28430 28432 27579 0 -1 4194304 1190 7899 0 1 3 0 70 8 15 0 1 0 30584801 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28432/statm: 3431 809 371 3 0 531 0
[pid=28442] ppid=28432 vsize=807336 CPUtime=24.29
/proc/28442/stat : 28442 (java) R 28432 28432 27579 0 -1 0 55981 0 1 0 2395 34 0 0 25 0 8 0 30584897 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073641532 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28442/statm: 201834 54113 1507 14 0 189112 0
[pid=28442/tid=28443] ppid=28432 vsize=807336 CPUtime=8.5
/proc/28442/task/28443/stat : 28443 (java) S 28432 28432 27579 0 -1 64 49110 0 0 0 825 25 0 0 16 0 8 0 30584900 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28442/tid=28444] ppid=28432 vsize=807336 CPUtime=0
/proc/28442/task/28444/stat : 28444 (java) S 28432 28432 27579 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30584900 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28442/tid=28445] ppid=28432 vsize=807336 CPUtime=0
/proc/28442/task/28445/stat : 28445 (java) S 28432 28432 27579 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30584900 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28442/tid=28446] ppid=28432 vsize=807336 CPUtime=0
/proc/28442/task/28446/stat : 28446 (java) S 28432 28432 27579 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 30584904 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28442/tid=28447] ppid=28432 vsize=807336 CPUtime=0.14
/proc/28442/task/28447/stat : 28447 (java) S 28432 28432 27579 0 -1 64 403 0 0 0 14 0 0 0 17 0 8 0 30584904 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28442/tid=28448] ppid=28432 vsize=807336 CPUtime=0
/proc/28442/task/28448/stat : 28448 (java) S 28432 28432 27579 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 30584904 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28442/tid=28449] ppid=28432 vsize=807336 CPUtime=0
/proc/28442/task/28449/stat : 28449 (java) S 28432 28432 27579 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30584904 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 821060

[startup+51.1724 s]
/proc/loadavg: 2.92 3.24 3.11 3/82 28549
/proc/meminfo: memFree=1631864/2055920 swapFree=4192812/4192956
[pid=28432] ppid=28430 vsize=17772 CPUtime=36.18
/proc/28432/stat : 28432 (sugar) S 28430 28432 27579 0 -1 4194304 2276 69449 0 2 9 1 3551 57 16 0 1 0 30584801 18198528 1788 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28432/statm: 4443 1788 373 3 0 1543 0
[pid=28549] ppid=28432 vsize=16124 CPUtime=14.38
/proc/28549/stat : 28549 (minisat) R 28432 28432 27579 0 -1 0 4713 0 0 0 1435 3 0 0 25 0 1 0 30588479 16510976 3674 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528567 0 0 4096 3 0 0 0 17 1 0 0
/proc/28549/statm: 4031 3674 52 112 0 3915 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 33896

[startup+102.434 s]
/proc/loadavg: 2.37 3.03 3.04 3/75 28550
/proc/meminfo: memFree=1823408/2055920 swapFree=4192812/4192956
[pid=28432] ppid=28430 vsize=17772 CPUtime=36.18
/proc/28432/stat : 28432 (sugar) S 28430 28432 27579 0 -1 4194304 2276 69449 0 2 9 1 3551 57 16 0 1 0 30584801 18198528 1788 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28432/statm: 4443 1788 373 3 0 1543 0
[pid=28549] ppid=28432 vsize=23704 CPUtime=65.39
/proc/28549/stat : 28549 (minisat) R 28432 28432 27579 0 -1 0 6592 0 0 0 6532 7 0 0 25 0 1 0 30588479 24272896 5553 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528426 0 0 4096 3 0 0 0 17 0 0 0
/proc/28549/statm: 5926 5553 52 112 0 5810 0
Current children cumulated CPU time (s) 101.57
Current children cumulated vsize (KiB) 41476

[startup+162.489 s]
/proc/loadavg: 2.14 2.86 2.98 3/75 28550
/proc/meminfo: memFree=1812336/2055920 swapFree=4192812/4192956
[pid=28432] ppid=28430 vsize=17772 CPUtime=36.18
/proc/28432/stat : 28432 (sugar) S 28430 28432 27579 0 -1 4194304 2276 69449 0 2 9 1 3551 57 16 0 1 0 30584801 18198528 1788 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28432/statm: 4443 1788 373 3 0 1543 0
[pid=28549] ppid=28432 vsize=27772 CPUtime=125.17
/proc/28549/stat : 28549 (minisat) R 28432 28432 27579 0 -1 0 7596 0 0 0 12509 8 0 0 25 0 1 0 30588479 28438528 6557 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28549/statm: 6943 6557 52 112 0 6827 0
Current children cumulated CPU time (s) 161.35
Current children cumulated vsize (KiB) 45544


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

/proc/loadavg: 2.02 2.04 2.33 3/75 28552
/proc/meminfo: memFree=1777712/2055920 swapFree=4192812/4192956
[pid=28432] ppid=28430 vsize=17772 CPUtime=36.18
/proc/28432/stat : 28432 (sugar) S 28430 28432 27579 0 -1 4194304 2276 69449 0 2 9 1 3551 57 16 0 1 0 30584801 18198528 1788 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28432/statm: 4443 1788 373 3 0 1543 0
[pid=28549] ppid=28432 vsize=43700 CPUtime=1081.73
/proc/28549/stat : 28549 (minisat) R 28432 28432 27579 0 -1 0 11457 0 0 0 108158 15 0 0 25 0 1 0 30588479 44748800 10401 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28549/statm: 10925 10401 52 112 0 10809 0
Current children cumulated CPU time (s) 1117.91
Current children cumulated vsize (KiB) 61472

[startup+1183.46 s]
/proc/loadavg: 2.00 2.03 2.31 3/75 28552
/proc/meminfo: memFree=1776240/2055920 swapFree=4192812/4192956
[pid=28432] ppid=28430 vsize=17772 CPUtime=36.18
/proc/28432/stat : 28432 (sugar) S 28430 28432 27579 0 -1 4194304 2276 69449 0 2 9 1 3551 57 16 0 1 0 30584801 18198528 1788 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28432/statm: 4443 1788 373 3 0 1543 0
[pid=28549] ppid=28432 vsize=45176 CPUtime=1141.51
/proc/28549/stat : 28549 (minisat) R 28432 28432 27579 0 -1 0 11805 0 0 0 114136 15 0 0 25 0 1 0 30588479 46260224 10749 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525735 0 0 4096 3 0 0 0 17 0 0 0
/proc/28549/statm: 11294 10749 52 112 0 11178 0
Current children cumulated CPU time (s) 1177.69
Current children cumulated vsize (KiB) 62948

[startup+1243.51 s]
/proc/loadavg: 2.04 2.04 2.29 3/75 28552
/proc/meminfo: memFree=1775600/2055920 swapFree=4192812/4192956
[pid=28432] ppid=28430 vsize=17772 CPUtime=36.18
/proc/28432/stat : 28432 (sugar) S 28430 28432 27579 0 -1 4194304 2276 69449 0 2 9 1 3551 57 16 0 1 0 30584801 18198528 1788 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28432/statm: 4443 1788 373 3 0 1543 0
[pid=28549] ppid=28432 vsize=45340 CPUtime=1201.32
/proc/28549/stat : 28549 (minisat) R 28432 28432 27579 0 -1 0 11864 0 0 0 120116 16 0 0 25 0 1 0 30588479 46428160 10808 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527289 0 0 4096 3 0 0 0 17 0 0 0
/proc/28549/statm: 11335 10808 52 112 0 11219 0
Current children cumulated CPU time (s) 1237.5
Current children cumulated vsize (KiB) 63112

[startup+1303.57 s]
/proc/loadavg: 2.06 2.04 2.27 3/75 28552
/proc/meminfo: memFree=1773552/2055920 swapFree=4192812/4192956
[pid=28432] ppid=28430 vsize=17772 CPUtime=36.18
/proc/28432/stat : 28432 (sugar) S 28430 28432 27579 0 -1 4194304 2276 69449 0 2 9 1 3551 57 16 0 1 0 30584801 18198528 1788 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28432/statm: 4443 1788 373 3 0 1543 0
[pid=28549] ppid=28432 vsize=45340 CPUtime=1261.09
/proc/28549/stat : 28549 (minisat) R 28432 28432 27579 0 -1 0 11869 0 0 0 126093 16 0 0 25 0 1 0 30588479 46428160 10813 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28549/statm: 11335 10813 52 112 0 11219 0
Current children cumulated CPU time (s) 1297.27
Current children cumulated vsize (KiB) 63112

[startup+1363.63 s]
/proc/loadavg: 2.02 2.03 2.25 3/75 28552
/proc/meminfo: memFree=1769264/2055920 swapFree=4192812/4192956
[pid=28432] ppid=28430 vsize=17772 CPUtime=36.18
/proc/28432/stat : 28432 (sugar) S 28430 28432 27579 0 -1 4194304 2276 69449 0 2 9 1 3551 57 16 0 1 0 30584801 18198528 1788 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28432/statm: 4443 1788 373 3 0 1543 0
[pid=28549] ppid=28432 vsize=47184 CPUtime=1320.88
/proc/28549/stat : 28549 (minisat) R 28432 28432 27579 0 -1 0 12318 0 0 0 132071 17 0 0 25 0 1 0 30588479 48316416 11262 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/28549/statm: 11796 11262 52 112 0 11680 0
Current children cumulated CPU time (s) 1357.06
Current children cumulated vsize (KiB) 64956

[startup+1423.69 s]
/proc/loadavg: 2.01 2.02 2.24 3/75 28552
/proc/meminfo: memFree=1764912/2055920 swapFree=4192812/4192956
[pid=28432] ppid=28430 vsize=17772 CPUtime=36.18
/proc/28432/stat : 28432 (sugar) S 28430 28432 27579 0 -1 4194304 2276 69449 0 2 9 1 3551 57 16 0 1 0 30584801 18198528 1788 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28432/statm: 4443 1788 373 3 0 1543 0
[pid=28549] ppid=28432 vsize=51484 CPUtime=1380.67
/proc/28549/stat : 28549 (minisat) R 28432 28432 27579 0 -1 0 13375 0 0 0 138049 18 0 0 25 0 1 0 30588479 52719616 12319 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527291 0 0 4096 3 0 0 0 17 0 0 0
/proc/28549/statm: 12871 12319 52 112 0 12755 0
Current children cumulated CPU time (s) 1416.85
Current children cumulated vsize (KiB) 69256

[startup+1483.74 s]
/proc/loadavg: 2.07 2.03 2.22 3/75 28552
/proc/meminfo: memFree=1764336/2055920 swapFree=4192812/4192956
[pid=28432] ppid=28430 vsize=17772 CPUtime=36.18
/proc/28432/stat : 28432 (sugar) S 28430 28432 27579 0 -1 4194304 2276 69449 0 2 9 1 3551 57 16 0 1 0 30584801 18198528 1788 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28432/statm: 4443 1788 373 3 0 1543 0
[pid=28549] ppid=28432 vsize=51612 CPUtime=1440.44
/proc/28549/stat : 28549 (minisat) R 28432 28432 27579 0 -1 0 13428 0 0 0 144026 18 0 0 25 0 1 0 30588479 52850688 12372 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28549/statm: 12903 12372 52 112 0 12787 0
Current children cumulated CPU time (s) 1476.62
Current children cumulated vsize (KiB) 69384

[startup+1543.8 s]
/proc/loadavg: 2.02 2.03 2.21 3/75 28552
/proc/meminfo: memFree=1764208/2055920 swapFree=4192812/4192956
[pid=28432] ppid=28430 vsize=17772 CPUtime=36.18
/proc/28432/stat : 28432 (sugar) S 28430 28432 27579 0 -1 4194304 2276 69449 0 2 9 1 3551 57 16 0 1 0 30584801 18198528 1788 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28432/statm: 4443 1788 373 3 0 1543 0
[pid=28549] ppid=28432 vsize=51816 CPUtime=1500.24
/proc/28549/stat : 28549 (minisat) R 28432 28432 27579 0 -1 0 13455 0 0 0 150005 19 0 0 25 0 1 0 30588479 53059584 12399 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28549/statm: 12954 12399 52 112 0 12838 0
Current children cumulated CPU time (s) 1536.42
Current children cumulated vsize (KiB) 69588

[startup+1603.86 s]
/proc/loadavg: 2.01 2.02 2.19 3/75 28552
/proc/meminfo: memFree=1763888/2055920 swapFree=4192812/4192956
[pid=28432] ppid=28430 vsize=17772 CPUtime=36.18
/proc/28432/stat : 28432 (sugar) S 28430 28432 27579 0 -1 4194304 2276 69449 0 2 9 1 3551 57 16 0 1 0 30584801 18198528 1788 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28432/statm: 4443 1788 373 3 0 1543 0
[pid=28549] ppid=28432 vsize=51980 CPUtime=1560.03
/proc/28549/stat : 28549 (minisat) R 28432 28432 27579 0 -1 0 13504 0 0 0 155984 19 0 0 25 0 1 0 30588479 53227520 12448 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134530731 0 0 4096 3 0 0 0 17 0 0 0
/proc/28549/statm: 12995 12448 52 112 0 12879 0
Current children cumulated CPU time (s) 1596.21
Current children cumulated vsize (KiB) 69752

[startup+1663.92 s]
/proc/loadavg: 2.00 2.01 2.18 3/75 28552
/proc/meminfo: memFree=1759664/2055920 swapFree=4192812/4192956
[pid=28432] ppid=28430 vsize=17772 CPUtime=36.18
/proc/28432/stat : 28432 (sugar) S 28430 28432 27579 0 -1 4194304 2276 69449 0 2 9 1 3551 57 16 0 1 0 30584801 18198528 1788 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28432/statm: 4443 1788 373 3 0 1543 0
[pid=28549] ppid=28432 vsize=51980 CPUtime=1619.8
/proc/28549/stat : 28549 (minisat) R 28432 28432 27579 0 -1 0 13504 0 0 0 161961 19 0 0 25 0 1 0 30588479 53227520 12448 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28549/statm: 12995 12448 52 112 0 12879 0
Current children cumulated CPU time (s) 1655.98
Current children cumulated vsize (KiB) 69752

[startup+1723.98 s]
/proc/loadavg: 2.00 2.01 2.16 3/75 28552
/proc/meminfo: memFree=1758832/2055920 swapFree=4192812/4192956
[pid=28432] ppid=28430 vsize=17772 CPUtime=36.18
/proc/28432/stat : 28432 (sugar) S 28430 28432 27579 0 -1 4194304 2276 69449 0 2 9 1 3551 57 16 0 1 0 30584801 18198528 1788 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28432/statm: 4443 1788 373 3 0 1543 0
[pid=28549] ppid=28432 vsize=52320 CPUtime=1679.59
/proc/28549/stat : 28549 (minisat) R 28432 28432 27579 0 -1 0 13577 0 0 0 167940 19 0 0 25 0 1 0 30588479 53575680 12521 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528683 0 0 4096 3 0 0 0 17 0 0 0
/proc/28549/statm: 13080 12521 52 112 0 12964 0
Current children cumulated CPU time (s) 1715.77
Current children cumulated vsize (KiB) 70092

[startup+1784.03 s]
/proc/loadavg: 2.04 2.02 2.16 3/75 28552
/proc/meminfo: memFree=1758576/2055920 swapFree=4192812/4192956
[pid=28432] ppid=28430 vsize=17772 CPUtime=36.18
/proc/28432/stat : 28432 (sugar) S 28430 28432 27579 0 -1 4194304 2276 69449 0 2 9 1 3551 57 16 0 1 0 30584801 18198528 1788 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28432/statm: 4443 1788 373 3 0 1543 0
[pid=28549] ppid=28432 vsize=52576 CPUtime=1739.37
/proc/28549/stat : 28549 (minisat) R 28432 28432 27579 0 -1 0 13622 0 0 0 173918 19 0 0 25 0 1 0 30588479 53837824 12566 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28549/statm: 13144 12566 52 112 0 13028 0
Current children cumulated CPU time (s) 1775.55
Current children cumulated vsize (KiB) 70348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.68 s]
/proc/loadavg: 2.14 2.05 2.16 3/81 28636
/proc/meminfo: memFree=1756992/2055920 swapFree=4192812/4192956
[pid=28432] ppid=28430 vsize=17772 CPUtime=36.18
/proc/28432/stat : 28432 (sugar) S 28430 28432 27579 0 -1 4194304 2276 69449 0 2 9 1 3551 57 16 0 1 0 30584801 18198528 1788 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28432/statm: 4443 1788 373 3 0 1543 0
[pid=28549] ppid=28432 vsize=52576 CPUtime=1763.88
/proc/28549/stat : 28549 (minisat) R 28432 28432 27579 0 -1 0 13622 0 0 0 176366 22 0 0 25 0 1 0 30588479 53837824 12566 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28549/statm: 13144 12566 52 112 0 13028 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 70348

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 28432 and gives childrusage.ru_utime.tv_sec=35 childrusage.ru_utime.tv_usec=611586 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=600908
CPU time returned by wait4() is 36.2125
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): 1809.7
CPU time (s): 1800.07
CPU user time (s): 1799.26
CPU system time (s): 0.81
CPU usage (%): 99.4676
Max. virtual memory (cumulated for all children) (KiB): 822064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.6116
system time used= 0.600908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71811
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= 7798
involuntary context switches= 7771

runsolver used 1.67674 s user time and 4.85726 s system time

The end

Launcher Data (download as text)

Begin job on node62 on Mon Jan 29 21:31:17 UTC 2007


IDJOB= 229900
IDBENCH= 6374
IDSOLVER= 86
FILE ID= node62/229900-1170106277

PBS_JOBID= 3689805

Free space on /tmp= 66553 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  2e7ba53ea9b6aeb5151fd952bd2d9036

RANDOM SEED= 900433629

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.234
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.234
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:       1290264 kB
Buffers:         37112 kB
Cached:          57612 kB
SwapCached:          0 kB
Active:         666176 kB
Inactive:        50532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1290264 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1148 kB
Writeback:           0 kB
Mapped:         638748 kB
Slab:            33060 kB
Committed_AS:   867240 kB
PageTables:       3100 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= 66550 MiB



End job on node62 on Mon Jan 29 22:01:27 UTC 2007