Trace number 208190

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.07 1813.12

General information on the benchmark

Namerandom/rand-2-26/
rand-26-26-325-155-61021_ext.xml
MD5SUMcf36278b0aaf693be0fe0a8c85db5e94
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 benchmark81.6446
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables26
Number of constraints325
Maximum constraint arity2
Maximum domain size26
Number of constraints which are defined in extension325
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/208190-1170096994/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/208190-1170096994/unknown.xml [Mon Jan 29 19:56:35 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/208190-1170096994/unknown.xml /tmp/evaluation/208190-1170096994/sugar25054.csp [Mon Jan 29 19:56:35 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/208190-1170096994/sugar-v0-40.jar -convert /tmp/evaluation/208190-1170096994/unknown.xml /tmp/evaluation/208190-1170096994/sugar25054.csp
0.17	c BEGIN convert /tmp/evaluation/208190-1170096994/unknown.xml
0.76	c END convert (0.593129 seconds)
0.81	c # CONVERT_XML  END : /tmp/evaluation/208190-1170096994/sugar25054.csp 1635849 bytes (1 seconds) [Mon Jan 29 19:56:36 2007]
0.81	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.81	
0.81	c # GENERATE_SAT  BEGIN : /tmp/evaluation/208190-1170096994/sugar25054.bcnf [Mon Jan 29 19:56:36 2007]
0.81	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/208190-1170096994/sugar-v0-40.jar -bcnf -map /tmp/evaluation/208190-1170096994/sugar25054.map /tmp/evaluation/208190-1170096994/sugar25054.csp /tmp/evaluation/208190-1170096994/sugar25054.bcnf
0.93	c BEGIN parse /tmp/evaluation/208190-1170096994/sugar25054.csp
7.27	c END parse (6.340954 seconds)
7.27	c BEGIN simplify
7.30	c END simplify (0.027867 seconds)
7.30	c BEGIN encode /tmp/evaluation/208190-1170096994/sugar25054.bcnf
7.60	c END encode (0.298566 seconds)
7.64	c # GENERATE_SAT  END : 650 variables 50999 clauses 984344 bytes (7 seconds) [Mon Jan 29 19:56:43 2007]
7.64	c # GENERATE_SAT  CPU : 6.74 = 0 + 0.01 + 6.58 + 0.15
7.64	
7.64	c # SOLVE_SAT  BEGIN : /tmp/evaluation/208190-1170096994/sugar25054.bcnf [Mon Jan 29 19:56:43 2007]
7.64	c # CMD : /tmp/evaluation/208190-1170096994/minisat /tmp/evaluation/208190-1170096994/sugar25054.bcnf /tmp/evaluation/208190-1170096994/sugar25054.out
7.67	c ==================================[MINISAT]===================================
7.67	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
7.67	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
7.67	c ==============================================================================
7.67	c |         0 |   50999   195081 |   16999       0        0     nan |  0.000 % |
7.70	c |       100 |   50999   195081 |   18698     100      963     9.6 |  0.000 % |
7.73	c |       250 |   50999   195081 |   20568     250     2268     9.1 |  0.011 % |
7.79	c |       476 |   50999   195081 |   22625     476     4549     9.6 |  0.004 % |
7.87	c |       815 |   50999   195081 |   24888     815     8083     9.9 |  0.008 % |
7.98	c |      1321 |   50999   195081 |   27377    1321    13556    10.3 |  0.008 % |
8.15	c |      2080 |   50999   195081 |   30114    2080    21237    10.2 |  0.008 % |
8.41	c |      3219 |   50999   195081 |   33126    3219    33225    10.3 |  0.008 % |
8.81	c |      4927 |   50999   195081 |   36438    4927    51863    10.5 |  0.008 % |
9.48	c |      7489 |   50999   195081 |   40082    7489    80923    10.8 |  0.006 % |
10.53	c |     11333 |   50999   195081 |   44091   11333   127221    11.2 |  0.009 % |
12.32	c |     17103 |   51000   195081 |   48500   17102   199376    11.7 |  0.009 % |
15.61	c |     25752 |   51004   195081 |   53350   25747   307198    11.9 |  0.009 % |
21.66	c |     38726 |   51005   195081 |   58685   38720   485166    12.5 |  0.009 % |
33.70	c |     58187 |   51006   195081 |   64553   58180   778115    13.4 |  0.009 % |
49.59	c |     87379 |   51009   195081 |   71009   38289   538110    14.1 |  0.009 % |
74.83	c |    131168 |   51016   195081 |   78109   24778   357787    14.4 |  0.009 % |
119.43	c |    196852 |   51016   195081 |   85920   26871   373262    13.9 |  0.009 % |
184.00	c |    295378 |   51021   195081 |   94513   54810   753364    13.7 |  0.010 % |
298.85	c |    443168 |   51026   195081 |  103964   43190   663467    15.4 |  0.010 % |
500.46	c |    664852 |   51032   195081 |  114360   89683  1285058    14.3 |  0.011 % |
800.38	c |    997379 |   51040   195081 |  125796   29457   439564    14.9 |  0.004 % |
1275.24	c |   1496167 |   51048   195081 |  138376   93588  1291725    13.8 |  0.012 % |
1813.08	s UNKNOWN
1813.08	c # ERROR No such file or directory /tmp/evaluation/208190-1170096994/sugar25054.out, at /tmp/evaluation/208190-1170096994/sugar line 393.
1813.08	
1813.08	c # MAIN  END :  (1813 seconds) [Mon Jan 29 20:26:48 2007]
1813.08	c # MAIN  CPU : 1799.33 = 0 + 0.01 + 1798.94 + 0.38
1813.08	

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/node11/watcher-208190-1170096994 -o ROOT/results/node11/solver-208190-1170096994 -C 1800 -M 900 /tmp/evaluation/208190-1170096994/solver /tmp/evaluation/208190-1170096994 /tmp/evaluation/208190-1170096994/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.89 2.04 2.17 5/88 25055
/proc/meminfo: memFree=1811480/2055920 swapFree=4192812/4192956
[pid=25054] ppid=25052 vsize=5352 CPUtime=0
/proc/25054/stat : 25054 (solver) R 25052 25054 24926 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 29654046 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 262910045479 0 0 4096 0 0 0 0 17 1 0 0
/proc/25054/statm: 1338 231 193 169 0 49 0

[startup+0.104662 s]
/proc/loadavg: 1.89 2.04 2.17 5/88 25055
/proc/meminfo: memFree=1811480/2055920 swapFree=4192812/4192956
[pid=25054] ppid=25052 vsize=13724 CPUtime=0.03
/proc/25054/stat : 25054 (sugar) S 25052 25054 24926 0 -1 4194304 1112 0 0 0 3 0 0 0 20 0 1 0 29654046 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25054/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.516709 s]
/proc/loadavg: 1.89 2.04 2.17 5/88 25055
/proc/meminfo: memFree=1811480/2055920 swapFree=4192812/4192956
[pid=25054] ppid=25052 vsize=13724 CPUtime=0.03
/proc/25054/stat : 25054 (sugar) S 25052 25054 24926 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29654046 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25054/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.34081 s]
/proc/loadavg: 1.89 2.04 2.17 4/97 25071
/proc/meminfo: memFree=1791056/2055920 swapFree=4192812/4192956
[pid=25054] ppid=25052 vsize=13724 CPUtime=0.03
/proc/25054/stat : 25054 (sugar) S 25052 25054 24926 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 29654046 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25054/statm: 3431 808 370 3 0 531 0
[pid=25056] ppid=25054 vsize=0 CPUtime=0.71
/proc/25056/stat : 25056 (java) Z 25054 25054 24926 0 -1 1036 7690 0 1 0 65 6 0 0 17 0 1 0 29654051 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25056/statm: 0 0 0 0 0 0 0
[pid=25064] ppid=25054 vsize=807064 CPUtime=0.5
/proc/25064/stat : 25064 (java) R 25054 25054 24926 0 -1 0 7313 0 1 0 46 4 0 0 18 0 8 0 29654128 826433536 7062 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073476711 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25064/statm: 201766 7062 1494 14 0 189044 0
[pid=25064/tid=25065] ppid=25054 vsize=807064 CPUtime=0.05
/proc/25064/task/25065/stat : 25065 (java) S 25054 25054 24926 0 -1 64 1259 0 0 0 5 0 0 0 16 0 8 0 29654131 826433536 7062 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25064/tid=25066] ppid=25054 vsize=807064 CPUtime=0
/proc/25064/task/25066/stat : 25066 (java) S 25054 25054 24926 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29654131 826433536 7062 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25064/tid=25067] ppid=25054 vsize=807064 CPUtime=0
/proc/25064/task/25067/stat : 25067 (java) S 25054 25054 24926 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29654132 826433536 7062 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25064/tid=25068] ppid=25054 vsize=807064 CPUtime=0
/proc/25064/task/25068/stat : 25068 (java) S 25054 25054 24926 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29654135 826433536 7062 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25064/tid=25069] ppid=25054 vsize=807064 CPUtime=0.05
/proc/25064/task/25069/stat : 25069 (java) R 25054 25054 24926 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 29654135 826433536 7062 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25064/tid=25070] ppid=25054 vsize=807064 CPUtime=0
/proc/25064/task/25070/stat : 25070 (java) S 25054 25054 24926 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29654135 826433536 7062 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25064/tid=25071] ppid=25054 vsize=807064 CPUtime=0
/proc/25064/task/25071/stat : 25071 (java) S 25054 25054 24926 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29654135 826433536 7062 18446744073709551615 134512640 134570532 4294956464 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.979 s]
/proc/loadavg: 1.89 2.04 2.17 3/97 25071
/proc/meminfo: memFree=1771856/2055920 swapFree=4192812/4192956
[pid=25054] ppid=25052 vsize=13724 CPUtime=0.03
/proc/25054/stat : 25054 (sugar) S 25052 25054 24926 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 29654046 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25054/statm: 3431 808 370 3 0 531 0
[pid=25056] ppid=25054 vsize=0 CPUtime=0.71
/proc/25056/stat : 25056 (java) Z 25054 25054 24926 0 -1 1036 7690 0 1 0 65 6 0 0 17 0 1 0 29654051 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25056/statm: 0 0 0 0 0 0 0
[pid=25064] ppid=25054 vsize=807064 CPUtime=2.13
/proc/25064/stat : 25064 (java) R 25054 25054 24926 0 -1 0 13583 0 1 0 206 7 0 0 25 0 8 0 29654128 826433536 13317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25064/statm: 201766 13317 1494 14 0 189044 0
[pid=25064/tid=25065] ppid=25054 vsize=807064 CPUtime=0.58
/proc/25064/task/25065/stat : 25065 (java) R 25054 25054 24926 0 -1 64 7514 0 0 0 55 3 0 0 16 0 8 0 29654131 826433536 13317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4154023978 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25064/tid=25066] ppid=25054 vsize=807064 CPUtime=0
/proc/25064/task/25066/stat : 25066 (java) S 25054 25054 24926 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29654131 826433536 13317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25064/tid=25067] ppid=25054 vsize=807064 CPUtime=0
/proc/25064/task/25067/stat : 25067 (java) S 25054 25054 24926 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29654132 826433536 13317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25064/tid=25068] ppid=25054 vsize=807064 CPUtime=0
/proc/25064/task/25068/stat : 25068 (java) S 25054 25054 24926 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29654135 826433536 13317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25064/tid=25069] ppid=25054 vsize=807064 CPUtime=0.05
/proc/25064/task/25069/stat : 25069 (java) S 25054 25054 24926 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 29654135 826433536 13317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25064/tid=25070] ppid=25054 vsize=807064 CPUtime=0
/proc/25064/task/25070/stat : 25070 (java) S 25054 25054 24926 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29654135 826433536 13317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25064/tid=25071] ppid=25054 vsize=807064 CPUtime=0
/proc/25064/task/25071/stat : 25071 (java) S 25054 25054 24926 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29654135 826433536 13317 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 820788

[startup+6.18339 s]
/proc/loadavg: 1.90 2.03 2.17 3/97 25071
/proc/meminfo: memFree=1738000/2055920 swapFree=4192812/4192956
[pid=25054] ppid=25052 vsize=13724 CPUtime=0.03
/proc/25054/stat : 25054 (sugar) S 25052 25054 24926 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 29654046 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25054/statm: 3431 808 370 3 0 531 0
[pid=25056] ppid=25054 vsize=0 CPUtime=0.71
/proc/25056/stat : 25056 (java) Z 25054 25054 24926 0 -1 1036 7690 0 1 0 65 6 0 0 17 0 1 0 29654051 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25056/statm: 0 0 0 0 0 0 0
[pid=25064] ppid=25054 vsize=807336 CPUtime=5.29
/proc/25064/stat : 25064 (java) R 25054 25054 24926 0 -1 0 20300 0 1 0 519 10 0 0 25 0 8 0 29654128 826712064 20006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073623422 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25064/statm: 201834 20006 1506 14 0 189112 0
[pid=25064/tid=25065] ppid=25054 vsize=807336 CPUtime=0.96
/proc/25064/task/25065/stat : 25065 (java) S 25054 25054 24926 0 -1 64 14070 0 0 0 90 6 0 0 16 0 8 0 29654131 826712064 20006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25064/tid=25066] ppid=25054 vsize=807336 CPUtime=0
/proc/25064/task/25066/stat : 25066 (java) S 25054 25054 24926 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29654131 826712064 20006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25064/tid=25067] ppid=25054 vsize=807336 CPUtime=0
/proc/25064/task/25067/stat : 25067 (java) S 25054 25054 24926 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29654132 826712064 20006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25064/tid=25068] ppid=25054 vsize=807336 CPUtime=0
/proc/25064/task/25068/stat : 25068 (java) S 25054 25054 24926 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29654135 826712064 20006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25064/tid=25069] ppid=25054 vsize=807336 CPUtime=0.13
/proc/25064/task/25069/stat : 25069 (java) S 25054 25054 24926 0 -1 64 400 0 0 0 13 0 0 0 16 0 8 0 29654135 826712064 20006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25064/tid=25070] ppid=25054 vsize=807336 CPUtime=0
/proc/25064/task/25070/stat : 25070 (java) S 25054 25054 24926 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29654135 826712064 20006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25064/tid=25071] ppid=25054 vsize=807336 CPUtime=0
/proc/25064/task/25071/stat : 25071 (java) S 25054 25054 24926 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29654135 826712064 20006 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 821060

[startup+12.6712 s]
/proc/loadavg: 1.91 2.03 2.16 3/90 25072
/proc/meminfo: memFree=1803336/2055920 swapFree=4192812/4192956
[pid=25054] ppid=25052 vsize=13724 CPUtime=6.77
/proc/25054/stat : 25054 (sugar) S 25052 25054 24926 0 -1 4194304 1277 24320 0 1 3 1 658 15 16 0 1 0 29654046 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25054/statm: 3431 815 373 3 0 531 0
[pid=25056] ppid=25054 vsize=0 CPUtime=0.71
/proc/25056/stat : 25056 (java) Z 25054 25054 24926 0 -1 1036 7690 0 1 0 65 6 0 0 17 0 1 0 29654051 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25056/statm: 0 0 0 0 0 0 0
[pid=25072] ppid=25054 vsize=5320 CPUtime=4.96
/proc/25072/stat : 25072 (minisat) R 25054 25054 24926 0 -1 0 1222 0 0 0 495 1 0 0 25 0 1 0 29654811 5447680 968 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528800 0 0 4096 3 0 0 0 17 1 0 0
/proc/25072/statm: 1330 968 51 112 0 1214 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 19044

[startup+25.5237 s]
/proc/loadavg: 1.93 2.03 2.16 3/90 25072
/proc/meminfo: memFree=1801096/2055920 swapFree=4192812/4192956
[pid=25054] ppid=25052 vsize=13724 CPUtime=6.77
/proc/25054/stat : 25054 (sugar) S 25052 25054 24926 0 -1 4194304 1277 24320 0 1 3 1 658 15 16 0 1 0 29654046 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25054/statm: 3431 815 373 3 0 531 0
[pid=25056] ppid=25054 vsize=0 CPUtime=0.71
/proc/25056/stat : 25056 (java) Z 25054 25054 24926 0 -1 1036 7690 0 1 0 65 6 0 0 17 0 1 0 29654051 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25056/statm: 0 0 0 0 0 0 0
[pid=25072] ppid=25054 vsize=7692 CPUtime=17.7
/proc/25072/stat : 25072 (minisat) R 25054 25054 24926 0 -1 0 1813 0 0 0 1768 2 0 0 25 0 1 0 29654811 7876608 1559 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25072/statm: 1923 1559 51 112 0 1807 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 21416

[startup+51.2227 s]
/proc/loadavg: 1.95 2.03 2.16 3/90 25072
/proc/meminfo: memFree=1792008/2055920 swapFree=4192812/4192956
[pid=25054] ppid=25052 vsize=13724 CPUtime=6.77
/proc/25054/stat : 25054 (sugar) S 25052 25054 24926 0 -1 4194304 1277 24320 0 1 3 1 658 15 16 0 1 0 29654046 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25054/statm: 3431 815 373 3 0 531 0
[pid=25056] ppid=25054 vsize=0 CPUtime=0.71
/proc/25056/stat : 25056 (java) Z 25054 25054 24926 0 -1 1036 7690 0 1 0 65 6 0 0 17 0 1 0 29654051 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25056/statm: 0 0 0 0 0 0 0
[pid=25072] ppid=25054 vsize=9788 CPUtime=43.16
/proc/25072/stat : 25072 (minisat) R 25054 25054 24926 0 -1 0 2308 0 0 0 4314 2 0 0 25 0 1 0 29654811 10022912 2054 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25072/statm: 2447 2054 51 112 0 2331 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 23512

[startup+102.51 s]
/proc/loadavg: 1.98 2.02 2.15 3/90 25072
/proc/meminfo: memFree=1789704/2055920 swapFree=4192812/4192956
[pid=25054] ppid=25052 vsize=13724 CPUtime=6.77
/proc/25054/stat : 25054 (sugar) S 25052 25054 24926 0 -1 4194304 1277 24320 0 1 3 1 658 15 16 0 1 0 29654046 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25054/statm: 3431 815 373 3 0 531 0
[pid=25056] ppid=25054 vsize=0 CPUtime=0.71
/proc/25056/stat : 25056 (java) Z 25054 25054 24926 0 -1 1036 7690 0 1 0 65 6 0 0 17 0 1 0 29654051 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25056/statm: 0 0 0 0 0 0 0
[pid=25072] ppid=25054 vsize=11260 CPUtime=93.98
/proc/25072/stat : 25072 (minisat) R 25054 25054 24926 0 -1 0 2668 0 0 0 9395 3 0 0 25 0 1 0 29654811 11530240 2414 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25072/statm: 2815 2414 51 112 0 2699 0
Current children cumulated CPU time (s) 101.46
Current children cumulated vsize (KiB) 24984

[startup+162.537 s]
/proc/loadavg: 1.99 2.02 2.14 3/90 25072
/proc/meminfo: memFree=1787976/2055920 swapFree=4192812/4192956
[pid=25054] ppid=25052 vsize=13724 CPUtime=6.77
/proc/25054/stat : 25054 (sugar) S 25052 25054 24926 0 -1 4194304 1277 24320 0 1 3 1 658 15 16 0 1 0 29654046 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25054/statm: 3431 815 373 3 0 531 0
[pid=25056] ppid=25054 vsize=0 CPUtime=0.71
/proc/25056/stat : 25056 (java) Z 25054 25054 24926 0 -1 1036 7690 0 1 0 65 6 0 0 17 0 1 0 29654051 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25056/statm: 0 0 0 0 0 0 0
[pid=25072] ppid=25054 vsize=12848 CPUtime=153.46
/proc/25072/stat : 25072 (minisat) R 25054 25054 24926 0 -1 0 3105 0 0 0 15343 3 0 0 25 0 1 0 29654811 13156352 2851 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25072/statm: 3212 2851 51 112 0 3096 0
Current children cumulated CPU time (s) 160.94
Current children cumulated vsize (KiB) 26572

[startup+222.564 s]
/proc/loadavg: 1.99 2.01 2.12 3/90 25072
/proc/meminfo: memFree=1786504/2055920 swapFree=4192812/4192956
[pid=25054] ppid=25052 vsize=13724 CPUtime=6.77

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

/proc/25072/stat : 25072 (minisat) R 25054 25054 24926 0 -1 0 5686 0 0 0 122810 19 0 0 25 0 1 0 29654811 24207360 5432 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25072/statm: 5910 5432 51 112 0 5794 0
Current children cumulated CPU time (s) 1235.77
Current children cumulated vsize (KiB) 37364

[startup+1303.56 s]
/proc/loadavg: 2.53 2.55 2.45 3/96 25341
/proc/meminfo: memFree=1231888/2055920 swapFree=4192812/4192956
[pid=25054] ppid=25052 vsize=13724 CPUtime=6.77
/proc/25054/stat : 25054 (sugar) S 25052 25054 24926 0 -1 4194304 1277 24320 0 1 3 1 658 15 16 0 1 0 29654046 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25054/statm: 3431 815 373 3 0 531 0
[pid=25056] ppid=25054 vsize=0 CPUtime=0.71
/proc/25056/stat : 25056 (java) Z 25054 25054 24926 0 -1 1036 7690 0 1 0 65 6 0 0 17 0 1 0 29654051 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25056/statm: 0 0 0 0 0 0 0
[pid=25072] ppid=25054 vsize=23836 CPUtime=1288.06
/proc/25072/stat : 25072 (minisat) R 25054 25054 24926 0 -1 0 5706 0 0 0 128787 19 0 0 25 0 1 0 29654811 24408064 5452 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25072/statm: 5959 5452 51 112 0 5843 0
Current children cumulated CPU time (s) 1295.54
Current children cumulated vsize (KiB) 37560

[startup+1363.65 s]
/proc/loadavg: 2.27 2.48 2.43 3/96 25341
/proc/meminfo: memFree=1225360/2055920 swapFree=4192812/4192956
[pid=25054] ppid=25052 vsize=13724 CPUtime=6.77
/proc/25054/stat : 25054 (sugar) S 25052 25054 24926 0 -1 4194304 1277 24320 0 1 3 1 658 15 16 0 1 0 29654046 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25054/statm: 3431 815 373 3 0 531 0
[pid=25056] ppid=25054 vsize=0 CPUtime=0.71
/proc/25056/stat : 25056 (java) Z 25054 25054 24926 0 -1 1036 7690 0 1 0 65 6 0 0 17 0 1 0 29654051 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25056/statm: 0 0 0 0 0 0 0
[pid=25072] ppid=25054 vsize=24244 CPUtime=1347.63
/proc/25072/stat : 25072 (minisat) R 25054 25054 24926 0 -1 0 5759 0 0 0 134744 19 0 0 25 0 1 0 29654811 24825856 5505 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528340 0 0 4096 3 0 0 0 17 0 0 0
/proc/25072/statm: 6061 5505 51 112 0 5945 0
Current children cumulated CPU time (s) 1355.11
Current children cumulated vsize (KiB) 37968

[startup+1423.73 s]
/proc/loadavg: 2.16 2.42 2.41 3/96 25341
/proc/meminfo: memFree=1225040/2055920 swapFree=4192812/4192956
[pid=25054] ppid=25052 vsize=13724 CPUtime=6.77
/proc/25054/stat : 25054 (sugar) S 25052 25054 24926 0 -1 4194304 1277 24320 0 1 3 1 658 15 16 0 1 0 29654046 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25054/statm: 3431 815 373 3 0 531 0
[pid=25056] ppid=25054 vsize=0 CPUtime=0.71
/proc/25056/stat : 25056 (java) Z 25054 25054 24926 0 -1 1036 7690 0 1 0 65 6 0 0 17 0 1 0 29654051 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25056/statm: 0 0 0 0 0 0 0
[pid=25072] ppid=25054 vsize=24520 CPUtime=1407.08
/proc/25072/stat : 25072 (minisat) R 25054 25054 24926 0 -1 0 5819 0 0 0 140689 19 0 0 25 0 1 0 29654811 25108480 5565 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25072/statm: 6130 5565 51 112 0 6014 0
Current children cumulated CPU time (s) 1414.56
Current children cumulated vsize (KiB) 38244

[startup+1483.79 s]
/proc/loadavg: 2.20 2.38 2.39 3/96 25341
/proc/meminfo: memFree=1222992/2055920 swapFree=4192812/4192956
[pid=25054] ppid=25052 vsize=13724 CPUtime=6.77
/proc/25054/stat : 25054 (sugar) S 25052 25054 24926 0 -1 4194304 1277 24320 0 1 3 1 658 15 16 0 1 0 29654046 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25054/statm: 3431 815 373 3 0 531 0
[pid=25056] ppid=25054 vsize=0 CPUtime=0.71
/proc/25056/stat : 25056 (java) Z 25054 25054 24926 0 -1 1036 7690 0 1 0 65 6 0 0 17 0 1 0 29654051 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25056/statm: 0 0 0 0 0 0 0
[pid=25072] ppid=25054 vsize=25356 CPUtime=1466.56
/proc/25072/stat : 25072 (minisat) R 25054 25054 24926 0 -1 0 6016 0 0 0 146636 20 0 0 25 0 1 0 29654811 25964544 5762 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25072/statm: 6339 5762 51 112 0 6223 0
Current children cumulated CPU time (s) 1474.04
Current children cumulated vsize (KiB) 39080

[startup+1543.86 s]
/proc/loadavg: 2.07 2.31 2.37 4/96 25341
/proc/meminfo: memFree=1222672/2055920 swapFree=4192812/4192956
[pid=25054] ppid=25052 vsize=13724 CPUtime=6.77
/proc/25054/stat : 25054 (sugar) S 25052 25054 24926 0 -1 4194304 1277 24320 0 1 3 1 658 15 16 0 1 0 29654046 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25054/statm: 3431 815 373 3 0 531 0
[pid=25056] ppid=25054 vsize=0 CPUtime=0.71
/proc/25056/stat : 25056 (java) Z 25054 25054 24926 0 -1 1036 7690 0 1 0 65 6 0 0 17 0 1 0 29654051 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25056/statm: 0 0 0 0 0 0 0
[pid=25072] ppid=25054 vsize=25496 CPUtime=1526.04
/proc/25072/stat : 25072 (minisat) R 25054 25054 24926 0 -1 0 6068 0 0 0 152583 21 0 0 25 0 1 0 29654811 26107904 5814 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25072/statm: 6374 5814 51 112 0 6258 0
Current children cumulated CPU time (s) 1533.52
Current children cumulated vsize (KiB) 39220

[startup+1603.89 s]
/proc/loadavg: 2.21 2.30 2.36 3/96 25341
/proc/meminfo: memFree=1221712/2055920 swapFree=4192812/4192956
[pid=25054] ppid=25052 vsize=13724 CPUtime=6.77
/proc/25054/stat : 25054 (sugar) S 25052 25054 24926 0 -1 4194304 1277 24320 0 1 3 1 658 15 16 0 1 0 29654046 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25054/statm: 3431 815 373 3 0 531 0
[pid=25056] ppid=25054 vsize=0 CPUtime=0.71
/proc/25056/stat : 25056 (java) Z 25054 25054 24926 0 -1 1036 7690 0 1 0 65 6 0 0 17 0 1 0 29654051 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25056/statm: 0 0 0 0 0 0 0
[pid=25072] ppid=25054 vsize=26288 CPUtime=1585.44
/proc/25072/stat : 25072 (minisat) R 25054 25054 24926 0 -1 0 6231 0 0 0 158523 21 0 0 25 0 1 0 29654811 26918912 5977 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25072/statm: 6572 5977 51 112 0 6456 0
Current children cumulated CPU time (s) 1592.92
Current children cumulated vsize (KiB) 40012

[startup+1663.92 s]
/proc/loadavg: 2.35 2.32 2.36 4/96 25341
/proc/meminfo: memFree=1221072/2055920 swapFree=4192812/4192956
[pid=25054] ppid=25052 vsize=13724 CPUtime=6.77
/proc/25054/stat : 25054 (sugar) S 25052 25054 24926 0 -1 4194304 1277 24320 0 1 3 1 658 15 16 0 1 0 29654046 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25054/statm: 3431 815 373 3 0 531 0
[pid=25056] ppid=25054 vsize=0 CPUtime=0.71
/proc/25056/stat : 25056 (java) Z 25054 25054 24926 0 -1 1036 7690 0 1 0 65 6 0 0 17 0 1 0 29654051 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25056/statm: 0 0 0 0 0 0 0
[pid=25072] ppid=25054 vsize=26732 CPUtime=1644.89
/proc/25072/stat : 25072 (minisat) R 25054 25054 24926 0 -1 0 6351 0 0 0 164468 21 0 0 25 0 1 0 29654811 27373568 6097 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25072/statm: 6683 6097 51 112 0 6567 0
Current children cumulated CPU time (s) 1652.37
Current children cumulated vsize (KiB) 40456

[startup+1723.96 s]
/proc/loadavg: 2.33 2.31 2.35 3/96 25341
/proc/meminfo: memFree=1220624/2055920 swapFree=4192812/4192956
[pid=25054] ppid=25052 vsize=13724 CPUtime=6.77
/proc/25054/stat : 25054 (sugar) S 25052 25054 24926 0 -1 4194304 1277 24320 0 1 3 1 658 15 16 0 1 0 29654046 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25054/statm: 3431 815 373 3 0 531 0
[pid=25056] ppid=25054 vsize=0 CPUtime=0.71
/proc/25056/stat : 25056 (java) Z 25054 25054 24926 0 -1 1036 7690 0 1 0 65 6 0 0 17 0 1 0 29654051 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25056/statm: 0 0 0 0 0 0 0
[pid=25072] ppid=25054 vsize=27328 CPUtime=1704.35
/proc/25072/stat : 25072 (minisat) R 25054 25054 24926 0 -1 0 6465 0 0 0 170414 21 0 0 25 0 1 0 29654811 27983872 6211 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134522278 0 0 4096 3 0 0 0 17 0 0 0
/proc/25072/statm: 6832 6211 51 112 0 6716 0
Current children cumulated CPU time (s) 1711.83
Current children cumulated vsize (KiB) 41052

[startup+1783.98 s]
/proc/loadavg: 2.40 2.34 2.36 4/96 25341
/proc/meminfo: memFree=1220240/2055920 swapFree=4192812/4192956
[pid=25054] ppid=25052 vsize=13724 CPUtime=6.77
/proc/25054/stat : 25054 (sugar) S 25052 25054 24926 0 -1 4194304 1277 24320 0 1 3 1 658 15 16 0 1 0 29654046 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25054/statm: 3431 815 373 3 0 531 0
[pid=25056] ppid=25054 vsize=0 CPUtime=0.71
/proc/25056/stat : 25056 (java) Z 25054 25054 24926 0 -1 1036 7690 0 1 0 65 6 0 0 17 0 1 0 29654051 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25056/statm: 0 0 0 0 0 0 0
[pid=25072] ppid=25054 vsize=27636 CPUtime=1763.76
/proc/25072/stat : 25072 (minisat) R 25054 25054 24926 0 -1 0 6524 0 0 0 176354 22 0 0 25 0 1 0 29654811 28299264 6270 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25072/statm: 6909 6270 51 112 0 6793 0
Current children cumulated CPU time (s) 1771.24
Current children cumulated vsize (KiB) 41360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.07 s]
/proc/loadavg: 2.30 2.32 2.35 3/96 25341
/proc/meminfo: memFree=1220240/2055920 swapFree=4192812/4192956
[pid=25054] ppid=25052 vsize=13724 CPUtime=6.77
/proc/25054/stat : 25054 (sugar) S 25052 25054 24926 0 -1 4194304 1277 24320 0 1 3 1 658 15 16 0 1 0 29654046 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25054/statm: 3431 815 373 3 0 531 0
[pid=25056] ppid=25054 vsize=0 CPUtime=0.71
/proc/25056/stat : 25056 (java) Z 25054 25054 24926 0 -1 1036 7690 0 1 0 65 6 0 0 17 0 1 0 29654051 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25056/statm: 0 0 0 0 0 0 0
[pid=25072] ppid=25054 vsize=27636 CPUtime=1792.59
/proc/25072/stat : 25072 (minisat) R 25054 25054 24926 0 -1 0 6535 0 0 0 179236 23 0 0 25 0 1 0 29654811 28299264 6281 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25072/statm: 6909 6281 51 112 0 6793 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 41360

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 25054 and gives childrusage.ru_utime.tv_sec=1798 childrusage.ru_utime.tv_usec=987512 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=402938
CPU time returned by wait4() is 1799.39
while last known CPU time is 1800.07

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

Real time (s): 1813.12
CPU time (s): 1800.07
CPU user time (s): 1799.62
CPU system time (s): 0.45
CPU usage (%): 99.2805
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.99
system time used= 0.402938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32221
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= 1080
involuntary context switches= 74590

runsolver used 2.09768 s user time and 5.9251 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Mon Jan 29 18:56:35 UTC 2007


IDJOB= 208190
IDBENCH= 4356
IDSOLVER= 86
FILE ID= node11/208190-1170096994

PBS_JOBID= 3689456

Free space on /tmp= 66555 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-26/rand-26-26-325-155-61021_ext.xml
COMMAND LINE= /tmp/evaluation/208190-1170096994/solver /tmp/evaluation/208190-1170096994 /tmp/evaluation/208190-1170096994/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-208190-1170096994 -o ROOT/results/node11/solver-208190-1170096994 -C 1800 -M 900  /tmp/evaluation/208190-1170096994/solver /tmp/evaluation/208190-1170096994 /tmp/evaluation/208190-1170096994/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  cf36278b0aaf693be0fe0a8c85db5e94

RANDOM SEED= 211110231

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.243
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.243
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:       1811960 kB
Buffers:         25088 kB
Cached:          76980 kB
SwapCached:          0 kB
Active:         138056 kB
Inactive:        58516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1811960 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1192 kB
Writeback:           0 kB
Mapped:         114252 kB
Slab:            31984 kB
Committed_AS:   336340 kB
PageTables:       2244 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= 66553 MiB



End job on node11 on Mon Jan 29 19:26:48 UTC 2007