Trace number 202819

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.05 1809.81

General information on the benchmark

Namerandom/rand-2-40-19/
rand-2-40-19-443-230-9_ext.xml
MD5SUMb25f747c4dbc5143264a82cc3adcd3fc
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 benchmark63.9543
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints342
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension342
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/202819-1170095748/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/202819-1170095748/unknown.xml [Mon Jan 29 19:35:48 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/202819-1170095748/unknown.xml /tmp/evaluation/202819-1170095748/sugar16103.csp [Mon Jan 29 19:35:48 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/202819-1170095748/sugar-v0-40.jar -convert /tmp/evaluation/202819-1170095748/unknown.xml /tmp/evaluation/202819-1170095748/sugar16103.csp
0.17	c BEGIN convert /tmp/evaluation/202819-1170095748/unknown.xml
0.68	c END convert (0.515872 seconds)
0.71	c # CONVERT_XML  END : /tmp/evaluation/202819-1170095748/sugar16103.csp 1107957 bytes (1 seconds) [Mon Jan 29 19:35:49 2007]
0.71	c # CONVERT_XML  CPU : 0.63 = 0 + 0 + 0.56 + 0.07
0.71	
0.71	c # GENERATE_SAT  BEGIN : /tmp/evaluation/202819-1170095748/sugar16103.bcnf [Mon Jan 29 19:35:49 2007]
0.71	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/202819-1170095748/sugar-v0-40.jar -bcnf -map /tmp/evaluation/202819-1170095748/sugar16103.map /tmp/evaluation/202819-1170095748/sugar16103.csp /tmp/evaluation/202819-1170095748/sugar16103.bcnf
0.83	c BEGIN parse /tmp/evaluation/202819-1170095748/sugar16103.csp
12.49	c END parse (11.661499 seconds)
12.49	c BEGIN simplify
12.56	c END simplify (0.070966 seconds)
12.56	c BEGIN encode /tmp/evaluation/202819-1170095748/sugar16103.bcnf
13.09	c END encode (0.534319 seconds)
13.20	c # GENERATE_SAT  END : 4942 variables 42947 clauses 4048656 bytes (12 seconds) [Mon Jan 29 19:36:01 2007]
13.20	c # GENERATE_SAT  CPU : 12.32 = 0.04 + 0 + 11.91 + 0.37
13.20	
13.20	c # SOLVE_SAT  BEGIN : /tmp/evaluation/202819-1170095748/sugar16103.bcnf [Mon Jan 29 19:36:01 2007]
13.20	c # CMD : /tmp/evaluation/202819-1170095748/minisat /tmp/evaluation/202819-1170095748/sugar16103.bcnf /tmp/evaluation/202819-1170095748/sugar16103.out
13.30	c ==================================[MINISAT]===================================
13.30	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
13.30	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
13.30	c ==============================================================================
13.30	c |         0 |   42947   969211 |   14315       0        0     nan |  0.000 % |
13.33	c |       100 |   42947   969211 |   15746     100     3373    33.7 |  0.000 % |
13.35	c |       250 |   42948   969211 |   17321     249     5177    20.8 |  0.000 % |
13.40	c |       476 |   42948   969211 |   19053     475     7367    15.5 |  0.000 % |
13.47	c |       813 |   42949   969211 |   20958     811    11121    13.7 |  0.000 % |
13.58	c |      1319 |   42949   969211 |   23054    1317    17794    13.5 |  0.000 % |
13.74	c |      2078 |   42949   969211 |   25359    2076    28997    14.0 |  0.000 % |
13.98	c |      3217 |   42951   969211 |   27895    3213    43547    13.6 |  0.000 % |
14.37	c |      4925 |   42952   969211 |   30685    4920    66170    13.4 |  0.000 % |
15.04	c |      7488 |   42955   969211 |   33754    7480   108247    14.5 |  0.000 % |
16.13	c |     11332 |   42956   969211 |   37129   11323   171939    15.2 |  0.000 % |
17.64	c |     17100 |   42957   969211 |   40842   17090   254006    14.9 |  0.000 % |
20.53	c |     25749 |   42961   969211 |   44926   25735   397625    15.5 |  0.000 % |
26.10	c |     38723 |   42964   969211 |   49419   38706   602792    15.6 |  0.000 % |
35.16	c |     58184 |   42969   969211 |   54361   22007   372146    16.9 |  0.000 % |
50.16	c |     87376 |   42975   969211 |   59797   51193   839121    16.4 |  0.000 % |
73.77	c |    131165 |   42982   969211 |   65777   50241  1058859    21.1 |  0.000 % |
118.32	c |    196849 |   42994   969211 |   72354   19986   404025    20.2 |  0.000 % |
182.97	c |    295376 |   43010   969211 |   79590   63803  1361693    21.3 |  0.001 % |
278.28	c |    443167 |   42907   968696 |   87549   20409   440043    21.6 |  0.384 % |
434.55	c |    664851 |   42932   968696 |   96304   29352   723157    24.6 |  0.385 % |
690.74	c |    997376 |   42845   967589 |  105934   41970  1072770    25.6 |  0.405 % |
1123.78	c |   1496165 |   42875   967589 |  116528   20824   480344    23.1 |  0.405 % |
1744.06	c |   2244347 |   42809   967292 |  128180   55143  1172899    21.3 |  0.425 % |
1808.80	
1808.80	s UNKNOWN
1808.80	c # INTERRUPTED
1808.80	c # MAIN  END :  (1809 seconds) [Mon Jan 29 20:05:57 2007]
1808.80	c # MAIN  CPU : 12.95 = 0.04 + 0 + 12.47 + 0.44
1808.80	

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/node55/watcher-202819-1170095748 -o ROOT/results/node55/solver-202819-1170095748 -C 1800 -M 900 /tmp/evaluation/202819-1170095748/solver /tmp/evaluation/202819-1170095748 /tmp/evaluation/202819-1170095748/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.06 2.12 2.77 5/75 16104
/proc/meminfo: memFree=1839688/2055920 swapFree=4184200/4192956
[pid=16103] ppid=16101 vsize=18540 CPUtime=0
/proc/16103/stat : 16103 (runsolver) R 16101 16103 15572 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 29531248 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 248761609511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16103/statm: 4635 279 244 17 0 2626 0

[startup+0.109811 s]
/proc/loadavg: 2.06 2.12 2.77 5/75 16104
/proc/meminfo: memFree=1839688/2055920 swapFree=4184200/4192956
[pid=16103] ppid=16101 vsize=13724 CPUtime=0.04
/proc/16103/stat : 16103 (sugar) S 16101 16103 15572 0 -1 4194304 1112 0 0 0 3 1 0 0 20 0 1 0 29531248 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.517848 s]
/proc/loadavg: 2.06 2.12 2.77 5/75 16104
/proc/meminfo: memFree=1839688/2055920 swapFree=4184200/4192956
[pid=16103] ppid=16101 vsize=13724 CPUtime=0.04
/proc/16103/stat : 16103 (sugar) S 16101 16103 15572 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 29531248 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33893 s]
/proc/loadavg: 2.14 2.13 2.77 5/83 16120
/proc/meminfo: memFree=1816840/2055920 swapFree=4184200/4192956
[pid=16103] ppid=16101 vsize=13724 CPUtime=0.67
/proc/16103/stat : 16103 (sugar) S 16101 16103 15572 0 -1 4194304 1190 7512 0 1 3 1 56 7 15 0 1 0 29531248 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 3431 809 371 3 0 531 0
[pid=16113] ppid=16103 vsize=807064 CPUtime=0.61
/proc/16113/stat : 16113 (java) R 16103 16103 15572 0 -1 0 7747 0 1 0 57 4 0 0 18 0 8 0 29531319 826433536 7495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073507715 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16113/statm: 201766 7495 1494 14 0 189044 0
[pid=16113/tid=16114] ppid=16103 vsize=807064 CPUtime=0.09
/proc/16113/task/16114/stat : 16114 (java) S 16103 16103 15572 0 -1 64 1694 0 0 0 9 0 0 0 16 0 8 0 29531322 826433536 7495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16113/tid=16115] ppid=16103 vsize=807064 CPUtime=0
/proc/16113/task/16115/stat : 16115 (java) S 16103 16103 15572 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 29531323 826433536 7495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16113/tid=16116] ppid=16103 vsize=807064 CPUtime=0
/proc/16113/task/16116/stat : 16116 (java) S 16103 16103 15572 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29531323 826433536 7495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16113/tid=16117] ppid=16103 vsize=807064 CPUtime=0
/proc/16113/task/16117/stat : 16117 (java) S 16103 16103 15572 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29531326 826433536 7495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16113/tid=16118] ppid=16103 vsize=807064 CPUtime=0.05
/proc/16113/task/16118/stat : 16118 (java) R 16103 16103 15572 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 29531326 826433536 7495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16113/tid=16119] ppid=16103 vsize=807064 CPUtime=0
/proc/16113/task/16119/stat : 16119 (java) S 16103 16103 15572 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29531326 826433536 7495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16113/tid=16120] ppid=16103 vsize=807064 CPUtime=0
/proc/16113/task/16120/stat : 16120 (java) S 16103 16103 15572 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29531326 826433536 7495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 820788

[startup+2.99009 s]
/proc/loadavg: 2.14 2.13 2.77 3/83 16120
/proc/meminfo: memFree=1798024/2055920 swapFree=4184200/4192956
[pid=16103] ppid=16101 vsize=13724 CPUtime=0.67
/proc/16103/stat : 16103 (sugar) S 16101 16103 15572 0 -1 4194304 1190 7512 0 1 3 1 56 7 15 0 1 0 29531248 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 3431 809 371 3 0 531 0
[pid=16113] ppid=16103 vsize=807336 CPUtime=2.25
/proc/16113/stat : 16113 (java) R 16103 16103 15572 0 -1 0 15632 0 1 0 216 9 0 0 25 0 8 0 29531319 826712064 15355 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16113/statm: 201834 15355 1506 14 0 189112 0
[pid=16113/tid=16114] ppid=16103 vsize=807336 CPUtime=0.56
/proc/16113/task/16114/stat : 16114 (java) R 16103 16103 15572 0 -1 64 9409 0 0 0 52 4 0 0 16 0 8 0 29531322 826712064 15355 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153968444 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16113/tid=16115] ppid=16103 vsize=807336 CPUtime=0
/proc/16113/task/16115/stat : 16115 (java) S 16103 16103 15572 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 29531323 826712064 15355 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16113/tid=16116] ppid=16103 vsize=807336 CPUtime=0
/proc/16113/task/16116/stat : 16116 (java) S 16103 16103 15572 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29531323 826712064 15355 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16113/tid=16117] ppid=16103 vsize=807336 CPUtime=0
/proc/16113/task/16117/stat : 16117 (java) S 16103 16103 15572 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29531326 826712064 15355 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16113/tid=16118] ppid=16103 vsize=807336 CPUtime=0.13
/proc/16113/task/16118/stat : 16118 (java) S 16103 16103 15572 0 -1 64 400 0 0 0 13 0 0 0 16 0 8 0 29531326 826712064 15355 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16113/tid=16119] ppid=16103 vsize=807336 CPUtime=0
/proc/16113/task/16119/stat : 16119 (java) S 16103 16103 15572 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29531326 826712064 15355 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16113/tid=16120] ppid=16103 vsize=807336 CPUtime=0
/proc/16113/task/16120/stat : 16120 (java) S 16103 16103 15572 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29531326 826712064 15355 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 821060

[startup+6.2234 s]
/proc/loadavg: 2.14 2.13 2.77 3/83 16120
/proc/meminfo: memFree=1714952/2055920 swapFree=4184200/4192956
[pid=16103] ppid=16101 vsize=13724 CPUtime=0.67
/proc/16103/stat : 16103 (sugar) S 16101 16103 15572 0 -1 4194304 1190 7512 0 1 3 1 56 7 15 0 1 0 29531248 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 3431 809 371 3 0 531 0
[pid=16113] ppid=16103 vsize=807336 CPUtime=5.44
/proc/16113/stat : 16113 (java) R 16103 16103 15572 0 -1 0 36163 0 1 0 525 19 0 0 25 0 8 0 29531319 826712064 35799 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073573154 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16113/statm: 201834 35799 1506 14 0 189112 0
[pid=16113/tid=16114] ppid=16103 vsize=807336 CPUtime=1.49
/proc/16113/task/16114/stat : 16114 (java) S 16103 16103 15572 0 -1 64 29849 0 0 0 135 14 0 0 16 0 8 0 29531322 826712064 35799 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16113/tid=16115] ppid=16103 vsize=807336 CPUtime=0
/proc/16113/task/16115/stat : 16115 (java) S 16103 16103 15572 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 29531323 826712064 35799 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16113/tid=16116] ppid=16103 vsize=807336 CPUtime=0
/proc/16113/task/16116/stat : 16116 (java) S 16103 16103 15572 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29531323 826712064 35799 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16113/tid=16117] ppid=16103 vsize=807336 CPUtime=0
/proc/16113/task/16117/stat : 16117 (java) S 16103 16103 15572 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29531326 826712064 35799 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16113/tid=16118] ppid=16103 vsize=807336 CPUtime=0.14
/proc/16113/task/16118/stat : 16118 (java) S 16103 16103 15572 0 -1 64 403 0 0 0 14 0 0 0 16 0 8 0 29531326 826712064 35799 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16113/tid=16119] ppid=16103 vsize=807336 CPUtime=0
/proc/16113/task/16119/stat : 16119 (java) S 16103 16103 15572 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29531326 826712064 35799 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16113/tid=16120] ppid=16103 vsize=807336 CPUtime=0
/proc/16113/task/16120/stat : 16120 (java) S 16103 16103 15572 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29531326 826712064 35799 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 821060

[startup+12.643 s]
/proc/loadavg: 2.27 2.16 2.77 4/83 16120
/proc/meminfo: memFree=1625160/2055920 swapFree=4184200/4192956
[pid=16103] ppid=16101 vsize=13724 CPUtime=0.67
/proc/16103/stat : 16103 (sugar) S 16101 16103 15572 0 -1 4194304 1190 7512 0 1 3 1 56 7 16 0 1 0 29531248 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 3431 809 371 3 0 531 0
[pid=16113] ppid=16103 vsize=807336 CPUtime=11.79
/proc/16113/stat : 16113 (java) R 16103 16103 15572 0 -1 0 54730 0 1 0 1148 31 0 0 25 0 8 0 29531319 826712064 54123 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16113/statm: 201834 54123 1511 14 0 189112 0
[pid=16113/tid=16114] ppid=16103 vsize=807336 CPUtime=3.45
/proc/16113/task/16114/stat : 16114 (java) S 16103 16103 15572 0 -1 64 48230 0 0 0 321 24 0 0 16 0 8 0 29531322 826712064 54123 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16113/tid=16115] ppid=16103 vsize=807336 CPUtime=0
/proc/16113/task/16115/stat : 16115 (java) S 16103 16103 15572 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 29531323 826712064 54123 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16113/tid=16116] ppid=16103 vsize=807336 CPUtime=0
/proc/16113/task/16116/stat : 16116 (java) S 16103 16103 15572 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29531323 826712064 54123 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16113/tid=16117] ppid=16103 vsize=807336 CPUtime=0
/proc/16113/task/16117/stat : 16117 (java) S 16103 16103 15572 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29531326 826712064 54123 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16113/tid=16118] ppid=16103 vsize=807336 CPUtime=0.15
/proc/16113/task/16118/stat : 16118 (java) R 16103 16103 15572 0 -1 64 410 0 0 0 15 0 0 0 16 0 8 0 29531326 826712064 54123 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153942857 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16113/tid=16119] ppid=16103 vsize=807336 CPUtime=0
/proc/16113/task/16119/stat : 16119 (java) S 16103 16103 15572 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29531326 826712064 54123 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16113/tid=16120] ppid=16103 vsize=807336 CPUtime=0
/proc/16113/task/16120/stat : 16120 (java) S 16103 16103 15572 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29531326 826712064 54123 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 821060

[startup+25.4881 s]
/proc/loadavg: 2.23 2.16 2.76 3/76 16121
/proc/meminfo: memFree=1819456/2055920 swapFree=4184200/4192956
[pid=16103] ppid=16101 vsize=16180 CPUtime=12.99
/proc/16103/stat : 16103 (sugar) S 16101 16103 15572 0 -1 4194304 1899 62265 0 2 7 1 1247 44 16 0 1 0 29531248 16568320 1410 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 4045 1410 373 3 0 1145 0
[pid=16121] ppid=16103 vsize=10604 CPUtime=12.21
/proc/16121/stat : 16121 (minisat) R 16103 16103 15572 0 -1 0 3271 0 0 0 1219 2 0 0 25 0 1 0 29532568 10858496 2267 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16121/statm: 2651 2267 52 112 0 2535 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 26784

[startup+51.1525 s]
/proc/loadavg: 2.15 2.14 2.74 3/76 16121
/proc/meminfo: memFree=1816704/2055920 swapFree=4184200/4192956
[pid=16103] ppid=16101 vsize=16180 CPUtime=12.99
/proc/16103/stat : 16103 (sugar) S 16101 16103 15572 0 -1 4194304 1899 62265 0 2 7 1 1247 44 16 0 1 0 29531248 16568320 1410 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 4045 1410 373 3 0 1145 0
[pid=16121] ppid=16103 vsize=12696 CPUtime=37.76
/proc/16121/stat : 16121 (minisat) R 16103 16103 15572 0 -1 0 3789 0 0 0 3773 3 0 0 25 0 1 0 29532568 13000704 2785 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16121/statm: 3174 2785 52 112 0 3058 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 28876

[startup+102.377 s]
/proc/loadavg: 2.06 2.12 2.69 3/76 16121
/proc/meminfo: memFree=1811968/2055920 swapFree=4184200/4192956
[pid=16103] ppid=16101 vsize=16180 CPUtime=12.99
/proc/16103/stat : 16103 (sugar) S 16101 16103 15572 0 -1 4194304 1899 62265 0 2 7 1 1247 44 16 0 1 0 29531248 16568320 1410 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 4045 1410 373 3 0 1145 0
[pid=16121] ppid=16103 vsize=15748 CPUtime=88.74
/proc/16121/stat : 16121 (minisat) R 16103 16103 15572 0 -1 0 4546 0 0 0 8871 3 0 0 25 0 1 0 29532568 16125952 3542 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527084 0 0 4096 3 0 0 0 17 1 0 0
/proc/16121/statm: 3937 3542 52 112 0 3821 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 31928

[startup+162.44 s]
/proc/loadavg: 2.10 2.11 2.65 3/76 16121
/proc/meminfo: memFree=1809536/2055920 swapFree=4184200/4192956
[pid=16103] ppid=16101 vsize=16180 CPUtime=12.99
/proc/16103/stat : 16103 (sugar) S 16101 16103 15572 0 -1 4194304 1899 62265 0 2 7 1 1247 44 16 0 1 0 29531248 16568320 1410 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 4045 1410 373 3 0 1145 0
[pid=16121] ppid=16103 vsize=16680 CPUtime=148.52
/proc/16121/stat : 16121 (minisat) R 16103 16103 15572 0 -1 0 4768 0 0 0 14848 4 0 0 25 0 1 0 29532568 17080320 3764 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525979 0 0 4096 3 0 0 0 17 1 0 0
/proc/16121/statm: 4170 3764 52 112 0 4054 0
Current children cumulated CPU time (s) 161.51
Current children cumulated vsize (KiB) 32860

[startup+222.495 s]
/proc/loadavg: 2.03 2.09 2.61 3/76 16121
/proc/meminfo: memFree=1806976/2055920 swapFree=4184200/4192956
[pid=16103] ppid=16101 vsize=16180 CPUtime=12.99
/proc/16103/stat : 16103 (sugar) S 16101 16103 15572 0 -1 4194304 1899 62265 0 2 7 1 1247 44 16 0 1 0 29531248 16568320 1410 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 4045 1410 373 3 0 1145 0
[pid=16121] ppid=16103 vsize=17344 CPUtime=208.3
/proc/16121/stat : 16121 (minisat) R 16103 16103 15572 0 -1 0 4949 0 0 0 20826 4 0 0 25 0 1 0 29532568 17760256 3945 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 1 0 0
/proc/16121/statm: 4336 3945 52 112 0 4220 0
Current children cumulated CPU time (s) 221.29
Current children cumulated vsize (KiB) 33524

[startup+282.556 s]
/proc/loadavg: 2.01 2.07 2.57 3/76 16121

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

/proc/loadavg: 2.06 2.01 2.22 3/76 16121
/proc/meminfo: memFree=1784704/2055920 swapFree=4184200/4192956
[pid=16103] ppid=16101 vsize=16180 CPUtime=12.99
/proc/16103/stat : 16103 (sugar) S 16101 16103 15572 0 -1 4194304 1899 62265 0 2 7 1 1247 44 16 0 1 0 29531248 16568320 1410 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 4045 1410 373 3 0 1145 0
[pid=16121] ppid=16103 vsize=30200 CPUtime=1104.98
/proc/16121/stat : 16121 (minisat) R 16103 16103 15572 0 -1 0 8034 0 0 0 110489 9 0 0 25 0 1 0 29532568 30924800 7030 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16121/statm: 7550 7030 52 112 0 7434 0
Current children cumulated CPU time (s) 1117.97
Current children cumulated vsize (KiB) 46380

[startup+1183.44 s]
/proc/loadavg: 2.02 2.01 2.20 3/76 16121
/proc/meminfo: memFree=1784128/2055920 swapFree=4184200/4192956
[pid=16103] ppid=16101 vsize=16180 CPUtime=12.99
/proc/16103/stat : 16103 (sugar) S 16101 16103 15572 0 -1 4194304 1899 62265 0 2 7 1 1247 44 16 0 1 0 29531248 16568320 1410 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 4045 1410 373 3 0 1145 0
[pid=16121] ppid=16103 vsize=30200 CPUtime=1164.75
/proc/16121/stat : 16121 (minisat) R 16103 16103 15572 0 -1 0 8051 0 0 0 116466 9 0 0 25 0 1 0 29532568 30924800 7047 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16121/statm: 7550 7047 52 112 0 7434 0
Current children cumulated CPU time (s) 1177.74
Current children cumulated vsize (KiB) 46380

[startup+1243.5 s]
/proc/loadavg: 2.00 2.00 2.18 3/76 16121
/proc/meminfo: memFree=1782720/2055920 swapFree=4184200/4192956
[pid=16103] ppid=16101 vsize=16180 CPUtime=12.99
/proc/16103/stat : 16103 (sugar) S 16101 16103 15572 0 -1 4194304 1899 62265 0 2 7 1 1247 44 16 0 1 0 29531248 16568320 1410 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 4045 1410 373 3 0 1145 0
[pid=16121] ppid=16103 vsize=31372 CPUtime=1224.54
/proc/16121/stat : 16121 (minisat) R 16103 16103 15572 0 -1 0 8336 0 0 0 122444 10 0 0 25 0 1 0 29532568 32124928 7332 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528055 0 0 4096 3 0 0 0 17 1 0 0
/proc/16121/statm: 7843 7332 52 112 0 7727 0
Current children cumulated CPU time (s) 1237.53
Current children cumulated vsize (KiB) 47552

[startup+1303.56 s]
/proc/loadavg: 2.07 2.02 2.18 3/76 16121
/proc/meminfo: memFree=1781248/2055920 swapFree=4184200/4192956
[pid=16103] ppid=16101 vsize=16180 CPUtime=12.99
/proc/16103/stat : 16103 (sugar) S 16101 16103 15572 0 -1 4194304 1899 62265 0 2 7 1 1247 44 16 0 1 0 29531248 16568320 1410 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 4045 1410 373 3 0 1145 0
[pid=16121] ppid=16103 vsize=31656 CPUtime=1284.32
/proc/16121/stat : 16121 (minisat) R 16103 16103 15572 0 -1 0 8423 0 0 0 128422 10 0 0 25 0 1 0 29532568 32415744 7419 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16121/statm: 7914 7419 52 112 0 7798 0
Current children cumulated CPU time (s) 1297.31
Current children cumulated vsize (KiB) 47836

[startup+1363.62 s]
/proc/loadavg: 2.07 2.03 2.17 3/76 16121
/proc/meminfo: memFree=1780736/2055920 swapFree=4184200/4192956
[pid=16103] ppid=16101 vsize=16180 CPUtime=12.99
/proc/16103/stat : 16103 (sugar) S 16101 16103 15572 0 -1 4194304 1899 62265 0 2 7 1 1247 44 16 0 1 0 29531248 16568320 1410 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 4045 1410 373 3 0 1145 0
[pid=16121] ppid=16103 vsize=31808 CPUtime=1344.09
/proc/16121/stat : 16121 (minisat) R 16103 16103 15572 0 -1 0 8454 0 0 0 134399 10 0 0 25 0 1 0 29532568 32571392 7450 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16121/statm: 7952 7450 52 112 0 7836 0
Current children cumulated CPU time (s) 1357.08
Current children cumulated vsize (KiB) 47988

[startup+1423.68 s]
/proc/loadavg: 2.02 2.02 2.16 3/76 16121
/proc/meminfo: memFree=1780352/2055920 swapFree=4184200/4192956
[pid=16103] ppid=16101 vsize=16180 CPUtime=12.99
/proc/16103/stat : 16103 (sugar) S 16101 16103 15572 0 -1 4194304 1899 62265 0 2 7 1 1247 44 16 0 1 0 29531248 16568320 1410 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 4045 1410 373 3 0 1145 0
[pid=16121] ppid=16103 vsize=31952 CPUtime=1403.87
/proc/16121/stat : 16121 (minisat) R 16103 16103 15572 0 -1 0 8469 0 0 0 140377 10 0 0 25 0 1 0 29532568 32718848 7465 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16121/statm: 7988 7465 52 112 0 7872 0
Current children cumulated CPU time (s) 1416.86
Current children cumulated vsize (KiB) 48132

[startup+1483.74 s]
/proc/loadavg: 2.01 2.01 2.15 3/76 16121
/proc/meminfo: memFree=1779392/2055920 swapFree=4184200/4192956
[pid=16103] ppid=16101 vsize=16180 CPUtime=12.99
/proc/16103/stat : 16103 (sugar) S 16101 16103 15572 0 -1 4194304 1899 62265 0 2 7 1 1247 44 16 0 1 0 29531248 16568320 1410 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 4045 1410 373 3 0 1145 0
[pid=16121] ppid=16103 vsize=32648 CPUtime=1463.64
/proc/16121/stat : 16121 (minisat) R 16103 16103 15572 0 -1 0 8653 0 0 0 146354 10 0 0 25 0 1 0 29532568 33431552 7649 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16121/statm: 8162 7649 52 112 0 8046 0
Current children cumulated CPU time (s) 1476.63
Current children cumulated vsize (KiB) 48828

[startup+1543.81 s]
/proc/loadavg: 2.00 2.01 2.13 3/82 16223
/proc/meminfo: memFree=1776832/2055920 swapFree=4184200/4192956
[pid=16103] ppid=16101 vsize=16180 CPUtime=12.99
/proc/16103/stat : 16103 (sugar) S 16101 16103 15572 0 -1 4194304 1899 62265 0 2 7 1 1247 44 16 0 1 0 29531248 16568320 1410 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 4045 1410 373 3 0 1145 0
[pid=16121] ppid=16103 vsize=32952 CPUtime=1523.32
/proc/16121/stat : 16121 (minisat) R 16103 16103 15572 0 -1 0 8731 0 0 0 152322 10 0 0 25 0 1 0 29532568 33742848 7727 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16121/statm: 8238 7727 52 112 0 8122 0
Current children cumulated CPU time (s) 1536.31
Current children cumulated vsize (KiB) 49132

[startup+1603.9 s]
/proc/loadavg: 2.00 2.00 2.12 3/82 16297
/proc/meminfo: memFree=1776712/2055920 swapFree=4184200/4192956
[pid=16103] ppid=16101 vsize=16180 CPUtime=12.99
/proc/16103/stat : 16103 (sugar) S 16101 16103 15572 0 -1 4194304 1899 62265 0 2 7 1 1247 44 16 0 1 0 29531248 16568320 1410 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 4045 1410 373 3 0 1145 0
[pid=16121] ppid=16103 vsize=32952 CPUtime=1583.05
/proc/16121/stat : 16121 (minisat) R 16103 16103 15572 0 -1 0 8734 0 0 0 158295 10 0 0 25 0 1 0 29532568 33742848 7730 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16121/statm: 8238 7730 52 112 0 8122 0
Current children cumulated CPU time (s) 1596.04
Current children cumulated vsize (KiB) 49132

[startup+1663.96 s]
/proc/loadavg: 2.00 2.00 2.11 3/76 16319
/proc/meminfo: memFree=1777088/2055920 swapFree=4184200/4192956
[pid=16103] ppid=16101 vsize=16180 CPUtime=12.99
/proc/16103/stat : 16103 (sugar) S 16101 16103 15572 0 -1 4194304 1899 62265 0 2 7 1 1247 44 16 0 1 0 29531248 16568320 1410 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 4045 1410 373 3 0 1145 0
[pid=16121] ppid=16103 vsize=32952 CPUtime=1642.82
/proc/16121/stat : 16121 (minisat) R 16103 16103 15572 0 -1 0 8735 0 0 0 164271 11 0 0 25 0 1 0 29532568 33742848 7731 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16121/statm: 8238 7731 52 112 0 8122 0
Current children cumulated CPU time (s) 1655.81
Current children cumulated vsize (KiB) 49132

[startup+1724.02 s]
/proc/loadavg: 2.06 2.01 2.10 3/76 16319
/proc/meminfo: memFree=1776768/2055920 swapFree=4184200/4192956
[pid=16103] ppid=16101 vsize=16180 CPUtime=12.99
/proc/16103/stat : 16103 (sugar) S 16101 16103 15572 0 -1 4194304 1899 62265 0 2 7 1 1247 44 16 0 1 0 29531248 16568320 1410 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 4045 1410 373 3 0 1145 0
[pid=16121] ppid=16103 vsize=33252 CPUtime=1702.6
/proc/16121/stat : 16121 (minisat) R 16103 16103 15572 0 -1 0 8797 0 0 0 170249 11 0 0 25 0 1 0 29532568 34050048 7793 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16121/statm: 8313 7793 52 112 0 8197 0
Current children cumulated CPU time (s) 1715.59
Current children cumulated vsize (KiB) 49432

[startup+1784.09 s]
/proc/loadavg: 2.02 2.01 2.09 3/83 16383
/proc/meminfo: memFree=1726856/2055920 swapFree=4184200/4192956
[pid=16103] ppid=16101 vsize=16180 CPUtime=12.99
/proc/16103/stat : 16103 (sugar) S 16101 16103 15572 0 -1 4194304 1899 62265 0 2 7 1 1247 44 16 0 1 0 29531248 16568320 1410 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 4045 1410 373 3 0 1145 0
[pid=16121] ppid=16103 vsize=33252 CPUtime=1762.36
/proc/16121/stat : 16121 (minisat) R 16103 16103 15572 0 -1 0 8812 0 0 0 176224 12 0 0 25 0 1 0 29532568 34050048 7808 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528418 0 0 4096 3 0 0 0 17 0 0 0
/proc/16121/statm: 8313 7808 52 112 0 8197 0
Current children cumulated CPU time (s) 1775.35
Current children cumulated vsize (KiB) 49432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.79 s]
/proc/loadavg: 1.67 1.93 2.06 2/66 16397
/proc/meminfo: memFree=1823208/2055920 swapFree=4184200/4192956
[pid=16103] ppid=16101 vsize=16180 CPUtime=12.99
/proc/16103/stat : 16103 (sugar) S 16101 16103 15572 0 -1 4194304 1899 62265 0 2 7 1 1247 44 16 0 1 0 29531248 16568320 1410 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16103/statm: 4045 1410 373 3 0 1145 0
[pid=16121] ppid=16103 vsize=33252 CPUtime=1787.05
/proc/16121/stat : 16121 (minisat) R 16103 16103 15572 0 -1 0 8812 0 0 0 178693 12 0 0 25 0 1 0 29532568 34050048 7808 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528368 0 0 4096 3 0 0 0 17 1 0 0
/proc/16121/statm: 8313 7808 52 112 0 8197 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 49432

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 16103 and gives childrusage.ru_utime.tv_sec=12 childrusage.ru_utime.tv_usec=553091 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=463929
CPU time returned by wait4() is 13.017
while last known CPU time is 1800.05

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

Real time (s): 1809.81
CPU time (s): 1800.05
CPU user time (s): 1799.47
CPU system time (s): 0.58
CPU usage (%): 99.4606
Max. virtual memory (cumulated for all children) (KiB): 821312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.5531
system time used= 0.463929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64249
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= 3416
involuntary context switches= 3498

runsolver used 1.74673 s user time and 4.80627 s system time

The end

Launcher Data (download as text)

Begin job on node55 on Mon Jan 29 18:35:48 UTC 2007


IDJOB= 202819
IDBENCH= 3884
IDSOLVER= 86
FILE ID= node55/202819-1170095748

PBS_JOBID= 3689648

Free space on /tmp= 66558 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  b25f747c4dbc5143264a82cc3adcd3fc

RANDOM SEED= 727808467

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.247
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.247
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:       1840104 kB
Buffers:         55116 kB
Cached:          78880 kB
SwapCached:       3024 kB
Active:          74276 kB
Inactive:        89216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1840104 kB
SwapTotal:     4192956 kB
SwapFree:      4184200 kB
Dirty:            5148 kB
Writeback:           0 kB
Mapped:          36000 kB
Slab:            37772 kB
Committed_AS:   185980 kB
PageTables:       1768 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 node55 on Mon Jan 29 19:05:59 UTC 2007