Trace number 208570

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.04 1817.49

General information on the benchmark

Namerandom/rand-2-40-19-fcd/
rand-2-40-19-443-230-fcd-25_ext.xml
MD5SUM2cb1a2cde212f1f449fd0cbf55bdc875
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 benchmark10.2294
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints339
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension339
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/208570-1170097160/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/208570-1170097160/unknown.xml [Mon Jan 29 19:59:20 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/208570-1170097160/unknown.xml /tmp/evaluation/208570-1170097160/sugar17384.csp [Mon Jan 29 19:59:20 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/208570-1170097160/sugar-v0-40.jar -convert /tmp/evaluation/208570-1170097160/unknown.xml /tmp/evaluation/208570-1170097160/sugar17384.csp
0.17	c BEGIN convert /tmp/evaluation/208570-1170097160/unknown.xml
0.66	c END convert (0.483634 seconds)
0.67	c # CONVERT_XML  END : /tmp/evaluation/208570-1170097160/sugar17384.csp 1093196 bytes (1 seconds) [Mon Jan 29 19:59:21 2007]
0.67	c # CONVERT_XML  CPU : 0.6 = 0 + 0 + 0.54 + 0.06
0.67	
0.67	c # GENERATE_SAT  BEGIN : /tmp/evaluation/208570-1170097160/sugar17384.bcnf [Mon Jan 29 19:59:21 2007]
0.67	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/208570-1170097160/sugar-v0-40.jar -bcnf -map /tmp/evaluation/208570-1170097160/sugar17384.map /tmp/evaluation/208570-1170097160/sugar17384.csp /tmp/evaluation/208570-1170097160/sugar17384.bcnf
0.79	c BEGIN parse /tmp/evaluation/208570-1170097160/sugar17384.csp
12.29	c END parse (11.50436 seconds)
12.29	c BEGIN simplify
12.36	c END simplify (0.066061 seconds)
12.36	c BEGIN encode /tmp/evaluation/208570-1170097160/sugar17384.bcnf
12.89	c END encode (0.531562 seconds)
13.01	c # GENERATE_SAT  END : 5796 variables 44149 clauses 4656792 bytes (12 seconds) [Mon Jan 29 19:59:33 2007]
13.01	c # GENERATE_SAT  CPU : 12.28 = 0.04 + 0 + 11.9 + 0.34
13.01	
13.01	c # SOLVE_SAT  BEGIN : /tmp/evaluation/208570-1170097160/sugar17384.bcnf [Mon Jan 29 19:59:33 2007]
13.01	c # CMD : /tmp/evaluation/208570-1170097160/minisat /tmp/evaluation/208570-1170097160/sugar17384.bcnf /tmp/evaluation/208570-1170097160/sugar17384.out
13.12	c ==================================[MINISAT]===================================
13.12	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
13.12	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
13.12	c ==============================================================================
13.12	c |         0 |   44149  1120041 |   14716       0        0     nan |  0.000 % |
13.15	c |       103 |   44149  1120041 |   16187     103     2625    25.5 |  0.000 % |
13.19	c |       253 |   44149  1120041 |   17806     253     4719    18.7 |  0.000 % |
13.24	c |       478 |   44149  1120041 |   19586     478     7211    15.1 |  0.000 % |
13.33	c |       815 |   44149  1120041 |   21545     815    11419    14.0 |  0.000 % |
13.47	c |      1321 |   44149  1120041 |   23700    1321    24136    18.3 |  0.000 % |
13.68	c |      2080 |   44150  1120041 |   26070    2079    37810    18.2 |  0.000 % |
14.05	c |      3220 |   44151  1120041 |   28677    3218    56080    17.4 |  0.000 % |
14.63	c |      4928 |   44152  1120041 |   31545    4925    97491    19.8 |  0.000 % |
15.50	c |      7490 |   44152  1120041 |   34699    7487   152324    20.3 |  0.000 % |
17.11	c |     11335 |   44155  1120041 |   38169   11329   269719    23.8 |  0.000 % |
19.35	c |     17102 |   44158  1120041 |   41986   17093   435935    25.5 |  0.000 % |
23.59	c |     25753 |   44160  1120041 |   46185   25742   714927    27.8 |  0.000 % |
31.21	c |     38727 |   44165  1120041 |   50803   38711  1068789    27.6 |  0.000 % |
45.09	c |     58188 |   44169  1120041 |   55883   23009   837456    36.4 |  0.000 % |
66.27	c |     87381 |   44022  1119458 |   61472    7971   243041    30.5 |  0.328 % |
92.77	c |    131170 |   44037  1119458 |   67619   51745  1401515    27.1 |  0.328 % |
142.03	c |    196854 |   44060  1119458 |   74381   65658  2234294    34.0 |  0.328 % |
218.14	c |    295380 |   43939  1119116 |   81819   19070   481084    25.2 |  0.345 % |
334.51	c |    443169 |   43966  1119116 |   90001   38184  1177836    30.8 |  0.345 % |
513.22	c |    664854 |   43871  1117614 |   99001   75423  2502665    33.2 |  0.707 % |
811.10	c |    997379 |   43924  1117614 |  108902   86615  3523496    40.7 |  0.707 % |
1329.36	c |   1496167 |   43978  1117614 |  119792   39920  1176906    29.5 |  0.708 % |
1816.48	
1816.48	s UNKNOWN
1816.48	c # INTERRUPTED
1816.48	c # MAIN  END :  (1816 seconds) [Mon Jan 29 20:29:36 2007]
1816.48	c # MAIN  CPU : 12.88 = 0.04 + 0 + 12.44 + 0.4
1816.48	

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/node39/watcher-208570-1170097160 -o ROOT/results/node39/solver-208570-1170097160 -C 1800 -M 900 /tmp/evaluation/208570-1170097160/solver /tmp/evaluation/208570-1170097160 /tmp/evaluation/208570-1170097160/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.08 1.75 1.34 3/82 17385
/proc/meminfo: memFree=1349472/2055920 swapFree=4192956/4192956
[pid=17384] ppid=17382 vsize=3004 CPUtime=0
/proc/17384/stat : 17384 (solver) R 17382 17384 17110 0 -1 4194304 53 0 0 0 0 0 0 0 20 0 1 0 29671876 3076096 37 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 231491041324 0 0 4096 0 0 0 0 17 1 0 0
/proc/17384/statm: 751 37 28 169 0 9 0

[startup+0.103219 s]
/proc/loadavg: 2.08 1.75 1.34 3/82 17385
/proc/meminfo: memFree=1349472/2055920 swapFree=4192956/4192956
[pid=17384] ppid=17382 vsize=13724 CPUtime=0.04
/proc/17384/stat : 17384 (sugar) S 17382 17384 17110 0 -1 4194304 1112 0 0 0 3 1 0 0 20 0 1 0 29671876 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17384/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.512294 s]
/proc/loadavg: 2.08 1.75 1.34 3/82 17385
/proc/meminfo: memFree=1349472/2055920 swapFree=4192956/4192956
[pid=17384] ppid=17382 vsize=13724 CPUtime=0.04
/proc/17384/stat : 17384 (sugar) S 17382 17384 17110 0 -1 4194304 1121 0 0 0 3 1 0 0 16 0 1 0 29671876 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17384/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34444 s]
/proc/loadavg: 2.08 1.75 1.34 3/90 17401
/proc/meminfo: memFree=1324000/2055920 swapFree=4192956/4192956
[pid=17384] ppid=17382 vsize=13724 CPUtime=0.64
/proc/17384/stat : 17384 (sugar) S 17382 17384 17110 0 -1 4194304 1190 7503 0 1 3 1 54 6 16 0 1 0 29671876 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17384/statm: 3431 809 371 3 0 531 0
[pid=17394] ppid=17384 vsize=807064 CPUtime=0.66
/proc/17394/stat : 17394 (java) R 17384 17384 17110 0 -1 0 8167 0 1 0 60 6 0 0 25 0 8 0 29671944 826433536 7914 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479595 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17394/statm: 201766 7914 1494 14 0 189044 0
[pid=17394/tid=17395] ppid=17384 vsize=807064 CPUtime=0.13
/proc/17394/task/17395/stat : 17395 (java) S 17384 17384 17110 0 -1 64 2112 0 0 0 12 1 0 0 16 0 8 0 29671947 826433536 7914 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17394/tid=17396] ppid=17384 vsize=807064 CPUtime=0
/proc/17394/task/17396/stat : 17396 (java) S 17384 17384 17110 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29671948 826433536 7914 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17394/tid=17397] ppid=17384 vsize=807064 CPUtime=0
/proc/17394/task/17397/stat : 17397 (java) S 17384 17384 17110 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29671948 826433536 7914 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17394/tid=17398] ppid=17384 vsize=807064 CPUtime=0
/proc/17394/task/17398/stat : 17398 (java) S 17384 17384 17110 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 29671951 826433536 7914 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17394/tid=17399] ppid=17384 vsize=807064 CPUtime=0.05
/proc/17394/task/17399/stat : 17399 (java) S 17384 17384 17110 0 -1 64 292 0 0 0 5 0 0 0 17 0 8 0 29671951 826433536 7914 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17394/tid=17400] ppid=17384 vsize=807064 CPUtime=0
/proc/17394/task/17400/stat : 17400 (java) S 17384 17384 17110 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29671951 826433536 7914 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17394/tid=17401] ppid=17384 vsize=807064 CPUtime=0
/proc/17394/task/17401/stat : 17401 (java) S 17384 17384 17110 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29671951 826433536 7914 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 820788

[startup+2.99771 s]
/proc/loadavg: 2.08 1.75 1.34 3/90 17401
/proc/meminfo: memFree=1307744/2055920 swapFree=4192956/4192956
[pid=17384] ppid=17382 vsize=13724 CPUtime=0.64
/proc/17384/stat : 17384 (sugar) S 17382 17384 17110 0 -1 4194304 1190 7503 0 1 3 1 54 6 16 0 1 0 29671876 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17384/statm: 3431 809 371 3 0 531 0
[pid=17394] ppid=17384 vsize=807336 CPUtime=2.31
/proc/17394/stat : 17394 (java) R 17384 17384 17110 0 -1 0 14346 0 1 0 222 9 0 0 25 0 8 0 29671944 826712064 14073 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17394/statm: 201834 14073 1506 14 0 189112 0
[pid=17394/tid=17395] ppid=17384 vsize=807336 CPUtime=0.51
/proc/17394/task/17395/stat : 17395 (java) R 17384 17384 17110 0 -1 64 8125 0 0 0 48 3 0 0 16 0 8 0 29671947 826712064 14073 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153968433 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17394/tid=17396] ppid=17384 vsize=807336 CPUtime=0
/proc/17394/task/17396/stat : 17396 (java) S 17384 17384 17110 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29671948 826712064 14073 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17394/tid=17397] ppid=17384 vsize=807336 CPUtime=0
/proc/17394/task/17397/stat : 17397 (java) S 17384 17384 17110 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29671948 826712064 14073 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17394/tid=17398] ppid=17384 vsize=807336 CPUtime=0
/proc/17394/task/17398/stat : 17398 (java) S 17384 17384 17110 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 29671951 826712064 14073 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17394/tid=17399] ppid=17384 vsize=807336 CPUtime=0.12
/proc/17394/task/17399/stat : 17399 (java) S 17384 17384 17110 0 -1 64 400 0 0 0 12 0 0 0 16 0 8 0 29671951 826712064 14073 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17394/tid=17400] ppid=17384 vsize=807336 CPUtime=0
/proc/17394/task/17400/stat : 17400 (java) S 17384 17384 17110 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29671951 826712064 14073 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17394/tid=17401] ppid=17384 vsize=807336 CPUtime=0
/proc/17394/task/17401/stat : 17401 (java) S 17384 17384 17110 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29671951 826712064 14073 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 821060

[startup+6.29228 s]
/proc/loadavg: 2.23 1.79 1.35 3/83 17402
/proc/meminfo: memFree=1420248/2055920 swapFree=4192956/4192956
[pid=17384] ppid=17382 vsize=13724 CPUtime=0.64
/proc/17384/stat : 17384 (sugar) S 17382 17384 17110 0 -1 4194304 1190 7503 0 1 3 1 54 6 16 0 1 0 29671876 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17384/statm: 3431 809 371 3 0 531 0
[pid=17394] ppid=17384 vsize=807336 CPUtime=5.6
/proc/17394/stat : 17394 (java) R 17384 17384 17110 0 -1 0 37739 0 1 0 540 20 0 0 25 0 8 0 29671944 826712064 37354 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17394/statm: 201834 37354 1507 14 0 189112 0
[pid=17394/tid=17395] ppid=17384 vsize=807336 CPUtime=1.51
/proc/17394/task/17395/stat : 17395 (java) S 17384 17384 17110 0 -1 64 31403 0 0 0 137 14 0 0 16 0 8 0 29671947 826712064 37354 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17394/tid=17396] ppid=17384 vsize=807336 CPUtime=0
/proc/17394/task/17396/stat : 17396 (java) S 17384 17384 17110 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29671948 826712064 37354 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17394/tid=17397] ppid=17384 vsize=807336 CPUtime=0
/proc/17394/task/17397/stat : 17397 (java) S 17384 17384 17110 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29671948 826712064 37354 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17394/tid=17398] ppid=17384 vsize=807336 CPUtime=0
/proc/17394/task/17398/stat : 17398 (java) S 17384 17384 17110 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 29671951 826712064 37354 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17394/tid=17399] ppid=17384 vsize=807336 CPUtime=0.13
/proc/17394/task/17399/stat : 17399 (java) S 17384 17384 17110 0 -1 64 403 0 0 0 13 0 0 0 16 0 8 0 29671951 826712064 37354 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17394/tid=17400] ppid=17384 vsize=807336 CPUtime=0
/proc/17394/task/17400/stat : 17400 (java) S 17384 17384 17110 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29671951 826712064 37354 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17394/tid=17401] ppid=17384 vsize=807336 CPUtime=0
/proc/17394/task/17401/stat : 17401 (java) S 17384 17384 17110 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29671951 826712064 37354 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 821060

[startup+12.7914 s]
/proc/loadavg: 2.21 1.79 1.35 4/83 17402
/proc/meminfo: memFree=1327768/2055920 swapFree=4192956/4192956
[pid=17384] ppid=17382 vsize=13724 CPUtime=0.64
/proc/17384/stat : 17384 (sugar) S 17382 17384 17110 0 -1 4194304 1190 7503 0 1 3 1 54 6 16 0 1 0 29671876 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17384/statm: 3431 809 371 3 0 531 0
[pid=17394] ppid=17384 vsize=807336 CPUtime=12.09
/proc/17394/stat : 17394 (java) R 17384 17384 17110 0 -1 0 54865 0 1 0 1180 29 0 0 25 0 8 0 29671944 826712064 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17394/statm: 201834 54110 1511 14 0 189112 0
[pid=17394/tid=17395] ppid=17384 vsize=807336 CPUtime=3.45
/proc/17394/task/17395/stat : 17395 (java) S 17384 17384 17110 0 -1 64 48313 0 0 0 324 21 0 0 16 0 8 0 29671947 826712064 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17394/tid=17396] ppid=17384 vsize=807336 CPUtime=0
/proc/17394/task/17396/stat : 17396 (java) S 17384 17384 17110 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29671948 826712064 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17394/tid=17397] ppid=17384 vsize=807336 CPUtime=0
/proc/17394/task/17397/stat : 17397 (java) S 17384 17384 17110 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29671948 826712064 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17394/tid=17398] ppid=17384 vsize=807336 CPUtime=0
/proc/17394/task/17398/stat : 17398 (java) S 17384 17384 17110 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 29671951 826712064 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17394/tid=17399] ppid=17384 vsize=807336 CPUtime=0.14
/proc/17394/task/17399/stat : 17399 (java) S 17384 17384 17110 0 -1 64 412 0 0 0 14 0 0 0 16 0 8 0 29671951 826712064 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17394/tid=17400] ppid=17384 vsize=807336 CPUtime=0
/proc/17394/task/17400/stat : 17400 (java) S 17384 17384 17110 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29671951 826712064 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17394/tid=17401] ppid=17384 vsize=807336 CPUtime=0
/proc/17394/task/17401/stat : 17401 (java) S 17384 17384 17110 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29671951 826712064 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 821060

[startup+25.6326 s]
/proc/loadavg: 2.17 1.80 1.36 3/76 17403
/proc/meminfo: memFree=1517904/2055920 swapFree=4192956/4192956
[pid=17384] ppid=17382 vsize=16576 CPUtime=12.92
/proc/17384/stat : 17384 (sugar) S 17382 17384 17110 0 -1 4194304 1994 62386 0 2 7 1 1244 40 16 0 1 0 29671876 16973824 1507 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17384/statm: 4144 1507 373 3 0 1244 0
[pid=17403] ppid=17384 vsize=11920 CPUtime=12.49
/proc/17403/stat : 17403 (minisat) R 17384 17384 17110 0 -1 0 3642 0 0 0 1247 2 0 0 25 0 1 0 29673177 12206080 2604 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/17403/statm: 2980 2604 52 112 0 2864 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 28496

[startup+51.306 s]
/proc/loadavg: 2.11 1.82 1.38 3/76 17403
/proc/meminfo: memFree=1512016/2055920 swapFree=4192956/4192956
[pid=17384] ppid=17382 vsize=16576 CPUtime=12.92
/proc/17384/stat : 17384 (sugar) S 17382 17384 17110 0 -1 4194304 1994 62386 0 2 7 1 1244 40 16 0 1 0 29671876 16973824 1507 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17384/statm: 4144 1507 373 3 0 1244 0
[pid=17403] ppid=17384 vsize=15524 CPUtime=37.93
/proc/17403/stat : 17403 (minisat) R 17384 17384 17110 0 -1 0 4529 0 0 0 3789 4 0 0 25 0 1 0 29673177 15896576 3491 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 1 0 0
/proc/17403/statm: 3881 3491 52 112 0 3765 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 32100

[startup+102.544 s]
/proc/loadavg: 2.05 1.84 1.41 3/82 17429
/proc/meminfo: memFree=1504320/2055920 swapFree=4192956/4192956
[pid=17384] ppid=17382 vsize=16576 CPUtime=12.92
/proc/17384/stat : 17384 (sugar) S 17382 17384 17110 0 -1 4194304 1994 62386 0 2 7 1 1244 40 16 0 1 0 29671876 16973824 1507 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17384/statm: 4144 1507 373 3 0 1244 0
[pid=17403] ppid=17384 vsize=17548 CPUtime=88.67
/proc/17403/stat : 17403 (minisat) R 17384 17384 17110 0 -1 0 5032 0 0 0 8862 5 0 0 25 0 1 0 29673177 17969152 3994 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 1 0 0
/proc/17403/statm: 4387 3994 52 112 0 4271 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 34124

[startup+162.544 s]
/proc/loadavg: 2.02 1.87 1.44 3/82 17541
/proc/meminfo: memFree=1498120/2055920 swapFree=4192956/4192956
[pid=17384] ppid=17382 vsize=16576 CPUtime=12.92
/proc/17384/stat : 17384 (sugar) S 17382 17384 17110 0 -1 4194304 1994 62386 0 2 7 1 1244 40 16 0 1 0 29671876 16973824 1507 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17384/statm: 4144 1507 373 3 0 1244 0
[pid=17403] ppid=17384 vsize=21760 CPUtime=147.97
/proc/17403/stat : 17403 (minisat) R 17384 17384 17110 0 -1 0 6097 0 0 0 14791 6 0 0 25 0 1 0 29673177 22282240 5059 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528556 0 0 4096 3 0 0 0 17 1 0 0
/proc/17403/statm: 5440 5059 52 112 0 5324 0
Current children cumulated CPU time (s) 160.89
Current children cumulated vsize (KiB) 38336

[startup+222.565 s]
/proc/loadavg: 2.00 1.89 1.47 3/76 17601
/proc/meminfo: memFree=1497040/2055920 swapFree=4192956/4192956
[pid=17384] ppid=17382 vsize=16576 CPUtime=12.92
/proc/17384/stat : 17384 (sugar) S 17382 17384 17110 0 -1 4194304 1994 62386 0 2 7 1 1244 40 16 0 1 0 29671876 16973824 1507 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17384/statm: 4144 1507 373 3 0 1244 0
[pid=17403] ppid=17384 vsize=23348 CPUtime=207.39
/proc/17403/stat : 17403 (minisat) R 17384 17384 17110 0 -1 0 6464 0 0 0 20732 7 0 0 25 0 1 0 29673177 23908352 5426 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525924 0 0 4096 3 0 0 0 17 1 0 0
/proc/17403/statm: 5837 5426 52 112 0 5721 0
Current children cumulated CPU time (s) 220.31
Current children cumulated vsize (KiB) 39924

[startup+282.569 s]
/proc/loadavg: 2.00 1.91 1.50 3/76 17601

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

/proc/loadavg: 2.09 2.02 1.79 3/76 17601
/proc/meminfo: memFree=1470288/2055920 swapFree=4192956/4192956
[pid=17384] ppid=17382 vsize=16576 CPUtime=12.92
/proc/17384/stat : 17384 (sugar) S 17382 17384 17110 0 -1 4194304 1994 62386 0 2 7 1 1244 40 16 0 1 0 29671876 16973824 1507 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17384/statm: 4144 1507 373 3 0 1244 0
[pid=17403] ppid=17384 vsize=36528 CPUtime=1099.94
/proc/17403/stat : 17403 (minisat) R 17384 17384 17110 0 -1 0 9701 0 0 0 109983 11 0 0 25 0 1 0 29673177 37404672 8663 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/17403/statm: 9132 8663 52 112 0 9016 0
Current children cumulated CPU time (s) 1112.86
Current children cumulated vsize (KiB) 53104

[startup+1183.49 s]
/proc/loadavg: 2.03 2.01 1.80 3/76 17601
/proc/meminfo: memFree=1470224/2055920 swapFree=4192956/4192956
[pid=17384] ppid=17382 vsize=16576 CPUtime=12.92
/proc/17384/stat : 17384 (sugar) S 17382 17384 17110 0 -1 4194304 1994 62386 0 2 7 1 1244 40 16 0 1 0 29671876 16973824 1507 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17384/statm: 4144 1507 373 3 0 1244 0
[pid=17403] ppid=17384 vsize=36528 CPUtime=1159.47
/proc/17403/stat : 17403 (minisat) R 17384 17384 17110 0 -1 0 9712 0 0 0 115936 11 0 0 25 0 1 0 29673177 37404672 8674 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528560 0 0 4096 3 0 0 0 17 1 0 0
/proc/17403/statm: 9132 8674 52 112 0 9016 0
Current children cumulated CPU time (s) 1172.39
Current children cumulated vsize (KiB) 53104

[startup+1243.58 s]
/proc/loadavg: 2.01 2.00 1.81 3/76 17601
/proc/meminfo: memFree=1469136/2055920 swapFree=4192956/4192956
[pid=17384] ppid=17382 vsize=16576 CPUtime=12.92
/proc/17384/stat : 17384 (sugar) S 17382 17384 17110 0 -1 4194304 1994 62386 0 2 7 1 1244 40 16 0 1 0 29671876 16973824 1507 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17384/statm: 4144 1507 373 3 0 1244 0
[pid=17403] ppid=17384 vsize=36824 CPUtime=1219.01
/proc/17403/stat : 17403 (minisat) R 17384 17384 17110 0 -1 0 9784 0 0 0 121890 11 0 0 25 0 1 0 29673177 37707776 8746 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527284 0 0 4096 3 0 0 0 17 1 0 0
/proc/17403/statm: 9206 8746 52 112 0 9090 0
Current children cumulated CPU time (s) 1231.93
Current children cumulated vsize (KiB) 53400

[startup+1303.66 s]
/proc/loadavg: 2.00 2.00 1.82 3/76 17601
/proc/meminfo: memFree=1467280/2055920 swapFree=4192956/4192956
[pid=17384] ppid=17382 vsize=16576 CPUtime=12.92
/proc/17384/stat : 17384 (sugar) S 17382 17384 17110 0 -1 4194304 1994 62386 0 2 7 1 1244 40 16 0 1 0 29671876 16973824 1507 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17384/statm: 4144 1507 373 3 0 1244 0
[pid=17403] ppid=17384 vsize=36980 CPUtime=1278.53
/proc/17403/stat : 17403 (minisat) R 17384 17384 17110 0 -1 0 9802 0 0 0 127842 11 0 0 25 0 1 0 29673177 37867520 8764 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/17403/statm: 9245 8764 52 112 0 9129 0
Current children cumulated CPU time (s) 1291.45
Current children cumulated vsize (KiB) 53556

[startup+1363.73 s]
/proc/loadavg: 2.03 2.01 1.83 3/76 17601
/proc/meminfo: memFree=1467088/2055920 swapFree=4192956/4192956
[pid=17384] ppid=17382 vsize=16576 CPUtime=12.92
/proc/17384/stat : 17384 (sugar) S 17382 17384 17110 0 -1 4194304 1994 62386 0 2 7 1 1244 40 16 0 1 0 29671876 16973824 1507 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17384/statm: 4144 1507 373 3 0 1244 0
[pid=17403] ppid=17384 vsize=36980 CPUtime=1338.05
/proc/17403/stat : 17403 (minisat) R 17384 17384 17110 0 -1 0 9816 0 0 0 133794 11 0 0 25 0 1 0 29673177 37867520 8778 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134522638 0 0 4096 3 0 0 0 17 1 0 0
/proc/17403/statm: 9245 8778 52 112 0 9129 0
Current children cumulated CPU time (s) 1350.97
Current children cumulated vsize (KiB) 53556

[startup+1423.83 s]
/proc/loadavg: 2.01 2.01 1.84 3/76 17601
/proc/meminfo: memFree=1466896/2055920 swapFree=4192956/4192956
[pid=17384] ppid=17382 vsize=16576 CPUtime=12.92
/proc/17384/stat : 17384 (sugar) S 17382 17384 17110 0 -1 4194304 1994 62386 0 2 7 1 1244 40 16 0 1 0 29671876 16973824 1507 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17384/statm: 4144 1507 373 3 0 1244 0
[pid=17403] ppid=17384 vsize=37120 CPUtime=1397.59
/proc/17403/stat : 17403 (minisat) R 17384 17384 17110 0 -1 0 9857 0 0 0 139747 12 0 0 25 0 1 0 29673177 38010880 8819 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/17403/statm: 9280 8819 52 112 0 9164 0
Current children cumulated CPU time (s) 1410.51
Current children cumulated vsize (KiB) 53696

[startup+1483.91 s]
/proc/loadavg: 2.00 2.00 1.84 3/76 17601
/proc/meminfo: memFree=1466768/2055920 swapFree=4192956/4192956
[pid=17384] ppid=17382 vsize=16576 CPUtime=12.92
/proc/17384/stat : 17384 (sugar) S 17382 17384 17110 0 -1 4194304 1994 62386 0 2 7 1 1244 40 16 0 1 0 29671876 16973824 1507 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17384/statm: 4144 1507 373 3 0 1244 0
[pid=17403] ppid=17384 vsize=37264 CPUtime=1457.13
/proc/17403/stat : 17403 (minisat) R 17384 17384 17110 0 -1 0 9883 0 0 0 145701 12 0 0 25 0 1 0 29673177 38158336 8845 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/17403/statm: 9316 8845 52 112 0 9200 0
Current children cumulated CPU time (s) 1470.05
Current children cumulated vsize (KiB) 53840

[startup+1543.98 s]
/proc/loadavg: 2.08 2.02 1.85 3/76 17601
/proc/meminfo: memFree=1466704/2055920 swapFree=4192956/4192956
[pid=17384] ppid=17382 vsize=16576 CPUtime=12.92
/proc/17384/stat : 17384 (sugar) S 17382 17384 17110 0 -1 4194304 1994 62386 0 2 7 1 1244 40 16 0 1 0 29671876 16973824 1507 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17384/statm: 4144 1507 373 3 0 1244 0
[pid=17403] ppid=17384 vsize=37264 CPUtime=1516.65
/proc/17403/stat : 17403 (minisat) R 17384 17384 17110 0 -1 0 9894 0 0 0 151653 12 0 0 25 0 1 0 29673177 38158336 8856 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528429 0 0 4096 3 0 0 0 17 1 0 0
/proc/17403/statm: 9316 8856 52 112 0 9200 0
Current children cumulated CPU time (s) 1529.57
Current children cumulated vsize (KiB) 53840

[startup+1604.05 s]
/proc/loadavg: 2.03 2.01 1.86 3/76 17601
/proc/meminfo: memFree=1466256/2055920 swapFree=4192956/4192956
[pid=17384] ppid=17382 vsize=16576 CPUtime=12.92
/proc/17384/stat : 17384 (sugar) S 17382 17384 17110 0 -1 4194304 1994 62386 0 2 7 1 1244 40 16 0 1 0 29671876 16973824 1507 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17384/statm: 4144 1507 373 3 0 1244 0
[pid=17403] ppid=17384 vsize=37404 CPUtime=1576.17
/proc/17403/stat : 17403 (minisat) R 17384 17384 17110 0 -1 0 9904 0 0 0 157605 12 0 0 25 0 1 0 29673177 38301696 8866 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/17403/statm: 9351 8866 52 112 0 9235 0
Current children cumulated CPU time (s) 1589.09
Current children cumulated vsize (KiB) 53980

[startup+1664.13 s]
/proc/loadavg: 2.01 2.01 1.87 3/76 17601
/proc/meminfo: memFree=1463568/2055920 swapFree=4192956/4192956
[pid=17384] ppid=17382 vsize=16576 CPUtime=12.92
/proc/17384/stat : 17384 (sugar) S 17382 17384 17110 0 -1 4194304 1994 62386 0 2 7 1 1244 40 16 0 1 0 29671876 16973824 1507 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17384/statm: 4144 1507 373 3 0 1244 0
[pid=17403] ppid=17384 vsize=38604 CPUtime=1635.7
/proc/17403/stat : 17403 (minisat) R 17384 17384 17110 0 -1 0 10209 0 0 0 163558 12 0 0 25 0 1 0 29673177 39530496 9171 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/17403/statm: 9651 9171 52 112 0 9535 0
Current children cumulated CPU time (s) 1648.62
Current children cumulated vsize (KiB) 55180

[startup+1724.21 s]
/proc/loadavg: 2.04 2.02 1.88 3/76 17601
/proc/meminfo: memFree=1463376/2055920 swapFree=4192956/4192956
[pid=17384] ppid=17382 vsize=16576 CPUtime=12.92
/proc/17384/stat : 17384 (sugar) S 17382 17384 17110 0 -1 4194304 1994 62386 0 2 7 1 1244 40 16 0 1 0 29671876 16973824 1507 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17384/statm: 4144 1507 373 3 0 1244 0
[pid=17403] ppid=17384 vsize=38764 CPUtime=1695.22
/proc/17403/stat : 17403 (minisat) R 17384 17384 17110 0 -1 0 10247 0 0 0 169510 12 0 0 25 0 1 0 29673177 39694336 9209 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/17403/statm: 9691 9209 52 112 0 9575 0
Current children cumulated CPU time (s) 1708.14
Current children cumulated vsize (KiB) 55340

[startup+1784.3 s]
/proc/loadavg: 2.49 2.12 1.92 3/82 17672
/proc/meminfo: memFree=1016096/2055920 swapFree=4192956/4192956
[pid=17384] ppid=17382 vsize=16576 CPUtime=12.92
/proc/17384/stat : 17384 (sugar) S 17382 17384 17110 0 -1 4194304 1994 62386 0 2 7 1 1244 40 16 0 1 0 29671876 16973824 1507 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17384/statm: 4144 1507 373 3 0 1244 0
[pid=17403] ppid=17384 vsize=41608 CPUtime=1755.01
/proc/17403/stat : 17403 (minisat) R 17384 17384 17110 0 -1 0 10976 0 0 0 175480 21 0 0 25 0 1 0 29673177 42606592 9938 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527082 0 0 4096 3 0 0 0 17 0 0 0
/proc/17403/statm: 10402 9938 52 112 0 10286 0
Current children cumulated CPU time (s) 1767.93
Current children cumulated vsize (KiB) 58184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.47 s]
/proc/loadavg: 2.69 2.20 1.95 4/82 17672
/proc/meminfo: memFree=511584/2055920 swapFree=4192956/4192956
[pid=17384] ppid=17382 vsize=16576 CPUtime=12.92
/proc/17384/stat : 17384 (sugar) S 17382 17384 17110 0 -1 4194304 1994 62386 0 2 7 1 1244 40 16 0 1 0 29671876 16973824 1507 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17384/statm: 4144 1507 373 3 0 1244 0
[pid=17403] ppid=17384 vsize=41608 CPUtime=1787.11
/proc/17403/stat : 17403 (minisat) R 17384 17384 17110 0 -1 0 10976 0 0 0 178678 33 0 0 25 0 1 0 29673177 42606592 9938 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525462 0 0 4096 3 0 0 0 17 0 0 0
/proc/17403/statm: 10402 9938 52 112 0 10286 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 58184

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 17384 and gives childrusage.ru_utime.tv_sec=12 childrusage.ru_utime.tv_usec=521096 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=428934
CPU time returned by wait4() is 12.95
while last known CPU time is 1800.04

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

Real time (s): 1817.49
CPU time (s): 1800.04
CPU user time (s): 1799.29
CPU system time (s): 0.75
CPU usage (%): 99.0399
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.5211
system time used= 0.428934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64466
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= 3619
involuntary context switches= 3510

runsolver used 2.15967 s user time and 5.8911 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Mon Jan 29 18:59:20 UTC 2007


IDJOB= 208570
IDBENCH= 4403
IDSOLVER= 86
FILE ID= node39/208570-1170097160

PBS_JOBID= 3689678

Free space on /tmp= 66562 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-40-19-fcd/rand-2-40-19-443-230-fcd-25_ext.xml
COMMAND LINE= /tmp/evaluation/208570-1170097160/solver /tmp/evaluation/208570-1170097160 /tmp/evaluation/208570-1170097160/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-208570-1170097160 -o ROOT/results/node39/solver-208570-1170097160 -C 1800 -M 900  /tmp/evaluation/208570-1170097160/solver /tmp/evaluation/208570-1170097160 /tmp/evaluation/208570-1170097160/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  2cb1a2cde212f1f449fd0cbf55bdc875

RANDOM SEED= 91231381

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.285
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.285
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:       1349888 kB
Buffers:         48996 kB
Cached:         352884 kB
SwapCached:          0 kB
Active:         377972 kB
Inactive:       256936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1349888 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3240 kB
Writeback:           0 kB
Mapped:         249852 kB
Slab:            55968 kB
Committed_AS:   374728 kB
PageTables:       2268 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= 65624 MiB



End job on node39 on Mon Jan 29 19:29:37 UTC 2007