Trace number 1060703

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.12 1816.92

General information on the benchmark

Namecsp/pseudo/par/
normalized-par-32-2-c.xml
MD5SUMa74560533e7ad9b82e138ec40698969f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark180.881
Satisfiable
(Un)Satisfiability was proved
Number of variables2606
Number of constraints6509
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6509
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 01:34:40 2008
0.00/0.04	c 0	PID 24220
0.00/0.04	c 0	HOST node9.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1060703-1215128080.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1060703-1215128080.xml' 'HOME/temp.csp'
0.03/0.66	c 1	1 domains, 2606 variables, 3 predicates, 0 relations, 6509 constraints
0.03/0.69	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.69	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.77/0.76	c 1	Parsing HOME/temp.csp
1.13/1.03	c 1	parsed 9119 expressions
1.13/1.04	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.13/1.04	c 1	Converting to clausal form CSP
1.13/1.07	c 2	converted 912 (10%) expressions
1.13/1.08	c 2	converted 1824 (20%) expressions
1.25/1.11	c 2	converted 2736 (30%) expressions
1.25/1.16	c 2	converted 3648 (40%) expressions
1.42/1.20	c 2	converted 4560 (50%) expressions
1.42/1.27	c 2	converted 5472 (60%) expressions
1.42/1.29	c 2	converted 6384 (70%) expressions
1.54/1.31	c 2	converted 7296 (80%) expressions
1.54/1.33	c 2	converted 8208 (90%) expressions
1.54/1.34	c 2	converted 9119 (100%) expressions
1.54/1.34	c 2	CSP : 2606 integers, 0 booleans, 6509 clauses, largest domain size 2
1.54/1.34	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.54/1.34	c 2	Propagation in CSP
1.54/1.39	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.54/1.39	c 2	CSP : 2606 integers, 0 booleans, 6509 clauses, largest domain size 2
1.54/1.39	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.54/1.39	c 2	Simplifing CSP by introducing new Boolean variables
1.54/1.39	c 2	CSP : 2606 integers, 0 booleans, 6509 clauses, largest domain size 2
1.54/1.39	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.65/1.43	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.65/1.44	c 2	261 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.65/1.44	c 2	522 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.65/1.44	c 2	782 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.65/1.44	c 2	1043 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.65/1.45	c 2	1303 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.65/1.45	c 2	1564 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.65/1.45	c 2	1825 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.65/1.45	c 2	2085 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.65/1.45	c 2	2346 (90%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.65/1.45	c 2	2606 (100%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.65/1.48	c 2	651 (10%) CSP clauses are encoded (651 clauses, 7012 bytes)
1.65/1.49	c 2	1302 (20%) CSP clauses are encoded (1302 clauses, 14477 bytes)
1.78/1.50	c 2	1953 (30%) CSP clauses are encoded (1953 clauses, 23256 bytes)
1.78/1.51	c 2	2604 (40%) CSP clauses are encoded (2604 clauses, 34451 bytes)
1.78/1.51	c 2	3255 (50%) CSP clauses are encoded (3255 clauses, 46150 bytes)
1.78/1.52	c 2	3906 (60%) CSP clauses are encoded (3906 clauses, 58339 bytes)
1.78/1.53	c 2	4557 (70%) CSP clauses are encoded (4557 clauses, 70436 bytes)
1.78/1.53	c 2	5208 (80%) CSP clauses are encoded (5208 clauses, 82685 bytes)
1.78/1.54	c 2	5859 (90%) CSP clauses are encoded (5859 clauses, 94850 bytes)
1.78/1.55	c 2	6509 (100%) CSP clauses are encoded (6509 clauses, 107224 bytes)
1.78/1.55	c 2	6509 CSP clauses encoded
1.78/1.55	c 2	Writing map file : HOME/temp.map
1.78/1.58	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.78/1.58	c 2	SAT : 2606 SAT variables, 6509 SAT clauses, 107224 bytes
1.78/1.58	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.88/1.63	c 2	SOLVING HOME/temp.cnf
1.88/1.63	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.08/1816.90	sh: line 1: 24261 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.08/1816.90	c 1817	DECODING HOME/temp.out WITH HOME/temp.map
1800.08/1816.90	c 1817	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.08/1816.91	c ERROR INTERRUPTED
1800.08/1816.92	s UNKNOWN
1800.08/1816.92	c 1817	CPU 1799.9 (0.04 0 1799.86 0.2)
1800.08/1816.92	c 1817	END Fri Jul  4 02:04:57 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-1060703-1215128080/watcher-1060703-1215128080 -o /tmp/evaluation-result-1060703-1215128080/solver-1060703-1215128080 -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-1060703-1215128080.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.83 1.94 1.90 3/70 24220
/proc/meminfo: memFree=1501696/2055920 swapFree=4113920/4192956
[pid=24220] ppid=24218 vsize=12272 CPUtime=0
/proc/24220/stat : 24220 (sugar) R 24218 24220 21863 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 1542484285 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 215427890174 0 0 4224 0 0 0 0 17 0 0 0
/proc/24220/statm: 3068 327 246 3 0 168 0

[startup+0.047287 s]
/proc/loadavg: 1.83 1.94 1.90 3/70 24220
/proc/meminfo: memFree=1501696/2055920 swapFree=4113920/4192956
[pid=24220] ppid=24218 vsize=13600 CPUtime=0.03
/proc/24220/stat : 24220 (sugar) S 24218 24220 21863 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1542484285 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24220/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101297 s]
/proc/loadavg: 1.83 1.94 1.90 3/70 24220
/proc/meminfo: memFree=1501696/2055920 swapFree=4113920/4192956
[pid=24220] ppid=24218 vsize=13600 CPUtime=0.03
/proc/24220/stat : 24220 (sugar) S 24218 24220 21863 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1542484285 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24220/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301339 s]
/proc/loadavg: 1.83 1.94 1.90 3/70 24220
/proc/meminfo: memFree=1501696/2055920 swapFree=4113920/4192956
[pid=24220] ppid=24218 vsize=13600 CPUtime=0.03
/proc/24220/stat : 24220 (sugar) S 24218 24220 21863 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1542484285 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24220/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701416 s]
/proc/loadavg: 1.83 1.94 1.90 3/70 24220
/proc/meminfo: memFree=1501696/2055920 swapFree=4113920/4192956
[pid=24220] ppid=24218 vsize=13600 CPUtime=0.77
/proc/24220/stat : 24220 (sugar) S 24218 24220 21863 0 -1 4194304 956 8216 0 1 3 0 70 4 17 0 1 0 1542484285 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24220/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 13600

[startup+1.50257 s]
/proc/loadavg: 1.83 1.94 1.90 2/78 24259
/proc/meminfo: memFree=1493760/2055920 swapFree=4113920/4192956
[pid=24220] ppid=24218 vsize=13600 CPUtime=0.77
/proc/24220/stat : 24220 (sugar) S 24218 24220 21863 0 -1 4194304 974 8216 0 1 3 0 70 4 16 0 1 0 1542484285 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24220/statm: 3400 797 370 3 0 500 0
[pid=24250] ppid=24220 vsize=5356 CPUtime=0
/proc/24250/stat : 24250 (sh) S 24220 24220 21863 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1542484354 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24250/statm: 1339 233 193 169 0 50 0
[pid=24251] ppid=24250 vsize=869356 CPUtime=1.01
/proc/24251/stat : 24251 (java) S 24250 24220 21863 0 -1 0 7729 0 1 0 97 4 0 0 18 0 9 0 1542484355 890220544 6879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24251/statm: 217339 6879 2564 9 0 211886 0
[pid=24251/tid=24252] ppid=24250 vsize=869356 CPUtime=0.6
/proc/24251/task/24252/stat : 24252 (java) R 24250 24220 21863 0 -1 64 2739 0 1 0 59 1 0 0 17 0 9 0 1542484356 890220544 6879 996147200 134512640 134550740 4294955952 18446744073709551615 4126616915 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24251/tid=24253] ppid=24250 vsize=869356 CPUtime=0.15
/proc/24251/task/24253/stat : 24253 (java) S 24250 24220 21863 0 -1 64 2752 0 0 0 14 1 0 0 16 0 9 0 1542484357 890220544 6879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24251/tid=24254] ppid=24250 vsize=869356 CPUtime=0
/proc/24251/task/24254/stat : 24254 (java) S 24250 24220 21863 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1542484357 890220544 6879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24251/tid=24255] ppid=24250 vsize=869356 CPUtime=0
/proc/24251/task/24255/stat : 24255 (java) S 24250 24220 21863 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1542484357 890220544 6879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24251/tid=24256] ppid=24250 vsize=869356 CPUtime=0
/proc/24251/task/24256/stat : 24256 (java) S 24250 24220 21863 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 1542484359 890220544 6879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24251/tid=24257] ppid=24250 vsize=869356 CPUtime=0.23
/proc/24251/task/24257/stat : 24257 (java) R 24250 24220 21863 0 -1 64 1545 0 0 0 22 1 0 0 16 0 9 0 1542484359 890220544 6879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24251/tid=24258] ppid=24250 vsize=869356 CPUtime=0
/proc/24251/task/24258/stat : 24258 (java) S 24250 24220 21863 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1542484359 890220544 6879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24251/tid=24259] ppid=24250 vsize=869356 CPUtime=0
/proc/24251/task/24259/stat : 24259 (java) S 24250 24220 21863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1542484359 890220544 6879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 888312

[startup+3.10187 s]
/proc/loadavg: 1.83 1.94 1.90 2/70 24261
/proc/meminfo: memFree=1500544/2055920 swapFree=4113920/4192956
[pid=24220] ppid=24218 vsize=13600 CPUtime=1.91
/proc/24220/stat : 24220 (sugar) S 24218 24220 21863 0 -1 4194304 1023 16270 0 2 4 0 177 10 16 0 1 0 1542484285 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24220/statm: 3400 799 370 3 0 500 0
[pid=24260] ppid=24220 vsize=5356 CPUtime=0
/proc/24260/stat : 24260 (sh) S 24220 24220 21863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542484449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24260/statm: 1339 232 193 169 0 50 0
[pid=24261] ppid=24260 vsize=1308 CPUtime=1.45
/proc/24261/stat : 24261 (picosat) R 24260 24220 21863 0 -1 4194304 243 0 0 0 142 3 0 0 25 0 1 0 1542484449 1339392 227 996147200 134512640 134931368 4294956256 18446744073709551615 134529364 0 0 4096 0 0 0 0 17 0 0 0
/proc/24261/statm: 327 227 48 102 0 222 0
Current children cumulated CPU time (s) 3.36
Current children cumulated vsize (KiB) 20264

[startup+6.30149 s]
/proc/loadavg: 1.93 1.95 1.91 4/83 24279
/proc/meminfo: memFree=1423384/2055920 swapFree=4113920/4192956
[pid=24220] ppid=24218 vsize=13600 CPUtime=1.91
/proc/24220/stat : 24220 (sugar) S 24218 24220 21863 0 -1 4194304 1023 16270 0 2 4 0 177 10 16 0 1 0 1542484285 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24220/statm: 3400 799 370 3 0 500 0
[pid=24260] ppid=24220 vsize=5356 CPUtime=0
/proc/24260/stat : 24260 (sh) S 24220 24220 21863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542484449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24260/statm: 1339 232 193 169 0 50 0
[pid=24261] ppid=24260 vsize=1308 CPUtime=4.62
/proc/24261/stat : 24261 (picosat) R 24260 24220 21863 0 -1 4194304 266 0 0 0 459 3 0 0 25 0 1 0 1542484449 1339392 250 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 1 0 0
/proc/24261/statm: 327 250 48 102 0 222 0
Current children cumulated CPU time (s) 6.53
Current children cumulated vsize (KiB) 20264

[startup+12.7017 s]
/proc/loadavg: 1.93 1.96 1.91 4/83 24279
/proc/meminfo: memFree=1409944/2055920 swapFree=4113920/4192956
[pid=24220] ppid=24218 vsize=13600 CPUtime=1.91
/proc/24220/stat : 24220 (sugar) S 24218 24220 21863 0 -1 4194304 1023 16270 0 2 4 0 177 10 16 0 1 0 1542484285 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24220/statm: 3400 799 370 3 0 500 0
[pid=24260] ppid=24220 vsize=5356 CPUtime=0
/proc/24260/stat : 24260 (sh) S 24220 24220 21863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542484449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24260/statm: 1339 232 193 169 0 50 0
[pid=24261] ppid=24260 vsize=1432 CPUtime=10.96
/proc/24261/stat : 24261 (picosat) R 24260 24220 21863 0 -1 4194304 292 0 0 0 1093 3 0 0 25 0 1 0 1542484449 1466368 276 996147200 134512640 134931368 4294956256 18446744073709551615 134525619 0 0 4096 0 0 0 0 17 1 0 0
/proc/24261/statm: 358 276 48 102 0 253 0
Current children cumulated CPU time (s) 12.87
Current children cumulated vsize (KiB) 20388

[startup+25.5017 s]
/proc/loadavg: 1.95 1.96 1.91 4/83 24279
/proc/meminfo: memFree=1403864/2055920 swapFree=4113920/4192956
[pid=24220] ppid=24218 vsize=13600 CPUtime=1.91
/proc/24220/stat : 24220 (sugar) S 24218 24220 21863 0 -1 4194304 1023 16270 0 2 4 0 177 10 16 0 1 0 1542484285 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24220/statm: 3400 799 370 3 0 500 0
[pid=24260] ppid=24220 vsize=5356 CPUtime=0
/proc/24260/stat : 24260 (sh) S 24220 24220 21863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542484449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24260/statm: 1339 232 193 169 0 50 0
[pid=24261] ppid=24260 vsize=1592 CPUtime=23.64
/proc/24261/stat : 24261 (picosat) R 24260 24220 21863 0 -1 4194304 330 0 0 0 2361 3 0 0 25 0 1 0 1542484449 1630208 314 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/24261/statm: 398 314 48 102 0 293 0
Current children cumulated CPU time (s) 25.55
Current children cumulated vsize (KiB) 20548

[startup+51.1016 s]
/proc/loadavg: 1.96 1.96 1.91 3/83 24279
/proc/meminfo: memFree=1403608/2055920 swapFree=4113920/4192956
[pid=24220] ppid=24218 vsize=13600 CPUtime=1.91
/proc/24220/stat : 24220 (sugar) S 24218 24220 21863 0 -1 4194304 1023 16270 0 2 4 0 177 10 16 0 1 0 1542484285 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24220/statm: 3400 799 370 3 0 500 0
[pid=24260] ppid=24220 vsize=5356 CPUtime=0
/proc/24260/stat : 24260 (sh) S 24220 24220 21863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542484449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24260/statm: 1339 232 193 169 0 50 0
[pid=24261] ppid=24260 vsize=1856 CPUtime=49
/proc/24261/stat : 24261 (picosat) R 24260 24220 21863 0 -1 4194304 378 0 0 0 4897 3 0 0 25 0 1 0 1542484449 1900544 362 996147200 134512640 134931368 4294956256 18446744073709551615 134525775 0 0 4096 0 0 0 0 17 1 0 0
/proc/24261/statm: 464 362 48 102 0 359 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 20812

[startup+102.307 s]
/proc/loadavg: 1.98 1.96 1.91 3/83 24279
/proc/meminfo: memFree=1403032/2055920 swapFree=4113920/4192956
[pid=24220] ppid=24218 vsize=13600 CPUtime=1.91
/proc/24220/stat : 24220 (sugar) S 24218 24220 21863 0 -1 4194304 1023 16270 0 2 4 0 177 10 16 0 1 0 1542484285 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24220/statm: 3400 799 370 3 0 500 0
[pid=24260] ppid=24220 vsize=5356 CPUtime=0
/proc/24260/stat : 24260 (sh) S 24220 24220 21863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542484449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24260/statm: 1339 232 193 169 0 50 0
[pid=24261] ppid=24260 vsize=2084 CPUtime=99.72
/proc/24261/stat : 24261 (picosat) R 24260 24220 21863 0 -1 4194304 462 0 0 0 9969 3 0 0 25 0 1 0 1542484449 2134016 446 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24261/statm: 521 446 48 102 0 416 0
Current children cumulated CPU time (s) 101.63
Current children cumulated vsize (KiB) 21040

[startup+162.303 s]
/proc/loadavg: 1.99 1.97 1.91 4/83 24279
/proc/meminfo: memFree=1402648/2055920 swapFree=4113920/4192956
[pid=24220] ppid=24218 vsize=13600 CPUtime=1.91
/proc/24220/stat : 24220 (sugar) S 24218 24220 21863 0 -1 4194304 1023 16270 0 2 4 0 177 10 16 0 1 0 1542484285 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24220/statm: 3400 799 370 3 0 500 0
[pid=24260] ppid=24220 vsize=5356 CPUtime=0
/proc/24260/stat : 24260 (sh) S 24220 24220 21863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542484449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24260/statm: 1339 232 193 169 0 50 0
[pid=24261] ppid=24260 vsize=2312 CPUtime=159.16
/proc/24261/stat : 24261 (picosat) R 24260 24220 21863 0 -1 4194304 515 0 0 0 15913 3 0 0 25 0 1 0 1542484449 2367488 499 996147200 134512640 134931368 4294956256 18446744073709551615 134525858 0 0 4096 0 0 0 0 17 1 0 0
/proc/24261/statm: 578 499 48 102 0 473 0
Current children cumulated CPU time (s) 161.07
Current children cumulated vsize (KiB) 21268

[startup+222.303 s]
/proc/loadavg: 1.99 1.97 1.91 3/83 24279
/proc/meminfo: memFree=1402136/2055920 swapFree=4113920/4192956
[pid=24220] ppid=24218 vsize=13600 CPUtime=1.91
/proc/24220/stat : 24220 (sugar) S 24218 24220 21863 0 -1 4194304 1023 16270 0 2 4 0 177 10 16 0 1 0 1542484285 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24220/statm: 3400 799 370 3 0 500 0
[pid=24260] ppid=24220 vsize=5356 CPUtime=0
/proc/24260/stat : 24260 (sh) S 24220 24220 21863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542484449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0

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

[pid=24220] ppid=24218 vsize=13600 CPUtime=1.91
/proc/24220/stat : 24220 (sugar) S 24218 24220 21863 0 -1 4194304 1023 16270 0 2 4 0 177 10 16 0 1 0 1542484285 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24220/statm: 3400 799 370 3 0 500 0
[pid=24260] ppid=24220 vsize=5356 CPUtime=0
/proc/24260/stat : 24260 (sh) S 24220 24220 21863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542484449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24260/statm: 1339 232 193 169 0 50 0
[pid=24261] ppid=24260 vsize=4176 CPUtime=1288.39
/proc/24261/stat : 24261 (picosat) R 24260 24220 21863 0 -1 4194304 1031 0 0 0 128832 7 0 0 25 0 1 0 1542484449 4276224 960 996147200 134512640 134931368 4294956256 18446744073709551615 134529537 0 0 4096 0 0 0 0 17 1 0 0
/proc/24261/statm: 1044 960 48 102 0 939 0
Current children cumulated CPU time (s) 1290.3
Current children cumulated vsize (KiB) 23132

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/83 24279
/proc/meminfo: memFree=1399960/2055920 swapFree=4113920/4192956
[pid=24220] ppid=24218 vsize=13600 CPUtime=1.91
/proc/24220/stat : 24220 (sugar) S 24218 24220 21863 0 -1 4194304 1023 16270 0 2 4 0 177 10 16 0 1 0 1542484285 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24220/statm: 3400 799 370 3 0 500 0
[pid=24260] ppid=24220 vsize=5356 CPUtime=0
/proc/24260/stat : 24260 (sh) S 24220 24220 21863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542484449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24260/statm: 1339 232 193 169 0 50 0
[pid=24261] ppid=24260 vsize=4164 CPUtime=1347.82
/proc/24261/stat : 24261 (picosat) R 24260 24220 21863 0 -1 4194304 1031 0 0 0 134775 7 0 0 25 0 1 0 1542484449 4263936 957 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 1 0 0
/proc/24261/statm: 1041 957 48 102 0 936 0
Current children cumulated CPU time (s) 1349.73
Current children cumulated vsize (KiB) 23120

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.91 3/83 24279
/proc/meminfo: memFree=1399896/2055920 swapFree=4113920/4192956
[pid=24220] ppid=24218 vsize=13600 CPUtime=1.91
/proc/24220/stat : 24220 (sugar) S 24218 24220 21863 0 -1 4194304 1023 16270 0 2 4 0 177 10 16 0 1 0 1542484285 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24220/statm: 3400 799 370 3 0 500 0
[pid=24260] ppid=24220 vsize=5356 CPUtime=0
/proc/24260/stat : 24260 (sh) S 24220 24220 21863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542484449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24260/statm: 1339 232 193 169 0 50 0
[pid=24261] ppid=24260 vsize=4384 CPUtime=1407.25
/proc/24261/stat : 24261 (picosat) R 24260 24220 21863 0 -1 4194304 1080 0 0 0 140718 7 0 0 25 0 1 0 1542484449 4489216 1005 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 1 0 0
/proc/24261/statm: 1096 1005 48 102 0 991 0
Current children cumulated CPU time (s) 1409.16
Current children cumulated vsize (KiB) 23340

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.91 4/83 24279
/proc/meminfo: memFree=1399768/2055920 swapFree=4113920/4192956
[pid=24220] ppid=24218 vsize=13600 CPUtime=1.91
/proc/24220/stat : 24220 (sugar) S 24218 24220 21863 0 -1 4194304 1023 16270 0 2 4 0 177 10 16 0 1 0 1542484285 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24220/statm: 3400 799 370 3 0 500 0
[pid=24260] ppid=24220 vsize=5356 CPUtime=0
/proc/24260/stat : 24260 (sh) S 24220 24220 21863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542484449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24260/statm: 1339 232 193 169 0 50 0
[pid=24261] ppid=24260 vsize=4368 CPUtime=1466.68
/proc/24261/stat : 24261 (picosat) R 24260 24220 21863 0 -1 4194304 1093 0 0 0 146661 7 0 0 25 0 1 0 1542484449 4472832 1010 996147200 134512640 134931368 4294956256 18446744073709551615 134530176 0 0 4096 0 0 0 0 17 1 0 0
/proc/24261/statm: 1092 1010 48 102 0 987 0
Current children cumulated CPU time (s) 1468.59
Current children cumulated vsize (KiB) 23324

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/83 24279
/proc/meminfo: memFree=1399768/2055920 swapFree=4113920/4192956
[pid=24220] ppid=24218 vsize=13600 CPUtime=1.91
/proc/24220/stat : 24220 (sugar) S 24218 24220 21863 0 -1 4194304 1023 16270 0 2 4 0 177 10 16 0 1 0 1542484285 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24220/statm: 3400 799 370 3 0 500 0
[pid=24260] ppid=24220 vsize=5356 CPUtime=0
/proc/24260/stat : 24260 (sh) S 24220 24220 21863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542484449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24260/statm: 1339 232 193 169 0 50 0
[pid=24261] ppid=24260 vsize=4340 CPUtime=1526.12
/proc/24261/stat : 24261 (picosat) R 24260 24220 21863 0 -1 4194304 1093 0 0 0 152604 8 0 0 25 0 1 0 1542484449 4444160 1003 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/24261/statm: 1085 1003 48 102 0 980 0
Current children cumulated CPU time (s) 1528.03
Current children cumulated vsize (KiB) 23296

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/83 24284
/proc/meminfo: memFree=1399576/2055920 swapFree=4113920/4192956
[pid=24220] ppid=24218 vsize=13600 CPUtime=1.91
/proc/24220/stat : 24220 (sugar) S 24218 24220 21863 0 -1 4194304 1023 16270 0 2 4 0 177 10 16 0 1 0 1542484285 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24220/statm: 3400 799 370 3 0 500 0
[pid=24260] ppid=24220 vsize=5356 CPUtime=0
/proc/24260/stat : 24260 (sh) S 24220 24220 21863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542484449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24260/statm: 1339 232 193 169 0 50 0
[pid=24261] ppid=24260 vsize=4568 CPUtime=1585.54
/proc/24261/stat : 24261 (picosat) R 24260 24220 21863 0 -1 4194304 1146 0 0 0 158546 8 0 0 25 0 1 0 1542484449 4677632 1056 996147200 134512640 134931368 4294956256 18446744073709551615 134529686 0 0 4096 0 0 0 0 17 1 0 0
/proc/24261/statm: 1142 1056 48 102 0 1037 0
Current children cumulated CPU time (s) 1587.45
Current children cumulated vsize (KiB) 23524

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/83 24284
/proc/meminfo: memFree=1399576/2055920 swapFree=4113920/4192956
[pid=24220] ppid=24218 vsize=13600 CPUtime=1.91
/proc/24220/stat : 24220 (sugar) S 24218 24220 21863 0 -1 4194304 1023 16270 0 2 4 0 177 10 16 0 1 0 1542484285 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24220/statm: 3400 799 370 3 0 500 0
[pid=24260] ppid=24220 vsize=5356 CPUtime=0
/proc/24260/stat : 24260 (sh) S 24220 24220 21863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542484449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24260/statm: 1339 232 193 169 0 50 0
[pid=24261] ppid=24260 vsize=4544 CPUtime=1644.96
/proc/24261/stat : 24261 (picosat) R 24260 24220 21863 0 -1 4194304 1146 0 0 0 164488 8 0 0 25 0 1 0 1542484449 4653056 1056 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/24261/statm: 1136 1056 48 102 0 1031 0
Current children cumulated CPU time (s) 1646.87
Current children cumulated vsize (KiB) 23500

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/83 24284
/proc/meminfo: memFree=1399576/2055920 swapFree=4113920/4192956
[pid=24220] ppid=24218 vsize=13600 CPUtime=1.91
/proc/24220/stat : 24220 (sugar) S 24218 24220 21863 0 -1 4194304 1023 16270 0 2 4 0 177 10 16 0 1 0 1542484285 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24220/statm: 3400 799 370 3 0 500 0
[pid=24260] ppid=24220 vsize=5356 CPUtime=0
/proc/24260/stat : 24260 (sh) S 24220 24220 21863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542484449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24260/statm: 1339 232 193 169 0 50 0
[pid=24261] ppid=24260 vsize=4544 CPUtime=1704.39
/proc/24261/stat : 24261 (picosat) R 24260 24220 21863 0 -1 4194304 1146 0 0 0 170431 8 0 0 25 0 1 0 1542484449 4653056 1056 996147200 134512640 134931368 4294956256 18446744073709551615 134549497 0 0 4096 0 0 0 0 17 1 0 0
/proc/24261/statm: 1136 1056 48 102 0 1031 0
Current children cumulated CPU time (s) 1706.3
Current children cumulated vsize (KiB) 23500

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/83 24284
/proc/meminfo: memFree=1399448/2055920 swapFree=4113920/4192956
[pid=24220] ppid=24218 vsize=13600 CPUtime=1.91
/proc/24220/stat : 24220 (sugar) S 24218 24220 21863 0 -1 4194304 1023 16270 0 2 4 0 177 10 16 0 1 0 1542484285 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24220/statm: 3400 799 370 3 0 500 0
[pid=24260] ppid=24220 vsize=5356 CPUtime=0
/proc/24260/stat : 24260 (sh) S 24220 24220 21863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542484449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24260/statm: 1339 232 193 169 0 50 0
[pid=24261] ppid=24260 vsize=4544 CPUtime=1763.83
/proc/24261/stat : 24261 (picosat) R 24260 24220 21863 0 -1 4194304 1146 0 0 0 176375 8 0 0 25 0 1 0 1542484449 4653056 1056 996147200 134512640 134931368 4294956256 18446744073709551615 134525820 0 0 4096 0 0 0 0 17 1 0 0
/proc/24261/statm: 1136 1056 48 102 0 1031 0
Current children cumulated CPU time (s) 1765.74
Current children cumulated vsize (KiB) 23500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.9 s]
/proc/loadavg: 1.85 1.95 1.90 2/70 24337
/proc/meminfo: memFree=1496064/2055920 swapFree=4113940/4192956
[pid=24220] ppid=24218 vsize=13600 CPUtime=1.91
/proc/24220/stat : 24220 (sugar) S 24218 24220 21863 0 -1 4194304 1023 16270 0 2 4 0 177 10 16 0 1 0 1542484285 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24220/statm: 3400 799 370 3 0 500 0
[pid=24260] ppid=24220 vsize=5356 CPUtime=0
/proc/24260/stat : 24260 (sh) S 24220 24220 21863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542484449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24260/statm: 1339 232 193 169 0 50 0
[pid=24261] ppid=24260 vsize=4804 CPUtime=1798.17
/proc/24261/stat : 24261 (picosat) R 24260 24220 21863 0 -1 4194304 1180 0 0 0 179808 9 0 0 25 0 1 0 1542484449 4919296 1090 996147200 134512640 134931368 4294956256 18446744073709551615 134529215 0 0 4096 0 0 0 0 17 0 0 0
/proc/24261/statm: 1201 1090 48 102 0 1096 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 23760

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

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

[startup+1816.9 s]
/proc/loadavg: 1.85 1.95 1.90 2/70 24337
/proc/meminfo: memFree=1496064/2055920 swapFree=4113940/4192956
[pid=24220] ppid=24218 vsize=13600 CPUtime=1.91
/proc/24220/stat : 24220 (sugar) S 24218 24220 21863 0 -1 4194304 1023 16270 0 2 4 0 177 10 16 0 1 0 1542484285 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24220/statm: 3400 799 370 3 0 500 0
[pid=24260] ppid=24220 vsize=5356 CPUtime=0
/proc/24260/stat : 24260 (sh) S 24220 24220 21863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1542484449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24260/statm: 1339 232 193 169 0 50 0
[pid=24261] ppid=24260 vsize=4804 CPUtime=1798.17
/proc/24261/stat : 24261 (picosat) R 24260 24220 21863 0 -1 4194304 1180 0 0 0 179808 9 0 0 25 0 1 0 1542484449 4919296 1090 996147200 134512640 134931368 4294956256 18446744073709551615 134529215 0 0 4096 0 0 0 0 17 0 0 0
/proc/24261/statm: 1201 1090 48 102 0 1096 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 23760

Child status: 0
Real time (s): 1816.92
CPU time (s): 1800.12
CPU user time (s): 1799.91
CPU system time (s): 0.216967
CPU usage (%): 99.0755
Max. virtual memory (cumulated for all children) (KiB): 888312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.91
system time used= 0.216967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19451
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= 977
involuntary context switches= 32350

runsolver used 2.32565 second user time and 5.9181 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-04 01:34:40
IDJOB=1060703
IDBENCH=54475
IDSOLVER=345
FILE ID=node9/1060703-1215128080
PBS_JOBID= 7877185
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudo/par/normalized-par-32-2-c.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-1060703-1215128080/watcher-1060703-1215128080 -o /tmp/evaluation-result-1060703-1215128080/solver-1060703-1215128080 -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-1060703-1215128080.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a74560533e7ad9b82e138ec40698969f
RANDOM SEED=990170311

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.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:       1502176 kB
Buffers:         59928 kB
Cached:         326200 kB
SwapCached:      72940 kB
Active:         275016 kB
Inactive:       210492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1502176 kB
SwapTotal:     4192956 kB
SwapFree:      4113920 kB
Dirty:            2256 kB
Writeback:           0 kB
Mapped:         105116 kB
Slab:            53532 kB
Committed_AS:  2941920 kB
PageTables:       1940 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= 66536 MiB
End job on node9 at 2008-07-04 02:04:59