Trace number 1035957

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.04 1813.52

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-e-2_ext.xml
MD5SUMf21ccc0da74fb345380c65d4914b72c4
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.043992
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1261
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension1261
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Wed Jul  2 01:28:41 2008
0.00/0.05	c 0	PID 1163
0.00/0.05	c 0	HOST node52.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1035957-1214954921.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1035957-1214954921.xml' 'HOME/temp.csp'
0.03/0.66	c 0	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.03/0.68	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.68	c 0	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.63/0.76	c 0	Parsing HOME/temp.csp
0.63/0.93	c 1	parsed 1385 expressions
0.63/0.93	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.63/0.93	c 1	Converting to clausal form CSP
0.63/0.96	c 1	converted 139 (10%) expressions
0.63/0.98	c 1	converted 277 (20%) expressions
0.93/1.01	c 1	converted 416 (30%) expressions
0.93/1.04	c 1	converted 554 (40%) expressions
0.93/1.06	c 1	converted 693 (50%) expressions
0.93/1.08	c 1	converted 831 (60%) expressions
1.03/1.16	c 1	converted 970 (70%) expressions
1.03/1.17	c 1	converted 1108 (80%) expressions
1.03/1.19	c 1	converted 1247 (90%) expressions
1.11/1.21	c 1	converted 1385 (100%) expressions
1.11/1.21	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
1.11/1.21	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.21	c 1	Propagation in CSP
1.11/1.21	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.11/1.21	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
1.11/1.21	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.28	c 1	Simplifing CSP by introducing new Boolean variables
1.11/1.28	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
1.11/1.28	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.33	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.22/1.35	c 1	12 (10%) CSP integer variables are encoded (176 clauses, 1798 bytes)
1.22/1.35	c 1	23 (20%) CSP integer variables are encoded (399 clauses, 4251 bytes)
1.22/1.35	c 1	34 (30%) CSP integer variables are encoded (601 clauses, 6473 bytes)
1.22/1.35	c 1	45 (40%) CSP integer variables are encoded (803 clauses, 8695 bytes)
1.22/1.36	c 1	56 (50%) CSP integer variables are encoded (1026 clauses, 11303 bytes)
1.22/1.36	c 1	68 (60%) CSP integer variables are encoded (1254 clauses, 14267 bytes)
1.22/1.36	c 1	79 (70%) CSP integer variables are encoded (1456 clauses, 16893 bytes)
1.22/1.36	c 1	90 (80%) CSP integer variables are encoded (1616 clauses, 18973 bytes)
1.22/1.36	c 1	101 (90%) CSP integer variables are encoded (1748 clauses, 20689 bytes)
1.22/1.36	c 1	112 (100%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.32/1.41	c 1	127 (10%) CSP clauses are encoded (2700 clauses, 35211 bytes)
1.32/1.45	c 1	253 (20%) CSP clauses are encoded (4192 clauses, 60500 bytes)
1.32/1.48	c 1	379 (30%) CSP clauses are encoded (5874 clauses, 92613 bytes)
1.43/1.51	c 1	505 (40%) CSP clauses are encoded (7534 clauses, 123689 bytes)
1.43/1.54	c 1	631 (50%) CSP clauses are encoded (9122 clauses, 153560 bytes)
1.43/1.58	c 1	757 (60%) CSP clauses are encoded (10782 clauses, 185279 bytes)
1.52/1.60	c 1	883 (70%) CSP clauses are encoded (12304 clauses, 213790 bytes)
1.52/1.63	c 1	1009 (80%) CSP clauses are encoded (13960 clauses, 245649 bytes)
1.52/1.66	c 1	1135 (90%) CSP clauses are encoded (15672 clauses, 280209 bytes)
1.52/1.68	c 1	1261 (100%) CSP clauses are encoded (17532 clauses, 317576 bytes)
1.52/1.68	c 1	1261 CSP clauses encoded
1.52/1.69	c 1	Writing map file : HOME/temp.map
1.52/1.69	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.52/1.69	c 1	SAT : 1990 SAT variables, 17532 SAT clauses, 317576 bytes
1.52/1.69	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.61/1.73	c 1	SOLVING HOME/temp.cnf
1.61/1.73	c 1	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.00/1813.50	sh: line 1:  1187 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.00/1813.51	c 1813	DECODING HOME/temp.out WITH HOME/temp.map
1800.00/1813.51	c 1813	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.00/1813.51	c ERROR INTERRUPTED
1800.00/1813.52	s UNKNOWN
1800.00/1813.52	c 1813	CPU 1799.74 (0.04 0.01 1799.7 0.28)
1800.00/1813.52	c 1813	END Wed Jul  2 01:58:54 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-1035957-1214954921/watcher-1035957-1214954921 -o /tmp/evaluation-result-1035957-1214954921/solver-1035957-1214954921 -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-1035957-1214954921.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: 2.26 2.06 1.97 4/73 1163
/proc/meminfo: memFree=980616/2055920 swapFree=4180400/4192956
[pid=1163] ppid=1161 vsize=18572 CPUtime=0
/proc/1163/stat : 1163 (runsolver) R 1161 1163 626 0 -1 4194368 15 0 0 0 0 0 0 0 24 0 1 0 1974464336 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 273653755175 0 0 4096 24578 0 0 0 17 1 0 0
/proc/1163/statm: 4643 292 257 25 0 2626 0

[startup+0.0722341 s]
/proc/loadavg: 2.26 2.06 1.97 4/73 1163
/proc/meminfo: memFree=980616/2055920 swapFree=4180400/4192956
[pid=1163] ppid=1161 vsize=13600 CPUtime=0.03
/proc/1163/stat : 1163 (sugar) S 1161 1163 626 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1974464336 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1163/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102336 s]
/proc/loadavg: 2.26 2.06 1.97 4/73 1163
/proc/meminfo: memFree=980616/2055920 swapFree=4180400/4192956
[pid=1163] ppid=1161 vsize=13600 CPUtime=0.03
/proc/1163/stat : 1163 (sugar) S 1161 1163 626 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1974464336 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1163/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301258 s]
/proc/loadavg: 2.26 2.06 1.97 4/73 1163
/proc/meminfo: memFree=980616/2055920 swapFree=4180400/4192956
[pid=1163] ppid=1161 vsize=13600 CPUtime=0.03
/proc/1163/stat : 1163 (sugar) S 1161 1163 626 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1974464336 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1163/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701326 s]
/proc/loadavg: 2.26 2.06 1.97 4/73 1163
/proc/meminfo: memFree=980616/2055920 swapFree=4180400/4192956
[pid=1163] ppid=1161 vsize=13600 CPUtime=0.63
/proc/1163/stat : 1163 (sugar) S 1161 1163 626 0 -1 4194304 956 4724 0 1 3 0 57 3 16 0 1 0 1974464336 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1163/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 13600

[startup+1.50244 s]
/proc/loadavg: 2.26 2.06 1.97 3/84 1185
/proc/meminfo: memFree=971440/2055920 swapFree=4180400/4192956
[pid=1163] ppid=1161 vsize=13600 CPUtime=0.64
/proc/1163/stat : 1163 (sugar) S 1161 1163 626 0 -1 4194304 974 4724 0 1 4 0 57 3 15 0 1 0 1974464336 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1163/statm: 3400 797 370 3 0 500 0
[pid=1176] ppid=1163 vsize=5356 CPUtime=0
/proc/1176/stat : 1176 (sh) S 1163 1163 626 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1974464405 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1176/statm: 1339 233 193 169 0 50 0
[pid=1177] ppid=1176 vsize=864244 CPUtime=0.79
/proc/1177/stat : 1177 (java) S 1176 1163 626 0 -1 0 6782 0 1 0 75 4 0 0 18 0 9 0 1974464405 884985856 6011 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1177/statm: 216061 6011 2565 9 0 210608 0
[pid=1177/tid=1178] ppid=1176 vsize=864244 CPUtime=0.4
/proc/1177/task/1178/stat : 1178 (java) R 1176 1163 626 0 -1 64 2708 0 1 0 38 2 0 0 18 0 9 0 1974464406 884985856 6011 996147200 134512640 134550740 4294955952 18446744073709551615 4126660148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1177/tid=1179] ppid=1176 vsize=864244 CPUtime=0.24
/proc/1177/task/1179/stat : 1179 (java) S 1176 1163 626 0 -1 64 3018 0 0 0 23 1 0 0 16 0 9 0 1974464407 884985856 6011 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1177/tid=1180] ppid=1176 vsize=864244 CPUtime=0
/proc/1177/task/1180/stat : 1180 (java) S 1176 1163 626 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1974464407 884985856 6011 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1177/tid=1181] ppid=1176 vsize=864244 CPUtime=0
/proc/1177/task/1181/stat : 1181 (java) S 1176 1163 626 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1974464407 884985856 6011 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1177/tid=1182] ppid=1176 vsize=864244 CPUtime=0
/proc/1177/task/1182/stat : 1182 (java) S 1176 1163 626 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1974464409 884985856 6011 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1177/tid=1183] ppid=1176 vsize=864244 CPUtime=0.12
/proc/1177/task/1183/stat : 1183 (java) S 1176 1163 626 0 -1 64 363 0 0 0 12 0 0 0 16 0 9 0 1974464409 884985856 6011 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1177/tid=1184] ppid=1176 vsize=864244 CPUtime=0
/proc/1177/task/1184/stat : 1184 (java) S 1176 1163 626 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1974464409 884985856 6011 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1177/tid=1185] ppid=1176 vsize=864244 CPUtime=0
/proc/1177/task/1185/stat : 1185 (java) S 1176 1163 626 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1974464409 884985856 6011 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883200

[startup+3.10167 s]
/proc/loadavg: 2.24 2.06 1.97 3/76 1187
/proc/meminfo: memFree=976944/2055920 swapFree=4180400/4192956
[pid=1163] ppid=1161 vsize=13600 CPUtime=1.64
/proc/1163/stat : 1163 (sugar) S 1161 1163 626 0 -1 4194304 1021 11850 0 2 4 0 152 8 16 0 1 0 1974464336 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1163/statm: 3400 798 370 3 0 500 0
[pid=1186] ppid=1163 vsize=5356 CPUtime=0
/proc/1186/stat : 1186 (sh) S 1163 1163 626 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974464510 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1186/statm: 1339 232 193 169 0 50 0
[pid=1187] ppid=1186 vsize=1804 CPUtime=1.34
/proc/1187/stat : 1187 (picosat) R 1186 1163 626 0 -1 4194304 365 0 0 0 126 8 0 0 25 0 1 0 1974464510 1847296 349 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 1 0 0
/proc/1187/statm: 451 349 48 102 0 346 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 20760

[startup+6.30215 s]
/proc/loadavg: 2.24 2.06 1.97 3/76 1187
/proc/meminfo: memFree=976432/2055920 swapFree=4180400/4192956
[pid=1163] ppid=1161 vsize=13600 CPUtime=1.64
/proc/1163/stat : 1163 (sugar) S 1161 1163 626 0 -1 4194304 1021 11850 0 2 4 0 152 8 16 0 1 0 1974464336 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1163/statm: 3400 798 370 3 0 500 0
[pid=1186] ppid=1163 vsize=5356 CPUtime=0
/proc/1186/stat : 1186 (sh) S 1163 1163 626 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974464510 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1186/statm: 1339 232 193 169 0 50 0
[pid=1187] ppid=1186 vsize=2044 CPUtime=4.51
/proc/1187/stat : 1187 (picosat) R 1186 1163 626 0 -1 4194304 445 0 0 0 443 8 0 0 25 0 1 0 1974464510 2093056 429 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/1187/statm: 511 429 48 102 0 406 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 21000

[startup+12.7011 s]
/proc/loadavg: 2.20 2.06 1.97 3/76 1187
/proc/meminfo: memFree=975984/2055920 swapFree=4180400/4192956
[pid=1163] ppid=1161 vsize=13600 CPUtime=1.64
/proc/1163/stat : 1163 (sugar) S 1161 1163 626 0 -1 4194304 1021 11850 0 2 4 0 152 8 16 0 1 0 1974464336 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1163/statm: 3400 798 370 3 0 500 0
[pid=1186] ppid=1163 vsize=5356 CPUtime=0
/proc/1186/stat : 1186 (sh) S 1163 1163 626 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974464510 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1186/statm: 1339 232 193 169 0 50 0
[pid=1187] ppid=1186 vsize=2304 CPUtime=10.85
/proc/1187/stat : 1187 (picosat) R 1186 1163 626 0 -1 4194304 515 0 0 0 1077 8 0 0 25 0 1 0 1974464510 2359296 499 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/1187/statm: 576 499 48 102 0 471 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 21260

[startup+25.502 s]
/proc/loadavg: 2.17 2.06 1.97 3/76 1187
/proc/meminfo: memFree=975664/2055920 swapFree=4180400/4192956
[pid=1163] ppid=1161 vsize=13600 CPUtime=1.64
/proc/1163/stat : 1163 (sugar) S 1161 1163 626 0 -1 4194304 1021 11850 0 2 4 0 152 8 16 0 1 0 1974464336 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1163/statm: 3400 798 370 3 0 500 0
[pid=1186] ppid=1163 vsize=5356 CPUtime=0
/proc/1186/stat : 1186 (sh) S 1163 1163 626 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974464510 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1186/statm: 1339 232 193 169 0 50 0
[pid=1187] ppid=1186 vsize=2776 CPUtime=23.53
/proc/1187/stat : 1187 (picosat) R 1186 1163 626 0 -1 4194304 632 0 0 0 2344 9 0 0 25 0 1 0 1974464510 2842624 616 996147200 134512640 134931368 4294956256 18446744073709551615 134530127 0 0 4096 0 0 0 0 17 1 0 0
/proc/1187/statm: 694 616 48 102 0 589 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 21732

[startup+51.1018 s]
/proc/loadavg: 2.11 2.05 1.97 3/76 1187
/proc/meminfo: memFree=975024/2055920 swapFree=4180400/4192956
[pid=1163] ppid=1161 vsize=13600 CPUtime=1.64
/proc/1163/stat : 1163 (sugar) S 1161 1163 626 0 -1 4194304 1021 11850 0 2 4 0 152 8 16 0 1 0 1974464336 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1163/statm: 3400 798 370 3 0 500 0
[pid=1186] ppid=1163 vsize=5356 CPUtime=0
/proc/1186/stat : 1186 (sh) S 1163 1163 626 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974464510 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1186/statm: 1339 232 193 169 0 50 0
[pid=1187] ppid=1186 vsize=3380 CPUtime=48.89
/proc/1187/stat : 1187 (picosat) R 1186 1163 626 0 -1 4194304 784 0 0 0 4880 9 0 0 25 0 1 0 1974464510 3461120 768 996147200 134512640 134931368 4294956256 18446744073709551615 134529404 0 0 4096 0 0 0 0 17 1 0 0
/proc/1187/statm: 845 768 48 102 0 740 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 22336

[startup+102.306 s]
/proc/loadavg: 2.04 2.04 1.97 3/76 1187
/proc/meminfo: memFree=960496/2055920 swapFree=4180400/4192956
[pid=1163] ppid=1161 vsize=13600 CPUtime=1.64
/proc/1163/stat : 1163 (sugar) S 1161 1163 626 0 -1 4194304 1021 11850 0 2 4 0 152 8 16 0 1 0 1974464336 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1163/statm: 3400 798 370 3 0 500 0
[pid=1186] ppid=1163 vsize=5356 CPUtime=0
/proc/1186/stat : 1186 (sh) S 1163 1163 626 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974464510 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1186/statm: 1339 232 193 169 0 50 0
[pid=1187] ppid=1186 vsize=4284 CPUtime=99.61
/proc/1187/stat : 1187 (picosat) R 1186 1163 626 0 -1 4194304 995 0 0 0 9952 9 0 0 25 0 1 0 1974464510 4386816 973 996147200 134512640 134931368 4294956256 18446744073709551615 134525675 0 0 4096 0 0 0 0 17 1 0 0
/proc/1187/statm: 1071 973 48 102 0 966 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 23240

[startup+162.301 s]
/proc/loadavg: 2.02 2.03 1.97 3/76 1187
/proc/meminfo: memFree=959664/2055920 swapFree=4180400/4192956
[pid=1163] ppid=1161 vsize=13600 CPUtime=1.64
/proc/1163/stat : 1163 (sugar) S 1161 1163 626 0 -1 4194304 1021 11850 0 2 4 0 152 8 16 0 1 0 1974464336 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1163/statm: 3400 798 370 3 0 500 0
[pid=1186] ppid=1163 vsize=5356 CPUtime=0
/proc/1186/stat : 1186 (sh) S 1163 1163 626 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974464510 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1186/statm: 1339 232 193 169 0 50 0
[pid=1187] ppid=1186 vsize=5016 CPUtime=159.04
/proc/1187/stat : 1187 (picosat) R 1186 1163 626 0 -1 4194304 1187 0 0 0 15895 9 0 0 25 0 1 0 1974464510 5136384 1163 996147200 134512640 134931368 4294956256 18446744073709551615 134524032 0 0 4096 0 0 0 0 17 1 0 0
/proc/1187/statm: 1254 1163 48 102 0 1149 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 23972

[startup+222.302 s]
/proc/loadavg: 2.00 2.02 1.97 3/76 1187
/proc/meminfo: memFree=959216/2055920 swapFree=4180400/4192956
[pid=1163] ppid=1161 vsize=13600 CPUtime=1.64
/proc/1163/stat : 1163 (sugar) S 1161 1163 626 0 -1 4194304 1021 11850 0 2 4 0 152 8 16 0 1 0 1974464336 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1163/statm: 3400 798 370 3 0 500 0
[pid=1186] ppid=1163 vsize=5356 CPUtime=0
/proc/1186/stat : 1186 (sh) S 1163 1163 626 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974464510 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=1163] ppid=1161 vsize=13600 CPUtime=1.64
/proc/1163/stat : 1163 (sugar) S 1161 1163 626 0 -1 4194304 1021 11850 0 2 4 0 152 8 16 0 1 0 1974464336 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1163/statm: 3400 798 370 3 0 500 0
[pid=1186] ppid=1163 vsize=5356 CPUtime=0
/proc/1186/stat : 1186 (sh) S 1163 1163 626 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974464510 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1186/statm: 1339 232 193 169 0 50 0
[pid=1187] ppid=1186 vsize=9108 CPUtime=1288.34
/proc/1187/stat : 1187 (picosat) R 1186 1163 626 0 -1 4194304 7735 0 0 0 128819 15 0 0 25 0 1 0 1974464510 9326592 2152 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/1187/statm: 2277 2152 48 102 0 2172 0
Current children cumulated CPU time (s) 1289.98
Current children cumulated vsize (KiB) 28064

[startup+1362.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/76 1187
/proc/meminfo: memFree=879600/2055920 swapFree=4180400/4192956
[pid=1163] ppid=1161 vsize=13600 CPUtime=1.64
/proc/1163/stat : 1163 (sugar) S 1161 1163 626 0 -1 4194304 1021 11850 0 2 4 0 152 8 16 0 1 0 1974464336 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1163/statm: 3400 798 370 3 0 500 0
[pid=1186] ppid=1163 vsize=5356 CPUtime=0
/proc/1186/stat : 1186 (sh) S 1163 1163 626 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974464510 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1186/statm: 1339 232 193 169 0 50 0
[pid=1187] ppid=1186 vsize=9240 CPUtime=1347.78
/proc/1187/stat : 1187 (picosat) R 1186 1163 626 0 -1 4194304 8047 0 0 0 134762 16 0 0 25 0 1 0 1974464510 9461760 2169 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/1187/statm: 2310 2169 48 102 0 2205 0
Current children cumulated CPU time (s) 1349.42
Current children cumulated vsize (KiB) 28196

[startup+1422.31 s]
/proc/loadavg: 2.11 2.05 2.01 3/76 1237
/proc/meminfo: memFree=1034096/2055920 swapFree=4180400/4192956
[pid=1163] ppid=1161 vsize=13600 CPUtime=1.64
/proc/1163/stat : 1163 (sugar) S 1161 1163 626 0 -1 4194304 1021 11850 0 2 4 0 152 8 16 0 1 0 1974464336 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1163/statm: 3400 798 370 3 0 500 0
[pid=1186] ppid=1163 vsize=5356 CPUtime=0
/proc/1186/stat : 1186 (sh) S 1163 1163 626 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974464510 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1186/statm: 1339 232 193 169 0 50 0
[pid=1187] ppid=1186 vsize=9204 CPUtime=1407.34
/proc/1187/stat : 1187 (picosat) R 1186 1163 626 0 -1 4194304 8301 0 0 0 140717 17 0 0 25 0 1 0 1974464510 9424896 2175 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/1187/statm: 2301 2175 48 102 0 2196 0
Current children cumulated CPU time (s) 1408.98
Current children cumulated vsize (KiB) 28160

[startup+1482.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/76 1237
/proc/meminfo: memFree=1006640/2055920 swapFree=4180400/4192956
[pid=1163] ppid=1161 vsize=13600 CPUtime=1.64
/proc/1163/stat : 1163 (sugar) S 1161 1163 626 0 -1 4194304 1021 11850 0 2 4 0 152 8 16 0 1 0 1974464336 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1163/statm: 3400 798 370 3 0 500 0
[pid=1186] ppid=1163 vsize=5356 CPUtime=0
/proc/1186/stat : 1186 (sh) S 1163 1163 626 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974464510 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1186/statm: 1339 232 193 169 0 50 0
[pid=1187] ppid=1186 vsize=9468 CPUtime=1467.3
/proc/1187/stat : 1187 (picosat) R 1186 1163 626 0 -1 4194304 8677 0 0 0 146713 17 0 0 25 0 1 0 1974464510 9695232 2241 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/1187/statm: 2367 2241 48 102 0 2262 0
Current children cumulated CPU time (s) 1468.94
Current children cumulated vsize (KiB) 28424

[startup+1542.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/76 1237
/proc/meminfo: memFree=985392/2055920 swapFree=4180400/4192956
[pid=1163] ppid=1161 vsize=13600 CPUtime=1.64
/proc/1163/stat : 1163 (sugar) S 1161 1163 626 0 -1 4194304 1021 11850 0 2 4 0 152 8 16 0 1 0 1974464336 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1163/statm: 3400 798 370 3 0 500 0
[pid=1186] ppid=1163 vsize=5356 CPUtime=0
/proc/1186/stat : 1186 (sh) S 1163 1163 626 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974464510 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1186/statm: 1339 232 193 169 0 50 0
[pid=1187] ppid=1186 vsize=9468 CPUtime=1527.28
/proc/1187/stat : 1187 (picosat) R 1186 1163 626 0 -1 4194304 8677 0 0 0 152710 18 0 0 25 0 1 0 1974464510 9695232 2241 996147200 134512640 134931368 4294956256 18446744073709551615 134531754 0 0 4096 0 0 0 0 17 0 0 0
/proc/1187/statm: 2367 2241 48 102 0 2262 0
Current children cumulated CPU time (s) 1528.92
Current children cumulated vsize (KiB) 28424

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 1237
/proc/meminfo: memFree=974064/2055920 swapFree=4180400/4192956
[pid=1163] ppid=1161 vsize=13600 CPUtime=1.64
/proc/1163/stat : 1163 (sugar) S 1161 1163 626 0 -1 4194304 1021 11850 0 2 4 0 152 8 16 0 1 0 1974464336 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1163/statm: 3400 798 370 3 0 500 0
[pid=1186] ppid=1163 vsize=5356 CPUtime=0
/proc/1186/stat : 1186 (sh) S 1163 1163 626 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974464510 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1186/statm: 1339 232 193 169 0 50 0
[pid=1187] ppid=1186 vsize=9724 CPUtime=1587.25
/proc/1187/stat : 1187 (picosat) R 1186 1163 626 0 -1 4194304 8913 0 0 0 158707 18 0 0 25 0 1 0 1974464510 9957376 2231 996147200 134512640 134931368 4294956256 18446744073709551615 134520092 0 0 4096 0 0 0 0 17 0 0 0
/proc/1187/statm: 2431 2231 48 102 0 2326 0
Current children cumulated CPU time (s) 1588.89
Current children cumulated vsize (KiB) 28680

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 1237
/proc/meminfo: memFree=962352/2055920 swapFree=4180400/4192956
[pid=1163] ppid=1161 vsize=13600 CPUtime=1.64
/proc/1163/stat : 1163 (sugar) S 1161 1163 626 0 -1 4194304 1021 11850 0 2 4 0 152 8 16 0 1 0 1974464336 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1163/statm: 3400 798 370 3 0 500 0
[pid=1186] ppid=1163 vsize=5356 CPUtime=0
/proc/1186/stat : 1186 (sh) S 1163 1163 626 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974464510 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1186/statm: 1339 232 193 169 0 50 0
[pid=1187] ppid=1186 vsize=9724 CPUtime=1647.22
/proc/1187/stat : 1187 (picosat) R 1186 1163 626 0 -1 4194304 9178 0 0 0 164704 18 0 0 25 0 1 0 1974464510 9957376 2236 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/1187/statm: 2431 2236 48 102 0 2326 0
Current children cumulated CPU time (s) 1648.86
Current children cumulated vsize (KiB) 28680

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 1237
/proc/meminfo: memFree=954032/2055920 swapFree=4180400/4192956
[pid=1163] ppid=1161 vsize=13600 CPUtime=1.64
/proc/1163/stat : 1163 (sugar) S 1161 1163 626 0 -1 4194304 1021 11850 0 2 4 0 152 8 16 0 1 0 1974464336 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1163/statm: 3400 798 370 3 0 500 0
[pid=1186] ppid=1163 vsize=5356 CPUtime=0
/proc/1186/stat : 1186 (sh) S 1163 1163 626 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974464510 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1186/statm: 1339 232 193 169 0 50 0
[pid=1187] ppid=1186 vsize=9856 CPUtime=1707.19
/proc/1187/stat : 1187 (picosat) R 1186 1163 626 0 -1 4194304 9423 0 0 0 170701 18 0 0 25 0 1 0 1974464510 10092544 2286 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/1187/statm: 2464 2286 48 102 0 2359 0
Current children cumulated CPU time (s) 1708.83
Current children cumulated vsize (KiB) 28812

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 1237
/proc/meminfo: memFree=945776/2055920 swapFree=4180400/4192956
[pid=1163] ppid=1161 vsize=13600 CPUtime=1.64
/proc/1163/stat : 1163 (sugar) S 1161 1163 626 0 -1 4194304 1021 11850 0 2 4 0 152 8 16 0 1 0 1974464336 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1163/statm: 3400 798 370 3 0 500 0
[pid=1186] ppid=1163 vsize=5356 CPUtime=0
/proc/1186/stat : 1186 (sh) S 1163 1163 626 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974464510 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1186/statm: 1339 232 193 169 0 50 0
[pid=1187] ppid=1186 vsize=9856 CPUtime=1767.17
/proc/1187/stat : 1187 (picosat) R 1186 1163 626 0 -1 4194304 9683 0 0 0 176698 19 0 0 25 0 1 0 1974464510 10092544 2286 996147200 134512640 134931368 4294956256 18446744073709551615 134529762 0 0 4096 0 0 0 0 17 0 0 0
/proc/1187/statm: 2464 2286 48 102 0 2359 0
Current children cumulated CPU time (s) 1768.81
Current children cumulated vsize (KiB) 28812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 1237
/proc/meminfo: memFree=942192/2055920 swapFree=4180400/4192956
[pid=1163] ppid=1161 vsize=13600 CPUtime=1.64
/proc/1163/stat : 1163 (sugar) S 1161 1163 626 0 -1 4194304 1021 11850 0 2 4 0 152 8 16 0 1 0 1974464336 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1163/statm: 3400 798 370 3 0 500 0
[pid=1186] ppid=1163 vsize=5356 CPUtime=0
/proc/1186/stat : 1186 (sh) S 1163 1163 626 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974464510 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1186/statm: 1339 232 193 169 0 50 0
[pid=1187] ppid=1186 vsize=9856 CPUtime=1798.36
/proc/1187/stat : 1187 (picosat) R 1186 1163 626 0 -1 4194304 9823 0 0 0 179817 19 0 0 25 0 1 0 1974464510 10092544 2293 996147200 134512640 134931368 4294956256 18446744073709551615 134522787 0 0 4096 0 0 0 0 17 0 0 0
/proc/1187/statm: 2464 2293 48 102 0 2359 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 28812

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

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

[startup+1813.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 1237
/proc/meminfo: memFree=942192/2055920 swapFree=4180400/4192956
[pid=1163] ppid=1161 vsize=13600 CPUtime=1.64
/proc/1163/stat : 1163 (sugar) S 1161 1163 626 0 -1 4194304 1021 11850 0 2 4 0 152 8 16 0 1 0 1974464336 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1163/statm: 3400 798 370 3 0 500 0
[pid=1186] ppid=1163 vsize=5356 CPUtime=0
/proc/1186/stat : 1186 (sh) S 1163 1163 626 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974464510 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1186/statm: 1339 232 193 169 0 50 0
[pid=1187] ppid=1186 vsize=9856 CPUtime=1798.36
/proc/1187/stat : 1187 (picosat) R 1186 1163 626 0 -1 4194304 9823 0 0 0 179817 19 0 0 25 0 1 0 1974464510 10092544 2293 996147200 134512640 134931368 4294956256 18446744073709551615 134522787 0 0 4096 0 0 0 0 17 0 0 0
/proc/1187/statm: 2464 2293 48 102 0 2359 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 28812

Child status: 0
Real time (s): 1813.52
CPU time (s): 1800.04
CPU user time (s): 1799.74
CPU system time (s): 0.292955
CPU usage (%): 99.2564
Max. virtual memory (cumulated for all children) (KiB): 883332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.74
system time used= 0.292955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23428
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= 1654
involuntary context switches= 33314

runsolver used 2.12968 second user time and 6.12507 second system time

The end

Launcher Data (download as text)

Begin job on node52 at 2008-07-02 01:28:41
IDJOB=1035957
IDBENCH=53426
IDSOLVER=345
FILE ID=node52/1035957-1214954921
PBS_JOBID= 7870229
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/BH-4-7/normalized-BlackHole-4-7-e-2_ext.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-1035957-1214954921/watcher-1035957-1214954921 -o /tmp/evaluation-result-1035957-1214954921/solver-1035957-1214954921 -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-1035957-1214954921.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f21ccc0da74fb345380c65d4914b72c4
RANDOM SEED=826936659

node52.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.265
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.265
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:        981096 kB
Buffers:         52420 kB
Cached:         845956 kB
SwapCached:       6500 kB
Active:         226860 kB
Inactive:       766888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        981096 kB
SwapTotal:     4192956 kB
SwapFree:      4180400 kB
Dirty:            1372 kB
Writeback:           0 kB
Mapped:         101936 kB
Slab:            66024 kB
Committed_AS:  3846160 kB
PageTables:       2060 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= 66520 MiB
End job on node52 at 2008-07-02 01:58:56