Trace number 217251

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.01 1817.39

General information on the benchmark

Namefrb/frb45-21/
frb45-21-4-mgd_ext.xml
MD5SUM13642e2d14ce9b5f2bced44373ea5d14
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 benchmark2.28465
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables45
Number of constraints378
Maximum constraint arity2
Maximum domain size21
Number of constraints which are defined in extension378
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/217251-1170101012/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/217251-1170101012/unknown.xml [Mon Jan 29 21:03:32 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/217251-1170101012/unknown.xml /tmp/evaluation/217251-1170101012/sugar25141.csp [Mon Jan 29 21:03:32 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/217251-1170101012/sugar-v0-40.jar -convert /tmp/evaluation/217251-1170101012/unknown.xml /tmp/evaluation/217251-1170101012/sugar25141.csp
0.16	c BEGIN convert /tmp/evaluation/217251-1170101012/unknown.xml
0.73	c END convert (0.572753 seconds)
0.75	c # CONVERT_XML  END : /tmp/evaluation/217251-1170101012/sugar25141.csp 1559153 bytes (1 seconds) [Mon Jan 29 21:03:33 2007]
0.75	c # CONVERT_XML  CPU : 0.69 = 0 + 0 + 0.63 + 0.06
0.75	
0.75	c # GENERATE_SAT  BEGIN : /tmp/evaluation/217251-1170101012/sugar25141.bcnf [Mon Jan 29 21:03:33 2007]
0.75	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/217251-1170101012/sugar-v0-40.jar -bcnf -map /tmp/evaluation/217251-1170101012/sugar25141.map /tmp/evaluation/217251-1170101012/sugar25141.csp /tmp/evaluation/217251-1170101012/sugar25141.bcnf
0.86	c BEGIN parse /tmp/evaluation/217251-1170101012/sugar25141.csp
19.48	c END parse (18.616265 seconds)
19.48	c BEGIN simplify
19.57	c END simplify (0.088171 seconds)
19.57	c BEGIN encode /tmp/evaluation/217251-1170101012/sugar25141.bcnf
20.28	c END encode (0.714291 seconds)
20.40	c # GENERATE_SAT  END : 6642 variables 59811 clauses 6056536 bytes (19 seconds) [Mon Jan 29 21:03:52 2007]
20.40	c # GENERATE_SAT  CPU : 19.41 = 0.04 + 0.01 + 18.95 + 0.41
20.40	
20.40	c # SOLVE_SAT  BEGIN : /tmp/evaluation/217251-1170101012/sugar25141.bcnf [Mon Jan 29 21:03:52 2007]
20.40	c # CMD : /tmp/evaluation/217251-1170101012/minisat /tmp/evaluation/217251-1170101012/sugar25141.bcnf /tmp/evaluation/217251-1170101012/sugar25141.out
20.55	c ==================================[MINISAT]===================================
20.55	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
20.55	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
20.55	c ==============================================================================
20.56	c |         0 |   59811  1454315 |   19937       0        0     nan |  0.000 % |
20.59	c |       100 |   59812  1454315 |   21930      99     4058    41.0 |  0.000 % |
20.63	c |       251 |   59812  1454315 |   24123     250     5621    22.5 |  0.000 % |
20.71	c |       476 |   59812  1454315 |   26536     475     9051    19.1 |  0.000 % |
20.85	c |       813 |   59812  1454315 |   29189     812    14914    18.4 |  0.000 % |
21.02	c |      1319 |   59813  1454315 |   32108    1317    21986    16.7 |  0.000 % |
21.31	c |      2079 |   59814  1454315 |   35319    2076    34829    16.8 |  0.000 % |
21.68	c |      3218 |   59815  1454315 |   38851    3214    51657    16.1 |  0.000 % |
22.33	c |      4927 |   59816  1454315 |   42736    4922    75744    15.4 |  0.000 % |
23.49	c |      7489 |   59816  1454315 |   47010    7484   120755    16.1 |  0.000 % |
25.19	c |     11334 |   59822  1454315 |   51711   11323   187096    16.5 |  0.000 % |
28.10	c |     17102 |   59822  1454315 |   56882   17091   291185    17.0 |  0.000 % |
32.58	c |     25751 |   59825  1454315 |   62570   25737   432542    16.8 |  0.000 % |
40.43	c |     38725 |   59827  1454315 |   68827   38709   704277    18.2 |  0.000 % |
54.94	c |     58186 |   59831  1454315 |   75710   58166  1182400    20.3 |  0.000 % |
79.30	c |     87378 |   59836  1454315 |   83281   27405   561928    20.5 |  0.000 % |
115.46	c |    131167 |   59847  1454315 |   91609   71183  1747274    24.5 |  0.000 % |
179.24	c |    196851 |   59857  1454315 |  100770   61326  1837879    30.0 |  0.000 % |
289.05	c |    295377 |   59863  1454315 |  110848   77073  2234803    29.0 |  0.000 % |
435.01	c |    443169 |   59668  1453541 |  121932   68278  1978217    29.0 |  0.286 % |
672.88	c |    664853 |   59692  1453541 |  134126   84902  2966926    34.9 |  0.286 % |
1030.87	c |    997378 |   59731  1453541 |  147538   73329  2324564    31.7 |  0.286 % |
1633.64	c |   1496166 |   59576  1452634 |  162292   39697  1006410    25.4 |  1.024 % |
1816.37	
1816.37	s UNKNOWN
1816.37	c # INTERRUPTED
1816.37	c # MAIN  END :  (1816 seconds) [Mon Jan 29 21:33:48 2007]
1816.37	c # MAIN  CPU : 20.1 = 0.04 + 0.01 + 19.58 + 0.47
1816.37	

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/node26/watcher-217251-1170101012 -o ROOT/results/node26/solver-217251-1170101012 -C 1800 -M 900 /tmp/evaluation/217251-1170101012/solver /tmp/evaluation/217251-1170101012 /tmp/evaluation/217251-1170101012/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: 0.73 1.68 2.17 5/82 25142
/proc/meminfo: memFree=1880552/2055920 swapFree=4192812/4192956
[pid=25141] ppid=25136 vsize=12268 CPUtime=0
/proc/25141/stat : 25141 (sugar) R 25136 25141 25019 0 -1 4194304 597 0 0 0 0 0 0 0 18 0 1 0 30054858 12562432 316 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037386750 0 0 4224 0 0 0 0 17 1 0 0
/proc/25141/statm: 3067 316 241 3 0 167 0

[startup+0.108168 s]
/proc/loadavg: 0.73 1.68 2.17 5/82 25142
/proc/meminfo: memFree=1880552/2055920 swapFree=4192812/4192956
[pid=25141] ppid=25136 vsize=13724 CPUtime=0.04
/proc/25141/stat : 25141 (sugar) S 25136 25141 25019 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 30054858 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25141/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.516245 s]
/proc/loadavg: 0.73 1.68 2.17 5/82 25142
/proc/meminfo: memFree=1880552/2055920 swapFree=4192812/4192956
[pid=25141] ppid=25136 vsize=13724 CPUtime=0.04
/proc/25141/stat : 25141 (sugar) S 25136 25141 25019 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30054858 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25141/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34238 s]
/proc/loadavg: 0.73 1.68 2.17 4/102 25184
/proc/meminfo: memFree=1844232/2055920 swapFree=4192812/4192956
[pid=25141] ppid=25136 vsize=13724 CPUtime=0.73
/proc/25141/stat : 25141 (sugar) S 25136 25141 25019 0 -1 4194304 1190 7677 0 1 3 1 63 6 15 0 1 0 30054858 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25141/statm: 3431 809 371 3 0 531 0
[pid=25169] ppid=25141 vsize=807064 CPUtime=0.57
/proc/25169/stat : 25169 (java) R 25141 25141 25019 0 -1 0 7749 0 1 0 53 4 0 0 22 0 8 0 30054933 826433536 7497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073482450 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25169/statm: 201766 7497 1494 14 0 189044 0
[pid=25169/tid=25170] ppid=25141 vsize=807064 CPUtime=0.09
/proc/25169/task/25170/stat : 25170 (java) S 25141 25141 25019 0 -1 64 1696 0 0 0 8 1 0 0 16 0 8 0 30054937 826433536 7497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25169/tid=25171] ppid=25141 vsize=807064 CPUtime=0
/proc/25169/task/25171/stat : 25171 (java) S 25141 25141 25019 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30054937 826433536 7497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25169/tid=25172] ppid=25141 vsize=807064 CPUtime=0
/proc/25169/task/25172/stat : 25172 (java) S 25141 25141 25019 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30054937 826433536 7497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25169/tid=25173] ppid=25141 vsize=807064 CPUtime=0
/proc/25169/task/25173/stat : 25173 (java) S 25141 25141 25019 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30054940 826433536 7497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25169/tid=25174] ppid=25141 vsize=807064 CPUtime=0.05
/proc/25169/task/25174/stat : 25174 (java) S 25141 25141 25019 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30054940 826433536 7497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25169/tid=25175] ppid=25141 vsize=807064 CPUtime=0
/proc/25169/task/25175/stat : 25175 (java) S 25141 25141 25019 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30054940 826433536 7497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25169/tid=25176] ppid=25141 vsize=807064 CPUtime=0
/proc/25169/task/25176/stat : 25176 (java) S 25141 25141 25019 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30054940 826433536 7497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 820788

[startup+2.98367 s]
/proc/loadavg: 0.73 1.68 2.17 3/102 25184
/proc/meminfo: memFree=1796424/2055920 swapFree=4192812/4192956
[pid=25141] ppid=25136 vsize=13724 CPUtime=0.73
/proc/25141/stat : 25141 (sugar) S 25136 25141 25019 0 -1 4194304 1190 7677 0 1 3 1 63 6 15 0 1 0 30054858 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25141/statm: 3431 809 371 3 0 531 0
[pid=25169] ppid=25141 vsize=807328 CPUtime=2.2
/proc/25169/stat : 25169 (java) R 25141 25141 25019 0 -1 0 13874 0 1 0 211 9 0 0 25 0 8 0 30054933 826703872 13608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073657665 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25169/statm: 201832 13608 1506 14 0 189110 0
[pid=25169/tid=25170] ppid=25141 vsize=807328 CPUtime=0.53
/proc/25169/task/25170/stat : 25170 (java) S 25141 25141 25019 0 -1 64 7674 0 0 0 49 4 0 0 16 0 8 0 30054937 826703872 13608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25169/tid=25171] ppid=25141 vsize=807328 CPUtime=0
/proc/25169/task/25171/stat : 25171 (java) S 25141 25141 25019 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30054937 826703872 13608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25169/tid=25172] ppid=25141 vsize=807328 CPUtime=0
/proc/25169/task/25172/stat : 25172 (java) S 25141 25141 25019 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30054937 826703872 13608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25169/tid=25173] ppid=25141 vsize=807328 CPUtime=0
/proc/25169/task/25173/stat : 25173 (java) S 25141 25141 25019 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30054940 826703872 13608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25169/tid=25174] ppid=25141 vsize=807328 CPUtime=0.12
/proc/25169/task/25174/stat : 25174 (java) S 25141 25141 25019 0 -1 64 400 0 0 0 12 0 0 0 16 0 8 0 30054940 826703872 13608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25169/tid=25175] ppid=25141 vsize=807328 CPUtime=0
/proc/25169/task/25175/stat : 25175 (java) S 25141 25141 25019 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30054940 826703872 13608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25169/tid=25176] ppid=25141 vsize=807328 CPUtime=0
/proc/25169/task/25176/stat : 25176 (java) S 25141 25141 25019 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30054940 826703872 13608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 821052

[startup+6.20055 s]
/proc/loadavg: 0.91 1.70 2.18 3/102 25184
/proc/meminfo: memFree=1643912/2055920 swapFree=4192812/4192956
[pid=25141] ppid=25136 vsize=13724 CPUtime=0.73
/proc/25141/stat : 25141 (sugar) S 25136 25141 25019 0 -1 4194304 1190 7677 0 1 3 1 63 6 15 0 1 0 30054858 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25141/statm: 3431 809 371 3 0 531 0
[pid=25169] ppid=25141 vsize=807328 CPUtime=5.39
/proc/25169/stat : 25169 (java) R 25141 25141 25019 0 -1 0 37310 0 1 0 517 22 0 0 25 0 8 0 30054933 826703872 36945 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25169/statm: 201832 36945 1506 14 0 189110 0
[pid=25169/tid=25170] ppid=25141 vsize=807328 CPUtime=1.56
/proc/25169/task/25170/stat : 25170 (java) S 25141 25141 25019 0 -1 64 30995 0 0 0 139 17 0 0 15 0 8 0 30054937 826703872 36945 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25169/tid=25171] ppid=25141 vsize=807328 CPUtime=0
/proc/25169/task/25171/stat : 25171 (java) S 25141 25141 25019 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30054937 826703872 36945 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25169/tid=25172] ppid=25141 vsize=807328 CPUtime=0
/proc/25169/task/25172/stat : 25172 (java) S 25141 25141 25019 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30054937 826703872 36945 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25169/tid=25173] ppid=25141 vsize=807328 CPUtime=0
/proc/25169/task/25173/stat : 25173 (java) S 25141 25141 25019 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30054940 826703872 36945 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25169/tid=25174] ppid=25141 vsize=807328 CPUtime=0.13
/proc/25169/task/25174/stat : 25174 (java) S 25141 25141 25019 0 -1 64 401 0 0 0 13 0 0 0 16 0 8 0 30054940 826703872 36945 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25169/tid=25175] ppid=25141 vsize=807328 CPUtime=0
/proc/25169/task/25175/stat : 25175 (java) S 25141 25141 25019 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30054940 826703872 36945 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25169/tid=25176] ppid=25141 vsize=807328 CPUtime=0
/proc/25169/task/25176/stat : 25176 (java) S 25141 25141 25019 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30054940 826703872 36945 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 821052

[startup+12.6443 s]
/proc/loadavg: 1.08 1.72 2.18 3/102 25184
/proc/meminfo: memFree=1450184/2055920 swapFree=4192812/4192956
[pid=25141] ppid=25136 vsize=13724 CPUtime=0.73
/proc/25141/stat : 25141 (sugar) S 25136 25141 25019 0 -1 4194304 1190 7677 0 1 3 1 63 6 15 0 1 0 30054858 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25141/statm: 3431 809 371 3 0 531 0
[pid=25169] ppid=25141 vsize=807328 CPUtime=11.75
/proc/25169/stat : 25169 (java) R 25141 25141 25019 0 -1 0 54816 0 1 0 1142 33 0 0 25 0 8 0 30054933 826703872 54109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073672444 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25169/statm: 201832 54109 1507 14 0 189110 0
[pid=25169/tid=25170] ppid=25141 vsize=807328 CPUtime=3.61
/proc/25169/task/25170/stat : 25170 (java) S 25141 25141 25019 0 -1 64 48313 0 0 0 334 27 0 0 16 0 8 0 30054937 826703872 54109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25169/tid=25171] ppid=25141 vsize=807328 CPUtime=0
/proc/25169/task/25171/stat : 25171 (java) S 25141 25141 25019 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30054937 826703872 54109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25169/tid=25172] ppid=25141 vsize=807328 CPUtime=0
/proc/25169/task/25172/stat : 25172 (java) S 25141 25141 25019 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30054937 826703872 54109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25169/tid=25173] ppid=25141 vsize=807328 CPUtime=0
/proc/25169/task/25173/stat : 25173 (java) S 25141 25141 25019 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30054940 826703872 54109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25169/tid=25174] ppid=25141 vsize=807328 CPUtime=0.14
/proc/25169/task/25174/stat : 25174 (java) S 25141 25141 25019 0 -1 64 403 0 0 0 14 0 0 0 17 0 8 0 30054940 826703872 54109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25169/tid=25175] ppid=25141 vsize=807328 CPUtime=0
/proc/25169/task/25175/stat : 25175 (java) S 25141 25141 25019 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30054940 826703872 54109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25169/tid=25176] ppid=25141 vsize=807328 CPUtime=0
/proc/25169/task/25176/stat : 25176 (java) S 25141 25141 25019 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30054940 826703872 54109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 821052

[startup+25.4536 s]
/proc/loadavg: 1.57 1.80 2.20 3/95 25185
/proc/meminfo: memFree=1643328/2055920 swapFree=4192812/4192956
[pid=25141] ppid=25136 vsize=16844 CPUtime=20.14
/proc/25141/stat : 25141 (sugar) S 25136 25141 25019 0 -1 4194304 2074 63297 0 2 7 2 1958 47 16 0 1 0 30054858 17248256 1588 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25141/statm: 4211 1588 373 3 0 1311 0
[pid=25185] ppid=25141 vsize=10652 CPUtime=4.95
/proc/25185/stat : 25185 (minisat) R 25141 25141 25019 0 -1 0 3334 0 0 0 493 2 0 0 25 0 1 0 30056899 10907648 2297 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134532759 0 0 4096 3 0 0 0 17 0 0 0
/proc/25185/statm: 2663 2297 52 112 0 2547 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 27496

[startup+51.121 s]
/proc/loadavg: 1.72 1.81 2.19 3/88 25186
/proc/meminfo: memFree=1826552/2055920 swapFree=4192812/4192956
[pid=25141] ppid=25136 vsize=16844 CPUtime=20.14
/proc/25141/stat : 25141 (sugar) S 25136 25141 25019 0 -1 4194304 2074 63297 0 2 7 2 1958 47 16 0 1 0 30054858 17248256 1588 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25141/statm: 4211 1588 373 3 0 1311 0
[pid=25185] ppid=25141 vsize=15520 CPUtime=30.4
/proc/25185/stat : 25185 (minisat) R 25141 25141 25019 0 -1 0 4553 0 0 0 3036 4 0 0 25 0 1 0 30056899 15892480 3516 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25185/statm: 3880 3516 52 112 0 3764 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 32364

[startup+102.359 s]
/proc/loadavg: 1.88 1.84 2.18 3/88 25186
/proc/meminfo: memFree=1817144/2055920 swapFree=4192812/4192956
[pid=25141] ppid=25136 vsize=16844 CPUtime=20.14
/proc/25141/stat : 25141 (sugar) S 25136 25141 25019 0 -1 4194304 2074 63297 0 2 7 2 1958 47 16 0 1 0 30054858 17248256 1588 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25141/statm: 4211 1588 373 3 0 1311 0
[pid=25185] ppid=25141 vsize=18392 CPUtime=81.17
/proc/25185/stat : 25185 (minisat) R 25141 25141 25019 0 -1 0 5270 0 0 0 8111 6 0 0 25 0 1 0 30056899 18833408 4233 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/25185/statm: 4598 4233 52 112 0 4482 0
Current children cumulated CPU time (s) 101.31
Current children cumulated vsize (KiB) 35236

[startup+162.425 s]
/proc/loadavg: 1.95 1.87 2.17 3/88 25186
/proc/meminfo: memFree=1811640/2055920 swapFree=4192812/4192956
[pid=25141] ppid=25136 vsize=16844 CPUtime=20.14
/proc/25141/stat : 25141 (sugar) S 25136 25141 25019 0 -1 4194304 2074 63297 0 2 7 2 1958 47 16 0 1 0 30054858 17248256 1588 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25141/statm: 4211 1588 373 3 0 1311 0
[pid=25185] ppid=25141 vsize=22468 CPUtime=140.67
/proc/25185/stat : 25185 (minisat) R 25141 25141 25019 0 -1 0 6255 0 0 0 14059 8 0 0 25 0 1 0 30056899 23007232 5218 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/25185/statm: 5617 5218 52 112 0 5501 0
Current children cumulated CPU time (s) 160.81
Current children cumulated vsize (KiB) 39312

[startup+222.494 s]
/proc/loadavg: 2.03 1.90 2.16 3/88 25186
/proc/meminfo: memFree=1804600/2055920 swapFree=4192812/4192956
[pid=25141] ppid=25136 vsize=16844 CPUtime=20.14
/proc/25141/stat : 25141 (sugar) S 25136 25141 25019 0 -1 4194304 2074 63297 0 2 7 2 1958 47 16 0 1 0 30054858 17248256 1588 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25141/statm: 4211 1588 373 3 0 1311 0
[pid=25185] ppid=25141 vsize=25372 CPUtime=200.17
/proc/25185/stat : 25185 (minisat) R 25141 25141 25019 0 -1 0 6954 0 0 0 20008 9 0 0 25 0 1 0 30056899 25980928 5917 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25185/statm: 6343 5917 52 112 0 6227 0
Current children cumulated CPU time (s) 220.31
Current children cumulated vsize (KiB) 42216

[startup+282.565 s]
/proc/loadavg: 2.01 1.92 2.15 3/88 25186

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

/proc/loadavg: 2.00 2.01 2.06 3/88 25186
/proc/meminfo: memFree=1776888/2055920 swapFree=4192812/4192956
[pid=25141] ppid=25136 vsize=16844 CPUtime=20.14
/proc/25141/stat : 25141 (sugar) S 25136 25141 25019 0 -1 4194304 2074 63297 0 2 7 2 1958 47 16 0 1 0 30054858 17248256 1588 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25141/statm: 4211 1588 373 3 0 1311 0
[pid=25185] ppid=25141 vsize=37752 CPUtime=1093.12
/proc/25185/stat : 25185 (minisat) R 25141 25141 25019 0 -1 0 9969 0 0 0 109296 16 0 0 25 0 1 0 30056899 38658048 8924 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528433 0 0 4096 3 0 0 0 17 0 0 0
/proc/25185/statm: 9438 8924 52 112 0 9322 0
Current children cumulated CPU time (s) 1113.26
Current children cumulated vsize (KiB) 54596

[startup+1183.62 s]
/proc/loadavg: 2.00 2.00 2.06 3/88 25186
/proc/meminfo: memFree=1775096/2055920 swapFree=4192812/4192956
[pid=25141] ppid=25136 vsize=16844 CPUtime=20.14
/proc/25141/stat : 25141 (sugar) S 25136 25141 25019 0 -1 4194304 2074 63297 0 2 7 2 1958 47 16 0 1 0 30054858 17248256 1588 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25141/statm: 4211 1588 373 3 0 1311 0
[pid=25185] ppid=25141 vsize=37904 CPUtime=1152.66
/proc/25185/stat : 25185 (minisat) R 25141 25141 25019 0 -1 0 9982 0 0 0 115250 16 0 0 25 0 1 0 30056899 38813696 8937 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 0 0 0
/proc/25185/statm: 9476 8937 52 112 0 9360 0
Current children cumulated CPU time (s) 1172.8
Current children cumulated vsize (KiB) 54748

[startup+1243.69 s]
/proc/loadavg: 2.00 2.00 2.05 3/88 25186
/proc/meminfo: memFree=1774456/2055920 swapFree=4192812/4192956
[pid=25141] ppid=25136 vsize=16844 CPUtime=20.14
/proc/25141/stat : 25141 (sugar) S 25136 25141 25019 0 -1 4194304 2074 63297 0 2 7 2 1958 47 16 0 1 0 30054858 17248256 1588 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25141/statm: 4211 1588 373 3 0 1311 0
[pid=25185] ppid=25141 vsize=38192 CPUtime=1212.18
/proc/25185/stat : 25185 (minisat) R 25141 25141 25019 0 -1 0 10083 0 0 0 121202 16 0 0 25 0 1 0 30056899 39108608 9038 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 0 0 0
/proc/25185/statm: 9548 9038 52 112 0 9432 0
Current children cumulated CPU time (s) 1232.32
Current children cumulated vsize (KiB) 55036

[startup+1303.79 s]
/proc/loadavg: 2.00 2.00 2.05 3/88 25186
/proc/meminfo: memFree=1774008/2055920 swapFree=4192812/4192956
[pid=25141] ppid=25136 vsize=16844 CPUtime=20.14
/proc/25141/stat : 25141 (sugar) S 25136 25141 25019 0 -1 4194304 2074 63297 0 2 7 2 1958 47 16 0 1 0 30054858 17248256 1588 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25141/statm: 4211 1588 373 3 0 1311 0
[pid=25185] ppid=25141 vsize=38504 CPUtime=1271.75
/proc/25185/stat : 25185 (minisat) R 25141 25141 25019 0 -1 0 10145 0 0 0 127158 17 0 0 25 0 1 0 30056899 39428096 9100 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25185/statm: 9626 9100 52 112 0 9510 0
Current children cumulated CPU time (s) 1291.89
Current children cumulated vsize (KiB) 55348

[startup+1363.86 s]
/proc/loadavg: 2.03 2.01 2.05 3/88 25186
/proc/meminfo: memFree=1771384/2055920 swapFree=4192812/4192956
[pid=25141] ppid=25136 vsize=16844 CPUtime=20.14
/proc/25141/stat : 25141 (sugar) S 25136 25141 25019 0 -1 4194304 2074 63297 0 2 7 2 1958 47 16 0 1 0 30054858 17248256 1588 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25141/statm: 4211 1588 373 3 0 1311 0
[pid=25185] ppid=25141 vsize=38676 CPUtime=1331.29
/proc/25185/stat : 25185 (minisat) R 25141 25141 25019 0 -1 0 10179 0 0 0 133112 17 0 0 25 0 1 0 30056899 39604224 9134 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25185/statm: 9669 9134 52 112 0 9553 0
Current children cumulated CPU time (s) 1351.43
Current children cumulated vsize (KiB) 55520

[startup+1423.93 s]
/proc/loadavg: 2.01 2.01 2.04 3/88 25186
/proc/meminfo: memFree=1769784/2055920 swapFree=4192812/4192956
[pid=25141] ppid=25136 vsize=16844 CPUtime=20.14
/proc/25141/stat : 25141 (sugar) S 25136 25141 25019 0 -1 4194304 2074 63297 0 2 7 2 1958 47 16 0 1 0 30054858 17248256 1588 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25141/statm: 4211 1588 373 3 0 1311 0
[pid=25185] ppid=25141 vsize=38812 CPUtime=1390.82
/proc/25185/stat : 25185 (minisat) R 25141 25141 25019 0 -1 0 10205 0 0 0 139065 17 0 0 25 0 1 0 30056899 39743488 9160 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25185/statm: 9703 9160 52 112 0 9587 0
Current children cumulated CPU time (s) 1410.96
Current children cumulated vsize (KiB) 55656

[startup+1483.99 s]
/proc/loadavg: 2.00 2.00 2.03 3/88 25186
/proc/meminfo: memFree=1769464/2055920 swapFree=4192812/4192956
[pid=25141] ppid=25136 vsize=16844 CPUtime=20.14
/proc/25141/stat : 25141 (sugar) S 25136 25141 25019 0 -1 4194304 2074 63297 0 2 7 2 1958 47 16 0 1 0 30054858 17248256 1588 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25141/statm: 4211 1588 373 3 0 1311 0
[pid=25185] ppid=25141 vsize=38944 CPUtime=1450.35
/proc/25185/stat : 25185 (minisat) R 25141 25141 25019 0 -1 0 10248 0 0 0 145018 17 0 0 25 0 1 0 30056899 39878656 9203 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 0 0 0
/proc/25185/statm: 9736 9203 52 112 0 9620 0
Current children cumulated CPU time (s) 1470.49
Current children cumulated vsize (KiB) 55788

[startup+1544.05 s]
/proc/loadavg: 2.00 2.00 2.03 3/88 25186
/proc/meminfo: memFree=1768888/2055920 swapFree=4192812/4192956
[pid=25141] ppid=25136 vsize=16844 CPUtime=20.14
/proc/25141/stat : 25141 (sugar) S 25136 25141 25019 0 -1 4194304 2074 63297 0 2 7 2 1958 47 16 0 1 0 30054858 17248256 1588 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25141/statm: 4211 1588 373 3 0 1311 0
[pid=25185] ppid=25141 vsize=39276 CPUtime=1509.9
/proc/25185/stat : 25185 (minisat) R 25141 25141 25019 0 -1 0 10305 0 0 0 150972 18 0 0 25 0 1 0 30056899 40218624 9260 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25185/statm: 9819 9260 52 112 0 9703 0
Current children cumulated CPU time (s) 1530.04
Current children cumulated vsize (KiB) 56120

[startup+1604.13 s]
/proc/loadavg: 2.00 2.00 2.02 3/88 25186
/proc/meminfo: memFree=1763768/2055920 swapFree=4192812/4192956
[pid=25141] ppid=25136 vsize=16844 CPUtime=20.14
/proc/25141/stat : 25141 (sugar) S 25136 25141 25019 0 -1 4194304 2074 63297 0 2 7 2 1958 47 16 0 1 0 30054858 17248256 1588 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25141/statm: 4211 1588 373 3 0 1311 0
[pid=25185] ppid=25141 vsize=44120 CPUtime=1569.41
/proc/25185/stat : 25185 (minisat) R 25141 25141 25019 0 -1 0 11508 0 0 0 156922 19 0 0 25 0 1 0 30056899 45178880 10463 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527082 0 0 4096 3 0 0 0 17 0 0 0
/proc/25185/statm: 11030 10463 52 112 0 10914 0
Current children cumulated CPU time (s) 1589.55
Current children cumulated vsize (KiB) 60964

[startup+1664.2 s]
/proc/loadavg: 2.00 2.00 2.02 3/88 25186
/proc/meminfo: memFree=1763640/2055920 swapFree=4192812/4192956
[pid=25141] ppid=25136 vsize=16844 CPUtime=20.14
/proc/25141/stat : 25141 (sugar) S 25136 25141 25019 0 -1 4194304 2074 63297 0 2 7 2 1958 47 16 0 1 0 30054858 17248256 1588 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25141/statm: 4211 1588 373 3 0 1311 0
[pid=25185] ppid=25141 vsize=44120 CPUtime=1628.95
/proc/25185/stat : 25185 (minisat) R 25141 25141 25019 0 -1 0 11508 0 0 0 162875 20 0 0 25 0 1 0 30056899 45178880 10463 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25185/statm: 11030 10463 52 112 0 10914 0
Current children cumulated CPU time (s) 1649.09
Current children cumulated vsize (KiB) 60964

[startup+1724.27 s]
/proc/loadavg: 2.04 2.01 2.02 3/88 25186
/proc/meminfo: memFree=1763576/2055920 swapFree=4192812/4192956
[pid=25141] ppid=25136 vsize=16844 CPUtime=20.14
/proc/25141/stat : 25141 (sugar) S 25136 25141 25019 0 -1 4194304 2074 63297 0 2 7 2 1958 47 16 0 1 0 30054858 17248256 1588 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25141/statm: 4211 1588 373 3 0 1311 0
[pid=25185] ppid=25141 vsize=44120 CPUtime=1688.51
/proc/25185/stat : 25185 (minisat) R 25141 25141 25019 0 -1 0 11508 0 0 0 168831 20 0 0 25 0 1 0 30056899 45178880 10463 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25185/statm: 11030 10463 52 112 0 10914 0
Current children cumulated CPU time (s) 1708.65
Current children cumulated vsize (KiB) 60964

[startup+1784.34 s]
/proc/loadavg: 2.01 2.01 2.01 3/88 25186
/proc/meminfo: memFree=1762744/2055920 swapFree=4192812/4192956
[pid=25141] ppid=25136 vsize=16844 CPUtime=20.14
/proc/25141/stat : 25141 (sugar) S 25136 25141 25019 0 -1 4194304 2074 63297 0 2 7 2 1958 47 16 0 1 0 30054858 17248256 1588 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25141/statm: 4211 1588 373 3 0 1311 0
[pid=25185] ppid=25141 vsize=44644 CPUtime=1748.02
/proc/25185/stat : 25185 (minisat) R 25141 25141 25019 0 -1 0 11644 0 0 0 174782 20 0 0 25 0 1 0 30056899 45715456 10599 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527050 0 0 4096 3 0 0 0 17 0 0 0
/proc/25185/statm: 11161 10599 52 112 0 11045 0
Current children cumulated CPU time (s) 1768.16
Current children cumulated vsize (KiB) 61488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.37 s]
/proc/loadavg: 1.78 1.95 1.99 2/82 25202
/proc/meminfo: memFree=1822248/2055920 swapFree=4192812/4192956
[pid=25141] ppid=25136 vsize=16844 CPUtime=20.14
/proc/25141/stat : 25141 (sugar) S 25136 25141 25019 0 -1 4194304 2074 63297 0 2 7 2 1958 47 16 0 1 0 30054858 17248256 1588 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25141/statm: 4211 1588 373 3 0 1311 0
[pid=25185] ppid=25141 vsize=46748 CPUtime=1779.86
/proc/25185/stat : 25185 (minisat) R 25141 25141 25019 0 -1 0 12176 0 0 0 177965 21 0 0 25 0 1 0 30056899 47869952 11131 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528525 0 0 4096 3 0 0 0 17 1 0 0
/proc/25185/statm: 11687 11131 52 112 0 11571 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 63592

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 25141 and gives childrusage.ru_utime.tv_sec=19 childrusage.ru_utime.tv_usec=661011 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=507922
CPU time returned by wait4() is 20.1689
while last known CPU time is 1800.01

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

Real time (s): 1817.39
CPU time (s): 1800.01
CPU user time (s): 1799.3
CPU system time (s): 0.71
CPU usage (%): 99.0439
Max. virtual memory (cumulated for all children) (KiB): 821556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.661
system time used= 0.507922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65457
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= 4935
involuntary context switches= 5141

runsolver used 2.11068 s user time and 5.12522 s system time

The end

Launcher Data (download as text)

Begin job on node26 on Mon Jan 29 20:03:32 UTC 2007


IDJOB= 217251
IDBENCH= 5125
IDSOLVER= 86
FILE ID= node26/217251-1170101012

PBS_JOBID= 3689754

Free space on /tmp= 66563 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/frb/frb45-21/frb45-21-4-mgd_ext.xml
COMMAND LINE= /tmp/evaluation/217251-1170101012/solver /tmp/evaluation/217251-1170101012 /tmp/evaluation/217251-1170101012/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-217251-1170101012 -o ROOT/results/node26/solver-217251-1170101012 -C 1800 -M 900  /tmp/evaluation/217251-1170101012/solver /tmp/evaluation/217251-1170101012 /tmp/evaluation/217251-1170101012/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  13642e2d14ce9b5f2bced44373ea5d14

RANDOM SEED= 613867416

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.279
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.279
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:       1880904 kB
Buffers:         31940 kB
Cached:          49048 kB
SwapCached:          0 kB
Active:          90412 kB
Inactive:        39356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1880904 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2536 kB
Writeback:           0 kB
Mapped:          67704 kB
Slab:            30552 kB
Committed_AS:   302088 kB
PageTables:       1916 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= 66563 MiB



End job on node26 on Mon Jan 29 20:33:50 UTC 2007