Trace number 2080618

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.14.6+picosat? (TO) 1800.08 1808.13

General information on the benchmark

Namecsp/knights/
normalized-knights-80-9.xml
MD5SUMdcac56c0e48723f8c0ddbfc8ec2d0014
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark22.1836
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints36
Maximum constraint arity2
Maximum domain size6400
Number of constraints which are defined in extension0
Number of constraints which are defined in intension36
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 05:44:28 2009
0.00/0.08	c 0	PID 29525
0.07/0.09	c 0	HOST node43.alineos.net
0.07/0.09	c 0	CONVERTING HOME/instance-2080618-1247370268.xml TO HOME/temp.csp
0.07/0.09	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2080618-1247370268.xml' 'HOME/temp.csp'
0.07/0.25	c 0	1 domains, 9 variables, 2 predicates, 0 relations, 36 constraints
0.07/0.30	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.30	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.07/0.38	c 0	Parsing HOME/temp.csp
0.25/0.41	c 0	parsed 48 expressions
0.25/0.41	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.25/0.42	c 0	Converting to clausal form CSP
0.25/0.43	c 0	converted 5 (10%) expressions
0.25/0.44	c 0	converted 10 (20%) expressions
0.25/0.45	c 0	converted 15 (30%) expressions
0.25/0.47	c 0	converted 20 (40%) expressions
0.25/0.48	c 0	converted 24 (50%) expressions
0.25/0.48	c 0	converted 29 (60%) expressions
0.25/0.49	c 0	converted 34 (70%) expressions
0.25/0.50	c 0	converted 39 (80%) expressions
0.25/0.50	c 0	converted 44 (90%) expressions
0.25/0.51	c 0	converted 48 (100%) expressions
0.25/0.51	c 0	CSP : 45 integers, 18 booleans, 180 clauses, largest domain size 6400
0.25/0.51	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.25/0.51	c 0	Propagation in CSP
0.25/0.52	c 0	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.25/0.52	c 0	CSP : 45 integers, 18 booleans, 180 clauses, largest domain size 6400
0.25/0.52	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.25/0.52	c 0	Simplifing CSP by introducing new Boolean variables
0.25/0.52	c 0	CSP : 45 integers, 144 booleans, 306 clauses, largest domain size 6400
0.25/0.52	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.25/0.55	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.25/0.61	c 0	5 (10%) CSP integer variables are encoded (31990 clauses, 457708 bytes)
0.25/0.65	c 0	9 (20%) CSP integer variables are encoded (57582 clauses, 841588 bytes)
0.25/0.65	c 0	14 (30%) CSP integer variables are encoded (57972 clauses, 847438 bytes)
0.25/0.65	c 0	18 (40%) CSP integer variables are encoded (58284 clauses, 852118 bytes)
0.25/0.65	c 0	23 (50%) CSP integer variables are encoded (58674 clauses, 857968 bytes)
0.25/0.65	c 0	27 (60%) CSP integer variables are encoded (58986 clauses, 862648 bytes)
0.25/0.65	c 0	32 (70%) CSP integer variables are encoded (59376 clauses, 868498 bytes)
0.25/0.65	c 0	36 (80%) CSP integer variables are encoded (59688 clauses, 873178 bytes)
0.25/0.65	c 0	41 (90%) CSP integer variables are encoded (60078 clauses, 879028 bytes)
0.25/0.65	c 0	45 (100%) CSP integer variables are encoded (60390 clauses, 883708 bytes)
0.25/0.79	c 0	31 (10%) CSP clauses are encoded (125643 clauses, 2225884 bytes)
0.25/0.96	c 1	62 (20%) CSP clauses are encoded (215876 clauses, 4118804 bytes)
0.92/1.02	c 1	92 (30%) CSP clauses are encoded (243046 clauses, 4699495 bytes)
1.12/1.22	c 1	123 (40%) CSP clauses are encoded (346002 clauses, 6904169 bytes)
1.21/1.33	c 1	153 (50%) CSP clauses are encoded (404630 clauses, 8193741 bytes)
1.31/1.43	c 1	184 (60%) CSP clauses are encoded (457089 clauses, 9330749 bytes)
1.41/1.54	c 1	215 (70%) CSP clauses are encoded (515868 clauses, 10606790 bytes)
1.51/1.66	c 1	245 (80%) CSP clauses are encoded (580891 clauses, 12020186 bytes)
1.61/1.76	c 1	276 (90%) CSP clauses are encoded (633350 clauses, 13157194 bytes)
1.61/1.79	c 1	306 (100%) CSP clauses are encoded (647730 clauses, 13473376 bytes)
1.61/1.79	c 1	306 CSP clauses encoded
1.61/1.79	c 1	Writing map file : HOME/temp.map
1.61/1.79	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.61/1.79	c 1	SAT : 60579 SAT variables, 647730 SAT clauses, 13473376 bytes
1.61/1.79	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.70/1.82	c 1	SOLVING HOME/temp.cnf
1.70/1.82	c 1	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.08/1808.11	c 1808	DECODING HOME/temp.out WITH HOME/temp.map
1800.08/1808.11	c 1808	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.08/1808.12	c ERROR INTERRUPTED
1800.08/1808.12	s UNKNOWN
1800.08/1808.12	c 1808	CPU 1.72 (0.06 0.01 1.48 0.17)
1800.08/1808.12	c 1808	END Sun Jul 12 06:14:36 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2080618-1247370268/watcher-2080618-1247370268 -o /tmp/evaluation-result-2080618-1247370268/solver-2080618-1247370268 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2080618-1247370268.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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.07 2.02 2.01 4/82 29525
/proc/meminfo: memFree=1188616/2055920 swapFree=4192812/4192956
[pid=29525] ppid=29523 vsize=12268 CPUtime=0
/proc/29525/stat : 29525 (sugar) R 29523 29525 28810 0 -1 4194304 347 0 0 0 0 0 0 0 20 0 1 0 24090650 12562432 315 996147200 4194304 4206940 548682068608 18446744073709551615 221968681017 0 0 4224 0 0 0 0 17 1 0 0
/proc/29525/statm: 3067 315 240 3 0 167 0

[startup+0.0882539 s]
/proc/loadavg: 2.07 2.02 2.01 4/82 29525
/proc/meminfo: memFree=1188616/2055920 swapFree=4192812/4192956
[pid=29525] ppid=29523 vsize=16740 CPUtime=0.07
/proc/29525/stat : 29525 (sugar) R 29523 29525 28810 0 -1 4194304 1140 0 0 0 6 1 0 0 18 0 1 0 24090650 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 221954763423 0 0 4224 16386 0 0 0 17 1 0 0
/proc/29525/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101206 s]
/proc/loadavg: 2.07 2.02 2.01 4/82 29525
/proc/meminfo: memFree=1188616/2055920 swapFree=4192812/4192956
[pid=29525] ppid=29523 vsize=16868 CPUtime=0.07
/proc/29525/stat : 29525 (sugar) S 29523 29525 28810 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24090650 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29525/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301225 s]
/proc/loadavg: 2.07 2.02 2.01 4/82 29525
/proc/meminfo: memFree=1188616/2055920 swapFree=4192812/4192956
[pid=29525] ppid=29523 vsize=16868 CPUtime=0.07
/proc/29525/stat : 29525 (sugar) S 29523 29525 28810 0 -1 4194304 1245 128 0 0 6 1 0 0 15 0 1 0 24090650 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29525/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701259 s]
/proc/loadavg: 2.07 2.02 2.01 4/82 29525
/proc/meminfo: memFree=1188616/2055920 swapFree=4192812/4192956
[pid=29525] ppid=29523 vsize=16868 CPUtime=0.25
/proc/29525/stat : 29525 (sugar) S 29523 29525 28810 0 -1 4194304 1310 4158 0 1 6 1 15 3 15 0 1 0 24090650 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29525/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 16868

[startup+1.50233 s]
/proc/loadavg: 2.07 2.02 2.01 3/93 29547
/proc/meminfo: memFree=1173872/2055920 swapFree=4192812/4192956
[pid=29525] ppid=29523 vsize=16868 CPUtime=0.25
/proc/29525/stat : 29525 (sugar) S 29523 29525 28810 0 -1 4194304 1310 4158 0 1 6 1 15 3 15 0 1 0 24090650 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29525/statm: 4217 1111 409 3 0 796 0
[pid=29538] ppid=29525 vsize=5356 CPUtime=0
/proc/29538/stat : 29538 (sh) S 29525 29525 28810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24090680 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29538/statm: 1339 233 193 169 0 50 0
[pid=29539] ppid=29538 vsize=864268 CPUtime=1.16
/proc/29539/stat : 29539 (java) S 29538 29525 28810 0 -1 0 5268 0 1 0 105 11 0 0 18 0 9 0 24090681 885010432 4264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29539/statm: 216067 4264 2589 9 0 210544 0
[pid=29539/tid=29540] ppid=29538 vsize=864268 CPUtime=0.97
/proc/29539/task/29540/stat : 29540 (java) R 29538 29525 28810 0 -1 64 2978 0 1 0 90 7 0 0 25 0 9 0 24090681 885010432 4264 996147200 134512640 134550932 4294955936 18446744073709551615 4126498768 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29539/tid=29541] ppid=29538 vsize=864268 CPUtime=0.09
/proc/29539/task/29541/stat : 29541 (java) S 29538 29525 28810 0 -1 64 1274 0 0 0 7 2 0 0 16 0 9 0 24090683 885010432 4264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29539/tid=29542] ppid=29538 vsize=864268 CPUtime=0
/proc/29539/task/29542/stat : 29542 (java) S 29538 29525 28810 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24090683 885010432 4264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29539/tid=29543] ppid=29538 vsize=864268 CPUtime=0
/proc/29539/task/29543/stat : 29543 (java) S 29538 29525 28810 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24090683 885010432 4264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29539/tid=29544] ppid=29538 vsize=864268 CPUtime=0
/proc/29539/task/29544/stat : 29544 (java) S 29538 29525 28810 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24090685 885010432 4264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29539/tid=29545] ppid=29538 vsize=864268 CPUtime=0.06
/proc/29539/task/29545/stat : 29545 (java) S 29538 29525 28810 0 -1 64 317 0 0 0 6 0 0 0 16 0 9 0 24090685 885010432 4264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29539/tid=29546] ppid=29538 vsize=864268 CPUtime=0
/proc/29539/task/29546/stat : 29546 (java) S 29538 29525 28810 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24090685 885010432 4264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29539/tid=29547] ppid=29538 vsize=864268 CPUtime=0
/proc/29539/task/29547/stat : 29547 (java) S 29538 29525 28810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24090685 885010432 4264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886492

[startup+3.10247 s]
/proc/loadavg: 2.06 2.02 2.01 3/85 29549
/proc/meminfo: memFree=1167920/2055920 swapFree=4192812/4192956
[pid=29525] ppid=29523 vsize=16868 CPUtime=1.72
/proc/29525/stat : 29525 (sugar) S 29523 29525 28810 0 -1 4194304 1363 9817 0 2 6 1 148 17 16 0 1 0 24090650 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29525/statm: 4217 1111 409 3 0 796 0
[pid=29548] ppid=29525 vsize=5356 CPUtime=0
/proc/29548/stat : 29548 (sh) S 29525 29525 28810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24090832 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29548/statm: 1339 232 193 169 0 50 0
[pid=29549] ppid=29548 vsize=9840 CPUtime=1.26
/proc/29549/stat : 29549 (picosat) R 29548 29525 28810 0 -1 4194304 2280 0 0 0 57 69 0 0 25 0 1 0 24090832 10076160 2266 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/29549/statm: 2460 2266 40 102 0 2355 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 32064

[startup+6.30176 s]
/proc/loadavg: 2.06 2.02 2.01 3/85 29549
/proc/meminfo: memFree=1154032/2055920 swapFree=4192812/4192956
[pid=29525] ppid=29523 vsize=16868 CPUtime=1.72
/proc/29525/stat : 29525 (sugar) S 29523 29525 28810 0 -1 4194304 1363 9817 0 2 6 1 148 17 16 0 1 0 24090650 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29525/statm: 4217 1111 409 3 0 796 0
[pid=29548] ppid=29525 vsize=5356 CPUtime=0
/proc/29548/stat : 29548 (sh) S 29525 29525 28810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24090832 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29548/statm: 1339 232 193 169 0 50 0
[pid=29549] ppid=29548 vsize=22332 CPUtime=4.43
/proc/29549/stat : 29549 (picosat) R 29548 29525 28810 0 -1 4194304 5352 0 0 0 203 240 0 0 25 0 1 0 24090832 22867968 5338 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/29549/statm: 5583 5338 40 102 0 5478 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 44556

[startup+12.7013 s]
/proc/loadavg: 2.05 2.02 2.01 4/85 29549
/proc/meminfo: memFree=1144944/2055920 swapFree=4192812/4192956
[pid=29525] ppid=29523 vsize=16868 CPUtime=1.72
/proc/29525/stat : 29525 (sugar) S 29523 29525 28810 0 -1 4194304 1363 9817 0 2 6 1 148 17 16 0 1 0 24090650 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29525/statm: 4217 1111 409 3 0 796 0
[pid=29548] ppid=29525 vsize=5356 CPUtime=0
/proc/29548/stat : 29548 (sh) S 29525 29525 28810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24090832 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29548/statm: 1339 232 193 169 0 50 0
[pid=29549] ppid=29548 vsize=29908 CPUtime=10.76
/proc/29549/stat : 29549 (picosat) R 29548 29525 28810 0 -1 4194304 6732 0 0 0 766 310 0 0 25 0 1 0 24090832 30625792 6718 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/29549/statm: 7477 6718 42 102 0 7372 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 52132

[startup+25.5015 s]
/proc/loadavg: 2.05 2.01 2.00 3/85 29549
/proc/meminfo: memFree=1144752/2055920 swapFree=4192812/4192956
[pid=29525] ppid=29523 vsize=16868 CPUtime=1.72
/proc/29525/stat : 29525 (sugar) S 29523 29525 28810 0 -1 4194304 1363 9817 0 2 6 1 148 17 16 0 1 0 24090650 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29525/statm: 4217 1111 409 3 0 796 0
[pid=29548] ppid=29525 vsize=5356 CPUtime=0
/proc/29548/stat : 29548 (sh) S 29525 29525 28810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24090832 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29548/statm: 1339 232 193 169 0 50 0
[pid=29549] ppid=29548 vsize=30172 CPUtime=23.44
/proc/29549/stat : 29549 (picosat) R 29548 29525 28810 0 -1 4194304 6805 0 0 0 2034 310 0 0 25 0 1 0 24090832 30896128 6791 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/29549/statm: 7543 6791 42 102 0 7438 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 52396

[startup+51.1018 s]
/proc/loadavg: 2.03 2.01 2.00 3/85 29549
/proc/meminfo: memFree=1144240/2055920 swapFree=4192812/4192956
[pid=29525] ppid=29523 vsize=16868 CPUtime=1.72
/proc/29525/stat : 29525 (sugar) S 29523 29525 28810 0 -1 4194304 1363 9817 0 2 6 1 148 17 16 0 1 0 24090650 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29525/statm: 4217 1111 409 3 0 796 0
[pid=29548] ppid=29525 vsize=5356 CPUtime=0
/proc/29548/stat : 29548 (sh) S 29525 29525 28810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24090832 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29548/statm: 1339 232 193 169 0 50 0
[pid=29549] ppid=29548 vsize=30568 CPUtime=48.8
/proc/29549/stat : 29549 (picosat) R 29548 29525 28810 0 -1 4194304 6920 0 0 0 4570 310 0 0 25 0 1 0 24090832 31301632 6906 996147200 134512640 134931368 4294956256 18446744073709551615 134529486 0 0 4096 0 0 0 0 17 1 0 0
/proc/29549/statm: 7642 6906 42 102 0 7537 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 52792

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/85 29549
/proc/meminfo: memFree=1143280/2055920 swapFree=4192812/4192956
[pid=29525] ppid=29523 vsize=16868 CPUtime=1.72
/proc/29525/stat : 29525 (sugar) S 29523 29525 28810 0 -1 4194304 1363 9817 0 2 6 1 148 17 16 0 1 0 24090650 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29525/statm: 4217 1111 409 3 0 796 0
[pid=29548] ppid=29525 vsize=5356 CPUtime=0
/proc/29548/stat : 29548 (sh) S 29525 29525 28810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24090832 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29548/statm: 1339 232 193 169 0 50 0
[pid=29549] ppid=29548 vsize=31624 CPUtime=99.52
/proc/29549/stat : 29549 (picosat) R 29548 29525 28810 0 -1 4194304 7173 0 0 0 9641 311 0 0 25 0 1 0 24090832 32382976 7159 996147200 134512640 134931368 4294956256 18446744073709551615 134524017 0 0 4096 0 0 0 0 17 1 0 0
/proc/29549/statm: 7906 7159 42 102 0 7801 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 53848

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 29549
/proc/meminfo: memFree=1141872/2055920 swapFree=4192812/4192956
[pid=29525] ppid=29523 vsize=16868 CPUtime=1.72
/proc/29525/stat : 29525 (sugar) S 29523 29525 28810 0 -1 4194304 1363 9817 0 2 6 1 148 17 16 0 1 0 24090650 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29525/statm: 4217 1111 409 3 0 796 0
[pid=29548] ppid=29525 vsize=5356 CPUtime=0
/proc/29548/stat : 29548 (sh) S 29525 29525 28810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24090832 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29548/statm: 1339 232 193 169 0 50 0
[pid=29549] ppid=29548 vsize=32812 CPUtime=158.95
/proc/29549/stat : 29549 (picosat) R 29548 29525 28810 0 -1 4194304 7489 0 0 0 15584 311 0 0 25 0 1 0 24090832 33599488 7475 996147200 134512640 134931368 4294956256 18446744073709551615 134525929 0 0 4096 0 0 0 0 17 1 0 0
/proc/29549/statm: 8203 7475 42 102 0 8098 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 55036

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 29549
/proc/meminfo: memFree=1140528/2055920 swapFree=4192812/4192956
[pid=29525] ppid=29523 vsize=16868 CPUtime=1.72
/proc/29525/stat : 29525 (sugar) S 29523 29525 28810 0 -1 4194304 1363 9817 0 2 6 1 148 17 16 0 1 0 24090650 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29525/statm: 4217 1111 409 3 0 796 0
[pid=29548] ppid=29525 vsize=5356 CPUtime=0
/proc/29548/stat : 29548 (sh) S 29525 29525 28810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24090832 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29548/statm: 1339 232 193 169 0 50 0

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

/proc/meminfo: memFree=1399048/2055920 swapFree=4192812/4192956
[pid=29525] ppid=29523 vsize=16868 CPUtime=1.72
/proc/29525/stat : 29525 (sugar) S 29523 29525 28810 0 -1 4194304 1363 9817 0 2 6 1 148 17 16 0 1 0 24090650 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29525/statm: 4217 1111 409 3 0 796 0
[pid=29548] ppid=29525 vsize=5356 CPUtime=0
/proc/29548/stat : 29548 (sh) S 29525 29525 28810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24090832 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29548/statm: 1339 232 193 169 0 50 0
[pid=29549] ppid=29548 vsize=40072 CPUtime=1352.71
/proc/29549/stat : 29549 (picosat) R 29548 29525 28810 0 -1 4194304 9642 0 0 0 134955 316 0 0 25 0 1 0 24090832 41033728 9410 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/29549/statm: 10018 9410 48 102 0 9913 0
Current children cumulated CPU time (s) 1354.43
Current children cumulated vsize (KiB) 62296

[startup+1422.31 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 29594
/proc/meminfo: memFree=1398664/2055920 swapFree=4192812/4192956
[pid=29525] ppid=29523 vsize=16868 CPUtime=1.72
/proc/29525/stat : 29525 (sugar) S 29523 29525 28810 0 -1 4194304 1363 9817 0 2 6 1 148 17 16 0 1 0 24090650 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29525/statm: 4217 1111 409 3 0 796 0
[pid=29548] ppid=29525 vsize=5356 CPUtime=0
/proc/29548/stat : 29548 (sh) S 29525 29525 28810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24090832 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29548/statm: 1339 232 193 169 0 50 0
[pid=29549] ppid=29548 vsize=40072 CPUtime=1412.69
/proc/29549/stat : 29549 (picosat) R 29548 29525 28810 0 -1 4194304 9642 0 0 0 140953 316 0 0 25 0 1 0 24090832 41033728 9410 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/29549/statm: 10018 9410 48 102 0 9913 0
Current children cumulated CPU time (s) 1414.41
Current children cumulated vsize (KiB) 62296

[startup+1482.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/83 29594
/proc/meminfo: memFree=1398536/2055920 swapFree=4192812/4192956
[pid=29525] ppid=29523 vsize=16868 CPUtime=1.72
/proc/29525/stat : 29525 (sugar) S 29523 29525 28810 0 -1 4194304 1363 9817 0 2 6 1 148 17 16 0 1 0 24090650 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29525/statm: 4217 1111 409 3 0 796 0
[pid=29548] ppid=29525 vsize=5356 CPUtime=0
/proc/29548/stat : 29548 (sh) S 29525 29525 28810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24090832 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29548/statm: 1339 232 193 169 0 50 0
[pid=29549] ppid=29548 vsize=40072 CPUtime=1472.67
/proc/29549/stat : 29549 (picosat) R 29548 29525 28810 0 -1 4194304 9642 0 0 0 146950 317 0 0 25 0 1 0 24090832 41033728 9410 996147200 134512640 134931368 4294956256 18446744073709551615 134524014 0 0 4096 0 0 0 0 17 0 0 0
/proc/29549/statm: 10018 9410 48 102 0 9913 0
Current children cumulated CPU time (s) 1474.39
Current children cumulated vsize (KiB) 62296

[startup+1542.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/83 29594
/proc/meminfo: memFree=1398408/2055920 swapFree=4192812/4192956
[pid=29525] ppid=29523 vsize=16868 CPUtime=1.72
/proc/29525/stat : 29525 (sugar) S 29523 29525 28810 0 -1 4194304 1363 9817 0 2 6 1 148 17 16 0 1 0 24090650 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29525/statm: 4217 1111 409 3 0 796 0
[pid=29548] ppid=29525 vsize=5356 CPUtime=0
/proc/29548/stat : 29548 (sh) S 29525 29525 28810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24090832 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29548/statm: 1339 232 193 169 0 50 0
[pid=29549] ppid=29548 vsize=40204 CPUtime=1532.65
/proc/29549/stat : 29549 (picosat) R 29548 29525 28810 0 -1 4194304 9690 0 0 0 152948 317 0 0 25 0 1 0 24090832 41168896 9458 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29549/statm: 10051 9458 48 102 0 9946 0
Current children cumulated CPU time (s) 1534.37
Current children cumulated vsize (KiB) 62428

[startup+1602.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/83 29594
/proc/meminfo: memFree=1397704/2055920 swapFree=4192812/4192956
[pid=29525] ppid=29523 vsize=16868 CPUtime=1.72
/proc/29525/stat : 29525 (sugar) S 29523 29525 28810 0 -1 4194304 1363 9817 0 2 6 1 148 17 16 0 1 0 24090650 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29525/statm: 4217 1111 409 3 0 796 0
[pid=29548] ppid=29525 vsize=5356 CPUtime=0
/proc/29548/stat : 29548 (sh) S 29525 29525 28810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24090832 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29548/statm: 1339 232 193 169 0 50 0
[pid=29549] ppid=29548 vsize=40600 CPUtime=1592.63
/proc/29549/stat : 29549 (picosat) R 29548 29525 28810 0 -1 4194304 9924 0 0 0 158946 317 0 0 25 0 1 0 24090832 41574400 9570 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29549/statm: 10150 9570 48 102 0 10045 0
Current children cumulated CPU time (s) 1594.35
Current children cumulated vsize (KiB) 62824

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 29594
/proc/meminfo: memFree=1397704/2055920 swapFree=4192812/4192956
[pid=29525] ppid=29523 vsize=16868 CPUtime=1.72
/proc/29525/stat : 29525 (sugar) S 29523 29525 28810 0 -1 4194304 1363 9817 0 2 6 1 148 17 16 0 1 0 24090650 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29525/statm: 4217 1111 409 3 0 796 0
[pid=29548] ppid=29525 vsize=5356 CPUtime=0
/proc/29548/stat : 29548 (sh) S 29525 29525 28810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24090832 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29548/statm: 1339 232 193 169 0 50 0
[pid=29549] ppid=29548 vsize=40600 CPUtime=1652.61
/proc/29549/stat : 29549 (picosat) R 29548 29525 28810 0 -1 4194304 9924 0 0 0 164944 317 0 0 25 0 1 0 24090832 41574400 9570 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/29549/statm: 10150 9570 48 102 0 10045 0
Current children cumulated CPU time (s) 1654.33
Current children cumulated vsize (KiB) 62824

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 29594
/proc/meminfo: memFree=1397704/2055920 swapFree=4192812/4192956
[pid=29525] ppid=29523 vsize=16868 CPUtime=1.72
/proc/29525/stat : 29525 (sugar) S 29523 29525 28810 0 -1 4194304 1363 9817 0 2 6 1 148 17 16 0 1 0 24090650 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29525/statm: 4217 1111 409 3 0 796 0
[pid=29548] ppid=29525 vsize=5356 CPUtime=0
/proc/29548/stat : 29548 (sh) S 29525 29525 28810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24090832 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29548/statm: 1339 232 193 169 0 50 0
[pid=29549] ppid=29548 vsize=40600 CPUtime=1712.59
/proc/29549/stat : 29549 (picosat) R 29548 29525 28810 0 -1 4194304 9924 0 0 0 170942 317 0 0 25 0 1 0 24090832 41574400 9570 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/29549/statm: 10150 9570 48 102 0 10045 0
Current children cumulated CPU time (s) 1714.31
Current children cumulated vsize (KiB) 62824

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 29594
/proc/meminfo: memFree=1397704/2055920 swapFree=4192812/4192956
[pid=29525] ppid=29523 vsize=16868 CPUtime=1.72
/proc/29525/stat : 29525 (sugar) S 29523 29525 28810 0 -1 4194304 1363 9817 0 2 6 1 148 17 16 0 1 0 24090650 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29525/statm: 4217 1111 409 3 0 796 0
[pid=29548] ppid=29525 vsize=5356 CPUtime=0
/proc/29548/stat : 29548 (sh) S 29525 29525 28810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24090832 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29548/statm: 1339 232 193 169 0 50 0
[pid=29549] ppid=29548 vsize=40600 CPUtime=1772.57
/proc/29549/stat : 29549 (picosat) R 29548 29525 28810 0 -1 4194304 9924 0 0 0 176940 317 0 0 25 0 1 0 24090832 41574400 9570 996147200 134512640 134931368 4294956256 18446744073709551615 134529486 0 0 4096 0 0 0 0 17 0 0 0
/proc/29549/statm: 10150 9570 48 102 0 10045 0
Current children cumulated CPU time (s) 1774.29
Current children cumulated vsize (KiB) 62824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.1 s]
/proc/loadavg: 2.13 2.04 2.01 3/83 29594
/proc/meminfo: memFree=1397768/2055920 swapFree=4192812/4192956
[pid=29525] ppid=29523 vsize=16868 CPUtime=1.72
/proc/29525/stat : 29525 (sugar) S 29523 29525 28810 0 -1 4194304 1363 9817 0 2 6 1 148 17 16 0 1 0 24090650 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29525/statm: 4217 1111 409 3 0 796 0
[pid=29548] ppid=29525 vsize=5356 CPUtime=0
/proc/29548/stat : 29548 (sh) S 29525 29525 28810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24090832 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29548/statm: 1339 232 193 169 0 50 0
[pid=29549] ppid=29548 vsize=40600 CPUtime=1798.36
/proc/29549/stat : 29549 (picosat) R 29548 29525 28810 0 -1 4194304 9924 0 0 0 179519 317 0 0 25 0 1 0 24090832 41574400 9570 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/29549/statm: 10150 9570 48 102 0 10045 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 62824

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

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

[startup+1808.1 s]
/proc/loadavg: 2.13 2.04 2.01 3/83 29594
/proc/meminfo: memFree=1397768/2055920 swapFree=4192812/4192956
[pid=29525] ppid=29523 vsize=16868 CPUtime=1.72
/proc/29525/stat : 29525 (sugar) S 29523 29525 28810 0 -1 4194304 1363 9817 0 2 6 1 148 17 16 0 1 0 24090650 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29525/statm: 4217 1111 409 3 0 796 0
[pid=29548] ppid=29525 vsize=5356 CPUtime=0
/proc/29548/stat : 29548 (sh) S 29525 29525 28810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24090832 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29548/statm: 1339 232 193 169 0 50 0
[pid=29549] ppid=29548 vsize=40600 CPUtime=1798.36
/proc/29549/stat : 29549 (picosat) R 29548 29525 28810 0 -1 4194304 9924 0 0 0 179519 317 0 0 25 0 1 0 24090832 41574400 9570 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/29549/statm: 10150 9570 48 102 0 10045 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 62824

Child status: 0

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

Real time (s): 1808.13
CPU time (s): 1800.08
CPU user time (s): 1796.73
CPU system time (s): 3.35
CPU usage (%): 99.5548
Max. virtual memory (cumulated for all children) (KiB): 886492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.54876
system time used= 0.204968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11750
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= 3978
involuntary context switches= 3875

runsolver used 1.9577 second user time and 6.27705 second system time

The end

Launcher Data

Begin job on node43 at 2009-07-12 05:44:28
IDJOB=2080618
IDBENCH=57115
IDSOLVER=738
FILE ID=node43/2080618-1247370268
PBS_JOBID= 9507142
Free space on /tmp= 66256 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/knights/normalized-knights-80-9.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2080618-1247370268/watcher-2080618-1247370268 -o /tmp/evaluation-result-2080618-1247370268/solver-2080618-1247370268 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2080618-1247370268.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= dcac56c0e48723f8c0ddbfc8ec2d0014
RANDOM SEED=1905486829

node43.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.213
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	: 5931.00
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.213
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:       1189096 kB
Buffers:         52220 kB
Cached:         290840 kB
SwapCached:          0 kB
Active:         600988 kB
Inactive:       187808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1189096 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1308 kB
Writeback:           0 kB
Mapped:         466192 kB
Slab:            62320 kB
Committed_AS:   660232 kB
PageTables:       2764 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= 66252 MiB
End job on node43 at 2009-07-12 06:14:38