Trace number 232065

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 1811.15

General information on the benchmark

Namerandom/rand-2-25/
rand-25-25-300-147-51021_ext.xml
MD5SUMa6796d1a4a021a8d73019bb1709f2bc1
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 benchmark11.7382
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/232065-1170106498/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/232065-1170106498/unknown.xml [Mon Jan 29 22:35:01 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/232065-1170106498/unknown.xml /tmp/evaluation/232065-1170106498/sugar28672.csp [Mon Jan 29 22:35:01 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/232065-1170106498/sugar-v0-40.jar -convert /tmp/evaluation/232065-1170106498/unknown.xml /tmp/evaluation/232065-1170106498/sugar28672.csp
0.17	c BEGIN convert /tmp/evaluation/232065-1170106498/unknown.xml
0.72	c END convert (0.550938 seconds)
0.75	c # CONVERT_XML  END : /tmp/evaluation/232065-1170106498/sugar28672.csp 1429204 bytes (0 seconds) [Mon Jan 29 22:35:01 2007]
0.75	c # CONVERT_XML  CPU : 0.66 = 0 + 0 + 0.6 + 0.06
0.75	
0.75	c # GENERATE_SAT  BEGIN : /tmp/evaluation/232065-1170106498/sugar28672.bcnf [Mon Jan 29 22:35:01 2007]
0.75	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/232065-1170106498/sugar-v0-40.jar -bcnf -map /tmp/evaluation/232065-1170106498/sugar28672.map /tmp/evaluation/232065-1170106498/sugar28672.csp /tmp/evaluation/232065-1170106498/sugar28672.bcnf
0.87	c BEGIN parse /tmp/evaluation/232065-1170106498/sugar28672.csp
6.30	c END parse (5.423566 seconds)
6.30	c BEGIN simplify
6.33	c END simplify (0.034296 seconds)
6.33	c BEGIN encode /tmp/evaluation/232065-1170106498/sugar28672.bcnf
6.59	c END encode (0.255821 seconds)
6.62	c # GENERATE_SAT  END : 600 variables 44675 clauses 860460 bytes (6 seconds) [Mon Jan 29 22:35:07 2007]
6.62	c # GENERATE_SAT  CPU : 5.82 = 0 + 0 + 5.69 + 0.13
6.62	
6.62	c # SOLVE_SAT  BEGIN : /tmp/evaluation/232065-1170106498/sugar28672.bcnf [Mon Jan 29 22:35:07 2007]
6.62	c # CMD : /tmp/evaluation/232065-1170106498/minisat /tmp/evaluation/232065-1170106498/sugar28672.bcnf /tmp/evaluation/232065-1170106498/sugar28672.out
6.64	c ==================================[MINISAT]===================================
6.64	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
6.64	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
6.64	c ==============================================================================
6.64	c |         0 |   44675   170434 |   14891       0        0     nan |  0.000 % |
6.67	c |       101 |   44675   170434 |   16380     101      978     9.7 |  0.000 % |
6.70	c |       252 |   44675   170434 |   18018     252     2593    10.3 |  0.014 % |
6.73	c |       478 |   44675   170434 |   19819     478     4736     9.9 |  0.014 % |
6.79	c |       816 |   44675   170434 |   21801     816     7939     9.7 |  0.014 % |
6.88	c |      1322 |   44675   170434 |   23982    1322    13311    10.1 |  0.009 % |
7.03	c |      2081 |   44676   170434 |   26380    2080    21226    10.2 |  0.014 % |
7.26	c |      3220 |   44677   170434 |   29018    3218    33816    10.5 |  0.009 % |
7.63	c |      4928 |   44677   170434 |   31920    4926    52308    10.6 |  0.006 % |
8.22	c |      7490 |   44677   170434 |   35112    7488    83286    11.1 |  0.014 % |
9.10	c |     11335 |   44678   170434 |   38623   11332   131570    11.6 |  0.014 % |
10.74	c |     17101 |   44678   170434 |   42485   17098   204682    12.0 |  0.009 % |
13.72	c |     25750 |   44680   170434 |   46734   25745   311476    12.1 |  0.009 % |
19.13	c |     38725 |   44683   170434 |   51407   38717   483307    12.5 |  0.010 % |
27.97	c |     58187 |   44686   170434 |   56548   19634   253164    12.9 |  0.010 % |
40.12	c |     87379 |   44688   170434 |   62203   48824   646627    13.2 |  0.004 % |
59.82	c |    131168 |   44692   170434 |   68423   43315   596489    13.8 |  0.014 % |
95.08	c |    196854 |   44694   170434 |   75266   54969   734469    13.4 |  0.014 % |
154.18	c |    295381 |   44696   170434 |   82792   32758   423368    12.9 |  0.015 % |
244.38	c |    443171 |   44698   170434 |   91072   45708   653669    14.3 |  0.015 % |
381.49	c |    664854 |   44702   170434 |  100179   42237   580390    13.7 |  0.015 % |
609.76	c |    997379 |   44706   170434 |  110197   46399   720823    15.5 |  0.016 % |
968.12	c |   1496167 |   44579   170071 |  121216   47390   713167    15.0 |  0.167 % |
1544.35	c |   2244350 |   44617   170071 |  133338   65304   965026    14.8 |  0.172 % |
1810.14	
1810.14	s UNKNOWN
1810.14	c # INTERRUPTED
1810.14	c # MAIN  END :  (1810 seconds) [Mon Jan 29 23:05:11 2007]
1810.14	c # MAIN  CPU : 6.49 = 0 + 0.01 + 6.29 + 0.19
1810.14	

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/node4/watcher-232065-1170106498 -o ROOT/results/node4/solver-232065-1170106498 -C 1800 -M 900 /tmp/evaluation/232065-1170106498/solver /tmp/evaluation/232065-1170106498 /tmp/evaluation/232065-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: 1.92 2.75 2.82 5/95 28673
/proc/meminfo: memFree=1768272/2055920 swapFree=4192812/4192956
[pid=28672] ppid=28670 vsize=18540 CPUtime=0
/proc/28672/stat : 28672 (runsolver) R 28670 28672 28057 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 30604916 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 259913215271 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28672/statm: 4635 279 244 17 0 2626 0

[startup+0.108115 s]
/proc/loadavg: 1.92 2.75 2.82 5/95 28673
/proc/meminfo: memFree=1768272/2055920 swapFree=4192812/4192956
[pid=28672] ppid=28670 vsize=13724 CPUtime=0.03
/proc/28672/stat : 28672 (sugar) S 28670 28672 28057 0 -1 4194304 1112 0 0 0 3 0 0 0 21 0 1 0 30604916 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28672/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.516151 s]
/proc/loadavg: 1.92 2.75 2.82 5/95 28673
/proc/meminfo: memFree=1768272/2055920 swapFree=4192812/4192956
[pid=28672] ppid=28670 vsize=13724 CPUtime=0.03
/proc/28672/stat : 28672 (sugar) S 28670 28672 28057 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30604916 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28672/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33722 s]
/proc/loadavg: 1.92 2.75 2.82 4/103 28689
/proc/meminfo: memFree=1735056/2055920 swapFree=4192812/4192956
[pid=28672] ppid=28670 vsize=13724 CPUtime=0.69
/proc/28672/stat : 28672 (sugar) S 28670 28672 28057 0 -1 4194304 1190 7601 0 1 3 0 60 6 15 0 1 0 30604916 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28672/statm: 3431 809 371 3 0 531 0
[pid=28682] ppid=28672 vsize=807064 CPUtime=0.55
/proc/28682/stat : 28682 (java) R 28672 28672 28057 0 -1 0 7734 0 1 0 52 3 0 0 18 0 8 0 30604992 826433536 7482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479415 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28682/statm: 201766 7482 1494 14 0 189044 0
[pid=28682/tid=28683] ppid=28672 vsize=807064 CPUtime=0.09
/proc/28682/task/28683/stat : 28683 (java) S 28672 28672 28057 0 -1 64 1680 0 0 0 8 1 0 0 16 0 8 0 30604995 826433536 7482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28682/tid=28684] ppid=28672 vsize=807064 CPUtime=0
/proc/28682/task/28684/stat : 28684 (java) S 28672 28672 28057 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30604996 826433536 7482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28682/tid=28685] ppid=28672 vsize=807064 CPUtime=0
/proc/28682/task/28685/stat : 28685 (java) S 28672 28672 28057 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30604996 826433536 7482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28682/tid=28686] ppid=28672 vsize=807064 CPUtime=0
/proc/28682/task/28686/stat : 28686 (java) S 28672 28672 28057 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30604999 826433536 7482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28682/tid=28687] ppid=28672 vsize=807064 CPUtime=0.05
/proc/28682/task/28687/stat : 28687 (java) R 28672 28672 28057 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 30604999 826433536 7482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28682/tid=28688] ppid=28672 vsize=807064 CPUtime=0
/proc/28682/task/28688/stat : 28688 (java) S 28672 28672 28057 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30604999 826433536 7482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28682/tid=28689] ppid=28672 vsize=807064 CPUtime=0
/proc/28682/task/28689/stat : 28689 (java) S 28672 28672 28057 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30604999 826433536 7482 18446744073709551615 134512640 134570532 4294956480 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.97542 s]
/proc/loadavg: 1.92 2.75 2.82 3/104 28698
/proc/meminfo: memFree=1781904/2055920 swapFree=4192812/4192956
[pid=28672] ppid=28670 vsize=13724 CPUtime=0.69
/proc/28672/stat : 28672 (sugar) S 28670 28672 28057 0 -1 4194304 1190 7601 0 1 3 0 60 6 15 0 1 0 30604916 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28672/statm: 3431 809 371 3 0 531 0
[pid=28682] ppid=28672 vsize=807328 CPUtime=2.2
/proc/28682/stat : 28682 (java) S 28672 28672 28057 0 -1 0 13549 0 1 0 212 8 0 0 17 0 8 0 30604992 826703872 13284 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28682/statm: 201832 13286 1506 14 0 189110 0
[pid=28682/tid=28683] ppid=28672 vsize=807328 CPUtime=0.52
/proc/28682/task/28683/stat : 28683 (java) R 28672 28672 28057 0 -1 64 7353 0 0 0 48 4 0 0 15 0 8 0 30604995 826703872 13288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153968433 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28682/tid=28684] ppid=28672 vsize=807328 CPUtime=0
/proc/28682/task/28684/stat : 28684 (java) S 28672 28672 28057 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30604996 826703872 13290 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28682/tid=28685] ppid=28672 vsize=807328 CPUtime=0
/proc/28682/task/28685/stat : 28685 (java) S 28672 28672 28057 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30604996 826703872 13293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28682/tid=28686] ppid=28672 vsize=807328 CPUtime=0
/proc/28682/task/28686/stat : 28686 (java) S 28672 28672 28057 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30604999 826703872 13295 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28682/tid=28687] ppid=28672 vsize=807328 CPUtime=0.13
/proc/28682/task/28687/stat : 28687 (java) S 28672 28672 28057 0 -1 64 400 0 0 0 13 0 0 0 16 0 8 0 30604999 826703872 13297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28682/tid=28688] ppid=28672 vsize=807328 CPUtime=0
/proc/28682/task/28688/stat : 28688 (java) S 28672 28672 28057 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30604999 826703872 13300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28682/tid=28689] ppid=28672 vsize=807328 CPUtime=0
/proc/28682/task/28689/stat : 28689 (java) S 28672 28672 28057 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30604999 826703872 13302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 821052

[startup+6.2767 s]
/proc/loadavg: 1.84 2.72 2.81 2/89 28706
/proc/meminfo: memFree=1757760/2055920 swapFree=4192812/4192956
[pid=28672] ppid=28670 vsize=13724 CPUtime=0.69
/proc/28672/stat : 28672 (sugar) S 28670 28672 28057 0 -1 4194304 1190 7601 0 1 3 0 60 6 15 0 1 0 30604916 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28672/statm: 3431 809 371 3 0 531 0
[pid=28682] ppid=28672 vsize=807328 CPUtime=5.48
/proc/28682/stat : 28682 (java) R 28672 28672 28057 0 -1 0 20589 0 1 0 537 11 0 0 17 0 8 0 30604992 826703872 20292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073707624 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28682/statm: 201832 20292 1506 14 0 189110 0
[pid=28682/tid=28683] ppid=28672 vsize=807328 CPUtime=0.87
/proc/28682/task/28683/stat : 28683 (java) S 28672 28672 28057 0 -1 64 14357 0 0 0 80 7 0 0 15 0 8 0 30604995 826703872 20292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28682/tid=28684] ppid=28672 vsize=807328 CPUtime=0
/proc/28682/task/28684/stat : 28684 (java) S 28672 28672 28057 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30604996 826703872 20292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28682/tid=28685] ppid=28672 vsize=807328 CPUtime=0
/proc/28682/task/28685/stat : 28685 (java) S 28672 28672 28057 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30604996 826703872 20292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28682/tid=28686] ppid=28672 vsize=807328 CPUtime=0
/proc/28682/task/28686/stat : 28686 (java) S 28672 28672 28057 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30604999 826703872 20292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28682/tid=28687] ppid=28672 vsize=807328 CPUtime=0.13
/proc/28682/task/28687/stat : 28687 (java) S 28672 28672 28057 0 -1 64 400 0 0 0 13 0 0 0 16 0 8 0 30604999 826703872 20292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28682/tid=28688] ppid=28672 vsize=807328 CPUtime=0
/proc/28682/task/28688/stat : 28688 (java) S 28672 28672 28057 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30604999 826703872 20292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28682/tid=28689] ppid=28672 vsize=807328 CPUtime=0
/proc/28682/task/28689/stat : 28689 (java) S 28672 28672 28057 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30604999 826703872 20292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 821052

[startup+12.7441 s]
/proc/loadavg: 1.77 2.69 2.80 2/82 28711
/proc/meminfo: memFree=1824376/2055920 swapFree=4192812/4192956
[pid=28672] ppid=28670 vsize=13724 CPUtime=6.52
/proc/28672/stat : 28672 (sugar) S 28670 28672 28057 0 -1 4194304 1276 29946 0 2 3 1 629 19 16 0 1 0 30604916 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28672/statm: 3431 815 373 3 0 531 0
[pid=28707] ppid=28672 vsize=5452 CPUtime=6.1
/proc/28707/stat : 28707 (minisat) R 28672 28672 28057 0 -1 0 1231 0 0 0 610 0 0 0 25 0 1 0 30605579 5582848 1006 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28707/statm: 1363 1006 51 112 0 1247 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 19176

[startup+25.5574 s]
/proc/loadavg: 1.91 2.68 2.79 3/95 28764
/proc/meminfo: memFree=1712784/2055920 swapFree=4192812/4192956
[pid=28672] ppid=28670 vsize=13724 CPUtime=6.52
/proc/28672/stat : 28672 (sugar) S 28670 28672 28057 0 -1 4194304 1276 29946 0 2 3 1 629 19 16 0 1 0 30604916 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28672/statm: 3431 815 373 3 0 531 0
[pid=28707] ppid=28672 vsize=7908 CPUtime=18.83
/proc/28707/stat : 28707 (minisat) R 28672 28672 28057 0 -1 0 1843 0 0 0 1882 1 0 0 25 0 1 0 30605579 8097792 1618 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528768 0 0 4096 3 0 0 0 17 0 0 0
/proc/28707/statm: 1977 1618 51 112 0 1861 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 21632

[startup+51.2258 s]
/proc/loadavg: 2.06 2.65 2.78 3/88 28765
/proc/meminfo: memFree=1046216/2055920 swapFree=4192812/4192956
[pid=28672] ppid=28670 vsize=13724 CPUtime=6.52
/proc/28672/stat : 28672 (sugar) S 28670 28672 28057 0 -1 4194304 1276 29946 0 2 3 1 629 19 16 0 1 0 30604916 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28672/statm: 3431 815 373 3 0 531 0
[pid=28707] ppid=28672 vsize=9596 CPUtime=44.39
/proc/28707/stat : 28707 (minisat) R 28672 28672 28057 0 -1 0 2223 0 0 0 4432 7 0 0 25 0 1 0 30605579 9826304 1998 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28707/statm: 2399 1998 51 112 0 2283 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 23320

[startup+102.456 s]
/proc/loadavg: 2.18 2.60 2.75 3/88 28837
/proc/meminfo: memFree=1051336/2055920 swapFree=4192812/4192956
[pid=28672] ppid=28670 vsize=13724 CPUtime=6.52
/proc/28672/stat : 28672 (sugar) S 28670 28672 28057 0 -1 4194304 1276 29946 0 2 3 1 629 19 16 0 1 0 30604916 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28672/statm: 3431 815 373 3 0 531 0
[pid=28707] ppid=28672 vsize=11076 CPUtime=95.31
/proc/28707/stat : 28707 (minisat) R 28672 28672 28057 0 -1 0 2584 0 0 0 9517 14 0 0 25 0 1 0 30605579 11341824 2359 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28707/statm: 2769 2359 51 112 0 2653 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 24800

[startup+162.529 s]
/proc/loadavg: 2.07 2.48 2.70 3/88 28837
/proc/meminfo: memFree=1050440/2055920 swapFree=4192812/4192956
[pid=28672] ppid=28670 vsize=13724 CPUtime=6.52
/proc/28672/stat : 28672 (sugar) S 28670 28672 28057 0 -1 4194304 1276 29946 0 2 3 1 629 19 16 0 1 0 30604916 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28672/statm: 3431 815 373 3 0 531 0
[pid=28707] ppid=28672 vsize=12184 CPUtime=155.05
/proc/28707/stat : 28707 (minisat) R 28672 28672 28057 0 -1 0 2869 0 0 0 15490 15 0 0 25 0 1 0 30605579 12476416 2644 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28707/statm: 3046 2644 51 112 0 2930 0
Current children cumulated CPU time (s) 161.57
Current children cumulated vsize (KiB) 25908

[startup+222.6 s]
/proc/loadavg: 2.02 2.39 2.66 3/88 28837
/proc/meminfo: memFree=1049160/2055920 swapFree=4192812/4192956
[pid=28672] ppid=28670 vsize=13724 CPUtime=6.52
/proc/28672/stat : 28672 (sugar) S 28670 28672 28057 0 -1 4194304 1276 29946 0 2 3 1 629 19 16 0 1 0 30604916 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28672/statm: 3431 815 373 3 0 531 0
[pid=28707] ppid=28672 vsize=13440 CPUtime=214.81
/proc/28707/stat : 28707 (minisat) R 28672 28672 28057 0 -1 0 3191 0 0 0 21465 16 0 0 25 0 1 0 30605579 13762560 2966 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 0 0 0
/proc/28707/statm: 3360 2966 51 112 0 3244 0
Current children cumulated CPU time (s) 221.33
Current children cumulated vsize (KiB) 27164

[startup+282.663 s]
/proc/loadavg: 2.05 2.33 2.62 3/89 28943
/proc/meminfo: memFree=1489984/2055920 swapFree=4192812/4192956
[pid=28672] ppid=28670 vsize=13724 CPUtime=6.52
/proc/28672/stat : 28672 (sugar) S 28670 28672 28057 0 -1 4194304 1276 29946 0 2 3 1 629 19 16 0 1 0 30604916 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28672/statm: 3431 815 373 3 0 531 0
[pid=28707] ppid=28672 vsize=14904 CPUtime=274.55
/proc/28707/stat : 28707 (minisat) R 28672 28672 28057 0 -1 0 3567 0 0 0 27433 22 0 0 25 0 1 0 30605579 15261696 3342 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 0 0 0
/proc/28707/statm: 3726 3342 51 112 0 3610 0
Current children cumulated CPU time (s) 281.07
Current children cumulated vsize (KiB) 28628

[startup+342.732 s]
/proc/loadavg: 2.02 2.27 2.58 3/89 28943
/proc/meminfo: memFree=1486720/2055920 swapFree=4192812/4192956
[pid=28672] ppid=28670 vsize=13724 CPUtime=6.52

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

/proc/loadavg: 2.01 2.02 2.23 3/89 28943
/proc/meminfo: memFree=1449728/2055920 swapFree=4192812/4192956
[pid=28672] ppid=28670 vsize=13724 CPUtime=6.52
/proc/28672/stat : 28672 (sugar) S 28670 28672 28057 0 -1 4194304 1276 29946 0 2 3 1 629 19 16 0 1 0 30604916 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28672/statm: 3431 815 373 3 0 531 0
[pid=28707] ppid=28672 vsize=23916 CPUtime=1110.92
/proc/28707/stat : 28707 (minisat) R 28672 28672 28057 0 -1 0 5677 0 0 0 111065 27 0 0 25 0 1 0 30605579 24489984 5452 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28707/statm: 5979 5452 51 112 0 5863 0
Current children cumulated CPU time (s) 1117.44
Current children cumulated vsize (KiB) 37640

[startup+1183.72 s]
/proc/loadavg: 2.00 2.02 2.22 3/89 28943
/proc/meminfo: memFree=1447744/2055920 swapFree=4192812/4192956
[pid=28672] ppid=28670 vsize=13724 CPUtime=6.52
/proc/28672/stat : 28672 (sugar) S 28670 28672 28057 0 -1 4194304 1276 29946 0 2 3 1 629 19 16 0 1 0 30604916 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28672/statm: 3431 815 373 3 0 531 0
[pid=28707] ppid=28672 vsize=24220 CPUtime=1170.67
/proc/28707/stat : 28707 (minisat) R 28672 28672 28057 0 -1 0 5748 0 0 0 117040 27 0 0 25 0 1 0 30605579 24801280 5523 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528368 0 0 4096 3 0 0 0 17 0 0 0
/proc/28707/statm: 6055 5523 51 112 0 5939 0
Current children cumulated CPU time (s) 1177.19
Current children cumulated vsize (KiB) 37944

[startup+1243.8 s]
/proc/loadavg: 2.00 2.01 2.20 3/89 28943
/proc/meminfo: memFree=1445824/2055920 swapFree=4192812/4192956
[pid=28672] ppid=28670 vsize=13724 CPUtime=6.52
/proc/28672/stat : 28672 (sugar) S 28670 28672 28057 0 -1 4194304 1276 29946 0 2 3 1 629 19 16 0 1 0 30604916 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28672/statm: 3431 815 373 3 0 531 0
[pid=28707] ppid=28672 vsize=24616 CPUtime=1230.4
/proc/28707/stat : 28707 (minisat) R 28672 28672 28057 0 -1 0 5842 0 0 0 123013 27 0 0 25 0 1 0 30605579 25206784 5617 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28707/statm: 6154 5617 51 112 0 6038 0
Current children cumulated CPU time (s) 1236.92
Current children cumulated vsize (KiB) 38340

[startup+1303.86 s]
/proc/loadavg: 2.00 2.01 2.18 3/89 28943
/proc/meminfo: memFree=1443392/2055920 swapFree=4192812/4192956
[pid=28672] ppid=28670 vsize=13724 CPUtime=6.52
/proc/28672/stat : 28672 (sugar) S 28670 28672 28057 0 -1 4194304 1276 29946 0 2 3 1 629 19 16 0 1 0 30604916 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28672/statm: 3431 815 373 3 0 531 0
[pid=28707] ppid=28672 vsize=25432 CPUtime=1290.14
/proc/28707/stat : 28707 (minisat) R 28672 28672 28057 0 -1 0 6038 0 0 0 128986 28 0 0 25 0 1 0 30605579 26042368 5813 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528368 0 0 4096 3 0 0 0 17 0 0 0
/proc/28707/statm: 6358 5813 51 112 0 6242 0
Current children cumulated CPU time (s) 1296.66
Current children cumulated vsize (KiB) 39156

[startup+1363.93 s]
/proc/loadavg: 2.00 2.00 2.17 3/89 28943
/proc/meminfo: memFree=1441280/2055920 swapFree=4192812/4192956
[pid=28672] ppid=28670 vsize=13724 CPUtime=6.52
/proc/28672/stat : 28672 (sugar) S 28670 28672 28057 0 -1 4194304 1276 29946 0 2 3 1 629 19 16 0 1 0 30604916 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28672/statm: 3431 815 373 3 0 531 0
[pid=28707] ppid=28672 vsize=25992 CPUtime=1349.89
/proc/28707/stat : 28707 (minisat) R 28672 28672 28057 0 -1 0 6199 0 0 0 134961 28 0 0 25 0 1 0 30605579 26615808 5974 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28707/statm: 6498 5974 51 112 0 6382 0
Current children cumulated CPU time (s) 1356.41
Current children cumulated vsize (KiB) 39716

[startup+1424 s]
/proc/loadavg: 2.00 2.00 2.16 3/89 28943
/proc/meminfo: memFree=1439552/2055920 swapFree=4192812/4192956
[pid=28672] ppid=28670 vsize=13724 CPUtime=6.52
/proc/28672/stat : 28672 (sugar) S 28670 28672 28057 0 -1 4194304 1276 29946 0 2 3 1 629 19 16 0 1 0 30604916 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28672/statm: 3431 815 373 3 0 531 0
[pid=28707] ppid=28672 vsize=26300 CPUtime=1409.62
/proc/28707/stat : 28707 (minisat) R 28672 28672 28057 0 -1 0 6263 0 0 0 140934 28 0 0 25 0 1 0 30605579 26931200 6038 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28707/statm: 6575 6038 51 112 0 6459 0
Current children cumulated CPU time (s) 1416.14
Current children cumulated vsize (KiB) 40024

[startup+1484.07 s]
/proc/loadavg: 2.04 2.01 2.15 3/89 28943
/proc/meminfo: memFree=1436928/2055920 swapFree=4192812/4192956
[pid=28672] ppid=28670 vsize=13724 CPUtime=6.52
/proc/28672/stat : 28672 (sugar) S 28670 28672 28057 0 -1 4194304 1276 29946 0 2 3 1 629 19 16 0 1 0 30604916 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28672/statm: 3431 815 373 3 0 531 0
[pid=28707] ppid=28672 vsize=26756 CPUtime=1469.38
/proc/28707/stat : 28707 (minisat) R 28672 28672 28057 0 -1 0 6370 0 0 0 146909 29 0 0 25 0 1 0 30605579 27398144 6145 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28707/statm: 6689 6145 51 112 0 6573 0
Current children cumulated CPU time (s) 1475.9
Current children cumulated vsize (KiB) 40480

[startup+1544.15 s]
/proc/loadavg: 2.01 2.01 2.14 3/89 28943
/proc/meminfo: memFree=1435392/2055920 swapFree=4192812/4192956
[pid=28672] ppid=28670 vsize=13724 CPUtime=6.52
/proc/28672/stat : 28672 (sugar) S 28670 28672 28057 0 -1 4194304 1276 29946 0 2 3 1 629 19 16 0 1 0 30604916 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28672/statm: 3431 815 373 3 0 531 0
[pid=28707] ppid=28672 vsize=26944 CPUtime=1529.12
/proc/28707/stat : 28707 (minisat) R 28672 28672 28057 0 -1 0 6400 0 0 0 152883 29 0 0 25 0 1 0 30605579 27590656 6175 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28707/statm: 6736 6175 51 112 0 6620 0
Current children cumulated CPU time (s) 1535.64
Current children cumulated vsize (KiB) 40668

[startup+1604.23 s]
/proc/loadavg: 2.00 2.00 2.13 3/95 29055
/proc/meminfo: memFree=1432336/2055920 swapFree=4192812/4192956
[pid=28672] ppid=28670 vsize=13724 CPUtime=6.52
/proc/28672/stat : 28672 (sugar) S 28670 28672 28057 0 -1 4194304 1276 29946 0 2 3 1 629 19 16 0 1 0 30604916 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28672/statm: 3431 815 373 3 0 531 0
[pid=28707] ppid=28672 vsize=27248 CPUtime=1588.82
/proc/28707/stat : 28707 (minisat) R 28672 28672 28057 0 -1 0 6498 0 0 0 158841 41 0 0 25 0 1 0 30605579 27901952 6273 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28707/statm: 6812 6273 51 112 0 6696 0
Current children cumulated CPU time (s) 1595.34
Current children cumulated vsize (KiB) 40972

[startup+1664.32 s]
/proc/loadavg: 2.00 2.00 2.12 3/89 29141
/proc/meminfo: memFree=1431808/2055920 swapFree=4192812/4192956
[pid=28672] ppid=28670 vsize=13724 CPUtime=6.52
/proc/28672/stat : 28672 (sugar) S 28670 28672 28057 0 -1 4194304 1276 29946 0 2 3 1 629 19 16 0 1 0 30604916 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28672/statm: 3431 815 373 3 0 531 0
[pid=28707] ppid=28672 vsize=27548 CPUtime=1648.55
/proc/28707/stat : 28707 (minisat) R 28672 28672 28057 0 -1 0 6567 0 0 0 164802 53 0 0 25 0 1 0 30605579 28209152 6342 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28707/statm: 6887 6342 51 112 0 6771 0
Current children cumulated CPU time (s) 1655.07
Current children cumulated vsize (KiB) 41272

[startup+1724.39 s]
/proc/loadavg: 2.09 2.03 2.11 3/89 29141
/proc/meminfo: memFree=1429632/2055920 swapFree=4192812/4192956
[pid=28672] ppid=28670 vsize=13724 CPUtime=6.52
/proc/28672/stat : 28672 (sugar) S 28670 28672 28057 0 -1 4194304 1276 29946 0 2 3 1 629 19 16 0 1 0 30604916 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28672/statm: 3431 815 373 3 0 531 0
[pid=28707] ppid=28672 vsize=28336 CPUtime=1708.3
/proc/28707/stat : 28707 (minisat) R 28672 28672 28057 0 -1 0 6758 0 0 0 170776 54 0 0 25 0 1 0 30605579 29016064 6533 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528719 0 0 4096 3 0 0 0 17 0 0 0
/proc/28707/statm: 7084 6533 51 112 0 6968 0
Current children cumulated CPU time (s) 1714.82
Current children cumulated vsize (KiB) 42060

[startup+1784.46 s]
/proc/loadavg: 2.03 2.02 2.10 3/89 29141
/proc/meminfo: memFree=1428032/2055920 swapFree=4192812/4192956
[pid=28672] ppid=28670 vsize=13724 CPUtime=6.52
/proc/28672/stat : 28672 (sugar) S 28670 28672 28057 0 -1 4194304 1276 29946 0 2 3 1 629 19 16 0 1 0 30604916 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28672/statm: 3431 815 373 3 0 531 0
[pid=28707] ppid=28672 vsize=28780 CPUtime=1768.02
/proc/28707/stat : 28707 (minisat) R 28672 28672 28057 0 -1 0 6848 0 0 0 176748 54 0 0 25 0 1 0 30605579 29470720 6623 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 0 0 0
/proc/28707/statm: 7195 6623 51 112 0 7079 0
Current children cumulated CPU time (s) 1774.54
Current children cumulated vsize (KiB) 42504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.13 s]
/proc/loadavg: 2.08 2.03 2.10 3/89 29141
/proc/meminfo: memFree=1427072/2055920 swapFree=4192812/4192956
[pid=28672] ppid=28670 vsize=13724 CPUtime=6.52
/proc/28672/stat : 28672 (sugar) S 28670 28672 28057 0 -1 4194304 1276 29946 0 2 3 1 629 19 16 0 1 0 30604916 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28672/statm: 3431 815 373 3 0 531 0
[pid=28707] ppid=28672 vsize=29208 CPUtime=1793.56
/proc/28707/stat : 28707 (minisat) R 28672 28672 28057 0 -1 0 6944 0 0 0 179302 54 0 0 25 0 1 0 30605579 29908992 6719 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28707/statm: 7302 6719 51 112 0 7186 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 42932

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 28672 and gives childrusage.ru_utime.tv_sec=6 childrusage.ru_utime.tv_usec=329037 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=210967
CPU time returned by wait4() is 6.54
while last known CPU time is 1800.09

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

Real time (s): 1811.15
CPU time (s): 1800.09
CPU user time (s): 1799.34
CPU system time (s): 0.75
CPU usage (%): 99.3896
Max. virtual memory (cumulated for all children) (KiB): 821052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.32904
system time used= 0.210967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31305
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= 1350
involuntary context switches= 1196

runsolver used 2.47262 s user time and 5.47017 s system time

The end

Launcher Data (download as text)

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


IDJOB= 232065
IDBENCH= 6498
IDSOLVER= 86
FILE ID= node4/232065-1170106498

PBS_JOBID= 3689775

Free space on /tmp= 66559 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  a6796d1a4a021a8d73019bb1709f2bc1

RANDOM SEED= 907593808

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.231
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.231
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:       1784752 kB
Buffers:         34720 kB
Cached:          65036 kB
SwapCached:          0 kB
Active:         158288 kB
Inactive:        52744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1784752 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3672 kB
Writeback:           0 kB
Mapped:         136820 kB
Slab:            44828 kB
Committed_AS:   788412 kB
PageTables:       2328 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= 66483 MiB



End job on node4 on Mon Jan 29 22:05:12 UTC 2007