Trace number 252668

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 1802.04

General information on the benchmark

NamesocialGolfers/
socialGolfer-10-4-8.xml
MD5SUM438cb9b1cc995a1c98e119c00b2b67b9
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables7520
Number of constraints40576
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40576
Global constraints used (with number of constraints)

Solver Data (download as text)

0.16	c # Sugar v0-40 (/tmp/evaluation/252668-1170112303/sugar-v0-40.jar)
0.16	
0.17	c # MAIN  BEGIN : /tmp/evaluation/252668-1170112303/unknown.xml [Tue Jan 30 00:11:44 2007]
0.17	c # CONVERT_XML  BEGIN : /tmp/evaluation/252668-1170112303/unknown.xml /tmp/evaluation/252668-1170112303/sugar26290.csp [Tue Jan 30 00:11:44 2007]
0.17	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/252668-1170112303/sugar-v0-40.jar -convert /tmp/evaluation/252668-1170112303/unknown.xml /tmp/evaluation/252668-1170112303/sugar26290.csp
0.34	c BEGIN convert /tmp/evaluation/252668-1170112303/unknown.xml
3.17	c END convert (2.826721 seconds)
3.24	c # CONVERT_XML  END : /tmp/evaluation/252668-1170112303/sugar26290.csp 1551124 bytes (3 seconds) [Tue Jan 30 00:11:47 2007]
3.24	c # CONVERT_XML  CPU : 2.9 = 0 + 0 + 2.73 + 0.17
3.24	
3.24	c # GENERATE_SAT  BEGIN : /tmp/evaluation/252668-1170112303/sugar26290.bcnf [Tue Jan 30 00:11:47 2007]
3.24	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/252668-1170112303/sugar-v0-40.jar -bcnf -map /tmp/evaluation/252668-1170112303/sugar26290.map /tmp/evaluation/252668-1170112303/sugar26290.csp /tmp/evaluation/252668-1170112303/sugar26290.bcnf
3.36	c BEGIN parse /tmp/evaluation/252668-1170112303/sugar26290.csp
8.73	c END parse (5.375361 seconds)
8.73	c BEGIN simplify
8.77	c END simplify (0.037384 seconds)
8.77	c BEGIN encode /tmp/evaluation/252668-1170112303/sugar26290.bcnf
9.30	c END encode (0.536185 seconds)
9.55	c # GENERATE_SAT  END : 42048 variables 219104 clauses 3101464 bytes (6 seconds) [Tue Jan 30 00:11:53 2007]
9.55	c # GENERATE_SAT  CPU : 6.27 = 0.21 + 0.01 + 5.88 + 0.17
9.55	
9.55	c # SOLVE_SAT  BEGIN : /tmp/evaluation/252668-1170112303/sugar26290.bcnf [Tue Jan 30 00:11:53 2007]
9.55	c # CMD : /tmp/evaluation/252668-1170112303/minisat /tmp/evaluation/252668-1170112303/sugar26290.bcnf /tmp/evaluation/252668-1170112303/sugar26290.out
9.69	c ==================================[MINISAT]===================================
9.69	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
9.69	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
9.69	c ==============================================================================
9.69	c |         0 |  173168   479600 |   57722       0        0     nan |  0.000 % |
9.77	c |       100 |  173215   479600 |   63494      53      899    17.0 | 23.630 % |
9.84	c |       252 |  173229   479600 |   69843     191     5061    26.5 | 23.630 % |
9.87	c |       478 |  173230   479600 |   76827     416    12320    29.6 | 23.630 % |
9.93	c |       816 |  173232   479600 |   84510     752    22890    30.4 | 23.630 % |
10.06	c |      1323 |  173244   479600 |   92961    1247    35895    28.8 | 23.630 % |
10.26	c |      2084 |  173274   479600 |  102258    1978    55765    28.2 | 23.630 % |
10.73	c |      3223 |  173354   479600 |  112483    3037    75050    24.7 | 23.630 % |
11.05	c |      4931 |  173396   479600 |  123732    4703   120247    25.6 | 23.630 % |
11.27	c |      7493 |  173407   479600 |  136105    7254   270001    37.2 | 23.630 % |
11.73	c |     11337 |  173427   479600 |  149716   11078   403978    36.5 | 23.630 % |
12.59	c |     17103 |  173481   479600 |  164687   16790   606980    36.2 | 23.630 % |
14.15	c |     25753 |  173545   479600 |  181156   25376   928217    36.6 | 23.630 % |
15.81	c |     38727 |  173592   479600 |  199271   38303  1508264    39.4 | 23.630 % |
22.55	c |     58188 |  173644   479600 |  219199   57712  6103960   105.8 | 23.630 % |
28.73	c |     87380 |  173713   479600 |  241119   86835  8379181    96.5 | 23.630 % |
39.62	c |    131169 |  173775   479600 |  265231  130562 13025127    99.8 | 23.630 % |
57.77	c |    196854 |  174008   479600 |  291754  196014 18155828    92.6 | 23.630 % |
89.10	c |    295381 |  174142   479600 |  320929  294407 22256317    75.6 | 23.630 % |
128.45	c |    443171 |  174526   479600 |  353022  129843  7609499    58.6 | 23.630 % |
216.87	c |    664854 |  174896   479600 |  388324  351156 26821591    76.4 | 23.630 % |
481.35	c |    997380 |  175200   479600 |  427157  301866 17857470    59.2 | 23.630 % |
812.65	c |   1496168 |  175709   479600 |  469872  382832 22170805    57.9 | 23.630 % |
1801.03	
1801.03	s UNKNOWN
1801.03	c # INTERRUPTED
1801.03	c # MAIN  END :  (1800 seconds) [Tue Jan 30 00:41:44 2007]
1801.03	c # MAIN  CPU : 9.17 = 0.21 + 0.01 + 8.61 + 0.34
1801.03	

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/node21/watcher-252668-1170112303 -o ROOT/results/node21/solver-252668-1170112303 -C 1800 -M 900 /tmp/evaluation/252668-1170112303/solver /tmp/evaluation/252668-1170112303 /tmp/evaluation/252668-1170112303/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.05 1.10 1.49 4/78 26291
/proc/meminfo: memFree=1884448/2055920 swapFree=4192812/4192956
[pid=26290] ppid=26288 vsize=5352 CPUtime=0
/proc/26290/stat : 26290 (solver) D 26288 26290 25700 0 -1 4194304 264 0 0 0 0 0 0 0 18 0 1 0 31184263 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 221236489511 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/26290/statm: 1338 231 193 169 0 49 0

[startup+0.103294 s]
/proc/loadavg: 1.05 1.10 1.49 4/78 26291
/proc/meminfo: memFree=1884448/2055920 swapFree=4192812/4192956
[pid=26290] ppid=26288 vsize=12272 CPUtime=0
/proc/26290/stat : 26290 (sugar) D 26288 26290 25700 0 -1 4194304 641 0 3 0 0 0 0 0 18 0 1 0 31184263 12566528 363 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/26290/statm: 3068 363 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.512338 s]
/proc/loadavg: 1.05 1.10 1.49 4/78 26291
/proc/meminfo: memFree=1884448/2055920 swapFree=4192812/4192956
[pid=26290] ppid=26288 vsize=13724 CPUtime=0.04
/proc/26290/stat : 26290 (sugar) S 26288 26290 25700 0 -1 4194304 1118 0 3 0 3 1 0 0 16 0 1 0 31184263 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26290/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33443 s]
/proc/loadavg: 1.05 1.10 1.49 2/86 26299
/proc/meminfo: memFree=1825696/2055920 swapFree=4192812/4192956
[pid=26290] ppid=26288 vsize=13724 CPUtime=0.04
/proc/26290/stat : 26290 (sugar) S 26288 26290 25700 0 -1 4194304 1118 0 3 0 3 1 0 0 16 0 1 0 31184263 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26290/statm: 3431 805 368 3 0 531 0
[pid=26292] ppid=26290 vsize=807280 CPUtime=1.05
/proc/26292/stat : 26292 (java) S 26290 26290 25700 0 -1 0 16042 0 36 0 95 10 0 0 16 0 8 0 31184281 826654720 15823 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26292/statm: 201820 15830 1691 14 0 189098 0
[pid=26292/tid=26293] ppid=26290 vsize=807280 CPUtime=0.18
/proc/26292/task/26293/stat : 26293 (java) R 26290 26290 25700 0 -1 64 9552 0 2 0 14 4 0 0 16 0 8 0 31184290 826654720 15835 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4153968444 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26292/tid=26294] ppid=26290 vsize=807280 CPUtime=0
/proc/26292/task/26294/stat : 26294 (java) S 26290 26290 25700 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 31184290 826654720 15839 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26292/tid=26295] ppid=26290 vsize=807280 CPUtime=0
/proc/26292/task/26295/stat : 26295 (java) S 26290 26290 25700 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 31184290 826654720 15846 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26292/tid=26296] ppid=26290 vsize=807280 CPUtime=0
/proc/26292/task/26296/stat : 26296 (java) S 26290 26290 25700 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 31184293 826654720 15853 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26292/tid=26297] ppid=26290 vsize=807280 CPUtime=0.1
/proc/26292/task/26297/stat : 26297 (java) S 26290 26290 25700 0 -1 64 377 0 0 0 10 0 0 0 16 0 8 0 31184293 826654720 15859 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26292/tid=26298] ppid=26290 vsize=807280 CPUtime=0
/proc/26292/task/26298/stat : 26298 (java) S 26290 26290 25700 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 31184293 826654720 15866 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26292/tid=26299] ppid=26290 vsize=807280 CPUtime=0
/proc/26292/task/26299/stat : 26299 (java) S 26290 26290 25700 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 31184293 826654720 15873 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 821004

[startup+2.98662 s]
/proc/loadavg: 1.05 1.10 1.49 2/86 26299
/proc/meminfo: memFree=1789024/2055920 swapFree=4192812/4192956
[pid=26290] ppid=26288 vsize=13724 CPUtime=0.04
/proc/26290/stat : 26290 (sugar) S 26288 26290 25700 0 -1 4194304 1118 0 3 0 3 1 0 0 16 0 1 0 31184263 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26290/statm: 3431 805 368 3 0 531 0
[pid=26292] ppid=26290 vsize=807416 CPUtime=2.7
/proc/26292/stat : 26292 (java) R 26290 26290 25700 0 -1 0 25741 0 37 0 255 15 0 0 18 0 8 0 31184281 826793984 25516 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4153380160 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26292/statm: 201854 25516 1695 14 0 189132 0
[pid=26292/tid=26293] ppid=26290 vsize=807416 CPUtime=0.58
/proc/26292/task/26293/stat : 26293 (java) S 26290 26290 25700 0 -1 64 19157 0 2 0 50 8 0 0 16 0 8 0 31184290 826793984 25516 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26292/tid=26294] ppid=26290 vsize=807416 CPUtime=0
/proc/26292/task/26294/stat : 26294 (java) S 26290 26290 25700 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 31184290 826793984 25516 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26292/tid=26295] ppid=26290 vsize=807416 CPUtime=0
/proc/26292/task/26295/stat : 26295 (java) S 26290 26290 25700 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 31184290 826793984 25516 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26292/tid=26296] ppid=26290 vsize=807416 CPUtime=0
/proc/26292/task/26296/stat : 26296 (java) S 26290 26290 25700 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 31184293 826793984 25516 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26292/tid=26297] ppid=26290 vsize=807416 CPUtime=0.17
/proc/26292/task/26297/stat : 26297 (java) S 26290 26290 25700 0 -1 64 427 0 0 0 17 0 0 0 16 0 8 0 31184293 826793984 25516 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26292/tid=26298] ppid=26290 vsize=807416 CPUtime=0
/proc/26292/task/26298/stat : 26298 (java) S 26290 26290 25700 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 31184293 826793984 25516 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26292/tid=26299] ppid=26290 vsize=807416 CPUtime=0
/proc/26292/task/26299/stat : 26299 (java) S 26290 26290 25700 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 31184293 826793984 25516 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 821140

[startup+6.27497 s]
/proc/loadavg: 1.12 1.12 1.50 2/86 26307
/proc/meminfo: memFree=1821792/2055920 swapFree=4192812/4192956
[pid=26290] ppid=26288 vsize=13724 CPUtime=2.94
/proc/26290/stat : 26290 (sugar) S 26288 26290 25700 0 -1 4194304 1187 25752 3 37 3 1 273 17 15 0 1 0 31184263 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26290/statm: 3431 809 371 3 0 531 0
[pid=26300] ppid=26290 vsize=808204 CPUtime=3
/proc/26300/stat : 26300 (java) R 26290 26290 25700 0 -1 0 16139 0 1 0 291 9 0 0 18 0 8 0 31184588 827600896 15868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154017520 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26300/statm: 202051 15868 1507 14 0 189329 0
[pid=26300/tid=26301] ppid=26290 vsize=808204 CPUtime=0.62
/proc/26300/task/26301/stat : 26301 (java) S 26290 26290 25700 0 -1 64 9889 0 0 0 58 4 0 0 16 0 8 0 31184591 827600896 15868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26300/tid=26302] ppid=26290 vsize=808204 CPUtime=0
/proc/26300/task/26302/stat : 26302 (java) S 26290 26290 25700 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 31184591 827600896 15868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26300/tid=26303] ppid=26290 vsize=808204 CPUtime=0
/proc/26300/task/26303/stat : 26303 (java) S 26290 26290 25700 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 31184591 827600896 15868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26300/tid=26304] ppid=26290 vsize=808204 CPUtime=0
/proc/26300/task/26304/stat : 26304 (java) S 26290 26290 25700 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 31184595 827600896 15868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26300/tid=26305] ppid=26290 vsize=808204 CPUtime=0.14
/proc/26300/task/26305/stat : 26305 (java) S 26290 26290 25700 0 -1 64 444 0 0 0 14 0 0 0 16 0 8 0 31184595 827600896 15868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26300/tid=26306] ppid=26290 vsize=808204 CPUtime=0
/proc/26300/task/26306/stat : 26306 (java) S 26290 26290 25700 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 31184595 827600896 15868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26300/tid=26307] ppid=26290 vsize=808204 CPUtime=0
/proc/26300/task/26307/stat : 26307 (java) S 26290 26290 25700 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 31184595 827600896 15868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 821928

[startup+12.7517 s]
/proc/loadavg: 1.11 1.12 1.49 2/79 26308
/proc/meminfo: memFree=1843736/2055920 swapFree=4192812/4192956
[pid=26290] ppid=26288 vsize=29212 CPUtime=9.21
/proc/26290/stat : 26290 (sugar) S 26288 26290 25700 0 -1 4194304 5063 50488 3 39 24 2 861 34 16 0 1 0 31184263 29913088 4580 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26290/statm: 7303 4580 373 3 0 4403 0
[pid=26308] ppid=26290 vsize=13104 CPUtime=3.18
/proc/26308/stat : 26308 (minisat) R 26290 26290 25700 0 -1 0 3565 0 0 0 316 2 0 0 25 0 1 0 31185219 13418496 2777 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134637942 0 0 4096 3 0 0 0 17 1 0 0
/proc/26308/statm: 3276 2777 52 112 0 3160 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 42316

[startup+25.5561 s]
/proc/loadavg: 1.10 1.11 1.49 2/79 26308
/proc/meminfo: memFree=1814424/2055920 swapFree=4192812/4192956
[pid=26290] ppid=26288 vsize=29212 CPUtime=9.21
/proc/26290/stat : 26290 (sugar) S 26288 26290 25700 0 -1 4194304 5063 50488 3 39 24 2 861 34 16 0 1 0 31184263 29913088 4580 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26290/statm: 7303 4580 373 3 0 4403 0
[pid=26308] ppid=26290 vsize=43420 CPUtime=15.98
/proc/26308/stat : 26308 (minisat) R 26290 26290 25700 0 -1 0 11118 0 0 0 1591 7 0 0 25 0 1 0 31185219 44462080 10330 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528695 0 0 4096 3 0 0 0 17 1 0 0
/proc/26308/statm: 10855 10330 52 112 0 10739 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 72632

[startup+51.1829 s]
/proc/loadavg: 1.06 1.10 1.47 2/79 26308
/proc/meminfo: memFree=1773720/2055920 swapFree=4192812/4192956
[pid=26290] ppid=26288 vsize=29212 CPUtime=9.21
/proc/26290/stat : 26290 (sugar) S 26288 26290 25700 0 -1 4194304 5063 50488 3 39 24 2 861 34 16 0 1 0 31184263 29913088 4580 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26290/statm: 7303 4580 373 3 0 4403 0
[pid=26308] ppid=26290 vsize=83748 CPUtime=41.59
/proc/26308/stat : 26308 (minisat) R 26290 26290 25700 0 -1 0 21174 0 0 0 4146 13 0 0 25 0 1 0 31185219 85757952 20386 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26308/statm: 20937 20386 52 112 0 20821 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 112960

[startup+102.429 s]
/proc/loadavg: 1.02 1.08 1.44 2/79 26308
/proc/meminfo: memFree=1736088/2055920 swapFree=4192812/4192956
[pid=26290] ppid=26288 vsize=29212 CPUtime=9.21
/proc/26290/stat : 26290 (sugar) S 26288 26290 25700 0 -1 4194304 5063 50488 3 39 24 2 861 34 16 0 1 0 31184263 29913088 4580 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26290/statm: 7303 4580 373 3 0 4403 0
[pid=26308] ppid=26290 vsize=121680 CPUtime=92.83
/proc/26308/stat : 26308 (minisat) R 26290 26290 25700 0 -1 0 30545 0 0 0 9261 22 0 0 25 0 1 0 31185219 124600320 29757 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26308/statm: 30420 29757 52 112 0 30304 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 150892

[startup+162.495 s]
/proc/loadavg: 1.01 1.06 1.41 2/79 26308
/proc/meminfo: memFree=1732696/2055920 swapFree=4192812/4192956
[pid=26290] ppid=26288 vsize=29212 CPUtime=9.21
/proc/26290/stat : 26290 (sugar) S 26288 26290 25700 0 -1 4194304 5063 50488 3 39 24 2 861 34 16 0 1 0 31184263 29913088 4580 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26290/statm: 7303 4580 373 3 0 4403 0
[pid=26308] ppid=26290 vsize=124592 CPUtime=152.87
/proc/26308/stat : 26308 (minisat) R 26290 26290 25700 0 -1 0 31285 0 0 0 15264 23 0 0 25 0 1 0 31185219 127582208 30497 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 1 0 0
/proc/26308/statm: 31148 30497 52 112 0 31032 0
Current children cumulated CPU time (s) 162.08
Current children cumulated vsize (KiB) 153804

[startup+222.558 s]
/proc/loadavg: 1.00 1.05 1.38 2/79 26308
/proc/meminfo: memFree=1712216/2055920 swapFree=4192812/4192956
[pid=26290] ppid=26288 vsize=29212 CPUtime=9.21
/proc/26290/stat : 26290 (sugar) S 26288 26290 25700 0 -1 4194304 5063 50488 3 39 24 2 861 34 16 0 1 0 31184263 29913088 4580 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26290/statm: 7303 4580 373 3 0 4403 0
[pid=26308] ppid=26290 vsize=145324 CPUtime=212.92
/proc/26308/stat : 26308 (minisat) R 26290 26290 25700 0 -1 0 36431 0 0 0 21263 29 0 0 25 0 1 0 31185219 148811776 35643 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134769578 0 0 4096 3 0 0 0 17 1 0 0
/proc/26308/statm: 36331 35643 52 112 0 36215 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 174536

[startup+282.619 s]
/proc/loadavg: 1.00 1.04 1.36 2/79 26308
/proc/meminfo: memFree=1703896/2055920 swapFree=4192812/4192956
[pid=26290] ppid=26288 vsize=29212 CPUtime=9.21
/proc/26290/stat : 26290 (sugar) S 26288 26290 25700 0 -1 4194304 5063 50488 3 39 24 2 861 34 16 0 1 0 31184263 29913088 4580 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26290/statm: 7303 4580 373 3 0 4403 0
[pid=26308] ppid=26290 vsize=153276 CPUtime=272.96
/proc/26308/stat : 26308 (minisat) R 26290 26290 25700 0 -1 0 38460 0 0 0 27265 31 0 0 25 0 1 0 31185219 156954624 37672 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26308/statm: 38319 37672 52 112 0 38203 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 182488

[startup+342.689 s]
/proc/loadavg: 1.00 1.03 1.33 2/79 26308
/proc/meminfo: memFree=1703832/2055920 swapFree=4192812/4192956
[pid=26290] ppid=26288 vsize=29212 CPUtime=9.21

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

/proc/loadavg: 1.01 1.01 1.13 2/79 26308
/proc/meminfo: memFree=1659544/2055920 swapFree=4192812/4192956
[pid=26290] ppid=26288 vsize=29212 CPUtime=9.21
/proc/26290/stat : 26290 (sugar) S 26288 26290 25700 0 -1 4194304 5063 50488 3 39 24 2 861 34 16 0 1 0 31184263 29913088 4580 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26290/statm: 7303 4580 373 3 0 4403 0
[pid=26308] ppid=26290 vsize=199412 CPUtime=1113.63
/proc/26308/stat : 26308 (minisat) R 26290 26290 25700 0 -1 0 49241 0 0 0 111315 48 0 0 25 0 1 0 31185219 204197888 48453 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26308/statm: 49853 48453 52 112 0 49737 0
Current children cumulated CPU time (s) 1122.84
Current children cumulated vsize (KiB) 228624

[startup+1183.6 s]
/proc/loadavg: 1.00 1.00 1.12 2/79 26308
/proc/meminfo: memFree=1658840/2055920 swapFree=4192812/4192956
[pid=26290] ppid=26288 vsize=29212 CPUtime=9.21
/proc/26290/stat : 26290 (sugar) S 26288 26290 25700 0 -1 4194304 5063 50488 3 39 24 2 861 34 16 0 1 0 31184263 29913088 4580 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26290/statm: 7303 4580 373 3 0 4403 0
[pid=26308] ppid=26290 vsize=200144 CPUtime=1173.68
/proc/26308/stat : 26308 (minisat) R 26290 26290 25700 0 -1 0 49397 0 0 0 117319 49 0 0 25 0 1 0 31185219 204947456 48609 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26308/statm: 50036 48609 52 112 0 49920 0
Current children cumulated CPU time (s) 1182.89
Current children cumulated vsize (KiB) 229356

[startup+1243.67 s]
/proc/loadavg: 1.00 1.00 1.11 2/79 26308
/proc/meminfo: memFree=1658072/2055920 swapFree=4192812/4192956
[pid=26290] ppid=26288 vsize=29212 CPUtime=9.21
/proc/26290/stat : 26290 (sugar) S 26288 26290 25700 0 -1 4194304 5063 50488 3 39 24 2 861 34 16 0 1 0 31184263 29913088 4580 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26290/statm: 7303 4580 373 3 0 4403 0
[pid=26308] ppid=26290 vsize=200912 CPUtime=1233.73
/proc/26308/stat : 26308 (minisat) R 26290 26290 25700 0 -1 0 49580 0 0 0 123324 49 0 0 25 0 1 0 31185219 205733888 48792 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528677 0 0 4096 3 0 0 0 17 1 0 0
/proc/26308/statm: 50228 48792 52 112 0 50112 0
Current children cumulated CPU time (s) 1242.94
Current children cumulated vsize (KiB) 230124

[startup+1303.74 s]
/proc/loadavg: 1.00 1.00 1.10 2/79 26308
/proc/meminfo: memFree=1657432/2055920 swapFree=4192812/4192956
[pid=26290] ppid=26288 vsize=29212 CPUtime=9.21
/proc/26290/stat : 26290 (sugar) S 26288 26290 25700 0 -1 4194304 5063 50488 3 39 24 2 861 34 16 0 1 0 31184263 29913088 4580 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26290/statm: 7303 4580 373 3 0 4403 0
[pid=26308] ppid=26290 vsize=201756 CPUtime=1293.79
/proc/26308/stat : 26308 (minisat) R 26290 26290 25700 0 -1 0 49704 0 0 0 129329 50 0 0 25 0 1 0 31185219 206598144 48916 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 1 0 0
/proc/26308/statm: 50439 48916 52 112 0 50323 0
Current children cumulated CPU time (s) 1303
Current children cumulated vsize (KiB) 230968

[startup+1363.8 s]
/proc/loadavg: 1.00 1.00 1.09 2/79 26308
/proc/meminfo: memFree=1656920/2055920 swapFree=4192812/4192956
[pid=26290] ppid=26288 vsize=29212 CPUtime=9.21
/proc/26290/stat : 26290 (sugar) S 26288 26290 25700 0 -1 4194304 5063 50488 3 39 24 2 861 34 16 0 1 0 31184263 29913088 4580 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26290/statm: 7303 4580 373 3 0 4403 0
[pid=26308] ppid=26290 vsize=202200 CPUtime=1353.83
/proc/26308/stat : 26308 (minisat) R 26290 26290 25700 0 -1 0 49826 0 0 0 135333 50 0 0 25 0 1 0 31185219 207052800 49038 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26308/statm: 50550 49038 52 112 0 50434 0
Current children cumulated CPU time (s) 1363.04
Current children cumulated vsize (KiB) 231412

[startup+1423.87 s]
/proc/loadavg: 1.05 1.01 1.09 2/82 26340
/proc/meminfo: memFree=1649336/2055920 swapFree=4192812/4192956
[pid=26290] ppid=26288 vsize=29212 CPUtime=9.21
/proc/26290/stat : 26290 (sugar) S 26288 26290 25700 0 -1 4194304 5063 50488 3 39 24 2 861 34 16 0 1 0 31184263 29913088 4580 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26290/statm: 7303 4580 373 3 0 4403 0
[pid=26308] ppid=26290 vsize=203244 CPUtime=1413.87
/proc/26308/stat : 26308 (minisat) R 26290 26290 25700 0 -1 0 50019 0 0 0 141335 52 0 0 25 0 1 0 31185219 208121856 49231 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26308/statm: 50811 49231 52 112 0 50695 0
Current children cumulated CPU time (s) 1423.08
Current children cumulated vsize (KiB) 232456

[startup+1483.96 s]
/proc/loadavg: 1.02 1.01 1.08 2/82 26378
/proc/meminfo: memFree=1648568/2055920 swapFree=4192812/4192956
[pid=26290] ppid=26288 vsize=29212 CPUtime=9.21
/proc/26290/stat : 26290 (sugar) S 26288 26290 25700 0 -1 4194304 5063 50488 3 39 24 2 861 34 16 0 1 0 31184263 29913088 4580 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26290/statm: 7303 4580 373 3 0 4403 0
[pid=26308] ppid=26290 vsize=203784 CPUtime=1473.92
/proc/26308/stat : 26308 (minisat) R 26290 26290 25700 0 -1 0 50120 0 0 0 147340 52 0 0 25 0 1 0 31185219 208674816 49332 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26308/statm: 50946 49332 52 112 0 50830 0
Current children cumulated CPU time (s) 1483.13
Current children cumulated vsize (KiB) 232996

[startup+1544.05 s]
/proc/loadavg: 1.00 1.00 1.08 2/82 26450
/proc/meminfo: memFree=1648120/2055920 swapFree=4192812/4192956
[pid=26290] ppid=26288 vsize=29212 CPUtime=9.21
/proc/26290/stat : 26290 (sugar) S 26288 26290 25700 0 -1 4194304 5063 50488 3 39 24 2 861 34 16 0 1 0 31184263 29913088 4580 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26290/statm: 7303 4580 373 3 0 4403 0
[pid=26308] ppid=26290 vsize=203964 CPUtime=1533.94
/proc/26308/stat : 26308 (minisat) R 26290 26290 25700 0 -1 0 50164 0 0 0 153342 52 0 0 25 0 1 0 31185219 208859136 49376 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134640118 0 0 4096 3 0 0 0 17 1 0 0
/proc/26308/statm: 50991 49376 52 112 0 50875 0
Current children cumulated CPU time (s) 1543.15
Current children cumulated vsize (KiB) 233176

[startup+1604.12 s]
/proc/loadavg: 1.00 1.00 1.07 2/79 26454
/proc/meminfo: memFree=1653008/2055920 swapFree=4192812/4192956
[pid=26290] ppid=26288 vsize=29212 CPUtime=9.21
/proc/26290/stat : 26290 (sugar) S 26288 26290 25700 0 -1 4194304 5063 50488 3 39 24 2 861 34 16 0 1 0 31184263 29913088 4580 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26290/statm: 7303 4580 373 3 0 4403 0
[pid=26308] ppid=26290 vsize=204328 CPUtime=1593.99
/proc/26308/stat : 26308 (minisat) R 26290 26290 25700 0 -1 0 50280 0 0 0 159346 53 0 0 25 0 1 0 31185219 209231872 49492 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26308/statm: 51082 49492 52 112 0 50966 0
Current children cumulated CPU time (s) 1603.2
Current children cumulated vsize (KiB) 233540

[startup+1664.18 s]
/proc/loadavg: 1.00 1.00 1.06 2/79 26454
/proc/meminfo: memFree=1651920/2055920 swapFree=4192812/4192956
[pid=26290] ppid=26288 vsize=29212 CPUtime=9.21
/proc/26290/stat : 26290 (sugar) S 26288 26290 25700 0 -1 4194304 5063 50488 3 39 24 2 861 34 16 0 1 0 31184263 29913088 4580 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26290/statm: 7303 4580 373 3 0 4403 0
[pid=26308] ppid=26290 vsize=205808 CPUtime=1654.04
/proc/26308/stat : 26308 (minisat) R 26290 26290 25700 0 -1 0 50543 0 0 0 165350 54 0 0 25 0 1 0 31185219 210747392 49755 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26308/statm: 51452 49755 52 112 0 51336 0
Current children cumulated CPU time (s) 1663.25
Current children cumulated vsize (KiB) 235020

[startup+1724.25 s]
/proc/loadavg: 1.00 1.00 1.06 2/79 26454
/proc/meminfo: memFree=1651472/2055920 swapFree=4192812/4192956
[pid=26290] ppid=26288 vsize=29212 CPUtime=9.21
/proc/26290/stat : 26290 (sugar) S 26288 26290 25700 0 -1 4194304 5063 50488 3 39 24 2 861 34 16 0 1 0 31184263 29913088 4580 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26290/statm: 7303 4580 373 3 0 4403 0
[pid=26308] ppid=26290 vsize=206376 CPUtime=1714.08
/proc/26308/stat : 26308 (minisat) R 26290 26290 25700 0 -1 0 50651 0 0 0 171354 54 0 0 25 0 1 0 31185219 211329024 49863 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26308/statm: 51594 49863 52 112 0 51478 0
Current children cumulated CPU time (s) 1723.29
Current children cumulated vsize (KiB) 235588

[startup+1784.31 s]
/proc/loadavg: 1.00 1.00 1.05 2/79 26454
/proc/meminfo: memFree=1649168/2055920 swapFree=4192812/4192956
[pid=26290] ppid=26288 vsize=29212 CPUtime=9.21
/proc/26290/stat : 26290 (sugar) S 26288 26290 25700 0 -1 4194304 5063 50488 3 39 24 2 861 34 16 0 1 0 31184263 29913088 4580 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26290/statm: 7303 4580 373 3 0 4403 0
[pid=26308] ppid=26290 vsize=208604 CPUtime=1774.14
/proc/26308/stat : 26308 (minisat) R 26290 26290 25700 0 -1 0 51235 0 0 0 177358 56 0 0 25 0 1 0 31185219 213610496 50447 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26308/statm: 52151 50447 52 112 0 52035 0
Current children cumulated CPU time (s) 1783.35
Current children cumulated vsize (KiB) 237816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.02 s]
/proc/loadavg: 1.00 1.00 1.05 2/79 26454
/proc/meminfo: memFree=1647248/2055920 swapFree=4192812/4192956
[pid=26290] ppid=26288 vsize=29212 CPUtime=9.21
/proc/26290/stat : 26290 (sugar) S 26288 26290 25700 0 -1 4194304 5063 50488 3 39 24 2 861 34 16 0 1 0 31184263 29913088 4580 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26290/statm: 7303 4580 373 3 0 4403 0
[pid=26308] ppid=26290 vsize=210448 CPUtime=1790.85
/proc/26308/stat : 26308 (minisat) R 26290 26290 25700 0 -1 0 51685 0 0 0 179028 57 0 0 25 0 1 0 31185219 215498752 50897 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26308/statm: 52612 50897 52 112 0 52496 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 239660

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 26290 and gives childrusage.ru_utime.tv_sec=8 childrusage.ru_utime.tv_usec=868651 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=378942
CPU time returned by wait4() is 9.24759
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): 1802.04
CPU time (s): 1800.09
CPU user time (s): 1799.13
CPU system time (s): 0.96
CPU usage (%): 99.8917
Max. virtual memory (cumulated for all children) (KiB): 821928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.86865
system time used= 0.378942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55636
page faults= 42
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1456
involuntary context switches= 485

runsolver used 1.93471 s user time and 4.47132 s system time

The end

Launcher Data (download as text)

Begin job on node21 on Mon Jan 29 23:11:43 UTC 2007


IDJOB= 252668
IDBENCH= 12961
IDSOLVER= 86
FILE ID= node21/252668-1170112303

PBS_JOBID= 3689962

Free space on /tmp= 66558 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/socialGolfers/socialGolfer-10-4-8.xml
COMMAND LINE= /tmp/evaluation/252668-1170112303/solver /tmp/evaluation/252668-1170112303 /tmp/evaluation/252668-1170112303/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-252668-1170112303 -o ROOT/results/node21/solver-252668-1170112303 -C 1800 -M 900  /tmp/evaluation/252668-1170112303/solver /tmp/evaluation/252668-1170112303 /tmp/evaluation/252668-1170112303/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  438cb9b1cc995a1c98e119c00b2b67b9

RANDOM SEED= 460085236

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.245
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.245
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:       1885056 kB
Buffers:         22016 kB
Cached:          48500 kB
SwapCached:          0 kB
Active:          95256 kB
Inactive:        30196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1885056 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6848 kB
Writeback:           0 kB
Mapped:          73812 kB
Slab:            31068 kB
Committed_AS:   536940 kB
PageTables:       1660 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= 66558 MiB



End job on node21 on Mon Jan 29 23:41:45 UTC 2007