Trace number 1060535

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.06 1811.04

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-100.xml
MD5SUM55150c4600f99bca659f929bb418a24c
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 benchmark0.758883
Satisfiable
(Un)Satisfiability was proved
Number of variables199
Number of constraints9900
Maximum constraint arity3
Maximum domain size100
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9900
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:20:38 2008
0.00/0.04	c 0	PID 6123
0.00/0.05	c 0	HOST node26.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1060535-1215127238.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-1060535-1215127238.xml' 'HOME/temp.csp'
0.95/1.05	c 1	2 domains, 199 variables, 2 predicates, 0 relations, 9900 constraints
0.95/1.09	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.95/1.09	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'
1.01/1.17	c 1	Parsing HOME/temp.csp
1.01/1.48	c 1	parsed 10000 expressions
1.01/1.49	c 1	parsed 10103 expressions
1.01/1.49	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.01/1.49	c 1	Converting to clausal form CSP
1.01/1.70	c 2	converted 1011 (10%) expressions
1.01/1.73	c 2	converted 2021 (20%) expressions
1.01/1.80	c 2	converted 3031 (30%) expressions
1.01/1.83	c 2	converted 4042 (40%) expressions
1.01/1.86	c 2	converted 5052 (50%) expressions
1.01/1.88	c 2	converted 6062 (60%) expressions
1.01/1.91	c 2	converted 7073 (70%) expressions
1.01/1.94	c 2	converted 8083 (80%) expressions
1.01/2.03	c 2	converted 9093 (90%) expressions
1.01/2.06	c 2	converted 10103 (100%) expressions
1.01/2.06	c 2	CSP : 199 integers, 0 booleans, 10098 clauses, largest domain size 100
1.01/2.06	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/2.06	c 2	Propagation in CSP
1.99/2.16	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.99/2.16	c 2	CSP : 199 integers, 0 booleans, 10098 clauses, largest domain size 100
1.99/2.16	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.99/2.17	c 2	Simplifing CSP by introducing new Boolean variables
2.19/2.34	c 2	CSP : 199 integers, 19800 booleans, 29898 clauses, largest domain size 100
2.19/2.34	c 2	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.28/2.43	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.28/2.47	c 2	20 (10%) CSP integer variables are encoded (1960 clauses, 23354 bytes)
2.28/2.47	c 2	40 (20%) CSP integer variables are encoded (3920 clauses, 48834 bytes)
2.28/2.47	c 2	60 (30%) CSP integer variables are encoded (5880 clauses, 74314 bytes)
2.28/2.48	c 2	80 (40%) CSP integer variables are encoded (7840 clauses, 99794 bytes)
2.28/2.48	c 2	100 (50%) CSP integer variables are encoded (9800 clauses, 125274 bytes)
2.28/2.48	c 2	120 (60%) CSP integer variables are encoded (11740 clauses, 154179 bytes)
2.28/2.48	c 2	140 (70%) CSP integer variables are encoded (13680 clauses, 183279 bytes)
2.28/2.49	c 2	160 (80%) CSP integer variables are encoded (15620 clauses, 212379 bytes)
2.28/2.49	c 2	180 (90%) CSP integer variables are encoded (17560 clauses, 241479 bytes)
2.28/2.49	c 2	199 (100%) CSP integer variables are encoded (19403 clauses, 269124 bytes)
2.79/2.90	c 3	2990 (10%) CSP clauses are encoded (219799 clauses, 4030614 bytes)
3.08/3.29	c 3	5980 (20%) CSP clauses are encoded (420096 clauses, 8007983 bytes)
3.48/3.65	c 4	8970 (30%) CSP clauses are encoded (620393 clauses, 11986018 bytes)
3.88/4.02	c 4	11960 (40%) CSP clauses are encoded (820789 clauses, 15966028 bytes)
4.18/4.39	c 4	14949 (50%) CSP clauses are encoded (1020920 clauses, 19947220 bytes)
4.57/4.76	c 5	17939 (60%) CSP clauses are encoded (1219322 clauses, 24265240 bytes)
4.96/5.12	c 5	20929 (70%) CSP clauses are encoded (1417626 clauses, 28594043 bytes)
5.35/5.52	c 5	23919 (80%) CSP clauses are encoded (1615930 clauses, 32922846 bytes)
5.64/5.89	c 6	26909 (90%) CSP clauses are encoded (1814332 clauses, 37253800 bytes)
10.00/10.22	c 10	29898 (100%) CSP clauses are encoded (3940001 clauses, 85315474 bytes)
10.00/10.22	c 10	29898 CSP clauses encoded
10.00/10.22	c 10	Writing map file : HOME/temp.map
10.00/10.24	c 10	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.00/10.24	c 10	SAT : 39402 SAT variables, 3940001 SAT clauses, 85315474 bytes
10.00/10.24	c 10	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.00/10.27	c 10	SOLVING HOME/temp.cnf
10.00/10.27	c 10	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.06/1811.01	c ERROR INTERRUPTED
1800.06/1811.03	s UNKNOWN
1800.06/1811.03	c 1811	CPU 9.31 (0.03 0.01 9.28 0.75)
1800.06/1811.03	c 1811	END Fri Jul  4 01:50:49 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-1060535-1215127238/watcher-1060535-1215127238 -o /tmp/evaluation-result-1060535-1215127238/solver-1060535-1215127238 -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-1060535-1215127238.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.92 1.95 1.83 4/72 6123
/proc/meminfo: memFree=1267784/2055920 swapFree=4137012/4192956
[pid=6123] ppid=6121 vsize=18572 CPUtime=0
/proc/6123/stat : 6123 (runsolver) R 6121 6123 4744 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 997178713 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 269028486439 0 0 4096 24578 0 0 0 17 1 0 0
/proc/6123/statm: 4643 292 257 25 0 2626 0

[startup+0.091323 s]
/proc/loadavg: 1.92 1.95 1.83 4/72 6123
/proc/meminfo: memFree=1267784/2055920 swapFree=4137012/4192956
[pid=6123] ppid=6121 vsize=13600 CPUtime=0.03
/proc/6123/stat : 6123 (sugar) S 6121 6123 4744 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 997178713 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6123/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.100988 s]
/proc/loadavg: 1.92 1.95 1.83 4/72 6123
/proc/meminfo: memFree=1267784/2055920 swapFree=4137012/4192956
[pid=6123] ppid=6121 vsize=13600 CPUtime=0.03
/proc/6123/stat : 6123 (sugar) S 6121 6123 4744 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 997178713 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6123/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301999 s]
/proc/loadavg: 1.92 1.95 1.83 4/72 6123
/proc/meminfo: memFree=1267784/2055920 swapFree=4137012/4192956
[pid=6123] ppid=6121 vsize=13600 CPUtime=0.03
/proc/6123/stat : 6123 (sugar) S 6121 6123 4744 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 997178713 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6123/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701043 s]
/proc/loadavg: 1.92 1.95 1.83 4/72 6123
/proc/meminfo: memFree=1267784/2055920 swapFree=4137012/4192956
[pid=6123] ppid=6121 vsize=13600 CPUtime=0.03
/proc/6123/stat : 6123 (sugar) S 6121 6123 4744 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 997178713 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6123/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5011 s]
/proc/loadavg: 1.92 1.95 1.83 3/83 6135
/proc/meminfo: memFree=1245296/2055920 swapFree=4137012/4192956
[pid=6123] ppid=6121 vsize=13600 CPUtime=1.01
/proc/6123/stat : 6123 (sugar) S 6121 6123 4744 0 -1 4194304 974 8994 0 1 2 1 93 5 15 0 1 0 997178713 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6123/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 13600

[startup+3.10223 s]
/proc/loadavg: 1.93 1.95 1.83 3/83 6145
/proc/meminfo: memFree=1245552/2055920 swapFree=4137012/4192956
[pid=6123] ppid=6121 vsize=13600 CPUtime=1.02
/proc/6123/stat : 6123 (sugar) S 6121 6123 4744 0 -1 4194304 974 8994 0 1 3 1 93 5 15 0 1 0 997178713 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6123/statm: 3400 797 370 3 0 500 0
[pid=6136] ppid=6123 vsize=5356 CPUtime=0
/proc/6136/stat : 6136 (sh) S 6123 6123 4744 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 997178823 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6136/statm: 1339 233 193 169 0 50 0
[pid=6137] ppid=6136 vsize=868496 CPUtime=1.96
/proc/6137/stat : 6137 (java) S 6136 6123 4744 0 -1 0 10518 0 1 0 186 10 0 0 18 0 9 0 997178823 889339904 9483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6137/statm: 217124 9483 2565 9 0 211671 0
[pid=6137/tid=6138] ppid=6136 vsize=868496 CPUtime=1.24
/proc/6137/task/6138/stat : 6138 (java) R 6136 6123 4744 0 -1 64 2982 0 1 0 118 6 0 0 23 0 9 0 997178824 889339904 9483 996147200 134512640 134550740 4294955952 18446744073709551615 4126964396 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6137/tid=6139] ppid=6136 vsize=868496 CPUtime=0.46
/proc/6137/task/6139/stat : 6139 (java) S 6136 6123 4744 0 -1 64 5352 0 0 0 44 2 0 0 16 0 9 0 997178825 889339904 9483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6137/tid=6140] ppid=6136 vsize=868496 CPUtime=0
/proc/6137/task/6140/stat : 6140 (java) S 6136 6123 4744 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 997178825 889339904 9483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6137/tid=6141] ppid=6136 vsize=868496 CPUtime=0
/proc/6137/task/6141/stat : 6141 (java) S 6136 6123 4744 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 997178825 889339904 9483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6137/tid=6142] ppid=6136 vsize=868496 CPUtime=0
/proc/6137/task/6142/stat : 6142 (java) S 6136 6123 4744 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 997178827 889339904 9483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6137/tid=6143] ppid=6136 vsize=868496 CPUtime=0.24
/proc/6137/task/6143/stat : 6143 (java) S 6136 6123 4744 0 -1 64 1491 0 0 0 23 1 0 0 15 0 9 0 997178827 889339904 9483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6137/tid=6144] ppid=6136 vsize=868496 CPUtime=0
/proc/6137/task/6144/stat : 6144 (java) S 6136 6123 4744 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 997178827 889339904 9483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6137/tid=6145] ppid=6136 vsize=868496 CPUtime=0
/proc/6137/task/6145/stat : 6145 (java) S 6136 6123 4744 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 997178827 889339904 9483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887452

[startup+6.30247 s]
/proc/loadavg: 1.93 1.95 1.83 3/83 6145
/proc/meminfo: memFree=1204528/2055920 swapFree=4137012/4192956
[pid=6123] ppid=6121 vsize=13600 CPUtime=1.02
/proc/6123/stat : 6123 (sugar) S 6121 6123 4744 0 -1 4194304 974 8994 0 1 3 1 93 5 15 0 1 0 997178713 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6123/statm: 3400 797 370 3 0 500 0
[pid=6136] ppid=6123 vsize=5356 CPUtime=0
/proc/6136/stat : 6136 (sh) S 6123 6123 4744 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 997178823 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6136/statm: 1339 233 193 169 0 50 0
[pid=6137] ppid=6136 vsize=868496 CPUtime=5.12
/proc/6137/stat : 6137 (java) S 6136 6123 4744 0 -1 0 11150 0 1 0 476 36 0 0 18 0 9 0 997178823 889339904 9488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6137/statm: 217124 9488 2565 9 0 211671 0
[pid=6137/tid=6138] ppid=6136 vsize=868496 CPUtime=4.21
/proc/6137/task/6138/stat : 6138 (java) R 6136 6123 4744 0 -1 64 3609 0 1 0 392 29 0 0 25 0 9 0 997178824 889339904 9488 996147200 134512640 134550740 4294955952 18446744073709551615 4126960318 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6137/tid=6139] ppid=6136 vsize=868496 CPUtime=0.64
/proc/6137/task/6139/stat : 6139 (java) S 6136 6123 4744 0 -1 64 5352 0 0 0 59 5 0 0 16 0 9 0 997178825 889339904 9488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6137/tid=6140] ppid=6136 vsize=868496 CPUtime=0
/proc/6137/task/6140/stat : 6140 (java) S 6136 6123 4744 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 997178825 889339904 9488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6137/tid=6141] ppid=6136 vsize=868496 CPUtime=0
/proc/6137/task/6141/stat : 6141 (java) S 6136 6123 4744 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 997178825 889339904 9488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6137/tid=6142] ppid=6136 vsize=868496 CPUtime=0
/proc/6137/task/6142/stat : 6142 (java) S 6136 6123 4744 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 997178827 889339904 9488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6137/tid=6143] ppid=6136 vsize=868496 CPUtime=0.25
/proc/6137/task/6143/stat : 6143 (java) S 6136 6123 4744 0 -1 64 1496 0 0 0 24 1 0 0 16 0 9 0 997178827 889339904 9488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6137/tid=6144] ppid=6136 vsize=868496 CPUtime=0
/proc/6137/task/6144/stat : 6144 (java) S 6136 6123 4744 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 997178827 889339904 9488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6137/tid=6145] ppid=6136 vsize=868496 CPUtime=0
/proc/6137/task/6145/stat : 6145 (java) S 6136 6123 4744 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 997178827 889339904 9488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887452

[startup+12.702 s]
/proc/loadavg: 2.16 2.01 1.85 3/75 6147
/proc/meminfo: memFree=1171248/2055920 swapFree=4137012/4192956
[pid=6123] ppid=6121 vsize=13600 CPUtime=10.06
/proc/6123/stat : 6123 (sugar) S 6121 6123 4744 0 -1 4194304 1022 21239 0 2 3 1 927 75 16 0 1 0 997178713 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6123/statm: 3400 798 370 3 0 500 0
[pid=6146] ppid=6123 vsize=5356 CPUtime=0
/proc/6146/stat : 6146 (sh) S 6123 6123 4744 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997179740 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6146/statm: 1339 232 193 169 0 50 0
[pid=6147] ppid=6146 vsize=11992 CPUtime=2.38
/proc/6147/stat : 6147 (picosat) R 6146 6123 4744 0 -1 4194304 2755 0 0 0 106 132 0 0 25 0 1 0 997179740 12279808 2741 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/6147/statm: 2998 2741 40 102 0 2893 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 30948

[startup+25.502 s]
/proc/loadavg: 2.21 2.02 1.85 3/75 6147
/proc/meminfo: memFree=1121136/2055920 swapFree=4137012/4192956
[pid=6123] ppid=6121 vsize=13600 CPUtime=10.06
/proc/6123/stat : 6123 (sugar) S 6121 6123 4744 0 -1 4194304 1022 21239 0 2 3 1 927 75 16 0 1 0 997178713 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6123/statm: 3400 798 370 3 0 500 0
[pid=6146] ppid=6123 vsize=5356 CPUtime=0
/proc/6146/stat : 6146 (sh) S 6123 6123 4744 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997179740 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6146/statm: 1339 232 193 169 0 50 0
[pid=6147] ppid=6146 vsize=65036 CPUtime=15.08
/proc/6147/stat : 6147 (picosat) R 6146 6123 4744 0 -1 4194304 15296 0 0 0 690 818 0 0 25 0 1 0 997179740 66596864 15282 996147200 134512640 134931368 4294956256 18446744073709551615 134597667 0 0 4096 0 0 0 0 17 1 0 0
/proc/6147/statm: 16259 15282 40 102 0 16154 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 83992

[startup+51.101 s]
/proc/loadavg: 2.14 2.02 1.85 3/75 6147
/proc/meminfo: memFree=1040560/2055920 swapFree=4137012/4192956
[pid=6123] ppid=6121 vsize=13600 CPUtime=10.06
/proc/6123/stat : 6123 (sugar) S 6121 6123 4744 0 -1 4194304 1022 21239 0 2 3 1 927 75 16 0 1 0 997178713 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6123/statm: 3400 798 370 3 0 500 0
[pid=6146] ppid=6123 vsize=5356 CPUtime=0
/proc/6146/stat : 6146 (sh) S 6123 6123 4744 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997179740 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6146/statm: 1339 232 193 169 0 50 0
[pid=6147] ppid=6146 vsize=144492 CPUtime=40.42
/proc/6147/stat : 6147 (picosat) R 6146 6123 4744 0 -1 4194304 35161 0 0 0 2028 2014 0 0 25 0 1 0 997179740 147959808 35147 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/6147/statm: 36123 35147 42 102 0 36018 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 163448

[startup+102.307 s]
/proc/loadavg: 2.05 2.01 1.86 3/75 6147
/proc/meminfo: memFree=1038128/2055920 swapFree=4137012/4192956
[pid=6123] ppid=6121 vsize=13600 CPUtime=10.06
/proc/6123/stat : 6123 (sugar) S 6121 6123 4744 0 -1 4194304 1022 21239 0 2 3 1 927 75 16 0 1 0 997178713 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6123/statm: 3400 798 370 3 0 500 0
[pid=6146] ppid=6123 vsize=5356 CPUtime=0
/proc/6146/stat : 6146 (sh) S 6123 6123 4744 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997179740 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6146/statm: 1339 232 193 169 0 50 0
[pid=6147] ppid=6146 vsize=146876 CPUtime=91.16
/proc/6147/stat : 6147 (picosat) R 6146 6123 4744 0 -1 4194304 35786 0 0 0 7101 2015 0 0 25 0 1 0 997179740 150401024 35770 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/6147/statm: 36719 35770 48 102 0 36614 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 165832

[startup+162.303 s]
/proc/loadavg: 2.02 2.01 1.87 3/75 6147
/proc/meminfo: memFree=1035440/2055920 swapFree=4137012/4192956
[pid=6123] ppid=6121 vsize=13600 CPUtime=10.06
/proc/6123/stat : 6123 (sugar) S 6121 6123 4744 0 -1 4194304 1022 21239 0 2 3 1 927 75 16 0 1 0 997178713 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6123/statm: 3400 798 370 3 0 500 0
[pid=6146] ppid=6123 vsize=5356 CPUtime=0
/proc/6146/stat : 6146 (sh) S 6123 6123 4744 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997179740 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6146/statm: 1339 232 193 169 0 50 0
[pid=6147] ppid=6146 vsize=149516 CPUtime=150.63
/proc/6147/stat : 6147 (picosat) R 6146 6123 4744 0 -1 4194304 36458 0 0 0 13047 2016 0 0 25 0 1 0 997179740 153104384 36442 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/6147/statm: 37379 36442 48 102 0 37274 0
Current children cumulated CPU time (s) 160.69

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

/proc/meminfo: memFree=977192/2055920 swapFree=4137012/4192956
[pid=6123] ppid=6121 vsize=13600 CPUtime=10.06
/proc/6123/stat : 6123 (sugar) S 6121 6123 4744 0 -1 4194304 1022 21239 0 2 3 1 927 75 16 0 1 0 997178713 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6123/statm: 3400 798 370 3 0 500 0
[pid=6146] ppid=6123 vsize=5356 CPUtime=0
/proc/6146/stat : 6146 (sh) S 6123 6123 4744 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997179740 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6146/statm: 1339 232 193 169 0 50 0
[pid=6147] ppid=6146 vsize=186864 CPUtime=1281.64
/proc/6147/stat : 6147 (picosat) R 6146 6123 4744 0 -1 4194304 45992 0 0 0 126131 2033 0 0 25 0 1 0 997179740 191348736 45878 996147200 134512640 134931368 4294956256 18446744073709551615 134525751 0 0 4096 0 0 0 0 17 0 0 0
/proc/6147/statm: 46716 45878 48 102 0 46611 0
Current children cumulated CPU time (s) 1291.7
Current children cumulated vsize (KiB) 205820

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 6176
/proc/meminfo: memFree=977192/2055920 swapFree=4137012/4192956
[pid=6123] ppid=6121 vsize=13600 CPUtime=10.06
/proc/6123/stat : 6123 (sugar) S 6121 6123 4744 0 -1 4194304 1022 21239 0 2 3 1 927 75 16 0 1 0 997178713 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6123/statm: 3400 798 370 3 0 500 0
[pid=6146] ppid=6123 vsize=5356 CPUtime=0
/proc/6146/stat : 6146 (sh) S 6123 6123 4744 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997179740 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6146/statm: 1339 232 193 169 0 50 0
[pid=6147] ppid=6146 vsize=186864 CPUtime=1341.6
/proc/6147/stat : 6147 (picosat) R 6146 6123 4744 0 -1 4194304 45992 0 0 0 132127 2033 0 0 25 0 1 0 997179740 191348736 45878 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6147/statm: 46716 45878 48 102 0 46611 0
Current children cumulated CPU time (s) 1351.66
Current children cumulated vsize (KiB) 205820

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 6176
/proc/meminfo: memFree=977192/2055920 swapFree=4137012/4192956
[pid=6123] ppid=6121 vsize=13600 CPUtime=10.06
/proc/6123/stat : 6123 (sugar) S 6121 6123 4744 0 -1 4194304 1022 21239 0 2 3 1 927 75 16 0 1 0 997178713 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6123/statm: 3400 798 370 3 0 500 0
[pid=6146] ppid=6123 vsize=5356 CPUtime=0
/proc/6146/stat : 6146 (sh) S 6123 6123 4744 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997179740 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6146/statm: 1339 232 193 169 0 50 0
[pid=6147] ppid=6146 vsize=186864 CPUtime=1401.56
/proc/6147/stat : 6147 (picosat) R 6146 6123 4744 0 -1 4194304 45992 0 0 0 138123 2033 0 0 25 0 1 0 997179740 191348736 45878 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6147/statm: 46716 45878 48 102 0 46611 0
Current children cumulated CPU time (s) 1411.62
Current children cumulated vsize (KiB) 205820

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 6178
/proc/meminfo: memFree=977192/2055920 swapFree=4137012/4192956
[pid=6123] ppid=6121 vsize=13600 CPUtime=10.06
/proc/6123/stat : 6123 (sugar) S 6121 6123 4744 0 -1 4194304 1022 21239 0 2 3 1 927 75 16 0 1 0 997178713 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6123/statm: 3400 798 370 3 0 500 0
[pid=6146] ppid=6123 vsize=5356 CPUtime=0
/proc/6146/stat : 6146 (sh) S 6123 6123 4744 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997179740 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6146/statm: 1339 232 193 169 0 50 0
[pid=6147] ppid=6146 vsize=186864 CPUtime=1461.51
/proc/6147/stat : 6147 (picosat) R 6146 6123 4744 0 -1 4194304 45992 0 0 0 144118 2033 0 0 25 0 1 0 997179740 191348736 45878 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6147/statm: 46716 45878 48 102 0 46611 0
Current children cumulated CPU time (s) 1471.57
Current children cumulated vsize (KiB) 205820

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 6178
/proc/meminfo: memFree=977192/2055920 swapFree=4137012/4192956
[pid=6123] ppid=6121 vsize=13600 CPUtime=10.06
/proc/6123/stat : 6123 (sugar) S 6121 6123 4744 0 -1 4194304 1022 21239 0 2 3 1 927 75 16 0 1 0 997178713 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6123/statm: 3400 798 370 3 0 500 0
[pid=6146] ppid=6123 vsize=5356 CPUtime=0
/proc/6146/stat : 6146 (sh) S 6123 6123 4744 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997179740 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6146/statm: 1339 232 193 169 0 50 0
[pid=6147] ppid=6146 vsize=186864 CPUtime=1521.47
/proc/6147/stat : 6147 (picosat) R 6146 6123 4744 0 -1 4194304 45992 0 0 0 150114 2033 0 0 25 0 1 0 997179740 191348736 45878 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6147/statm: 46716 45878 48 102 0 46611 0
Current children cumulated CPU time (s) 1531.53
Current children cumulated vsize (KiB) 205820

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 6178
/proc/meminfo: memFree=977192/2055920 swapFree=4137012/4192956
[pid=6123] ppid=6121 vsize=13600 CPUtime=10.06
/proc/6123/stat : 6123 (sugar) S 6121 6123 4744 0 -1 4194304 1022 21239 0 2 3 1 927 75 16 0 1 0 997178713 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6123/statm: 3400 798 370 3 0 500 0
[pid=6146] ppid=6123 vsize=5356 CPUtime=0
/proc/6146/stat : 6146 (sh) S 6123 6123 4744 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997179740 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6146/statm: 1339 232 193 169 0 50 0
[pid=6147] ppid=6146 vsize=186864 CPUtime=1581.44
/proc/6147/stat : 6147 (picosat) R 6146 6123 4744 0 -1 4194304 45992 0 0 0 156111 2033 0 0 25 0 1 0 997179740 191348736 45878 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6147/statm: 46716 45878 48 102 0 46611 0
Current children cumulated CPU time (s) 1591.5
Current children cumulated vsize (KiB) 205820

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 6178
/proc/meminfo: memFree=977192/2055920 swapFree=4137012/4192956
[pid=6123] ppid=6121 vsize=13600 CPUtime=10.06
/proc/6123/stat : 6123 (sugar) S 6121 6123 4744 0 -1 4194304 1022 21239 0 2 3 1 927 75 16 0 1 0 997178713 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6123/statm: 3400 798 370 3 0 500 0
[pid=6146] ppid=6123 vsize=5356 CPUtime=0
/proc/6146/stat : 6146 (sh) S 6123 6123 4744 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997179740 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6146/statm: 1339 232 193 169 0 50 0
[pid=6147] ppid=6146 vsize=186864 CPUtime=1641.39
/proc/6147/stat : 6147 (picosat) R 6146 6123 4744 0 -1 4194304 45992 0 0 0 162106 2033 0 0 25 0 1 0 997179740 191348736 45878 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6147/statm: 46716 45878 48 102 0 46611 0
Current children cumulated CPU time (s) 1651.45
Current children cumulated vsize (KiB) 205820

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 6178
/proc/meminfo: memFree=977192/2055920 swapFree=4137012/4192956
[pid=6123] ppid=6121 vsize=13600 CPUtime=10.06
/proc/6123/stat : 6123 (sugar) S 6121 6123 4744 0 -1 4194304 1022 21239 0 2 3 1 927 75 16 0 1 0 997178713 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6123/statm: 3400 798 370 3 0 500 0
[pid=6146] ppid=6123 vsize=5356 CPUtime=0
/proc/6146/stat : 6146 (sh) S 6123 6123 4744 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997179740 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6146/statm: 1339 232 193 169 0 50 0
[pid=6147] ppid=6146 vsize=186864 CPUtime=1701.36
/proc/6147/stat : 6147 (picosat) R 6146 6123 4744 0 -1 4194304 45992 0 0 0 168103 2033 0 0 25 0 1 0 997179740 191348736 45878 996147200 134512640 134931368 4294956256 18446744073709551615 134525820 0 0 4096 0 0 0 0 17 0 0 0
/proc/6147/statm: 46716 45878 48 102 0 46611 0
Current children cumulated CPU time (s) 1711.42
Current children cumulated vsize (KiB) 205820

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 6178
/proc/meminfo: memFree=974312/2055920 swapFree=4137012/4192956
[pid=6123] ppid=6121 vsize=13600 CPUtime=10.06
/proc/6123/stat : 6123 (sugar) S 6121 6123 4744 0 -1 4194304 1022 21239 0 2 3 1 927 75 16 0 1 0 997178713 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6123/statm: 3400 798 370 3 0 500 0
[pid=6146] ppid=6123 vsize=5356 CPUtime=0
/proc/6146/stat : 6146 (sh) S 6123 6123 4744 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997179740 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6146/statm: 1339 232 193 169 0 50 0
[pid=6147] ppid=6146 vsize=190032 CPUtime=1761.32
/proc/6147/stat : 6147 (picosat) R 6146 6123 4744 0 -1 4194304 46770 0 0 0 174098 2034 0 0 25 0 1 0 997179740 194592768 46656 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/6147/statm: 47508 46656 48 102 0 47403 0
Current children cumulated CPU time (s) 1771.38
Current children cumulated vsize (KiB) 208988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 6178
/proc/meminfo: memFree=972840/2055920 swapFree=4137012/4192956
[pid=6123] ppid=6121 vsize=13600 CPUtime=10.06
/proc/6123/stat : 6123 (sugar) S 6121 6123 4744 0 -1 4194304 1022 21239 0 2 3 1 927 75 16 0 1 0 997178713 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6123/statm: 3400 798 370 3 0 500 0
[pid=6146] ppid=6123 vsize=5356 CPUtime=0
/proc/6146/stat : 6146 (sh) S 6123 6123 4744 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997179740 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6146/statm: 1339 232 193 169 0 50 0
[pid=6147] ppid=6146 vsize=191484 CPUtime=1790
/proc/6147/stat : 6147 (picosat) R 6146 6123 4744 0 -1 4194304 47133 0 0 0 176965 2035 0 0 25 0 1 0 997179740 196079616 47019 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/6147/statm: 47871 47019 48 102 0 47766 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 210440

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6123 and gives
#  childrusage.ru_utime.tv_sec=9
#  childrusage.ru_utime.tv_usec=311584
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=772882
# CPU time returned by wait4() is 10.0845
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1811.04
CPU time (s): 1800.06
CPU user time (s): 1778.95
CPU system time (s): 21.11
CPU usage (%): 99.3939
Max. virtual memory (cumulated for all children) (KiB): 887592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.31158
system time used= 0.772882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22614
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= 13277
involuntary context switches= 13333

runsolver used 2.46162 second user time and 5.69013 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-04 01:20:38
IDJOB=1060535
IDBENCH=54460
IDSOLVER=345
FILE ID=node26/1060535-1215127238
PBS_JOBID= 7877152
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/allIntervalSeries/normalized-series-100.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-1060535-1215127238/watcher-1060535-1215127238 -o /tmp/evaluation-result-1060535-1215127238/solver-1060535-1215127238 -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-1060535-1215127238.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 55150c4600f99bca659f929bb418a24c
RANDOM SEED=458245683

node26.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.221
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.221
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:       1268264 kB
Buffers:         91960 kB
Cached:         552656 kB
SwapCached:      50140 kB
Active:         252608 kB
Inactive:       458176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1268264 kB
SwapTotal:     4192956 kB
SwapFree:      4137012 kB
Dirty:            2660 kB
Writeback:           0 kB
Mapped:          73568 kB
Slab:            62140 kB
Committed_AS:  1709912 kB
PageTables:       1812 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 node26 at 2008-07-04 01:50:51