Trace number 230622

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.06 1808.75

General information on the benchmark

Namegeom/
geo50-20-d4-75-86_ext.xml
MD5SUM2d8d62737575f084a34b2ade7a7fba70
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.5451
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables50
Number of constraints466
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension466
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/230622-1170106374/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/230622-1170106374/unknown.xml [Mon Jan 29 22:32:55 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/230622-1170106374/unknown.xml /tmp/evaluation/230622-1170106374/sugar24238.csp [Mon Jan 29 22:32:55 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/230622-1170106374/sugar-v0-40.jar -convert /tmp/evaluation/230622-1170106374/unknown.xml /tmp/evaluation/230622-1170106374/sugar24238.csp
0.17	c BEGIN convert /tmp/evaluation/230622-1170106374/unknown.xml
0.76	c END convert (0.597334 seconds)
0.81	c # CONVERT_XML  END : /tmp/evaluation/230622-1170106374/sugar24238.csp 1531992 bytes (0 seconds) [Mon Jan 29 22:32:55 2007]
0.81	c # CONVERT_XML  CPU : 0.01 = 0 + 0.01 + 0 + 0
0.81	
0.81	c # GENERATE_SAT  BEGIN : /tmp/evaluation/230622-1170106374/sugar24238.bcnf [Mon Jan 29 22:32:55 2007]
0.81	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/230622-1170106374/sugar-v0-40.jar -bcnf -map /tmp/evaluation/230622-1170106374/sugar24238.map /tmp/evaluation/230622-1170106374/sugar24238.csp /tmp/evaluation/230622-1170106374/sugar24238.bcnf
0.93	c BEGIN parse /tmp/evaluation/230622-1170106374/sugar24238.csp
6.70	c END parse (5.765227 seconds)
6.70	c BEGIN simplify
6.73	c END simplify (0.037074 seconds)
6.73	c BEGIN encode /tmp/evaluation/230622-1170106374/sugar24238.bcnf
7.01	c END encode (0.279582 seconds)
7.10	c # GENERATE_SAT  END : 950 variables 47655 clauses 908696 bytes (7 seconds) [Mon Jan 29 22:33:02 2007]
7.10	c # GENERATE_SAT  CPU : 6.17 = 0 + 0 + 6.03 + 0.14
7.10	
7.10	c # SOLVE_SAT  BEGIN : /tmp/evaluation/230622-1170106374/sugar24238.bcnf [Mon Jan 29 22:33:02 2007]
7.10	c # CMD : /tmp/evaluation/230622-1170106374/minisat /tmp/evaluation/230622-1170106374/sugar24238.bcnf /tmp/evaluation/230622-1170106374/sugar24238.out
7.13	c ==================================[MINISAT]===================================
7.13	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
7.13	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
7.13	c ==============================================================================
7.13	c |         0 |   47655   179513 |   15885       0        0     nan |  0.000 % |
7.15	c |       101 |   47655   179513 |   17473     101     1022    10.1 |  0.000 % |
7.17	c |       252 |   47655   179513 |   19220     252     2512    10.0 |  0.004 % |
7.20	c |       477 |   47655   179513 |   21142     477     4665     9.8 |  0.004 % |
7.26	c |       814 |   47655   179513 |   23257     814     8025     9.9 |  0.004 % |
7.34	c |      1321 |   47655   179513 |   25582    1321    12740     9.6 |  0.004 % |
7.46	c |      2081 |   47655   179513 |   28141    2081    19989     9.6 |  0.004 % |
7.65	c |      3220 |   47655   179513 |   30955    3220    31571     9.8 |  0.004 % |
7.94	c |      4929 |   47655   179513 |   34050    4929    49539    10.1 |  0.004 % |
8.37	c |      7491 |   47657   179513 |   37455    7489    74220     9.9 |  0.005 % |
9.08	c |     11335 |   47657   179513 |   41201   11333   116635    10.3 |  0.005 % |
10.35	c |     17101 |   47658   179513 |   45321   17098   183939    10.8 |  0.005 % |
12.74	c |     25754 |   47661   179513 |   49853   25748   289225    11.2 |  0.005 % |
17.02	c |     38728 |   47664   179513 |   54839   38719   445970    11.5 |  0.002 % |
25.13	c |     58189 |   47666   179513 |   60323   16717   206461    12.4 |  0.004 % |
36.07	c |     87382 |   47672   179513 |   66355   45904   615467    13.4 |  0.004 % |
57.23	c |    131171 |   47676   179513 |   72991   38132   522810    13.7 |  0.004 % |
92.26	c |    196855 |   47685   179513 |   80290   47669   614656    12.9 |  0.015 % |
131.89	c |    295381 |   47561   179153 |   88319   37291   573892    15.4 |  0.106 % |
218.33	c |    443170 |   47579   179153 |   97151   39866   588877    14.8 |  0.109 % |
355.72	c |    664853 |   47318   178275 |  106866   38726   548423    14.2 |  0.316 % |
570.46	c |    997378 |   46931   176873 |  117552   53615   788880    14.7 |  0.632 % |
941.60	c |   1496167 |   46802   176304 |  129308   96616  1434280    14.8 |  0.737 % |
1541.41	c |   2244349 |   46820   176304 |  142239   62435   929644    14.9 |  0.737 % |
1808.74	s UNKNOWN
1808.74	c # ERROR No such file or directory /tmp/evaluation/230622-1170106374/sugar24238.out, at /tmp/evaluation/230622-1170106374/sugar line 393.
1808.74	
1808.74	c # MAIN  END :  (1808 seconds) [Mon Jan 29 23:03:03 2007]
1808.74	c # MAIN  CPU : 1799.32 = 0 + 0.01 + 1798.84 + 0.47
1808.74	

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/node29/watcher-230622-1170106374 -o ROOT/results/node29/solver-230622-1170106374 -C 1800 -M 900 /tmp/evaluation/230622-1170106374/solver /tmp/evaluation/230622-1170106374 /tmp/evaluation/230622-1170106374/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.31 2.75 2.88 5/87 24239
/proc/meminfo: memFree=1780192/2055920 swapFree=4192812/4192956
[pid=24238] ppid=24236 vsize=12268 CPUtime=0
/proc/24238/stat : 24238 (sugar) R 24236 24238 23702 0 -1 4194304 597 0 0 0 0 0 0 0 20 0 1 0 4401691 12562432 316 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221780867685 0 0 4224 0 0 0 0 17 1 0 0
/proc/24238/statm: 3067 316 241 3 0 167 0

[startup+0.105992 s]
/proc/loadavg: 2.31 2.75 2.88 5/87 24239
/proc/meminfo: memFree=1780192/2055920 swapFree=4192812/4192956
[pid=24238] ppid=24236 vsize=13724 CPUtime=0.04
/proc/24238/stat : 24238 (sugar) S 24236 24238 23702 0 -1 4194304 1112 0 0 0 3 1 0 0 20 0 1 0 4401691 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24238/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.515019 s]
/proc/loadavg: 2.31 2.75 2.88 5/87 24239
/proc/meminfo: memFree=1780192/2055920 swapFree=4192812/4192956
[pid=24238] ppid=24236 vsize=13724 CPUtime=0.04
/proc/24238/stat : 24238 (sugar) S 24236 24238 23702 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 4401691 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24238/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33807 s]
/proc/loadavg: 2.36 2.75 2.88 4/96 24255
/proc/meminfo: memFree=1759704/2055920 swapFree=4192812/4192956
[pid=24238] ppid=24236 vsize=13724 CPUtime=0.04
/proc/24238/stat : 24238 (sugar) S 24236 24238 23702 0 -1 4194304 1190 0 0 0 3 1 0 0 15 0 1 0 4401691 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24238/statm: 3431 809 371 3 0 531 0
[pid=24240] ppid=24238 vsize=0 CPUtime=0.71
/proc/24240/stat : 24240 (java) Z 24238 24238 23702 0 -1 1036 7698 0 1 0 64 7 0 0 17 0 1 0 4401696 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24240/statm: 0 0 0 0 0 0 0
[pid=24248] ppid=24238 vsize=807064 CPUtime=0.5
/proc/24248/stat : 24248 (java) R 24238 24238 23702 0 -1 0 7316 0 1 0 46 4 0 0 18 0 8 0 4401772 826433536 7065 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479415 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24248/statm: 201766 7065 1494 14 0 189044 0
[pid=24248/tid=24249] ppid=24238 vsize=807064 CPUtime=0.05
/proc/24248/task/24249/stat : 24249 (java) S 24238 24238 23702 0 -1 64 1262 0 0 0 5 0 0 0 16 0 8 0 4401776 826433536 7065 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24248/tid=24250] ppid=24238 vsize=807064 CPUtime=0
/proc/24248/task/24250/stat : 24250 (java) S 24238 24238 23702 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4401776 826433536 7065 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24248/tid=24251] ppid=24238 vsize=807064 CPUtime=0
/proc/24248/task/24251/stat : 24251 (java) S 24238 24238 23702 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 4401776 826433536 7065 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24248/tid=24252] ppid=24238 vsize=807064 CPUtime=0
/proc/24248/task/24252/stat : 24252 (java) S 24238 24238 23702 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 4401779 826433536 7065 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24248/tid=24253] ppid=24238 vsize=807064 CPUtime=0.05
/proc/24248/task/24253/stat : 24253 (java) R 24238 24238 23702 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 4401779 826433536 7065 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24248/tid=24254] ppid=24238 vsize=807064 CPUtime=0
/proc/24248/task/24254/stat : 24254 (java) S 24238 24238 23702 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 4401779 826433536 7065 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24248/tid=24255] ppid=24238 vsize=807064 CPUtime=0
/proc/24248/task/24255/stat : 24255 (java) S 24238 24238 23702 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 4401779 826433536 7065 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 820788

[startup+2.99117 s]
/proc/loadavg: 2.36 2.75 2.88 4/96 24255
/proc/meminfo: memFree=1739224/2055920 swapFree=4192812/4192956
[pid=24238] ppid=24236 vsize=13724 CPUtime=0.04
/proc/24238/stat : 24238 (sugar) S 24236 24238 23702 0 -1 4194304 1190 0 0 0 3 1 0 0 15 0 1 0 4401691 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24238/statm: 3431 809 371 3 0 531 0
[pid=24240] ppid=24238 vsize=0 CPUtime=0.71
/proc/24240/stat : 24240 (java) Z 24238 24238 23702 0 -1 1036 7698 0 1 0 64 7 0 0 17 0 1 0 4401696 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24240/statm: 0 0 0 0 0 0 0
[pid=24248] ppid=24238 vsize=807336 CPUtime=2.14
/proc/24248/stat : 24248 (java) R 24238 24238 23702 0 -1 0 13428 0 1 0 207 7 0 0 25 0 8 0 4401772 826712064 13163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072916835 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24248/statm: 201834 13163 1506 14 0 189112 0
[pid=24248/tid=24249] ppid=24238 vsize=807336 CPUtime=0.53
/proc/24248/task/24249/stat : 24249 (java) S 24238 24238 23702 0 -1 64 7235 0 0 0 50 3 0 0 16 0 8 0 4401776 826712064 13163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24248/tid=24250] ppid=24238 vsize=807336 CPUtime=0
/proc/24248/task/24250/stat : 24250 (java) S 24238 24238 23702 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4401776 826712064 13163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24248/tid=24251] ppid=24238 vsize=807336 CPUtime=0
/proc/24248/task/24251/stat : 24251 (java) S 24238 24238 23702 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 4401776 826712064 13163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24248/tid=24252] ppid=24238 vsize=807336 CPUtime=0
/proc/24248/task/24252/stat : 24252 (java) S 24238 24238 23702 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 4401779 826712064 13163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24248/tid=24253] ppid=24238 vsize=807336 CPUtime=0.12
/proc/24248/task/24253/stat : 24253 (java) S 24238 24238 23702 0 -1 64 393 0 0 0 12 0 0 0 16 0 8 0 4401779 826712064 13163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24248/tid=24254] ppid=24238 vsize=807336 CPUtime=0
/proc/24248/task/24254/stat : 24254 (java) S 24238 24238 23702 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 4401779 826712064 13163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24248/tid=24255] ppid=24238 vsize=807336 CPUtime=0
/proc/24248/task/24255/stat : 24255 (java) S 24238 24238 23702 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 4401779 826712064 13163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 821060

[startup+6.27838 s]
/proc/loadavg: 2.36 2.75 2.88 3/96 24255
/proc/meminfo: memFree=1706648/2055920 swapFree=4192812/4192956
[pid=24238] ppid=24236 vsize=13724 CPUtime=0.04
/proc/24238/stat : 24238 (sugar) S 24236 24238 23702 0 -1 4194304 1190 0 0 0 3 1 0 0 15 0 1 0 4401691 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24238/statm: 3431 809 371 3 0 531 0
[pid=24240] ppid=24238 vsize=0 CPUtime=0.71
/proc/24240/stat : 24240 (java) Z 24238 24238 23702 0 -1 1036 7698 0 1 0 64 7 0 0 17 0 1 0 4401696 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24240/statm: 0 0 0 0 0 0 0
[pid=24248] ppid=24238 vsize=807336 CPUtime=5.42
/proc/24248/stat : 24248 (java) R 24238 24238 23702 0 -1 0 20521 0 1 0 531 11 0 0 25 0 8 0 4401772 826712064 20225 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073573267 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24248/statm: 201834 20225 1506 14 0 189112 0
[pid=24248/tid=24249] ppid=24238 vsize=807336 CPUtime=0.93
/proc/24248/task/24249/stat : 24249 (java) S 24238 24238 23702 0 -1 64 14288 0 0 0 87 6 0 0 16 0 8 0 4401776 826712064 20225 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24248/tid=24250] ppid=24238 vsize=807336 CPUtime=0
/proc/24248/task/24250/stat : 24250 (java) S 24238 24238 23702 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4401776 826712064 20225 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24248/tid=24251] ppid=24238 vsize=807336 CPUtime=0
/proc/24248/task/24251/stat : 24251 (java) S 24238 24238 23702 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 4401776 826712064 20225 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24248/tid=24252] ppid=24238 vsize=807336 CPUtime=0
/proc/24248/task/24252/stat : 24252 (java) S 24238 24238 23702 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 4401779 826712064 20225 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24248/tid=24253] ppid=24238 vsize=807336 CPUtime=0.14
/proc/24248/task/24253/stat : 24253 (java) S 24238 24238 23702 0 -1 64 401 0 0 0 14 0 0 0 16 0 8 0 4401779 826712064 20225 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24248/tid=24254] ppid=24238 vsize=807336 CPUtime=0
/proc/24248/task/24254/stat : 24254 (java) S 24238 24238 23702 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 4401779 826712064 20225 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24248/tid=24255] ppid=24238 vsize=807336 CPUtime=0
/proc/24248/task/24255/stat : 24255 (java) S 24238 24238 23702 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 4401779 826712064 20225 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 821060

[startup+12.7678 s]
/proc/loadavg: 2.31 2.73 2.87 3/89 24256
/proc/meminfo: memFree=1771536/2055920 swapFree=4192812/4192956
[pid=24238] ppid=24236 vsize=13724 CPUtime=6.21
/proc/24238/stat : 24238 (sugar) S 24236 24238 23702 0 -1 4194304 1282 23209 0 1 3 1 603 14 16 0 1 0 4401691 14053376 821 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24238/statm: 3431 821 373 3 0 531 0
[pid=24240] ppid=24238 vsize=0 CPUtime=0.71
/proc/24240/stat : 24240 (java) Z 24238 24238 23702 0 -1 1036 7698 0 1 0 64 7 0 0 17 0 1 0 4401696 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24240/statm: 0 0 0 0 0 0 0
[pid=24256] ppid=24238 vsize=5700 CPUtime=5.62
/proc/24256/stat : 24256 (minisat) R 24238 24238 23702 0 -1 0 1320 0 0 0 562 0 0 0 25 0 1 0 4402401 5836800 1084 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24256/statm: 1425 1084 51 112 0 1309 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 19424

[startup+25.6016 s]
/proc/loadavg: 2.26 2.70 2.86 3/89 24256
/proc/meminfo: memFree=1767760/2055920 swapFree=4192812/4192956
[pid=24238] ppid=24236 vsize=13724 CPUtime=6.21
/proc/24238/stat : 24238 (sugar) S 24236 24238 23702 0 -1 4194304 1282 23209 0 1 3 1 603 14 16 0 1 0 4401691 14053376 821 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24238/statm: 3431 821 373 3 0 531 0
[pid=24240] ppid=24238 vsize=0 CPUtime=0.71
/proc/24240/stat : 24240 (java) Z 24238 24238 23702 0 -1 1036 7698 0 1 0 64 7 0 0 17 0 1 0 4401696 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24240/statm: 0 0 0 0 0 0 0
[pid=24256] ppid=24238 vsize=8328 CPUtime=18.4
/proc/24256/stat : 24256 (minisat) R 24238 24238 23702 0 -1 0 1945 0 0 0 1839 1 0 0 25 0 1 0 4402401 8527872 1709 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528506 0 0 4096 3 0 0 0 17 1 0 0
/proc/24256/statm: 2082 1709 51 112 0 1966 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 22052

[startup+51.2961 s]
/proc/loadavg: 2.16 2.63 2.83 3/89 24256
/proc/meminfo: memFree=1764496/2055920 swapFree=4192812/4192956
[pid=24238] ppid=24236 vsize=13724 CPUtime=6.21
/proc/24238/stat : 24238 (sugar) S 24236 24238 23702 0 -1 4194304 1282 23209 0 1 3 1 603 14 16 0 1 0 4401691 14053376 821 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24238/statm: 3431 821 373 3 0 531 0
[pid=24240] ppid=24238 vsize=0 CPUtime=0.71
/proc/24240/stat : 24240 (java) Z 24238 24238 23702 0 -1 1036 7698 0 1 0 64 7 0 0 17 0 1 0 4401696 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24240/statm: 0 0 0 0 0 0 0
[pid=24256] ppid=24238 vsize=10184 CPUtime=43.97
/proc/24256/stat : 24256 (minisat) R 24238 24238 23702 0 -1 0 2391 0 0 0 4395 2 0 0 25 0 1 0 4402401 10428416 2155 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24256/statm: 2546 2155 51 112 0 2430 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 23908

[startup+102.584 s]
/proc/loadavg: 2.07 2.53 2.79 3/89 24256
/proc/meminfo: memFree=1761360/2055920 swapFree=4192812/4192956
[pid=24238] ppid=24236 vsize=13724 CPUtime=6.21
/proc/24238/stat : 24238 (sugar) S 24236 24238 23702 0 -1 4194304 1282 23209 0 1 3 1 603 14 16 0 1 0 4401691 14053376 821 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24238/statm: 3431 821 373 3 0 531 0
[pid=24240] ppid=24238 vsize=0 CPUtime=0.71
/proc/24240/stat : 24240 (java) Z 24238 24238 23702 0 -1 1036 7698 0 1 0 64 7 0 0 17 0 1 0 4401696 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24240/statm: 0 0 0 0 0 0 0
[pid=24256] ppid=24238 vsize=11532 CPUtime=95.03
/proc/24256/stat : 24256 (minisat) R 24238 24238 23702 0 -1 0 2746 0 0 0 9500 3 0 0 25 0 1 0 4402401 11808768 2510 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24256/statm: 2883 2510 51 112 0 2767 0
Current children cumulated CPU time (s) 101.95
Current children cumulated vsize (KiB) 25256

[startup+162.61 s]
/proc/loadavg: 2.02 2.43 2.73 3/89 24256
/proc/meminfo: memFree=1758352/2055920 swapFree=4192812/4192956
[pid=24238] ppid=24236 vsize=13724 CPUtime=6.21
/proc/24238/stat : 24238 (sugar) S 24236 24238 23702 0 -1 4194304 1282 23209 0 1 3 1 603 14 16 0 1 0 4401691 14053376 821 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24238/statm: 3431 821 373 3 0 531 0
[pid=24240] ppid=24238 vsize=0 CPUtime=0.71
/proc/24240/stat : 24240 (java) Z 24238 24238 23702 0 -1 1036 7698 0 1 0 64 7 0 0 17 0 1 0 4401696 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24240/statm: 0 0 0 0 0 0 0
[pid=24256] ppid=24238 vsize=13572 CPUtime=154.77
/proc/24256/stat : 24256 (minisat) R 24238 24238 23702 0 -1 0 3237 0 0 0 15474 3 0 0 25 0 1 0 4402401 13897728 3001 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 1 0 0
/proc/24256/statm: 3393 3001 51 112 0 3277 0
Current children cumulated CPU time (s) 161.69
Current children cumulated vsize (KiB) 27296

[startup+222.634 s]
/proc/loadavg: 2.01 2.35 2.69 3/89 24256
/proc/meminfo: memFree=1756112/2055920 swapFree=4192812/4192956
[pid=24238] ppid=24236 vsize=13724 CPUtime=6.21

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

/proc/24256/stat : 24256 (minisat) R 24238 24238 23702 0 -1 0 5938 0 0 0 123004 13 0 0 25 0 1 0 4402401 25477120 5702 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528429 0 0 4096 3 0 0 0 17 1 0 0
/proc/24256/statm: 6220 5702 51 112 0 6104 0
Current children cumulated CPU time (s) 1237.09
Current children cumulated vsize (KiB) 38604

[startup+1303.08 s]
/proc/loadavg: 2.00 2.02 2.20 3/89 24256
/proc/meminfo: memFree=1733968/2055920 swapFree=4192812/4192956
[pid=24238] ppid=24236 vsize=13724 CPUtime=6.21
/proc/24238/stat : 24238 (sugar) S 24236 24238 23702 0 -1 4194304 1282 23209 0 1 3 1 603 14 16 0 1 0 4401691 14053376 821 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24238/statm: 3431 821 373 3 0 531 0
[pid=24240] ppid=24238 vsize=0 CPUtime=0.71
/proc/24240/stat : 24240 (java) Z 24238 24238 23702 0 -1 1036 7698 0 1 0 64 7 0 0 17 0 1 0 4401696 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24240/statm: 0 0 0 0 0 0 0
[pid=24256] ppid=24238 vsize=25464 CPUtime=1289.92
/proc/24256/stat : 24256 (minisat) R 24238 24238 23702 0 -1 0 6102 0 0 0 128978 14 0 0 25 0 1 0 4402401 26075136 5866 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24256/statm: 6366 5866 51 112 0 6250 0
Current children cumulated CPU time (s) 1296.84
Current children cumulated vsize (KiB) 39188

[startup+1363.11 s]
/proc/loadavg: 2.03 2.03 2.19 3/89 24256
/proc/meminfo: memFree=1733328/2055920 swapFree=4192812/4192956
[pid=24238] ppid=24236 vsize=13724 CPUtime=6.21
/proc/24238/stat : 24238 (sugar) S 24236 24238 23702 0 -1 4194304 1282 23209 0 1 3 1 603 14 16 0 1 0 4401691 14053376 821 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24238/statm: 3431 821 373 3 0 531 0
[pid=24240] ppid=24238 vsize=0 CPUtime=0.71
/proc/24240/stat : 24240 (java) Z 24238 24238 23702 0 -1 1036 7698 0 1 0 64 7 0 0 17 0 1 0 4401696 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24240/statm: 0 0 0 0 0 0 0
[pid=24256] ppid=24238 vsize=25744 CPUtime=1349.66
/proc/24256/stat : 24256 (minisat) R 24238 24238 23702 0 -1 0 6159 0 0 0 134952 14 0 0 25 0 1 0 4402401 26361856 5923 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24256/statm: 6436 5923 51 112 0 6320 0
Current children cumulated CPU time (s) 1356.58
Current children cumulated vsize (KiB) 39468

[startup+1423.13 s]
/proc/loadavg: 2.01 2.02 2.18 3/89 24256
/proc/meminfo: memFree=1732432/2055920 swapFree=4192812/4192956
[pid=24238] ppid=24236 vsize=13724 CPUtime=6.21
/proc/24238/stat : 24238 (sugar) S 24236 24238 23702 0 -1 4194304 1282 23209 0 1 3 1 603 14 16 0 1 0 4401691 14053376 821 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24238/statm: 3431 821 373 3 0 531 0
[pid=24240] ppid=24238 vsize=0 CPUtime=0.71
/proc/24240/stat : 24240 (java) Z 24238 24238 23702 0 -1 1036 7698 0 1 0 64 7 0 0 17 0 1 0 4401696 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24240/statm: 0 0 0 0 0 0 0
[pid=24256] ppid=24238 vsize=26152 CPUtime=1409.41
/proc/24256/stat : 24256 (minisat) R 24238 24238 23702 0 -1 0 6272 0 0 0 140926 15 0 0 25 0 1 0 4402401 26779648 6036 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24256/statm: 6538 6036 51 112 0 6422 0
Current children cumulated CPU time (s) 1416.33
Current children cumulated vsize (KiB) 39876

[startup+1483.15 s]
/proc/loadavg: 2.00 2.01 2.16 3/89 24256
/proc/meminfo: memFree=1731792/2055920 swapFree=4192812/4192956
[pid=24238] ppid=24236 vsize=13724 CPUtime=6.21
/proc/24238/stat : 24238 (sugar) S 24236 24238 23702 0 -1 4194304 1282 23209 0 1 3 1 603 14 16 0 1 0 4401691 14053376 821 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24238/statm: 3431 821 373 3 0 531 0
[pid=24240] ppid=24238 vsize=0 CPUtime=0.71
/proc/24240/stat : 24240 (java) Z 24238 24238 23702 0 -1 1036 7698 0 1 0 64 7 0 0 17 0 1 0 4401696 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24240/statm: 0 0 0 0 0 0 0
[pid=24256] ppid=24238 vsize=26428 CPUtime=1469.15
/proc/24256/stat : 24256 (minisat) R 24238 24238 23702 0 -1 0 6328 0 0 0 146900 15 0 0 25 0 1 0 4402401 27062272 6092 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24256/statm: 6607 6092 51 112 0 6491 0
Current children cumulated CPU time (s) 1476.07
Current children cumulated vsize (KiB) 40152

[startup+1543.17 s]
/proc/loadavg: 2.00 2.01 2.15 3/89 24256
/proc/meminfo: memFree=1731216/2055920 swapFree=4192812/4192956
[pid=24238] ppid=24236 vsize=13724 CPUtime=6.21
/proc/24238/stat : 24238 (sugar) S 24236 24238 23702 0 -1 4194304 1282 23209 0 1 3 1 603 14 16 0 1 0 4401691 14053376 821 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24238/statm: 3431 821 373 3 0 531 0
[pid=24240] ppid=24238 vsize=0 CPUtime=0.71
/proc/24240/stat : 24240 (java) Z 24238 24238 23702 0 -1 1036 7698 0 1 0 64 7 0 0 17 0 1 0 4401696 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24240/statm: 0 0 0 0 0 0 0
[pid=24256] ppid=24238 vsize=26744 CPUtime=1528.89
/proc/24256/stat : 24256 (minisat) R 24238 24238 23702 0 -1 0 6401 0 0 0 152874 15 0 0 25 0 1 0 4402401 27385856 6165 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24256/statm: 6686 6165 51 112 0 6570 0
Current children cumulated CPU time (s) 1535.81
Current children cumulated vsize (KiB) 40468

[startup+1603.19 s]
/proc/loadavg: 2.00 2.00 2.14 3/89 24256
/proc/meminfo: memFree=1730768/2055920 swapFree=4192812/4192956
[pid=24238] ppid=24236 vsize=13724 CPUtime=6.21
/proc/24238/stat : 24238 (sugar) S 24236 24238 23702 0 -1 4194304 1282 23209 0 1 3 1 603 14 16 0 1 0 4401691 14053376 821 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24238/statm: 3431 821 373 3 0 531 0
[pid=24240] ppid=24238 vsize=0 CPUtime=0.71
/proc/24240/stat : 24240 (java) Z 24238 24238 23702 0 -1 1036 7698 0 1 0 64 7 0 0 17 0 1 0 4401696 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24240/statm: 0 0 0 0 0 0 0
[pid=24256] ppid=24238 vsize=26876 CPUtime=1588.64
/proc/24256/stat : 24256 (minisat) R 24238 24238 23702 0 -1 0 6423 0 0 0 158848 16 0 0 25 0 1 0 4402401 27521024 6187 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24256/statm: 6719 6187 51 112 0 6603 0
Current children cumulated CPU time (s) 1595.56
Current children cumulated vsize (KiB) 40600

[startup+1663.22 s]
/proc/loadavg: 2.00 2.00 2.13 3/89 24256
/proc/meminfo: memFree=1729808/2055920 swapFree=4192812/4192956
[pid=24238] ppid=24236 vsize=13724 CPUtime=6.21
/proc/24238/stat : 24238 (sugar) S 24236 24238 23702 0 -1 4194304 1282 23209 0 1 3 1 603 14 16 0 1 0 4401691 14053376 821 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24238/statm: 3431 821 373 3 0 531 0
[pid=24240] ppid=24238 vsize=0 CPUtime=0.71
/proc/24240/stat : 24240 (java) Z 24238 24238 23702 0 -1 1036 7698 0 1 0 64 7 0 0 17 0 1 0 4401696 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24240/statm: 0 0 0 0 0 0 0
[pid=24256] ppid=24238 vsize=27716 CPUtime=1648.38
/proc/24256/stat : 24256 (minisat) R 24238 24238 23702 0 -1 0 6567 0 0 0 164822 16 0 0 25 0 1 0 4402401 28381184 6331 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24256/statm: 6929 6331 51 112 0 6813 0
Current children cumulated CPU time (s) 1655.3
Current children cumulated vsize (KiB) 41440

[startup+1723.25 s]
/proc/loadavg: 2.13 2.03 2.13 3/95 24364
/proc/meminfo: memFree=1727944/2055920 swapFree=4192812/4192956
[pid=24238] ppid=24236 vsize=13724 CPUtime=6.21
/proc/24238/stat : 24238 (sugar) S 24236 24238 23702 0 -1 4194304 1282 23209 0 1 3 1 603 14 16 0 1 0 4401691 14053376 821 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24238/statm: 3431 821 373 3 0 531 0
[pid=24240] ppid=24238 vsize=0 CPUtime=0.71
/proc/24240/stat : 24240 (java) Z 24238 24238 23702 0 -1 1036 7698 0 1 0 64 7 0 0 17 0 1 0 4401696 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24240/statm: 0 0 0 0 0 0 0
[pid=24256] ppid=24238 vsize=28004 CPUtime=1708.02
/proc/24256/stat : 24256 (minisat) R 24238 24238 23702 0 -1 0 6640 0 0 0 170786 16 0 0 25 0 1 0 4402401 28676096 6404 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24256/statm: 7001 6404 51 112 0 6885 0
Current children cumulated CPU time (s) 1714.94
Current children cumulated vsize (KiB) 41728

[startup+1783.3 s]
/proc/loadavg: 2.12 2.04 2.12 3/97 24518
/proc/meminfo: memFree=1398192/2055920 swapFree=4192812/4192956
[pid=24238] ppid=24236 vsize=13724 CPUtime=6.21
/proc/24238/stat : 24238 (sugar) S 24236 24238 23702 0 -1 4194304 1282 23209 0 1 3 1 603 14 16 0 1 0 4401691 14053376 821 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24238/statm: 3431 821 373 3 0 531 0
[pid=24240] ppid=24238 vsize=0 CPUtime=0.71
/proc/24240/stat : 24240 (java) Z 24238 24238 23702 0 -1 1036 7698 0 1 0 64 7 0 0 17 0 1 0 4401696 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24240/statm: 0 0 0 0 0 0 0
[pid=24256] ppid=24238 vsize=28344 CPUtime=1767.75
/proc/24256/stat : 24256 (minisat) R 24238 24238 23702 0 -1 0 6713 0 0 0 176748 27 0 0 25 0 1 0 4402401 29024256 6477 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24256/statm: 7086 6477 51 112 0 6970 0
Current children cumulated CPU time (s) 1774.67
Current children cumulated vsize (KiB) 42068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.73 s]
/proc/loadavg: 2.21 2.07 2.13 3/96 24583
/proc/meminfo: memFree=1557368/2055920 swapFree=4192812/4192956
[pid=24238] ppid=24236 vsize=13724 CPUtime=6.21
/proc/24238/stat : 24238 (sugar) S 24236 24238 23702 0 -1 4194304 1282 23209 0 1 3 1 603 14 16 0 1 0 4401691 14053376 821 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24238/statm: 3431 821 373 3 0 531 0
[pid=24240] ppid=24238 vsize=0 CPUtime=0.71
/proc/24240/stat : 24240 (java) Z 24238 24238 23702 0 -1 1036 7698 0 1 0 64 7 0 0 17 0 1 0 4401696 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24240/statm: 0 0 0 0 0 0 0
[pid=24256] ppid=24238 vsize=28536 CPUtime=1793.14
/proc/24256/stat : 24256 (minisat) R 24238 24238 23702 0 -1 0 6766 0 0 0 179281 33 0 0 25 0 1 0 4402401 29220864 6530 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528426 0 0 4096 3 0 0 0 17 0 0 0
/proc/24256/statm: 7134 6530 51 112 0 7018 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 42260

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 24238 and gives childrusage.ru_utime.tv_sec=1798 childrusage.ru_utime.tv_usec=891526 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=489925
CPU time returned by wait4() is 1799.38
while last known CPU time is 1800.06

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

Real time (s): 1808.75
CPU time (s): 1800.06
CPU user time (s): 1799.51
CPU system time (s): 0.55
CPU usage (%): 99.5198
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.89
system time used= 0.489925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31347
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1063
involuntary context switches= 53961

runsolver used 1.9917 s user time and 6.02908 s system time

The end

Launcher Data (download as text)

Begin job on node29 on Mon Jan 29 21:32:54 UTC 2007


IDJOB= 230622
IDBENCH= 6423
IDSOLVER= 86
FILE ID= node29/230622-1170106374

PBS_JOBID= 3689786

Free space on /tmp= 66560 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/geom/geo50-20-d4-75-86_ext.xml
COMMAND LINE= /tmp/evaluation/230622-1170106374/solver /tmp/evaluation/230622-1170106374 /tmp/evaluation/230622-1170106374/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-230622-1170106374 -o ROOT/results/node29/solver-230622-1170106374 -C 1800 -M 900  /tmp/evaluation/230622-1170106374/solver /tmp/evaluation/230622-1170106374 /tmp/evaluation/230622-1170106374/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  2d8d62737575f084a34b2ade7a7fba70

RANDOM SEED= 951866898

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.209
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	: 5931.00
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.209
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:       1780608 kB
Buffers:         41144 kB
Cached:          62420 kB
SwapCached:          0 kB
Active:         162848 kB
Inactive:        58812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1780608 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1300 kB
Writeback:           0 kB
Mapped:         137852 kB
Slab:            38484 kB
Committed_AS:   437360 kB
PageTables:       2288 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= 66402 MiB



End job on node29 on Mon Jan 29 22:03:03 UTC 2007