Trace number 1070633

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+picosat? (TO) 1800.05 1817.44

General information on the benchmark

Namecsp/pseudoGLB/
normalized-pigeon-cardinality-105-100.xml
MD5SUM3af25c26f846dfc757d456c2bce96115
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables10500
Number of constraints205
Maximum constraint arity105
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(205)

Solver Data (download as text)

0.01/0.04	c 0	Sugar v1-13 + HOME/picosat
0.01/0.04	c 0	BEGIN Fri Jul  4 12:11:36 2008
0.01/0.04	c 0	PID 25236
0.01/0.04	c 0	HOST node86.alineos.net
0.01/0.04	c 0	CONVERTING HOME/instance-1070633-1215166296.xml TO HOME/temp.csp
0.01/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1070633-1215166296.xml' 'HOME/temp.csp'
0.02/0.92	c 1	1 domains, 10500 variables, 0 predicates, 0 relations, 205 constraints
0.02/0.97	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.02/0.97	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.92/1.06	c 1	Parsing HOME/temp.csp
1.21/1.35	c 1	parsed 10000 expressions
1.42/1.59	c 1	parsed 10706 expressions
1.42/1.59	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.42/1.59	c 1	Converting to clausal form CSP
1.52/1.62	c 1	converted 1071 (10%) expressions
1.52/1.64	c 1	converted 2142 (20%) expressions
1.52/1.64	c 1	converted 3212 (30%) expressions
1.52/1.65	c 1	converted 4283 (40%) expressions
1.52/1.65	c 1	converted 5353 (50%) expressions
1.52/1.65	c 1	converted 6424 (60%) expressions
1.52/1.65	c 1	converted 7495 (70%) expressions
1.52/1.65	c 1	converted 8565 (80%) expressions
1.52/1.65	c 1	converted 9636 (90%) expressions
3.19/3.39	c 3	converted 10706 (100%) expressions
3.19/3.39	c 3	CSP : 31090 integers, 0 booleans, 41385 clauses, largest domain size 54
3.19/3.39	c 3	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.19/3.39	c 3	Propagation in CSP
3.69/3.87	c 4	50400 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.69/3.88	c 4	CSP : 31090 integers, 0 booleans, 41385 clauses, largest domain size 51
3.69/3.88	c 4	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.78/3.90	c 4	Simplifing CSP by introducing new Boolean variables
3.78/3.92	c 4	CSP : 31090 integers, 0 booleans, 41385 clauses, largest domain size 51
3.78/3.92	c 4	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.88/4.09	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.98/4.12	c 4	3109 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.98/4.13	c 4	6218 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.98/4.13	c 4	9327 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.98/4.15	c 4	12436 (40%) CSP integer variables are encoded (9338 clauses, 140134 bytes)
3.98/4.17	c 4	15545 (50%) CSP integer variables are encoded (24338 clauses, 365134 bytes)
3.98/4.19	c 4	18654 (60%) CSP integer variables are encoded (39394 clauses, 590974 bytes)
4.08/4.21	c 4	21763 (70%) CSP integer variables are encoded (49770 clauses, 746614 bytes)
4.08/4.21	c 4	24872 (80%) CSP integer variables are encoded (49770 clauses, 746614 bytes)
4.08/4.22	c 4	27981 (90%) CSP integer variables are encoded (49770 clauses, 746614 bytes)
4.08/4.22	c 4	31090 (100%) CSP integer variables are encoded (49770 clauses, 746614 bytes)
4.37/4.52	c 4	4139 (10%) CSP clauses are encoded (176721 clauses, 3305089 bytes)
4.58/4.76	c 4	8277 (20%) CSP clauses are encoded (303669 clauses, 5868561 bytes)
4.87/5.01	c 5	12416 (30%) CSP clauses are encoded (430625 clauses, 8432188 bytes)
5.07/5.25	c 5	16554 (40%) CSP clauses are encoded (557578 clauses, 10995760 bytes)
5.27/5.50	c 5	20693 (50%) CSP clauses are encoded (684511 clauses, 13561227 bytes)
5.37/5.54	c 5	24831 (60%) CSP clauses are encoded (692767 clauses, 13690729 bytes)
5.37/5.58	c 5	28970 (70%) CSP clauses are encoded (701024 clauses, 13820268 bytes)
5.46/5.63	c 5	33108 (80%) CSP clauses are encoded (709280 clauses, 13949786 bytes)
5.46/5.67	c 5	37247 (90%) CSP clauses are encoded (717539 clauses, 14079346 bytes)
5.56/5.72	c 5	41385 (100%) CSP clauses are encoded (725795 clauses, 14208872 bytes)
5.56/5.72	c 5	41385 CSP clauses encoded
5.56/5.72	c 5	Writing map file : HOME/temp.map
5.56/5.79	c 6	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.56/5.79	c 6	SAT : 80860 SAT variables, 725795 SAT clauses, 14208872 bytes
5.56/5.79	c 6	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.65/5.84	c 6	SOLVING HOME/temp.cnf
5.65/5.84	c 6	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.05/1817.41	c ERROR INTERRUPTED
1800.05/1817.43	s UNKNOWN
1800.05/1817.43	c 1817	CPU 5.42 (0.04 0.01 5.38 0.26)
1800.05/1817.43	c 1817	END Fri Jul  4 12:41:53 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-1070633-1215166296/watcher-1070633-1215166296 -o /tmp/evaluation-result-1070633-1215166296/solver-1070633-1215166296 -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/picosat -tmp=HOME/temp HOME/instance-1070633-1215166296.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.99 1.98 1.99 4/79 25236
/proc/meminfo: memFree=1786552/2055920 swapFree=4178892/4192956
[pid=25236] ppid=25234 vsize=12272 CPUtime=0
/proc/25236/stat : 25236 (sugar) R 25234 25236 24458 0 -1 4194304 360 0 0 0 0 0 0 0 18 0 1 0 672358548 12566528 328 996147200 4194304 4206940 548682068608 18446744073709551615 240162749438 0 0 4224 0 0 0 0 17 1 0 0
/proc/25236/statm: 3068 328 246 3 0 168 0

[startup+0.025834 s]
/proc/loadavg: 1.99 1.98 1.99 4/79 25236
/proc/meminfo: memFree=1786552/2055920 swapFree=4178892/4192956
[pid=25236] ppid=25234 vsize=12940 CPUtime=0.01
/proc/25236/stat : 25236 (sugar) R 25234 25236 24458 0 -1 4194304 612 0 0 0 1 0 0 0 18 0 1 0 672358548 13250560 580 996147200 4194304 4206940 548682068608 18446744073709551615 240153694945 0 0 4224 0 0 0 0 17 1 0 0
/proc/25236/statm: 3235 581 316 3 0 335 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12940

[startup+0.10284 s]
/proc/loadavg: 1.99 1.98 1.99 4/79 25236
/proc/meminfo: memFree=1786552/2055920 swapFree=4178892/4192956
[pid=25236] ppid=25234 vsize=13600 CPUtime=0.02
/proc/25236/stat : 25236 (sugar) S 25234 25236 24458 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 672358548 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25236/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.30186 s]
/proc/loadavg: 1.99 1.98 1.99 4/79 25236
/proc/meminfo: memFree=1786552/2055920 swapFree=4178892/4192956
[pid=25236] ppid=25234 vsize=13600 CPUtime=0.02
/proc/25236/stat : 25236 (sugar) S 25234 25236 24458 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 672358548 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25236/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.701909 s]
/proc/loadavg: 1.99 1.98 1.99 4/79 25236
/proc/meminfo: memFree=1786552/2055920 swapFree=4178892/4192956
[pid=25236] ppid=25234 vsize=13600 CPUtime=0.02
/proc/25236/stat : 25236 (sugar) S 25234 25236 24458 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 672358548 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25236/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+1.50299 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 25254
/proc/meminfo: memFree=1781632/2055920 swapFree=4178892/4192956
[pid=25236] ppid=25234 vsize=13600 CPUtime=0.91
/proc/25236/stat : 25236 (sugar) S 25234 25236 24458 0 -1 4194304 973 7438 0 1 3 1 82 5 15 0 1 0 672358548 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25236/statm: 3400 797 370 3 0 500 0
[pid=25249] ppid=25236 vsize=5356 CPUtime=0
/proc/25249/stat : 25249 (sh) S 25236 25236 24458 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 672358646 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25249/statm: 1339 233 193 169 0 50 0
[pid=25250] ppid=25249 vsize=864084 CPUtime=0.51
/proc/25250/stat : 25250 (java) S 25249 25236 24458 0 -1 0 5931 0 1 0 47 4 0 0 20 0 9 0 672358646 884822016 5160 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25250/statm: 216021 5160 2532 9 0 210603 0
[pid=25250/tid=25251] ppid=25249 vsize=864084 CPUtime=0.32
/proc/25250/task/25251/stat : 25251 (java) R 25249 25236 24458 0 -1 64 2493 0 1 0 31 1 0 0 25 0 9 0 672358647 884822016 5160 996147200 134512640 134550740 4294955952 18446744073709551615 4126430780 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25250/tid=25252] ppid=25249 vsize=864084 CPUtime=0.1
/proc/25250/task/25252/stat : 25252 (java) S 25249 25236 24458 0 -1 64 2404 0 0 0 9 1 0 0 16 0 9 0 672358648 884822016 5160 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25250/tid=25253] ppid=25249 vsize=864084 CPUtime=0
/proc/25250/task/25253/stat : 25253 (java) S 25249 25236 24458 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 672358648 884822016 5160 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25250/tid=25254] ppid=25249 vsize=864084 CPUtime=0
/proc/25250/task/25254/stat : 25254 (java) S 25249 25236 24458 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 672358648 884822016 5160 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883040

[startup+3.10557 s]
/proc/loadavg: 1.99 1.98 1.99 3/90 25258
/proc/meminfo: memFree=1762208/2055920 swapFree=4178892/4192956
[pid=25236] ppid=25234 vsize=13600 CPUtime=0.91
/proc/25236/stat : 25236 (sugar) S 25234 25236 24458 0 -1 4194304 974 7438 0 1 3 1 82 5 15 0 1 0 672358548 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25236/statm: 3400 797 370 3 0 500 0
[pid=25249] ppid=25236 vsize=5356 CPUtime=0
/proc/25249/stat : 25249 (sh) S 25236 25236 24458 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 672358646 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25249/statm: 1339 233 193 169 0 50 0
[pid=25250] ppid=25249 vsize=868388 CPUtime=2.09
/proc/25250/stat : 25250 (java) S 25249 25236 24458 0 -1 0 12469 0 1 0 201 8 0 0 20 0 9 0 672358646 889229312 11462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25250/statm: 217097 11462 2541 9 0 211672 0
[pid=25250/tid=25251] ppid=25249 vsize=868388 CPUtime=1.26
/proc/25250/task/25251/stat : 25251 (java) R 25249 25236 24458 0 -1 64 2928 0 1 0 124 2 0 0 25 0 9 0 672358647 889229312 11462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25250/tid=25252] ppid=25249 vsize=868388 CPUtime=0.61
/proc/25250/task/25252/stat : 25252 (java) S 25249 25236 24458 0 -1 64 7410 0 0 0 57 4 0 0 15 0 9 0 672358648 889229312 11462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25250/tid=25253] ppid=25249 vsize=868388 CPUtime=0
/proc/25250/task/25253/stat : 25253 (java) S 25249 25236 24458 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 672358648 889229312 11462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25250/tid=25254] ppid=25249 vsize=868388 CPUtime=0
/proc/25250/task/25254/stat : 25254 (java) S 25249 25236 24458 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 672358648 889229312 11462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25250/tid=25255] ppid=25249 vsize=868388 CPUtime=0
/proc/25250/task/25255/stat : 25255 (java) S 25249 25236 24458 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 672358651 889229312 11462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25250/tid=25256] ppid=25249 vsize=868388 CPUtime=0.2
/proc/25250/task/25256/stat : 25256 (java) S 25249 25236 24458 0 -1 64 1434 0 0 0 19 1 0 0 16 0 9 0 672358651 889229312 11462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25250/tid=25257] ppid=25249 vsize=868388 CPUtime=0
/proc/25250/task/25257/stat : 25257 (java) S 25249 25236 24458 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 672358651 889229312 11462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25250/tid=25258] ppid=25249 vsize=868388 CPUtime=0
/proc/25250/task/25258/stat : 25258 (java) S 25249 25236 24458 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 672358651 889229312 11462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887344

[startup+6.30152 s]
/proc/loadavg: 1.99 1.98 1.99 3/90 25258
/proc/meminfo: memFree=1729440/2055920 swapFree=4178892/4192956
[pid=25236] ppid=25234 vsize=13600 CPUtime=5.69
/proc/25236/stat : 25236 (sugar) S 25234 25236 24458 0 -1 4194304 1022 22095 0 2 4 1 538 26 17 0 1 0 672358548 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25236/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 5.69
Current children cumulated vsize (KiB) 13600

[startup+12.7012 s]
/proc/loadavg: 2.07 2.00 2.00 3/82 25260
/proc/meminfo: memFree=1741920/2055920 swapFree=4178892/4192956
[pid=25236] ppid=25234 vsize=13600 CPUtime=5.69
/proc/25236/stat : 25236 (sugar) S 25234 25236 24458 0 -1 4194304 1022 22095 0 2 4 1 538 26 17 0 1 0 672358548 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25236/statm: 3400 799 370 3 0 500 0
[pid=25259] ppid=25236 vsize=5356 CPUtime=0
/proc/25259/stat : 25259 (sh) S 25236 25236 24458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 672359133 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25259/statm: 1339 232 193 169 0 50 0
[pid=25260] ppid=25259 vsize=34448 CPUtime=6.77
/proc/25260/stat : 25260 (picosat) R 25259 25236 24458 0 -1 4194304 6950 0 0 0 366 311 0 0 25 0 1 0 672359133 35274752 6934 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25260/statm: 8612 6934 48 102 0 8507 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 53404

[startup+25.5017 s]
/proc/loadavg: 2.06 2.00 2.00 3/82 25260
/proc/meminfo: memFree=1739040/2055920 swapFree=4178892/4192956
[pid=25236] ppid=25234 vsize=13600 CPUtime=5.69
/proc/25236/stat : 25236 (sugar) S 25234 25236 24458 0 -1 4194304 1022 22095 0 2 4 1 538 26 17 0 1 0 672358548 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25236/statm: 3400 799 370 3 0 500 0
[pid=25259] ppid=25236 vsize=5356 CPUtime=0
/proc/25259/stat : 25259 (sh) S 25236 25236 24458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 672359133 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25259/statm: 1339 232 193 169 0 50 0
[pid=25260] ppid=25259 vsize=37484 CPUtime=19.44
/proc/25260/stat : 25260 (picosat) R 25259 25236 24458 0 -1 4194304 7721 0 0 0 1633 311 0 0 25 0 1 0 672359133 38383616 7705 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 0 0 0
/proc/25260/statm: 9371 7705 48 102 0 9266 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 56440

[startup+51.1015 s]
/proc/loadavg: 2.04 2.00 2.00 3/82 25260
/proc/meminfo: memFree=1729312/2055920 swapFree=4178892/4192956
[pid=25236] ppid=25234 vsize=13600 CPUtime=5.69
/proc/25236/stat : 25236 (sugar) S 25234 25236 24458 0 -1 4194304 1022 22095 0 2 4 1 538 26 17 0 1 0 672358548 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25236/statm: 3400 799 370 3 0 500 0
[pid=25259] ppid=25236 vsize=5356 CPUtime=0
/proc/25259/stat : 25259 (sh) S 25236 25236 24458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 672359133 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25259/statm: 1339 232 193 169 0 50 0
[pid=25260] ppid=25259 vsize=47092 CPUtime=44.81
/proc/25260/stat : 25260 (picosat) R 25259 25236 24458 0 -1 4194304 10124 0 0 0 4167 314 0 0 25 0 1 0 672359133 48222208 10108 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/25260/statm: 11773 10108 48 102 0 11668 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 66048

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 25260
/proc/meminfo: memFree=1709664/2055920 swapFree=4178892/4192956
[pid=25236] ppid=25234 vsize=13600 CPUtime=5.69
/proc/25236/stat : 25236 (sugar) S 25234 25236 24458 0 -1 4194304 1022 22095 0 2 4 1 538 26 17 0 1 0 672358548 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25236/statm: 3400 799 370 3 0 500 0
[pid=25259] ppid=25236 vsize=5356 CPUtime=0
/proc/25259/stat : 25259 (sh) S 25236 25236 24458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 672359133 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25259/statm: 1339 232 193 169 0 50 0
[pid=25260] ppid=25259 vsize=66308 CPUtime=95.52
/proc/25260/stat : 25260 (picosat) R 25259 25236 24458 0 -1 4194304 14982 0 0 0 9233 319 0 0 25 0 1 0 672359133 67899392 14966 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/25260/statm: 16577 14966 48 102 0 16472 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 85264

[startup+162.302 s]
/proc/loadavg: 1.92 1.98 1.99 2/80 25261
/proc/meminfo: memFree=1693808/2055920 swapFree=4178892/4192956
[pid=25236] ppid=25234 vsize=13600 CPUtime=5.69
/proc/25236/stat : 25236 (sugar) S 25234 25236 24458 0 -1 4194304 1022 22095 0 2 4 1 538 26 17 0 1 0 672358548 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25236/statm: 3400 799 370 3 0 500 0
[pid=25259] ppid=25236 vsize=5356 CPUtime=0
/proc/25259/stat : 25259 (sh) S 25236 25236 24458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 672359133 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25259/statm: 1339 232 193 169 0 50 0
[pid=25260] ppid=25259 vsize=87916 CPUtime=154.95
/proc/25260/stat : 25260 (picosat) R 25259 25236 24458 0 -1 4194304 20426 0 0 0 15169 326 0 0 25 0 1 0 672359133 90025984 20410 996147200 134512640 134931368 4294956256 18446744073709551615 134531757 0 0 4096 0 0 0 0 17 1 0 0
/proc/25260/statm: 21979 20410 48 102 0 21874 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 106872

[startup+222.303 s]
/proc/loadavg: 1.97 1.98 1.99 3/82 25288
/proc/meminfo: memFree=1689688/2055920 swapFree=4178892/4192956
[pid=25236] ppid=25234 vsize=13600 CPUtime=5.69
/proc/25236/stat : 25236 (sugar) S 25234 25236 24458 0 -1 4194304 1022 22095 0 2 4 1 538 26 17 0 1 0 672358548 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25236/statm: 3400 799 370 3 0 500 0

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

/proc/meminfo: memFree=1598040/2055920 swapFree=4178892/4192956
[pid=25236] ppid=25234 vsize=13600 CPUtime=5.69
/proc/25236/stat : 25236 (sugar) S 25234 25236 24458 0 -1 4194304 1022 22095 0 2 4 1 538 26 17 0 1 0 672358548 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25236/statm: 3400 799 370 3 0 500 0
[pid=25259] ppid=25236 vsize=5356 CPUtime=0
/proc/25259/stat : 25259 (sh) S 25236 25236 24458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 672359133 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25259/statm: 1339 232 193 169 0 50 0
[pid=25260] ppid=25259 vsize=178696 CPUtime=1284.14
/proc/25260/stat : 25260 (picosat) R 25259 25236 24458 0 -1 4194304 43712 0 0 0 128062 352 0 0 25 0 1 0 672359133 182984704 43103 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25260/statm: 44674 43103 48 102 0 44569 0
Current children cumulated CPU time (s) 1289.83
Current children cumulated vsize (KiB) 197652

[startup+1362.3 s]
/proc/loadavg: 2.09 2.07 2.00 3/82 25288
/proc/meminfo: memFree=1597976/2055920 swapFree=4178892/4192956
[pid=25236] ppid=25234 vsize=13600 CPUtime=5.69
/proc/25236/stat : 25236 (sugar) S 25234 25236 24458 0 -1 4194304 1022 22095 0 2 4 1 538 26 17 0 1 0 672358548 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25236/statm: 3400 799 370 3 0 500 0
[pid=25259] ppid=25236 vsize=5356 CPUtime=0
/proc/25259/stat : 25259 (sh) S 25236 25236 24458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 672359133 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25259/statm: 1339 232 193 169 0 50 0
[pid=25260] ppid=25259 vsize=178696 CPUtime=1343.57
/proc/25260/stat : 25260 (picosat) R 25259 25236 24458 0 -1 4194304 43712 0 0 0 134005 352 0 0 25 0 1 0 672359133 182984704 43103 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25260/statm: 44674 43103 48 102 0 44569 0
Current children cumulated CPU time (s) 1349.26
Current children cumulated vsize (KiB) 197652

[startup+1422.31 s]
/proc/loadavg: 2.08 2.07 2.00 3/82 25288
/proc/meminfo: memFree=1592472/2055920 swapFree=4178892/4192956
[pid=25236] ppid=25234 vsize=13600 CPUtime=5.69
/proc/25236/stat : 25236 (sugar) S 25234 25236 24458 0 -1 4194304 1022 22095 0 2 4 1 538 26 17 0 1 0 672358548 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25236/statm: 3400 799 370 3 0 500 0
[pid=25259] ppid=25236 vsize=5356 CPUtime=0
/proc/25259/stat : 25259 (sh) S 25236 25236 24458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 672359133 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25259/statm: 1339 232 193 169 0 50 0
[pid=25260] ppid=25259 vsize=184240 CPUtime=1403
/proc/25260/stat : 25260 (picosat) R 25259 25236 24458 0 -1 4194304 45090 0 0 0 139947 353 0 0 25 0 1 0 672359133 188661760 44481 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/25260/statm: 46060 44481 48 102 0 45955 0
Current children cumulated CPU time (s) 1408.69
Current children cumulated vsize (KiB) 203196

[startup+1482.3 s]
/proc/loadavg: 2.13 2.08 2.01 3/82 25288
/proc/meminfo: memFree=1591704/2055920 swapFree=4178892/4192956
[pid=25236] ppid=25234 vsize=13600 CPUtime=5.69
/proc/25236/stat : 25236 (sugar) S 25234 25236 24458 0 -1 4194304 1022 22095 0 2 4 1 538 26 17 0 1 0 672358548 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25236/statm: 3400 799 370 3 0 500 0
[pid=25259] ppid=25236 vsize=5356 CPUtime=0
/proc/25259/stat : 25259 (sh) S 25236 25236 24458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 672359133 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25259/statm: 1339 232 193 169 0 50 0
[pid=25260] ppid=25259 vsize=184756 CPUtime=1462.43
/proc/25260/stat : 25260 (picosat) R 25259 25236 24458 0 -1 4194304 45374 0 0 0 145890 353 0 0 25 0 1 0 672359133 189190144 44627 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25260/statm: 46189 44627 48 102 0 46084 0
Current children cumulated CPU time (s) 1468.12
Current children cumulated vsize (KiB) 203712

[startup+1542.3 s]
/proc/loadavg: 2.12 2.09 2.01 3/82 25288
/proc/meminfo: memFree=1591640/2055920 swapFree=4178892/4192956
[pid=25236] ppid=25234 vsize=13600 CPUtime=5.69
/proc/25236/stat : 25236 (sugar) S 25234 25236 24458 0 -1 4194304 1022 22095 0 2 4 1 538 26 17 0 1 0 672358548 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25236/statm: 3400 799 370 3 0 500 0
[pid=25259] ppid=25236 vsize=5356 CPUtime=0
/proc/25259/stat : 25259 (sh) S 25236 25236 24458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 672359133 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25259/statm: 1339 232 193 169 0 50 0
[pid=25260] ppid=25259 vsize=184756 CPUtime=1521.87
/proc/25260/stat : 25260 (picosat) R 25259 25236 24458 0 -1 4194304 45374 0 0 0 151833 354 0 0 25 0 1 0 672359133 189190144 44627 996147200 134512640 134931368 4294956256 18446744073709551615 134529850 0 0 4096 0 0 0 0 17 0 0 0
/proc/25260/statm: 46189 44627 48 102 0 46084 0
Current children cumulated CPU time (s) 1527.56
Current children cumulated vsize (KiB) 203712

[startup+1602.3 s]
/proc/loadavg: 2.17 2.12 2.02 3/82 25288
/proc/meminfo: memFree=1591576/2055920 swapFree=4178892/4192956
[pid=25236] ppid=25234 vsize=13600 CPUtime=5.69
/proc/25236/stat : 25236 (sugar) S 25234 25236 24458 0 -1 4194304 1022 22095 0 2 4 1 538 26 17 0 1 0 672358548 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25236/statm: 3400 799 370 3 0 500 0
[pid=25259] ppid=25236 vsize=5356 CPUtime=0
/proc/25259/stat : 25259 (sh) S 25236 25236 24458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 672359133 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25259/statm: 1339 232 193 169 0 50 0
[pid=25260] ppid=25259 vsize=184756 CPUtime=1581.3
/proc/25260/stat : 25260 (picosat) R 25259 25236 24458 0 -1 4194304 45374 0 0 0 157776 354 0 0 25 0 1 0 672359133 189190144 44627 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25260/statm: 46189 44627 48 102 0 46084 0
Current children cumulated CPU time (s) 1586.99
Current children cumulated vsize (KiB) 203712

[startup+1662.3 s]
/proc/loadavg: 2.13 2.12 2.03 3/82 25288
/proc/meminfo: memFree=1591576/2055920 swapFree=4178892/4192956
[pid=25236] ppid=25234 vsize=13600 CPUtime=5.69
/proc/25236/stat : 25236 (sugar) S 25234 25236 24458 0 -1 4194304 1022 22095 0 2 4 1 538 26 17 0 1 0 672358548 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25236/statm: 3400 799 370 3 0 500 0
[pid=25259] ppid=25236 vsize=5356 CPUtime=0
/proc/25259/stat : 25259 (sh) S 25236 25236 24458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 672359133 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25259/statm: 1339 232 193 169 0 50 0
[pid=25260] ppid=25259 vsize=184756 CPUtime=1640.73
/proc/25260/stat : 25260 (picosat) R 25259 25236 24458 0 -1 4194304 45374 0 0 0 163719 354 0 0 25 0 1 0 672359133 189190144 44627 996147200 134512640 134931368 4294956256 18446744073709551615 134529868 0 0 4096 0 0 0 0 17 0 0 0
/proc/25260/statm: 46189 44627 48 102 0 46084 0
Current children cumulated CPU time (s) 1646.42
Current children cumulated vsize (KiB) 203712

[startup+1722.3 s]
/proc/loadavg: 2.05 2.10 2.02 3/82 25288
/proc/meminfo: memFree=1576920/2055920 swapFree=4178892/4192956
[pid=25236] ppid=25234 vsize=13600 CPUtime=5.69
/proc/25236/stat : 25236 (sugar) S 25234 25236 24458 0 -1 4194304 1022 22095 0 2 4 1 538 26 17 0 1 0 672358548 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25236/statm: 3400 799 370 3 0 500 0
[pid=25259] ppid=25236 vsize=5356 CPUtime=0
/proc/25259/stat : 25259 (sh) S 25236 25236 24458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 672359133 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25259/statm: 1339 232 193 169 0 50 0
[pid=25260] ppid=25259 vsize=199592 CPUtime=1700.16
/proc/25260/stat : 25260 (picosat) R 25259 25236 24458 0 -1 4194304 49089 0 0 0 169659 357 0 0 25 0 1 0 672359133 204382208 48342 996147200 134512640 134931368 4294956256 18446744073709551615 134529900 0 0 4096 0 0 0 0 17 0 0 0
/proc/25260/statm: 49898 48342 48 102 0 49793 0
Current children cumulated CPU time (s) 1705.85
Current children cumulated vsize (KiB) 218548

[startup+1782.3 s]
/proc/loadavg: 2.05 2.09 2.02 3/82 25288
/proc/meminfo: memFree=1569880/2055920 swapFree=4178892/4192956
[pid=25236] ppid=25234 vsize=13600 CPUtime=5.69
/proc/25236/stat : 25236 (sugar) S 25234 25236 24458 0 -1 4194304 1022 22095 0 2 4 1 538 26 17 0 1 0 672358548 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25236/statm: 3400 799 370 3 0 500 0
[pid=25259] ppid=25236 vsize=5356 CPUtime=0
/proc/25259/stat : 25259 (sh) S 25236 25236 24458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 672359133 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25259/statm: 1339 232 193 169 0 50 0
[pid=25260] ppid=25259 vsize=206208 CPUtime=1759.6
/proc/25260/stat : 25260 (picosat) R 25259 25236 24458 0 -1 4194304 50892 0 0 0 175600 360 0 0 25 0 1 0 672359133 211156992 50000 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/25260/statm: 51552 50000 48 102 0 51447 0
Current children cumulated CPU time (s) 1765.29
Current children cumulated vsize (KiB) 225164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.4 s]
/proc/loadavg: 2.02 2.08 2.02 3/82 25288
/proc/meminfo: memFree=1570008/2055920 swapFree=4178892/4192956
[pid=25236] ppid=25234 vsize=13600 CPUtime=5.69
/proc/25236/stat : 25236 (sugar) S 25234 25236 24458 0 -1 4194304 1022 22095 0 2 4 1 538 26 17 0 1 0 672358548 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25236/statm: 3400 799 370 3 0 500 0
[pid=25259] ppid=25236 vsize=5356 CPUtime=0
/proc/25259/stat : 25259 (sh) S 25236 25236 24458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 672359133 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25259/statm: 1339 232 193 169 0 50 0
[pid=25260] ppid=25259 vsize=206208 CPUtime=1794.36
/proc/25260/stat : 25260 (picosat) R 25259 25236 24458 0 -1 4194304 50892 0 0 0 179076 360 0 0 25 0 1 0 672359133 211156992 50000 996147200 134512640 134931368 4294956256 18446744073709551615 134522870 0 0 4096 0 0 0 0 17 0 0 0
/proc/25260/statm: 51552 50000 48 102 0 51447 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 225164

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25236 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=425175
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=280957
# CPU time returned by wait4() is 5.70613
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1817.44
CPU time (s): 1800.05
CPU user time (s): 1796.18
CPU system time (s): 3.87
CPU usage (%): 99.0432
Max. virtual memory (cumulated for all children) (KiB): 887848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.42518
system time used= 0.280957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23473
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= 4655
involuntary context switches= 4612

runsolver used 2.24266 second user time and 6.03808 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-07-04 12:11:36
IDJOB=1070633
IDBENCH=55909
IDSOLVER=345
FILE ID=node86/1070633-1215166296
PBS_JOBID= 7877451
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-pigeon-cardinality-105-100.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1070633-1215166296/watcher-1070633-1215166296 -o /tmp/evaluation-result-1070633-1215166296/solver-1070633-1215166296 -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/picosat" -tmp="HOME/temp" HOME/instance-1070633-1215166296.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3af25c26f846dfc757d456c2bce96115
RANDOM SEED=959445555

node86.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.220
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.220
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1786968 kB
Buffers:         52704 kB
Cached:         151204 kB
SwapCached:       6348 kB
Active:         135916 kB
Inactive:        85400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1786968 kB
SwapTotal:     4192956 kB
SwapFree:      4178892 kB
Dirty:            2292 kB
Writeback:           0 kB
Mapped:          23072 kB
Slab:            32372 kB
Committed_AS:  1133056 kB
PageTables:       2280 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= 66552 MiB
End job on node86 at 2008-07-04 12:41:55