Trace number 2085227

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.09 1809.22

General information on the benchmark

Namecsp/graphColoring/sgb/queen/
normalized-queen14-14-15.xml
MD5SUM042d592851d0f5948e182914f62527ff
Bench Category2-ARY-INT (binary constraints in intension)
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 variables196
Number of constraints4186
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4186
Global constraints used (with number of constraints)

Solver Data

0.04/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.07	c 0	BEGIN Sun Jul 12 08:48:15 2009
0.04/0.07	c 0	PID 25119
0.04/0.07	c 0	HOST node8.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-2085227-1247381295.xml TO HOME/temp.csp
0.04/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2085227-1247381295.xml' 'HOME/temp.csp'
0.06/0.64	c 1	1 domains, 196 variables, 1 predicates, 0 relations, 4186 constraints
0.06/0.66	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.66	c 1	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.62/0.73	c 1	Parsing HOME/temp.csp
0.62/0.83	c 1	parsed 4384 expressions
0.62/0.84	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.62/0.84	c 1	Converting to clausal form CSP
0.62/0.94	c 1	converted 439 (10%) expressions
0.94/1.06	c 1	converted 877 (20%) expressions
0.94/1.09	c 1	converted 1316 (30%) expressions
1.04/1.11	c 1	converted 1754 (40%) expressions
1.04/1.12	c 1	converted 2192 (50%) expressions
1.04/1.14	c 1	converted 2631 (60%) expressions
1.04/1.15	c 1	converted 3069 (70%) expressions
1.04/1.16	c 1	converted 3508 (80%) expressions
1.04/1.18	c 1	converted 3946 (90%) expressions
1.04/1.19	c 1	converted 4384 (100%) expressions
1.04/1.19	c 1	CSP : 196 integers, 0 booleans, 4186 clauses, largest domain size 15
1.04/1.19	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.19	c 1	Propagation in CSP
1.13/1.26	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.13/1.26	c 2	CSP : 196 integers, 0 booleans, 4186 clauses, largest domain size 15
1.13/1.26	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.26	c 2	Simplifing CSP by introducing new Boolean variables
1.24/1.31	c 2	CSP : 196 integers, 8372 booleans, 12558 clauses, largest domain size 15
1.24/1.31	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.24/1.37	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.24/1.38	c 2	20 (10%) CSP integer variables are encoded (260 clauses, 2724 bytes)
1.24/1.38	c 2	40 (20%) CSP integer variables are encoded (520 clauses, 5584 bytes)
1.24/1.38	c 2	59 (30%) CSP integer variables are encoded (767 clauses, 8301 bytes)
1.24/1.39	c 2	79 (40%) CSP integer variables are encoded (1027 clauses, 11360 bytes)
1.24/1.39	c 2	98 (50%) CSP integer variables are encoded (1274 clauses, 14571 bytes)
1.24/1.39	c 2	118 (60%) CSP integer variables are encoded (1534 clauses, 17951 bytes)
1.24/1.39	c 2	138 (70%) CSP integer variables are encoded (1794 clauses, 21331 bytes)
1.24/1.39	c 2	157 (80%) CSP integer variables are encoded (2041 clauses, 24542 bytes)
1.24/1.39	c 2	177 (90%) CSP integer variables are encoded (2301 clauses, 27922 bytes)
1.24/1.39	c 2	196 (100%) CSP integer variables are encoded (2548 clauses, 31133 bytes)
1.33/1.46	c 2	1256 (10%) CSP clauses are encoded (15536 clauses, 239061 bytes)
1.44/1.50	c 2	2512 (20%) CSP clauses are encoded (28510 clauses, 456061 bytes)
1.44/1.53	c 2	3768 (30%) CSP clauses are encoded (41484 clauses, 673789 bytes)
1.44/1.56	c 2	5024 (40%) CSP clauses are encoded (54472 clauses, 892801 bytes)
1.44/1.59	c 2	6279 (50%) CSP clauses are encoded (67431 clauses, 1112415 bytes)
1.53/1.62	c 2	7535 (60%) CSP clauses are encoded (80419 clauses, 1345875 bytes)
1.53/1.65	c 2	8791 (70%) CSP clauses are encoded (93393 clauses, 1580241 bytes)
1.53/1.68	c 2	10047 (80%) CSP clauses are encoded (106367 clauses, 1814607 bytes)
1.63/1.71	c 2	11303 (90%) CSP clauses are encoded (119355 clauses, 2053729 bytes)
1.63/1.74	c 2	12558 (100%) CSP clauses are encoded (132314 clauses, 2301199 bytes)
1.63/1.74	c 2	12558 CSP clauses encoded
1.63/1.74	c 2	Writing map file : HOME/temp.map
1.63/1.75	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.63/1.75	c 2	SAT : 11116 SAT variables, 132314 SAT clauses, 2301199 bytes
1.63/1.75	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.63/1.76	c 2	SOLVING HOME/temp.cnf
1.63/1.76	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.09/1809.21	c 1809	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1809.21	c 1809	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.09/1809.21	c ERROR INTERRUPTED
1800.09/1809.21	s UNKNOWN
1800.09/1809.21	c 1809	CPU 1.7 (0.06 0.01 1.52 0.11)
1800.09/1809.21	c 1809	END Sun Jul 12 09:18:24 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-2085227-1247381295/watcher-2085227-1247381295 -o /tmp/evaluation-result-2085227-1247381295/solver-2085227-1247381295 -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-2085227-1247381295.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.08 2.03 2.07 4/82 25119
/proc/meminfo: memFree=1855384/2055920 swapFree=4192812/4192956
[pid=25119] ppid=25117 vsize=12272 CPUtime=0
/proc/25119/stat : 25119 (sugar) R 25117 25119 24878 0 -1 4194304 355 0 0 0 0 0 0 0 18 0 1 0 25196773 12566528 323 996147200 4194304 4206940 548682068608 18446744073709551615 228719922644 0 0 4224 0 0 0 0 17 0 0 0
/proc/25119/statm: 3068 324 244 3 0 168 0

[startup+0.047753 s]
/proc/loadavg: 2.08 2.03 2.07 4/82 25119
/proc/meminfo: memFree=1855384/2055920 swapFree=4192812/4192956
[pid=25119] ppid=25117 vsize=14776 CPUtime=0.04
/proc/25119/stat : 25119 (sugar) R 25117 25119 24878 0 -1 4194304 872 0 0 0 3 1 0 0 18 0 1 0 25196773 15130624 840 996147200 4194304 4206940 548682068608 18446744073709551615 228706390753 0 0 4224 0 0 0 0 17 0 0 0
/proc/25119/statm: 3694 840 378 3 0 533 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14776

[startup+0.101759 s]
/proc/loadavg: 2.08 2.03 2.07 4/82 25119
/proc/meminfo: memFree=1855384/2055920 swapFree=4192812/4192956
[pid=25119] ppid=25117 vsize=16868 CPUtime=0.06
/proc/25119/stat : 25119 (sugar) S 25117 25119 24878 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 25196773 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25119/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301776 s]
/proc/loadavg: 2.08 2.03 2.07 4/82 25119
/proc/meminfo: memFree=1855384/2055920 swapFree=4192812/4192956
[pid=25119] ppid=25117 vsize=16868 CPUtime=0.06
/proc/25119/stat : 25119 (sugar) S 25117 25119 24878 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 25196773 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25119/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701813 s]
/proc/loadavg: 2.08 2.03 2.07 4/82 25119
/proc/meminfo: memFree=1855384/2055920 swapFree=4192812/4192956
[pid=25119] ppid=25117 vsize=16868 CPUtime=0.62
/proc/25119/stat : 25119 (sugar) S 25117 25119 24878 0 -1 4194304 1292 7105 0 1 5 1 52 4 16 0 1 0 25196773 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25119/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 16868

[startup+1.50189 s]
/proc/loadavg: 2.08 2.03 2.07 4/93 25141
/proc/meminfo: memFree=1841536/2055920 swapFree=4192812/4192956
[pid=25119] ppid=25117 vsize=16868 CPUtime=0.62
/proc/25119/stat : 25119 (sugar) S 25117 25119 24878 0 -1 4194304 1310 7105 0 1 5 1 52 4 15 0 1 0 25196773 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25119/statm: 4217 1111 409 3 0 796 0
[pid=25132] ppid=25119 vsize=5356 CPUtime=0
/proc/25132/stat : 25132 (sh) S 25119 25119 24878 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25196839 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25132/statm: 1339 233 193 169 0 50 0
[pid=25133] ppid=25132 vsize=868672 CPUtime=0.82
/proc/25133/stat : 25133 (java) S 25132 25119 24878 0 -1 0 7717 0 1 0 77 5 0 0 18 0 9 0 25196839 889520128 6928 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25133/statm: 217168 6928 2590 9 0 211645 0
[pid=25133/tid=25134] ppid=25132 vsize=868672 CPUtime=0.46
/proc/25133/task/25134/stat : 25134 (java) R 25132 25119 24878 0 -1 64 2747 0 1 0 44 2 0 0 18 0 9 0 25196840 889520128 6928 996147200 134512640 134550932 4294955936 18446744073709551615 4125952213 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25133/tid=25135] ppid=25132 vsize=868672 CPUtime=0.15
/proc/25133/task/25135/stat : 25135 (java) S 25132 25119 24878 0 -1 64 2778 0 0 0 14 1 0 0 16 0 9 0 25196841 889520128 6928 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25133/tid=25136] ppid=25132 vsize=868672 CPUtime=0
/proc/25133/task/25136/stat : 25136 (java) S 25132 25119 24878 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25196842 889520128 6928 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25133/tid=25137] ppid=25132 vsize=868672 CPUtime=0
/proc/25133/task/25137/stat : 25137 (java) S 25132 25119 24878 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25196842 889520128 6928 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25133/tid=25138] ppid=25132 vsize=868672 CPUtime=0
/proc/25133/task/25138/stat : 25138 (java) S 25132 25119 24878 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25196844 889520128 6928 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25133/tid=25139] ppid=25132 vsize=868672 CPUtime=0.18
/proc/25133/task/25139/stat : 25139 (java) S 25132 25119 24878 0 -1 64 1493 0 0 0 18 0 0 0 16 0 9 0 25196844 889520128 6928 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25133/tid=25140] ppid=25132 vsize=868672 CPUtime=0
/proc/25133/task/25140/stat : 25140 (java) S 25132 25119 24878 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25196844 889520128 6928 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25133/tid=25141] ppid=25132 vsize=868672 CPUtime=0
/proc/25133/task/25141/stat : 25141 (java) S 25132 25119 24878 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25196844 889520128 6928 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 890896

[startup+3.10104 s]
/proc/loadavg: 2.15 2.04 2.08 3/85 25143
/proc/meminfo: memFree=1847680/2055920 swapFree=4192812/4192956
[pid=25119] ppid=25117 vsize=16868 CPUtime=1.7
/proc/25119/stat : 25119 (sugar) S 25117 25119 24878 0 -1 4194304 1365 15203 0 2 6 1 152 11 16 0 1 0 25196773 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25119/statm: 4217 1113 409 3 0 796 0
[pid=25142] ppid=25119 vsize=5356 CPUtime=0
/proc/25142/stat : 25142 (sh) S 25119 25119 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25196949 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25142/statm: 1339 232 193 169 0 50 0
[pid=25143] ppid=25142 vsize=6212 CPUtime=1.31
/proc/25143/stat : 25143 (picosat) R 25142 25119 24878 0 -1 4194304 1405 0 0 0 74 57 0 0 25 0 1 0 25196950 6361088 1379 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 1 0 0
/proc/25143/statm: 1553 1379 42 102 0 1448 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 28436

[startup+6.30234 s]
/proc/loadavg: 2.15 2.04 2.08 3/85 25143
/proc/meminfo: memFree=1843008/2055920 swapFree=4192812/4192956
[pid=25119] ppid=25117 vsize=16868 CPUtime=1.7
/proc/25119/stat : 25119 (sugar) S 25117 25119 24878 0 -1 4194304 1365 15203 0 2 6 1 152 11 16 0 1 0 25196773 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25119/statm: 4217 1113 409 3 0 796 0
[pid=25142] ppid=25119 vsize=5356 CPUtime=0
/proc/25142/stat : 25142 (sh) S 25119 25119 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25196949 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25142/statm: 1339 232 193 169 0 50 0
[pid=25143] ppid=25142 vsize=7672 CPUtime=4.51
/proc/25143/stat : 25143 (picosat) R 25142 25119 24878 0 -1 4194304 1774 0 0 0 393 58 0 0 25 0 1 0 25196950 7856128 1746 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/25143/statm: 1918 1746 48 102 0 1813 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 29896

[startup+12.7019 s]
/proc/loadavg: 2.13 2.04 2.07 3/85 25143
/proc/meminfo: memFree=1840088/2055920 swapFree=4192812/4192956
[pid=25119] ppid=25117 vsize=16868 CPUtime=1.7
/proc/25119/stat : 25119 (sugar) S 25117 25119 24878 0 -1 4194304 1365 15203 0 2 6 1 152 11 16 0 1 0 25196773 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25119/statm: 4217 1113 409 3 0 796 0
[pid=25142] ppid=25119 vsize=5356 CPUtime=0
/proc/25142/stat : 25142 (sh) S 25119 25119 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25196949 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25142/statm: 1339 232 193 169 0 50 0
[pid=25143] ppid=25142 vsize=10444 CPUtime=10.87
/proc/25143/stat : 25143 (picosat) R 25142 25119 24878 0 -1 4194304 2468 0 0 0 1028 59 0 0 25 0 1 0 25196950 10694656 2440 996147200 134512640 134931368 4294956256 18446744073709551615 134525631 0 0 4096 0 0 0 0 17 1 0 0
/proc/25143/statm: 2611 2440 48 102 0 2506 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 32668

[startup+25.5022 s]
/proc/loadavg: 2.11 2.04 2.07 3/85 25143
/proc/meminfo: memFree=1834840/2055920 swapFree=4192812/4192956
[pid=25119] ppid=25117 vsize=16868 CPUtime=1.7
/proc/25119/stat : 25119 (sugar) S 25117 25119 24878 0 -1 4194304 1365 15203 0 2 6 1 152 11 16 0 1 0 25196773 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25119/statm: 4217 1113 409 3 0 796 0
[pid=25142] ppid=25119 vsize=5356 CPUtime=0
/proc/25142/stat : 25142 (sh) S 25119 25119 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25196949 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25142/statm: 1339 232 193 169 0 50 0
[pid=25143] ppid=25142 vsize=15460 CPUtime=23.61
/proc/25143/stat : 25143 (picosat) R 25142 25119 24878 0 -1 4194304 3744 0 0 0 2301 60 0 0 25 0 1 0 25196950 15831040 3716 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/25143/statm: 3865 3716 48 102 0 3760 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 37684

[startup+51.1026 s]
/proc/loadavg: 2.07 2.04 2.07 3/85 25143
/proc/meminfo: memFree=1830936/2055920 swapFree=4192812/4192956
[pid=25119] ppid=25117 vsize=16868 CPUtime=1.7
/proc/25119/stat : 25119 (sugar) S 25117 25119 24878 0 -1 4194304 1365 15203 0 2 6 1 152 11 16 0 1 0 25196773 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25119/statm: 4217 1113 409 3 0 796 0
[pid=25142] ppid=25119 vsize=5356 CPUtime=0
/proc/25142/stat : 25142 (sh) S 25119 25119 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25196949 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25142/statm: 1339 232 193 169 0 50 0
[pid=25143] ppid=25142 vsize=19832 CPUtime=49.08
/proc/25143/stat : 25143 (picosat) R 25142 25119 24878 0 -1 4194304 4710 0 0 0 4847 61 0 0 25 0 1 0 25196950 20307968 4682 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25143/statm: 4958 4682 48 102 0 4853 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 42056

[startup+102.307 s]
/proc/loadavg: 2.03 2.03 2.07 3/85 25143
/proc/meminfo: memFree=1829016/2055920 swapFree=4192812/4192956
[pid=25119] ppid=25117 vsize=16868 CPUtime=1.7
/proc/25119/stat : 25119 (sugar) S 25117 25119 24878 0 -1 4194304 1365 15203 0 2 6 1 152 11 16 0 1 0 25196773 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25119/statm: 4217 1113 409 3 0 796 0
[pid=25142] ppid=25119 vsize=5356 CPUtime=0
/proc/25142/stat : 25142 (sh) S 25119 25119 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25196949 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25142/statm: 1339 232 193 169 0 50 0
[pid=25143] ppid=25142 vsize=21488 CPUtime=100.04
/proc/25143/stat : 25143 (picosat) R 25142 25119 24878 0 -1 4194304 5135 0 0 0 9942 62 0 0 25 0 1 0 25196950 22003712 5107 996147200 134512640 134931368 4294956256 18446744073709551615 134529475 0 0 4096 0 0 0 0 17 1 0 0
/proc/25143/statm: 5372 5107 48 102 0 5267 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 43712

[startup+162.302 s]
/proc/loadavg: 2.01 2.02 2.06 3/85 25145
/proc/meminfo: memFree=1826776/2055920 swapFree=4192812/4192956
[pid=25119] ppid=25117 vsize=16868 CPUtime=1.7
/proc/25119/stat : 25119 (sugar) S 25117 25119 24878 0 -1 4194304 1365 15203 0 2 6 1 152 11 16 0 1 0 25196773 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25119/statm: 4217 1113 409 3 0 796 0
[pid=25142] ppid=25119 vsize=5356 CPUtime=0
/proc/25142/stat : 25142 (sh) S 25119 25119 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25196949 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25142/statm: 1339 232 193 169 0 50 0
[pid=25143] ppid=25142 vsize=23416 CPUtime=159.74
/proc/25143/stat : 25143 (picosat) R 25142 25119 24878 0 -1 4194304 5594 0 0 0 15911 63 0 0 25 0 1 0 25196950 23977984 5533 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25143/statm: 5854 5533 48 102 0 5749 0
Current children cumulated CPU time (s) 161.44
Current children cumulated vsize (KiB) 45640

[startup+222.303 s]
/proc/loadavg: 1.82 1.97 2.04 4/85 25377
/proc/meminfo: memFree=1855984/2055920 swapFree=4192812/4192956
[pid=25119] ppid=25117 vsize=16868 CPUtime=1.7
/proc/25119/stat : 25119 (sugar) S 25117 25119 24878 0 -1 4194304 1365 15203 0 2 6 1 152 11 16 0 1 0 25196773 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25119/statm: 4217 1113 409 3 0 796 0
[pid=25142] ppid=25119 vsize=5356 CPUtime=0
/proc/25142/stat : 25142 (sh) S 25119 25119 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25196949 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25142/statm: 1339 232 193 169 0 50 0

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

/proc/meminfo: memFree=1832504/2055920 swapFree=4192812/4192956
[pid=25119] ppid=25117 vsize=16868 CPUtime=1.7
/proc/25119/stat : 25119 (sugar) S 25117 25119 24878 0 -1 4194304 1365 15203 0 2 6 1 152 11 16 0 1 0 25196773 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25119/statm: 4217 1113 409 3 0 796 0
[pid=25142] ppid=25119 vsize=5356 CPUtime=0
/proc/25142/stat : 25142 (sh) S 25119 25119 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25196949 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25142/statm: 1339 232 193 169 0 50 0
[pid=25143] ppid=25142 vsize=46904 CPUtime=1293.97
/proc/25143/stat : 25143 (picosat) R 25142 25119 24878 0 -1 4194304 12442 0 0 0 129323 74 0 0 25 0 1 0 25196950 48029696 11426 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/25143/statm: 11726 11426 48 102 0 11621 0
Current children cumulated CPU time (s) 1295.67
Current children cumulated vsize (KiB) 69128

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 2.00 4/85 25383
/proc/meminfo: memFree=1830776/2055920 swapFree=4192812/4192956
[pid=25119] ppid=25117 vsize=16868 CPUtime=1.7
/proc/25119/stat : 25119 (sugar) S 25117 25119 24878 0 -1 4194304 1365 15203 0 2 6 1 152 11 16 0 1 0 25196773 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25119/statm: 4217 1113 409 3 0 796 0
[pid=25142] ppid=25119 vsize=5356 CPUtime=0
/proc/25142/stat : 25142 (sh) S 25119 25119 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25196949 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25142/statm: 1339 232 193 169 0 50 0
[pid=25143] ppid=25142 vsize=48488 CPUtime=1353.67
/proc/25143/stat : 25143 (picosat) R 25142 25119 24878 0 -1 4194304 12928 0 0 0 135292 75 0 0 25 0 1 0 25196950 49651712 11834 996147200 134512640 134931368 4294956256 18446744073709551615 134522728 0 0 4096 0 0 0 0 17 0 0 0
/proc/25143/statm: 12122 11834 48 102 0 12017 0
Current children cumulated CPU time (s) 1355.37
Current children cumulated vsize (KiB) 70712

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 2.00 4/85 25383
/proc/meminfo: memFree=1830776/2055920 swapFree=4192812/4192956
[pid=25119] ppid=25117 vsize=16868 CPUtime=1.7
/proc/25119/stat : 25119 (sugar) S 25117 25119 24878 0 -1 4194304 1365 15203 0 2 6 1 152 11 16 0 1 0 25196773 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25119/statm: 4217 1113 409 3 0 796 0
[pid=25142] ppid=25119 vsize=5356 CPUtime=0
/proc/25142/stat : 25142 (sh) S 25119 25119 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25196949 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25142/statm: 1339 232 193 169 0 50 0
[pid=25143] ppid=25142 vsize=48488 CPUtime=1413.38
/proc/25143/stat : 25143 (picosat) R 25142 25119 24878 0 -1 4194304 12928 0 0 0 141263 75 0 0 25 0 1 0 25196950 49651712 11834 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 0 0 0
/proc/25143/statm: 12122 11834 48 102 0 12017 0
Current children cumulated CPU time (s) 1415.08
Current children cumulated vsize (KiB) 70712

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 2.00 4/85 25383
/proc/meminfo: memFree=1828152/2055920 swapFree=4192812/4192956
[pid=25119] ppid=25117 vsize=16868 CPUtime=1.7
/proc/25119/stat : 25119 (sugar) S 25117 25119 24878 0 -1 4194304 1365 15203 0 2 6 1 152 11 16 0 1 0 25196773 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25119/statm: 4217 1113 409 3 0 796 0
[pid=25142] ppid=25119 vsize=5356 CPUtime=0
/proc/25142/stat : 25142 (sh) S 25119 25119 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25196949 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25142/statm: 1339 232 193 169 0 50 0
[pid=25143] ppid=25142 vsize=50996 CPUtime=1473.09
/proc/25143/stat : 25143 (picosat) R 25142 25119 24878 0 -1 4194304 13647 0 0 0 147233 76 0 0 25 0 1 0 25196950 52219904 12471 996147200 134512640 134931368 4294956256 18446744073709551615 134529170 0 0 4096 0 0 0 0 17 0 0 0
/proc/25143/statm: 12749 12471 48 102 0 12644 0
Current children cumulated CPU time (s) 1474.79
Current children cumulated vsize (KiB) 73220

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 2.00 4/85 25383
/proc/meminfo: memFree=1828088/2055920 swapFree=4192812/4192956
[pid=25119] ppid=25117 vsize=16868 CPUtime=1.7
/proc/25119/stat : 25119 (sugar) S 25117 25119 24878 0 -1 4194304 1365 15203 0 2 6 1 152 11 16 0 1 0 25196773 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25119/statm: 4217 1113 409 3 0 796 0
[pid=25142] ppid=25119 vsize=5356 CPUtime=0
/proc/25142/stat : 25142 (sh) S 25119 25119 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25196949 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25142/statm: 1339 232 193 169 0 50 0
[pid=25143] ppid=25142 vsize=50996 CPUtime=1532.79
/proc/25143/stat : 25143 (picosat) R 25142 25119 24878 0 -1 4194304 13647 0 0 0 153203 76 0 0 25 0 1 0 25196950 52219904 12471 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/25143/statm: 12749 12471 48 102 0 12644 0
Current children cumulated CPU time (s) 1534.49
Current children cumulated vsize (KiB) 73220

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 2.00 4/85 25383
/proc/meminfo: memFree=1828088/2055920 swapFree=4192812/4192956
[pid=25119] ppid=25117 vsize=16868 CPUtime=1.7
/proc/25119/stat : 25119 (sugar) S 25117 25119 24878 0 -1 4194304 1365 15203 0 2 6 1 152 11 16 0 1 0 25196773 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25119/statm: 4217 1113 409 3 0 796 0
[pid=25142] ppid=25119 vsize=5356 CPUtime=0
/proc/25142/stat : 25142 (sh) S 25119 25119 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25196949 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25142/statm: 1339 232 193 169 0 50 0
[pid=25143] ppid=25142 vsize=50996 CPUtime=1592.5
/proc/25143/stat : 25143 (picosat) R 25142 25119 24878 0 -1 4194304 13647 0 0 0 159174 76 0 0 25 0 1 0 25196950 52219904 12471 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/25143/statm: 12749 12471 48 102 0 12644 0
Current children cumulated CPU time (s) 1594.2
Current children cumulated vsize (KiB) 73220

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 2.00 4/85 25383
/proc/meminfo: memFree=1828024/2055920 swapFree=4192812/4192956
[pid=25119] ppid=25117 vsize=16868 CPUtime=1.7
/proc/25119/stat : 25119 (sugar) S 25117 25119 24878 0 -1 4194304 1365 15203 0 2 6 1 152 11 16 0 1 0 25196773 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25119/statm: 4217 1113 409 3 0 796 0
[pid=25142] ppid=25119 vsize=5356 CPUtime=0
/proc/25142/stat : 25142 (sh) S 25119 25119 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25196949 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25142/statm: 1339 232 193 169 0 50 0
[pid=25143] ppid=25142 vsize=50996 CPUtime=1652.2
/proc/25143/stat : 25143 (picosat) R 25142 25119 24878 0 -1 4194304 13647 0 0 0 165144 76 0 0 25 0 1 0 25196950 52219904 12471 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25143/statm: 12749 12471 48 102 0 12644 0
Current children cumulated CPU time (s) 1653.9
Current children cumulated vsize (KiB) 73220

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 2.00 4/85 25383
/proc/meminfo: memFree=1826552/2055920 swapFree=4192812/4192956
[pid=25119] ppid=25117 vsize=16868 CPUtime=1.7
/proc/25119/stat : 25119 (sugar) S 25117 25119 24878 0 -1 4194304 1365 15203 0 2 6 1 152 11 16 0 1 0 25196773 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25119/statm: 4217 1113 409 3 0 796 0
[pid=25142] ppid=25119 vsize=5356 CPUtime=0
/proc/25142/stat : 25142 (sh) S 25119 25119 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25196949 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25142/statm: 1339 232 193 169 0 50 0
[pid=25143] ppid=25142 vsize=52448 CPUtime=1711.9
/proc/25143/stat : 25143 (picosat) R 25142 25119 24878 0 -1 4194304 14098 0 0 0 171114 76 0 0 25 0 1 0 25196950 53706752 12836 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/25143/statm: 13112 12836 48 102 0 13007 0
Current children cumulated CPU time (s) 1713.6
Current children cumulated vsize (KiB) 74672

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 2.00 4/85 25383
/proc/meminfo: memFree=1826488/2055920 swapFree=4192812/4192956
[pid=25119] ppid=25117 vsize=16868 CPUtime=1.7
/proc/25119/stat : 25119 (sugar) S 25117 25119 24878 0 -1 4194304 1365 15203 0 2 6 1 152 11 16 0 1 0 25196773 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25119/statm: 4217 1113 409 3 0 796 0
[pid=25142] ppid=25119 vsize=5356 CPUtime=0
/proc/25142/stat : 25142 (sh) S 25119 25119 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25196949 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25142/statm: 1339 232 193 169 0 50 0
[pid=25143] ppid=25142 vsize=52448 CPUtime=1771.61
/proc/25143/stat : 25143 (picosat) R 25142 25119 24878 0 -1 4194304 14098 0 0 0 177085 76 0 0 25 0 1 0 25196950 53706752 12836 996147200 134512640 134931368 4294956256 18446744073709551615 134524032 0 0 4096 0 0 0 0 17 0 0 0
/proc/25143/statm: 13112 12836 48 102 0 13007 0
Current children cumulated CPU time (s) 1773.31
Current children cumulated vsize (KiB) 74672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.2 s]
/proc/loadavg: 1.99 1.97 2.00 3/85 25383
/proc/meminfo: memFree=1825848/2055920 swapFree=4192812/4192956
[pid=25119] ppid=25117 vsize=16868 CPUtime=1.7
/proc/25119/stat : 25119 (sugar) S 25117 25119 24878 0 -1 4194304 1365 15203 0 2 6 1 152 11 16 0 1 0 25196773 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25119/statm: 4217 1113 409 3 0 796 0
[pid=25142] ppid=25119 vsize=5356 CPUtime=0
/proc/25142/stat : 25142 (sh) S 25119 25119 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25196949 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25142/statm: 1339 232 193 169 0 50 0
[pid=25143] ppid=25142 vsize=53236 CPUtime=1798.39
/proc/25143/stat : 25143 (picosat) R 25142 25119 24878 0 -1 4194304 14318 0 0 0 179762 77 0 0 25 0 1 0 25196950 54513664 13056 996147200 134512640 134931368 4294956256 18446744073709551615 134524030 0 0 4096 0 0 0 0 17 0 0 0
/proc/25143/statm: 13309 13056 48 102 0 13204 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 75460

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 25119 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=584759
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=141978
# CPU time returned by wait4() is 1.72674
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.22
CPU time (s): 1800.09
CPU user time (s): 1799.2
CPU system time (s): 0.89
CPU usage (%): 99.4953
Max. virtual memory (cumulated for all children) (KiB): 890896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.58476
system time used= 0.141978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17053
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= 2554
involuntary context switches= 2442

runsolver used 2.36364 second user time and 5.84611 second system time

The end

Launcher Data

Begin job on node8 at 2009-07-12 08:48:15
IDJOB=2085227
IDBENCH=58321
IDSOLVER=738
FILE ID=node8/2085227-1247381295
PBS_JOBID= 9507235
Free space on /tmp= 66288 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/graphColoring/sgb/queen/normalized-queen14-14-15.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-2085227-1247381295/watcher-2085227-1247381295 -o /tmp/evaluation-result-2085227-1247381295/solver-2085227-1247381295 -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-2085227-1247381295.xml

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

MD5SUM BENCH= 042d592851d0f5948e182914f62527ff
RANDOM SEED=655081490

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1855864 kB
Buffers:          8912 kB
Cached:          64868 kB
SwapCached:          0 kB
Active:         119956 kB
Inactive:        30040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1855864 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2004 kB
Writeback:           0 kB
Mapped:          96684 kB
Slab:            34992 kB
Committed_AS:   256048 kB
PageTables:       1924 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66288 MiB
End job on node8 at 2009-07-12 09:18:26