Trace number 1060997

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.03 1803.53

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-50-55.xml
MD5SUM8ee2641ad289b185e0bf8bb3e7ef9972
Bench CategoryN-ARY-INT (n-ary 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 variables5500
Number of constraints210
Maximum constraint arity55
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension210
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.15	c 0	Sugar v1-13 + HOME/picosat
0.00/0.15	c 0	BEGIN Fri Jul  4 02:02:31 2008
0.00/0.15	c 0	PID 1082
0.00/0.15	c 0	HOST node68.alineos.net
0.00/0.15	c 0	CONVERTING HOME/instance-1060997-1215129751.xml TO HOME/temp.csp
0.00/0.15	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1060997-1215129751.xml' 'HOME/temp.csp'
0.04/0.82	c 1	1 domains, 5500 variables, 2 predicates, 0 relations, 210 constraints
0.04/0.83	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.83	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.69/0.91	c 1	Parsing HOME/temp.csp
1.13/1.33	c 1	parsed 5713 expressions
1.13/1.33	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.13/1.33	c 1	Converting to clausal form CSP
1.13/1.36	c 1	converted 572 (10%) expressions
1.13/1.37	c 1	converted 1143 (20%) expressions
1.13/1.38	c 1	converted 1714 (30%) expressions
1.13/1.39	c 1	converted 2286 (40%) expressions
1.13/1.39	c 1	converted 2857 (50%) expressions
1.13/1.39	c 1	converted 3428 (60%) expressions
1.13/1.39	c 1	converted 4000 (70%) expressions
1.13/1.39	c 1	converted 4571 (80%) expressions
1.13/1.39	c 1	converted 5142 (90%) expressions
2.23/2.42	c 2	converted 5713 (100%) expressions
2.23/2.43	c 2	CSP : 16080 integers, 0 booleans, 21370 clauses, largest domain size 29
2.23/2.43	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.23/2.43	c 2	Propagation in CSP
2.52/2.70	c 3	21300 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.52/2.70	c 3	CSP : 16080 integers, 0 booleans, 21370 clauses, largest domain size 26
2.52/2.71	c 3	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.52/2.72	c 3	Simplifing CSP by introducing new Boolean variables
2.52/2.73	c 3	CSP : 16080 integers, 0 booleans, 21370 clauses, largest domain size 26
2.52/2.73	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.62/2.83	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.62/2.87	c 3	1608 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.62/2.87	c 3	3216 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.62/2.87	c 3	4824 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.62/2.88	c 3	6432 (40%) CSP integer variables are encoded (3624 clauses, 47261 bytes)
2.62/2.89	c 3	8040 (50%) CSP integer variables are encoded (9922 clauses, 141731 bytes)
2.72/2.90	c 3	9648 (60%) CSP integer variables are encoded (16220 clauses, 236201 bytes)
2.72/2.91	c 3	11256 (70%) CSP integer variables are encoded (20680 clauses, 303101 bytes)
2.72/2.91	c 3	12864 (80%) CSP integer variables are encoded (20680 clauses, 303101 bytes)
2.72/2.92	c 3	14472 (90%) CSP integer variables are encoded (20680 clauses, 303101 bytes)
2.72/2.92	c 3	16080 (100%) CSP integer variables are encoded (20680 clauses, 303101 bytes)
2.82/3.04	c 3	2137 (10%) CSP clauses are encoded (57495 clauses, 934630 bytes)
2.92/3.13	c 3	4274 (20%) CSP clauses are encoded (94320 clauses, 1653625 bytes)
3.01/3.22	c 3	6411 (30%) CSP clauses are encoded (131137 clauses, 2372455 bytes)
3.11/3.31	c 3	8548 (40%) CSP clauses are encoded (167986 clauses, 3091920 bytes)
3.11/3.39	c 3	10685 (50%) CSP clauses are encoded (204739 clauses, 3809538 bytes)
3.21/3.42	c 3	12822 (60%) CSP clauses are encoded (208994 clauses, 3875058 bytes)
3.21/3.44	c 3	14959 (70%) CSP clauses are encoded (213247 clauses, 3940570 bytes)
3.21/3.46	c 4	17096 (80%) CSP clauses are encoded (217502 clauses, 4006784 bytes)
3.21/3.49	c 4	19233 (90%) CSP clauses are encoded (221755 clauses, 4073618 bytes)
3.31/3.51	c 4	21370 (100%) CSP clauses are encoded (226010 clauses, 4140478 bytes)
3.31/3.56	c 4	21370 CSP clauses encoded
3.31/3.56	c 4	Writing map file : HOME/temp.map
3.36/3.62	c 4	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.36/3.62	c 4	SAT : 36760 SAT variables, 226010 SAT clauses, 4140478 bytes
3.36/3.62	c 4	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.36/3.66	c 4	SOLVING HOME/temp.cnf
3.36/3.66	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1803.51	c ERROR INTERRUPTED
1800.03/1803.52	s UNKNOWN
1800.03/1803.52	c 1804	CPU 3.25 (0.04 0.01 3.21 0.15)
1800.03/1803.52	c 1804	END Fri Jul  4 02:32:35 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-1060997-1215129751/watcher-1060997-1215129751 -o /tmp/evaluation-result-1060997-1215129751/solver-1060997-1215129751 -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-1060997-1215129751.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.95 1.98 1.94 4/80 1082
/proc/meminfo: memFree=1837800/2055920 swapFree=4180444/4192956
[pid=1082] ppid=1080 vsize=18572 CPUtime=0
/proc/1082/stat : 1082 (runsolver) D 1080 1082 31442 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 1991944667 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 213112122663 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/1082/statm: 4643 292 257 25 0 2626 0

[startup+0.0512729 s]
/proc/loadavg: 1.95 1.98 1.94 4/80 1082
/proc/meminfo: memFree=1837800/2055920 swapFree=4180444/4192956
[pid=1082] ppid=1080 vsize=12268 CPUtime=0
/proc/1082/stat : 1082 (sugar) D 1080 1082 31442 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1991944667 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 213112289893 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/1082/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101281 s]
/proc/loadavg: 1.95 1.98 1.94 4/80 1082
/proc/meminfo: memFree=1837800/2055920 swapFree=4180444/4192956
[pid=1082] ppid=1080 vsize=12412 CPUtime=0
/proc/1082/stat : 1082 (sugar) D 1080 1082 31442 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 1991944667 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/1082/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301319 s]
/proc/loadavg: 1.95 1.98 1.94 4/80 1082
/proc/meminfo: memFree=1837800/2055920 swapFree=4180444/4192956
[pid=1082] ppid=1080 vsize=13600 CPUtime=0.04
/proc/1082/stat : 1082 (sugar) S 1080 1082 31442 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 1991944667 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1082/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701389 s]
/proc/loadavg: 1.95 1.98 1.94 4/80 1082
/proc/meminfo: memFree=1837800/2055920 swapFree=4180444/4192956
[pid=1082] ppid=1080 vsize=13600 CPUtime=0.04
/proc/1082/stat : 1082 (sugar) S 1080 1082 31442 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 1991944667 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1082/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50252 s]
/proc/loadavg: 1.95 1.98 1.94 4/91 1104
/proc/meminfo: memFree=1830096/2055920 swapFree=4180444/4192956
[pid=1082] ppid=1080 vsize=13600 CPUtime=0.7
/proc/1082/stat : 1082 (sugar) S 1080 1082 31442 0 -1 4194304 973 5360 0 1 4 1 62 3 15 0 1 0 1991944667 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1082/statm: 3400 797 370 3 0 500 0
[pid=1095] ppid=1082 vsize=5356 CPUtime=0
/proc/1095/stat : 1095 (sh) S 1082 1082 31442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991944751 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1095/statm: 1339 233 193 169 0 50 0
[pid=1096] ppid=1095 vsize=864156 CPUtime=0.63
/proc/1096/stat : 1096 (java) S 1095 1082 31442 0 -1 0 4558 0 1 0 59 4 0 0 18 0 9 0 1991944751 884895744 3970 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1096/statm: 216039 3970 1732 9 0 210614 0
[pid=1096/tid=1097] ppid=1095 vsize=864156 CPUtime=0.45
/proc/1096/task/1097/stat : 1097 (java) R 1095 1082 31442 0 -1 64 2665 0 1 0 43 2 0 0 18 0 9 0 1991944752 884895744 3970 996147200 134512640 134550740 4294955952 18446744073709551615 4125926080 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1096/tid=1098] ppid=1095 vsize=864156 CPUtime=0.04
/proc/1096/task/1098/stat : 1098 (java) S 1095 1082 31442 0 -1 64 836 0 0 0 4 0 0 0 16 0 9 0 1991944753 884895744 3970 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1096/tid=1099] ppid=1095 vsize=864156 CPUtime=0
/proc/1096/task/1099/stat : 1099 (java) S 1095 1082 31442 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1991944754 884895744 3970 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1096/tid=1100] ppid=1095 vsize=864156 CPUtime=0
/proc/1096/task/1100/stat : 1100 (java) S 1095 1082 31442 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1991944754 884895744 3970 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1096/tid=1101] ppid=1095 vsize=864156 CPUtime=0
/proc/1096/task/1101/stat : 1101 (java) S 1095 1082 31442 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991944756 884895744 3970 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1096/tid=1102] ppid=1095 vsize=864156 CPUtime=0.11
/proc/1096/task/1102/stat : 1102 (java) S 1095 1082 31442 0 -1 64 365 0 0 0 11 0 0 0 16 0 9 0 1991944756 884895744 3970 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1096/tid=1103] ppid=1095 vsize=864156 CPUtime=0
/proc/1096/task/1103/stat : 1103 (java) S 1095 1082 31442 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991944756 884895744 3970 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1096/tid=1104] ppid=1095 vsize=864156 CPUtime=0
/proc/1096/task/1104/stat : 1104 (java) S 1095 1082 31442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991944756 884895744 3970 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 883112

[startup+3.1018 s]
/proc/loadavg: 1.95 1.98 1.94 3/91 1104
/proc/meminfo: memFree=1814096/2055920 swapFree=4180444/4192956
[pid=1082] ppid=1080 vsize=13600 CPUtime=0.7
/proc/1082/stat : 1082 (sugar) S 1080 1082 31442 0 -1 4194304 974 5360 0 1 4 1 62 3 15 0 1 0 1991944667 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1082/statm: 3400 797 370 3 0 500 0
[pid=1095] ppid=1082 vsize=5356 CPUtime=0
/proc/1095/stat : 1095 (sh) S 1082 1082 31442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991944751 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1095/statm: 1339 233 193 169 0 50 0
[pid=1096] ppid=1095 vsize=868520 CPUtime=2.22
/proc/1096/stat : 1096 (java) S 1095 1082 31442 0 -1 0 10126 0 1 0 214 8 0 0 18 0 9 0 1991944751 889364480 9103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1096/statm: 217130 9103 2565 9 0 211677 0
[pid=1096/tid=1097] ppid=1095 vsize=868520 CPUtime=1.43
/proc/1096/task/1097/stat : 1097 (java) R 1095 1082 31442 0 -1 64 2964 0 1 0 140 3 0 0 19 0 9 0 1991944752 889364480 9103 996147200 134512640 134550740 4294955952 18446744073709551615 4127050284 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1096/tid=1098] ppid=1095 vsize=868520 CPUtime=0.48
/proc/1096/task/1098/stat : 1098 (java) S 1095 1082 31442 0 -1 64 4942 0 0 0 46 2 0 0 16 0 9 0 1991944753 889364480 9103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1096/tid=1099] ppid=1095 vsize=868520 CPUtime=0
/proc/1096/task/1099/stat : 1099 (java) S 1095 1082 31442 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991944754 889364480 9103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1096/tid=1100] ppid=1095 vsize=868520 CPUtime=0
/proc/1096/task/1100/stat : 1100 (java) S 1095 1082 31442 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1991944754 889364480 9103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1096/tid=1101] ppid=1095 vsize=868520 CPUtime=0
/proc/1096/task/1101/stat : 1101 (java) S 1095 1082 31442 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991944756 889364480 9103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1096/tid=1102] ppid=1095 vsize=868520 CPUtime=0.27
/proc/1096/task/1102/stat : 1102 (java) S 1095 1082 31442 0 -1 64 1526 0 0 0 27 0 0 0 16 0 9 0 1991944756 889364480 9103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1096/tid=1103] ppid=1095 vsize=868520 CPUtime=0
/proc/1096/task/1103/stat : 1103 (java) S 1095 1082 31442 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991944756 889364480 9103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1096/tid=1104] ppid=1095 vsize=868520 CPUtime=0
/proc/1096/task/1104/stat : 1104 (java) S 1095 1082 31442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991944756 889364480 9103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 887476

[startup+6.30134 s]
/proc/loadavg: 1.95 1.98 1.94 3/83 1106
/proc/meminfo: memFree=1822416/2055920 swapFree=4180444/4192956
[pid=1082] ppid=1080 vsize=13600 CPUtime=3.4
/proc/1082/stat : 1082 (sugar) S 1080 1082 31442 0 -1 4194304 1024 15867 0 2 4 1 321 14 16 0 1 0 1991944667 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1082/statm: 3400 799 370 3 0 500 0
[pid=1105] ppid=1082 vsize=5356 CPUtime=0
/proc/1105/stat : 1105 (sh) S 1082 1082 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991945034 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1105/statm: 1339 232 193 169 0 50 0
[pid=1106] ppid=1105 vsize=12280 CPUtime=2.6
/proc/1106/stat : 1106 (picosat) R 1105 1082 31442 0 -1 4194304 2393 0 0 0 157 103 0 0 25 0 1 0 1991945034 12574720 2366 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/1106/statm: 3070 2366 48 102 0 2965 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 31236

[startup+12.7024 s]
/proc/loadavg: 1.96 1.98 1.94 3/83 1106
/proc/meminfo: memFree=1816464/2055920 swapFree=4180444/4192956
[pid=1082] ppid=1080 vsize=13600 CPUtime=3.4
/proc/1082/stat : 1082 (sugar) S 1080 1082 31442 0 -1 4194304 1024 15867 0 2 4 1 321 14 16 0 1 0 1991944667 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1082/statm: 3400 799 370 3 0 500 0
[pid=1105] ppid=1082 vsize=5356 CPUtime=0
/proc/1105/stat : 1105 (sh) S 1082 1082 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991945034 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1105/statm: 1339 232 193 169 0 50 0
[pid=1106] ppid=1105 vsize=17428 CPUtime=8.94
/proc/1106/stat : 1106 (picosat) R 1105 1082 31442 0 -1 4194304 3712 0 0 0 790 104 0 0 25 0 1 0 1991945034 17846272 3685 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/1106/statm: 4357 3685 48 102 0 4252 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 36384

[startup+25.5016 s]
/proc/loadavg: 1.97 1.98 1.94 3/83 1106
/proc/meminfo: memFree=1810128/2055920 swapFree=4180444/4192956
[pid=1082] ppid=1080 vsize=13600 CPUtime=3.4
/proc/1082/stat : 1082 (sugar) S 1080 1082 31442 0 -1 4194304 1024 15867 0 2 4 1 321 14 16 0 1 0 1991944667 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1082/statm: 3400 799 370 3 0 500 0
[pid=1105] ppid=1082 vsize=5356 CPUtime=0
/proc/1105/stat : 1105 (sh) S 1082 1082 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991945034 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1105/statm: 1339 232 193 169 0 50 0
[pid=1106] ppid=1105 vsize=23096 CPUtime=21.62
/proc/1106/stat : 1106 (picosat) R 1105 1082 31442 0 -1 4194304 5206 0 0 0 2057 105 0 0 25 0 1 0 1991945034 23650304 5109 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/1106/statm: 5774 5109 48 102 0 5669 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 42052

[startup+51.102 s]
/proc/loadavg: 1.98 1.98 1.94 3/83 1106
/proc/meminfo: memFree=1803920/2055920 swapFree=4180444/4192956
[pid=1082] ppid=1080 vsize=13600 CPUtime=3.4
/proc/1082/stat : 1082 (sugar) S 1080 1082 31442 0 -1 4194304 1024 15867 0 2 4 1 321 14 16 0 1 0 1991944667 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1082/statm: 3400 799 370 3 0 500 0
[pid=1105] ppid=1082 vsize=5356 CPUtime=0
/proc/1105/stat : 1105 (sh) S 1082 1082 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991945034 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1105/statm: 1339 232 193 169 0 50 0
[pid=1106] ppid=1105 vsize=30156 CPUtime=46.97
/proc/1106/stat : 1106 (picosat) R 1105 1082 31442 0 -1 4194304 7056 0 0 0 4590 107 0 0 25 0 1 0 1991945034 30879744 6883 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/1106/statm: 7539 6883 48 102 0 7434 0
Current children cumulated CPU time (s) 50.37
Current children cumulated vsize (KiB) 49112

[startup+102.307 s]
/proc/loadavg: 2.31 2.06 1.96 3/83 1106
/proc/meminfo: memFree=1790416/2055920 swapFree=4180444/4192956
[pid=1082] ppid=1080 vsize=13600 CPUtime=3.4
/proc/1082/stat : 1082 (sugar) S 1080 1082 31442 0 -1 4194304 1024 15867 0 2 4 1 321 14 16 0 1 0 1991944667 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1082/statm: 3400 799 370 3 0 500 0
[pid=1105] ppid=1082 vsize=5356 CPUtime=0
/proc/1105/stat : 1105 (sh) S 1082 1082 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991945034 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1105/statm: 1339 232 193 169 0 50 0
[pid=1106] ppid=1105 vsize=42816 CPUtime=97.69
/proc/1106/stat : 1106 (picosat) R 1105 1082 31442 0 -1 4194304 10359 0 0 0 9660 109 0 0 25 0 1 0 1991945034 43843584 10057 996147200 134512640 134931368 4294956256 18446744073709551615 134544748 0 0 4096 0 0 0 0 17 1 0 0
/proc/1106/statm: 10704 10057 48 102 0 10599 0
Current children cumulated CPU time (s) 101.09
Current children cumulated vsize (KiB) 61772

[startup+162.302 s]
/proc/loadavg: 2.22 2.09 1.98 3/83 1106
/proc/meminfo: memFree=1778256/2055920 swapFree=4180444/4192956
[pid=1082] ppid=1080 vsize=13600 CPUtime=3.4
/proc/1082/stat : 1082 (sugar) S 1080 1082 31442 0 -1 4194304 1024 15867 0 2 4 1 321 14 16 0 1 0 1991944667 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1082/statm: 3400 799 370 3 0 500 0
[pid=1105] ppid=1082 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1706960/2055920 swapFree=4180444/4192956
[pid=1082] ppid=1080 vsize=13600 CPUtime=3.4
/proc/1082/stat : 1082 (sugar) S 1080 1082 31442 0 -1 4194304 1024 15867 0 2 4 1 321 14 16 0 1 0 1991944667 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1082/statm: 3400 799 370 3 0 500 0
[pid=1105] ppid=1082 vsize=5356 CPUtime=0
/proc/1105/stat : 1105 (sh) S 1082 1082 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991945034 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1105/statm: 1339 232 193 169 0 50 0
[pid=1106] ppid=1105 vsize=138620 CPUtime=1355.63
/proc/1106/stat : 1106 (picosat) R 1105 1082 31442 0 -1 4194304 38476 0 0 0 135426 137 0 0 25 0 1 0 1991945034 141946880 34006 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/1106/statm: 34655 34006 48 102 0 34550 0
Current children cumulated CPU time (s) 1359.03
Current children cumulated vsize (KiB) 157576

[startup+1422.31 s]
/proc/loadavg: 2.12 2.05 2.00 3/83 1148
/proc/meminfo: memFree=1703440/2055920 swapFree=4180444/4192956
[pid=1082] ppid=1080 vsize=13600 CPUtime=3.4
/proc/1082/stat : 1082 (sugar) S 1080 1082 31442 0 -1 4194304 1024 15867 0 2 4 1 321 14 16 0 1 0 1991944667 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1082/statm: 3400 799 370 3 0 500 0
[pid=1105] ppid=1082 vsize=5356 CPUtime=0
/proc/1105/stat : 1105 (sh) S 1082 1082 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991945034 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1105/statm: 1339 232 193 169 0 50 0
[pid=1106] ppid=1105 vsize=141656 CPUtime=1415.61
/proc/1106/stat : 1106 (picosat) R 1105 1082 31442 0 -1 4194304 39380 0 0 0 141423 138 0 0 25 0 1 0 1991945034 145055744 34794 996147200 134512640 134931368 4294956256 18446744073709551615 134529868 0 0 4096 0 0 0 0 17 0 0 0
/proc/1106/statm: 35414 34794 48 102 0 35309 0
Current children cumulated CPU time (s) 1419.01
Current children cumulated vsize (KiB) 160612

[startup+1482.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/83 1148
/proc/meminfo: memFree=1703248/2055920 swapFree=4180444/4192956
[pid=1082] ppid=1080 vsize=13600 CPUtime=3.4
/proc/1082/stat : 1082 (sugar) S 1080 1082 31442 0 -1 4194304 1024 15867 0 2 4 1 321 14 16 0 1 0 1991944667 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1082/statm: 3400 799 370 3 0 500 0
[pid=1105] ppid=1082 vsize=5356 CPUtime=0
/proc/1105/stat : 1105 (sh) S 1082 1082 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991945034 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1105/statm: 1339 232 193 169 0 50 0
[pid=1106] ppid=1105 vsize=141656 CPUtime=1475.57
/proc/1106/stat : 1106 (picosat) R 1105 1082 31442 0 -1 4194304 39380 0 0 0 147419 138 0 0 25 0 1 0 1991945034 145055744 34794 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/1106/statm: 35414 34794 48 102 0 35309 0
Current children cumulated CPU time (s) 1478.97
Current children cumulated vsize (KiB) 160612

[startup+1542.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/83 1148
/proc/meminfo: memFree=1703376/2055920 swapFree=4180444/4192956
[pid=1082] ppid=1080 vsize=13600 CPUtime=3.4
/proc/1082/stat : 1082 (sugar) S 1080 1082 31442 0 -1 4194304 1024 15867 0 2 4 1 321 14 16 0 1 0 1991944667 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1082/statm: 3400 799 370 3 0 500 0
[pid=1105] ppid=1082 vsize=5356 CPUtime=0
/proc/1105/stat : 1105 (sh) S 1082 1082 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991945034 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1105/statm: 1339 232 193 169 0 50 0
[pid=1106] ppid=1105 vsize=141412 CPUtime=1535.54
/proc/1106/stat : 1106 (picosat) R 1105 1082 31442 0 -1 4194304 39387 0 0 0 153416 138 0 0 25 0 1 0 1991945034 144805888 34749 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/1106/statm: 35353 34749 48 102 0 35248 0
Current children cumulated CPU time (s) 1538.94
Current children cumulated vsize (KiB) 160368

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 1148
/proc/meminfo: memFree=1703312/2055920 swapFree=4180444/4192956
[pid=1082] ppid=1080 vsize=13600 CPUtime=3.4
/proc/1082/stat : 1082 (sugar) S 1080 1082 31442 0 -1 4194304 1024 15867 0 2 4 1 321 14 16 0 1 0 1991944667 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1082/statm: 3400 799 370 3 0 500 0
[pid=1105] ppid=1082 vsize=5356 CPUtime=0
/proc/1105/stat : 1105 (sh) S 1082 1082 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991945034 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1105/statm: 1339 232 193 169 0 50 0
[pid=1106] ppid=1105 vsize=141412 CPUtime=1595.51
/proc/1106/stat : 1106 (picosat) R 1105 1082 31442 0 -1 4194304 39387 0 0 0 159413 138 0 0 25 0 1 0 1991945034 144805888 34749 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/1106/statm: 35353 34749 48 102 0 35248 0
Current children cumulated CPU time (s) 1598.91
Current children cumulated vsize (KiB) 160368

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 1148
/proc/meminfo: memFree=1698320/2055920 swapFree=4180444/4192956
[pid=1082] ppid=1080 vsize=13600 CPUtime=3.4
/proc/1082/stat : 1082 (sugar) S 1080 1082 31442 0 -1 4194304 1024 15867 0 2 4 1 321 14 16 0 1 0 1991944667 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1082/statm: 3400 799 370 3 0 500 0
[pid=1105] ppid=1082 vsize=5356 CPUtime=0
/proc/1105/stat : 1105 (sh) S 1082 1082 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991945034 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1105/statm: 1339 232 193 169 0 50 0
[pid=1106] ppid=1105 vsize=147488 CPUtime=1655.48
/proc/1106/stat : 1106 (picosat) R 1105 1082 31442 0 -1 4194304 40744 0 0 0 165409 139 0 0 25 0 1 0 1991945034 151027712 35985 996147200 134512640 134931368 4294956256 18446744073709551615 134529102 0 0 4096 0 0 0 0 17 0 0 0
/proc/1106/statm: 36872 35985 48 102 0 36767 0
Current children cumulated CPU time (s) 1658.88
Current children cumulated vsize (KiB) 166444

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 1148
/proc/meminfo: memFree=1698320/2055920 swapFree=4180444/4192956
[pid=1082] ppid=1080 vsize=13600 CPUtime=3.4
/proc/1082/stat : 1082 (sugar) S 1080 1082 31442 0 -1 4194304 1024 15867 0 2 4 1 321 14 16 0 1 0 1991944667 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1082/statm: 3400 799 370 3 0 500 0
[pid=1105] ppid=1082 vsize=5356 CPUtime=0
/proc/1105/stat : 1105 (sh) S 1082 1082 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991945034 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1105/statm: 1339 232 193 169 0 50 0
[pid=1106] ppid=1105 vsize=147488 CPUtime=1715.46
/proc/1106/stat : 1106 (picosat) R 1105 1082 31442 0 -1 4194304 40744 0 0 0 171407 139 0 0 25 0 1 0 1991945034 151027712 35985 996147200 134512640 134931368 4294956256 18446744073709551615 134549502 0 0 4096 0 0 0 0 17 0 0 0
/proc/1106/statm: 36872 35985 48 102 0 36767 0
Current children cumulated CPU time (s) 1718.86
Current children cumulated vsize (KiB) 166444

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 1148
/proc/meminfo: memFree=1699280/2055920 swapFree=4180444/4192956
[pid=1082] ppid=1080 vsize=13600 CPUtime=3.4
/proc/1082/stat : 1082 (sugar) S 1080 1082 31442 0 -1 4194304 1024 15867 0 2 4 1 321 14 16 0 1 0 1991944667 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1082/statm: 3400 799 370 3 0 500 0
[pid=1105] ppid=1082 vsize=5356 CPUtime=0
/proc/1105/stat : 1105 (sh) S 1082 1082 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991945034 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1105/statm: 1339 232 193 169 0 50 0
[pid=1106] ppid=1105 vsize=146236 CPUtime=1775.43
/proc/1106/stat : 1106 (picosat) R 1105 1082 31442 0 -1 4194304 40753 0 0 0 177404 139 0 0 25 0 1 0 1991945034 149745664 35711 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 0 0 0
/proc/1106/statm: 36559 35711 48 102 0 36454 0
Current children cumulated CPU time (s) 1778.83
Current children cumulated vsize (KiB) 165192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 1148
/proc/meminfo: memFree=1699280/2055920 swapFree=4180444/4192956
[pid=1082] ppid=1080 vsize=13600 CPUtime=3.4
/proc/1082/stat : 1082 (sugar) S 1080 1082 31442 0 -1 4194304 1024 15867 0 2 4 1 321 14 16 0 1 0 1991944667 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1082/statm: 3400 799 370 3 0 500 0
[pid=1105] ppid=1082 vsize=5356 CPUtime=0
/proc/1105/stat : 1105 (sh) S 1082 1082 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991945034 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1105/statm: 1339 232 193 169 0 50 0
[pid=1106] ppid=1105 vsize=146236 CPUtime=1796.63
/proc/1106/stat : 1106 (picosat) R 1105 1082 31442 0 -1 4194304 40753 0 0 0 179523 140 0 0 25 0 1 0 1991945034 149745664 35711 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/1106/statm: 36559 35711 48 102 0 36454 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 165192

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

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

[startup+1803.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 1148
/proc/meminfo: memFree=1699280/2055920 swapFree=4180444/4192956
[pid=1082] ppid=1080 vsize=13600 CPUtime=3.4
/proc/1082/stat : 1082 (sugar) S 1080 1082 31442 0 -1 4194304 1024 15867 0 2 4 1 321 14 16 0 1 0 1991944667 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1082/statm: 3400 799 370 3 0 500 0
[pid=1105] ppid=1082 vsize=5356 CPUtime=0
/proc/1105/stat : 1105 (sh) S 1082 1082 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991945034 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1105/statm: 1339 232 193 169 0 50 0
[pid=1106] ppid=1105 vsize=146236 CPUtime=1796.63
/proc/1106/stat : 1106 (picosat) R 1105 1082 31442 0 -1 4194304 40753 0 0 0 179523 140 0 0 25 0 1 0 1991945034 149745664 35711 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/1106/statm: 36559 35711 48 102 0 36454 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 165192

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1082 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=259504
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=166974
# CPU time returned by wait4() is 3.42648
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1803.53
CPU time (s): 1800.03
CPU user time (s): 1798.48
CPU system time (s): 1.55
CPU usage (%): 99.8059
Max. virtual memory (cumulated for all children) (KiB): 887616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.2595
system time used= 0.166974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17245
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= 3301
involuntary context switches= 3191

runsolver used 1.75373 second user time and 5.07323 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-04 02:02:31
IDJOB=1060997
IDBENCH=54500
IDSOLVER=345
FILE ID=node68/1060997-1215129751
PBS_JOBID= 7877069
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-50-55.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-1060997-1215129751/watcher-1060997-1215129751 -o /tmp/evaluation-result-1060997-1215129751/solver-1060997-1215129751 -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-1060997-1215129751.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8ee2641ad289b185e0bf8bb3e7ef9972
RANDOM SEED=1647262919

node68.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.261
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.261
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:       1838280 kB
Buffers:          7876 kB
Cached:          57752 kB
SwapCached:       6520 kB
Active:         149760 kB
Inactive:        14576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1838280 kB
SwapTotal:     4192956 kB
SwapFree:      4180444 kB
Dirty:            1636 kB
Writeback:           0 kB
Mapped:         112316 kB
Slab:            38596 kB
Committed_AS:  4953044 kB
PageTables:       1916 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= 66540 MiB
End job on node68 at 2008-07-04 02:32:37