Trace number 217194

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 1803.42

General information on the benchmark

Namefrb/frb45-21/
frb45-21-1-mgd_ext.xml
MD5SUM438e8ba11659cae5f336047ba28f6562
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 benchmark6.92595
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables45
Number of constraints394
Maximum constraint arity2
Maximum domain size21
Number of constraints which are defined in extension394
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/217194-1170101007/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/217194-1170101007/unknown.xml [Mon Jan 29 21:03:28 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/217194-1170101007/unknown.xml /tmp/evaluation/217194-1170101007/sugar27354.csp [Mon Jan 29 21:03:28 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/217194-1170101007/sugar-v0-40.jar -convert /tmp/evaluation/217194-1170101007/unknown.xml /tmp/evaluation/217194-1170101007/sugar27354.csp
0.17	c BEGIN convert /tmp/evaluation/217194-1170101007/unknown.xml
0.76	c END convert (0.589791 seconds)
0.81	c # CONVERT_XML  END : /tmp/evaluation/217194-1170101007/sugar27354.csp 1597742 bytes (1 seconds) [Mon Jan 29 21:03:29 2007]
0.81	c # CONVERT_XML  CPU : 0.7 = 0 + 0 + 0.64 + 0.06
0.81	
0.81	c # GENERATE_SAT  BEGIN : /tmp/evaluation/217194-1170101007/sugar27354.bcnf [Mon Jan 29 21:03:29 2007]
0.81	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/217194-1170101007/sugar-v0-40.jar -bcnf -map /tmp/evaluation/217194-1170101007/sugar27354.map /tmp/evaluation/217194-1170101007/sugar27354.csp /tmp/evaluation/217194-1170101007/sugar27354.bcnf
0.93	c BEGIN parse /tmp/evaluation/217194-1170101007/sugar27354.csp
17.58	c END parse (16.649627 seconds)
17.58	c BEGIN simplify
17.65	c END simplify (0.072381 seconds)
17.65	c BEGIN encode /tmp/evaluation/217194-1170101007/sugar27354.bcnf
18.26	c END encode (0.612036 seconds)
18.38	c # GENERATE_SAT  END : 5342 variables 58441 clauses 5014880 bytes (18 seconds) [Mon Jan 29 21:03:47 2007]
18.38	c # GENERATE_SAT  CPU : 17.35 = 0.03 + 0 + 16.92 + 0.4
18.38	
18.38	c # SOLVE_SAT  BEGIN : /tmp/evaluation/217194-1170101007/sugar27354.bcnf [Mon Jan 29 21:03:47 2007]
18.38	c # CMD : /tmp/evaluation/217194-1170101007/minisat /tmp/evaluation/217194-1170101007/sugar27354.bcnf /tmp/evaluation/217194-1170101007/sugar27354.out
18.50	c ==================================[MINISAT]===================================
18.50	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
18.50	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
18.50	c ==============================================================================
18.50	c |         0 |   58441  1195271 |   19480       0        0     nan |  0.000 % |
18.53	c |       100 |   58442  1195271 |   21428      99     1696    17.1 |  0.000 % |
18.57	c |       250 |   58443  1195271 |   23570     248     3552    14.3 |  0.000 % |
18.62	c |       479 |   58443  1195271 |   25927     477     6269    13.1 |  0.000 % |
18.70	c |       819 |   58443  1195271 |   28520     817    10409    12.7 |  0.000 % |
18.82	c |      1325 |   58443  1195271 |   31372    1323    16293    12.3 |  0.000 % |
19.01	c |      2086 |   58445  1195271 |   34510    2082    29582    14.2 |  0.000 % |
19.39	c |      3225 |   58445  1195271 |   37961    3221    62569    19.4 |  0.001 % |
19.95	c |      4933 |   58445  1195271 |   41757    4929    99488    20.2 |  0.000 % |
20.68	c |      7496 |   58445  1195271 |   45932    7492   134669    18.0 |  0.000 % |
21.96	c |     11340 |   58445  1195271 |   50526   11336   193610    17.1 |  0.001 % |
23.77	c |     17107 |   58447  1195271 |   55578   17101   281169    16.4 |  0.001 % |
27.23	c |     25756 |   58450  1195271 |   61136   25747   432713    16.8 |  0.000 % |
34.37	c |     38730 |   58452  1195271 |   67250   38719   672292    17.4 |  0.001 % |
48.49	c |     58191 |   58454  1195271 |   73975   58178  1053835    18.1 |  0.001 % |
69.95	c |     87384 |   58461  1195271 |   81372   30353   545832    18.0 |  0.001 % |
102.69	c |    131173 |   58472  1195271 |   89510   74131  1267842    17.1 |  0.001 % |
152.88	c |    196857 |   58478  1195271 |   98461   65310  1305539    20.0 |  0.000 % |
233.02	c |    295384 |   58488  1195271 |  108307   79068  2283022    28.9 |  0.000 % |
377.71	c |    443173 |   58497  1195271 |  119137   45418  1536310    33.8 |  0.000 % |
624.17	c |    664856 |   58520  1195271 |  131051   66348  1986088    29.9 |  0.000 % |
1046.06	c |    997381 |   58543  1195271 |  144156   69358  2370554    34.2 |  0.000 % |
1693.66	c |   1496170 |   58558  1195271 |  158572   75969  3107604    40.9 |  0.000 % |
1802.40	
1802.40	s UNKNOWN
1802.40	c # INTERRUPTED
1802.40	c # MAIN  END :  (1803 seconds) [Mon Jan 29 21:33:31 2007]
1802.40	c # MAIN  CPU : 18.05 = 0.03 + 0 + 17.56 + 0.46
1802.40	

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/node24/watcher-217194-1170101007 -o ROOT/results/node24/solver-217194-1170101007 -C 1800 -M 900 /tmp/evaluation/217194-1170101007/solver /tmp/evaluation/217194-1170101007 /tmp/evaluation/217194-1170101007/unknown.xml 

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

/proc/loadavg: 1.54 2.17 2.45 3/86 27355
/proc/meminfo: memFree=1923680/2055920 swapFree=4145208/4192956
[pid=27354] ppid=27352 vsize=5352 CPUtime=0
/proc/27354/stat : 27354 (solver) R 27352 27354 27094 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 30055127 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 237788261671 0 0 4096 0 0 0 0 17 1 0 0
/proc/27354/statm: 1338 231 193 169 0 49 0

[startup+0.104468 s]
/proc/loadavg: 1.54 2.17 2.45 3/86 27355
/proc/meminfo: memFree=1923680/2055920 swapFree=4145208/4192956
[pid=27354] ppid=27352 vsize=13724 CPUtime=0.04
/proc/27354/stat : 27354 (sugar) S 27352 27354 27094 0 -1 4194304 1112 0 0 0 3 1 0 0 20 0 1 0 30055127 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27354/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.51251 s]
/proc/loadavg: 1.54 2.17 2.45 3/86 27355
/proc/meminfo: memFree=1923680/2055920 swapFree=4145208/4192956
[pid=27354] ppid=27352 vsize=13724 CPUtime=0.04
/proc/27354/stat : 27354 (sugar) S 27352 27354 27094 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30055127 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27354/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.3346 s]
/proc/loadavg: 1.66 2.18 2.46 5/102 27387
/proc/meminfo: memFree=1880160/2055920 swapFree=4145208/4192956
[pid=27354] ppid=27352 vsize=13724 CPUtime=0.74
/proc/27354/stat : 27354 (sugar) S 27352 27354 27094 0 -1 4194304 1190 7694 0 1 3 1 64 6 15 0 1 0 30055127 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27354/statm: 3431 809 371 3 0 531 0
[pid=27380] ppid=27354 vsize=807064 CPUtime=0.5
/proc/27380/stat : 27380 (java) R 27354 27354 27094 0 -1 0 7323 0 1 0 45 5 0 0 18 0 8 0 30055208 826433536 7072 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073485845 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27380/statm: 201766 7072 1494 14 0 189044 0
[pid=27380/tid=27381] ppid=27354 vsize=807064 CPUtime=0.05
/proc/27380/task/27381/stat : 27381 (java) S 27354 27354 27094 0 -1 64 1271 0 0 0 4 1 0 0 16 0 8 0 30055212 826433536 7072 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27380/tid=27382] ppid=27354 vsize=807064 CPUtime=0
/proc/27380/task/27382/stat : 27382 (java) S 27354 27354 27094 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30055212 826433536 7072 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27380/tid=27383] ppid=27354 vsize=807064 CPUtime=0
/proc/27380/task/27383/stat : 27383 (java) S 27354 27354 27094 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30055212 826433536 7072 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27380/tid=27384] ppid=27354 vsize=807064 CPUtime=0
/proc/27380/task/27384/stat : 27384 (java) S 27354 27354 27094 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30055215 826433536 7072 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27380/tid=27385] ppid=27354 vsize=807064 CPUtime=0.05
/proc/27380/task/27385/stat : 27385 (java) R 27354 27354 27094 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 30055215 826433536 7072 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27380/tid=27386] ppid=27354 vsize=807064 CPUtime=0
/proc/27380/task/27386/stat : 27386 (java) S 27354 27354 27094 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30055215 826433536 7072 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27380/tid=27387] ppid=27354 vsize=807064 CPUtime=0
/proc/27380/task/27387/stat : 27387 (java) S 27354 27354 27094 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30055215 826433536 7072 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 820788

[startup+2.97778 s]
/proc/loadavg: 1.66 2.18 2.46 5/102 27387
/proc/meminfo: memFree=1840160/2055920 swapFree=4145208/4192956
[pid=27354] ppid=27352 vsize=13724 CPUtime=0.74
/proc/27354/stat : 27354 (sugar) S 27352 27354 27094 0 -1 4194304 1190 7694 0 1 3 1 64 6 15 0 1 0 30055127 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27354/statm: 3431 809 371 3 0 531 0
[pid=27380] ppid=27354 vsize=807328 CPUtime=2.12
/proc/27380/stat : 27380 (java) R 27354 27354 27094 0 -1 0 13440 0 1 0 203 9 0 0 25 0 8 0 30055208 826703872 13175 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27380/statm: 201832 13175 1506 14 0 189110 0
[pid=27380/tid=27381] ppid=27354 vsize=807328 CPUtime=0.53
/proc/27380/task/27381/stat : 27381 (java) S 27354 27354 27094 0 -1 64 7283 0 0 0 48 5 0 0 16 0 8 0 30055212 826703872 13175 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27380/tid=27382] ppid=27354 vsize=807328 CPUtime=0
/proc/27380/task/27382/stat : 27382 (java) S 27354 27354 27094 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30055212 826703872 13175 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27380/tid=27383] ppid=27354 vsize=807328 CPUtime=0
/proc/27380/task/27383/stat : 27383 (java) S 27354 27354 27094 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30055212 826703872 13175 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27380/tid=27384] ppid=27354 vsize=807328 CPUtime=0
/proc/27380/task/27384/stat : 27384 (java) S 27354 27354 27094 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30055215 826703872 13175 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27380/tid=27385] ppid=27354 vsize=807328 CPUtime=0.09
/proc/27380/task/27385/stat : 27385 (java) R 27354 27354 27094 0 -1 64 359 0 0 0 9 0 0 0 16 0 8 0 30055215 826703872 13175 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153631362 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27380/tid=27386] ppid=27354 vsize=807328 CPUtime=0
/proc/27380/task/27386/stat : 27386 (java) S 27354 27354 27094 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30055215 826703872 13175 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27380/tid=27387] ppid=27354 vsize=807328 CPUtime=0
/proc/27380/task/27387/stat : 27387 (java) S 27354 27354 27094 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30055215 826703872 13175 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 821052

[startup+6.21313 s]
/proc/loadavg: 1.76 2.20 2.46 4/102 27387
/proc/meminfo: memFree=1675936/2055920 swapFree=4145208/4192956
[pid=27354] ppid=27352 vsize=13724 CPUtime=0.74
/proc/27354/stat : 27354 (sugar) S 27352 27354 27094 0 -1 4194304 1190 7694 0 1 3 1 64 6 15 0 1 0 30055127 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27354/statm: 3431 809 371 3 0 531 0
[pid=27380] ppid=27354 vsize=807328 CPUtime=5.32
/proc/27380/stat : 27380 (java) R 27354 27354 27094 0 -1 0 33675 0 1 0 512 20 0 0 25 0 8 0 30055208 826703872 33317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073448416 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27380/statm: 201832 33317 1506 14 0 189110 0
[pid=27380/tid=27381] ppid=27354 vsize=807328 CPUtime=1.49
/proc/27380/task/27381/stat : 27381 (java) S 27354 27354 27094 0 -1 64 27371 0 0 0 135 14 0 0 16 0 8 0 30055212 826703872 33317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27380/tid=27382] ppid=27354 vsize=807328 CPUtime=0
/proc/27380/task/27382/stat : 27382 (java) S 27354 27354 27094 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30055212 826703872 33317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27380/tid=27383] ppid=27354 vsize=807328 CPUtime=0
/proc/27380/task/27383/stat : 27383 (java) S 27354 27354 27094 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30055212 826703872 33317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27380/tid=27384] ppid=27354 vsize=807328 CPUtime=0
/proc/27380/task/27384/stat : 27384 (java) S 27354 27354 27094 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30055215 826703872 33317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27380/tid=27385] ppid=27354 vsize=807328 CPUtime=0.13
/proc/27380/task/27385/stat : 27385 (java) S 27354 27354 27094 0 -1 64 397 0 0 0 13 0 0 0 16 0 8 0 30055215 826703872 33317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27380/tid=27386] ppid=27354 vsize=807328 CPUtime=0
/proc/27380/task/27386/stat : 27386 (java) S 27354 27354 27094 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30055215 826703872 33317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27380/tid=27387] ppid=27354 vsize=807328 CPUtime=0
/proc/27380/task/27387/stat : 27387 (java) S 27354 27354 27094 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30055215 826703872 33317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 821052

[startup+12.6728 s]
/proc/loadavg: 1.78 2.19 2.46 3/102 27387
/proc/meminfo: memFree=1495456/2055920 swapFree=4145208/4192956
[pid=27354] ppid=27352 vsize=13724 CPUtime=0.74
/proc/27354/stat : 27354 (sugar) S 27352 27354 27094 0 -1 4194304 1190 7694 0 1 3 1 64 6 15 0 1 0 30055127 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27354/statm: 3431 809 371 3 0 531 0
[pid=27380] ppid=27354 vsize=807328 CPUtime=11.72
/proc/27380/stat : 27380 (java) R 27354 27354 27094 0 -1 0 54809 0 1 0 1139 33 0 0 25 0 8 0 30055208 826703872 54106 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27380/statm: 201832 54106 1507 14 0 189110 0
[pid=27380/tid=27381] ppid=27354 vsize=807328 CPUtime=3.47
/proc/27380/task/27381/stat : 27381 (java) S 27354 27354 27094 0 -1 64 48346 0 0 0 321 26 0 0 16 0 8 0 30055212 826703872 54106 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27380/tid=27382] ppid=27354 vsize=807328 CPUtime=0
/proc/27380/task/27382/stat : 27382 (java) S 27354 27354 27094 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30055212 826703872 54106 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27380/tid=27383] ppid=27354 vsize=807328 CPUtime=0
/proc/27380/task/27383/stat : 27383 (java) S 27354 27354 27094 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30055212 826703872 54106 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27380/tid=27384] ppid=27354 vsize=807328 CPUtime=0
/proc/27380/task/27384/stat : 27384 (java) S 27354 27354 27094 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30055215 826703872 54106 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27380/tid=27385] ppid=27354 vsize=807328 CPUtime=0.13
/proc/27380/task/27385/stat : 27385 (java) S 27354 27354 27094 0 -1 64 400 0 0 0 13 0 0 0 17 0 8 0 30055215 826703872 54106 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27380/tid=27386] ppid=27354 vsize=807328 CPUtime=0
/proc/27380/task/27386/stat : 27386 (java) S 27354 27354 27094 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30055215 826703872 54106 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27380/tid=27387] ppid=27354 vsize=807328 CPUtime=0
/proc/27380/task/27387/stat : 27387 (java) S 27354 27354 27094 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30055215 826703872 54106 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) 821052

[startup+25.5522 s]
/proc/loadavg: 1.89 2.20 2.46 3/88 27389
/proc/meminfo: memFree=1885712/2055920 swapFree=4145208/4192956
[pid=27354] ppid=27352 vsize=16316 CPUtime=18.09
/proc/27354/stat : 27354 (sugar) S 27352 27354 27094 0 -1 4194304 1923 62967 0 2 6 1 1756 46 16 0 1 0 30055127 16707584 1434 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27354/statm: 4079 1434 373 3 0 1179 0
[pid=27389] ppid=27354 vsize=10440 CPUtime=7.13
/proc/27389/stat : 27389 (minisat) R 27354 27354 27094 0 -1 0 3286 0 0 0 711 2 0 0 25 0 1 0 30056966 10690560 2247 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134526348 0 0 4096 3 0 0 0 17 1 0 0
/proc/27389/statm: 2610 2247 52 112 0 2494 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 26756

[startup+51.23 s]
/proc/loadavg: 1.93 2.18 2.44 3/88 27389
/proc/meminfo: memFree=1876048/2055920 swapFree=4145208/4192956
[pid=27354] ppid=27352 vsize=16316 CPUtime=18.09
/proc/27354/stat : 27354 (sugar) S 27352 27354 27094 0 -1 4194304 1923 62967 0 2 6 1 1756 46 16 0 1 0 30055127 16707584 1434 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27354/statm: 4079 1434 373 3 0 1179 0
[pid=27389] ppid=27354 vsize=15000 CPUtime=32.67
/proc/27389/stat : 27389 (minisat) R 27354 27354 27094 0 -1 0 4394 0 0 0 3263 4 0 0 25 0 1 0 30056966 15360000 3355 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528368 0 0 4096 3 0 0 0 17 1 0 0
/proc/27389/statm: 3750 3355 52 112 0 3634 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 31316

[startup+102.431 s]
/proc/loadavg: 2.09 2.18 2.43 3/88 27461
/proc/meminfo: memFree=1879440/2055920 swapFree=4145208/4192956
[pid=27354] ppid=27352 vsize=16316 CPUtime=18.09
/proc/27354/stat : 27354 (sugar) S 27352 27354 27094 0 -1 4194304 1923 62967 0 2 6 1 1756 46 16 0 1 0 30055127 16707584 1434 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27354/statm: 4079 1434 373 3 0 1179 0
[pid=27389] ppid=27354 vsize=16720 CPUtime=83.71
/proc/27389/stat : 27389 (minisat) R 27354 27354 27094 0 -1 0 4830 0 0 0 8365 6 0 0 25 0 1 0 30056966 17121280 3791 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27389/statm: 4180 3791 52 112 0 4064 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 33036

[startup+162.515 s]
/proc/loadavg: 2.03 2.15 2.40 3/88 27461
/proc/meminfo: memFree=1867664/2055920 swapFree=4145208/4192956
[pid=27354] ppid=27352 vsize=16316 CPUtime=18.09
/proc/27354/stat : 27354 (sugar) S 27352 27354 27094 0 -1 4194304 1923 62967 0 2 6 1 1756 46 16 0 1 0 30055127 16707584 1434 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27354/statm: 4079 1434 373 3 0 1179 0
[pid=27389] ppid=27354 vsize=18732 CPUtime=143.74
/proc/27389/stat : 27389 (minisat) R 27354 27354 27094 0 -1 0 5354 0 0 0 14367 7 0 0 25 0 1 0 30056966 19181568 4315 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27389/statm: 4683 4315 52 112 0 4567 0
Current children cumulated CPU time (s) 161.83
Current children cumulated vsize (KiB) 35048

[startup+222.596 s]
/proc/loadavg: 2.01 2.12 2.37 3/88 27461
/proc/meminfo: memFree=1863120/2055920 swapFree=4145208/4192956
[pid=27354] ppid=27352 vsize=16316 CPUtime=18.09
/proc/27354/stat : 27354 (sugar) S 27352 27354 27094 0 -1 4194304 1923 62967 0 2 6 1 1756 46 16 0 1 0 30055127 16707584 1434 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27354/statm: 4079 1434 373 3 0 1179 0
[pid=27389] ppid=27354 vsize=21316 CPUtime=203.77
/proc/27389/stat : 27389 (minisat) R 27354 27354 27094 0 -1 0 5942 0 0 0 20369 8 0 0 25 0 1 0 30056966 21827584 4903 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528525 0 0 4096 3 0 0 0 17 0 0 0
/proc/27389/statm: 5329 4903 52 112 0 5213 0
Current children cumulated CPU time (s) 221.86
Current children cumulated vsize (KiB) 37632

[startup+282.678 s]
/proc/loadavg: 2.00 2.09 2.34 3/88 27461

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

/proc/loadavg: 2.00 2.00 2.12 3/88 27461
/proc/meminfo: memFree=1826704/2055920 swapFree=4145208/4192956
[pid=27354] ppid=27352 vsize=16316 CPUtime=18.09
/proc/27354/stat : 27354 (sugar) S 27352 27354 27094 0 -1 4194304 1923 62967 0 2 6 1 1756 46 16 0 1 0 30055127 16707584 1434 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27354/statm: 4079 1434 373 3 0 1179 0
[pid=27389] ppid=27354 vsize=40936 CPUtime=1104.07
/proc/27389/stat : 27389 (minisat) R 27354 27354 27094 0 -1 0 10780 0 0 0 110391 16 0 0 25 0 1 0 30056966 41918464 9741 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527289 0 0 4096 3 0 0 0 17 0 0 0
/proc/27389/statm: 10234 9741 52 112 0 10118 0
Current children cumulated CPU time (s) 1122.16
Current children cumulated vsize (KiB) 57252

[startup+1183.91 s]
/proc/loadavg: 2.00 2.00 2.11 3/88 27461
/proc/meminfo: memFree=1826576/2055920 swapFree=4145208/4192956
[pid=27354] ppid=27352 vsize=16316 CPUtime=18.09
/proc/27354/stat : 27354 (sugar) S 27352 27354 27094 0 -1 4194304 1923 62967 0 2 6 1 1756 46 16 0 1 0 30055127 16707584 1434 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27354/statm: 4079 1434 373 3 0 1179 0
[pid=27389] ppid=27354 vsize=41204 CPUtime=1164.07
/proc/27389/stat : 27389 (minisat) R 27354 27354 27094 0 -1 0 10792 0 0 0 116391 16 0 0 25 0 1 0 30056966 42192896 9753 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27389/statm: 10301 9753 52 112 0 10185 0
Current children cumulated CPU time (s) 1182.16
Current children cumulated vsize (KiB) 57520

[startup+1243.98 s]
/proc/loadavg: 2.06 2.02 2.10 3/88 27461
/proc/meminfo: memFree=1826256/2055920 swapFree=4145208/4192956
[pid=27354] ppid=27352 vsize=16316 CPUtime=18.09
/proc/27354/stat : 27354 (sugar) S 27352 27354 27094 0 -1 4194304 1923 62967 0 2 6 1 1756 46 16 0 1 0 30055127 16707584 1434 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27354/statm: 4079 1434 373 3 0 1179 0
[pid=27389] ppid=27354 vsize=41204 CPUtime=1224.1
/proc/27389/stat : 27389 (minisat) R 27354 27354 27094 0 -1 0 10794 0 0 0 122394 16 0 0 25 0 1 0 30056966 42192896 9755 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528429 0 0 4096 3 0 0 0 17 0 0 0
/proc/27389/statm: 10301 9755 52 112 0 10185 0
Current children cumulated CPU time (s) 1242.19
Current children cumulated vsize (KiB) 57520

[startup+1304.07 s]
/proc/loadavg: 2.02 2.01 2.09 3/88 27461
/proc/meminfo: memFree=1826064/2055920 swapFree=4145208/4192956
[pid=27354] ppid=27352 vsize=16316 CPUtime=18.09
/proc/27354/stat : 27354 (sugar) S 27352 27354 27094 0 -1 4194304 1923 62967 0 2 6 1 1756 46 16 0 1 0 30055127 16707584 1434 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27354/statm: 4079 1434 373 3 0 1179 0
[pid=27389] ppid=27354 vsize=41204 CPUtime=1284.12
/proc/27389/stat : 27389 (minisat) R 27354 27354 27094 0 -1 0 10814 0 0 0 128396 16 0 0 25 0 1 0 30056966 42192896 9775 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27389/statm: 10301 9775 52 112 0 10185 0
Current children cumulated CPU time (s) 1302.21
Current children cumulated vsize (KiB) 57520

[startup+1364.15 s]
/proc/loadavg: 2.01 2.00 2.08 3/88 27461
/proc/meminfo: memFree=1825808/2055920 swapFree=4145208/4192956
[pid=27354] ppid=27352 vsize=16316 CPUtime=18.09
/proc/27354/stat : 27354 (sugar) S 27352 27354 27094 0 -1 4194304 1923 62967 0 2 6 1 1756 46 16 0 1 0 30055127 16707584 1434 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27354/statm: 4079 1434 373 3 0 1179 0
[pid=27389] ppid=27354 vsize=41204 CPUtime=1344.13
/proc/27389/stat : 27389 (minisat) R 27354 27354 27094 0 -1 0 10815 0 0 0 134397 16 0 0 25 0 1 0 30056966 42192896 9776 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27389/statm: 10301 9776 52 112 0 10185 0
Current children cumulated CPU time (s) 1362.22
Current children cumulated vsize (KiB) 57520

[startup+1424.24 s]
/proc/loadavg: 2.00 2.00 2.08 3/88 27461
/proc/meminfo: memFree=1825296/2055920 swapFree=4145208/4192956
[pid=27354] ppid=27352 vsize=16316 CPUtime=18.09
/proc/27354/stat : 27354 (sugar) S 27352 27354 27094 0 -1 4194304 1923 62967 0 2 6 1 1756 46 16 0 1 0 30055127 16707584 1434 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27354/statm: 4079 1434 373 3 0 1179 0
[pid=27389] ppid=27354 vsize=41384 CPUtime=1404.17
/proc/27389/stat : 27389 (minisat) R 27354 27354 27094 0 -1 0 10843 0 0 0 140400 17 0 0 25 0 1 0 30056966 42377216 9804 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27389/statm: 10346 9804 52 112 0 10230 0
Current children cumulated CPU time (s) 1422.26
Current children cumulated vsize (KiB) 57700

[startup+1484.32 s]
/proc/loadavg: 2.06 2.01 2.08 3/88 27461
/proc/meminfo: memFree=1824976/2055920 swapFree=4145208/4192956
[pid=27354] ppid=27352 vsize=16316 CPUtime=18.09
/proc/27354/stat : 27354 (sugar) S 27352 27354 27094 0 -1 4194304 1923 62967 0 2 6 1 1756 46 16 0 1 0 30055127 16707584 1434 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27354/statm: 4079 1434 373 3 0 1179 0
[pid=27389] ppid=27354 vsize=41696 CPUtime=1464.19
/proc/27389/stat : 27389 (minisat) R 27354 27354 27094 0 -1 0 10898 0 0 0 146402 17 0 0 25 0 1 0 30056966 42696704 9859 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528433 0 0 4096 3 0 0 0 17 0 0 0
/proc/27389/statm: 10424 9859 52 112 0 10308 0
Current children cumulated CPU time (s) 1482.28
Current children cumulated vsize (KiB) 58012

[startup+1544.4 s]
/proc/loadavg: 2.05 2.02 2.08 3/88 27461
/proc/meminfo: memFree=1824848/2055920 swapFree=4145208/4192956
[pid=27354] ppid=27352 vsize=16316 CPUtime=18.09
/proc/27354/stat : 27354 (sugar) S 27352 27354 27094 0 -1 4194304 1923 62967 0 2 6 1 1756 46 16 0 1 0 30055127 16707584 1434 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27354/statm: 4079 1434 373 3 0 1179 0
[pid=27389] ppid=27354 vsize=41696 CPUtime=1524.19
/proc/27389/stat : 27389 (minisat) R 27354 27354 27094 0 -1 0 10917 0 0 0 152402 17 0 0 25 0 1 0 30056966 42696704 9878 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528186 0 0 4096 3 0 0 0 17 0 0 0
/proc/27389/statm: 10424 9878 52 112 0 10308 0
Current children cumulated CPU time (s) 1542.28
Current children cumulated vsize (KiB) 58012

[startup+1604.48 s]
/proc/loadavg: 2.02 2.02 2.07 3/88 27461
/proc/meminfo: memFree=1824464/2055920 swapFree=4145208/4192956
[pid=27354] ppid=27352 vsize=16316 CPUtime=18.09
/proc/27354/stat : 27354 (sugar) S 27352 27354 27094 0 -1 4194304 1923 62967 0 2 6 1 1756 46 16 0 1 0 30055127 16707584 1434 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27354/statm: 4079 1434 373 3 0 1179 0
[pid=27389] ppid=27354 vsize=41864 CPUtime=1584.23
/proc/27389/stat : 27389 (minisat) R 27354 27354 27094 0 -1 0 10950 0 0 0 158405 18 0 0 25 0 1 0 30056966 42868736 9911 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27389/statm: 10466 9911 52 112 0 10350 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 58180

[startup+1664.57 s]
/proc/loadavg: 2.00 2.01 2.07 3/88 27461
/proc/meminfo: memFree=1823888/2055920 swapFree=4145208/4192956
[pid=27354] ppid=27352 vsize=16316 CPUtime=18.09
/proc/27354/stat : 27354 (sugar) S 27352 27354 27094 0 -1 4194304 1923 62967 0 2 6 1 1756 46 16 0 1 0 30055127 16707584 1434 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27354/statm: 4079 1434 373 3 0 1179 0
[pid=27389] ppid=27354 vsize=42120 CPUtime=1644.26
/proc/27389/stat : 27389 (minisat) R 27354 27354 27094 0 -1 0 11028 0 0 0 164408 18 0 0 25 0 1 0 30056966 43130880 9989 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27389/statm: 10530 9989 52 112 0 10414 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 58436

[startup+1724.65 s]
/proc/loadavg: 2.03 2.02 2.06 3/88 27461
/proc/meminfo: memFree=1823504/2055920 swapFree=4145208/4192956
[pid=27354] ppid=27352 vsize=16316 CPUtime=18.09
/proc/27354/stat : 27354 (sugar) S 27352 27354 27094 0 -1 4194304 1923 62967 0 2 6 1 1756 46 16 0 1 0 30055127 16707584 1434 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27354/statm: 4079 1434 373 3 0 1179 0
[pid=27389] ppid=27354 vsize=42356 CPUtime=1704.25
/proc/27389/stat : 27389 (minisat) R 27354 27354 27094 0 -1 0 11067 0 0 0 170407 18 0 0 25 0 1 0 30056966 43372544 10028 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 0 0 0
/proc/27389/statm: 10589 10028 52 112 0 10473 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 58672

[startup+1784.73 s]
/proc/loadavg: 2.01 2.02 2.06 3/88 27461
/proc/meminfo: memFree=1821392/2055920 swapFree=4145208/4192956
[pid=27354] ppid=27352 vsize=16316 CPUtime=18.09
/proc/27354/stat : 27354 (sugar) S 27352 27354 27094 0 -1 4194304 1923 62967 0 2 6 1 1756 46 16 0 1 0 30055127 16707584 1434 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27354/statm: 4079 1434 373 3 0 1179 0
[pid=27389] ppid=27354 vsize=42756 CPUtime=1764.28
/proc/27389/stat : 27389 (minisat) R 27354 27354 27094 0 -1 0 11171 0 0 0 176410 18 0 0 25 0 1 0 30056966 43782144 10132 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528786 0 0 4096 3 0 0 0 17 0 0 0
/proc/27389/statm: 10689 10132 52 112 0 10573 0
Current children cumulated CPU time (s) 1782.37
Current children cumulated vsize (KiB) 59072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.4 s]
/proc/loadavg: 2.01 2.02 2.06 3/88 27461
/proc/meminfo: memFree=1821264/2055920 swapFree=4145208/4192956
[pid=27354] ppid=27352 vsize=16316 CPUtime=18.09
/proc/27354/stat : 27354 (sugar) S 27352 27354 27094 0 -1 4194304 1923 62967 0 2 6 1 1756 46 16 0 1 0 30055127 16707584 1434 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27354/statm: 4079 1434 373 3 0 1179 0
[pid=27389] ppid=27354 vsize=42756 CPUtime=1781.94
/proc/27389/stat : 27389 (minisat) R 27354 27354 27094 0 -1 0 11187 0 0 0 178176 18 0 0 25 0 1 0 30056966 43782144 10148 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27389/statm: 10689 10148 52 112 0 10573 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 59072

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 27354 and gives childrusage.ru_utime.tv_sec=17 childrusage.ru_utime.tv_usec=631319 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=493924
CPU time returned by wait4() is 18.1252
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): 1803.42
CPU time (s): 1800.04
CPU user time (s): 1799.38
CPU system time (s): 0.66
CPU usage (%): 99.8126
Max. virtual memory (cumulated for all children) (KiB): 821556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.6313
system time used= 0.493924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64975
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= 4105
involuntary context switches= 4375

runsolver used 2.19267 s user time and 5.81112 s system time

The end

Launcher Data (download as text)

Begin job on node24 on Mon Jan 29 20:03:28 UTC 2007


IDJOB= 217194
IDBENCH= 5122
IDSOLVER= 86
FILE ID= node24/217194-1170101007

PBS_JOBID= 3689752

Free space on /tmp= 66563 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  438e8ba11659cae5f336047ba28f6562

RANDOM SEED= 378449903

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.232
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.232
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:       1924992 kB
Buffers:         28476 kB
Cached:          38540 kB
SwapCached:       3296 kB
Active:          46264 kB
Inactive:        36120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1924992 kB
SwapTotal:     4192956 kB
SwapFree:      4145208 kB
Dirty:            2436 kB
Writeback:           0 kB
Mapped:          23876 kB
Slab:            33576 kB
Committed_AS:   409724 kB
PageTables:       2068 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= 66555 MiB



End job on node24 on Mon Jan 29 20:33:33 UTC 2007