Trace number 224142

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.09 1816.12

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-29_ext.xml
MD5SUMc38004291fa3b8cfe69355ece43a58e6
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 benchmark10.5424
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.05	c # Sugar v0-40 (/tmp/evaluation/224142-1170102941/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/224142-1170102941/unknown.xml [Mon Jan 29 21:35:41 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/224142-1170102941/unknown.xml /tmp/evaluation/224142-1170102941/sugar18272.csp [Mon Jan 29 21:35:41 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/224142-1170102941/sugar-v0-40.jar -convert /tmp/evaluation/224142-1170102941/unknown.xml /tmp/evaluation/224142-1170102941/sugar18272.csp
0.17	c BEGIN convert /tmp/evaluation/224142-1170102941/unknown.xml
0.72	c END convert (0.549545 seconds)
0.76	c # CONVERT_XML  END : /tmp/evaluation/224142-1170102941/sugar18272.csp 1730757 bytes (1 seconds) [Mon Jan 29 21:35:42 2007]
0.76	c # CONVERT_XML  CPU : 0.65 = 0 + 0 + 0.6 + 0.05
0.76	
0.76	c # GENERATE_SAT  BEGIN : /tmp/evaluation/224142-1170102941/sugar18272.bcnf [Mon Jan 29 21:35:42 2007]
0.76	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/224142-1170102941/sugar-v0-40.jar -bcnf -map /tmp/evaluation/224142-1170102941/sugar18272.map /tmp/evaluation/224142-1170102941/sugar18272.csp /tmp/evaluation/224142-1170102941/sugar18272.bcnf
0.87	c BEGIN parse /tmp/evaluation/224142-1170102941/sugar18272.csp
311.20	c END parse (310.32859 seconds)
311.20	c BEGIN simplify
312.17	c END simplify (0.962947 seconds)
312.17	c BEGIN encode /tmp/evaluation/224142-1170102941/sugar18272.bcnf
318.53	c END encode (6.368014 seconds)
319.13	c # GENERATE_SAT  END : 50316 variables 150455 clauses 74145616 bytes (318 seconds) [Mon Jan 29 21:41:00 2007]
319.13	c # GENERATE_SAT  CPU : 315.96 = 0.46 + 0.03 + 313.49 + 1.98
319.13	
319.13	c # SOLVE_SAT  BEGIN : /tmp/evaluation/224142-1170102941/sugar18272.bcnf [Mon Jan 29 21:41:00 2007]
319.13	c # CMD : /tmp/evaluation/224142-1170102941/minisat /tmp/evaluation/224142-1170102941/sugar18272.bcnf /tmp/evaluation/224142-1170102941/sugar18272.out
320.70	c ==================================[MINISAT]===================================
320.70	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
320.70	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
320.70	c ==============================================================================
320.70	c |         0 |  150455 18385909 |   50151       0        0     nan |  0.000 % |
320.85	c |       101 |  150462 18385909 |   55166      94     4737    50.4 |  0.000 % |
321.12	c |       252 |  150462 18385909 |   60682     245    11156    45.5 |  0.000 % |
321.51	c |       477 |  150465 18385909 |   66750     467    25110    53.8 |  0.000 % |
322.06	c |       814 |  150468 18385909 |   73426     801    45814    57.2 |  0.000 % |
323.22	c |      1320 |  150468 18385909 |   80768    1307    86649    66.3 |  0.000 % |
324.50	c |      2079 |  150469 18385909 |   88845    2065   139253    67.4 |  0.000 % |
326.85	c |      3218 |  150470 18385909 |   97730    3203   261969    81.8 |  0.000 % |
331.17	c |      4928 |  150471 18385909 |  107503    4912   371065    75.5 |  0.000 % |
336.28	c |      7490 |  150482 18385909 |  118253    7463   568876    76.2 |  0.000 % |
344.93	c |     11334 |  150485 18385909 |  130078   11304   845433    74.8 |  0.000 % |
358.64	c |     17100 |  150488 18385909 |  143086   17067  1363804    79.9 |  0.000 % |
385.85	c |     25749 |  150495 18385909 |  157395   25709  2108452    82.0 |  0.000 % |
423.74	c |     38723 |  150504 18385909 |  173134   38674  3205591    82.9 |  0.000 % |
491.72	c |     58184 |  150512 18385909 |  190448   58127  5275591    90.8 |  0.000 % |
619.29	c |     87376 |  150521 18385909 |  209493   87310  8526275    97.7 |  0.000 % |
842.32	c |    131165 |  150534 18385909 |  230442  131086 13917041   106.2 |  0.000 % |
1172.72	c |    196850 |  150355 18378995 |  253486   63249  7114993   112.5 |  0.050 % |
1675.79	c |    295376 |  150387 18378995 |  278835  161743 20017585   123.8 |  0.050 % |
1815.06	
1815.06	s UNKNOWN
1815.06	c # INTERRUPTED
1815.06	c # MAIN  END :  (1815 seconds) [Mon Jan 29 22:05:56 2007]
1815.06	c # MAIN  CPU : 316.61 = 0.46 + 0.03 + 314.09 + 2.03
1815.06	

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/node41/watcher-224142-1170102941 -o ROOT/results/node41/solver-224142-1170102941 -C 1800 -M 900 /tmp/evaluation/224142-1170102941/solver /tmp/evaluation/224142-1170102941 /tmp/evaluation/224142-1170102941/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.13 1.66 2.03 5/73 18273
/proc/meminfo: memFree=1901352/2055920 swapFree=4192812/4192956
[pid=18272] ppid=18270 vsize=18540 CPUtime=0
/proc/18272/stat : 18272 (runsolver) R 18270 18272 18149 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 30250061 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 238390144295 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18272/statm: 4635 279 244 17 0 2626 0

[startup+0.107377 s]
/proc/loadavg: 1.13 1.66 2.03 5/73 18273
/proc/meminfo: memFree=1901352/2055920 swapFree=4192812/4192956
[pid=18272] ppid=18270 vsize=13724 CPUtime=0.03
/proc/18272/stat : 18272 (sugar) S 18270 18272 18149 0 -1 4194304 1112 0 0 0 2 1 0 0 19 0 1 0 30250061 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18272/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.515417 s]
/proc/loadavg: 1.13 1.66 2.03 5/73 18273
/proc/meminfo: memFree=1901352/2055920 swapFree=4192812/4192956
[pid=18272] ppid=18270 vsize=13724 CPUtime=0.03
/proc/18272/stat : 18272 (sugar) S 18270 18272 18149 0 -1 4194304 1121 0 0 0 2 1 0 0 16 0 1 0 30250061 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18272/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33749 s]
/proc/loadavg: 1.20 1.67 2.03 4/89 18305
/proc/meminfo: memFree=1856424/2055920 swapFree=4192812/4192956
[pid=18272] ppid=18270 vsize=13724 CPUtime=0.68
/proc/18272/stat : 18272 (sugar) S 18270 18272 18149 0 -1 4194304 1190 7678 0 1 2 1 60 5 15 0 1 0 30250061 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18272/statm: 3431 809 371 3 0 531 0
[pid=18294] ppid=18272 vsize=807064 CPUtime=0.55
/proc/18294/stat : 18294 (java) R 18272 18272 18149 0 -1 0 7785 0 1 0 51 4 0 0 25 0 8 0 30250138 826433536 7533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073448283 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18294/statm: 201766 7533 1494 14 0 189044 0
[pid=18294/tid=18299] ppid=18272 vsize=807064 CPUtime=0.08
/proc/18294/task/18299/stat : 18299 (java) S 18272 18272 18149 0 -1 64 1732 0 0 0 8 0 0 0 16 0 8 0 30250141 826433536 7533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18294/tid=18300] ppid=18272 vsize=807064 CPUtime=0
/proc/18294/task/18300/stat : 18300 (java) S 18272 18272 18149 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30250141 826433536 7533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18294/tid=18301] ppid=18272 vsize=807064 CPUtime=0
/proc/18294/task/18301/stat : 18301 (java) S 18272 18272 18149 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30250141 826433536 7533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18294/tid=18302] ppid=18272 vsize=807064 CPUtime=0
/proc/18294/task/18302/stat : 18302 (java) S 18272 18272 18149 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 30250145 826433536 7533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18294/tid=18303] ppid=18272 vsize=807064 CPUtime=0.04
/proc/18294/task/18303/stat : 18303 (java) S 18272 18272 18149 0 -1 64 292 0 0 0 4 0 0 0 17 0 8 0 30250145 826433536 7533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18294/tid=18304] ppid=18272 vsize=807064 CPUtime=0
/proc/18294/task/18304/stat : 18304 (java) S 18272 18272 18149 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 30250145 826433536 7533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18294/tid=18305] ppid=18272 vsize=807064 CPUtime=0
/proc/18294/task/18305/stat : 18305 (java) S 18272 18272 18149 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30250145 826433536 7533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 820788

[startup+2.98963 s]
/proc/loadavg: 1.20 1.67 2.03 3/89 18305
/proc/meminfo: memFree=1814376/2055920 swapFree=4192812/4192956
[pid=18272] ppid=18270 vsize=13724 CPUtime=0.68
/proc/18272/stat : 18272 (sugar) S 18270 18272 18149 0 -1 4194304 1190 7678 0 1 2 1 60 5 15 0 1 0 30250061 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18272/statm: 3431 809 371 3 0 531 0
[pid=18294] ppid=18272 vsize=807336 CPUtime=2.17
/proc/18294/stat : 18294 (java) R 18272 18272 18149 0 -1 0 14579 0 1 0 210 7 0 0 25 0 8 0 30250138 826712064 14312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380364 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18294/statm: 201834 14312 1506 14 0 189112 0
[pid=18294/tid=18299] ppid=18272 vsize=807336 CPUtime=0.54
/proc/18294/task/18299/stat : 18299 (java) S 18272 18272 18149 0 -1 64 8369 0 0 0 51 3 0 0 16 0 8 0 30250141 826712064 14312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18294/tid=18300] ppid=18272 vsize=807336 CPUtime=0
/proc/18294/task/18300/stat : 18300 (java) S 18272 18272 18149 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30250141 826712064 14312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18294/tid=18301] ppid=18272 vsize=807336 CPUtime=0
/proc/18294/task/18301/stat : 18301 (java) S 18272 18272 18149 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30250141 826712064 14312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18294/tid=18302] ppid=18272 vsize=807336 CPUtime=0
/proc/18294/task/18302/stat : 18302 (java) S 18272 18272 18149 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 30250145 826712064 14312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18294/tid=18303] ppid=18272 vsize=807336 CPUtime=0.11
/proc/18294/task/18303/stat : 18303 (java) S 18272 18272 18149 0 -1 64 387 0 0 0 11 0 0 0 16 0 8 0 30250145 826712064 14312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18294/tid=18304] ppid=18272 vsize=807336 CPUtime=0
/proc/18294/task/18304/stat : 18304 (java) S 18272 18272 18149 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 30250145 826712064 14312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18294/tid=18305] ppid=18272 vsize=807336 CPUtime=0
/proc/18294/task/18305/stat : 18305 (java) S 18272 18272 18149 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30250145 826712064 14312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 821060

[startup+6.21912 s]
/proc/loadavg: 1.27 1.68 2.03 3/89 18305
/proc/meminfo: memFree=1637672/2055920 swapFree=4192812/4192956
[pid=18272] ppid=18270 vsize=13724 CPUtime=0.68
/proc/18272/stat : 18272 (sugar) S 18270 18272 18149 0 -1 4194304 1190 7678 0 1 2 1 60 5 15 0 1 0 30250061 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18272/statm: 3431 809 371 3 0 531 0
[pid=18294] ppid=18272 vsize=807336 CPUtime=5.36
/proc/18294/stat : 18294 (java) R 18272 18272 18149 0 -1 0 37817 0 1 0 516 20 0 0 25 0 8 0 30250138 826712064 37443 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380236 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18294/statm: 201834 37443 1506 14 0 189112 0
[pid=18294/tid=18299] ppid=18272 vsize=807336 CPUtime=1.59
/proc/18294/task/18299/stat : 18299 (java) S 18272 18272 18149 0 -1 64 31494 0 0 0 143 16 0 0 16 0 8 0 30250141 826712064 37443 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18294/tid=18300] ppid=18272 vsize=807336 CPUtime=0
/proc/18294/task/18300/stat : 18300 (java) S 18272 18272 18149 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30250141 826712064 37443 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18294/tid=18301] ppid=18272 vsize=807336 CPUtime=0
/proc/18294/task/18301/stat : 18301 (java) S 18272 18272 18149 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30250141 826712064 37443 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18294/tid=18302] ppid=18272 vsize=807336 CPUtime=0
/proc/18294/task/18302/stat : 18302 (java) S 18272 18272 18149 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 30250145 826712064 37443 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18294/tid=18303] ppid=18272 vsize=807336 CPUtime=0.12
/proc/18294/task/18303/stat : 18303 (java) S 18272 18272 18149 0 -1 64 393 0 0 0 12 0 0 0 17 0 8 0 30250145 826712064 37443 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18294/tid=18304] ppid=18272 vsize=807336 CPUtime=0
/proc/18294/task/18304/stat : 18304 (java) S 18272 18272 18149 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 30250145 826712064 37443 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18294/tid=18305] ppid=18272 vsize=807336 CPUtime=0
/proc/18294/task/18305/stat : 18305 (java) S 18272 18272 18149 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30250145 826712064 37443 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 821060

[startup+12.6877 s]
/proc/loadavg: 1.48 1.71 2.04 4/89 18305
/proc/meminfo: memFree=1473264/2055920 swapFree=4192812/4192956
[pid=18272] ppid=18270 vsize=13724 CPUtime=0.68
/proc/18272/stat : 18272 (sugar) S 18270 18272 18149 0 -1 4194304 1190 7678 0 1 2 1 60 5 15 0 1 0 30250061 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18272/statm: 3431 809 371 3 0 531 0
[pid=18294] ppid=18272 vsize=807336 CPUtime=11.79
/proc/18294/stat : 18294 (java) R 18272 18272 18149 0 -1 0 54721 0 1 0 1148 31 0 0 25 0 8 0 30250138 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18294/statm: 201834 54114 1507 14 0 189112 0
[pid=18294/tid=18299] ppid=18272 vsize=807336 CPUtime=3.92
/proc/18294/task/18299/stat : 18299 (java) S 18272 18272 18149 0 -1 64 48183 0 0 0 367 25 0 0 16 0 8 0 30250141 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18294/tid=18300] ppid=18272 vsize=807336 CPUtime=0
/proc/18294/task/18300/stat : 18300 (java) S 18272 18272 18149 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30250141 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18294/tid=18301] ppid=18272 vsize=807336 CPUtime=0
/proc/18294/task/18301/stat : 18301 (java) S 18272 18272 18149 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30250141 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18294/tid=18302] ppid=18272 vsize=807336 CPUtime=0
/proc/18294/task/18302/stat : 18302 (java) S 18272 18272 18149 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 30250145 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18294/tid=18303] ppid=18272 vsize=807336 CPUtime=0.14
/proc/18294/task/18303/stat : 18303 (java) S 18272 18272 18149 0 -1 64 400 0 0 0 14 0 0 0 16 0 8 0 30250145 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18294/tid=18304] ppid=18272 vsize=807336 CPUtime=0
/proc/18294/task/18304/stat : 18304 (java) S 18272 18272 18149 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 30250145 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18294/tid=18305] ppid=18272 vsize=807336 CPUtime=0
/proc/18294/task/18305/stat : 18305 (java) S 18272 18272 18149 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30250145 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 821060

[startup+25.5858 s]
/proc/loadavg: 1.72 1.76 2.05 3/89 18305
/proc/meminfo: memFree=1473264/2055920 swapFree=4192812/4192956
[pid=18272] ppid=18270 vsize=13724 CPUtime=0.68
/proc/18272/stat : 18272 (sugar) S 18270 18272 18149 0 -1 4194304 1190 7678 0 1 2 1 60 5 15 0 1 0 30250061 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18272/statm: 3431 809 371 3 0 531 0
[pid=18294] ppid=18272 vsize=807336 CPUtime=24.61
/proc/18294/stat : 18294 (java) R 18272 18272 18149 0 -1 0 55449 0 1 0 2422 39 0 0 25 0 8 0 30250138 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18294/statm: 201834 54114 1507 14 0 189112 0
[pid=18294/tid=18299] ppid=18272 vsize=807336 CPUtime=8.77
/proc/18294/task/18299/stat : 18299 (java) S 18272 18272 18149 0 -1 64 48503 0 0 0 847 30 0 0 16 0 8 0 30250141 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18294/tid=18300] ppid=18272 vsize=807336 CPUtime=0
/proc/18294/task/18300/stat : 18300 (java) S 18272 18272 18149 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30250141 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18294/tid=18301] ppid=18272 vsize=807336 CPUtime=0
/proc/18294/task/18301/stat : 18301 (java) S 18272 18272 18149 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30250141 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18294/tid=18302] ppid=18272 vsize=807336 CPUtime=0
/proc/18294/task/18302/stat : 18302 (java) S 18272 18272 18149 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 30250145 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18294/tid=18303] ppid=18272 vsize=807336 CPUtime=0.14
/proc/18294/task/18303/stat : 18303 (java) S 18272 18272 18149 0 -1 64 400 0 0 0 14 0 0 0 16 0 8 0 30250145 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18294/tid=18304] ppid=18272 vsize=807336 CPUtime=0
/proc/18294/task/18304/stat : 18304 (java) S 18272 18272 18149 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 30250145 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18294/tid=18305] ppid=18272 vsize=807336 CPUtime=0
/proc/18294/task/18305/stat : 18305 (java) S 18272 18272 18149 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30250145 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 821060

[startup+51.243 s]
/proc/loadavg: 2.13 1.86 2.07 3/89 18305
/proc/meminfo: memFree=1473264/2055920 swapFree=4192812/4192956
[pid=18272] ppid=18270 vsize=13724 CPUtime=0.68
/proc/18272/stat : 18272 (sugar) S 18270 18272 18149 0 -1 4194304 1190 7678 0 1 2 1 60 5 15 0 1 0 30250061 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18272/statm: 3431 809 371 3 0 531 0
[pid=18294] ppid=18272 vsize=807336 CPUtime=50.09
/proc/18294/stat : 18294 (java) R 18272 18272 18149 0 -1 0 57180 0 1 0 4957 52 0 0 25 0 8 0 30250138 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18294/statm: 201834 54114 1507 14 0 189112 0
[pid=18294/tid=18299] ppid=18272 vsize=807336 CPUtime=18.8
/proc/18294/task/18299/stat : 18299 (java) R 18272 18272 18149 0 -1 64 49433 0 0 0 1842 38 0 0 15 0 8 0 30250141 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153444180 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18294/tid=18300] ppid=18272 vsize=807336 CPUtime=0
/proc/18294/task/18300/stat : 18300 (java) S 18272 18272 18149 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30250141 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18294/tid=18301] ppid=18272 vsize=807336 CPUtime=0
/proc/18294/task/18301/stat : 18301 (java) S 18272 18272 18149 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30250141 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18294/tid=18302] ppid=18272 vsize=807336 CPUtime=0
/proc/18294/task/18302/stat : 18302 (java) S 18272 18272 18149 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 30250145 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18294/tid=18303] ppid=18272 vsize=807336 CPUtime=0.14
/proc/18294/task/18303/stat : 18303 (java) S 18272 18272 18149 0 -1 64 400 0 0 0 14 0 0 0 16 0 8 0 30250145 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18294/tid=18304] ppid=18272 vsize=807336 CPUtime=0
/proc/18294/task/18304/stat : 18304 (java) S 18272 18272 18149 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 30250145 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18294/tid=18305] ppid=18272 vsize=807336 CPUtime=0
/proc/18294/task/18305/stat : 18305 (java) S 18272 18272 18149 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30250145 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 821060

[startup+102.545 s]
/proc/loadavg: 2.55 2.01 2.11 3/89 18305
/proc/meminfo: memFree=1333744/2055920 swapFree=4192812/4192956
[pid=18272] ppid=18270 vsize=13724 CPUtime=0.68
/proc/18272/stat : 18272 (sugar) S 18270 18272 18149 0 -1 4194304 1190 7678 0 1 2 1 60 5 15 0 1 0 30250061 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18272/statm: 3431 809 371 3 0 531 0
[pid=18294] ppid=18272 vsize=807336 CPUtime=100.85
/proc/18294/stat : 18294 (java) R 18272 18272 18149 0 -1 0 79732 0 1 0 10004 81 0 0 25 0 8 0 30250138 826712064 73909 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336182 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18294/statm: 201834 73909 1507 14 0 189112 0
[pid=18294/tid=18299] ppid=18272 vsize=807336 CPUtime=39.86

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

/proc/loadavg: 2.00 2.03 2.11 3/75 18307
/proc/meminfo: memFree=1386720/2055920 swapFree=4192812/4192956
[pid=18272] ppid=18270 vsize=41028 CPUtime=316.64
/proc/18272/stat : 18272 (sugar) S 18270 18272 18149 0 -1 4194304 7968 172762 0 2 48 4 31409 203 16 0 1 0 30250061 42012672 7385 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18272/statm: 10257 7385 373 3 0 7357 0
[pid=18306] ppid=18272 vsize=161044 CPUtime=797.51
/proc/18306/stat : 18306 (minisat) R 18272 18272 18149 0 -1 0 40699 0 0 0 79704 47 0 0 25 0 1 0 30281975 164909056 39647 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18306/statm: 40261 39647 52 112 0 40145 0
Current children cumulated CPU time (s) 1114.15
Current children cumulated vsize (KiB) 202072

[startup+1183.42 s]
/proc/loadavg: 2.00 2.02 2.10 3/75 18307
/proc/meminfo: memFree=1379616/2055920 swapFree=4192812/4192956
[pid=18272] ppid=18270 vsize=41028 CPUtime=316.64
/proc/18272/stat : 18272 (sugar) S 18270 18272 18149 0 -1 4194304 7968 172762 0 2 48 4 31409 203 16 0 1 0 30250061 42012672 7385 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18272/statm: 10257 7385 373 3 0 7357 0
[pid=18306] ppid=18272 vsize=161044 CPUtime=857.06
/proc/18306/stat : 18306 (minisat) R 18272 18272 18149 0 -1 0 40699 0 0 0 85658 48 0 0 25 0 1 0 30281975 164909056 39647 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/18306/statm: 40261 39647 52 112 0 40145 0
Current children cumulated CPU time (s) 1173.7
Current children cumulated vsize (KiB) 202072

[startup+1243.47 s]
/proc/loadavg: 2.00 2.02 2.09 3/75 18307
/proc/meminfo: memFree=1370144/2055920 swapFree=4192812/4192956
[pid=18272] ppid=18270 vsize=41028 CPUtime=316.64
/proc/18272/stat : 18272 (sugar) S 18270 18272 18149 0 -1 4194304 7968 172762 0 2 48 4 31409 203 16 0 1 0 30250061 42012672 7385 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18272/statm: 10257 7385 373 3 0 7357 0
[pid=18306] ppid=18272 vsize=161044 CPUtime=916.63
/proc/18306/stat : 18306 (minisat) R 18272 18272 18149 0 -1 0 40699 0 0 0 91615 48 0 0 25 0 1 0 30281975 164909056 39647 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527104 0 0 4096 3 0 0 0 17 0 0 0
/proc/18306/statm: 40261 39647 52 112 0 40145 0
Current children cumulated CPU time (s) 1233.27
Current children cumulated vsize (KiB) 202072

[startup+1303.52 s]
/proc/loadavg: 2.00 2.01 2.08 3/75 18307
/proc/meminfo: memFree=1360416/2055920 swapFree=4192812/4192956
[pid=18272] ppid=18270 vsize=41028 CPUtime=316.64
/proc/18272/stat : 18272 (sugar) S 18270 18272 18149 0 -1 4194304 7968 172762 0 2 48 4 31409 203 16 0 1 0 30250061 42012672 7385 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18272/statm: 10257 7385 373 3 0 7357 0
[pid=18306] ppid=18272 vsize=161044 CPUtime=976.19
/proc/18306/stat : 18306 (minisat) R 18272 18272 18149 0 -1 0 40699 0 0 0 97571 48 0 0 25 0 1 0 30281975 164909056 39647 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18306/statm: 40261 39647 52 112 0 40145 0
Current children cumulated CPU time (s) 1292.83
Current children cumulated vsize (KiB) 202072

[startup+1363.57 s]
/proc/loadavg: 2.00 2.01 2.08 3/75 18307
/proc/meminfo: memFree=1350432/2055920 swapFree=4192812/4192956
[pid=18272] ppid=18270 vsize=41028 CPUtime=316.64
/proc/18272/stat : 18272 (sugar) S 18270 18272 18149 0 -1 4194304 7968 172762 0 2 48 4 31409 203 16 0 1 0 30250061 42012672 7385 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18272/statm: 10257 7385 373 3 0 7357 0
[pid=18306] ppid=18272 vsize=161044 CPUtime=1035.75
/proc/18306/stat : 18306 (minisat) R 18272 18272 18149 0 -1 0 40699 0 0 0 103527 48 0 0 25 0 1 0 30281975 164909056 39647 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525555 0 0 4096 3 0 0 0 17 0 0 0
/proc/18306/statm: 40261 39647 52 112 0 40145 0
Current children cumulated CPU time (s) 1352.39
Current children cumulated vsize (KiB) 202072

[startup+1423.62 s]
/proc/loadavg: 2.00 2.00 2.07 3/75 18307
/proc/meminfo: memFree=1342304/2055920 swapFree=4192812/4192956
[pid=18272] ppid=18270 vsize=41028 CPUtime=316.64
/proc/18272/stat : 18272 (sugar) S 18270 18272 18149 0 -1 4194304 7968 172762 0 2 48 4 31409 203 16 0 1 0 30250061 42012672 7385 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18272/statm: 10257 7385 373 3 0 7357 0
[pid=18306] ppid=18272 vsize=161044 CPUtime=1095.33
/proc/18306/stat : 18306 (minisat) R 18272 18272 18149 0 -1 0 40699 0 0 0 109485 48 0 0 25 0 1 0 30281975 164909056 39647 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528543 0 0 4096 3 0 0 0 17 0 0 0
/proc/18306/statm: 40261 39647 52 112 0 40145 0
Current children cumulated CPU time (s) 1411.97
Current children cumulated vsize (KiB) 202072

[startup+1483.67 s]
/proc/loadavg: 2.00 2.00 2.06 3/75 18307
/proc/meminfo: memFree=1335264/2055920 swapFree=4192812/4192956
[pid=18272] ppid=18270 vsize=41028 CPUtime=316.64
/proc/18272/stat : 18272 (sugar) S 18270 18272 18149 0 -1 4194304 7968 172762 0 2 48 4 31409 203 16 0 1 0 30250061 42012672 7385 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18272/statm: 10257 7385 373 3 0 7357 0
[pid=18306] ppid=18272 vsize=161044 CPUtime=1154.88
/proc/18306/stat : 18306 (minisat) R 18272 18272 18149 0 -1 0 40699 0 0 0 115440 48 0 0 25 0 1 0 30281975 164909056 39647 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18306/statm: 40261 39647 52 112 0 40145 0
Current children cumulated CPU time (s) 1471.52
Current children cumulated vsize (KiB) 202072

[startup+1543.73 s]
/proc/loadavg: 2.00 2.00 2.06 3/81 18391
/proc/meminfo: memFree=1327744/2055920 swapFree=4192812/4192956
[pid=18272] ppid=18270 vsize=41028 CPUtime=316.64
/proc/18272/stat : 18272 (sugar) S 18270 18272 18149 0 -1 4194304 7968 172762 0 2 48 4 31409 203 16 0 1 0 30250061 42012672 7385 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18272/statm: 10257 7385 373 3 0 7357 0
[pid=18306] ppid=18272 vsize=161044 CPUtime=1214.39
/proc/18306/stat : 18306 (minisat) R 18272 18272 18149 0 -1 0 40699 0 0 0 121385 54 0 0 25 0 1 0 30281975 164909056 39647 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527084 0 0 4096 3 0 0 0 17 0 0 0
/proc/18306/statm: 40261 39647 52 112 0 40145 0
Current children cumulated CPU time (s) 1531.03
Current children cumulated vsize (KiB) 202072

[startup+1603.81 s]
/proc/loadavg: 2.00 2.00 2.05 3/81 18479
/proc/meminfo: memFree=1320328/2055920 swapFree=4192812/4192956
[pid=18272] ppid=18270 vsize=41028 CPUtime=316.64
/proc/18272/stat : 18272 (sugar) S 18270 18272 18149 0 -1 4194304 7968 172762 0 2 48 4 31409 203 16 0 1 0 30250061 42012672 7385 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18272/statm: 10257 7385 373 3 0 7357 0
[pid=18306] ppid=18272 vsize=161044 CPUtime=1273.86
/proc/18306/stat : 18306 (minisat) R 18272 18272 18149 0 -1 0 40700 0 0 0 127320 66 0 0 25 0 1 0 30281975 164909056 39648 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/18306/statm: 40261 39648 52 112 0 40145 0
Current children cumulated CPU time (s) 1590.5
Current children cumulated vsize (KiB) 202072

[startup+1663.86 s]
/proc/loadavg: 2.00 2.00 2.05 3/75 18505
/proc/meminfo: memFree=1309216/2055920 swapFree=4192812/4192956
[pid=18272] ppid=18270 vsize=41028 CPUtime=316.64
/proc/18272/stat : 18272 (sugar) S 18270 18272 18149 0 -1 4194304 7968 172762 0 2 48 4 31409 203 16 0 1 0 30250061 42012672 7385 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18272/statm: 10257 7385 373 3 0 7357 0
[pid=18306] ppid=18272 vsize=166248 CPUtime=1333.4
/proc/18306/stat : 18306 (minisat) R 18272 18272 18149 0 -1 0 41991 0 0 0 133271 69 0 0 25 0 1 0 30281975 170237952 40939 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528543 0 0 4096 3 0 0 0 17 0 0 0
/proc/18306/statm: 41562 40939 52 112 0 41446 0
Current children cumulated CPU time (s) 1650.04
Current children cumulated vsize (KiB) 207276

[startup+1723.91 s]
/proc/loadavg: 2.05 2.01 2.05 3/75 18505
/proc/meminfo: memFree=1297568/2055920 swapFree=4192812/4192956
[pid=18272] ppid=18270 vsize=41028 CPUtime=316.64
/proc/18272/stat : 18272 (sugar) S 18270 18272 18149 0 -1 4194304 7968 172762 0 2 48 4 31409 203 16 0 1 0 30250061 42012672 7385 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18272/statm: 10257 7385 373 3 0 7357 0
[pid=18306] ppid=18272 vsize=172188 CPUtime=1392.95
/proc/18306/stat : 18306 (minisat) R 18272 18272 18149 0 -1 0 43472 0 0 0 139224 71 0 0 25 0 1 0 30281975 176320512 42420 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18306/statm: 43047 42420 52 112 0 42931 0
Current children cumulated CPU time (s) 1709.59
Current children cumulated vsize (KiB) 213216

[startup+1783.96 s]
/proc/loadavg: 2.02 2.01 2.04 3/75 18505
/proc/meminfo: memFree=1285664/2055920 swapFree=4192812/4192956
[pid=18272] ppid=18270 vsize=41028 CPUtime=316.64
/proc/18272/stat : 18272 (sugar) S 18270 18272 18149 0 -1 4194304 7968 172762 0 2 48 4 31409 203 16 0 1 0 30250061 42012672 7385 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18272/statm: 10257 7385 373 3 0 7357 0
[pid=18306] ppid=18272 vsize=177456 CPUtime=1452.51
/proc/18306/stat : 18306 (minisat) R 18272 18272 18149 0 -1 0 44804 0 0 0 145178 73 0 0 25 0 1 0 30281975 181714944 43752 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 0 0 0
/proc/18306/statm: 44364 43752 52 112 0 44248 0
Current children cumulated CPU time (s) 1769.15
Current children cumulated vsize (KiB) 218484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.06 s]
/proc/loadavg: 2.09 2.02 2.04 4/82 18569
/proc/meminfo: memFree=1403872/2055920 swapFree=4192812/4192956
[pid=18272] ppid=18270 vsize=41028 CPUtime=316.64
/proc/18272/stat : 18272 (sugar) S 18270 18272 18149 0 -1 4194304 7968 172762 0 2 48 4 31409 203 16 0 1 0 30250061 42012672 7385 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18272/statm: 10257 7385 373 3 0 7357 0
[pid=18306] ppid=18272 vsize=180420 CPUtime=1483.39
/proc/18306/stat : 18306 (minisat) R 18272 18272 18149 0 -1 0 45555 0 0 0 148264 75 0 0 25 0 1 0 30281975 184750080 44503 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/18306/statm: 45105 44503 52 112 0 44989 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 221448

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 18272 and gives childrusage.ru_utime.tv_sec=314 childrusage.ru_utime.tv_usec=579176 childrusage.ru_stime.tv_sec=2 childrusage.ru_stime.tv_usec=126676
CPU time returned by wait4() is 316.706
while last known CPU time is 1800.09

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

Real time (s): 1816.12
CPU time (s): 1800.09
CPU user time (s): 1797.21
CPU system time (s): 2.88
CPU usage (%): 99.1176
Max. virtual memory (cumulated for all children) (KiB): 822064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 314.579
system time used= 2.12668
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180816
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= 47072
involuntary context switches= 49882

runsolver used 1.85472 s user time and 5.07623 s system time

The end

Launcher Data (download as text)

Begin job on node41 on Mon Jan 29 20:35:41 UTC 2007


IDJOB= 224142
IDBENCH= 5710
IDSOLVER= 86
FILE ID= node41/224142-1170102941

PBS_JOBID= 3689825

Free space on /tmp= 66563 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  c38004291fa3b8cfe69355ece43a58e6

RANDOM SEED= 363198805

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:       1902344 kB
Buffers:         37528 kB
Cached:          40672 kB
SwapCached:          0 kB
Active:          53856 kB
Inactive:        45808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1902344 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2288 kB
Writeback:           0 kB
Mapped:          32184 kB
Slab:            39436 kB
Committed_AS:   184288 kB
PageTables:       1864 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= 66560 MiB



End job on node41 on Mon Jan 29 21:05:57 UTC 2007