Trace number 1060326

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? (TO) 1800.06 1805.93

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-35.xml
MD5SUM69977ce6c8ea267a2a069c25034e898b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.06099
Satisfiable
(Un)Satisfiability was proved
Number of variables69
Number of constraints1190
Maximum constraint arity3
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1190
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 01:04:23 2008
0.00/0.04	c 0	PID 3517
0.00/0.05	c 0	HOST node47.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1060326-1215126263.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1060326-1215126263.xml' 'HOME/temp.csp'
0.04/0.46	c 1	2 domains, 69 variables, 2 predicates, 0 relations, 1190 constraints
0.04/0.49	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.49	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.42/0.57	c 1	Parsing HOME/temp.csp
0.42/0.72	c 1	parsed 1263 expressions
0.42/0.73	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.42/0.73	c 1	Converting to clausal form CSP
0.42/0.78	c 1	converted 127 (10%) expressions
0.42/0.81	c 1	converted 253 (20%) expressions
0.42/0.89	c 1	converted 379 (30%) expressions
0.42/0.91	c 1	converted 506 (40%) expressions
0.42/0.92	c 1	converted 632 (50%) expressions
0.42/0.93	c 1	converted 758 (60%) expressions
0.42/0.94	c 1	converted 885 (70%) expressions
0.42/0.95	c 1	converted 1011 (80%) expressions
0.42/0.95	c 1	converted 1137 (90%) expressions
0.42/0.96	c 1	converted 1263 (100%) expressions
0.42/0.96	c 1	CSP : 69 integers, 0 booleans, 1258 clauses, largest domain size 35
0.42/0.96	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.42/0.96	c 1	Propagation in CSP
0.42/0.99	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.42/0.99	c 1	CSP : 69 integers, 0 booleans, 1258 clauses, largest domain size 35
0.42/0.99	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.90/1.00	c 1	Simplifing CSP by introducing new Boolean variables
0.90/1.03	c 1	CSP : 69 integers, 2380 booleans, 3638 clauses, largest domain size 35
0.90/1.03	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.90/1.06	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.90/1.08	c 1	7 (10%) CSP integer variables are encoded (231 clauses, 2395 bytes)
0.90/1.08	c 1	14 (20%) CSP integer variables are encoded (462 clauses, 4936 bytes)
0.90/1.08	c 1	21 (30%) CSP integer variables are encoded (693 clauses, 7477 bytes)
0.90/1.08	c 1	28 (40%) CSP integer variables are encoded (924 clauses, 10018 bytes)
0.90/1.08	c 1	35 (50%) CSP integer variables are encoded (1155 clauses, 12930 bytes)
0.90/1.08	c 1	42 (60%) CSP integer variables are encoded (1379 clauses, 15842 bytes)
0.90/1.09	c 1	49 (70%) CSP integer variables are encoded (1603 clauses, 18754 bytes)
0.90/1.09	c 1	56 (80%) CSP integer variables are encoded (1827 clauses, 21666 bytes)
0.90/1.09	c 1	63 (90%) CSP integer variables are encoded (2051 clauses, 24578 bytes)
0.90/1.09	c 1	69 (100%) CSP integer variables are encoded (2243 clauses, 27074 bytes)
1.00/1.12	c 1	364 (10%) CSP clauses are encoded (10869 clauses, 164726 bytes)
1.00/1.15	c 1	728 (20%) CSP clauses are encoded (19495 clauses, 310418 bytes)
1.00/1.18	c 1	1092 (30%) CSP clauses are encoded (28087 clauses, 455672 bytes)
1.00/1.20	c 1	1456 (40%) CSP clauses are encoded (36713 clauses, 601890 bytes)
1.09/1.22	c 1	1819 (50%) CSP clauses are encoded (45281 clauses, 751935 bytes)
1.09/1.24	c 1	2183 (60%) CSP clauses are encoded (53664 clauses, 907692 bytes)
1.09/1.26	c 1	2547 (70%) CSP clauses are encoded (62014 clauses, 1062826 bytes)
1.09/1.28	c 1	2911 (80%) CSP clauses are encoded (70397 clauses, 1218583 bytes)
1.09/1.29	c 2	3275 (90%) CSP clauses are encoded (78780 clauses, 1374340 bytes)
1.30/1.47	c 2	3638 (100%) CSP clauses are encoded (164151 clauses, 3025500 bytes)
1.30/1.47	c 2	3638 CSP clauses encoded
1.30/1.47	c 2	Writing map file : HOME/temp.map
1.30/1.47	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.30/1.47	c 2	SAT : 4692 SAT variables, 164151 SAT clauses, 3025500 bytes
1.30/1.47	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.30/1.49	c 2	SOLVING HOME/temp.cnf
1.30/1.49	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.30/1.49	c 2	This is MiniSat 2.0 beta
1.30/1.49	c 2	WARNING: for repeatability, setting FPU to use double precision
1.30/1.49	c 2	============================[ Problem Statistics ]=============================
1.30/1.49	c 2	|                                                                             |
1.30/1.49	c 2	|  Number of variables:  4692                                                 |
1.30/1.49	c 2	|  Number of clauses:    164151                                               |
1.39/1.57	c 2	|  Parsing time:         0.07         s                                       |
1.39/1.58	c 2	============================[ Search Statistics ]==============================
1.39/1.58	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.39/1.58	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.39/1.58	c 2	===============================================================================
1.39/1.58	c 2	|         0 |    4692   164151   520164 |    54717        0    nan |  0.000 % |
1.39/1.62	c 2	|       100 |    4692   164151   520164 |    60188      100     11 |  0.000 % |
1.39/1.70	c 2	|       251 |    4692   164151   520164 |    66207      251     21 |  0.000 % |
1.39/1.78	c 2	|       476 |    4692   164151   520164 |    72828      476     26 |  0.000 % |
1.39/1.91	c 2	|       814 |    4692   164151   520164 |    80111      814     32 |  0.000 % |
1.98/2.11	c 2	|      1322 |    4692   164151   520164 |    88122     1322     33 |  0.000 % |
2.17/2.38	c 3	|      2082 |    4692   164151   520164 |    96934     2082     34 |  0.000 % |
2.77/2.91	c 3	|      3221 |    4692   164151   520164 |   106627     3221     36 |  0.000 % |
3.46/3.68	c 4	|      4929 |    4692   164151   520164 |   117290     4929     36 |  0.000 % |
5.04/5.25	c 5	|      7492 |    4692   164151   520164 |   129019     7492     38 |  0.000 % |
7.33/7.53	c 8	|     11339 |    4692   164151   520164 |   141921    11339     39 |  0.000 % |
9.50/9.72	c 10	|     17107 |    4692   164151   520164 |   156113    17107     34 |  0.000 % |
15.14/15.41	c 16	|     25757 |    4692   164151   520164 |   171725    25757     37 |  0.000 % |
23.27/23.60	c 24	|     38732 |    4692   164151   520164 |   188897    38732     37 |  0.000 % |
40.31/40.88	c 41	|     58194 |    4692   164151   520164 |   207787    58194     36 |  0.000 % |
72.20/73.03	c 73	|     87387 |    4692   164151   520164 |   228566    87387     40 |  0.000 % |
120.24/121.53	c 122	|    131177 |    4692   164151   520164 |   251423   131177     41 |  0.000 % |
221.67/223.96	c 224	|    196862 |    4692   164151   520164 |   276565   196862     42 |  0.000 % |
368.36/372.08	c 372	|    295389 |    4692   164151   520164 |   304221    32626     49 |  0.000 % |
553.85/558.60	c 559	|    443178 |    4692   164151   520164 |   334644   180415     50 |  0.000 % |
946.70/951.82	c 952	|    664862 |    4692   164151   520164 |   368108    80312     57 |  0.000 % |
1698.34/1704.18	c 1704	|    997387 |    4692   164151   520164 |   404919    62400     53 |  0.000 % |
1800.06/1805.91	c ERROR INTERRUPTED
1800.06/1805.92	s UNKNOWN
1800.06/1805.92	c 1806	CPU 1.27 (0.03 0.01 1.24 0.11)
1800.06/1805.92	c 1806	END Fri Jul  4 01:34:29 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1060326-1215126263/watcher-1060326-1215126263 -o /tmp/evaluation-result-1060326-1215126263/solver-1060326-1215126263 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1060326-1215126263.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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.84 1.96 1.98 4/72 3517
/proc/meminfo: memFree=1587936/2055920 swapFree=4117672/4192956
[pid=3517] ppid=3515 vsize=12000 CPUtime=0
/proc/3517/stat : 3517 (sugar) R 3515 3517 1885 0 -1 4194304 201 0 0 0 0 0 0 0 22 0 1 0 1991598587 12288000 169 996147200 4194304 4206940 548682068608 18446744073709551615 208735892107 0 0 4224 0 0 0 0 17 1 0 0
/proc/3517/statm: 3000 169 130 3 0 100 0

[startup+0.053847 s]
/proc/loadavg: 1.84 1.96 1.98 4/72 3517
/proc/meminfo: memFree=1587936/2055920 swapFree=4117672/4192956
[pid=3517] ppid=3515 vsize=13600 CPUtime=0.04
/proc/3517/stat : 3517 (sugar) S 3515 3517 1885 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991598587 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3517/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.1103 s]
/proc/loadavg: 1.84 1.96 1.98 4/72 3517
/proc/meminfo: memFree=1587936/2055920 swapFree=4117672/4192956
[pid=3517] ppid=3515 vsize=13600 CPUtime=0.04
/proc/3517/stat : 3517 (sugar) S 3515 3517 1885 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991598587 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3517/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301406 s]
/proc/loadavg: 1.84 1.96 1.98 4/72 3517
/proc/meminfo: memFree=1587936/2055920 swapFree=4117672/4192956
[pid=3517] ppid=3515 vsize=13600 CPUtime=0.04
/proc/3517/stat : 3517 (sugar) S 3515 3517 1885 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991598587 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3517/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701479 s]
/proc/loadavg: 1.84 1.96 1.98 4/72 3517
/proc/meminfo: memFree=1587936/2055920 swapFree=4117672/4192956
[pid=3517] ppid=3515 vsize=13600 CPUtime=0.42
/proc/3517/stat : 3517 (sugar) S 3515 3517 1885 0 -1 4194304 973 4798 0 1 3 1 35 3 16 0 1 0 1991598587 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3517/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 13600

[startup+1.50263 s]
/proc/loadavg: 1.84 1.96 1.98 3/83 3539
/proc/meminfo: memFree=1574208/2055920 swapFree=4117672/4192956
[pid=3517] ppid=3515 vsize=13600 CPUtime=1.39
/proc/3517/stat : 3517 (sugar) S 3515 3517 1885 0 -1 4194304 1032 11711 0 2 3 1 124 11 16 0 1 0 1991598587 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3517/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 13600

[startup+3.10294 s]
/proc/loadavg: 1.84 1.96 1.98 3/75 3541
/proc/meminfo: memFree=1573376/2055920 swapFree=4117672/4192956
[pid=3517] ppid=3515 vsize=13600 CPUtime=1.39
/proc/3517/stat : 3517 (sugar) S 3515 3517 1885 0 -1 4194304 1032 11711 0 2 3 1 124 11 15 0 1 0 1991598587 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3517/statm: 3400 798 370 3 0 500 0
[pid=3540] ppid=3517 vsize=5356 CPUtime=0
/proc/3540/stat : 3540 (sh) S 3517 3517 1885 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991598736 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3540/statm: 1339 232 193 169 0 50 0
[pid=3541] ppid=3540 vsize=10344 CPUtime=1.57
/proc/3541/stat : 3541 (minisat) R 3540 3517 1885 0 -1 4194304 2460 0 0 0 156 1 0 0 25 0 1 0 1991598736 10592256 2446 996147200 134512640 135127466 4294956272 18446744073709551615 134531258 0 0 4096 3 0 0 0 17 1 0 0
/proc/3541/statm: 2586 2446 76 150 0 2433 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 29300

[startup+6.30154 s]
/proc/loadavg: 1.86 1.96 1.98 3/75 3541
/proc/meminfo: memFree=1572160/2055920 swapFree=4117672/4192956
[pid=3517] ppid=3515 vsize=13600 CPUtime=1.39
/proc/3517/stat : 3517 (sugar) S 3515 3517 1885 0 -1 4194304 1032 11711 0 2 3 1 124 11 16 0 1 0 1991598587 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3517/statm: 3400 798 370 3 0 500 0
[pid=3540] ppid=3517 vsize=5356 CPUtime=0
/proc/3540/stat : 3540 (sh) S 3517 3517 1885 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991598736 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3540/statm: 1339 232 193 169 0 50 0
[pid=3541] ppid=3540 vsize=11404 CPUtime=4.74
/proc/3541/stat : 3541 (minisat) R 3540 3517 1885 0 -1 4194304 2708 0 0 0 473 1 0 0 25 0 1 0 1991598736 11677696 2694 996147200 134512640 135127466 4294956272 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/3541/statm: 2851 2694 76 150 0 2698 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 30360

[startup+12.7018 s]
/proc/loadavg: 1.87 1.96 1.98 3/75 3541
/proc/meminfo: memFree=1569984/2055920 swapFree=4117672/4192956
[pid=3517] ppid=3515 vsize=13600 CPUtime=1.39
/proc/3517/stat : 3517 (sugar) S 3515 3517 1885 0 -1 4194304 1032 11711 0 2 3 1 124 11 16 0 1 0 1991598587 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3517/statm: 3400 798 370 3 0 500 0
[pid=3540] ppid=3517 vsize=5356 CPUtime=0
/proc/3540/stat : 3540 (sh) S 3517 3517 1885 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991598736 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3540/statm: 1339 232 193 169 0 50 0
[pid=3541] ppid=3540 vsize=13444 CPUtime=11.08
/proc/3541/stat : 3541 (minisat) R 3540 3517 1885 0 -1 4194304 3221 0 0 0 1106 2 0 0 25 0 1 0 1991598736 13766656 3207 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/3541/statm: 3361 3207 76 150 0 3208 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 32400

[startup+25.5012 s]
/proc/loadavg: 1.90 1.97 1.98 3/75 3541
/proc/meminfo: memFree=1566400/2055920 swapFree=4117672/4192956
[pid=3517] ppid=3515 vsize=13600 CPUtime=1.39
/proc/3517/stat : 3517 (sugar) S 3515 3517 1885 0 -1 4194304 1032 11711 0 2 3 1 124 11 16 0 1 0 1991598587 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3517/statm: 3400 798 370 3 0 500 0
[pid=3540] ppid=3517 vsize=5356 CPUtime=0
/proc/3540/stat : 3540 (sh) S 3517 3517 1885 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991598736 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3540/statm: 1339 232 193 169 0 50 0
[pid=3541] ppid=3540 vsize=16908 CPUtime=23.76
/proc/3541/stat : 3541 (minisat) R 3540 3517 1885 0 -1 4194304 4084 0 0 0 2373 3 0 0 25 0 1 0 1991598736 17313792 4070 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3541/statm: 4227 4070 76 150 0 4074 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 35864

[startup+51.102 s]
/proc/loadavg: 1.93 1.97 1.98 3/75 3541
/proc/meminfo: memFree=1561088/2055920 swapFree=4117672/4192956
[pid=3517] ppid=3515 vsize=13600 CPUtime=1.39
/proc/3517/stat : 3517 (sugar) S 3515 3517 1885 0 -1 4194304 1032 11711 0 2 3 1 124 11 16 0 1 0 1991598587 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3517/statm: 3400 798 370 3 0 500 0
[pid=3540] ppid=3517 vsize=5356 CPUtime=0
/proc/3540/stat : 3540 (sh) S 3517 3517 1885 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991598736 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3540/statm: 1339 232 193 169 0 50 0
[pid=3541] ppid=3540 vsize=22260 CPUtime=49.12
/proc/3541/stat : 3541 (minisat) R 3540 3517 1885 0 -1 4194304 5409 0 0 0 4907 5 0 0 25 0 1 0 1991598736 22794240 5395 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3541/statm: 5565 5395 76 150 0 5412 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 41216

[startup+102.307 s]
/proc/loadavg: 1.97 1.97 1.98 3/75 3541
/proc/meminfo: memFree=1550848/2055920 swapFree=4117672/4192956
[pid=3517] ppid=3515 vsize=13600 CPUtime=1.39
/proc/3517/stat : 3517 (sugar) S 3515 3517 1885 0 -1 4194304 1032 11711 0 2 3 1 124 11 16 0 1 0 1991598587 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3517/statm: 3400 798 370 3 0 500 0
[pid=3540] ppid=3517 vsize=5356 CPUtime=0
/proc/3540/stat : 3540 (sh) S 3517 3517 1885 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991598736 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3540/statm: 1339 232 193 169 0 50 0
[pid=3541] ppid=3540 vsize=32352 CPUtime=99.83
/proc/3541/stat : 3541 (minisat) R 3540 3517 1885 0 -1 4194304 7944 0 0 0 9975 8 0 0 25 0 1 0 1991598736 33128448 7930 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3541/statm: 8088 7930 76 150 0 7935 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 51308

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 3541
/proc/meminfo: memFree=1541376/2055920 swapFree=4117672/4192956
[pid=3517] ppid=3515 vsize=13600 CPUtime=1.39
/proc/3517/stat : 3517 (sugar) S 3515 3517 1885 0 -1 4194304 1032 11711 0 2 3 1 124 11 16 0 1 0 1991598587 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3517/statm: 3400 798 370 3 0 500 0
[pid=3540] ppid=3517 vsize=5356 CPUtime=0
/proc/3540/stat : 3540 (sh) S 3517 3517 1885 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991598736 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3540/statm: 1339 232 193 169 0 50 0
[pid=3541] ppid=3540 vsize=41748 CPUtime=159.26
/proc/3541/stat : 3541 (minisat) R 3540 3517 1885 0 -1 4194304 10270 0 0 0 15915 11 0 0 25 0 1 0 1991598736 42749952 10256 996147200 134512640 135127466 4294956272 18446744073709551615 134530834 0 0 4096 3 0 0 0 17 1 0 0
/proc/3541/statm: 10437 10256 76 150 0 10284 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 60704

[startup+222.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 3541
/proc/meminfo: memFree=1534208/2055920 swapFree=4117672/4192956
[pid=3517] ppid=3515 vsize=13600 CPUtime=1.39
/proc/3517/stat : 3517 (sugar) S 3515 3517 1885 0 -1 4194304 1032 11711 0 2 3 1 124 11 16 0 1 0 1991598587 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3517/statm: 3400 798 370 3 0 500 0
[pid=3540] ppid=3517 vsize=5356 CPUtime=0
/proc/3540/stat : 3540 (sh) S 3517 3517 1885 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991598736 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3540/statm: 1339 232 193 169 0 50 0
[pid=3541] ppid=3540 vsize=48776 CPUtime=218.7
/proc/3541/stat : 3541 (minisat) R 3540 3517 1885 0 -1 4194304 12041 0 0 0 21857 13 0 0 25 0 1 0 1991598736 49946624 12027 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3541/statm: 12194 12027 76 150 0 12041 0
Current children cumulated CPU time (s) 220.09
Current children cumulated vsize (KiB) 67732

[startup+282.303 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 3541
/proc/meminfo: memFree=1526208/2055920 swapFree=4117672/4192956
[pid=3517] ppid=3515 vsize=13600 CPUtime=1.39
/proc/3517/stat : 3517 (sugar) S 3515 3517 1885 0 -1 4194304 1032 11711 0 2 3 1 124 11 16 0 1 0 1991598587 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3517/statm: 3400 798 370 3 0 500 0
[pid=3540] ppid=3517 vsize=5356 CPUtime=0
/proc/3540/stat : 3540 (sh) S 3517 3517 1885 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991598736 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3540/statm: 1339 232 193 169 0 50 0
[pid=3541] ppid=3540 vsize=57116 CPUtime=278.12
/proc/3541/stat : 3541 (minisat) R 3540 3517 1885 0 -1 4194304 14058 0 0 0 27798 14 0 0 25 0 1 0 1991598736 58486784 14044 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3541/statm: 14279 14044 76 150 0 14126 0
Current children cumulated CPU time (s) 279.51
Current children cumulated vsize (KiB) 76072


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

/proc/meminfo: memFree=1417408/2055920 swapFree=4117672/4192956
[pid=3517] ppid=3515 vsize=13600 CPUtime=1.39
/proc/3517/stat : 3517 (sugar) S 3515 3517 1885 0 -1 4194304 1032 11711 0 2 3 1 124 11 16 0 1 0 1991598587 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3517/statm: 3400 798 370 3 0 500 0
[pid=3540] ppid=3517 vsize=5356 CPUtime=0
/proc/3540/stat : 3540 (sh) S 3517 3517 1885 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991598736 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3540/statm: 1339 232 193 169 0 50 0
[pid=3541] ppid=3540 vsize=93064 CPUtime=1355.46
/proc/3541/stat : 3541 (minisat) R 3540 3517 1885 0 -1 4194304 22972 0 0 0 135520 26 0 0 25 0 1 0 1991598736 95297536 22958 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/3541/statm: 23266 22958 76 150 0 23113 0
Current children cumulated CPU time (s) 1356.85
Current children cumulated vsize (KiB) 112020

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.98 3/83 3608
/proc/meminfo: memFree=1410688/2055920 swapFree=4117672/4192956
[pid=3517] ppid=3515 vsize=13600 CPUtime=1.39
/proc/3517/stat : 3517 (sugar) S 3515 3517 1885 0 -1 4194304 1032 11711 0 2 3 1 124 11 16 0 1 0 1991598587 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3517/statm: 3400 798 370 3 0 500 0
[pid=3540] ppid=3517 vsize=5356 CPUtime=0
/proc/3540/stat : 3540 (sh) S 3517 3517 1885 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991598736 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3540/statm: 1339 232 193 169 0 50 0
[pid=3541] ppid=3540 vsize=99720 CPUtime=1415.41
/proc/3541/stat : 3541 (minisat) R 3540 3517 1885 0 -1 4194304 24633 0 0 0 141513 28 0 0 25 0 1 0 1991598736 102113280 24619 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/3541/statm: 24930 24619 76 150 0 24777 0
Current children cumulated CPU time (s) 1416.8
Current children cumulated vsize (KiB) 118676

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.98 3/83 3608
/proc/meminfo: memFree=1405824/2055920 swapFree=4117672/4192956
[pid=3517] ppid=3515 vsize=13600 CPUtime=1.39
/proc/3517/stat : 3517 (sugar) S 3515 3517 1885 0 -1 4194304 1032 11711 0 2 3 1 124 11 16 0 1 0 1991598587 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3517/statm: 3400 798 370 3 0 500 0
[pid=3540] ppid=3517 vsize=5356 CPUtime=0
/proc/3540/stat : 3540 (sh) S 3517 3517 1885 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991598736 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3540/statm: 1339 232 193 169 0 50 0
[pid=3541] ppid=3540 vsize=104652 CPUtime=1475.35
/proc/3541/stat : 3541 (minisat) R 3540 3517 1885 0 -1 4194304 25855 0 0 0 147506 29 0 0 25 0 1 0 1991598736 107163648 25841 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3541/statm: 26163 25841 76 150 0 26010 0
Current children cumulated CPU time (s) 1476.74
Current children cumulated vsize (KiB) 123608

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.98 3/83 3608
/proc/meminfo: memFree=1401152/2055920 swapFree=4117672/4192956
[pid=3517] ppid=3515 vsize=13600 CPUtime=1.39
/proc/3517/stat : 3517 (sugar) S 3515 3517 1885 0 -1 4194304 1032 11711 0 2 3 1 124 11 16 0 1 0 1991598587 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3517/statm: 3400 798 370 3 0 500 0
[pid=3540] ppid=3517 vsize=5356 CPUtime=0
/proc/3540/stat : 3540 (sh) S 3517 3517 1885 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991598736 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3540/statm: 1339 232 193 169 0 50 0
[pid=3541] ppid=3540 vsize=109236 CPUtime=1535.3
/proc/3541/stat : 3541 (minisat) R 3540 3517 1885 0 -1 4194304 27000 0 0 0 153500 30 0 0 25 0 1 0 1991598736 111857664 26986 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3541/statm: 27309 26986 76 150 0 27156 0
Current children cumulated CPU time (s) 1536.69
Current children cumulated vsize (KiB) 128192

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.98 3/83 3608
/proc/meminfo: memFree=1396736/2055920 swapFree=4117672/4192956
[pid=3517] ppid=3515 vsize=13600 CPUtime=1.39
/proc/3517/stat : 3517 (sugar) S 3515 3517 1885 0 -1 4194304 1032 11711 0 2 3 1 124 11 16 0 1 0 1991598587 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3517/statm: 3400 798 370 3 0 500 0
[pid=3540] ppid=3517 vsize=5356 CPUtime=0
/proc/3540/stat : 3540 (sh) S 3517 3517 1885 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991598736 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3540/statm: 1339 232 193 169 0 50 0
[pid=3541] ppid=3540 vsize=113608 CPUtime=1595.25
/proc/3541/stat : 3541 (minisat) R 3540 3517 1885 0 -1 4194304 28107 0 0 0 159494 31 0 0 25 0 1 0 1991598736 116334592 28093 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3541/statm: 28402 28093 76 150 0 28249 0
Current children cumulated CPU time (s) 1596.64
Current children cumulated vsize (KiB) 132564

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.98 3/83 3608
/proc/meminfo: memFree=1392704/2055920 swapFree=4117672/4192956
[pid=3517] ppid=3515 vsize=13600 CPUtime=1.39
/proc/3517/stat : 3517 (sugar) S 3515 3517 1885 0 -1 4194304 1032 11711 0 2 3 1 124 11 16 0 1 0 1991598587 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3517/statm: 3400 798 370 3 0 500 0
[pid=3540] ppid=3517 vsize=5356 CPUtime=0
/proc/3540/stat : 3540 (sh) S 3517 3517 1885 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991598736 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3540/statm: 1339 232 193 169 0 50 0
[pid=3541] ppid=3540 vsize=117576 CPUtime=1655.19
/proc/3541/stat : 3541 (minisat) R 3540 3517 1885 0 -1 4194304 29088 0 0 0 165486 33 0 0 25 0 1 0 1991598736 120397824 29074 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3541/statm: 29394 29074 76 150 0 29241 0
Current children cumulated CPU time (s) 1656.58
Current children cumulated vsize (KiB) 136532

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.98 3/83 3608
/proc/meminfo: memFree=1392576/2055920 swapFree=4117672/4192956
[pid=3517] ppid=3515 vsize=13600 CPUtime=1.39
/proc/3517/stat : 3517 (sugar) S 3515 3517 1885 0 -1 4194304 1032 11711 0 2 3 1 124 11 16 0 1 0 1991598587 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3517/statm: 3400 798 370 3 0 500 0
[pid=3540] ppid=3517 vsize=5356 CPUtime=0
/proc/3540/stat : 3540 (sh) S 3517 3517 1885 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991598736 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3540/statm: 1339 232 193 169 0 50 0
[pid=3541] ppid=3540 vsize=117576 CPUtime=1715.14
/proc/3541/stat : 3541 (minisat) R 3540 3517 1885 0 -1 4194304 29088 0 0 0 171481 33 0 0 25 0 1 0 1991598736 120397824 29074 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/3541/statm: 29394 29074 76 150 0 29241 0
Current children cumulated CPU time (s) 1716.53
Current children cumulated vsize (KiB) 136532

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.98 3/83 3608
/proc/meminfo: memFree=1392512/2055920 swapFree=4117672/4192956
[pid=3517] ppid=3515 vsize=13600 CPUtime=1.39
/proc/3517/stat : 3517 (sugar) S 3515 3517 1885 0 -1 4194304 1032 11711 0 2 3 1 124 11 16 0 1 0 1991598587 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3517/statm: 3400 798 370 3 0 500 0
[pid=3540] ppid=3517 vsize=5356 CPUtime=0
/proc/3540/stat : 3540 (sh) S 3517 3517 1885 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991598736 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3540/statm: 1339 232 193 169 0 50 0
[pid=3541] ppid=3540 vsize=117576 CPUtime=1775.09
/proc/3541/stat : 3541 (minisat) R 3540 3517 1885 0 -1 4194304 29088 0 0 0 177476 33 0 0 25 0 1 0 1991598736 120397824 29074 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3541/statm: 29394 29074 76 150 0 29241 0
Current children cumulated CPU time (s) 1776.48
Current children cumulated vsize (KiB) 136532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.9 s]
/proc/loadavg: 2.00 1.97 1.98 3/83 3608
/proc/meminfo: memFree=1392512/2055920 swapFree=4117672/4192956
[pid=3517] ppid=3515 vsize=13600 CPUtime=1.39
/proc/3517/stat : 3517 (sugar) S 3515 3517 1885 0 -1 4194304 1032 11711 0 2 3 1 124 11 16 0 1 0 1991598587 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3517/statm: 3400 798 370 3 0 500 0
[pid=3540] ppid=3517 vsize=5356 CPUtime=0
/proc/3540/stat : 3540 (sh) S 3517 3517 1885 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991598736 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3540/statm: 1339 232 193 169 0 50 0
[pid=3541] ppid=3540 vsize=117576 CPUtime=1798.67
/proc/3541/stat : 3541 (minisat) R 3540 3517 1885 0 -1 4194304 29089 0 0 0 179834 33 0 0 25 0 1 0 1991598736 120397824 29075 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3541/statm: 29394 29075 76 150 0 29241 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 136532

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

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

[startup+1805.9 s]
/proc/loadavg: 2.00 1.97 1.98 3/83 3608
/proc/meminfo: memFree=1392512/2055920 swapFree=4117672/4192956
[pid=3517] ppid=3515 vsize=13600 CPUtime=1.39
/proc/3517/stat : 3517 (sugar) S 3515 3517 1885 0 -1 4194304 1032 11711 0 2 3 1 124 11 16 0 1 0 1991598587 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3517/statm: 3400 798 370 3 0 500 0
[pid=3540] ppid=3517 vsize=5356 CPUtime=0
/proc/3540/stat : 3540 (sh) S 3517 3517 1885 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991598736 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3540/statm: 1339 232 193 169 0 50 0
[pid=3541] ppid=3540 vsize=117576 CPUtime=1798.67
/proc/3541/stat : 3541 (minisat) R 3540 3517 1885 0 -1 4194304 29089 0 0 0 179834 33 0 0 25 0 1 0 1991598736 120397824 29075 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3541/statm: 29394 29075 76 150 0 29241 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 136532

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3517 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=283804
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=131979
# CPU time returned by wait4() is 1.41578
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1805.93
CPU time (s): 1800.06
CPU user time (s): 1799.61
CPU system time (s): 0.45
CPU usage (%): 99.6751
Max. virtual memory (cumulated for all children) (KiB): 887296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.2838
system time used= 0.131979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13086
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= 2490
involuntary context switches= 2341

runsolver used 2.39963 second user time and 5.56715 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-04 01:04:23
IDJOB=1060326
IDBENCH=54444
IDSOLVER=346
FILE ID=node47/1060326-1215126263
PBS_JOBID= 7877112
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/allIntervalSeries/normalized-series-35.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1060326-1215126263/watcher-1060326-1215126263 -o /tmp/evaluation-result-1060326-1215126263/solver-1060326-1215126263 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1060326-1215126263.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 69977ce6c8ea267a2a069c25034e898b
RANDOM SEED=312080604

node47.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.281
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.281
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:       1588416 kB
Buffers:         36352 kB
Cached:         280920 kB
SwapCached:      69104 kB
Active:         210256 kB
Inactive:       203484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1588416 kB
SwapTotal:     4192956 kB
SwapFree:      4117672 kB
Dirty:            1556 kB
Writeback:           0 kB
Mapped:         103848 kB
Slab:            39084 kB
Committed_AS:  3958380 kB
PageTables:       1968 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= 66536 MiB
End job on node47 at 2008-07-04 01:34:31