Trace number 217327

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sugar 0.40? (TO) 1800.1 1812.27

General information on the benchmark

Namefrb/frb50-23/
frb50-23-3-mgd_ext.xml
MD5SUMf6fd5de1819bdb3f6519fa77afbd22d4
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 benchmark582.261
SatisfiableYES
(Un)Satisfiability was proved
Number of variables50
Number of constraints456
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension456
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.13	c # Sugar v0-40 (/tmp/evaluation/217327-1170101063/sugar-v0-40.jar)
0.13	
0.14	c # MAIN  BEGIN : /tmp/evaluation/217327-1170101063/unknown.xml [Mon Jan 29 21:04:23 2007]
0.14	c # CONVERT_XML  BEGIN : /tmp/evaluation/217327-1170101063/unknown.xml /tmp/evaluation/217327-1170101063/sugar18614.csp [Mon Jan 29 21:04:23 2007]
0.14	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/217327-1170101063/sugar-v0-40.jar -convert /tmp/evaluation/217327-1170101063/unknown.xml /tmp/evaluation/217327-1170101063/sugar18614.csp
0.37	c BEGIN convert /tmp/evaluation/217327-1170101063/unknown.xml
1.11	c END convert (0.741207 seconds)
1.12	c # CONVERT_XML  END : /tmp/evaluation/217327-1170101063/sugar18614.csp 2204816 bytes (1 seconds) [Mon Jan 29 21:04:24 2007]
1.12	c # CONVERT_XML  CPU : 0.81 = 0 + 0 + 0.74 + 0.07
1.12	
1.12	c # GENERATE_SAT  BEGIN : /tmp/evaluation/217327-1170101063/sugar18614.bcnf [Mon Jan 29 21:04:24 2007]
1.12	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/217327-1170101063/sugar-v0-40.jar -bcnf -map /tmp/evaluation/217327-1170101063/sugar18614.map /tmp/evaluation/217327-1170101063/sugar18614.csp /tmp/evaluation/217327-1170101063/sugar18614.bcnf
1.25	c BEGIN parse /tmp/evaluation/217327-1170101063/sugar18614.csp
25.23	c END parse (23.982841 seconds)
25.23	c BEGIN simplify
25.34	c END simplify (0.104056 seconds)
25.34	c BEGIN encode /tmp/evaluation/217327-1170101063/sugar18614.bcnf
26.20	c END encode (0.865791 seconds)
26.31	c # GENERATE_SAT  END : 6386 variables 78725 clauses 7085736 bytes (25 seconds) [Mon Jan 29 21:04:49 2007]
26.31	c # GENERATE_SAT  CPU : 24.92 = 0.04 + 0 + 24.43 + 0.45
26.31	
26.31	c # SOLVE_SAT  BEGIN : /tmp/evaluation/217327-1170101063/sugar18614.bcnf [Mon Jan 29 21:04:49 2007]
26.31	c # CMD : /tmp/evaluation/217327-1170101063/minisat /tmp/evaluation/217327-1170101063/sugar18614.bcnf /tmp/evaluation/217327-1170101063/sugar18614.out
26.47	c ==================================[MINISAT]===================================
26.47	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
26.47	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
26.47	c ==============================================================================
26.47	c |         0 |   78725  1692701 |   26241       0        0     nan |  0.000 % |
26.54	c |       100 |   78725  1692701 |   28865     100     2448    24.5 |  0.000 % |
26.60	c |       251 |   78726  1692701 |   31751     250     4522    18.1 |  0.000 % |
26.70	c |       477 |   78726  1692701 |   34926     476    10890    22.9 |  0.000 % |
26.87	c |       814 |   78726  1692701 |   38419     813    16366    20.1 |  0.000 % |
27.07	c |      1320 |   78726  1692701 |   42261    1319    25330    19.2 |  0.000 % |
27.45	c |      2079 |   78726  1692701 |   46487    2078    44090    21.2 |  0.000 % |
27.94	c |      3218 |   78726  1692701 |   51136    3217    67587    21.0 |  0.000 % |
28.75	c |      4927 |   78726  1692701 |   56249    4926    92287    18.7 |  0.000 % |
29.99	c |      7490 |   78726  1692701 |   61874    7489   149901    20.0 |  0.000 % |
31.83	c |     11336 |   78727  1692701 |   68062   11334   239074    21.1 |  0.000 % |
34.89	c |     17103 |   78728  1692701 |   74868   17100   376022    22.0 |  0.000 % |
41.20	c |     25752 |   78729  1692701 |   82355   25748   666687    25.9 |  0.000 % |
51.11	c |     38727 |   78733  1692701 |   90591   38719  1018755    26.3 |  0.000 % |
69.27	c |     58189 |   78735  1692701 |   99650   58179  1513776    26.0 |  0.000 % |
101.10	c |     87381 |   78739  1692701 |  109615   87367  2334098    26.7 |  0.000 % |
141.90	c |    131172 |   78743  1692701 |  120576   37559   972432    25.9 |  0.000 % |
216.96	c |    196856 |   78750  1692701 |  132634  103236  2989696    29.0 |  0.000 % |
340.65	c |    295382 |   78758  1692701 |  145897   87598  2785357    31.8 |  0.000 % |
561.25	c |    443173 |   78763  1692701 |  160487  110153  3699229    33.6 |  0.000 % |
918.77	c |    664857 |   78772  1692701 |  176536   50167  1605615    32.0 |  0.000 % |
1371.90	c |    997382 |   78808  1692701 |  194189   66330  1667472    25.1 |  0.000 % |
1811.25	
1811.25	s UNKNOWN
1811.25	c # INTERRUPTED
1811.25	c # MAIN  END :  (1811 seconds) [Mon Jan 29 21:34:34 2007]
1811.25	c # MAIN  CPU : 25.73 = 0.04 + 0 + 25.17 + 0.52
1811.25	

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/node38/watcher-217327-1170101063 -o ROOT/results/node38/solver-217327-1170101063 -C 1800 -M 900 /tmp/evaluation/217327-1170101063/solver /tmp/evaluation/217327-1170101063 /tmp/evaluation/217327-1170101063/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.18 2.21 2.53 5/82 18615
/proc/meminfo: memFree=842824/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=5352 CPUtime=0
/proc/18614/stat : 18614 (solver) R 18612 18614 17815 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 30062132 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 266890439975 0 0 4096 0 0 0 0 17 1 0 0
/proc/18614/statm: 1338 231 193 169 0 49 0

[startup+0.110831 s]
/proc/loadavg: 2.18 2.21 2.53 5/82 18615
/proc/meminfo: memFree=842824/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=12668 CPUtime=0.02
/proc/18614/stat : 18614 (sugar) R 18612 18614 17815 0 -1 4194304 782 0 3 0 1 1 0 0 18 0 1 0 30062132 12972032 504 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266910206807 0 0 4224 0 0 0 0 17 1 0 0
/proc/18614/statm: 3167 504 315 3 0 267 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12668

[startup+0.52188 s]
/proc/loadavg: 2.18 2.21 2.53 5/82 18615
/proc/meminfo: memFree=842824/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=13724 CPUtime=0.04
/proc/18614/stat : 18614 (sugar) S 18612 18614 17815 0 -1 4194304 1118 0 3 0 3 1 0 0 15 0 1 0 30062132 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18614/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34297 s]
/proc/loadavg: 2.18 2.21 2.53 3/83 18624
/proc/meminfo: memFree=826240/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=13724 CPUtime=0.85
/proc/18614/stat : 18614 (sugar) S 18612 18614 17815 0 -1 4194304 1187 7884 3 33 3 1 74 7 15 0 1 0 30062132 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18614/statm: 3431 809 371 3 0 531 0
[pid=18624] ppid=18614 vsize=807064 CPUtime=0.2
/proc/18624/stat : 18624 (java) S 18614 18614 17815 0 -1 0 3258 0 1 0 18 2 0 0 17 0 8 0 30062244 826433536 3009 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18624/statm: 201766 3009 1482 14 0 189044 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 820788

[startup+2.98016 s]
/proc/loadavg: 2.18 2.21 2.53 3/90 18631
/proc/meminfo: memFree=789512/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=13724 CPUtime=0.85
/proc/18614/stat : 18614 (sugar) S 18612 18614 17815 0 -1 4194304 1187 7884 3 33 3 1 74 7 15 0 1 0 30062132 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18614/statm: 3431 809 371 3 0 531 0
[pid=18624] ppid=18614 vsize=807064 CPUtime=1.82
/proc/18624/stat : 18624 (java) R 18614 18614 17815 0 -1 0 12474 0 1 0 176 6 0 0 25 0 8 0 30062244 826433536 12211 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479595 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18624/statm: 201766 12211 1494 14 0 189044 0
[pid=18624/tid=18625] ppid=18614 vsize=807064 CPUtime=0.45
/proc/18624/task/18625/stat : 18625 (java) S 18614 18614 17815 0 -1 64 6408 0 0 0 43 2 0 0 16 0 8 0 30062248 826433536 12211 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18624/tid=18626] ppid=18614 vsize=807064 CPUtime=0
/proc/18624/task/18626/stat : 18626 (java) S 18614 18614 17815 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30062249 826433536 12211 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18624/tid=18627] ppid=18614 vsize=807064 CPUtime=0
/proc/18624/task/18627/stat : 18627 (java) S 18614 18614 17815 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30062249 826433536 12211 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18624/tid=18628] ppid=18614 vsize=807064 CPUtime=0
/proc/18624/task/18628/stat : 18628 (java) S 18614 18614 17815 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30062252 826433536 12211 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18624/tid=18629] ppid=18614 vsize=807064 CPUtime=0.05
/proc/18624/task/18629/stat : 18629 (java) S 18614 18614 17815 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30062252 826433536 12211 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18624/tid=18630] ppid=18614 vsize=807064 CPUtime=0
/proc/18624/task/18630/stat : 18630 (java) S 18614 18614 17815 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30062252 826433536 12211 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18624/tid=18631] ppid=18614 vsize=807064 CPUtime=0
/proc/18624/task/18631/stat : 18631 (java) S 18614 18614 17815 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30062252 826433536 12211 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 820788

[startup+6.28265 s]
/proc/loadavg: 2.17 2.20 2.53 3/90 18631
/proc/meminfo: memFree=722120/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=13724 CPUtime=0.85
/proc/18614/stat : 18614 (sugar) S 18612 18614 17815 0 -1 4194304 1187 7884 3 33 3 1 74 7 15 0 1 0 30062132 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18614/statm: 3431 809 371 3 0 531 0
[pid=18624] ppid=18614 vsize=807336 CPUtime=5.09
/proc/18624/stat : 18624 (java) R 18614 18614 17815 0 -1 0 26726 0 1 0 496 13 0 0 25 0 8 0 30062244 826712064 26406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073641086 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18624/statm: 201834 26406 1506 14 0 189112 0
[pid=18624/tid=18625] ppid=18614 vsize=807336 CPUtime=1.22
/proc/18624/task/18625/stat : 18625 (java) S 18614 18614 17815 0 -1 64 20453 0 0 0 114 8 0 0 16 0 8 0 30062248 826712064 26406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18624/tid=18626] ppid=18614 vsize=807336 CPUtime=0
/proc/18624/task/18626/stat : 18626 (java) S 18614 18614 17815 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30062249 826712064 26406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18624/tid=18627] ppid=18614 vsize=807336 CPUtime=0
/proc/18624/task/18627/stat : 18627 (java) S 18614 18614 17815 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30062249 826712064 26406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18624/tid=18628] ppid=18614 vsize=807336 CPUtime=0
/proc/18624/task/18628/stat : 18628 (java) S 18614 18614 17815 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30062252 826712064 26406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18624/tid=18629] ppid=18614 vsize=807336 CPUtime=0.12
/proc/18624/task/18629/stat : 18629 (java) S 18614 18614 17815 0 -1 64 400 0 0 0 12 0 0 0 16 0 8 0 30062252 826712064 26406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18624/tid=18630] ppid=18614 vsize=807336 CPUtime=0
/proc/18624/task/18630/stat : 18630 (java) S 18614 18614 17815 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30062252 826712064 26406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18624/tid=18631] ppid=18614 vsize=807336 CPUtime=0
/proc/18624/task/18631/stat : 18631 (java) S 18614 18614 17815 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30062252 826712064 26406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 821060

[startup+12.7187 s]
/proc/loadavg: 2.15 2.20 2.52 3/90 18631
/proc/meminfo: memFree=569992/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=13724 CPUtime=0.85
/proc/18614/stat : 18614 (sugar) S 18612 18614 17815 0 -1 4194304 1187 7884 3 33 3 1 74 7 15 0 1 0 30062132 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18614/statm: 3431 809 371 3 0 531 0
[pid=18624] ppid=18614 vsize=807336 CPUtime=11.45
/proc/18624/stat : 18624 (java) R 18614 18614 17815 0 -1 0 54984 0 1 0 1116 29 0 0 25 0 8 0 30062244 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18624/statm: 201834 54112 1507 14 0 189112 0
[pid=18624/tid=18625] ppid=18614 vsize=807336 CPUtime=3.36
/proc/18624/task/18625/stat : 18625 (java) S 18614 18614 17815 0 -1 64 48529 0 0 0 314 22 0 0 15 0 8 0 30062248 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18624/tid=18626] ppid=18614 vsize=807336 CPUtime=0
/proc/18624/task/18626/stat : 18626 (java) S 18614 18614 17815 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30062249 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18624/tid=18627] ppid=18614 vsize=807336 CPUtime=0
/proc/18624/task/18627/stat : 18627 (java) S 18614 18614 17815 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30062249 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18624/tid=18628] ppid=18614 vsize=807336 CPUtime=0
/proc/18624/task/18628/stat : 18628 (java) S 18614 18614 17815 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30062252 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18624/tid=18629] ppid=18614 vsize=807336 CPUtime=0.13
/proc/18624/task/18629/stat : 18629 (java) S 18614 18614 17815 0 -1 64 403 0 0 0 13 0 0 0 16 0 8 0 30062252 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18624/tid=18630] ppid=18614 vsize=807336 CPUtime=0
/proc/18624/task/18630/stat : 18630 (java) S 18614 18614 17815 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30062252 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18624/tid=18631] ppid=18614 vsize=807336 CPUtime=0
/proc/18624/task/18631/stat : 18631 (java) S 18614 18614 17815 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30062252 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 821060

[startup+25.6148 s]
/proc/loadavg: 2.25 2.22 2.53 2/83 18634
/proc/meminfo: memFree=1707720/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=13724 CPUtime=0.85
/proc/18614/stat : 18614 (sugar) S 18612 18614 17815 0 -1 4194304 1187 7884 3 33 3 1 74 7 15 0 1 0 30062132 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18614/statm: 3431 809 371 3 0 531 0
[pid=18624] ppid=18614 vsize=807336 CPUtime=24.23
/proc/18624/stat : 18624 (java) R 18614 18614 17815 0 -1 0 56786 0 1 0 2386 37 0 0 17 0 8 0 30062244 826712064 54324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336169 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18624/statm: 201834 54324 1511 14 0 189112 0
[pid=18624/tid=18625] ppid=18614 vsize=807336 CPUtime=8.51
/proc/18624/task/18625/stat : 18625 (java) S 18614 18614 17815 0 -1 64 49922 0 0 0 825 26 0 0 16 0 8 0 30062248 826712064 54324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18624/tid=18626] ppid=18614 vsize=807336 CPUtime=0
/proc/18624/task/18626/stat : 18626 (java) S 18614 18614 17815 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30062249 826712064 54324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18624/tid=18627] ppid=18614 vsize=807336 CPUtime=0
/proc/18624/task/18627/stat : 18627 (java) S 18614 18614 17815 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30062249 826712064 54324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18624/tid=18628] ppid=18614 vsize=807336 CPUtime=0
/proc/18624/task/18628/stat : 18628 (java) S 18614 18614 17815 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30062252 826712064 54324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18624/tid=18629] ppid=18614 vsize=807336 CPUtime=0.14
/proc/18624/task/18629/stat : 18629 (java) S 18614 18614 17815 0 -1 64 411 0 0 0 14 0 0 0 16 0 8 0 30062252 826712064 54324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18624/tid=18630] ppid=18614 vsize=807336 CPUtime=0
/proc/18624/task/18630/stat : 18630 (java) S 18614 18614 17815 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30062252 826712064 54324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18624/tid=18631] ppid=18614 vsize=807336 CPUtime=0
/proc/18624/task/18631/stat : 18631 (java) S 18614 18614 17815 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30062252 826712064 54324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 821060

[startup+51.2245 s]
/proc/loadavg: 2.22 2.22 2.52 3/75 18699
/proc/meminfo: memFree=1876400/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=16716 CPUtime=25.77
/proc/18614/stat : 18614 (sugar) S 18612 18614 17815 0 -1 4194304 2016 64686 3 36 7 1 2517 52 16 0 1 0 30062132 17117184 1531 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18614/statm: 4179 1531 373 3 0 1279 0
[pid=18635] ppid=18614 vsize=16264 CPUtime=24.61
/proc/18635/stat : 18635 (minisat) R 18614 18614 17815 0 -1 0 4736 0 0 0 2456 5 0 0 25 0 1 0 30064763 16654336 3697 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 0 0 0
/proc/18635/statm: 4066 3697 52 112 0 3950 0
Current children cumulated CPU time (s) 50.38
Current children cumulated vsize (KiB) 32980

[startup+102.456 s]
/proc/loadavg: 2.10 2.18 2.49 3/75 18699
/proc/meminfo: memFree=1856624/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=16716 CPUtime=25.77
/proc/18614/stat : 18614 (sugar) S 18612 18614 17815 0 -1 4194304 2016 64686 3 36 7 1 2517 52 16 0 1 0 30062132 17117184 1531 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18614/statm: 4179 1531 373 3 0 1279 0
[pid=18635] ppid=18614 vsize=23308 CPUtime=75.61
/proc/18635/stat : 18635 (minisat) R 18614 18614 17815 0 -1 0 6499 0 0 0 7552 9 0 0 25 0 1 0 30064763 23867392 5460 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18635/statm: 5827 5460 52 112 0 5711 0
Current children cumulated CPU time (s) 101.38
Current children cumulated vsize (KiB) 40024

[startup+162.509 s]
/proc/loadavg: 2.03 2.15 2.45 3/75 18699
/proc/meminfo: memFree=1847408/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=16716 CPUtime=25.77
/proc/18614/stat : 18614 (sugar) S 18612 18614 17815 0 -1 4194304 2016 64686 3 36 7 1 2517 52 16 0 1 0 30062132 17117184 1531 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18614/statm: 4179 1531 373 3 0 1279 0
[pid=18635] ppid=18614 vsize=25988 CPUtime=135.39
/proc/18635/stat : 18635 (minisat) R 18614 18614 17815 0 -1 0 7126 0 0 0 13528 11 0 0 25 0 1 0 30064763 26611712 6087 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528442 0 0 4096 3 0 0 0 17 0 0 0
/proc/18635/statm: 6497 6087 52 112 0 6381 0
Current children cumulated CPU time (s) 161.16
Current children cumulated vsize (KiB) 42704

[startup+222.565 s]
/proc/loadavg: 2.04 2.13 2.43 3/75 18699
/proc/meminfo: memFree=1845232/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=16716 CPUtime=25.77
/proc/18614/stat : 18614 (sugar) S 18612 18614 17815 0 -1 4194304 2016 64686 3 36 7 1 2517 52 16 0 1 0 30062132 17117184 1531 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18614/statm: 4179 1531 373 3 0 1279 0
[pid=18635] ppid=18614 vsize=27868 CPUtime=195.17
/proc/18635/stat : 18635 (minisat) R 18614 18614 17815 0 -1 0 7605 0 0 0 19505 12 0 0 25 0 1 0 30064763 28536832 6566 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527289 0 0 4096 3 0 0 0 17 0 0 0
/proc/18635/statm: 6967 6566 52 112 0 6851 0
Current children cumulated CPU time (s) 220.94
Current children cumulated vsize (KiB) 44584

[startup+282.618 s]
/proc/loadavg: 2.06 2.12 2.40 3/75 18699

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

/proc/loadavg: 2.04 2.02 2.15 3/75 18699
/proc/meminfo: memFree=1804336/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=16716 CPUtime=25.77
/proc/18614/stat : 18614 (sugar) S 18612 18614 17815 0 -1 4194304 2016 64686 3 36 7 1 2517 52 16 0 1 0 30062132 17117184 1531 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18614/statm: 4179 1531 373 3 0 1279 0
[pid=18635] ppid=18614 vsize=42276 CPUtime=1091.92
/proc/18635/stat : 18635 (minisat) R 18614 18614 17815 0 -1 0 11132 0 0 0 109175 17 0 0 25 0 1 0 30064763 43290624 10093 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18635/statm: 10569 10093 52 112 0 10453 0
Current children cumulated CPU time (s) 1117.69
Current children cumulated vsize (KiB) 58992

[startup+1183.49 s]
/proc/loadavg: 2.01 2.01 2.14 3/75 18699
/proc/meminfo: memFree=1804208/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=16716 CPUtime=25.77
/proc/18614/stat : 18614 (sugar) S 18612 18614 17815 0 -1 4194304 2016 64686 3 36 7 1 2517 52 16 0 1 0 30062132 17117184 1531 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18614/statm: 4179 1531 373 3 0 1279 0
[pid=18635] ppid=18614 vsize=42276 CPUtime=1151.65
/proc/18635/stat : 18635 (minisat) R 18614 18614 17815 0 -1 0 11134 0 0 0 115148 17 0 0 25 0 1 0 30064763 43290624 10095 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18635/statm: 10569 10095 52 112 0 10453 0
Current children cumulated CPU time (s) 1177.42
Current children cumulated vsize (KiB) 58992

[startup+1243.54 s]
/proc/loadavg: 2.00 2.01 2.13 3/75 18699
/proc/meminfo: memFree=1801968/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=16716 CPUtime=25.77
/proc/18614/stat : 18614 (sugar) S 18612 18614 17815 0 -1 4194304 2016 64686 3 36 7 1 2517 52 16 0 1 0 30062132 17117184 1531 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18614/statm: 4179 1531 373 3 0 1279 0
[pid=18635] ppid=18614 vsize=42436 CPUtime=1211.23
/proc/18635/stat : 18635 (minisat) R 18614 18614 17815 0 -1 0 11169 0 0 0 121106 17 0 0 25 0 1 0 30064763 43454464 10130 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 0 0 0
/proc/18635/statm: 10609 10130 52 112 0 10493 0
Current children cumulated CPU time (s) 1237
Current children cumulated vsize (KiB) 59152

[startup+1303.6 s]
/proc/loadavg: 2.00 2.00 2.12 3/75 18699
/proc/meminfo: memFree=1801776/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=16716 CPUtime=25.77
/proc/18614/stat : 18614 (sugar) S 18612 18614 17815 0 -1 4194304 2016 64686 3 36 7 1 2517 52 16 0 1 0 30062132 17117184 1531 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18614/statm: 4179 1531 373 3 0 1279 0
[pid=18635] ppid=18614 vsize=42652 CPUtime=1270.77
/proc/18635/stat : 18635 (minisat) R 18614 18614 17815 0 -1 0 11200 0 0 0 127060 17 0 0 25 0 1 0 30064763 43675648 10161 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525686 0 0 4096 3 0 0 0 17 0 0 0
/proc/18635/statm: 10663 10161 52 112 0 10547 0
Current children cumulated CPU time (s) 1296.54
Current children cumulated vsize (KiB) 59368

[startup+1363.66 s]
/proc/loadavg: 2.00 2.00 2.10 3/75 18699
/proc/meminfo: memFree=1801584/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=16716 CPUtime=25.77
/proc/18614/stat : 18614 (sugar) S 18612 18614 17815 0 -1 4194304 2016 64686 3 36 7 1 2517 52 16 0 1 0 30062132 17117184 1531 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18614/statm: 4179 1531 373 3 0 1279 0
[pid=18635] ppid=18614 vsize=42652 CPUtime=1330.36
/proc/18635/stat : 18635 (minisat) R 18614 18614 17815 0 -1 0 11203 0 0 0 133018 18 0 0 25 0 1 0 30064763 43675648 10164 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18635/statm: 10663 10164 52 112 0 10547 0
Current children cumulated CPU time (s) 1356.13
Current children cumulated vsize (KiB) 59368

[startup+1423.71 s]
/proc/loadavg: 2.00 2.00 2.09 3/75 18699
/proc/meminfo: memFree=1801200/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=16716 CPUtime=25.77
/proc/18614/stat : 18614 (sugar) S 18612 18614 17815 0 -1 4194304 2016 64686 3 36 7 1 2517 52 16 0 1 0 30062132 17117184 1531 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18614/statm: 4179 1531 373 3 0 1279 0
[pid=18635] ppid=18614 vsize=42652 CPUtime=1389.94
/proc/18635/stat : 18635 (minisat) R 18614 18614 17815 0 -1 0 11227 0 0 0 138976 18 0 0 25 0 1 0 30064763 43675648 10188 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18635/statm: 10663 10188 52 112 0 10547 0
Current children cumulated CPU time (s) 1415.71
Current children cumulated vsize (KiB) 59368

[startup+1483.76 s]
/proc/loadavg: 2.00 2.00 2.09 3/75 18699
/proc/meminfo: memFree=1799792/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=16716 CPUtime=25.77
/proc/18614/stat : 18614 (sugar) S 18612 18614 17815 0 -1 4194304 2016 64686 3 36 7 1 2517 52 16 0 1 0 30062132 17117184 1531 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18614/statm: 4179 1531 373 3 0 1279 0
[pid=18635] ppid=18614 vsize=42652 CPUtime=1449.5
/proc/18635/stat : 18635 (minisat) R 18614 18614 17815 0 -1 0 11229 0 0 0 144932 18 0 0 25 0 1 0 30064763 43675648 10190 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528426 0 0 4096 3 0 0 0 17 0 0 0
/proc/18635/statm: 10663 10190 52 112 0 10547 0
Current children cumulated CPU time (s) 1475.27
Current children cumulated vsize (KiB) 59368

[startup+1543.81 s]
/proc/loadavg: 2.00 2.00 2.08 3/75 18699
/proc/meminfo: memFree=1797232/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=16716 CPUtime=25.77
/proc/18614/stat : 18614 (sugar) S 18612 18614 17815 0 -1 4194304 2016 64686 3 36 7 1 2517 52 16 0 1 0 30062132 17117184 1531 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18614/statm: 4179 1531 373 3 0 1279 0
[pid=18635] ppid=18614 vsize=43204 CPUtime=1509.07
/proc/18635/stat : 18635 (minisat) R 18614 18614 17815 0 -1 0 11357 0 0 0 150889 18 0 0 25 0 1 0 30064763 44240896 10318 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528429 0 0 4096 3 0 0 0 17 0 0 0
/proc/18635/statm: 10801 10318 52 112 0 10685 0
Current children cumulated CPU time (s) 1534.84
Current children cumulated vsize (KiB) 59920

[startup+1603.87 s]
/proc/loadavg: 2.00 2.00 2.07 3/75 18699
/proc/meminfo: memFree=1792880/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=16716 CPUtime=25.77
/proc/18614/stat : 18614 (sugar) S 18612 18614 17815 0 -1 4194304 2016 64686 3 36 7 1 2517 52 16 0 1 0 30062132 17117184 1531 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18614/statm: 4179 1531 373 3 0 1279 0
[pid=18635] ppid=18614 vsize=47512 CPUtime=1568.64
/proc/18635/stat : 18635 (minisat) R 18614 18614 17815 0 -1 0 12439 0 0 0 156844 20 0 0 25 0 1 0 30064763 48652288 11400 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18635/statm: 11878 11400 52 112 0 11762 0
Current children cumulated CPU time (s) 1594.41
Current children cumulated vsize (KiB) 64228

[startup+1663.93 s]
/proc/loadavg: 2.00 2.00 2.07 3/75 18699
/proc/meminfo: memFree=1791664/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=16716 CPUtime=25.77
/proc/18614/stat : 18614 (sugar) S 18612 18614 17815 0 -1 4194304 2016 64686 3 36 7 1 2517 52 16 0 1 0 30062132 17117184 1531 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18614/statm: 4179 1531 373 3 0 1279 0
[pid=18635] ppid=18614 vsize=48552 CPUtime=1628.2
/proc/18635/stat : 18635 (minisat) R 18614 18614 17815 0 -1 0 12704 0 0 0 162800 20 0 0 25 0 1 0 30064763 49717248 11665 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/18635/statm: 12138 11665 52 112 0 12022 0
Current children cumulated CPU time (s) 1653.97
Current children cumulated vsize (KiB) 65268

[startup+1723.99 s]
/proc/loadavg: 2.07 2.02 2.07 3/75 18699
/proc/meminfo: memFree=1791472/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=16716 CPUtime=25.77
/proc/18614/stat : 18614 (sugar) S 18612 18614 17815 0 -1 4194304 2016 64686 3 36 7 1 2517 52 16 0 1 0 30062132 17117184 1531 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18614/statm: 4179 1531 373 3 0 1279 0
[pid=18635] ppid=18614 vsize=48700 CPUtime=1687.77
/proc/18635/stat : 18635 (minisat) R 18614 18614 17815 0 -1 0 12719 0 0 0 168757 20 0 0 25 0 1 0 30064763 49868800 11680 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18635/statm: 12175 11680 52 112 0 12059 0
Current children cumulated CPU time (s) 1713.54
Current children cumulated vsize (KiB) 65416

[startup+1784.04 s]
/proc/loadavg: 2.06 2.03 2.07 3/75 18699
/proc/meminfo: memFree=1788016/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=16716 CPUtime=25.77
/proc/18614/stat : 18614 (sugar) S 18612 18614 17815 0 -1 4194304 2016 64686 3 36 7 1 2517 52 16 0 1 0 30062132 17117184 1531 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18614/statm: 4179 1531 373 3 0 1279 0
[pid=18635] ppid=18614 vsize=49328 CPUtime=1747.35
/proc/18635/stat : 18635 (minisat) R 18614 18614 17815 0 -1 0 12860 0 0 0 174715 20 0 0 25 0 1 0 30064763 50511872 11821 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18635/statm: 12332 11821 52 112 0 12216 0
Current children cumulated CPU time (s) 1773.12
Current children cumulated vsize (KiB) 66044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.24 s]
/proc/loadavg: 2.04 2.02 2.06 3/75 18699
/proc/meminfo: memFree=1785200/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=16716 CPUtime=25.77
/proc/18614/stat : 18614 (sugar) S 18612 18614 17815 0 -1 4194304 2016 64686 3 36 7 1 2517 52 16 0 1 0 30062132 17117184 1531 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18614/statm: 4179 1531 373 3 0 1279 0
[pid=18635] ppid=18614 vsize=49328 CPUtime=1774.32
/proc/18635/stat : 18635 (minisat) R 18614 18614 17815 0 -1 0 12887 0 0 0 177412 20 0 0 25 0 1 0 30064763 50511872 11848 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528442 0 0 4096 3 0 0 0 17 0 0 0
/proc/18635/statm: 12332 11848 52 112 0 12216 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 66044

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 18614 and gives childrusage.ru_utime.tv_sec=25 childrusage.ru_utime.tv_usec=254160 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=548916
CPU time returned by wait4() is 25.8031
while last known CPU time is 1800.1

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

Real time (s): 1812.27
CPU time (s): 1800.1
CPU user time (s): 1799.36
CPU system time (s): 0.74
CPU usage (%): 99.3287
Max. virtual memory (cumulated for all children) (KiB): 822064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.2542
system time used= 0.548916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66787
page faults= 39
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6054
involuntary context switches= 6216

runsolver used 1.62275 s user time and 4.85626 s system time

The end

Launcher Data (download as text)

Begin job on node38 on Mon Jan 29 20:04:23 UTC 2007


IDJOB= 217327
IDBENCH= 5129
IDSOLVER= 86
FILE ID= node38/217327-1170101063

PBS_JOBID= 3689696

Free space on /tmp= 58188 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/frb/frb50-23/frb50-23-3-mgd_ext.xml
COMMAND LINE= /tmp/evaluation/217327-1170101063/solver /tmp/evaluation/217327-1170101063 /tmp/evaluation/217327-1170101063/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-217327-1170101063 -o ROOT/results/node38/solver-217327-1170101063 -C 1800 -M 900  /tmp/evaluation/217327-1170101063/solver /tmp/evaluation/217327-1170101063 /tmp/evaluation/217327-1170101063/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  f6fd5de1819bdb3f6519fa77afbd22d4

RANDOM SEED= 215799644

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.233
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.233
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:        843624 kB
Buffers:         13888 kB
Cached:        1029028 kB
SwapCached:          0 kB
Active:         103644 kB
Inactive:      1015728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        843624 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8940 kB
Writeback:           0 kB
Mapped:          93288 kB
Slab:            78076 kB
Committed_AS:   387000 kB
PageTables:       2048 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= 66561 MiB



End job on node38 on Mon Jan 29 20:34:35 UTC 2007