Trace number 202847

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.69

General information on the benchmark

Namerandom/rand-2-40-19/
rand-2-40-19-443-230-35_ext.xml
MD5SUM652a7595e8712e979f7b00edd72f1dec
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 benchmark23.5314
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints343
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension343
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.13	c # Sugar v0-40 (/tmp/evaluation/202847-1170095767/sugar-v0-40.jar)
0.13	
0.13	c # MAIN  BEGIN : /tmp/evaluation/202847-1170095767/unknown.xml [Mon Jan 29 19:36:07 2007]
0.13	c # CONVERT_XML  BEGIN : /tmp/evaluation/202847-1170095767/unknown.xml /tmp/evaluation/202847-1170095767/sugar24731.csp [Mon Jan 29 19:36:07 2007]
0.13	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/202847-1170095767/sugar-v0-40.jar -convert /tmp/evaluation/202847-1170095767/unknown.xml /tmp/evaluation/202847-1170095767/sugar24731.csp
0.42	c BEGIN convert /tmp/evaluation/202847-1170095767/unknown.xml
0.96	c END convert (0.545013 seconds)
0.99	c # CONVERT_XML  END : /tmp/evaluation/202847-1170095767/sugar24731.csp 1100083 bytes (1 seconds) [Mon Jan 29 19:36:08 2007]
0.99	c # CONVERT_XML  CPU : 0.62 = 0 + 0 + 0.55 + 0.07
0.99	
0.99	c # GENERATE_SAT  BEGIN : /tmp/evaluation/202847-1170095767/sugar24731.bcnf [Mon Jan 29 19:36:08 2007]
0.99	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/202847-1170095767/sugar-v0-40.jar -bcnf -map /tmp/evaluation/202847-1170095767/sugar24731.map /tmp/evaluation/202847-1170095767/sugar24731.csp /tmp/evaluation/202847-1170095767/sugar24731.bcnf
1.12	c BEGIN parse /tmp/evaluation/202847-1170095767/sugar24731.csp
9.45	c END parse (8.328832 seconds)
9.45	c BEGIN simplify
9.51	c END simplify (0.060267 seconds)
9.51	c BEGIN encode /tmp/evaluation/202847-1170095767/sugar24731.bcnf
9.93	c END encode (0.423915 seconds)
10.03	c # GENERATE_SAT  END : 3714 variables 40343 clauses 2912780 bytes (9 seconds) [Mon Jan 29 19:36:17 2007]
10.03	c # GENERATE_SAT  CPU : 8.88 = 0.03 + 0.01 + 8.55 + 0.29
10.03	
10.03	c # SOLVE_SAT  BEGIN : /tmp/evaluation/202847-1170095767/sugar24731.bcnf [Mon Jan 29 19:36:17 2007]
10.03	c # CMD : /tmp/evaluation/202847-1170095767/minisat /tmp/evaluation/202847-1170095767/sugar24731.bcnf /tmp/evaluation/202847-1170095767/sugar24731.out
10.10	c ==================================[MINISAT]===================================
10.10	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
10.10	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
10.10	c ==============================================================================
10.10	c |         0 |   40343   687846 |   13447       0        0     nan |  0.000 % |
10.12	c |       100 |   40343   687846 |   14791     100     2224    22.2 |  0.000 % |
10.15	c |       250 |   40345   687846 |   16270     248     4125    16.6 |  0.000 % |
10.19	c |       475 |   40345   687846 |   17897     473     6871    14.5 |  0.000 % |
10.25	c |       812 |   40345   687846 |   19687     810    10377    12.8 |  0.000 % |
10.34	c |      1318 |   40345   687846 |   21656    1316    16075    12.2 |  0.000 % |
10.48	c |      2077 |   40347   687846 |   23822    2073    24621    11.9 |  0.000 % |
10.74	c |      3218 |   40347   687846 |   26204    3214    40056    12.5 |  0.000 % |
11.16	c |      4926 |   40348   687846 |   28824    4921    70359    14.3 |  0.000 % |
11.84	c |      7489 |   40350   687846 |   31707    7482   117360    15.7 |  0.000 % |
12.99	c |     11333 |   40350   687846 |   34878   11326   187850    16.6 |  0.000 % |
14.39	c |     17101 |   40352   687846 |   38365   17092   270871    15.8 |  0.001 % |
17.28	c |     25750 |   40353   687846 |   42202   25740   432877    16.8 |  0.000 % |
22.61	c |     38724 |   40355   687846 |   46422   38712   711257    18.4 |  0.000 % |
31.56	c |     58185 |   40360   687846 |   51064   24725   482160    19.5 |  0.000 % |
46.35	c |     87379 |   40363   687846 |   56171   17913   343964    19.2 |  0.001 % |
70.35	c |    131168 |   40368   687846 |   61788   23590   447710    19.0 |  0.001 % |
106.86	c |    196852 |   40375   687846 |   67967   43300  1071718    24.8 |  0.001 % |
169.95	c |    295378 |   40393   687846 |   74764   40879   985376    24.1 |  0.001 % |
275.79	c |    443167 |   40410   687846 |   82240   74352  2253401    30.3 |  0.001 % |
438.67	c |    664851 |   40303   687519 |   90464   38721   956977    24.7 |  0.027 % |
666.80	c |    997379 |   40360   687519 |   99511   75865  2148141    28.3 |  0.028 % |
1050.48	c |   1496168 |   40399   687519 |  109462   84865  3015233    35.5 |  0.027 % |
1672.28	c |   2244350 |   40445   687519 |  120408  108839  3376850    31.0 |  0.027 % |
1810.68	
1810.68	s UNKNOWN
1810.68	c # INTERRUPTED
1810.68	c # MAIN  END :  (1811 seconds) [Mon Jan 29 20:06:18 2007]
1810.68	c # MAIN  CPU : 9.5 = 0.03 + 0.01 + 9.1 + 0.36
1810.68	

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/node5/watcher-202847-1170095767 -o ROOT/results/node5/solver-202847-1170095767 -C 1800 -M 900 /tmp/evaluation/202847-1170095767/solver /tmp/evaluation/202847-1170095767 /tmp/evaluation/202847-1170095767/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.39 2.45 2.84 5/95 24732
/proc/meminfo: memFree=831440/2055920 swapFree=4192812/4192956
[pid=24731] ppid=24729 vsize=18540 CPUtime=0
/proc/24731/stat : 24731 (runsolver) R 24729 24731 23654 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 29531533 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 226913479975 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24731/statm: 4635 279 244 17 0 2626 0

[startup+0.110422 s]
/proc/loadavg: 2.39 2.45 2.84 5/95 24732
/proc/meminfo: memFree=831440/2055920 swapFree=4192812/4192956
[pid=24731] ppid=24729 vsize=12800 CPUtime=0.01
/proc/24731/stat : 24731 (sugar) R 24729 24731 23654 0 -1 4194304 799 0 4 0 1 0 0 0 18 0 1 0 29531533 13107200 522 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226931319405 0 0 4224 0 0 0 0 17 1 0 0
/proc/24731/statm: 3200 522 316 3 0 300 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12800

[startup+0.522467 s]
/proc/loadavg: 2.39 2.45 2.84 5/95 24732
/proc/meminfo: memFree=831440/2055920 swapFree=4192812/4192956
[pid=24731] ppid=24729 vsize=13724 CPUtime=0.03
/proc/24731/stat : 24731 (sugar) S 24729 24731 23654 0 -1 4194304 1117 0 4 0 3 0 0 0 15 0 1 0 29531533 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24731/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.34856 s]
/proc/loadavg: 2.39 2.45 2.84 4/103 24748
/proc/meminfo: memFree=811024/2055920 swapFree=4192812/4192956
[pid=24731] ppid=24729 vsize=13724 CPUtime=0.65
/proc/24731/stat : 24731 (sugar) S 24729 24731 23654 0 -1 4194304 1186 7476 4 33 3 0 55 7 15 0 1 0 29531533 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24731/statm: 3431 809 371 3 0 531 0
[pid=24741] ppid=24731 vsize=807064 CPUtime=0.32
/proc/24741/stat : 24741 (java) R 24731 24731 23654 0 -1 0 6510 0 1 0 28 4 0 0 17 0 8 0 29531633 826433536 6260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479415 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24741/statm: 201766 6260 1494 14 0 189044 0
[pid=24741/tid=24742] ppid=24731 vsize=807064 CPUtime=0.02
/proc/24741/task/24742/stat : 24742 (java) S 24731 24731 23654 0 -1 64 458 0 0 0 2 0 0 0 16 0 8 0 29531636 826433536 6260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24741/tid=24743] ppid=24731 vsize=807064 CPUtime=0
/proc/24741/task/24743/stat : 24743 (java) S 24731 24731 23654 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29531636 826433536 6260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24741/tid=24744] ppid=24731 vsize=807064 CPUtime=0
/proc/24741/task/24744/stat : 24744 (java) S 24731 24731 23654 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29531636 826433536 6260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24741/tid=24745] ppid=24731 vsize=807064 CPUtime=0
/proc/24741/task/24745/stat : 24745 (java) S 24731 24731 23654 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29531640 826433536 6260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24741/tid=24746] ppid=24731 vsize=807064 CPUtime=0.05
/proc/24741/task/24746/stat : 24746 (java) R 24731 24731 23654 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 29531640 826433536 6260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24741/tid=24747] ppid=24731 vsize=807064 CPUtime=0
/proc/24741/task/24747/stat : 24747 (java) S 24731 24731 23654 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 29531640 826433536 6260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24741/tid=24748] ppid=24731 vsize=807064 CPUtime=0
/proc/24741/task/24748/stat : 24748 (java) S 24731 24731 23654 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29531640 826433536 6260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 820788

[startup+2.98575 s]
/proc/loadavg: 2.39 2.45 2.84 3/103 24748
/proc/meminfo: memFree=776336/2055920 swapFree=4192812/4192956
[pid=24731] ppid=24729 vsize=13724 CPUtime=0.65
/proc/24731/stat : 24731 (sugar) S 24729 24731 23654 0 -1 4194304 1186 7476 4 33 3 0 55 7 15 0 1 0 29531533 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24731/statm: 3431 809 371 3 0 531 0
[pid=24741] ppid=24731 vsize=807336 CPUtime=1.91
/proc/24741/stat : 24741 (java) R 24731 24731 23654 0 -1 0 12261 0 1 0 183 8 0 0 25 0 8 0 29531633 826712064 11998 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4154163473 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24741/statm: 201834 11998 1506 14 0 189112 0
[pid=24741/tid=24742] ppid=24731 vsize=807336 CPUtime=0.4
/proc/24741/task/24742/stat : 24742 (java) S 24731 24731 23654 0 -1 64 6064 0 0 0 38 2 0 0 16 0 8 0 29531636 826712064 11998 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24741/tid=24743] ppid=24731 vsize=807336 CPUtime=0
/proc/24741/task/24743/stat : 24743 (java) S 24731 24731 23654 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29531636 826712064 11998 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24741/tid=24744] ppid=24731 vsize=807336 CPUtime=0
/proc/24741/task/24744/stat : 24744 (java) S 24731 24731 23654 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29531636 826712064 11998 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24741/tid=24745] ppid=24731 vsize=807336 CPUtime=0
/proc/24741/task/24745/stat : 24745 (java) S 24731 24731 23654 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29531640 826712064 11998 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24741/tid=24746] ppid=24731 vsize=807336 CPUtime=0.14
/proc/24741/task/24746/stat : 24746 (java) S 24731 24731 23654 0 -1 64 400 0 0 0 13 1 0 0 16 0 8 0 29531640 826712064 11998 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24741/tid=24747] ppid=24731 vsize=807336 CPUtime=0
/proc/24741/task/24747/stat : 24747 (java) S 24731 24731 23654 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 29531640 826712064 11998 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24741/tid=24748] ppid=24731 vsize=807336 CPUtime=0
/proc/24741/task/24748/stat : 24748 (java) S 24731 24731 23654 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29531640 826712064 11998 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 821060

[startup+6.19085 s]
/proc/loadavg: 2.44 2.46 2.84 3/103 24748
/proc/meminfo: memFree=688144/2055920 swapFree=4192812/4192956
[pid=24731] ppid=24729 vsize=13724 CPUtime=0.65
/proc/24731/stat : 24731 (sugar) S 24729 24731 23654 0 -1 4194304 1186 7476 4 33 3 0 55 7 15 0 1 0 29531533 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24731/statm: 3431 809 371 3 0 531 0
[pid=24741] ppid=24731 vsize=807336 CPUtime=5.08
/proc/24741/stat : 24741 (java) R 24731 24731 23654 0 -1 0 31577 0 1 0 491 17 0 0 25 0 8 0 29531633 826712064 31219 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24741/statm: 201834 31219 1506 14 0 189112 0
[pid=24741/tid=24742] ppid=24731 vsize=807336 CPUtime=1.26
/proc/24741/task/24742/stat : 24742 (java) S 24731 24731 23654 0 -1 64 25268 0 0 0 115 11 0 0 15 0 8 0 29531636 826712064 31219 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24741/tid=24743] ppid=24731 vsize=807336 CPUtime=0
/proc/24741/task/24743/stat : 24743 (java) S 24731 24731 23654 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29531636 826712064 31219 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24741/tid=24744] ppid=24731 vsize=807336 CPUtime=0
/proc/24741/task/24744/stat : 24744 (java) S 24731 24731 23654 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29531636 826712064 31219 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24741/tid=24745] ppid=24731 vsize=807336 CPUtime=0
/proc/24741/task/24745/stat : 24745 (java) S 24731 24731 23654 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29531640 826712064 31219 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24741/tid=24746] ppid=24731 vsize=807336 CPUtime=0.15
/proc/24741/task/24746/stat : 24746 (java) S 24731 24731 23654 0 -1 64 403 0 0 0 14 1 0 0 16 0 8 0 29531640 826712064 31219 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24741/tid=24747] ppid=24731 vsize=807336 CPUtime=0
/proc/24741/task/24747/stat : 24747 (java) S 24731 24731 23654 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 29531640 826712064 31219 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24741/tid=24748] ppid=24731 vsize=807336 CPUtime=0
/proc/24741/task/24748/stat : 24748 (java) R 24731 24731 23654 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29531640 826712064 31219 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.73
Current children cumulated vsize (KiB) 821060

[startup+12.6908 s]
/proc/loadavg: 2.40 2.46 2.84 3/96 24749
/proc/meminfo: memFree=759816/2055920 swapFree=4192812/4192956
[pid=24731] ppid=24729 vsize=15388 CPUtime=9.53
/proc/24731/stat : 24731 (sugar) S 24729 24731 23654 0 -1 4194304 1703 55973 4 36 6 1 910 36 15 0 1 0 29531533 15757312 1219 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24731/statm: 3847 1219 373 3 0 947 0
[pid=24749] ppid=24731 vsize=6724 CPUtime=2.64
/proc/24749/stat : 24749 (minisat) R 24731 24731 23654 0 -1 0 2048 0 0 0 263 1 0 0 25 0 1 0 29532536 6885376 1321 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 1 0 0
/proc/24749/statm: 1681 1321 52 112 0 1565 0
Current children cumulated CPU time (s) 12.17
Current children cumulated vsize (KiB) 22112

[startup+25.5253 s]
/proc/loadavg: 2.39 2.45 2.83 3/96 24749
/proc/meminfo: memFree=706504/2055920 swapFree=4192812/4192956
[pid=24731] ppid=24729 vsize=15388 CPUtime=9.53
/proc/24731/stat : 24731 (sugar) S 24729 24731 23654 0 -1 4194304 1703 55973 4 36 6 1 910 36 16 0 1 0 29531533 15757312 1219 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24731/statm: 3847 1219 373 3 0 947 0
[pid=24749] ppid=24731 vsize=10476 CPUtime=15.4
/proc/24749/stat : 24749 (minisat) R 24731 24731 23654 0 -1 0 2990 0 0 0 1537 3 0 0 25 0 1 0 29532536 10727424 2263 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/24749/statm: 2619 2263 52 112 0 2503 0
Current children cumulated CPU time (s) 24.93
Current children cumulated vsize (KiB) 25864

[startup+51.1992 s]
/proc/loadavg: 2.26 2.41 2.80 3/96 24749
/proc/meminfo: memFree=600008/2055920 swapFree=4192812/4192956
[pid=24731] ppid=24729 vsize=15388 CPUtime=9.53
/proc/24731/stat : 24731 (sugar) S 24729 24731 23654 0 -1 4194304 1703 55973 4 36 6 1 910 36 16 0 1 0 29531533 15757312 1219 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24731/statm: 3847 1219 373 3 0 947 0
[pid=24749] ppid=24731 vsize=11924 CPUtime=40.94
/proc/24749/stat : 24749 (minisat) R 24731 24731 23654 0 -1 0 3367 0 0 0 4089 5 0 0 25 0 1 0 29532536 12210176 2640 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528506 0 0 4096 3 0 0 0 17 1 0 0
/proc/24749/statm: 2981 2640 52 112 0 2865 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 27312

[startup+102.439 s]
/proc/loadavg: 2.17 2.36 2.77 3/96 24749
/proc/meminfo: memFree=392648/2055920 swapFree=4192812/4192956
[pid=24731] ppid=24729 vsize=15388 CPUtime=9.53
/proc/24731/stat : 24731 (sugar) S 24729 24731 23654 0 -1 4194304 1703 55973 4 36 6 1 910 36 16 0 1 0 29531533 15757312 1219 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24731/statm: 3847 1219 373 3 0 947 0
[pid=24749] ppid=24731 vsize=14068 CPUtime=91.93
/proc/24749/stat : 24749 (minisat) R 24731 24731 23654 0 -1 0 3877 0 0 0 9182 11 0 0 25 0 1 0 29532536 14405632 3150 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527310 0 0 4096 3 0 0 0 17 1 0 0
/proc/24749/statm: 3517 3150 52 112 0 3401 0
Current children cumulated CPU time (s) 101.46
Current children cumulated vsize (KiB) 29456

[startup+162.512 s]
/proc/loadavg: 2.13 2.31 2.72 2/89 24752
/proc/meminfo: memFree=1846280/2055920 swapFree=4192812/4192956
[pid=24731] ppid=24729 vsize=15388 CPUtime=9.53
/proc/24731/stat : 24731 (sugar) S 24729 24731 23654 0 -1 4194304 1703 55973 4 36 6 1 910 36 16 0 1 0 29531533 15757312 1219 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24731/statm: 3847 1219 373 3 0 947 0
[pid=24749] ppid=24731 vsize=17504 CPUtime=151.48
/proc/24749/stat : 24749 (minisat) R 24731 24731 23654 0 -1 0 4708 0 0 0 15129 19 0 0 25 0 1 0 29532536 17924096 3981 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24749/statm: 4376 3981 52 112 0 4260 0
Current children cumulated CPU time (s) 161.01
Current children cumulated vsize (KiB) 32892

[startup+222.555 s]
/proc/loadavg: 2.11 2.27 2.68 3/89 24994
/proc/meminfo: memFree=1835840/2055920 swapFree=4192812/4192956
[pid=24731] ppid=24729 vsize=15388 CPUtime=9.53
/proc/24731/stat : 24731 (sugar) S 24729 24731 23654 0 -1 4194304 1703 55973 4 36 6 1 910 36 16 0 1 0 29531533 15757312 1219 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24731/statm: 3847 1219 373 3 0 947 0
[pid=24749] ppid=24731 vsize=17808 CPUtime=211.24
/proc/24749/stat : 24749 (minisat) R 24731 24731 23654 0 -1 0 4789 0 0 0 21102 22 0 0 25 0 1 0 29532536 18235392 4062 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24749/statm: 4452 4062 52 112 0 4336 0
Current children cumulated CPU time (s) 220.77
Current children cumulated vsize (KiB) 33196

[startup+282.621 s]
/proc/loadavg: 2.04 2.22 2.63 3/89 24994
/proc/meminfo: memFree=1829696/2055920 swapFree=4192812/4192956
[pid=24731] ppid=24729 vsize=15388 CPUtime=9.53
/proc/24731/stat : 24731 (sugar) S 24729 24731 23654 0 -1 4194304 1703 55973 4 36 6 1 910 36 16 0 1 0 29531533 15757312 1219 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24731/statm: 3847 1219 373 3 0 947 0
[pid=24749] ppid=24731 vsize=20424 CPUtime=270.96
/proc/24749/stat : 24749 (minisat) R 24731 24731 23654 0 -1 0 5438 0 0 0 27073 23 0 0 25 0 1 0 29532536 20914176 4711 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24749/statm: 5106 4711 52 112 0 4990 0
Current children cumulated CPU time (s) 280.49
Current children cumulated vsize (KiB) 35812

[startup+342.686 s]
/proc/loadavg: 2.01 2.17 2.59 3/89 24994
/proc/meminfo: memFree=1826304/2055920 swapFree=4192812/4192956
[pid=24731] ppid=24729 vsize=15388 CPUtime=9.53

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

/proc/loadavg: 2.00 2.01 2.24 3/89 24994
/proc/meminfo: memFree=1802624/2055920 swapFree=4192812/4192956
[pid=24731] ppid=24729 vsize=15388 CPUtime=9.53
/proc/24731/stat : 24731 (sugar) S 24729 24731 23654 0 -1 4194304 1703 55973 4 36 6 1 910 36 16 0 1 0 29531533 15757312 1219 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24731/statm: 3847 1219 373 3 0 947 0
[pid=24749] ppid=24731 vsize=32616 CPUtime=1107.38
/proc/24749/stat : 24749 (minisat) R 24731 24731 23654 0 -1 0 8384 0 0 0 110709 29 0 0 25 0 1 0 29532536 33398784 7657 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24749/statm: 8154 7657 52 112 0 8038 0
Current children cumulated CPU time (s) 1116.91
Current children cumulated vsize (KiB) 48004

[startup+1183.67 s]
/proc/loadavg: 2.00 2.00 2.22 3/89 24994
/proc/meminfo: memFree=1802368/2055920 swapFree=4192812/4192956
[pid=24731] ppid=24729 vsize=15388 CPUtime=9.53
/proc/24731/stat : 24731 (sugar) S 24729 24731 23654 0 -1 4194304 1703 55973 4 36 6 1 910 36 16 0 1 0 29531533 15757312 1219 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24731/statm: 3847 1219 373 3 0 947 0
[pid=24749] ppid=24731 vsize=32616 CPUtime=1167.11
/proc/24749/stat : 24749 (minisat) R 24731 24731 23654 0 -1 0 8386 0 0 0 116682 29 0 0 25 0 1 0 29532536 33398784 7659 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24749/statm: 8154 7659 52 112 0 8038 0
Current children cumulated CPU time (s) 1176.64
Current children cumulated vsize (KiB) 48004

[startup+1243.74 s]
/proc/loadavg: 2.00 2.00 2.20 3/89 24994
/proc/meminfo: memFree=1801344/2055920 swapFree=4192812/4192956
[pid=24731] ppid=24729 vsize=15388 CPUtime=9.53
/proc/24731/stat : 24731 (sugar) S 24729 24731 23654 0 -1 4194304 1703 55973 4 36 6 1 910 36 16 0 1 0 29531533 15757312 1219 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24731/statm: 3847 1219 373 3 0 947 0
[pid=24749] ppid=24731 vsize=32616 CPUtime=1226.84
/proc/24749/stat : 24749 (minisat) R 24731 24731 23654 0 -1 0 8394 0 0 0 122655 29 0 0 25 0 1 0 29532536 33398784 7667 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527050 0 0 4096 3 0 0 0 17 0 0 0
/proc/24749/statm: 8154 7667 52 112 0 8038 0
Current children cumulated CPU time (s) 1236.37
Current children cumulated vsize (KiB) 48004

[startup+1303.81 s]
/proc/loadavg: 2.00 2.00 2.19 3/89 24994
/proc/meminfo: memFree=1800896/2055920 swapFree=4192812/4192956
[pid=24731] ppid=24729 vsize=15388 CPUtime=9.53
/proc/24731/stat : 24731 (sugar) S 24729 24731 23654 0 -1 4194304 1703 55973 4 36 6 1 910 36 16 0 1 0 29531533 15757312 1219 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24731/statm: 3847 1219 373 3 0 947 0
[pid=24749] ppid=24731 vsize=32616 CPUtime=1286.6
/proc/24749/stat : 24749 (minisat) R 24731 24731 23654 0 -1 0 8394 0 0 0 128631 29 0 0 25 0 1 0 29532536 33398784 7667 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/24749/statm: 8154 7667 52 112 0 8038 0
Current children cumulated CPU time (s) 1296.13
Current children cumulated vsize (KiB) 48004

[startup+1363.87 s]
/proc/loadavg: 2.00 2.00 2.17 3/89 24994
/proc/meminfo: memFree=1799936/2055920 swapFree=4192812/4192956
[pid=24731] ppid=24729 vsize=15388 CPUtime=9.53
/proc/24731/stat : 24731 (sugar) S 24729 24731 23654 0 -1 4194304 1703 55973 4 36 6 1 910 36 16 0 1 0 29531533 15757312 1219 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24731/statm: 3847 1219 373 3 0 947 0
[pid=24749] ppid=24731 vsize=32780 CPUtime=1346.33
/proc/24749/stat : 24749 (minisat) R 24731 24731 23654 0 -1 0 8426 0 0 0 134603 30 0 0 25 0 1 0 29532536 33566720 7699 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24749/statm: 8195 7699 52 112 0 8079 0
Current children cumulated CPU time (s) 1355.86
Current children cumulated vsize (KiB) 48168

[startup+1423.95 s]
/proc/loadavg: 2.06 2.01 2.17 3/89 24994
/proc/meminfo: memFree=1799744/2055920 swapFree=4192812/4192956
[pid=24731] ppid=24729 vsize=15388 CPUtime=9.53
/proc/24731/stat : 24731 (sugar) S 24729 24731 23654 0 -1 4194304 1703 55973 4 36 6 1 910 36 16 0 1 0 29531533 15757312 1219 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24731/statm: 3847 1219 373 3 0 947 0
[pid=24749] ppid=24731 vsize=32780 CPUtime=1406.07
/proc/24749/stat : 24749 (minisat) R 24731 24731 23654 0 -1 0 8426 0 0 0 140577 30 0 0 25 0 1 0 29532536 33566720 7699 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24749/statm: 8195 7699 52 112 0 8079 0
Current children cumulated CPU time (s) 1415.6
Current children cumulated vsize (KiB) 48168

[startup+1484.02 s]
/proc/loadavg: 2.02 2.01 2.15 3/89 24994
/proc/meminfo: memFree=1799232/2055920 swapFree=4192812/4192956
[pid=24731] ppid=24729 vsize=15388 CPUtime=9.53
/proc/24731/stat : 24731 (sugar) S 24729 24731 23654 0 -1 4194304 1703 55973 4 36 6 1 910 36 16 0 1 0 29531533 15757312 1219 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24731/statm: 3847 1219 373 3 0 947 0
[pid=24749] ppid=24731 vsize=32780 CPUtime=1465.81
/proc/24749/stat : 24749 (minisat) R 24731 24731 23654 0 -1 0 8426 0 0 0 146551 30 0 0 25 0 1 0 29532536 33566720 7699 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 0 0 0
/proc/24749/statm: 8195 7699 52 112 0 8079 0
Current children cumulated CPU time (s) 1475.34
Current children cumulated vsize (KiB) 48168

[startup+1544.1 s]
/proc/loadavg: 2.00 2.00 2.14 3/95 25110
/proc/meminfo: memFree=1795664/2055920 swapFree=4192812/4192956
[pid=24731] ppid=24729 vsize=15388 CPUtime=9.53
/proc/24731/stat : 24731 (sugar) S 24729 24731 23654 0 -1 4194304 1703 55973 4 36 6 1 910 36 16 0 1 0 29531533 15757312 1219 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24731/statm: 3847 1219 373 3 0 947 0
[pid=24749] ppid=24731 vsize=34292 CPUtime=1525.5
/proc/24749/stat : 24749 (minisat) R 24731 24731 23654 0 -1 0 8787 0 0 0 152505 45 0 0 25 0 1 0 29532536 35115008 8060 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528302 0 0 4096 3 0 0 0 17 0 0 0
/proc/24749/statm: 8573 8060 52 112 0 8457 0
Current children cumulated CPU time (s) 1535.03
Current children cumulated vsize (KiB) 49680

[startup+1604.19 s]
/proc/loadavg: 2.00 2.00 2.13 3/89 25192
/proc/meminfo: memFree=1795776/2055920 swapFree=4192812/4192956
[pid=24731] ppid=24729 vsize=15388 CPUtime=9.53
/proc/24731/stat : 24731 (sugar) S 24729 24731 23654 0 -1 4194304 1703 55973 4 36 6 1 910 36 16 0 1 0 29531533 15757312 1219 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24731/statm: 3847 1219 373 3 0 947 0
[pid=24749] ppid=24731 vsize=34824 CPUtime=1585.21
/proc/24749/stat : 24749 (minisat) R 24731 24731 23654 0 -1 0 8906 0 0 0 158470 51 0 0 25 0 1 0 29532536 35659776 8179 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24749/statm: 8706 8179 52 112 0 8590 0
Current children cumulated CPU time (s) 1594.74
Current children cumulated vsize (KiB) 50212

[startup+1664.25 s]
/proc/loadavg: 2.00 2.00 2.12 3/89 25192
/proc/meminfo: memFree=1795648/2055920 swapFree=4192812/4192956
[pid=24731] ppid=24729 vsize=15388 CPUtime=9.53
/proc/24731/stat : 24731 (sugar) S 24729 24731 23654 0 -1 4194304 1703 55973 4 36 6 1 910 36 16 0 1 0 29531533 15757312 1219 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24731/statm: 3847 1219 373 3 0 947 0
[pid=24749] ppid=24731 vsize=34824 CPUtime=1644.95
/proc/24749/stat : 24749 (minisat) R 24731 24731 23654 0 -1 0 8931 0 0 0 164444 51 0 0 25 0 1 0 29532536 35659776 8204 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24749/statm: 8706 8204 52 112 0 8590 0
Current children cumulated CPU time (s) 1654.48
Current children cumulated vsize (KiB) 50212

[startup+1724.32 s]
/proc/loadavg: 2.00 2.00 2.11 3/89 25192
/proc/meminfo: memFree=1795200/2055920 swapFree=4192812/4192956
[pid=24731] ppid=24729 vsize=15388 CPUtime=9.53
/proc/24731/stat : 24731 (sugar) S 24729 24731 23654 0 -1 4194304 1703 55973 4 36 6 1 910 36 16 0 1 0 29531533 15757312 1219 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24731/statm: 3847 1219 373 3 0 947 0
[pid=24749] ppid=24731 vsize=34976 CPUtime=1704.68
/proc/24749/stat : 24749 (minisat) R 24731 24731 23654 0 -1 0 8961 0 0 0 170417 51 0 0 25 0 1 0 29532536 35815424 8234 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24749/statm: 8744 8234 52 112 0 8628 0
Current children cumulated CPU time (s) 1714.21
Current children cumulated vsize (KiB) 50364

[startup+1784.39 s]
/proc/loadavg: 2.00 2.00 2.10 4/89 25192
/proc/meminfo: memFree=1793472/2055920 swapFree=4192812/4192956
[pid=24731] ppid=24729 vsize=15388 CPUtime=9.53
/proc/24731/stat : 24731 (sugar) S 24729 24731 23654 0 -1 4194304 1703 55973 4 36 6 1 910 36 16 0 1 0 29531533 15757312 1219 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24731/statm: 3847 1219 373 3 0 947 0
[pid=24749] ppid=24731 vsize=34976 CPUtime=1764.42
/proc/24749/stat : 24749 (minisat) R 24731 24731 23654 0 -1 0 8971 0 0 0 176391 51 0 0 25 0 1 0 29532536 35815424 8244 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527082 0 0 4096 3 0 0 0 17 0 0 0
/proc/24749/statm: 8744 8244 52 112 0 8628 0
Current children cumulated CPU time (s) 1773.95
Current children cumulated vsize (KiB) 50364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.68 s]
/proc/loadavg: 2.00 2.00 2.09 3/89 25192
/proc/meminfo: memFree=1793216/2055920 swapFree=4192812/4192956
[pid=24731] ppid=24729 vsize=15388 CPUtime=9.53
/proc/24731/stat : 24731 (sugar) S 24729 24731 23654 0 -1 4194304 1703 55973 4 36 6 1 910 36 16 0 1 0 29531533 15757312 1219 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24731/statm: 3847 1219 373 3 0 947 0
[pid=24749] ppid=24731 vsize=35148 CPUtime=1790.56
/proc/24749/stat : 24749 (minisat) R 24731 24731 23654 0 -1 0 8993 0 0 0 179004 52 0 0 25 0 1 0 29532536 35991552 8266 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24749/statm: 8787 8266 52 112 0 8671 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 50536

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 24731 and gives childrusage.ru_utime.tv_sec=9 childrusage.ru_utime.tv_usec=170605 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=380942
CPU time returned by wait4() is 9.55155
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.69
CPU time (s): 1800.09
CPU user time (s): 1799.2
CPU system time (s): 0.89
CPU usage (%): 99.3595
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.17061
system time used= 0.380942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57763
page faults= 40
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2869
involuntary context switches= 3022

runsolver used 2.41563 s user time and 5.53516 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Mon Jan 29 18:36:07 UTC 2007


IDJOB= 202847
IDBENCH= 3888
IDSOLVER= 86
FILE ID= node5/202847-1170095767

PBS_JOBID= 3689410

Free space on /tmp= 48645 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-40-19/rand-2-40-19-443-230-35_ext.xml
COMMAND LINE= /tmp/evaluation/202847-1170095767/solver /tmp/evaluation/202847-1170095767 /tmp/evaluation/202847-1170095767/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-202847-1170095767 -o ROOT/results/node5/solver-202847-1170095767 -C 1800 -M 900  /tmp/evaluation/202847-1170095767/solver /tmp/evaluation/202847-1170095767 /tmp/evaluation/202847-1170095767/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  652a7595e8712e979f7b00edd72f1dec

RANDOM SEED= 359325661

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.224
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.224
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:        832048 kB
Buffers:         12116 kB
Cached:        1001016 kB
SwapCached:          0 kB
Active:         149532 kB
Inactive:       979152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        832048 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          684724 kB
Writeback:           0 kB
Mapped:         141024 kB
Slab:            79936 kB
Committed_AS:   481216 kB
PageTables:       2272 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= 66554 MiB



End job on node5 on Mon Jan 29 19:06:19 UTC 2007