Trace number 199649

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.1 1801.73

General information on the benchmark

Namerandom/rand-2-23/
rand-23-23-253-131-48021_ext.xml
MD5SUM5ac92d33b0665a202bbb2fa978351295
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 benchmark15.9706
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables23
Number of constraints253
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension253
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/199649-1170094138/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/199649-1170094138/unknown.xml [Mon Jan 29 19:08:59 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/199649-1170094138/unknown.xml /tmp/evaluation/199649-1170094138/sugar16435.csp [Mon Jan 29 19:08:59 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/199649-1170094138/sugar-v0-40.jar -convert /tmp/evaluation/199649-1170094138/unknown.xml /tmp/evaluation/199649-1170094138/sugar16435.csp
0.20	c BEGIN convert /tmp/evaluation/199649-1170094138/unknown.xml
0.65	c END convert (0.453755 seconds)
0.68	c # CONVERT_XML  END : /tmp/evaluation/199649-1170094138/sugar16435.csp 1069588 bytes (0 seconds) [Mon Jan 29 19:08:59 2007]
0.68	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.68	
0.68	c # GENERATE_SAT  BEGIN : /tmp/evaluation/199649-1170094138/sugar16435.bcnf [Mon Jan 29 19:08:59 2007]
0.68	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/199649-1170094138/sugar-v0-40.jar -bcnf -map /tmp/evaluation/199649-1170094138/sugar16435.map /tmp/evaluation/199649-1170094138/sugar16435.csp /tmp/evaluation/199649-1170094138/sugar16435.bcnf
0.79	c BEGIN parse /tmp/evaluation/199649-1170094138/sugar16435.csp
4.84	c END parse (4.048695 seconds)
4.84	c BEGIN simplify
4.86	c END simplify (0.020043 seconds)
4.86	c BEGIN encode /tmp/evaluation/199649-1170094138/sugar16435.bcnf
5.06	c END encode (0.198067 seconds)
5.08	c # GENERATE_SAT  END : 506 variables 33626 clauses 645892 bytes (5 seconds) [Mon Jan 29 19:09:04 2007]
5.08	c # GENERATE_SAT  CPU : 0 = 0 + 0 + 0 + 0
5.08	
5.08	c # SOLVE_SAT  BEGIN : /tmp/evaluation/199649-1170094138/sugar16435.bcnf [Mon Jan 29 19:09:04 2007]
5.08	c # CMD : /tmp/evaluation/199649-1170094138/minisat /tmp/evaluation/199649-1170094138/sugar16435.bcnf /tmp/evaluation/199649-1170094138/sugar16435.out
5.10	c ==================================[MINISAT]===================================
5.10	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
5.10	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
5.10	c ==============================================================================
5.10	c |         0 |   33626   127841 |   11208       0        0     nan |  0.000 % |
5.11	c |       101 |   33626   127841 |   12328     101      848     8.4 |  0.000 % |
5.13	c |       251 |   33626   127841 |   13561     251     2176     8.7 |  0.007 % |
5.17	c |       477 |   33626   127841 |   14917     477     4351     9.1 |  0.008 % |
5.22	c |       814 |   33626   127841 |   16409     814     7603     9.3 |  0.016 % |
5.29	c |      1320 |   33627   127841 |   18050    1319    12530     9.5 |  0.014 % |
5.39	c |      2080 |   33627   127841 |   19855    2079    20247     9.7 |  0.014 % |
5.55	c |      3219 |   33627   127841 |   21841    3218    32293    10.0 |  0.014 % |
5.83	c |      4927 |   33628   127841 |   24025    4925    49743    10.1 |  0.014 % |
6.27	c |      7490 |   33628   127841 |   26427    7488    76010    10.2 |  0.012 % |
6.97	c |     11335 |   33628   127841 |   29070   11333   117163    10.3 |  0.014 % |
8.16	c |     17101 |   33629   127841 |   31977   17098   181939    10.6 |  0.014 % |
10.35	c |     25751 |   33631   127841 |   35175   25746   290887    11.3 |  0.014 % |
14.34	c |     38725 |   33636   127841 |   38693   16589   194070    11.7 |  0.014 % |
20.53	c |     58188 |   33638   127841 |   42562   36050   455944    12.6 |  0.014 % |
30.07	c |     87380 |   33649   127841 |   46818   36659   466423    12.7 |  0.015 % |
45.85	c |    131169 |   33654   127841 |   51500   15139   177436    11.7 |  0.015 % |
68.61	c |    196855 |   33661   127841 |   56650   44088   608357    13.8 |  0.015 % |
108.84	c |    295382 |   33667   127841 |   62315   17938   233042    13.0 |  0.015 % |
167.55	c |    443173 |   33555   127511 |   68547   23895   309558    13.0 |  0.198 % |
264.04	c |    664857 |   33567   127511 |   75401   32156   438570    13.6 |  0.206 % |
408.70	c |    997382 |   33455   127154 |   82942   49314   697300    14.1 |  0.396 % |
657.44	c |   1496170 |   33351   126821 |   91236   45050   687454    15.3 |  0.593 % |
1059.01	c |   2244353 |   33363   126821 |  100359   49516   686998    13.9 |  0.604 % |
1677.45	c |   3366627 |   33248   126491 |  110395   33656   456402    13.6 |  0.791 % |
1800.72	
1800.72	s UNKNOWN
1800.72	c # INTERRUPTED
1800.72	c # MAIN  END :  (1800 seconds) [Mon Jan 29 19:38:59 2007]
1800.72	c # MAIN  CPU : 0 = 0 + 0 + 0 + 0
1800.72	

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/node56/watcher-199649-1170094138 -o ROOT/results/node56/solver-199649-1170094138 -C 1800 -M 900 /tmp/evaluation/199649-1170094138/solver /tmp/evaluation/199649-1170094138 /tmp/evaluation/199649-1170094138/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: 2.79 1.72 1.50 4/65 16436
/proc/meminfo: memFree=1846192/2055920 swapFree=4183436/4192956
[pid=16435] ppid=16433 vsize=12132 CPUtime=0
/proc/16435/stat : 16435 (sugar) R 16433 16435 15705 0 -1 4194304 535 0 0 0 0 0 0 0 18 0 1 0 29370413 12423168 254 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253320800000 0 0 4224 0 0 0 0 17 1 0 0
/proc/16435/statm: 3033 255 189 3 0 133 0

[startup+0.10346 s]
/proc/loadavg: 2.79 1.72 1.50 4/65 16436
/proc/meminfo: memFree=1846192/2055920 swapFree=4183436/4192956
[pid=16435] ppid=16433 vsize=13724 CPUtime=0.04
/proc/16435/stat : 16435 (sugar) S 16433 16435 15705 0 -1 4194304 1112 0 0 0 3 1 0 0 16 0 1 0 29370413 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16435/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.515502 s]
/proc/loadavg: 2.79 1.72 1.50 4/65 16436
/proc/meminfo: memFree=1846192/2055920 swapFree=4183436/4192956
[pid=16435] ppid=16433 vsize=13724 CPUtime=0.04
/proc/16435/stat : 16435 (sugar) S 16433 16435 15705 0 -1 4194304 1121 0 0 0 3 1 0 0 16 0 1 0 29370413 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16435/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33658 s]
/proc/loadavg: 2.65 1.70 1.50 2/74 16452
/proc/meminfo: memFree=1820384/2055920 swapFree=4183436/4192956
[pid=16435] ppid=16433 vsize=13724 CPUtime=0.04
/proc/16435/stat : 16435 (sugar) S 16433 16435 15705 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 29370413 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16435/statm: 3431 808 370 3 0 531 0
[pid=16437] ppid=16435 vsize=0 CPUtime=0.57
/proc/16437/stat : 16437 (java) Z 16435 16435 15705 0 -1 1036 7459 0 1 0 51 6 0 0 16 0 1 0 29370417 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/16437/statm: 0 0 0 0 0 0 0
[pid=16445] ppid=16435 vsize=807064 CPUtime=0.63
/proc/16445/stat : 16445 (java) R 16435 16435 15705 0 -1 0 8156 0 1 0 59 4 0 0 17 0 8 0 29370481 826433536 7903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073481342 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16445/statm: 201766 7903 1494 14 0 189044 0
[pid=16445/tid=16446] ppid=16435 vsize=807064 CPUtime=0.11
/proc/16445/task/16446/stat : 16446 (java) S 16435 16435 15705 0 -1 64 2102 0 0 0 11 0 0 0 17 0 8 0 29370484 826433536 7903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16445/tid=16447] ppid=16435 vsize=807064 CPUtime=0
/proc/16445/task/16447/stat : 16447 (java) S 16435 16435 15705 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 29370484 826433536 7903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16445/tid=16448] ppid=16435 vsize=807064 CPUtime=0
/proc/16445/task/16448/stat : 16448 (java) S 16435 16435 15705 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29370484 826433536 7903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16445/tid=16449] ppid=16435 vsize=807064 CPUtime=0
/proc/16445/task/16449/stat : 16449 (java) S 16435 16435 15705 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29370487 826433536 7903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16445/tid=16450] ppid=16435 vsize=807064 CPUtime=0.04
/proc/16445/task/16450/stat : 16450 (java) S 16435 16435 15705 0 -1 64 292 0 0 0 4 0 0 0 16 0 8 0 29370487 826433536 7903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16445/tid=16451] ppid=16435 vsize=807064 CPUtime=0
/proc/16445/task/16451/stat : 16451 (java) S 16435 16435 15705 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 29370487 826433536 7903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16445/tid=16452] ppid=16435 vsize=807064 CPUtime=0
/proc/16445/task/16452/stat : 16452 (java) S 16435 16435 15705 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29370487 826433536 7903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 820788

[startup+2.97274 s]
/proc/loadavg: 2.65 1.70 1.50 2/74 16452
/proc/meminfo: memFree=1804704/2055920 swapFree=4183436/4192956
[pid=16435] ppid=16433 vsize=13724 CPUtime=0.04
/proc/16435/stat : 16435 (sugar) S 16433 16435 15705 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 29370413 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16435/statm: 3431 808 370 3 0 531 0
[pid=16437] ppid=16435 vsize=0 CPUtime=0.57
/proc/16437/stat : 16437 (java) Z 16435 16435 15705 0 -1 1036 7459 0 1 0 51 6 0 0 16 0 1 0 29370417 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/16437/statm: 0 0 0 0 0 0 0
[pid=16445] ppid=16435 vsize=807336 CPUtime=2.27
/proc/16445/stat : 16445 (java) R 16435 16435 15705 0 -1 0 13054 0 1 0 220 7 0 0 16 0 8 0 29370481 826712064 12787 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152035853 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16445/statm: 201834 12787 1507 14 0 189112 0
[pid=16445/tid=16446] ppid=16435 vsize=807336 CPUtime=0.43
/proc/16445/task/16446/stat : 16446 (java) S 16435 16435 15705 0 -1 64 6853 0 0 0 41 2 0 0 16 0 8 0 29370484 826712064 12787 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16445/tid=16447] ppid=16435 vsize=807336 CPUtime=0
/proc/16445/task/16447/stat : 16447 (java) S 16435 16435 15705 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 29370484 826712064 12787 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16445/tid=16448] ppid=16435 vsize=807336 CPUtime=0
/proc/16445/task/16448/stat : 16448 (java) S 16435 16435 15705 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29370484 826712064 12787 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16445/tid=16449] ppid=16435 vsize=807336 CPUtime=0
/proc/16445/task/16449/stat : 16449 (java) S 16435 16435 15705 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29370487 826712064 12787 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16445/tid=16450] ppid=16435 vsize=807336 CPUtime=0.11
/proc/16445/task/16450/stat : 16450 (java) S 16435 16435 15705 0 -1 64 400 0 0 0 11 0 0 0 16 0 8 0 29370487 826712064 12787 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16445/tid=16451] ppid=16435 vsize=807336 CPUtime=0
/proc/16445/task/16451/stat : 16451 (java) S 16435 16435 15705 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 29370487 826712064 12787 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16445/tid=16452] ppid=16435 vsize=807336 CPUtime=0
/proc/16445/task/16452/stat : 16452 (java) S 16435 16435 15705 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29370487 826712064 12787 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 821060

[startup+6.25505 s]
/proc/loadavg: 2.52 1.69 1.50 2/68 16453
/proc/meminfo: memFree=1840536/2055920 swapFree=4183436/4192956
[pid=16435] ppid=16433 vsize=13724 CPUtime=0.04
/proc/16435/stat : 16435 (sugar) S 16433 16435 15705 0 -1 4194304 1275 0 0 0 3 1 0 0 15 0 1 0 29370413 14053376 814 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16435/statm: 3431 814 372 3 0 531 0
[pid=16437] ppid=16435 vsize=0 CPUtime=0.57
/proc/16437/stat : 16437 (java) Z 16435 16435 15705 0 -1 1036 7459 0 1 0 51 6 0 0 16 0 1 0 29370417 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/16437/statm: 0 0 0 0 0 0 0
[pid=16445] ppid=16435 vsize=0 CPUtime=4.36
/proc/16445/stat : 16445 (java) Z 16435 16435 15705 0 -1 1036 18596 0 1 0 425 11 0 0 16 0 1 0 29370481 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16445/statm: 0 0 0 0 0 0 0
[pid=16453] ppid=16435 vsize=3584 CPUtime=1.16
/proc/16453/stat : 16453 (minisat) R 16435 16435 15705 0 -1 0 724 0 0 0 116 0 0 0 25 0 1 0 29370921 3670016 552 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/16453/statm: 896 552 51 112 0 780 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 17308

[startup+12.7257 s]
/proc/loadavg: 2.39 1.68 1.49 2/68 16453
/proc/meminfo: memFree=1838232/2055920 swapFree=4183436/4192956
[pid=16435] ppid=16433 vsize=13724 CPUtime=0.04
/proc/16435/stat : 16435 (sugar) S 16433 16435 15705 0 -1 4194304 1275 0 0 0 3 1 0 0 16 0 1 0 29370413 14053376 814 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16435/statm: 3431 814 372 3 0 531 0
[pid=16437] ppid=16435 vsize=0 CPUtime=0.57
/proc/16437/stat : 16437 (java) Z 16435 16435 15705 0 -1 1036 7459 0 1 0 51 6 0 0 16 0 1 0 29370417 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/16437/statm: 0 0 0 0 0 0 0
[pid=16445] ppid=16435 vsize=0 CPUtime=4.36
/proc/16445/stat : 16445 (java) Z 16435 16435 15705 0 -1 1036 18596 0 1 0 425 11 0 0 16 0 1 0 29370481 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16445/statm: 0 0 0 0 0 0 0
[pid=16453] ppid=16435 vsize=5920 CPUtime=7.62
/proc/16453/stat : 16453 (minisat) R 16435 16435 15705 0 -1 0 1274 0 0 0 762 0 0 0 25 0 1 0 29370921 6062080 1102 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528774 0 0 4096 3 0 0 0 17 1 0 0
/proc/16453/statm: 1480 1102 51 112 0 1364 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 19644

[startup+25.5519 s]
/proc/loadavg: 2.18 1.66 1.49 2/68 16453
/proc/meminfo: memFree=1837272/2055920 swapFree=4183436/4192956
[pid=16435] ppid=16433 vsize=13724 CPUtime=0.04
/proc/16435/stat : 16435 (sugar) S 16433 16435 15705 0 -1 4194304 1275 0 0 0 3 1 0 0 16 0 1 0 29370413 14053376 814 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16435/statm: 3431 814 372 3 0 531 0
[pid=16437] ppid=16435 vsize=0 CPUtime=0.57
/proc/16437/stat : 16437 (java) Z 16435 16435 15705 0 -1 1036 7459 0 1 0 51 6 0 0 16 0 1 0 29370417 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/16437/statm: 0 0 0 0 0 0 0
[pid=16445] ppid=16435 vsize=0 CPUtime=4.36
/proc/16445/stat : 16445 (java) Z 16435 16435 15705 0 -1 1036 18596 0 1 0 425 11 0 0 16 0 1 0 29370481 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16445/statm: 0 0 0 0 0 0 0
[pid=16453] ppid=16435 vsize=7188 CPUtime=20.44
/proc/16453/stat : 16453 (minisat) R 16435 16435 15705 0 -1 0 1603 0 0 0 2044 0 0 0 25 0 1 0 29370921 7360512 1431 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528506 0 0 4096 3 0 0 0 17 1 0 0
/proc/16453/statm: 1797 1431 51 112 0 1681 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 20912

[startup+51.2024 s]
/proc/loadavg: 1.71 1.59 1.47 2/68 16453
/proc/meminfo: memFree=1836440/2055920 swapFree=4183436/4192956
[pid=16435] ppid=16433 vsize=13724 CPUtime=0.04
/proc/16435/stat : 16435 (sugar) S 16433 16435 15705 0 -1 4194304 1275 0 0 0 3 1 0 0 16 0 1 0 29370413 14053376 814 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16435/statm: 3431 814 372 3 0 531 0
[pid=16437] ppid=16435 vsize=0 CPUtime=0.57
/proc/16437/stat : 16437 (java) Z 16435 16435 15705 0 -1 1036 7459 0 1 0 51 6 0 0 16 0 1 0 29370417 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/16437/statm: 0 0 0 0 0 0 0
[pid=16445] ppid=16435 vsize=0 CPUtime=4.36
/proc/16445/stat : 16445 (java) Z 16435 16435 15705 0 -1 1036 18596 0 1 0 425 11 0 0 16 0 1 0 29370481 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16445/statm: 0 0 0 0 0 0 0
[pid=16453] ppid=16435 vsize=8268 CPUtime=46.1
/proc/16453/stat : 16453 (minisat) R 16435 16435 15705 0 -1 0 1859 0 0 0 4609 1 0 0 25 0 1 0 29370921 8466432 1687 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528467 0 0 4096 3 0 0 0 17 1 0 0
/proc/16453/statm: 2067 1687 51 112 0 1951 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 21992

[startup+102.499 s]
/proc/loadavg: 1.31 1.50 1.44 2/68 16453
/proc/meminfo: memFree=1834904/2055920 swapFree=4183436/4192956
[pid=16435] ppid=16433 vsize=13724 CPUtime=0.04
/proc/16435/stat : 16435 (sugar) S 16433 16435 15705 0 -1 4194304 1275 0 0 0 3 1 0 0 16 0 1 0 29370413 14053376 814 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16435/statm: 3431 814 372 3 0 531 0
[pid=16437] ppid=16435 vsize=0 CPUtime=0.57
/proc/16437/stat : 16437 (java) Z 16435 16435 15705 0 -1 1036 7459 0 1 0 51 6 0 0 16 0 1 0 29370417 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/16437/statm: 0 0 0 0 0 0 0
[pid=16445] ppid=16435 vsize=0 CPUtime=4.36
/proc/16445/stat : 16445 (java) Z 16435 16435 15705 0 -1 1036 18596 0 1 0 425 11 0 0 16 0 1 0 29370481 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16445/statm: 0 0 0 0 0 0 0
[pid=16453] ppid=16435 vsize=9872 CPUtime=97.38
/proc/16453/stat : 16453 (minisat) R 16435 16435 15705 0 -1 0 2263 0 0 0 9737 1 0 0 25 0 1 0 29370921 10108928 2091 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 1 0 0
/proc/16453/statm: 2468 2091 51 112 0 2352 0
Current children cumulated CPU time (s) 102.35
Current children cumulated vsize (KiB) 23596

[startup+162.52 s]
/proc/loadavg: 1.11 1.41 1.41 2/68 16453
/proc/meminfo: memFree=1833368/2055920 swapFree=4183436/4192956
[pid=16435] ppid=16433 vsize=13724 CPUtime=0.04
/proc/16435/stat : 16435 (sugar) S 16433 16435 15705 0 -1 4194304 1275 0 0 0 3 1 0 0 16 0 1 0 29370413 14053376 814 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16435/statm: 3431 814 372 3 0 531 0
[pid=16437] ppid=16435 vsize=0 CPUtime=0.57
/proc/16437/stat : 16437 (java) Z 16435 16435 15705 0 -1 1036 7459 0 1 0 51 6 0 0 16 0 1 0 29370417 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/16437/statm: 0 0 0 0 0 0 0
[pid=16445] ppid=16435 vsize=0 CPUtime=4.36
/proc/16445/stat : 16445 (java) Z 16435 16435 15705 0 -1 1036 18596 0 1 0 425 11 0 0 16 0 1 0 29370481 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16445/statm: 0 0 0 0 0 0 0
[pid=16453] ppid=16435 vsize=11480 CPUtime=157.38
/proc/16453/stat : 16453 (minisat) R 16435 16435 15705 0 -1 0 2633 0 0 0 15737 1 0 0 25 0 1 0 29370921 11755520 2461 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16453/statm: 2870 2461 51 112 0 2754 0
Current children cumulated CPU time (s) 162.35
Current children cumulated vsize (KiB) 25204


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

/proc/16437/stat : 16437 (java) Z 16435 16435 15705 0 -1 1036 7459 0 1 0 51 6 0 0 16 0 1 0 29370417 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/16437/statm: 0 0 0 0 0 0 0
[pid=16445] ppid=16435 vsize=0 CPUtime=4.36
/proc/16445/stat : 16445 (java) Z 16435 16435 15705 0 -1 1036 18596 0 1 0 425 11 0 0 16 0 1 0 29370481 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16445/statm: 0 0 0 0 0 0 0
[pid=16453] ppid=16435 vsize=24896 CPUtime=1357.46
/proc/16453/stat : 16453 (minisat) R 16435 16435 15705 0 -1 0 5895 0 0 0 135738 8 0 0 25 0 1 0 29370921 25493504 5665 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528804 0 0 4096 3 0 0 0 17 1 0 0
/proc/16453/statm: 6224 5665 51 112 0 6108 0
Current children cumulated CPU time (s) 1362.43
Current children cumulated vsize (KiB) 38620

[startup+1422.95 s]
/proc/loadavg: 1.00 1.00 1.08 2/68 16453
/proc/meminfo: memFree=1820120/2055920 swapFree=4183436/4192956
[pid=16435] ppid=16433 vsize=13724 CPUtime=0.04
/proc/16435/stat : 16435 (sugar) S 16433 16435 15705 0 -1 4194304 1275 0 0 0 3 1 0 0 16 0 1 0 29370413 14053376 814 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16435/statm: 3431 814 372 3 0 531 0
[pid=16437] ppid=16435 vsize=0 CPUtime=0.57
/proc/16437/stat : 16437 (java) Z 16435 16435 15705 0 -1 1036 7459 0 1 0 51 6 0 0 16 0 1 0 29370417 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/16437/statm: 0 0 0 0 0 0 0
[pid=16445] ppid=16435 vsize=0 CPUtime=4.36
/proc/16445/stat : 16445 (java) Z 16435 16435 15705 0 -1 1036 18596 0 1 0 425 11 0 0 16 0 1 0 29370481 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16445/statm: 0 0 0 0 0 0 0
[pid=16453] ppid=16435 vsize=25048 CPUtime=1417.46
/proc/16453/stat : 16453 (minisat) R 16435 16435 15705 0 -1 0 5941 0 0 0 141738 8 0 0 25 0 1 0 29370921 25649152 5711 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528545 0 0 4096 3 0 0 0 17 1 0 0
/proc/16453/statm: 6262 5711 51 112 0 6146 0
Current children cumulated CPU time (s) 1422.43
Current children cumulated vsize (KiB) 38772

[startup+1482.97 s]
/proc/loadavg: 1.00 1.00 1.07 2/68 16453
/proc/meminfo: memFree=1819736/2055920 swapFree=4183436/4192956
[pid=16435] ppid=16433 vsize=13724 CPUtime=0.04
/proc/16435/stat : 16435 (sugar) S 16433 16435 15705 0 -1 4194304 1275 0 0 0 3 1 0 0 16 0 1 0 29370413 14053376 814 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16435/statm: 3431 814 372 3 0 531 0
[pid=16437] ppid=16435 vsize=0 CPUtime=0.57
/proc/16437/stat : 16437 (java) Z 16435 16435 15705 0 -1 1036 7459 0 1 0 51 6 0 0 16 0 1 0 29370417 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/16437/statm: 0 0 0 0 0 0 0
[pid=16445] ppid=16435 vsize=0 CPUtime=4.36
/proc/16445/stat : 16445 (java) Z 16435 16435 15705 0 -1 1036 18596 0 1 0 425 11 0 0 16 0 1 0 29370481 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16445/statm: 0 0 0 0 0 0 0
[pid=16453] ppid=16435 vsize=25500 CPUtime=1477.48
/proc/16453/stat : 16453 (minisat) R 16435 16435 15705 0 -1 0 6030 0 0 0 147739 9 0 0 25 0 1 0 29370921 26112000 5800 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16453/statm: 6375 5800 51 112 0 6259 0
Current children cumulated CPU time (s) 1482.45
Current children cumulated vsize (KiB) 39224

[startup+1543 s]
/proc/loadavg: 1.00 1.00 1.07 2/68 16453
/proc/meminfo: memFree=1819352/2055920 swapFree=4183436/4192956
[pid=16435] ppid=16433 vsize=13724 CPUtime=0.04
/proc/16435/stat : 16435 (sugar) S 16433 16435 15705 0 -1 4194304 1275 0 0 0 3 1 0 0 16 0 1 0 29370413 14053376 814 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16435/statm: 3431 814 372 3 0 531 0
[pid=16437] ppid=16435 vsize=0 CPUtime=0.57
/proc/16437/stat : 16437 (java) Z 16435 16435 15705 0 -1 1036 7459 0 1 0 51 6 0 0 16 0 1 0 29370417 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/16437/statm: 0 0 0 0 0 0 0
[pid=16445] ppid=16435 vsize=0 CPUtime=4.36
/proc/16445/stat : 16445 (java) Z 16435 16435 15705 0 -1 1036 18596 0 1 0 425 11 0 0 16 0 1 0 29370481 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16445/statm: 0 0 0 0 0 0 0
[pid=16453] ppid=16435 vsize=25820 CPUtime=1537.47
/proc/16453/stat : 16453 (minisat) R 16435 16435 15705 0 -1 0 6118 0 0 0 153738 9 0 0 25 0 1 0 29370921 26439680 5888 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/16453/statm: 6455 5888 51 112 0 6339 0
Current children cumulated CPU time (s) 1542.44
Current children cumulated vsize (KiB) 39544

[startup+1603.01 s]
/proc/loadavg: 1.00 1.00 1.06 2/68 16455
/proc/meminfo: memFree=1818968/2055920 swapFree=4183436/4192956
[pid=16435] ppid=16433 vsize=13724 CPUtime=0.04
/proc/16435/stat : 16435 (sugar) S 16433 16435 15705 0 -1 4194304 1275 0 0 0 3 1 0 0 16 0 1 0 29370413 14053376 814 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16435/statm: 3431 814 372 3 0 531 0
[pid=16437] ppid=16435 vsize=0 CPUtime=0.57
/proc/16437/stat : 16437 (java) Z 16435 16435 15705 0 -1 1036 7459 0 1 0 51 6 0 0 16 0 1 0 29370417 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/16437/statm: 0 0 0 0 0 0 0
[pid=16445] ppid=16435 vsize=0 CPUtime=4.36
/proc/16445/stat : 16445 (java) Z 16435 16435 15705 0 -1 1036 18596 0 1 0 425 11 0 0 16 0 1 0 29370481 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16445/statm: 0 0 0 0 0 0 0
[pid=16453] ppid=16435 vsize=25964 CPUtime=1597.47
/proc/16453/stat : 16453 (minisat) R 16435 16435 15705 0 -1 0 6161 0 0 0 159738 9 0 0 25 0 1 0 29370921 26587136 5931 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16453/statm: 6491 5931 51 112 0 6375 0
Current children cumulated CPU time (s) 1602.44
Current children cumulated vsize (KiB) 39688

[startup+1663.03 s]
/proc/loadavg: 1.00 1.00 1.05 2/68 16455
/proc/meminfo: memFree=1818968/2055920 swapFree=4183436/4192956
[pid=16435] ppid=16433 vsize=13724 CPUtime=0.04
/proc/16435/stat : 16435 (sugar) S 16433 16435 15705 0 -1 4194304 1275 0 0 0 3 1 0 0 16 0 1 0 29370413 14053376 814 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16435/statm: 3431 814 372 3 0 531 0
[pid=16437] ppid=16435 vsize=0 CPUtime=0.57
/proc/16437/stat : 16437 (java) Z 16435 16435 15705 0 -1 1036 7459 0 1 0 51 6 0 0 16 0 1 0 29370417 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/16437/statm: 0 0 0 0 0 0 0
[pid=16445] ppid=16435 vsize=0 CPUtime=4.36
/proc/16445/stat : 16445 (java) Z 16435 16435 15705 0 -1 1036 18596 0 1 0 425 11 0 0 16 0 1 0 29370481 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16445/statm: 0 0 0 0 0 0 0
[pid=16453] ppid=16435 vsize=26104 CPUtime=1657.47
/proc/16453/stat : 16453 (minisat) R 16435 16435 15705 0 -1 0 6184 0 0 0 165738 9 0 0 25 0 1 0 29370921 26730496 5954 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16453/statm: 6526 5954 51 112 0 6410 0
Current children cumulated CPU time (s) 1662.44
Current children cumulated vsize (KiB) 39828

[startup+1723.05 s]
/proc/loadavg: 1.00 1.00 1.05 2/68 16455
/proc/meminfo: memFree=1818904/2055920 swapFree=4183436/4192956
[pid=16435] ppid=16433 vsize=13724 CPUtime=0.04
/proc/16435/stat : 16435 (sugar) S 16433 16435 15705 0 -1 4194304 1275 0 0 0 3 1 0 0 16 0 1 0 29370413 14053376 814 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16435/statm: 3431 814 372 3 0 531 0
[pid=16437] ppid=16435 vsize=0 CPUtime=0.57
/proc/16437/stat : 16437 (java) Z 16435 16435 15705 0 -1 1036 7459 0 1 0 51 6 0 0 16 0 1 0 29370417 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/16437/statm: 0 0 0 0 0 0 0
[pid=16445] ppid=16435 vsize=0 CPUtime=4.36
/proc/16445/stat : 16445 (java) Z 16435 16435 15705 0 -1 1036 18596 0 1 0 425 11 0 0 16 0 1 0 29370481 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16445/statm: 0 0 0 0 0 0 0
[pid=16453] ppid=16435 vsize=26244 CPUtime=1717.48
/proc/16453/stat : 16453 (minisat) R 16435 16435 15705 0 -1 0 6225 0 0 0 171738 10 0 0 25 0 1 0 29370921 26873856 5995 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 1 0 0
/proc/16453/statm: 6561 5995 51 112 0 6445 0
Current children cumulated CPU time (s) 1722.45
Current children cumulated vsize (KiB) 39968

[startup+1783.07 s]
/proc/loadavg: 1.00 1.00 1.04 2/68 16455
/proc/meminfo: memFree=1818264/2055920 swapFree=4183436/4192956
[pid=16435] ppid=16433 vsize=13724 CPUtime=0.04
/proc/16435/stat : 16435 (sugar) S 16433 16435 15705 0 -1 4194304 1275 0 0 0 3 1 0 0 16 0 1 0 29370413 14053376 814 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16435/statm: 3431 814 372 3 0 531 0
[pid=16437] ppid=16435 vsize=0 CPUtime=0.57
/proc/16437/stat : 16437 (java) Z 16435 16435 15705 0 -1 1036 7459 0 1 0 51 6 0 0 16 0 1 0 29370417 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/16437/statm: 0 0 0 0 0 0 0
[pid=16445] ppid=16435 vsize=0 CPUtime=4.36
/proc/16445/stat : 16445 (java) Z 16435 16435 15705 0 -1 1036 18596 0 1 0 425 11 0 0 16 0 1 0 29370481 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16445/statm: 0 0 0 0 0 0 0
[pid=16453] ppid=16435 vsize=26968 CPUtime=1777.48
/proc/16453/stat : 16453 (minisat) R 16435 16435 15705 0 -1 0 6382 0 0 0 177738 10 0 0 25 0 1 0 29370921 27615232 6152 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528545 0 0 4096 3 0 0 0 17 1 0 0
/proc/16453/statm: 6742 6152 51 112 0 6626 0
Current children cumulated CPU time (s) 1782.45
Current children cumulated vsize (KiB) 40692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.72 s]
/proc/loadavg: 1.00 1.00 1.04 2/68 16455
/proc/meminfo: memFree=1818072/2055920 swapFree=4183436/4192956
[pid=16435] ppid=16433 vsize=13724 CPUtime=0.04
/proc/16435/stat : 16435 (sugar) S 16433 16435 15705 0 -1 4194304 1275 0 0 0 3 1 0 0 16 0 1 0 29370413 14053376 814 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16435/statm: 3431 814 372 3 0 531 0
[pid=16437] ppid=16435 vsize=0 CPUtime=0.57
/proc/16437/stat : 16437 (java) Z 16435 16435 15705 0 -1 1036 7459 0 1 0 51 6 0 0 16 0 1 0 29370417 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/16437/statm: 0 0 0 0 0 0 0
[pid=16445] ppid=16435 vsize=0 CPUtime=4.36
/proc/16445/stat : 16445 (java) Z 16435 16435 15705 0 -1 1036 18596 0 1 0 425 11 0 0 16 0 1 0 29370481 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16445/statm: 0 0 0 0 0 0 0
[pid=16453] ppid=16435 vsize=27128 CPUtime=1795.12
/proc/16453/stat : 16453 (minisat) R 16435 16435 15705 0 -1 0 6420 0 0 0 179502 10 0 0 25 0 1 0 29370921 27779072 6190 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 1 0 0
/proc/16453/statm: 6782 6190 51 112 0 6666 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 40852

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 16435 and gives childrusage.ru_utime.tv_sec=0 childrusage.ru_utime.tv_usec=38994 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=15997
CPU time returned by wait4() is 0.054991
while last known CPU time is 1800.1

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

Real time (s): 1801.73
CPU time (s): 1800.1
CPU user time (s): 1799.81
CPU system time (s): 0.29
CPU usage (%): 99.9094
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.038994
system time used= 0.015997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1358
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 62
involuntary context switches= 12

runsolver used 2.12568 s user time and 4.27035 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Mon Jan 29 18:08:59 UTC 2007


IDJOB= 199649
IDBENCH= 3630
IDSOLVER= 86
FILE ID= node56/199649-1170094138

PBS_JOBID= 3689565

Free space on /tmp= 66564 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-23/rand-23-23-253-131-48021_ext.xml
COMMAND LINE= /tmp/evaluation/199649-1170094138/solver /tmp/evaluation/199649-1170094138 /tmp/evaluation/199649-1170094138/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node56/watcher-199649-1170094138 -o ROOT/results/node56/solver-199649-1170094138 -C 1800 -M 900  /tmp/evaluation/199649-1170094138/solver /tmp/evaluation/199649-1170094138 /tmp/evaluation/199649-1170094138/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  5ac92d33b0665a202bbb2fa978351295

RANDOM SEED= 523404937

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:       1846864 kB
Buffers:         23772 kB
Cached:         106536 kB
SwapCached:       4604 kB
Active:          24140 kB
Inactive:       116920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1846864 kB
SwapTotal:     4192956 kB
SwapFree:      4183436 kB
Dirty:            1672 kB
Writeback:           0 kB
Mapped:          15504 kB
Slab:            53980 kB
Committed_AS:    94240 kB
PageTables:       1472 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= 66564 MiB



End job on node56 on Mon Jan 29 18:39:01 UTC 2007