Trace number 1127955

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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++ v1.13+minisat-inc? (TO) 3600.08 3637.12

General information on the benchmark

Namemaxcsp/kbtree/kbtree-5-2-4-5/kbtree-5-2-4-5-90/
normalized-kbtree-5-2-4-5-90-34_ext.xml
MD5SUMd2a951bf42d330f22fe013b0c8baa403
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints121
Best CPU time to get the best result obtained on this benchmark3.17052
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints211
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension211
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.06/0.08	c 0	BEGIN Wed Jul 23 04:00:33 2008
0.06/0.08	c 0	PID 6971
0.06/0.08	c 0	HOST node56.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1127955-1216778433.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127955-1216778433.xml' 'HOME/temp.csp'
0.06/0.52	c 1	1 domains, 62 variables, 0 predicates, 201 relations, 211 constraints
0.06/0.57	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.57	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.51/0.65	c 1	Parsing HOME/temp.csp
0.51/0.77	c 1	parsed 475 expressions
0.51/0.77	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.51/0.78	c 1	MAX CSP: 211 constraints
0.51/0.78	c 1	Converting to clausal form CSP
0.51/0.80	c 1	converted 69 (10%) expressions
0.51/0.81	c 1	converted 138 (20%) expressions
0.51/0.81	c 1	converted 207 (30%) expressions
0.51/0.82	c 1	converted 276 (40%) expressions
0.51/0.83	c 1	converted 345 (50%) expressions
0.51/0.84	c 1	converted 414 (60%) expressions
0.51/0.85	c 1	converted 483 (70%) expressions
0.51/0.85	c 1	converted 552 (80%) expressions
0.51/0.86	c 1	converted 621 (90%) expressions
0.92/1.02	c 1	converted 689 (100%) expressions
0.92/1.02	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 317
0.92/1.02	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/1.02	c 1	Propagation in CSP
0.92/1.04	c 1	206 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.92/1.04	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 212
0.92/1.04	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/1.04	c 1	Simplifing CSP by introducing new Boolean variables
0.92/1.04	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 212
0.92/1.04	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/1.07	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.92/1.08	c 1	49 (10%) CSP integer variables are encoded (147 clauses, 1519 bytes)
0.92/1.08	c 1	97 (20%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.92/1.08	c 1	146 (30%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.92/1.08	c 1	194 (40%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.92/1.08	c 1	242 (50%) CSP integer variables are encoded (186 clauses, 1948 bytes)
0.92/1.09	c 1	291 (60%) CSP integer variables are encoded (443 clauses, 4775 bytes)
0.92/1.09	c 1	339 (70%) CSP integer variables are encoded (692 clauses, 7566 bytes)
0.92/1.09	c 1	388 (80%) CSP integer variables are encoded (1030 clauses, 11960 bytes)
0.92/1.10	c 1	436 (90%) CSP integer variables are encoded (1274 clauses, 15132 bytes)
0.92/1.10	c 1	484 (100%) CSP integer variables are encoded (2890 clauses, 36140 bytes)
1.01/1.13	c 1	64 (10%) CSP clauses are encoded (3263 clauses, 41211 bytes)
1.01/1.14	c 1	127 (20%) CSP clauses are encoded (3623 clauses, 46412 bytes)
1.01/1.15	c 1	190 (30%) CSP clauses are encoded (3990 clauses, 52219 bytes)
1.01/1.17	c 1	253 (40%) CSP clauses are encoded (4491 clauses, 59277 bytes)
1.01/1.18	c 1	316 (50%) CSP clauses are encoded (7476 clauses, 103484 bytes)
1.01/1.18	c 1	380 (60%) CSP clauses are encoded (8520 clauses, 120697 bytes)
1.11/1.20	c 1	443 (70%) CSP clauses are encoded (16799 clauses, 264747 bytes)
1.11/1.21	c 1	506 (80%) CSP clauses are encoded (17928 clauses, 283759 bytes)
1.11/1.23	c 1	569 (90%) CSP clauses are encoded (27375 clauses, 445890 bytes)
1.11/1.30	c 1	632 (100%) CSP clauses are encoded (65057 clauses, 1133075 bytes)
1.11/1.30	c 1	632 CSP clauses encoded
1.21/1.30	c 1	Writing map file : HOME/temp.map
1.21/1.30	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.30	c 1	SAT : 3374 SAT variables, 65057 SAT clauses, 1133075 bytes
1.21/1.30	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.36	c 1	OBJECTIVE minimize _COST
1.21/1.36	c 1	SOLVING HOME/temp.cnf
1.21/1.36	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.21/1.36	c 1	This is MiniSat 2.0 beta incremental
1.21/1.36	c 1	WARNING: for repeatability, setting FPU to use double precision
1.21/1.36	c 1	============================[ Problem Statistics ]=============================
1.21/1.36	c 1	|                                                                             |
1.21/1.36	c 1	|  Number of variables:  3374                                                 |
1.21/1.36	c 1	|  Number of clauses:    65057                                                |
1.21/1.40	c 1	|  Parsing time:         0.03         s                                       |
1.24/1.40	c 1	OK
1.24/1.40	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.24/1.40	c 1	SEARCHING: _COST <= 106
1.24/1.40	c 1	============================[ Search Statistics ]==============================
1.24/1.40	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.24/1.40	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.24/1.40	c 1	===============================================================================
1.24/1.40	c 1	|         0 |    3374    65057   186609 |    21685        0    nan |  0.000 % |
1.24/1.42	c 1	|       102 |    3370    65057   186609 |    23854      101     10 |  0.304 % |
1.24/1.43	c 2	|       252 |    3370    65057   186609 |    26239      251     13 |  0.304 % |
1.24/1.45	c 2	|       478 |    3370    65057   186609 |    28863      477     14 |  0.304 % |
1.24/1.49	c 2	|       815 |    3370    65057   186609 |    31749      814     15 |  0.304 % |
1.24/1.57	c 2	|      1322 |    3370    65057   186609 |    34924     1321     16 |  0.304 % |
1.24/1.66	c 2	|      2082 |    3364    64862   186061 |    38417     2081     16 |  0.304 % |
1.24/1.80	c 2	|      3221 |    3364    64862   186061 |    42259     3220     17 |  0.304 % |
1.24/2.04	c 2	|      4929 |    3364    64862   186061 |    46485     4928     17 |  0.304 % |
2.25/2.46	c 3	|      7491 |    3364    64862   186061 |    51133     7490     19 |  0.304 % |
2.96/3.12	c 3	|     11336 |    3353    64513   185054 |    56247    11334     20 |  0.630 % |
3.95/4.11	c 4	|     17102 |    3353    64513   185054 |    61871    17100     22 |  0.630 % |
5.93/6.10	c 6	|     25752 |    3353    64513   185054 |    68058    25750     23 |  0.630 % |
9.78/10.07	c 10	|     38729 |    3353    64513   185054 |    74864    38727     24 |  0.630 % |
16.82/17.18	c 17	|     58190 |    3353    64513   185054 |    82351    58188     23 |  0.630 % |
34.43/34.93	c 35	|     87382 |    3353    64513   185054 |    90586    17619     21 |  0.630 % |
53.45/54.16	c 54	|    131171 |    3353    64513   185054 |    99645    61408     23 |  0.630 % |
95.38/98.13	c 98	|    196856 |    3353    64513   185054 |   109609    41475     22 |  0.630 % |
169.19/175.26	c 175	|    295383 |    3353    64513   185054 |   120570    45473     23 |  0.630 % |
292.22/299.45	c 300	|    443172 |    3353    64513   185054 |   132627    88184     23 |  0.630 % |
481.71/490.77	c 491	|    664856 |    3353    64513   185054 |   145890    76580     21 |  0.630 % |
813.36/825.53	c 826	|    997382 |    3353    64513   185054 |   160479    20339     17 |  0.630 % |
1252.37/1268.73	c 1269	|   1496170 |    3353    64513   185054 |   176527    79495     26 |  0.630 % |
2092.37/2116.79	c 2117	|   2244352 |    3353    64513   185054 |   194180    22884     24 |  0.630 % |
3570.97/3608.10	c 3608	|   3366626 |    3353    64513   185054 |   213598    86718     25 |  0.630 % |
3600.04/3637.11	c ERROR INTERRUPTED
3600.04/3637.11	s UNKNOWN
3600.04/3637.11	c 3637	CPU 3599.7 (0.06 0.02 3599.64 0.34)
3600.04/3637.11	c 3637	END Wed Jul 23 05:01:10 2008

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1127955-1216778433/watcher-1127955-1216778433 -o /tmp/evaluation-result-1127955-1216778433/solver-1127955-1216778433 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1127955-1216778433.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 2.01 1.98 4/75 6971
/proc/meminfo: memFree=1173136/2055920 swapFree=4192956/4192956
[pid=6971] ppid=6969 vsize=12268 CPUtime=0
/proc/6971/stat : 6971 (sugar++) R 6969 6971 6671 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 4931701 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 250969029221 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/6971/statm: 3067 316 241 3 0 167 0

[startup+0.081899 s]
/proc/loadavg: 1.99 2.01 1.98 4/75 6971
/proc/meminfo: memFree=1173136/2055920 swapFree=4192956/4192956
[pid=6971] ppid=6969 vsize=16740 CPUtime=0.06
/proc/6971/stat : 6971 (sugar++) R 6969 6971 6671 0 -1 4194304 1106 0 0 0 5 1 0 0 18 0 1 0 4931701 17141760 1074 996147200 4194304 4206940 548682068528 18446744073709551615 250989342560 0 0 4224 0 0 0 0 17 1 0 0
/proc/6971/statm: 4185 1074 384 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102904 s]
/proc/loadavg: 1.99 2.01 1.98 4/75 6971
/proc/meminfo: memFree=1173136/2055920 swapFree=4192956/4192956
[pid=6971] ppid=6969 vsize=16740 CPUtime=0.06
/proc/6971/stat : 6971 (sugar++) S 6969 6971 6671 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 4931701 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6971/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301936 s]
/proc/loadavg: 1.99 2.01 1.98 4/75 6971
/proc/meminfo: memFree=1173136/2055920 swapFree=4192956/4192956
[pid=6971] ppid=6969 vsize=16740 CPUtime=0.06
/proc/6971/stat : 6971 (sugar++) S 6969 6971 6671 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 4931701 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6971/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.703008 s]
/proc/loadavg: 1.99 2.01 1.98 4/75 6971
/proc/meminfo: memFree=1173136/2055920 swapFree=4192956/4192956
[pid=6971] ppid=6969 vsize=16740 CPUtime=0.51
/proc/6971/stat : 6971 (sugar++) S 6969 6971 6671 0 -1 4194304 1296 4540 0 1 5 2 41 3 16 0 1 0 4931701 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6971/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 16740

[startup+1.50115 s]
/proc/loadavg: 1.99 2.01 1.98 3/86 6993
/proc/meminfo: memFree=1158712/2055920 swapFree=4192956/4192956
[pid=6971] ppid=6969 vsize=16872 CPUtime=1.24
/proc/6971/stat : 6971 (sugar++) S 6969 6971 6671 0 -1 4194304 1467 11125 0 2 6 2 107 9 15 0 1 0 4931701 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6971/statm: 4218 1117 414 3 0 797 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 16872

[startup+3.10144 s]
/proc/loadavg: 1.99 2.01 1.98 3/77 6994
/proc/meminfo: memFree=1163776/2055920 swapFree=4192956/4192956
[pid=6971] ppid=6969 vsize=16872 CPUtime=1.24
/proc/6971/stat : 6971 (sugar++) S 6969 6971 6671 0 -1 4194304 1467 11125 0 2 6 2 107 9 15 0 1 0 4931701 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6971/statm: 4218 1117 414 3 0 797 0
[pid=6994] ppid=6971 vsize=6080 CPUtime=1.72
/proc/6994/stat : 6994 (minisat-inc) R 6971 6971 6671 0 -1 4194304 1455 0 0 0 171 1 0 0 25 0 1 0 4931838 6225920 1404 996147200 134512640 135134323 4294956192 18446744073709551615 134531879 0 0 4096 3 0 0 0 17 1 0 0
/proc/6994/statm: 1520 1404 73 151 0 1366 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 22952

[startup+6.30301 s]
/proc/loadavg: 1.99 2.01 1.98 3/77 6994
/proc/meminfo: memFree=1160576/2055920 swapFree=4192956/4192956
[pid=6971] ppid=6969 vsize=16872 CPUtime=1.24
/proc/6971/stat : 6971 (sugar++) S 6969 6971 6671 0 -1 4194304 1467 11125 0 2 6 2 107 9 16 0 1 0 4931701 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6971/statm: 4218 1117 414 3 0 797 0
[pid=6994] ppid=6971 vsize=8300 CPUtime=4.89
/proc/6994/stat : 6994 (minisat-inc) R 6971 6971 6671 0 -1 4194304 1981 0 0 0 488 1 0 0 25 0 1 0 4931838 8499200 1930 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/6994/statm: 2075 1930 73 151 0 1921 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 25172

[startup+12.7012 s]
/proc/loadavg: 1.99 2.01 1.98 3/77 6994
/proc/meminfo: memFree=1157184/2055920 swapFree=4192956/4192956
[pid=6971] ppid=6969 vsize=16872 CPUtime=1.24
/proc/6971/stat : 6971 (sugar++) S 6969 6971 6671 0 -1 4194304 1467 11125 0 2 6 2 107 9 16 0 1 0 4931701 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6971/statm: 4218 1117 414 3 0 797 0
[pid=6994] ppid=6971 vsize=11184 CPUtime=11.22
/proc/6994/stat : 6994 (minisat-inc) R 6971 6971 6671 0 -1 4194304 2690 0 0 0 1121 1 0 0 25 0 1 0 4931838 11452416 2639 996147200 134512640 135134323 4294956192 18446744073709551615 134532500 0 0 4096 3 0 0 0 17 1 0 0
/proc/6994/statm: 2796 2639 73 151 0 2642 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 28056

[startup+25.5024 s]
/proc/loadavg: 1.99 2.01 1.98 3/77 6994
/proc/meminfo: memFree=1153536/2055920 swapFree=4192956/4192956
[pid=6971] ppid=6969 vsize=16872 CPUtime=1.24
/proc/6971/stat : 6971 (sugar++) S 6969 6971 6671 0 -1 4194304 1467 11125 0 2 6 2 107 9 16 0 1 0 4931701 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6971/statm: 4218 1117 414 3 0 797 0
[pid=6994] ppid=6971 vsize=14252 CPUtime=23.89
/proc/6994/stat : 6994 (minisat-inc) R 6971 6971 6671 0 -1 4194304 3473 0 0 0 2387 2 0 0 25 0 1 0 4931838 14594048 3422 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/6994/statm: 3563 3422 73 151 0 3409 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 31124

[startup+51.103 s]
/proc/loadavg: 1.99 2.01 1.98 3/77 7000
/proc/meminfo: memFree=1151544/2055920 swapFree=4192956/4192956
[pid=6971] ppid=6969 vsize=16872 CPUtime=1.24
/proc/6971/stat : 6971 (sugar++) S 6969 6971 6671 0 -1 4194304 1467 11125 0 2 6 2 107 9 16 0 1 0 4931701 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6971/statm: 4218 1117 414 3 0 797 0
[pid=6994] ppid=6971 vsize=16000 CPUtime=49.24
/proc/6994/stat : 6994 (minisat-inc) R 6971 6971 6671 0 -1 4194304 3898 0 0 0 4921 3 0 0 25 0 1 0 4931838 16384000 3847 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 1 0 0
/proc/6994/statm: 4000 3847 73 151 0 3846 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 32872

[startup+102.307 s]
/proc/loadavg: 2.35 2.08 2.01 4/83 7455
/proc/meminfo: memFree=1143424/2055920 swapFree=4192956/4192956
[pid=6971] ppid=6969 vsize=16872 CPUtime=1.24
/proc/6971/stat : 6971 (sugar++) S 6969 6971 6671 0 -1 4194304 1467 11125 0 2 6 2 107 9 16 0 1 0 4931701 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6971/statm: 4218 1117 414 3 0 797 0
[pid=6994] ppid=6971 vsize=19500 CPUtime=96.55
/proc/6994/stat : 6994 (minisat-inc) R 6971 6971 6671 0 -1 4194304 4744 0 0 0 9651 4 0 0 25 0 1 0 4931838 19968000 4693 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/6994/statm: 4875 4693 73 151 0 4721 0
Current children cumulated CPU time (s) 97.79
Current children cumulated vsize (KiB) 36372

[startup+162.302 s]
/proc/loadavg: 2.14 2.07 2.00 3/77 7496
/proc/meminfo: memFree=1143032/2055920 swapFree=4192956/4192956
[pid=6971] ppid=6969 vsize=16872 CPUtime=1.24
/proc/6971/stat : 6971 (sugar++) S 6969 6971 6671 0 -1 4194304 1467 11125 0 2 6 2 107 9 16 0 1 0 4931701 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6971/statm: 4218 1117 414 3 0 797 0
[pid=6994] ppid=6971 vsize=22076 CPUtime=155.17
/proc/6994/stat : 6994 (minisat-inc) R 6971 6971 6671 0 -1 4194304 5359 0 0 0 15512 5 0 0 25 0 1 0 4931838 22605824 5308 996147200 134512640 135134323 4294956192 18446744073709551615 134524822 0 0 4096 3 0 0 0 17 1 0 0
/proc/6994/statm: 5519 5308 73 151 0 5365 0
Current children cumulated CPU time (s) 156.41
Current children cumulated vsize (KiB) 38948

[startup+222.302 s]
/proc/loadavg: 2.05 2.05 2.00 3/77 7496
/proc/meminfo: memFree=1141432/2055920 swapFree=4192956/4192956
[pid=6971] ppid=6969 vsize=16872 CPUtime=1.24
/proc/6971/stat : 6971 (sugar++) S 6969 6971 6671 0 -1 4194304 1467 11125 0 2 6 2 107 9 16 0 1 0 4931701 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6971/statm: 4218 1117 414 3 0 797 0
[pid=6994] ppid=6971 vsize=22668 CPUtime=214.61
/proc/6994/stat : 6994 (minisat-inc) R 6971 6971 6671 0 -1 4194304 5488 0 0 0 21455 6 0 0 25 0 1 0 4931838 23212032 5437 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/6994/statm: 5667 5437 73 151 0 5513 0
Current children cumulated CPU time (s) 215.85
Current children cumulated vsize (KiB) 39540

[startup+282.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/77 7496
/proc/meminfo: memFree=1137208/2055920 swapFree=4192956/4192956
[pid=6971] ppid=6969 vsize=16872 CPUtime=1.24
/proc/6971/stat : 6971 (sugar++) S 6969 6971 6671 0 -1 4194304 1467 11125 0 2 6 2 107 9 16 0 1 0 4931701 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6971/statm: 4218 1117 414 3 0 797 0
[pid=6994] ppid=6971 vsize=24308 CPUtime=274.04
/proc/6994/stat : 6994 (minisat-inc) R 6971 6971 6671 0 -1 4194304 5901 0 0 0 27398 6 0 0 25 0 1 0 4931838 24891392 5850 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/6994/statm: 6077 5850 73 151 0 5923 0
Current children cumulated CPU time (s) 275.28
Current children cumulated vsize (KiB) 41180

[startup+342.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/77 7496
/proc/meminfo: memFree=1134392/2055920 swapFree=4192956/4192956
[pid=6971] ppid=6969 vsize=16872 CPUtime=1.24
/proc/6971/stat : 6971 (sugar++) S 6969 6971 6671 0 -1 4194304 1467 11125 0 2 6 2 107 9 16 0 1 0 4931701 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6971/statm: 4218 1117 414 3 0 797 0
[pid=6994] ppid=6971 vsize=25316 CPUtime=333.47
/proc/6994/stat : 6994 (minisat-inc) R 6971 6971 6671 0 -1 4194304 6112 0 0 0 33341 6 0 0 25 0 1 0 4931838 25923584 6061 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/6994/statm: 6329 6061 73 151 0 6175 0
Current children cumulated CPU time (s) 334.71
Current children cumulated vsize (KiB) 42188

[startup+402.303 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 7496
/proc/meminfo: memFree=1132416/2055920 swapFree=4192956/4192956
[pid=6971] ppid=6969 vsize=16872 CPUtime=1.24
/proc/6971/stat : 6971 (sugar++) S 6969 6971 6671 0 -1 4194304 1467 11125 0 2 6 2 107 9 16 0 1 0 4931701 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6971/statm: 4218 1117 414 3 0 797 0
[pid=6994] ppid=6971 vsize=26492 CPUtime=392.92
/proc/6994/stat : 6994 (minisat-inc) R 6971 6971 6671 0 -1 4194304 6397 0 0 0 39285 7 0 0 25 0 1 0 4931838 27127808 6346 996147200 134512640 135134323 4294956192 18446744073709551615 134532120 0 0 4096 3 0 0 0 17 1 0 0
/proc/6994/statm: 6623 6346 73 151 0 6469 0
Current children cumulated CPU time (s) 394.16
Current children cumulated vsize (KiB) 43364

[startup+462.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 7496
/proc/meminfo: memFree=1131840/2055920 swapFree=4192956/4192956

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

[pid=6994] ppid=6971 vsize=56964 CPUtime=2889.14
/proc/6994/stat : 6994 (minisat-inc) R 6971 6971 6671 0 -1 4194304 13595 0 0 0 288893 21 0 0 25 0 1 0 4931838 58331136 13495 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/6994/statm: 14241 13495 73 151 0 14087 0
Current children cumulated CPU time (s) 2890.38
Current children cumulated vsize (KiB) 73836

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 7498
/proc/meminfo: memFree=1079488/2055920 swapFree=4192956/4192956
[pid=6971] ppid=6969 vsize=16872 CPUtime=1.24
/proc/6971/stat : 6971 (sugar++) S 6969 6971 6671 0 -1 4194304 1467 11125 0 2 6 2 107 9 16 0 1 0 4931701 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6971/statm: 4218 1117 414 3 0 797 0
[pid=6994] ppid=6971 vsize=57084 CPUtime=2948.57
/proc/6994/stat : 6994 (minisat-inc) R 6971 6971 6671 0 -1 4194304 13600 0 0 0 294836 21 0 0 25 0 1 0 4931838 58454016 13500 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/6994/statm: 14271 13500 73 151 0 14117 0
Current children cumulated CPU time (s) 2949.81
Current children cumulated vsize (KiB) 73956

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 7498
/proc/meminfo: memFree=1078848/2055920 swapFree=4192956/4192956
[pid=6971] ppid=6969 vsize=16872 CPUtime=1.24
/proc/6971/stat : 6971 (sugar++) S 6969 6971 6671 0 -1 4194304 1467 11125 0 2 6 2 107 9 16 0 1 0 4931701 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6971/statm: 4218 1117 414 3 0 797 0
[pid=6994] ppid=6971 vsize=57448 CPUtime=3008.01
/proc/6994/stat : 6994 (minisat-inc) R 6971 6971 6671 0 -1 4194304 13687 0 0 0 300780 21 0 0 25 0 1 0 4931838 58826752 13587 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/6994/statm: 14362 13587 73 151 0 14208 0
Current children cumulated CPU time (s) 3009.25
Current children cumulated vsize (KiB) 74320

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 7498
/proc/meminfo: memFree=1078848/2055920 swapFree=4192956/4192956
[pid=6971] ppid=6969 vsize=16872 CPUtime=1.24
/proc/6971/stat : 6971 (sugar++) S 6969 6971 6671 0 -1 4194304 1467 11125 0 2 6 2 107 9 16 0 1 0 4931701 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6971/statm: 4218 1117 414 3 0 797 0
[pid=6994] ppid=6971 vsize=57628 CPUtime=3067.45
/proc/6994/stat : 6994 (minisat-inc) R 6971 6971 6671 0 -1 4194304 13696 0 0 0 306723 22 0 0 25 0 1 0 4931838 59011072 13596 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/6994/statm: 14407 13596 73 151 0 14253 0
Current children cumulated CPU time (s) 3068.69
Current children cumulated vsize (KiB) 74500

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 7498
/proc/meminfo: memFree=1078656/2055920 swapFree=4192956/4192956
[pid=6971] ppid=6969 vsize=16872 CPUtime=1.24
/proc/6971/stat : 6971 (sugar++) S 6969 6971 6671 0 -1 4194304 1467 11125 0 2 6 2 107 9 16 0 1 0 4931701 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6971/statm: 4218 1117 414 3 0 797 0
[pid=6994] ppid=6971 vsize=57628 CPUtime=3126.88
/proc/6994/stat : 6994 (minisat-inc) R 6971 6971 6671 0 -1 4194304 13696 0 0 0 312666 22 0 0 25 0 1 0 4931838 59011072 13596 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/6994/statm: 14407 13596 73 151 0 14253 0
Current children cumulated CPU time (s) 3128.12
Current children cumulated vsize (KiB) 74500

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 7498
/proc/meminfo: memFree=1078528/2055920 swapFree=4192956/4192956
[pid=6971] ppid=6969 vsize=16872 CPUtime=1.24
/proc/6971/stat : 6971 (sugar++) S 6969 6971 6671 0 -1 4194304 1467 11125 0 2 6 2 107 9 16 0 1 0 4931701 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6971/statm: 4218 1117 414 3 0 797 0
[pid=6994] ppid=6971 vsize=57912 CPUtime=3186.31
/proc/6994/stat : 6994 (minisat-inc) R 6971 6971 6671 0 -1 4194304 13724 0 0 0 318609 22 0 0 25 0 1 0 4931838 59301888 13624 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/6994/statm: 14478 13624 73 151 0 14324 0
Current children cumulated CPU time (s) 3187.55
Current children cumulated vsize (KiB) 74784

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 7498
/proc/meminfo: memFree=1078208/2055920 swapFree=4192956/4192956
[pid=6971] ppid=6969 vsize=16872 CPUtime=1.24
/proc/6971/stat : 6971 (sugar++) S 6969 6971 6671 0 -1 4194304 1467 11125 0 2 6 2 107 9 16 0 1 0 4931701 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6971/statm: 4218 1117 414 3 0 797 0
[pid=6994] ppid=6971 vsize=58084 CPUtime=3245.75
/proc/6994/stat : 6994 (minisat-inc) R 6971 6971 6671 0 -1 4194304 13754 0 0 0 324553 22 0 0 25 0 1 0 4931838 59478016 13654 996147200 134512640 135134323 4294956192 18446744073709551615 134531941 0 0 4096 3 0 0 0 17 1 0 0
/proc/6994/statm: 14521 13654 73 151 0 14367 0
Current children cumulated CPU time (s) 3246.99
Current children cumulated vsize (KiB) 74956

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 7498
/proc/meminfo: memFree=1077568/2055920 swapFree=4192956/4192956
[pid=6971] ppid=6969 vsize=16872 CPUtime=1.24
/proc/6971/stat : 6971 (sugar++) S 6969 6971 6671 0 -1 4194304 1467 11125 0 2 6 2 107 9 16 0 1 0 4931701 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6971/statm: 4218 1117 414 3 0 797 0
[pid=6994] ppid=6971 vsize=58224 CPUtime=3305.18
/proc/6994/stat : 6994 (minisat-inc) R 6971 6971 6671 0 -1 4194304 13812 0 0 0 330496 22 0 0 25 0 1 0 4931838 59621376 13712 996147200 134512640 135134323 4294956192 18446744073709551615 134532059 0 0 4096 3 0 0 0 17 1 0 0
/proc/6994/statm: 14556 13712 73 151 0 14402 0
Current children cumulated CPU time (s) 3306.42
Current children cumulated vsize (KiB) 75096

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 7498
/proc/meminfo: memFree=1077312/2055920 swapFree=4192956/4192956
[pid=6971] ppid=6969 vsize=16872 CPUtime=1.24
/proc/6971/stat : 6971 (sugar++) S 6969 6971 6671 0 -1 4194304 1467 11125 0 2 6 2 107 9 16 0 1 0 4931701 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6971/statm: 4218 1117 414 3 0 797 0
[pid=6994] ppid=6971 vsize=58436 CPUtime=3364.61
/proc/6994/stat : 6994 (minisat-inc) R 6971 6971 6671 0 -1 4194304 13838 0 0 0 336439 22 0 0 25 0 1 0 4931838 59838464 13738 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/6994/statm: 14609 13738 73 151 0 14455 0
Current children cumulated CPU time (s) 3365.85
Current children cumulated vsize (KiB) 75308

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 7548
/proc/meminfo: memFree=1122816/2055920 swapFree=4192956/4192956
[pid=6971] ppid=6969 vsize=16872 CPUtime=1.24
/proc/6971/stat : 6971 (sugar++) S 6969 6971 6671 0 -1 4194304 1467 11125 0 2 6 2 107 9 16 0 1 0 4931701 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6971/statm: 4218 1117 414 3 0 797 0
[pid=6994] ppid=6971 vsize=58680 CPUtime=3424.09
/proc/6994/stat : 6994 (minisat-inc) R 6971 6971 6671 0 -1 4194304 13912 0 0 0 342386 23 0 0 25 0 1 0 4931838 60088320 13812 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/6994/statm: 14670 13812 73 151 0 14516 0
Current children cumulated CPU time (s) 3425.33
Current children cumulated vsize (KiB) 75552

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 7548
/proc/meminfo: memFree=1114176/2055920 swapFree=4192956/4192956
[pid=6971] ppid=6969 vsize=16872 CPUtime=1.24
/proc/6971/stat : 6971 (sugar++) S 6969 6971 6671 0 -1 4194304 1467 11125 0 2 6 2 107 9 16 0 1 0 4931701 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6971/statm: 4218 1117 414 3 0 797 0
[pid=6994] ppid=6971 vsize=58844 CPUtime=3484.06
/proc/6994/stat : 6994 (minisat-inc) R 6971 6971 6671 0 -1 4194304 13952 0 0 0 348383 23 0 0 25 0 1 0 4931838 60256256 13852 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/6994/statm: 14711 13852 73 151 0 14557 0
Current children cumulated CPU time (s) 3485.3
Current children cumulated vsize (KiB) 75716

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 7548
/proc/meminfo: memFree=1110464/2055920 swapFree=4192956/4192956
[pid=6971] ppid=6969 vsize=16872 CPUtime=1.24
/proc/6971/stat : 6971 (sugar++) S 6969 6971 6671 0 -1 4194304 1467 11125 0 2 6 2 107 9 16 0 1 0 4931701 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6971/statm: 4218 1117 414 3 0 797 0
[pid=6994] ppid=6971 vsize=59024 CPUtime=3544.03
/proc/6994/stat : 6994 (minisat-inc) R 6971 6971 6671 0 -1 4194304 13968 0 0 0 354380 23 0 0 25 0 1 0 4931838 60440576 13868 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/6994/statm: 14756 13868 73 151 0 14602 0
Current children cumulated CPU time (s) 3545.27
Current children cumulated vsize (KiB) 75896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3637.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 7554
/proc/meminfo: memFree=1109048/2055920 swapFree=4192956/4192956
[pid=6971] ppid=6969 vsize=16872 CPUtime=1.24
/proc/6971/stat : 6971 (sugar++) S 6969 6971 6671 0 -1 4194304 1467 11125 0 2 6 2 107 9 16 0 1 0 4931701 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6971/statm: 4218 1117 414 3 0 797 0
[pid=6994] ppid=6971 vsize=59396 CPUtime=3598.8
/proc/6994/stat : 6994 (minisat-inc) R 6971 6971 6671 0 -1 4194304 14040 0 0 0 359856 24 0 0 25 0 1 0 4931838 60821504 13940 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 0 0 0
/proc/6994/statm: 14849 13940 73 151 0 14695 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 76268

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

Solver just ended. Dumping a history of the last processes samples

[startup+3637.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 7554
/proc/meminfo: memFree=1109048/2055920 swapFree=4192956/4192956
[pid=6971] ppid=6969 vsize=16872 CPUtime=1.24
/proc/6971/stat : 6971 (sugar++) S 6969 6971 6671 0 -1 4194304 1467 11125 0 2 6 2 107 9 16 0 1 0 4931701 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6971/statm: 4218 1117 414 3 0 797 0
[pid=6994] ppid=6971 vsize=59396 CPUtime=3598.8
/proc/6994/stat : 6994 (minisat-inc) R 6971 6971 6671 0 -1 4194304 14040 0 0 0 359856 24 0 0 25 0 1 0 4931838 60821504 13940 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 0 0 0
/proc/6994/statm: 14849 13940 73 151 0 14695 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 76268

Child status: 0
Real time (s): 3637.12
CPU time (s): 3600.08
CPU user time (s): 3599.71
CPU system time (s): 0.371943
CPU usage (%): 98.9817
Max. virtual memory (cumulated for all children) (KiB): 890460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.71
system time used= 0.371943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26704
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= 1450
involuntary context switches= 76638

runsolver used 3.89341 second user time and 12.6561 second system time

The end

Launcher Data (download as text)

Begin job on node56 at 2008-07-23 04:00:33
IDJOB=1127955
IDBENCH=64420
IDSOLVER=367
FILE ID=node56/1127955-1216778433
PBS_JOBID= 7974180
Free space on /tmp= 103240 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/kbtree/kbtree-5-2-4-5/kbtree-5-2-4-5-90/normalized-kbtree-5-2-4-5-90-34_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1127955-1216778433/watcher-1127955-1216778433 -o /tmp/evaluation-result-1127955-1216778433/solver-1127955-1216778433 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1127955-1216778433.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d2a951bf42d330f22fe013b0c8baa403
RANDOM SEED=219685726

node56.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.279
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.279
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:       1173680 kB
Buffers:         29344 kB
Cached:         763672 kB
SwapCached:          0 kB
Active:         158780 kB
Inactive:       668680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1173680 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             856 kB
Writeback:           0 kB
Mapped:          45896 kB
Slab:            40056 kB
Committed_AS:    99916 kB
PageTables:       1936 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= 103240 MiB
End job on node56 at 2008-07-23 05:01:12