Trace number 208171

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.09 1808.55

General information on the benchmark

Namerandom/rand-2-26/
rand-26-26-325-155-57021_ext.xml
MD5SUMe2f9e10f469e2e97e8babef97e26304a
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 benchmark338.633
SatisfiableNO
(Un)Satisfiability was provedNO
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/208171-1170096994/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/208171-1170096994/unknown.xml [Mon Jan 29 19:56:35 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/208171-1170096994/unknown.xml /tmp/evaluation/208171-1170096994/sugar26628.csp [Mon Jan 29 19:56:35 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/208171-1170096994/sugar-v0-40.jar -convert /tmp/evaluation/208171-1170096994/unknown.xml /tmp/evaluation/208171-1170096994/sugar26628.csp
0.16	c BEGIN convert /tmp/evaluation/208171-1170096994/unknown.xml
0.74	c END convert (0.581307 seconds)
0.82	c # CONVERT_XML  END : /tmp/evaluation/208171-1170096994/sugar26628.csp 1635840 bytes (1 seconds) [Mon Jan 29 19:56:36 2007]
0.82	c # CONVERT_XML  CPU : 0.69 = 0 + 0 + 0.64 + 0.05
0.82	
0.82	c # GENERATE_SAT  BEGIN : /tmp/evaluation/208171-1170096994/sugar26628.bcnf [Mon Jan 29 19:56:36 2007]
0.82	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/208171-1170096994/sugar-v0-40.jar -bcnf -map /tmp/evaluation/208171-1170096994/sugar26628.map /tmp/evaluation/208171-1170096994/sugar26628.csp /tmp/evaluation/208171-1170096994/sugar26628.bcnf
0.94	c BEGIN parse /tmp/evaluation/208171-1170096994/sugar26628.csp
6.80	c END parse (5.85623 seconds)
6.80	c BEGIN simplify
6.82	c END simplify (0.025936 seconds)
6.82	c BEGIN encode /tmp/evaluation/208171-1170096994/sugar26628.bcnf
7.11	c END encode (0.28344 seconds)
7.17	c # GENERATE_SAT  END : 650 variables 50999 clauses 984184 bytes (6 seconds) [Mon Jan 29 19:56:42 2007]
7.17	c # GENERATE_SAT  CPU : 6.26 = 0 + 0 + 6.11 + 0.15
7.17	
7.17	c # SOLVE_SAT  BEGIN : /tmp/evaluation/208171-1170096994/sugar26628.bcnf [Mon Jan 29 19:56:42 2007]
7.17	c # CMD : /tmp/evaluation/208171-1170096994/minisat /tmp/evaluation/208171-1170096994/sugar26628.bcnf /tmp/evaluation/208171-1170096994/sugar26628.out
7.34	c ==================================[MINISAT]===================================
7.34	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
7.34	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
7.34	c ==============================================================================
7.34	c |         0 |   50999   195041 |   16999       0        0     nan |  0.000 % |
7.34	c |       102 |   50999   195041 |   18698     102      932     9.1 |  0.000 % |
7.34	c |       252 |   50999   195041 |   20568     252     2242     8.9 |  0.010 % |
7.34	c |       477 |   50999   195041 |   22625     477     4587     9.6 |  0.005 % |
7.38	c |       814 |   50999   195041 |   24888     814     7840     9.6 |  0.008 % |
7.49	c |      1320 |   50999   195041 |   27377    1320    13286    10.1 |  0.006 % |
7.64	c |      2079 |   50999   195041 |   30114    2079    20985    10.1 |  0.010 % |
7.89	c |      3219 |   50999   195041 |   33126    3219    33051    10.3 |  0.008 % |
8.24	c |      4927 |   50999   195041 |   36438    4927    53643    10.9 |  0.010 % |
8.81	c |      7489 |   50999   195041 |   40082    7489    85110    11.4 |  0.010 % |
9.76	c |     11333 |   51002   195041 |   44091   11330   131295    11.6 |  0.008 % |
11.33	c |     17100 |   51004   195041 |   48500   17095   202817    11.9 |  0.010 % |
14.55	c |     25749 |   51004   195041 |   53350   25744   319843    12.4 |  0.010 % |
19.64	c |     38726 |   51006   195041 |   58685   38719   489678    12.6 |  0.008 % |
30.85	c |     58187 |   51008   195041 |   64553   58178   750858    12.9 |  0.010 % |
46.35	c |     87379 |   51009   195041 |   71009   36825   520261    14.1 |  0.010 % |
73.16	c |    131168 |   51009   195041 |   78109   25426   341881    13.4 |  0.008 % |
113.48	c |    196852 |   51016   195041 |   85920   27443   406482    14.8 |  0.009 % |
177.19	c |    295378 |   51018   195041 |   94513   55078   828749    15.0 |  0.009 % |
289.43	c |    443168 |   51024   195041 |  103964   46768   734005    15.7 |  0.009 % |
451.55	c |    664853 |   51028   195041 |  114360   93762  1519576    16.2 |  0.005 % |
719.04	c |    997378 |   51040   195041 |  125796   35997   514328    14.3 |  0.005 % |
1111.97	c |   1496167 |   51054   195041 |  138376   98111  1637380    16.7 |  0.004 % |
1808.55	s UNKNOWN
1808.55	
1808.55	s UNKNOWN
1808.55	c # INTERRUPTED
1808.55	c # MAIN  END :  (1809 seconds) [Mon Jan 29 20:26:44 2007]
1808.55	c # MAIN  CPU : 1800.03 = 0 + 0 + 1799.47 + 0.56
1808.55	

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/node62/watcher-208171-1170096994 -o ROOT/results/node62/solver-208171-1170096994 -C 1800 -M 900 /tmp/evaluation/208171-1170096994/solver /tmp/evaluation/208171-1170096994 /tmp/evaluation/208171-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.30 1.83 2.22 5/77 26629
/proc/meminfo: memFree=1830392/2055920 swapFree=4192812/4192956
[pid=26628] ppid=26626 vsize=12268 CPUtime=0
/proc/26628/stat : 26628 (sugar) R 26626 26628 26377 0 -1 4194304 597 0 0 0 0 0 0 0 20 0 1 0 29656558 12562432 316 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236437863013 0 0 4224 0 0 0 0 17 1 0 0
/proc/26628/statm: 3067 316 241 3 0 167 0

[startup+0.10571 s]
/proc/loadavg: 1.30 1.83 2.22 5/77 26629
/proc/meminfo: memFree=1830392/2055920 swapFree=4192812/4192956
[pid=26628] ppid=26626 vsize=13724 CPUtime=0.03
/proc/26628/stat : 26628 (sugar) S 26626 26628 26377 0 -1 4194304 1112 0 0 0 3 0 0 0 20 0 1 0 29656558 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26628/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.517764 s]
/proc/loadavg: 1.30 1.83 2.22 5/77 26629
/proc/meminfo: memFree=1830392/2055920 swapFree=4192812/4192956
[pid=26628] ppid=26626 vsize=13724 CPUtime=0.03
/proc/26628/stat : 26628 (sugar) S 26626 26628 26377 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29656558 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26628/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.34486 s]
/proc/loadavg: 1.30 1.83 2.22 5/89 26657
/proc/meminfo: memFree=1787352/2055920 swapFree=4192812/4192956
[pid=26628] ppid=26626 vsize=13724 CPUtime=0.72
/proc/26628/stat : 26628 (sugar) S 26626 26628 26377 0 -1 4194304 1190 7690 0 1 3 0 64 5 16 0 1 0 29656558 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26628/statm: 3431 809 371 3 0 531 0
[pid=26650] ppid=26628 vsize=807064 CPUtime=0.49
/proc/26650/stat : 26650 (java) R 26628 26628 26377 0 -1 0 7331 0 1 0 46 3 0 0 24 0 8 0 29656640 826433536 7079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26650/statm: 201766 7079 1494 14 0 189044 0
[pid=26650/tid=26651] ppid=26628 vsize=807064 CPUtime=0.06
/proc/26650/task/26651/stat : 26651 (java) R 26628 26628 26377 0 -1 64 1277 0 0 0 6 0 0 0 16 0 8 0 29656645 826433536 7079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155529774 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26650/tid=26652] ppid=26628 vsize=807064 CPUtime=0
/proc/26650/task/26652/stat : 26652 (java) S 26628 26628 26377 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29656645 826433536 7079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26650/tid=26653] ppid=26628 vsize=807064 CPUtime=0
/proc/26650/task/26653/stat : 26653 (java) S 26628 26628 26377 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29656645 826433536 7079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26650/tid=26654] ppid=26628 vsize=807064 CPUtime=0
/proc/26650/task/26654/stat : 26654 (java) S 26628 26628 26377 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 29656648 826433536 7079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26650/tid=26655] ppid=26628 vsize=807064 CPUtime=0.04
/proc/26650/task/26655/stat : 26655 (java) S 26628 26628 26377 0 -1 64 292 0 0 0 4 0 0 0 17 0 8 0 29656648 826433536 7079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26650/tid=26656] ppid=26628 vsize=807064 CPUtime=0
/proc/26650/task/26656/stat : 26656 (java) S 26628 26628 26377 0 -1 64 3 0 0 0 0 0 0 0 22 0 8 0 29656648 826433536 7079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26650/tid=26657] ppid=26628 vsize=807064 CPUtime=0
/proc/26650/task/26657/stat : 26657 (java) S 26628 26628 26377 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29656648 826433536 7079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 820788

[startup+2.98205 s]
/proc/loadavg: 1.30 1.83 2.22 4/89 26657
/proc/meminfo: memFree=1750424/2055920 swapFree=4192812/4192956
[pid=26628] ppid=26626 vsize=13724 CPUtime=0.72
/proc/26628/stat : 26628 (sugar) S 26626 26628 26377 0 -1 4194304 1190 7690 0 1 3 0 64 5 16 0 1 0 29656558 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26628/statm: 3431 809 371 3 0 531 0
[pid=26650] ppid=26628 vsize=807336 CPUtime=2.13
/proc/26650/stat : 26650 (java) R 26628 26628 26377 0 -1 0 13821 0 1 0 206 7 0 0 25 0 8 0 29656640 826712064 13555 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073591025 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26650/statm: 201834 13555 1506 14 0 189112 0
[pid=26650/tid=26651] ppid=26628 vsize=807336 CPUtime=0.56
/proc/26650/task/26651/stat : 26651 (java) S 26628 26628 26377 0 -1 64 7634 0 0 0 53 3 0 0 16 0 8 0 29656645 826712064 13555 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26650/tid=26652] ppid=26628 vsize=807336 CPUtime=0
/proc/26650/task/26652/stat : 26652 (java) S 26628 26628 26377 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29656645 826712064 13555 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26650/tid=26653] ppid=26628 vsize=807336 CPUtime=0
/proc/26650/task/26653/stat : 26653 (java) S 26628 26628 26377 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29656645 826712064 13555 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26650/tid=26654] ppid=26628 vsize=807336 CPUtime=0
/proc/26650/task/26654/stat : 26654 (java) S 26628 26628 26377 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 29656648 826712064 13555 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26650/tid=26655] ppid=26628 vsize=807336 CPUtime=0.1
/proc/26650/task/26655/stat : 26655 (java) S 26628 26628 26377 0 -1 64 387 0 0 0 10 0 0 0 16 0 8 0 29656648 826712064 13555 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26650/tid=26656] ppid=26628 vsize=807336 CPUtime=0
/proc/26650/task/26656/stat : 26656 (java) S 26628 26628 26377 0 -1 64 3 0 0 0 0 0 0 0 22 0 8 0 29656648 826712064 13555 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26650/tid=26657] ppid=26628 vsize=807336 CPUtime=0
/proc/26650/task/26657/stat : 26657 (java) S 26628 26628 26377 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29656648 826712064 13555 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 821060

[startup+6.27844 s]
/proc/loadavg: 1.44 1.85 2.22 3/89 26657
/proc/meminfo: memFree=1682520/2055920 swapFree=4192812/4192956
[pid=26628] ppid=26626 vsize=13724 CPUtime=0.72
/proc/26628/stat : 26628 (sugar) S 26626 26628 26377 0 -1 4194304 1190 7690 0 1 3 0 64 5 16 0 1 0 29656558 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26628/statm: 3431 809 371 3 0 531 0
[pid=26650] ppid=26628 vsize=807336 CPUtime=5.4
/proc/26650/stat : 26650 (java) R 26628 26628 26377 0 -1 0 21456 0 1 0 529 11 0 0 25 0 8 0 29656640 826712064 21157 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073658859 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26650/statm: 201834 21157 1506 14 0 189112 0
[pid=26650/tid=26651] ppid=26628 vsize=807336 CPUtime=0.95
/proc/26650/task/26651/stat : 26651 (java) S 26628 26628 26377 0 -1 64 15222 0 0 0 89 6 0 0 16 0 8 0 29656645 826712064 21157 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26650/tid=26652] ppid=26628 vsize=807336 CPUtime=0
/proc/26650/task/26652/stat : 26652 (java) S 26628 26628 26377 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29656645 826712064 21157 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26650/tid=26653] ppid=26628 vsize=807336 CPUtime=0
/proc/26650/task/26653/stat : 26653 (java) S 26628 26628 26377 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29656645 826712064 21157 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26650/tid=26654] ppid=26628 vsize=807336 CPUtime=0
/proc/26650/task/26654/stat : 26654 (java) S 26628 26628 26377 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 29656648 826712064 21157 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26650/tid=26655] ppid=26628 vsize=807336 CPUtime=0.11
/proc/26650/task/26655/stat : 26655 (java) S 26628 26628 26377 0 -1 64 400 0 0 0 11 0 0 0 17 0 8 0 29656648 826712064 21157 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26650/tid=26656] ppid=26628 vsize=807336 CPUtime=0
/proc/26650/task/26656/stat : 26656 (java) S 26628 26628 26377 0 -1 64 3 0 0 0 0 0 0 0 22 0 8 0 29656648 826712064 21157 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26650/tid=26657] ppid=26628 vsize=807336 CPUtime=0
/proc/26650/task/26657/stat : 26657 (java) S 26628 26628 26377 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29656648 826712064 21157 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 821060

[startup+12.7602 s]
/proc/loadavg: 1.48 1.86 2.22 3/75 26659
/proc/meminfo: memFree=1818320/2055920 swapFree=4192812/4192956
[pid=26628] ppid=26626 vsize=13724 CPUtime=6.98
/proc/26628/stat : 26628 (sugar) S 26626 26628 26377 0 -1 4194304 1276 32011 0 2 3 0 675 20 16 0 1 0 29656558 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26628/statm: 3431 815 373 3 0 531 0
[pid=26658] ppid=26628 vsize=5548 CPUtime=5.54
/proc/26658/stat : 26658 (minisat) R 26628 26628 26377 0 -1 0 1283 0 0 0 553 1 0 0 25 0 1 0 29657276 5681152 1029 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528921 0 0 4096 3 0 0 0 17 0 0 0
/proc/26658/statm: 1387 1029 51 112 0 1271 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 19272

[startup+25.5937 s]
/proc/loadavg: 1.60 1.86 2.21 3/75 26659
/proc/meminfo: memFree=1813712/2055920 swapFree=4192812/4192956
[pid=26628] ppid=26626 vsize=13724 CPUtime=6.98
/proc/26628/stat : 26628 (sugar) S 26626 26628 26377 0 -1 4194304 1276 32011 0 2 3 0 675 20 16 0 1 0 29656558 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26628/statm: 3431 815 373 3 0 531 0
[pid=26658] ppid=26628 vsize=8028 CPUtime=18.32
/proc/26658/stat : 26658 (minisat) R 26628 26628 26377 0 -1 0 1906 0 0 0 1831 1 0 0 25 0 1 0 29657276 8220672 1652 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26658/statm: 2007 1652 51 112 0 1891 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 21752

[startup+51.2707 s]
/proc/loadavg: 1.81 1.89 2.21 3/75 26659
/proc/meminfo: memFree=1809872/2055920 swapFree=4192812/4192956
[pid=26628] ppid=26626 vsize=13724 CPUtime=6.98
/proc/26628/stat : 26628 (sugar) S 26626 26628 26377 0 -1 4194304 1276 32011 0 2 3 0 675 20 16 0 1 0 29656558 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26628/statm: 3431 815 373 3 0 531 0
[pid=26658] ppid=26628 vsize=9604 CPUtime=43.88
/proc/26658/stat : 26658 (minisat) R 26628 26628 26377 0 -1 0 2285 0 0 0 4386 2 0 0 25 0 1 0 29657276 9834496 2031 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26658/statm: 2401 2031 51 112 0 2285 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 23328

[startup+102.512 s]
/proc/loadavg: 1.97 1.92 2.20 3/75 26659
/proc/meminfo: memFree=1806928/2055920 swapFree=4192812/4192956
[pid=26628] ppid=26626 vsize=13724 CPUtime=6.98
/proc/26628/stat : 26628 (sugar) S 26626 26628 26377 0 -1 4194304 1276 32011 0 2 3 0 675 20 16 0 1 0 29656558 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26628/statm: 3431 815 373 3 0 531 0
[pid=26658] ppid=26628 vsize=11456 CPUtime=94.89
/proc/26658/stat : 26658 (minisat) R 26628 26628 26377 0 -1 0 2718 0 0 0 9487 2 0 0 25 0 1 0 29657276 11730944 2464 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26658/statm: 2864 2464 51 112 0 2748 0
Current children cumulated CPU time (s) 101.87
Current children cumulated vsize (KiB) 25180

[startup+162.589 s]
/proc/loadavg: 1.99 1.93 2.18 3/75 26659
/proc/meminfo: memFree=1802768/2055920 swapFree=4192812/4192956
[pid=26628] ppid=26626 vsize=13724 CPUtime=6.98
/proc/26628/stat : 26628 (sugar) S 26626 26628 26377 0 -1 4194304 1276 32011 0 2 3 0 675 20 16 0 1 0 29656558 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26628/statm: 3431 815 373 3 0 531 0
[pid=26658] ppid=26628 vsize=13444 CPUtime=154.69
/proc/26658/stat : 26658 (minisat) R 26628 26628 26377 0 -1 0 3233 0 0 0 15466 3 0 0 25 0 1 0 29657276 13766656 2979 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/26658/statm: 3361 2979 51 112 0 3245 0
Current children cumulated CPU time (s) 161.67
Current children cumulated vsize (KiB) 27168

[startup+222.675 s]
/proc/loadavg: 1.99 1.94 2.17 3/75 26659
/proc/meminfo: memFree=1799632/2055920 swapFree=4192812/4192956
[pid=26628] ppid=26626 vsize=13724 CPUtime=6.98
/proc/26628/stat : 26628 (sugar) S 26626 26628 26377 0 -1 4194304 1276 32011 0 2 3 0 675 20 16 0 1 0 29656558 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26628/statm: 3431 815 373 3 0 531 0
[pid=26658] ppid=26628 vsize=14964 CPUtime=214.52
/proc/26658/stat : 26658 (minisat) R 26628 26628 26377 0 -1 0 3575 0 0 0 21448 4 0 0 25 0 1 0 29657276 15323136 3321 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26658/statm: 3741 3321 51 112 0 3625 0
Current children cumulated CPU time (s) 221.5
Current children cumulated vsize (KiB) 28688

[startup+282.758 s]
/proc/loadavg: 2.14 1.98 2.17 3/81 26735
/proc/meminfo: memFree=1795976/2055920 swapFree=4192812/4192956
[pid=26628] ppid=26626 vsize=13724 CPUtime=6.98
/proc/26628/stat : 26628 (sugar) S 26626 26628 26377 0 -1 4194304 1276 32011 0 2 3 0 675 20 16 0 1 0 29656558 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26628/statm: 3431 815 373 3 0 531 0
[pid=26658] ppid=26628 vsize=15500 CPUtime=274.3
/proc/26658/stat : 26658 (minisat) R 26628 26628 26377 0 -1 0 3716 0 0 0 27419 11 0 0 25 0 1 0 29657276 15872000 3462 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26658/statm: 3875 3462 51 112 0 3759 0
Current children cumulated CPU time (s) 281.28
Current children cumulated vsize (KiB) 29224

[startup+342.859 s]
/proc/loadavg: 2.05 1.98 2.16 3/81 26825
/proc/meminfo: memFree=1793672/2055920 swapFree=4192812/4192956
[pid=26628] ppid=26626 vsize=13724 CPUtime=6.98

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

/proc/26628/stat : 26628 (sugar) S 26626 26628 26377 0 -1 4194304 1276 32011 0 2 3 0 675 20 16 0 1 0 29656558 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26628/statm: 3431 815 373 3 0 531 0
[pid=26658] ppid=26628 vsize=24812 CPUtime=1051.69
/proc/26658/stat : 26658 (minisat) R 26628 26628 26377 0 -1 0 5921 0 0 0 105138 31 0 0 25 0 1 0 29657276 25407488 5667 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528398 0 0 4096 3 0 0 0 17 0 0 0
/proc/26658/statm: 6203 5667 51 112 0 6087 0
Current children cumulated CPU time (s) 1058.67
Current children cumulated vsize (KiB) 38536

[startup+1123.87 s]
/proc/loadavg: 2.00 2.00 2.06 3/75 26857
/proc/meminfo: memFree=1779088/2055920 swapFree=4192812/4192956
[pid=26628] ppid=26626 vsize=13724 CPUtime=6.98
/proc/26628/stat : 26628 (sugar) S 26626 26628 26377 0 -1 4194304 1276 32011 0 2 3 0 675 20 16 0 1 0 29656558 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26628/statm: 3431 815 373 3 0 531 0
[pid=26658] ppid=26628 vsize=25384 CPUtime=1111.5
/proc/26658/stat : 26658 (minisat) R 26628 26628 26377 0 -1 0 6079 0 0 0 111118 32 0 0 25 0 1 0 29657276 25993216 5825 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525475 0 0 4096 3 0 0 0 17 0 0 0
/proc/26658/statm: 6346 5825 51 112 0 6230 0
Current children cumulated CPU time (s) 1118.48
Current children cumulated vsize (KiB) 39108

[startup+1183.94 s]
/proc/loadavg: 2.07 2.02 2.06 3/75 26857
/proc/meminfo: memFree=1777936/2055920 swapFree=4192812/4192956
[pid=26628] ppid=26626 vsize=13724 CPUtime=6.98
/proc/26628/stat : 26628 (sugar) S 26626 26628 26377 0 -1 4194304 1276 32011 0 2 3 0 675 20 16 0 1 0 29656558 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26628/statm: 3431 815 373 3 0 531 0
[pid=26658] ppid=26628 vsize=26724 CPUtime=1171.29
/proc/26658/stat : 26658 (minisat) R 26628 26628 26377 0 -1 0 6334 0 0 0 117097 32 0 0 25 0 1 0 29657276 27365376 6080 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 0 0 0
/proc/26658/statm: 6681 6080 51 112 0 6565 0
Current children cumulated CPU time (s) 1178.27
Current children cumulated vsize (KiB) 40448

[startup+1244.03 s]
/proc/loadavg: 2.02 2.01 2.05 3/75 26857
/proc/meminfo: memFree=1777104/2055920 swapFree=4192812/4192956
[pid=26628] ppid=26626 vsize=13724 CPUtime=6.98
/proc/26628/stat : 26628 (sugar) S 26626 26628 26377 0 -1 4194304 1276 32011 0 2 3 0 675 20 16 0 1 0 29656558 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26628/statm: 3431 815 373 3 0 531 0
[pid=26658] ppid=26628 vsize=26892 CPUtime=1231.11
/proc/26658/stat : 26658 (minisat) R 26628 26628 26377 0 -1 0 6389 0 0 0 123079 32 0 0 25 0 1 0 29657276 27537408 6135 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26658/statm: 6723 6135 51 112 0 6607 0
Current children cumulated CPU time (s) 1238.09
Current children cumulated vsize (KiB) 40616

[startup+1304.1 s]
/proc/loadavg: 2.01 2.00 2.04 3/75 26857
/proc/meminfo: memFree=1776400/2055920 swapFree=4192812/4192956
[pid=26628] ppid=26626 vsize=13724 CPUtime=6.98
/proc/26628/stat : 26628 (sugar) S 26626 26628 26377 0 -1 4194304 1276 32011 0 2 3 0 675 20 16 0 1 0 29656558 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26628/statm: 3431 815 373 3 0 531 0
[pid=26658] ppid=26628 vsize=27288 CPUtime=1290.92
/proc/26658/stat : 26658 (minisat) R 26628 26628 26377 0 -1 0 6475 0 0 0 129059 33 0 0 25 0 1 0 29657276 27942912 6221 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528388 0 0 4096 3 0 0 0 17 0 0 0
/proc/26658/statm: 6822 6221 51 112 0 6706 0
Current children cumulated CPU time (s) 1297.9
Current children cumulated vsize (KiB) 41012

[startup+1364.18 s]
/proc/loadavg: 2.00 2.00 2.04 3/75 26857
/proc/meminfo: memFree=1775632/2055920 swapFree=4192812/4192956
[pid=26628] ppid=26626 vsize=13724 CPUtime=6.98
/proc/26628/stat : 26628 (sugar) S 26626 26628 26377 0 -1 4194304 1276 32011 0 2 3 0 675 20 16 0 1 0 29656558 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26628/statm: 3431 815 373 3 0 531 0
[pid=26658] ppid=26628 vsize=27428 CPUtime=1350.71
/proc/26658/stat : 26658 (minisat) R 26628 26628 26377 0 -1 0 6522 0 0 0 135038 33 0 0 25 0 1 0 29657276 28086272 6268 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26658/statm: 6857 6268 51 112 0 6741 0
Current children cumulated CPU time (s) 1357.69
Current children cumulated vsize (KiB) 41152

[startup+1424.26 s]
/proc/loadavg: 2.00 2.00 2.03 3/75 26857
/proc/meminfo: memFree=1774928/2055920 swapFree=4192812/4192956
[pid=26628] ppid=26626 vsize=13724 CPUtime=6.98
/proc/26628/stat : 26628 (sugar) S 26626 26628 26377 0 -1 4194304 1276 32011 0 2 3 0 675 20 16 0 1 0 29656558 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26628/statm: 3431 815 373 3 0 531 0
[pid=26658] ppid=26628 vsize=27896 CPUtime=1410.53
/proc/26658/stat : 26658 (minisat) R 26628 26628 26377 0 -1 0 6615 0 0 0 141020 33 0 0 25 0 1 0 29657276 28565504 6361 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26658/statm: 6974 6361 51 112 0 6858 0
Current children cumulated CPU time (s) 1417.51
Current children cumulated vsize (KiB) 41620

[startup+1484.33 s]
/proc/loadavg: 2.00 2.00 2.03 3/75 26857
/proc/meminfo: memFree=1774544/2055920 swapFree=4192812/4192956
[pid=26628] ppid=26626 vsize=13724 CPUtime=6.98
/proc/26628/stat : 26628 (sugar) S 26626 26628 26377 0 -1 4194304 1276 32011 0 2 3 0 675 20 16 0 1 0 29656558 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26628/statm: 3431 815 373 3 0 531 0
[pid=26658] ppid=26628 vsize=28176 CPUtime=1470.34
/proc/26658/stat : 26658 (minisat) R 26628 26628 26377 0 -1 0 6699 0 0 0 147000 34 0 0 25 0 1 0 29657276 28852224 6445 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26658/statm: 7044 6445 51 112 0 6928 0
Current children cumulated CPU time (s) 1477.32
Current children cumulated vsize (KiB) 41900

[startup+1544.41 s]
/proc/loadavg: 2.00 2.00 2.02 3/75 26857
/proc/meminfo: memFree=1773712/2055920 swapFree=4192812/4192956
[pid=26628] ppid=26626 vsize=13724 CPUtime=6.98
/proc/26628/stat : 26628 (sugar) S 26626 26628 26377 0 -1 4194304 1276 32011 0 2 3 0 675 20 16 0 1 0 29656558 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26628/statm: 3431 815 373 3 0 531 0
[pid=26658] ppid=26628 vsize=28860 CPUtime=1530.13
/proc/26658/stat : 26658 (minisat) R 26628 26628 26377 0 -1 0 6864 0 0 0 152979 34 0 0 25 0 1 0 29657276 29552640 6610 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26658/statm: 7215 6610 51 112 0 7099 0
Current children cumulated CPU time (s) 1537.11
Current children cumulated vsize (KiB) 42584

[startup+1604.49 s]
/proc/loadavg: 2.00 2.00 2.02 3/75 26857
/proc/meminfo: memFree=1773328/2055920 swapFree=4192812/4192956
[pid=26628] ppid=26626 vsize=13724 CPUtime=6.98
/proc/26628/stat : 26628 (sugar) S 26626 26628 26377 0 -1 4194304 1276 32011 0 2 3 0 675 20 16 0 1 0 29656558 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26628/statm: 3431 815 373 3 0 531 0
[pid=26658] ppid=26628 vsize=29096 CPUtime=1589.95
/proc/26658/stat : 26658 (minisat) R 26628 26628 26377 0 -1 0 6907 0 0 0 158961 34 0 0 25 0 1 0 29657276 29794304 6653 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26658/statm: 7274 6653 51 112 0 7158 0
Current children cumulated CPU time (s) 1596.93
Current children cumulated vsize (KiB) 42820

[startup+1664.56 s]
/proc/loadavg: 2.00 2.00 2.01 3/75 26857
/proc/meminfo: memFree=1772240/2055920 swapFree=4192812/4192956
[pid=26628] ppid=26626 vsize=13724 CPUtime=6.98
/proc/26628/stat : 26628 (sugar) S 26626 26628 26377 0 -1 4194304 1276 32011 0 2 3 0 675 20 16 0 1 0 29656558 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26628/statm: 3431 815 373 3 0 531 0
[pid=26658] ppid=26628 vsize=29656 CPUtime=1649.76
/proc/26658/stat : 26658 (minisat) R 26628 26628 26377 0 -1 0 7053 0 0 0 164942 34 0 0 25 0 1 0 29657276 30367744 6799 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26658/statm: 7414 6799 51 112 0 7298 0
Current children cumulated CPU time (s) 1656.74
Current children cumulated vsize (KiB) 43380

[startup+1724.64 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26857
/proc/meminfo: memFree=1771088/2055920 swapFree=4192812/4192956
[pid=26628] ppid=26626 vsize=13724 CPUtime=6.98
/proc/26628/stat : 26628 (sugar) S 26626 26628 26377 0 -1 4194304 1276 32011 0 2 3 0 675 20 16 0 1 0 29656558 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26628/statm: 3431 815 373 3 0 531 0
[pid=26658] ppid=26628 vsize=30240 CPUtime=1709.54
/proc/26658/stat : 26658 (minisat) R 26628 26628 26377 0 -1 0 7171 0 0 0 170920 34 0 0 25 0 1 0 29657276 30965760 6917 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/26658/statm: 7560 6917 51 112 0 7444 0
Current children cumulated CPU time (s) 1716.52
Current children cumulated vsize (KiB) 43964

[startup+1784.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26857
/proc/meminfo: memFree=1770000/2055920 swapFree=4192812/4192956
[pid=26628] ppid=26626 vsize=13724 CPUtime=6.98
/proc/26628/stat : 26628 (sugar) S 26626 26628 26377 0 -1 4194304 1276 32011 0 2 3 0 675 20 16 0 1 0 29656558 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26628/statm: 3431 815 373 3 0 531 0
[pid=26658] ppid=26628 vsize=31224 CPUtime=1769.35
/proc/26658/stat : 26658 (minisat) R 26628 26628 26377 0 -1 0 7403 0 0 0 176901 34 0 0 25 0 1 0 29657276 31973376 7149 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26658/statm: 7806 7149 51 112 0 7690 0
Current children cumulated CPU time (s) 1776.33
Current children cumulated vsize (KiB) 44948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.54 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26857
/proc/meminfo: memFree=1769936/2055920 swapFree=4192812/4192956
[pid=26628] ppid=26626 vsize=13724 CPUtime=6.98
/proc/26628/stat : 26628 (sugar) S 26626 26628 26377 0 -1 4194304 1276 32011 0 2 3 0 675 20 16 0 1 0 29656558 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26628/statm: 3431 815 373 3 0 531 0
[pid=26658] ppid=26628 vsize=31224 CPUtime=1793.07
/proc/26658/stat : 26658 (minisat) R 26628 26628 26377 0 -1 0 7404 0 0 0 179272 35 0 0 25 0 1 0 29657276 31973376 7150 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26658/statm: 7806 7150 51 112 0 7690 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 44948

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

Child status: 1
Real time (s): 1808.55
CPU time (s): 1800.09
CPU user time (s): 1799.51
CPU system time (s): 0.574912
CPU usage (%): 99.5318
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.51
system time used= 0.574912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40780
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1531
involuntary context switches= 25199

runsolver used 2.22866 s user time and 5.78912 s system time

The end

Launcher Data (download as text)

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


IDJOB= 208171
IDBENCH= 4355
IDSOLVER= 86
FILE ID= node62/208171-1170096994

PBS_JOBID= 3689691

Free space on /tmp= 66563 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  e2f9e10f469e2e97e8babef97e26304a

RANDOM SEED= 976213383

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.234
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.234
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:       1831208 kB
Buffers:         68284 kB
Cached:          73700 kB
SwapCached:          0 kB
Active:          66716 kB
Inactive:        99756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1831208 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2228 kB
Writeback:           0 kB
Mapped:          39524 kB
Slab:            43492 kB
Committed_AS:   362032 kB
PageTables:       1912 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= 66560 MiB



End job on node62 on Mon Jan 29 19:26:44 UTC 2007