Trace number 232084

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.11 1809.66

General information on the benchmark

Namerandom/rand-2-25/
rand-25-25-300-147-52021_ext.xml
MD5SUM79b99f3968dd554a3eaf36ca9ea66aaf
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 benchmark32.93
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables25
Number of constraints300
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension300
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/232084-1170106498/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/232084-1170106498/unknown.xml [Mon Jan 29 22:35:01 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/232084-1170106498/unknown.xml /tmp/evaluation/232084-1170106498/sugar15864.csp [Mon Jan 29 22:35:01 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/232084-1170106498/sugar-v0-40.jar -convert /tmp/evaluation/232084-1170106498/unknown.xml /tmp/evaluation/232084-1170106498/sugar15864.csp
0.18	c BEGIN convert /tmp/evaluation/232084-1170106498/unknown.xml
0.70	c END convert (0.5165 seconds)
0.72	c # CONVERT_XML  END : /tmp/evaluation/232084-1170106498/sugar15864.csp 1429321 bytes (0 seconds) [Mon Jan 29 22:35:01 2007]
0.72	c # CONVERT_XML  CPU : 0.62 = 0 + 0 + 0.57 + 0.05
0.72	
0.72	c # GENERATE_SAT  BEGIN : /tmp/evaluation/232084-1170106498/sugar15864.bcnf [Mon Jan 29 22:35:01 2007]
0.72	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/232084-1170106498/sugar-v0-40.jar -bcnf -map /tmp/evaluation/232084-1170106498/sugar15864.map /tmp/evaluation/232084-1170106498/sugar15864.csp /tmp/evaluation/232084-1170106498/sugar15864.bcnf
0.83	c BEGIN parse /tmp/evaluation/232084-1170106498/sugar15864.csp
5.86	c END parse (5.028322 seconds)
5.86	c BEGIN simplify
5.89	c END simplify (0.034024 seconds)
5.89	c BEGIN encode /tmp/evaluation/232084-1170106498/sugar15864.bcnf
6.15	c END encode (0.259037 seconds)
6.22	c # GENERATE_SAT  END : 600 variables 44675 clauses 861048 bytes (6 seconds) [Mon Jan 29 22:35:07 2007]
6.22	c # GENERATE_SAT  CPU : 5.42 = 0 + 0 + 5.28 + 0.14
6.22	
6.22	c # SOLVE_SAT  BEGIN : /tmp/evaluation/232084-1170106498/sugar15864.bcnf [Mon Jan 29 22:35:07 2007]
6.22	c # CMD : /tmp/evaluation/232084-1170106498/minisat /tmp/evaluation/232084-1170106498/sugar15864.bcnf /tmp/evaluation/232084-1170106498/sugar15864.out
6.24	c ==================================[MINISAT]===================================
6.24	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
6.24	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
6.24	c ==============================================================================
6.24	c |         0 |   44675   170581 |   14891       0        0     nan |  0.000 % |
6.27	c |       100 |   44675   170581 |   16380     100      880     8.8 |  0.000 % |
6.30	c |       250 |   44675   170581 |   18018     250     2364     9.5 |  0.014 % |
6.35	c |       475 |   44675   170581 |   19819     475     4385     9.2 |  0.014 % |
6.42	c |       812 |   44675   170581 |   21801     812     7557     9.3 |  0.014 % |
6.54	c |      1318 |   44675   170581 |   23982    1318    12235     9.3 |  0.014 % |
6.70	c |      2077 |   44676   170581 |   26380    2076    19652     9.5 |  0.006 % |
6.98	c |      3217 |   44676   170581 |   29018    3216    31001     9.6 |  0.011 % |
7.40	c |      4925 |   44677   170581 |   31920    4923    49008    10.0 |  0.011 % |
8.01	c |      7487 |   44677   170581 |   35112    7485    78822    10.5 |  0.011 % |
9.00	c |     11331 |   44679   170581 |   38623   11327   124463    11.0 |  0.006 % |
10.67	c |     17097 |   44679   170581 |   42485   17093   193691    11.3 |  0.012 % |
13.67	c |     25746 |   44682   170581 |   46734   25739   300596    11.7 |  0.010 % |
19.26	c |     38720 |   44687   170581 |   51407   38708   470349    12.2 |  0.011 % |
29.69	c |     58183 |   44691   170581 |   56548   19966   250281    12.5 |  0.010 % |
43.59	c |     87375 |   44699   170581 |   62203   49150   646308    13.1 |  0.011 % |
66.09	c |    131165 |   44702   170581 |   68423   44153   634319    14.4 |  0.011 % |
104.12	c |    196849 |   44716   170581 |   75266   57219   768629    13.4 |  0.007 % |
165.48	c |    295375 |   44726   170581 |   82792   33177   419432    12.6 |  0.007 % |
255.49	c |    443165 |   44732   170581 |   91072   45600   650903    14.3 |  0.012 % |
403.66	c |    664849 |   44748   170581 |  100179   42447   653384    15.4 |  0.012 % |
657.70	c |    997374 |   44758   170581 |  110197   40656   566285    13.9 |  0.013 % |
1064.31	c |   1496163 |   44764   170581 |  121216   76966  1144750    14.9 |  0.003 % |
1666.87	c |   2244345 |   44633   170182 |  133338   32288   488222    15.1 |  0.167 % |
1809.65	s UNKNOWN
1809.65	c # ERROR No such file or directory /tmp/evaluation/232084-1170106498/sugar15864.out, at /tmp/evaluation/232084-1170106498/sugar line 393.
1809.65	
1809.65	c # MAIN  END :  (1809 seconds) [Mon Jan 29 23:05:10 2007]
1809.65	c # MAIN  CPU : 1800.05 = 0 + 0 + 1799.42 + 0.63
1809.65	

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/node23/watcher-232084-1170106498 -o ROOT/results/node23/solver-232084-1170106498 -C 1800 -M 900 /tmp/evaluation/232084-1170106498/solver /tmp/evaluation/232084-1170106498 /tmp/evaluation/232084-1170106498/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.10 2.98 3.06 3/94 15865
/proc/meminfo: memFree=934720/2055920 swapFree=4192956/4192956
[pid=15864] ppid=15862 vsize=18540 CPUtime=0
/proc/15864/stat : 15864 (runsolver) R 15862 15864 15162 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 30603932 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 238487661863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15864/statm: 4635 279 244 17 0 2626 0

[startup+0.102471 s]
/proc/loadavg: 2.10 2.98 3.06 3/94 15865
/proc/meminfo: memFree=934720/2055920 swapFree=4192956/4192956
[pid=15864] ppid=15862 vsize=13724 CPUtime=0.03
/proc/15864/stat : 15864 (sugar) S 15862 15864 15162 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 30603932 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15864/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.510514 s]
/proc/loadavg: 2.10 2.98 3.06 3/94 15865
/proc/meminfo: memFree=934720/2055920 swapFree=4192956/4192956
[pid=15864] ppid=15862 vsize=13724 CPUtime=0.03
/proc/15864/stat : 15864 (sugar) S 15862 15864 15162 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30603932 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15864/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33161 s]
/proc/loadavg: 2.10 2.98 3.06 4/102 15881
/proc/meminfo: memFree=911168/2055920 swapFree=4192956/4192956
[pid=15864] ppid=15862 vsize=13724 CPUtime=0.65
/proc/15864/stat : 15864 (sugar) S 15862 15864 15162 0 -1 4194304 1190 7599 0 1 3 0 57 5 15 0 1 0 30603932 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15864/statm: 3431 809 371 3 0 531 0
[pid=15874] ppid=15864 vsize=807064 CPUtime=0.59
/proc/15874/stat : 15874 (java) R 15864 15864 15162 0 -1 0 7752 0 1 0 55 4 0 0 25 0 8 0 30604004 826433536 7499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15874/statm: 201766 7499 1494 14 0 189044 0
[pid=15874/tid=15875] ppid=15864 vsize=807064 CPUtime=0.09
/proc/15874/task/15875/stat : 15875 (java) R 15864 15864 15162 0 -1 64 1698 0 0 0 9 0 0 0 16 0 8 0 30604007 826433536 7499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827336 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15874/tid=15876] ppid=15864 vsize=807064 CPUtime=0
/proc/15874/task/15876/stat : 15876 (java) S 15864 15864 15162 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30604008 826433536 7499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15874/tid=15877] ppid=15864 vsize=807064 CPUtime=0
/proc/15874/task/15877/stat : 15877 (java) S 15864 15864 15162 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30604008 826433536 7499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15874/tid=15878] ppid=15864 vsize=807064 CPUtime=0
/proc/15874/task/15878/stat : 15878 (java) S 15864 15864 15162 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 30604011 826433536 7499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15874/tid=15879] ppid=15864 vsize=807064 CPUtime=0.05
/proc/15874/task/15879/stat : 15879 (java) S 15864 15864 15162 0 -1 64 292 0 0 0 5 0 0 0 18 0 8 0 30604011 826433536 7499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15874/tid=15880] ppid=15864 vsize=807064 CPUtime=0
/proc/15874/task/15880/stat : 15880 (java) S 15864 15864 15162 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 30604011 826433536 7499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15874/tid=15881] ppid=15864 vsize=807064 CPUtime=0
/proc/15874/task/15881/stat : 15881 (java) S 15864 15864 15162 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30604011 826433536 7499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 820788

[startup+2.96881 s]
/proc/loadavg: 2.10 2.98 3.06 4/102 15881
/proc/meminfo: memFree=892096/2055920 swapFree=4192956/4192956
[pid=15864] ppid=15862 vsize=13724 CPUtime=0.65
/proc/15864/stat : 15864 (sugar) S 15862 15864 15162 0 -1 4194304 1190 7599 0 1 3 0 57 5 15 0 1 0 30603932 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15864/statm: 3431 809 371 3 0 531 0
[pid=15874] ppid=15864 vsize=807336 CPUtime=2.22
/proc/15874/stat : 15874 (java) R 15864 15864 15162 0 -1 0 13831 0 1 0 214 8 0 0 25 0 8 0 30604004 826712064 13564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155213309 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15874/statm: 201834 13564 1506 14 0 189112 0
[pid=15874/tid=15875] ppid=15864 vsize=807336 CPUtime=0.52
/proc/15874/task/15875/stat : 15875 (java) S 15864 15864 15162 0 -1 64 7630 0 0 0 49 3 0 0 16 0 8 0 30604007 826712064 13564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15874/tid=15876] ppid=15864 vsize=807336 CPUtime=0
/proc/15874/task/15876/stat : 15876 (java) S 15864 15864 15162 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30604008 826712064 13564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15874/tid=15877] ppid=15864 vsize=807336 CPUtime=0
/proc/15874/task/15877/stat : 15877 (java) S 15864 15864 15162 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30604008 826712064 13564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15874/tid=15878] ppid=15864 vsize=807336 CPUtime=0
/proc/15874/task/15878/stat : 15878 (java) S 15864 15864 15162 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 30604011 826712064 13564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15874/tid=15879] ppid=15864 vsize=807336 CPUtime=0.12
/proc/15874/task/15879/stat : 15879 (java) S 15864 15864 15162 0 -1 64 400 0 0 0 12 0 0 0 16 0 8 0 30604011 826712064 13564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15874/tid=15880] ppid=15864 vsize=807336 CPUtime=0
/proc/15874/task/15880/stat : 15880 (java) S 15864 15864 15162 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 30604011 826712064 13564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15874/tid=15881] ppid=15864 vsize=807336 CPUtime=0
/proc/15874/task/15881/stat : 15881 (java) S 15864 15864 15162 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30604011 826712064 13564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 821060

[startup+6.18216 s]
/proc/loadavg: 2.10 2.97 3.06 3/102 15881
/proc/meminfo: memFree=857856/2055920 swapFree=4192956/4192956
[pid=15864] ppid=15862 vsize=13724 CPUtime=0.65
/proc/15864/stat : 15864 (sugar) S 15862 15864 15162 0 -1 4194304 1190 7599 0 1 3 0 57 5 16 0 1 0 30603932 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15864/statm: 3431 809 371 3 0 531 0
[pid=15874] ppid=15864 vsize=807336 CPUtime=5.39
/proc/15874/stat : 15874 (java) S 15864 15864 15162 0 -1 0 22355 0 1 0 527 12 0 0 25 0 8 0 30604004 826712064 22055 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15874/statm: 201834 22055 1513 14 0 189112 0
[pid=15874/tid=15875] ppid=15864 vsize=807336 CPUtime=0.95
/proc/15874/task/15875/stat : 15875 (java) S 15864 15864 15162 0 -1 64 16082 0 0 0 89 6 0 0 16 0 8 0 30604007 826712064 22055 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15874/tid=15876] ppid=15864 vsize=807336 CPUtime=0
/proc/15874/task/15876/stat : 15876 (java) S 15864 15864 15162 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30604008 826712064 22055 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15874/tid=15877] ppid=15864 vsize=807336 CPUtime=0
/proc/15874/task/15877/stat : 15877 (java) S 15864 15864 15162 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30604008 826712064 22055 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15874/tid=15878] ppid=15864 vsize=807336 CPUtime=0
/proc/15874/task/15878/stat : 15878 (java) S 15864 15864 15162 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 30604011 826712064 22055 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15874/tid=15879] ppid=15864 vsize=807336 CPUtime=0.14
/proc/15874/task/15879/stat : 15879 (java) S 15864 15864 15162 0 -1 64 410 0 0 0 14 0 0 0 16 0 8 0 30604011 826712064 22055 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15874/tid=15880] ppid=15864 vsize=807336 CPUtime=0
/proc/15874/task/15880/stat : 15880 (java) S 15864 15864 15162 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 30604011 826712064 22055 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15874/tid=15881] ppid=15864 vsize=807336 CPUtime=0
/proc/15874/task/15881/stat : 15881 (java) S 15864 15864 15162 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30604011 826712064 22055 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 821060

[startup+12.6509 s]
/proc/loadavg: 2.09 2.95 3.05 3/95 15882
/proc/meminfo: memFree=926712/2055920 swapFree=4192956/4192956
[pid=15864] ppid=15862 vsize=13724 CPUtime=6.07
/proc/15864/stat : 15864 (sugar) S 15862 15864 15162 0 -1 4194304 1276 29962 0 2 3 0 585 19 16 0 1 0 30603932 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15864/statm: 3431 815 373 3 0 531 0
[pid=15882] ppid=15864 vsize=5468 CPUtime=6.39
/proc/15882/stat : 15882 (minisat) R 15864 15864 15162 0 -1 0 1229 0 0 0 639 0 0 0 25 0 1 0 30604554 5599232 1004 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/15882/statm: 1367 1004 51 112 0 1251 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 19192

[startup+25.4923 s]
/proc/loadavg: 2.07 2.90 3.03 3/95 15882
/proc/meminfo: memFree=924728/2055920 swapFree=4192956/4192956
[pid=15864] ppid=15862 vsize=13724 CPUtime=6.07
/proc/15864/stat : 15864 (sugar) S 15862 15864 15162 0 -1 4194304 1276 29962 0 2 3 0 585 19 16 0 1 0 30603932 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15864/statm: 3431 815 373 3 0 531 0
[pid=15882] ppid=15864 vsize=7684 CPUtime=19.17
/proc/15882/stat : 15882 (minisat) R 15864 15864 15162 0 -1 0 1785 0 0 0 1916 1 0 0 25 0 1 0 30604554 7868416 1560 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/15882/statm: 1921 1560 51 112 0 1805 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 21408

[startup+51.1642 s]
/proc/loadavg: 2.04 2.83 3.00 3/95 15882
/proc/meminfo: memFree=923128/2055920 swapFree=4192956/4192956
[pid=15864] ppid=15862 vsize=13724 CPUtime=6.07
/proc/15864/stat : 15864 (sugar) S 15862 15864 15162 0 -1 4194304 1276 29962 0 2 3 0 585 19 16 0 1 0 30603932 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15864/statm: 3431 815 373 3 0 531 0
[pid=15882] ppid=15864 vsize=9288 CPUtime=44.72
/proc/15882/stat : 15882 (minisat) R 15864 15864 15162 0 -1 0 2180 0 0 0 4470 2 0 0 25 0 1 0 30604554 9510912 1955 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 1 0 0
/proc/15882/statm: 2322 1955 51 112 0 2206 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 23012

[startup+102.398 s]
/proc/loadavg: 2.02 2.70 2.95 3/95 15884
/proc/meminfo: memFree=921400/2055920 swapFree=4192956/4192956
[pid=15864] ppid=15862 vsize=13724 CPUtime=6.07
/proc/15864/stat : 15864 (sugar) S 15862 15864 15162 0 -1 4194304 1276 29962 0 2 3 0 585 19 16 0 1 0 30603932 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15864/statm: 3431 815 373 3 0 531 0
[pid=15882] ppid=15864 vsize=11124 CPUtime=95.7
/proc/15882/stat : 15882 (minisat) R 15864 15864 15162 0 -1 0 2613 0 0 0 9568 2 0 0 25 0 1 0 30604554 11390976 2388 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/15882/statm: 2781 2388 51 112 0 2665 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 24848

[startup+162.465 s]
/proc/loadavg: 2.00 2.57 2.89 3/95 15884
/proc/meminfo: memFree=920184/2055920 swapFree=4192956/4192956
[pid=15864] ppid=15862 vsize=13724 CPUtime=6.07
/proc/15864/stat : 15864 (sugar) S 15862 15864 15162 0 -1 4194304 1276 29962 0 2 3 0 585 19 16 0 1 0 30603932 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15864/statm: 3431 815 373 3 0 531 0
[pid=15882] ppid=15864 vsize=12340 CPUtime=155.49
/proc/15882/stat : 15882 (minisat) R 15864 15864 15162 0 -1 0 2917 0 0 0 15546 3 0 0 25 0 1 0 30604554 12636160 2692 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/15882/statm: 3085 2692 51 112 0 2969 0
Current children cumulated CPU time (s) 161.56
Current children cumulated vsize (KiB) 26064

[startup+222.527 s]
/proc/loadavg: 2.05 2.48 2.83 3/95 15884
/proc/meminfo: memFree=918712/2055920 swapFree=4192956/4192956
[pid=15864] ppid=15862 vsize=13724 CPUtime=6.07
/proc/15864/stat : 15864 (sugar) S 15862 15864 15162 0 -1 4194304 1276 29962 0 2 3 0 585 19 16 0 1 0 30603932 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15864/statm: 3431 815 373 3 0 531 0
[pid=15882] ppid=15864 vsize=13860 CPUtime=215.28
/proc/15882/stat : 15882 (minisat) R 15864 15864 15162 0 -1 0 3282 0 0 0 21524 4 0 0 25 0 1 0 30604554 14192640 3057 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/15882/statm: 3465 3057 51 112 0 3349 0
Current children cumulated CPU time (s) 221.35
Current children cumulated vsize (KiB) 27584

[startup+282.597 s]
/proc/loadavg: 2.10 2.41 2.78 3/95 15884
/proc/meminfo: memFree=916856/2055920 swapFree=4192956/4192956
[pid=15864] ppid=15862 vsize=13724 CPUtime=6.07
/proc/15864/stat : 15864 (sugar) S 15862 15864 15162 0 -1 4194304 1276 29962 0 2 3 0 585 19 16 0 1 0 30603932 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15864/statm: 3431 815 373 3 0 531 0
[pid=15882] ppid=15864 vsize=14620 CPUtime=275.06
/proc/15882/stat : 15882 (minisat) R 15864 15864 15162 0 -1 0 3491 0 0 0 27502 4 0 0 25 0 1 0 30604554 14970880 3266 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528429 0 0 4096 3 0 0 0 17 1 0 0
/proc/15882/statm: 3655 3266 51 112 0 3539 0
Current children cumulated CPU time (s) 281.13
Current children cumulated vsize (KiB) 28344

[startup+342.665 s]
/proc/loadavg: 2.03 2.33 2.73 3/95 15884
/proc/meminfo: memFree=908856/2055920 swapFree=4192956/4192956
[pid=15864] ppid=15862 vsize=13724 CPUtime=6.07

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

/proc/15864/stat : 15864 (sugar) S 15862 15864 15162 0 -1 4194304 1276 29962 0 2 3 0 585 19 16 0 1 0 30603932 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15864/statm: 3431 815 373 3 0 531 0
[pid=15882] ppid=15864 vsize=23576 CPUtime=1051.84
/proc/15882/stat : 15882 (minisat) R 15864 15864 15162 0 -1 0 5614 0 0 0 105170 14 0 0 25 0 1 0 30604554 24141824 5389 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528368 0 0 4096 3 0 0 0 17 0 0 0
/proc/15882/statm: 5894 5389 51 112 0 5778 0
Current children cumulated CPU time (s) 1057.91
Current children cumulated vsize (KiB) 37300

[startup+1123.57 s]
/proc/loadavg: 2.08 2.04 2.31 3/88 15951
/proc/meminfo: memFree=1076656/2055920 swapFree=4192956/4192956
[pid=15864] ppid=15862 vsize=13724 CPUtime=6.07
/proc/15864/stat : 15864 (sugar) S 15862 15864 15162 0 -1 4194304 1276 29962 0 2 3 0 585 19 16 0 1 0 30603932 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15864/statm: 3431 815 373 3 0 531 0
[pid=15882] ppid=15864 vsize=23988 CPUtime=1111.59
/proc/15882/stat : 15882 (minisat) R 15864 15864 15162 0 -1 0 5737 0 0 0 111145 14 0 0 25 0 1 0 30604554 24563712 5512 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/15882/statm: 5997 5512 51 112 0 5881 0
Current children cumulated CPU time (s) 1117.66
Current children cumulated vsize (KiB) 37712

[startup+1183.64 s]
/proc/loadavg: 2.03 2.03 2.29 3/88 15951
/proc/meminfo: memFree=1076080/2055920 swapFree=4192956/4192956
[pid=15864] ppid=15862 vsize=13724 CPUtime=6.07
/proc/15864/stat : 15864 (sugar) S 15862 15864 15162 0 -1 4194304 1276 29962 0 2 3 0 585 19 16 0 1 0 30603932 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15864/statm: 3431 815 373 3 0 531 0
[pid=15882] ppid=15864 vsize=24652 CPUtime=1171.36
/proc/15882/stat : 15882 (minisat) R 15864 15864 15162 0 -1 0 5872 0 0 0 117122 14 0 0 25 0 1 0 30604554 25243648 5647 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 0 0 0
/proc/15882/statm: 6163 5647 51 112 0 6047 0
Current children cumulated CPU time (s) 1177.43
Current children cumulated vsize (KiB) 38376

[startup+1243.72 s]
/proc/loadavg: 2.01 2.02 2.27 3/88 15951
/proc/meminfo: memFree=1075824/2055920 swapFree=4192956/4192956
[pid=15864] ppid=15862 vsize=13724 CPUtime=6.07
/proc/15864/stat : 15864 (sugar) S 15862 15864 15162 0 -1 4194304 1276 29962 0 2 3 0 585 19 16 0 1 0 30603932 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15864/statm: 3431 815 373 3 0 531 0
[pid=15882] ppid=15864 vsize=24848 CPUtime=1231.1
/proc/15882/stat : 15882 (minisat) R 15864 15864 15162 0 -1 0 5925 0 0 0 123095 15 0 0 25 0 1 0 30604554 25444352 5700 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/15882/statm: 6212 5700 51 112 0 6096 0
Current children cumulated CPU time (s) 1237.17
Current children cumulated vsize (KiB) 38572

[startup+1303.78 s]
/proc/loadavg: 2.00 2.02 2.25 3/88 15951
/proc/meminfo: memFree=1075504/2055920 swapFree=4192956/4192956
[pid=15864] ppid=15862 vsize=13724 CPUtime=6.07
/proc/15864/stat : 15864 (sugar) S 15862 15864 15162 0 -1 4194304 1276 29962 0 2 3 0 585 19 16 0 1 0 30603932 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15864/statm: 3431 815 373 3 0 531 0
[pid=15882] ppid=15864 vsize=25168 CPUtime=1290.85
/proc/15882/stat : 15882 (minisat) R 15864 15864 15162 0 -1 0 6003 0 0 0 129070 15 0 0 25 0 1 0 30604554 25772032 5778 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/15882/statm: 6292 5778 51 112 0 6176 0
Current children cumulated CPU time (s) 1296.92
Current children cumulated vsize (KiB) 38892

[startup+1363.85 s]
/proc/loadavg: 2.00 2.01 2.23 3/88 15951
/proc/meminfo: memFree=1074928/2055920 swapFree=4192956/4192956
[pid=15864] ppid=15862 vsize=13724 CPUtime=6.07
/proc/15864/stat : 15864 (sugar) S 15862 15864 15162 0 -1 4194304 1276 29962 0 2 3 0 585 19 16 0 1 0 30603932 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15864/statm: 3431 815 373 3 0 531 0
[pid=15882] ppid=15864 vsize=25760 CPUtime=1350.63
/proc/15882/stat : 15882 (minisat) R 15864 15864 15162 0 -1 0 6151 0 0 0 135047 16 0 0 25 0 1 0 30604554 26378240 5926 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/15882/statm: 6440 5926 51 112 0 6324 0
Current children cumulated CPU time (s) 1356.7
Current children cumulated vsize (KiB) 39484

[startup+1423.92 s]
/proc/loadavg: 2.00 2.01 2.21 3/88 15951
/proc/meminfo: memFree=1074672/2055920 swapFree=4192956/4192956
[pid=15864] ppid=15862 vsize=13724 CPUtime=6.07
/proc/15864/stat : 15864 (sugar) S 15862 15864 15162 0 -1 4194304 1276 29962 0 2 3 0 585 19 16 0 1 0 30603932 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15864/statm: 3431 815 373 3 0 531 0
[pid=15882] ppid=15864 vsize=26044 CPUtime=1410.37
/proc/15882/stat : 15882 (minisat) R 15864 15864 15162 0 -1 0 6203 0 0 0 141021 16 0 0 25 0 1 0 30604554 26669056 5978 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/15882/statm: 6511 5978 51 112 0 6395 0
Current children cumulated CPU time (s) 1416.44
Current children cumulated vsize (KiB) 39768

[startup+1483.99 s]
/proc/loadavg: 2.04 2.02 2.20 3/88 15951
/proc/meminfo: memFree=1074416/2055920 swapFree=4192956/4192956
[pid=15864] ppid=15862 vsize=13724 CPUtime=6.07
/proc/15864/stat : 15864 (sugar) S 15862 15864 15162 0 -1 4194304 1276 29962 0 2 3 0 585 19 16 0 1 0 30603932 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15864/statm: 3431 815 373 3 0 531 0
[pid=15882] ppid=15864 vsize=26228 CPUtime=1470.14
/proc/15882/stat : 15882 (minisat) R 15864 15864 15162 0 -1 0 6261 0 0 0 146997 17 0 0 25 0 1 0 30604554 26857472 6036 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/15882/statm: 6557 6036 51 112 0 6441 0
Current children cumulated CPU time (s) 1476.21
Current children cumulated vsize (KiB) 39952

[startup+1544.06 s]
/proc/loadavg: 2.01 2.01 2.18 3/88 15951
/proc/meminfo: memFree=1074224/2055920 swapFree=4192956/4192956
[pid=15864] ppid=15862 vsize=13724 CPUtime=6.07
/proc/15864/stat : 15864 (sugar) S 15862 15864 15162 0 -1 4194304 1276 29962 0 2 3 0 585 19 16 0 1 0 30603932 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15864/statm: 3431 815 373 3 0 531 0
[pid=15882] ppid=15864 vsize=26368 CPUtime=1529.91
/proc/15882/stat : 15882 (minisat) R 15864 15864 15162 0 -1 0 6305 0 0 0 152973 18 0 0 25 0 1 0 30604554 27000832 6080 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/15882/statm: 6592 6080 51 112 0 6476 0
Current children cumulated CPU time (s) 1535.98
Current children cumulated vsize (KiB) 40092

[startup+1604.15 s]
/proc/loadavg: 2.00 2.00 2.17 3/94 16063
/proc/meminfo: memFree=1072696/2055920 swapFree=4192956/4192956
[pid=15864] ppid=15862 vsize=13724 CPUtime=6.07
/proc/15864/stat : 15864 (sugar) S 15862 15864 15162 0 -1 4194304 1276 29962 0 2 3 0 585 19 16 0 1 0 30603932 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15864/statm: 3431 815 373 3 0 531 0
[pid=15882] ppid=15864 vsize=26596 CPUtime=1589.61
/proc/15882/stat : 15882 (minisat) R 15864 15864 15162 0 -1 0 6330 0 0 0 158935 26 0 0 25 0 1 0 30604554 27234304 6105 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/15882/statm: 6649 6105 51 112 0 6533 0
Current children cumulated CPU time (s) 1595.68
Current children cumulated vsize (KiB) 40320

[startup+1664.25 s]
/proc/loadavg: 2.07 2.02 2.16 3/88 16149
/proc/meminfo: memFree=1073328/2055920 swapFree=4192956/4192956
[pid=15864] ppid=15862 vsize=13724 CPUtime=6.07
/proc/15864/stat : 15864 (sugar) S 15862 15864 15162 0 -1 4194304 1276 29962 0 2 3 0 585 19 16 0 1 0 30603932 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15864/statm: 3431 815 373 3 0 531 0
[pid=15882] ppid=15864 vsize=26760 CPUtime=1649.36
/proc/15882/stat : 15882 (minisat) R 15864 15864 15162 0 -1 0 6397 0 0 0 164894 42 0 0 25 0 1 0 30604554 27402240 6172 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/15882/statm: 6690 6172 51 112 0 6574 0
Current children cumulated CPU time (s) 1655.43
Current children cumulated vsize (KiB) 40484

[startup+1724.32 s]
/proc/loadavg: 2.10 2.03 2.16 3/88 16149
/proc/meminfo: memFree=1073264/2055920 swapFree=4192956/4192956
[pid=15864] ppid=15862 vsize=13724 CPUtime=6.07
/proc/15864/stat : 15864 (sugar) S 15862 15864 15162 0 -1 4194304 1276 29962 0 2 3 0 585 19 16 0 1 0 30603932 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15864/statm: 3431 815 373 3 0 531 0
[pid=15882] ppid=15864 vsize=27056 CPUtime=1709.12
/proc/15882/stat : 15882 (minisat) R 15864 15864 15162 0 -1 0 6439 0 0 0 170869 43 0 0 25 0 1 0 30604554 27705344 6214 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/15882/statm: 6764 6214 51 112 0 6648 0
Current children cumulated CPU time (s) 1715.19
Current children cumulated vsize (KiB) 40780

[startup+1784.38 s]
/proc/loadavg: 2.03 2.02 2.15 3/88 16149
/proc/meminfo: memFree=1072688/2055920 swapFree=4192956/4192956
[pid=15864] ppid=15862 vsize=13724 CPUtime=6.07
/proc/15864/stat : 15864 (sugar) S 15862 15864 15162 0 -1 4194304 1276 29962 0 2 3 0 585 19 16 0 1 0 30603932 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15864/statm: 3431 815 373 3 0 531 0
[pid=15882] ppid=15864 vsize=27500 CPUtime=1768.86
/proc/15882/stat : 15882 (minisat) R 15864 15864 15162 0 -1 0 6582 0 0 0 176843 43 0 0 25 0 1 0 30604554 28160000 6357 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/15882/statm: 6875 6357 51 112 0 6759 0
Current children cumulated CPU time (s) 1774.93
Current children cumulated vsize (KiB) 41224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.64 s]
/proc/loadavg: 2.02 2.02 2.14 3/88 16149
/proc/meminfo: memFree=1072560/2055920 swapFree=4192956/4192956
[pid=15864] ppid=15862 vsize=13724 CPUtime=6.07
/proc/15864/stat : 15864 (sugar) S 15862 15864 15162 0 -1 4194304 1276 29962 0 2 3 0 585 19 16 0 1 0 30603932 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15864/statm: 3431 815 373 3 0 531 0
[pid=15882] ppid=15864 vsize=27664 CPUtime=1794
/proc/15882/stat : 15882 (minisat) R 15864 15864 15162 0 -1 0 6625 0 0 0 179357 43 0 0 25 0 1 0 30604554 28327936 6400 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/15882/statm: 6916 6400 51 112 0 6800 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 41388

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

Child status: 1
Real time (s): 1809.66
CPU time (s): 1800.11
CPU user time (s): 1799.46
CPU system time (s): 0.644901
CPU usage (%): 99.4724
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.46
system time used= 0.644901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37952
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= 1664
involuntary context switches= 47090

runsolver used 2.15867 s user time and 5.30619 s system time

The end

Launcher Data (download as text)

Begin job on node23 on Mon Jan 29 21:34:59 UTC 2007


IDJOB= 232084
IDBENCH= 6499
IDSOLVER= 86
FILE ID= node23/232084-1170106498

PBS_JOBID= 3689772

Free space on /tmp= 66560 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-25/rand-25-25-300-147-52021_ext.xml
COMMAND LINE= /tmp/evaluation/232084-1170106498/solver /tmp/evaluation/232084-1170106498 /tmp/evaluation/232084-1170106498/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-232084-1170106498 -o ROOT/results/node23/solver-232084-1170106498 -C 1800 -M 900  /tmp/evaluation/232084-1170106498/solver /tmp/evaluation/232084-1170106498 /tmp/evaluation/232084-1170106498/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  79b99f3968dd554a3eaf36ca9ea66aaf

RANDOM SEED= 483938458

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.216
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.216
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:        935200 kB
Buffers:         52652 kB
Cached:         333860 kB
SwapCached:          0 kB
Active:         815892 kB
Inactive:       232404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        935200 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1140 kB
Writeback:           0 kB
Mapped:         687340 kB
Slab:            56200 kB
Committed_AS:  1087032 kB
PageTables:       3284 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= 66449 MiB



End job on node23 on Mon Jan 29 22:05:11 UTC 2007