Trace number 1058311

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+picosatSAT 61.5546 62.4316

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-5.xml
MD5SUM9ff660f6666838f622d78805b358143b
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark19.1671
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints11590
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension11291
Global constraints used (with number of constraints)alldifferent(299)

Solver Data (download as text)

0.01/0.36	c 0	Sugar v1-13 + HOME/picosat
0.01/0.36	c 0	BEGIN Thu Jul  3 21:44:43 2008
0.01/0.36	c 0	PID 32259
0.01/0.36	c 0	HOST node80.alineos.net
0.01/0.36	c 0	CONVERTING HOME/instance-1058311-1215114283.xml TO HOME/temp.csp
0.01/0.36	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1058311-1215114283.xml' 'HOME/temp.csp'
0.96/1.33	c 1	19 domains, 700 variables, 1 predicates, 0 relations, 11590 constraints
0.96/1.35	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.35	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.00/1.43	c 1	Parsing HOME/temp.csp
1.00/1.79	c 2	parsed 10000 expressions
1.00/1.89	c 2	parsed 12310 expressions
1.00/1.90	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.00/1.90	c 2	Converting to clausal form CSP
1.72/2.14	c 2	converted 1231 (10%) expressions
1.83/2.28	c 2	converted 2462 (20%) expressions
1.92/2.37	c 2	converted 3693 (30%) expressions
2.02/2.45	c 2	converted 4924 (40%) expressions
2.12/2.53	c 2	converted 6155 (50%) expressions
2.22/2.69	c 2	converted 7386 (60%) expressions
2.32/2.78	c 2	converted 8617 (70%) expressions
2.42/2.86	c 3	converted 9848 (80%) expressions
2.52/2.95	c 3	converted 11079 (90%) expressions
4.09/4.57	c 4	converted 12310 (100%) expressions
4.09/4.57	c 4	CSP : 700 integers, 0 booleans, 56672 clauses, largest domain size 45
4.09/4.57	c 4	Heap : 43 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.09/4.57	c 4	Propagation in CSP
4.50/4.95	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.50/4.95	c 5	CSP : 700 integers, 0 booleans, 56672 clauses, largest domain size 45
4.50/4.95	c 5	Heap : 52 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.50/4.97	c 5	Simplifing CSP by introducing new Boolean variables
5.48/5.98	c 6	CSP : 700 integers, 126364 booleans, 183036 clauses, largest domain size 45
5.48/5.98	c 6	Heap : 91 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.18/6.63	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.18/6.67	c 6	70 (10%) CSP integer variables are encoded (3010 clauses, 37031 bytes)
6.18/6.68	c 6	140 (20%) CSP integer variables are encoded (6020 clauses, 76161 bytes)
6.18/6.68	c 6	210 (30%) CSP integer variables are encoded (9030 clauses, 115291 bytes)
6.18/6.69	c 6	280 (40%) CSP integer variables are encoded (12040 clauses, 158958 bytes)
6.18/6.69	c 6	350 (50%) CSP integer variables are encoded (15050 clauses, 204108 bytes)
6.18/6.69	c 6	420 (60%) CSP integer variables are encoded (15087 clauses, 204663 bytes)
6.18/6.70	c 6	490 (70%) CSP integer variables are encoded (15130 clauses, 205308 bytes)
6.18/6.70	c 6	560 (80%) CSP integer variables are encoded (15155 clauses, 205683 bytes)
6.27/6.70	c 6	630 (90%) CSP integer variables are encoded (15227 clauses, 206763 bytes)
6.27/6.70	c 6	700 (100%) CSP integer variables are encoded (15236 clauses, 206898 bytes)
7.07/7.57	c 7	18304 (10%) CSP clauses are encoded (418982 clauses, 8188898 bytes)
7.86/8.35	c 8	36608 (20%) CSP clauses are encoded (820012 clauses, 16300126 bytes)
8.75/9.21	c 9	54911 (30%) CSP clauses are encoded (1277897 clauses, 25773972 bytes)
9.73/10.21	c 10	73215 (40%) CSP clauses are encoded (1830361 clauses, 36932920 bytes)
10.62/11.19	c 11	91518 (50%) CSP clauses are encoded (2382956 clauses, 48096419 bytes)
11.61/12.18	c 12	109822 (60%) CSP clauses are encoded (2935816 clauses, 59210514 bytes)
12.61/13.19	c 13	128126 (70%) CSP clauses are encoded (3488764 clauses, 70665964 bytes)
13.70/14.22	c 14	146429 (80%) CSP clauses are encoded (4041667 clauses, 82440298 bytes)
14.69/15.25	c 15	164733 (90%) CSP clauses are encoded (4594835 clauses, 94133908 bytes)
15.77/16.30	c 16	183036 (100%) CSP clauses are encoded (5147958 clauses, 105952668 bytes)
15.77/16.30	c 16	183036 CSP clauses encoded
15.77/16.30	c 16	Writing map file : HOME/temp.map
15.77/16.33	c 16	Heap : 74 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.77/16.34	c 16	SAT : 142038 SAT variables, 5147958 SAT clauses, 105952668 bytes
15.77/16.34	c 16	Heap : 74 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.77/16.36	c 16	SOLVING HOME/temp.cnf
15.77/16.36	c 16	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
61.11/62.00	c 62	DECODING HOME/temp.out WITH HOME/temp.map
61.11/62.00	c 62	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
61.11/62.09	c 62	Decoding HOME/temp.out
61.13/62.33	s SATISFIABLE
61.13/62.35	v 44 19 12 4 41 5 30 2 41 25 13 1 8 9 19 11 37 0 0 32 0 1 3 2 16 31 17 1 1 42 3 5 12 6 5 2 36 23 26 3 18 25 0 21 7 4 6 7 13 7 14 38 23 15 22 4 33 24 8 0 5 18 9 36 3 11 22 10 17 7 10 15 17 11 16 17 18 4 4 33 36 6 7 31 1 10 6 22 5 24 8 18 26 1 34 8 5 12 6 16 10 8 0 42 13 19 7 19 44 7 3 14 26 17 2 27 9 12 14 19 21 9 17 40 15 19 20 13 18 18 21 1 38 9 15 28 8 10 1 9 30 25 14 40 25 43 20 0 26 12 26 32 2 11 41 13 1 13 0 18 12 20 39 43 27 5 20 44 13 27 24 3 11 29 3 33 15 9 21 14 21 16 30 10 28 29 10 11 3 7 6 17 19 15 34 5 8 30 9 4 28 40 18 31 5 27 30 33 4 28 27 14 36 20 16 11 3 24 23 8 21 29 44 9 2 39 31 35 29 13 10 12 25 35 6 27 2 32 18 7 37 31 33 33 23 22 34 36 10 24 26 29 14 16 22 34 36 38 30 34 28 32 35 2 42 22 7 16 31 16 1 15 37 0 13 40 23 32 22 8 13 35 41 32 33 39 14 35 44 33 27 0 29 41 37 40 20 9 6 24 43 24 38 36 28 38 41 34 35 44 18 37 32 23 43 36 39 25 40 43 41 33 42 42 14 39 32 15 43 42 42 15 38 37 37 20 44 40 43 43 39 41 38 43 37 42 11 25 44 31 3 1 3 5 4 0 1 4 7 6 2 7 5 9 7 7 4 4 0 7 8 2 5 7 7 2 9 3 9 2 0 7 6 3 9 2 2 5 0 9 9 7 1 0 6 3 0 8 1 5 1 3 8 0 8 2 5 9 3 2 1 7 0 3 7 1 3 5 0 2 1 6 3 2 3 4 5 7 0 3 4 2 9 5 6 6 9 4 8 7 4 1 3 5 7 2 3 7 5 6 9 9 6 5 0 6 0 3 6 7 4 6 4 6 3 3 1 5 0 8 4 8 5 3 5 9 3 6 2 8 7 0 2 4 8 7 8 4 1 5 4 5 3 6 3 0 2 7 5 0 7 8 9 8 1 9 8 4 5 0 4 9 9 5 4 2 0 5 5 1 1 2 3 9 8 8 4 6 6 7 3 4 5 0 4 4 2 0 1 1 6 7 4 1 0 5 7 9 7 4 1 5 3 6 6 9 3 7 1 3 6 8 6 8 5 6 6 4 4 0 8 3 9 3 8 3 1 7 1 3 7 2 8 3 1 5 6 4 4 3 5 3 0 6 9 9 1 8 3 0 6 5 2 1 5 4 7 5 0 5 6 1 4 0 8 7 4 9 7 2 4 3 8 3 8 9 6 0 6 1 7 1 0 2 4 5 5 5 0 1 2 9 7 5 3 0 5 2 7 5 3 6 0 9 0 4 2 9 9 7 6 1 5 3 8 0 7 9 2 6 6 9 7 6 9 2 3 9 7 9 4 7 1 7 2 7 2 4 9 4 4 9 9 2 9 1 4 0 4 9
61.13/62.36	c 62	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
61.13/62.38	c 62	CPU 37.13 (0.03 0.02 37.1 24.33)
61.13/62.38	c 62	END Thu Jul  3 21:45:45 2008

Verifier Data (download as text)

OK

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-1058311-1215114283/watcher-1058311-1215114283 -o /tmp/evaluation-result-1058311-1215114283/solver-1058311-1215114283 -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-1058311-1215114283.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.91 1.95 1.97 4/73 32259
/proc/meminfo: memFree=1716088/2055920 swapFree=4146896/4192956
[pid=32259] ppid=32257 vsize=18572 CPUtime=0
/proc/32259/stat : 32259 (runsolver) D 32257 32259 31604 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 676553707 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 226686987559 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/32259/statm: 4643 292 257 25 0 2626 0

[startup+0.0160041 s]
/proc/loadavg: 1.91 1.95 1.97 4/73 32259
/proc/meminfo: memFree=1716088/2055920 swapFree=4146896/4192956
[pid=32259] ppid=32257 vsize=18572 CPUtime=0
/proc/32259/stat : 32259 (runsolver) D 32257 32259 31604 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 676553707 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 226686987559 0 0 4096 24578 18446744071563479169 0 0 17 1 0 0
/proc/32259/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.102016 s]
/proc/loadavg: 1.91 1.95 1.97 4/73 32259
/proc/meminfo: memFree=1716088/2055920 swapFree=4146896/4192956
[pid=32259] ppid=32257 vsize=12000 CPUtime=0
/proc/32259/stat : 32259 (sugar) D 32257 32259 31604 0 -1 4194304 157 0 5 0 0 0 0 0 18 0 1 0 676553707 12288000 130 996147200 4194304 4206940 548682068608 18446744073709551615 226704901776 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/32259/statm: 3000 130 96 3 0 100 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12000

[startup+0.301041 s]
/proc/loadavg: 1.91 1.95 1.97 4/73 32259
/proc/meminfo: memFree=1716088/2055920 swapFree=4146896/4192956
[pid=32259] ppid=32257 vsize=12412 CPUtime=0.01
/proc/32259/stat : 32259 (sugar) R 32257 32259 31604 0 -1 4194304 440 0 15 0 0 1 0 0 18 0 1 0 676553707 12709888 423 996147200 4194304 4206940 548682068608 18446744073709551615 226686839371 0 0 4224 0 0 0 0 17 1 0 0
/proc/32259/statm: 3103 423 286 3 0 203 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12412

[startup+0.702104 s]
/proc/loadavg: 1.91 1.95 1.97 4/73 32259
/proc/meminfo: memFree=1716088/2055920 swapFree=4146896/4192956
[pid=32259] ppid=32257 vsize=13600 CPUtime=0.04
/proc/32259/stat : 32259 (sugar) S 32257 32259 31604 0 -1 4194304 884 127 16 0 2 2 0 0 16 0 1 0 676553707 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32259/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50219 s]
/proc/loadavg: 1.91 1.95 1.97 4/84 32271
/proc/meminfo: memFree=1690264/2055920 swapFree=4146896/4192956
[pid=32259] ppid=32257 vsize=13600 CPUtime=1
/proc/32259/stat : 32259 (sugar) S 32257 32259 31604 0 -1 4194304 957 10109 16 1 2 2 90 6 15 0 1 0 676553707 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32259/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 13600

[startup+3.10239 s]
/proc/loadavg: 2.00 1.97 1.98 3/84 32281
/proc/meminfo: memFree=1695320/2055920 swapFree=4146896/4192956
[pid=32259] ppid=32257 vsize=13600 CPUtime=1.01
/proc/32259/stat : 32259 (sugar) S 32257 32259 31604 0 -1 4194304 958 10109 16 1 3 2 90 6 15 0 1 0 676553707 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32259/statm: 3400 797 370 3 0 500 0
[pid=32272] ppid=32259 vsize=5356 CPUtime=0
/proc/32272/stat : 32272 (sh) S 32259 32259 31604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 676553843 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32272/statm: 1339 233 193 169 0 50 0
[pid=32273] ppid=32272 vsize=868392 CPUtime=1.7
/proc/32273/stat : 32273 (java) S 32272 32259 31604 0 -1 0 11282 0 1 0 163 7 0 0 18 0 9 0 676553843 889233408 10338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32273/statm: 217098 10338 2540 9 0 211673 0
[pid=32273/tid=32274] ppid=32272 vsize=868392 CPUtime=1.1
/proc/32273/task/32274/stat : 32274 (java) R 32272 32259 31604 0 -1 64 2816 0 1 0 108 2 0 0 24 0 9 0 676553844 889233408 10338 996147200 134512640 134550740 4294955952 18446744073709551615 4126875578 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32273/tid=32275] ppid=32272 vsize=868392 CPUtime=0.4
/proc/32273/task/32275/stat : 32275 (java) S 32272 32259 31604 0 -1 64 6313 0 0 0 37 3 0 0 16 0 9 0 676553845 889233408 10338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32273/tid=32276] ppid=32272 vsize=868392 CPUtime=0
/proc/32273/task/32276/stat : 32276 (java) S 32272 32259 31604 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 676553845 889233408 10338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32273/tid=32277] ppid=32272 vsize=868392 CPUtime=0
/proc/32273/task/32277/stat : 32277 (java) S 32272 32259 31604 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 676553845 889233408 10338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32273/tid=32278] ppid=32272 vsize=868392 CPUtime=0
/proc/32273/task/32278/stat : 32278 (java) S 32272 32259 31604 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 676553847 889233408 10338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32273/tid=32279] ppid=32272 vsize=868392 CPUtime=0.18
/proc/32273/task/32279/stat : 32279 (java) S 32272 32259 31604 0 -1 64 1456 0 0 0 17 1 0 0 16 0 9 0 676553847 889233408 10338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32273/tid=32280] ppid=32272 vsize=868392 CPUtime=0
/proc/32273/task/32280/stat : 32280 (java) S 32272 32259 31604 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 676553847 889233408 10338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32273/tid=32281] ppid=32272 vsize=868392 CPUtime=0
/proc/32273/task/32281/stat : 32281 (java) S 32272 32259 31604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 676553847 889233408 10338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 887348

[startup+6.3028 s]
/proc/loadavg: 2.00 1.97 1.98 4/84 32281
/proc/meminfo: memFree=1639320/2055920 swapFree=4146896/4192956
[pid=32259] ppid=32257 vsize=13600 CPUtime=1.01
/proc/32259/stat : 32259 (sugar) S 32257 32259 31604 0 -1 4194304 958 10109 16 1 3 2 90 6 16 0 1 0 676553707 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32259/statm: 3400 797 370 3 0 500 0
[pid=32272] ppid=32259 vsize=5356 CPUtime=0
/proc/32272/stat : 32272 (sh) S 32259 32259 31604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 676553843 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32272/statm: 1339 233 193 169 0 50 0
[pid=32273] ppid=32272 vsize=889884 CPUtime=4.87
/proc/32273/stat : 32273 (java) S 32272 32259 31604 0 -1 0 40813 0 1 0 464 23 0 0 18 0 9 0 676553843 911241216 34222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32273/statm: 222471 34222 2540 9 0 217046 0
[pid=32273/tid=32274] ppid=32272 vsize=889884 CPUtime=2.33
/proc/32273/task/32274/stat : 32274 (java) R 32272 32259 31604 0 -1 64 3709 0 1 0 230 3 0 0 25 0 9 0 676553844 911241216 34222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32273/tid=32275] ppid=32272 vsize=889884 CPUtime=2.31
/proc/32273/task/32275/stat : 32275 (java) R 32272 32259 31604 0 -1 64 34936 0 0 0 213 18 0 0 16 0 9 0 676553845 911241216 34222 996147200 134512640 134550740 4294955952 18446744073709551615 104180230 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32273/tid=32276] ppid=32272 vsize=889884 CPUtime=0
/proc/32273/task/32276/stat : 32276 (java) S 32272 32259 31604 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 676553845 911241216 34222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32273/tid=32277] ppid=32272 vsize=889884 CPUtime=0
/proc/32273/task/32277/stat : 32277 (java) S 32272 32259 31604 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 676553845 911241216 34222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32273/tid=32278] ppid=32272 vsize=889884 CPUtime=0
/proc/32273/task/32278/stat : 32278 (java) S 32272 32259 31604 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 676553847 911241216 34222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32273/tid=32279] ppid=32272 vsize=889884 CPUtime=0.21
/proc/32273/task/32279/stat : 32279 (java) S 32272 32259 31604 0 -1 64 1471 0 0 0 20 1 0 0 16 0 9 0 676553847 911241216 34222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32273/tid=32280] ppid=32272 vsize=889884 CPUtime=0
/proc/32273/task/32280/stat : 32280 (java) S 32272 32259 31604 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 676553847 911241216 34222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32273/tid=32281] ppid=32272 vsize=889884 CPUtime=0
/proc/32273/task/32281/stat : 32281 (java) S 32272 32259 31604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 676553847 911241216 34222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 908840

[startup+12.7026 s]
/proc/loadavg: 2.15 2.00 1.99 3/84 32281
/proc/meminfo: memFree=1546328/2055920 swapFree=4146896/4192956
[pid=32259] ppid=32257 vsize=13600 CPUtime=1.01
/proc/32259/stat : 32259 (sugar) S 32257 32259 31604 0 -1 4194304 958 10109 16 1 3 2 90 6 16 0 1 0 676553707 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32259/statm: 3400 797 370 3 0 500 0
[pid=32272] ppid=32259 vsize=5356 CPUtime=0
/proc/32272/stat : 32272 (sh) S 32259 32259 31604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 676553843 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32272/statm: 1339 233 193 169 0 50 0
[pid=32273] ppid=32272 vsize=868504 CPUtime=11.2
/proc/32273/stat : 32273 (java) S 32272 32259 31604 0 -1 0 41149 0 1 0 1057 63 0 0 18 0 9 0 676553843 889348096 28944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32273/statm: 217126 28944 2566 9 0 211673 0
[pid=32273/tid=32274] ppid=32272 vsize=868504 CPUtime=8.18
/proc/32273/task/32274/stat : 32274 (java) R 32272 32259 31604 0 -1 64 3998 0 1 0 778 40 0 0 25 0 9 0 676553844 889348096 28944 996147200 134512640 134550740 4294955952 18446744073709551615 102064721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32273/tid=32275] ppid=32272 vsize=868504 CPUtime=2.73
/proc/32273/task/32275/stat : 32275 (java) S 32272 32259 31604 0 -1 64 34947 0 0 0 253 20 0 0 16 0 9 0 676553845 889348096 28944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32273/tid=32276] ppid=32272 vsize=868504 CPUtime=0
/proc/32273/task/32276/stat : 32276 (java) S 32272 32259 31604 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 676553845 889348096 28944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32273/tid=32277] ppid=32272 vsize=868504 CPUtime=0
/proc/32273/task/32277/stat : 32277 (java) S 32272 32259 31604 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 676553845 889348096 28944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32273/tid=32278] ppid=32272 vsize=868504 CPUtime=0
/proc/32273/task/32278/stat : 32278 (java) S 32272 32259 31604 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 676553847 889348096 28944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32273/tid=32279] ppid=32272 vsize=868504 CPUtime=0.26
/proc/32273/task/32279/stat : 32279 (java) S 32272 32259 31604 0 -1 64 1507 0 0 0 25 1 0 0 16 0 9 0 676553847 889348096 28944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32273/tid=32280] ppid=32272 vsize=868504 CPUtime=0
/proc/32273/task/32280/stat : 32280 (java) S 32272 32259 31604 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 676553847 889348096 28944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32273/tid=32281] ppid=32272 vsize=868504 CPUtime=0
/proc/32273/task/32281/stat : 32281 (java) S 32272 32259 31604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 676553847 889348096 28944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 887460

[startup+25.5022 s]
/proc/loadavg: 2.36 2.05 2.01 4/76 32283
/proc/meminfo: memFree=1564632/2055920 swapFree=4146896/4192956
[pid=32259] ppid=32257 vsize=13600 CPUtime=15.85
/proc/32259/stat : 32259 (sugar) S 32257 32259 31604 0 -1 4194304 1006 51704 16 2 3 2 1483 97 16 0 1 0 676553707 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32259/statm: 3400 799 370 3 0 500 0
[pid=32282] ppid=32259 vsize=5356 CPUtime=0
/proc/32282/stat : 32282 (sh) S 32259 32259 31604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 676555344 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32282/statm: 1339 232 193 169 0 50 0
[pid=32283] ppid=32282 vsize=41668 CPUtime=9.05
/proc/32283/stat : 32283 (picosat) R 32282 32259 31604 0 -1 4194304 10133 0 0 0 410 495 0 0 25 0 1 0 676555344 42668032 10119 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/32283/statm: 10417 10119 40 102 0 10312 0
Current children cumulated CPU time (s) 24.9
Current children cumulated vsize (KiB) 60624

[startup+51.1013 s]
/proc/loadavg: 2.30 2.06 2.01 3/76 32283
/proc/meminfo: memFree=1459288/2055920 swapFree=4146896/4192956
[pid=32259] ppid=32257 vsize=13600 CPUtime=15.85
/proc/32259/stat : 32259 (sugar) S 32257 32259 31604 0 -1 4194304 1006 51704 16 2 3 2 1483 97 16 0 1 0 676553707 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32259/statm: 3400 799 370 3 0 500 0
[pid=32282] ppid=32259 vsize=5356 CPUtime=0
/proc/32282/stat : 32282 (sh) S 32259 32259 31604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 676555344 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32282/statm: 1339 232 193 169 0 50 0
[pid=32283] ppid=32282 vsize=150852 CPUtime=34.44
/proc/32283/stat : 32283 (picosat) R 32282 32259 31604 0 -1 4194304 37183 0 0 0 1569 1875 0 0 25 0 1 0 676555344 154472448 37169 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/32283/statm: 37713 37169 40 102 0 37608 0
Current children cumulated CPU time (s) 50.29
Current children cumulated vsize (KiB) 169808

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

[startup+57.5011 s]
/proc/loadavg: 2.25 2.06 2.01 3/76 32283
/proc/meminfo: memFree=1432152/2055920 swapFree=4146896/4192956
[pid=32259] ppid=32257 vsize=13600 CPUtime=15.85
/proc/32259/stat : 32259 (sugar) S 32257 32259 31604 0 -1 4194304 1006 51704 16 2 3 2 1483 97 16 0 1 0 676553707 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32259/statm: 3400 799 370 3 0 500 0
[pid=32282] ppid=32259 vsize=5356 CPUtime=0
/proc/32282/stat : 32282 (sh) S 32259 32259 31604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 676555344 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32282/statm: 1339 232 193 169 0 50 0
[pid=32283] ppid=32282 vsize=197744 CPUtime=40.8
/proc/32283/stat : 32283 (picosat) R 32282 32259 31604 0 -1 4194304 43740 0 0 0 1868 2212 0 0 25 0 1 0 676555344 202489856 43726 996147200 134512640 134931368 4294956256 18446744073709551615 134545817 0 0 4096 0 0 0 0 17 1 0 0
/proc/32283/statm: 49436 43726 40 102 0 49331 0
Current children cumulated CPU time (s) 56.65
Current children cumulated vsize (KiB) 216700

[startup+60.7025 s]
/proc/loadavg: 2.25 2.06 2.01 3/76 32283
/proc/meminfo: memFree=1420248/2055920 swapFree=4146896/4192956
[pid=32259] ppid=32257 vsize=13600 CPUtime=15.85
/proc/32259/stat : 32259 (sugar) S 32257 32259 31604 0 -1 4194304 1006 51704 16 2 3 2 1483 97 16 0 1 0 676553707 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32259/statm: 3400 799 370 3 0 500 0
[pid=32282] ppid=32259 vsize=5356 CPUtime=0
/proc/32282/stat : 32282 (sh) S 32259 32259 31604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 676555344 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32282/statm: 1339 232 193 169 0 50 0
[pid=32283] ppid=32282 vsize=208004 CPUtime=43.98
/proc/32283/stat : 32283 (picosat) R 32282 32259 31604 0 -1 4194304 46341 0 0 0 2069 2329 0 0 25 0 1 0 676555344 212996096 46315 996147200 134512640 134931368 4294956256 18446744073709551615 134525811 0 0 4096 0 0 0 0 17 1 0 0
/proc/32283/statm: 52001 46315 42 102 0 51896 0
Current children cumulated CPU time (s) 59.83
Current children cumulated vsize (KiB) 226960

[startup+61.5026 s]
/proc/loadavg: 2.23 2.06 2.01 3/76 32283
/proc/meminfo: memFree=1420120/2055920 swapFree=4146896/4192956
[pid=32259] ppid=32257 vsize=13600 CPUtime=15.85
/proc/32259/stat : 32259 (sugar) S 32257 32259 31604 0 -1 4194304 1006 51704 16 2 3 2 1483 97 16 0 1 0 676553707 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32259/statm: 3400 799 370 3 0 500 0
[pid=32282] ppid=32259 vsize=5356 CPUtime=0
/proc/32282/stat : 32282 (sh) S 32259 32259 31604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 676555344 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32282/statm: 1339 232 193 169 0 50 0
[pid=32283] ppid=32282 vsize=208012 CPUtime=44.78
/proc/32283/stat : 32283 (picosat) R 32282 32259 31604 0 -1 4194304 46357 0 0 0 2149 2329 0 0 25 0 1 0 676555344 213004288 46329 996147200 134512640 134931368 4294956256 18446744073709551615 134544825 0 0 4096 0 0 0 0 17 1 0 0
/proc/32283/statm: 52003 46329 48 102 0 51898 0
Current children cumulated CPU time (s) 60.63
Current children cumulated vsize (KiB) 226968

[startup+61.9017 s]
/proc/loadavg: 2.23 2.06 2.01 3/76 32283
/proc/meminfo: memFree=1420120/2055920 swapFree=4146896/4192956
[pid=32259] ppid=32257 vsize=13600 CPUtime=15.85
/proc/32259/stat : 32259 (sugar) S 32257 32259 31604 0 -1 4194304 1006 51704 16 2 3 2 1483 97 16 0 1 0 676553707 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32259/statm: 3400 799 370 3 0 500 0
[pid=32282] ppid=32259 vsize=5356 CPUtime=0
/proc/32282/stat : 32282 (sh) S 32259 32259 31604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 676555344 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32282/statm: 1339 232 193 169 0 50 0
[pid=32283] ppid=32282 vsize=210064 CPUtime=45.16
/proc/32283/stat : 32283 (picosat) R 32282 32259 31604 0 -1 4194304 46373 0 0 0 2187 2329 0 0 25 0 1 0 676555344 215105536 46345 996147200 134512640 134931368 4294956256 18446744073709551615 134579014 0 0 4096 0 0 0 0 17 1 0 0
/proc/32283/statm: 52516 46345 52 102 0 52411 0
Current children cumulated CPU time (s) 61.01
Current children cumulated vsize (KiB) 229020

[startup+62.3017 s]
/proc/loadavg: 2.23 2.06 2.01 3/76 32283
/proc/meminfo: memFree=1420120/2055920 swapFree=4146896/4192956
[pid=32259] ppid=32257 vsize=13600 CPUtime=61.13
/proc/32259/stat : 32259 (sugar) S 32257 32259 31604 0 -1 4194304 1075 98363 16 2 3 2 3678 2430 15 0 1 0 676553707 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32259/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 61.13
Current children cumulated vsize (KiB) 13600

[startup+62.4017 s]
/proc/loadavg: 2.23 2.06 2.01 3/76 32283
/proc/meminfo: memFree=1420120/2055920 swapFree=4146896/4192956
[pid=32259] ppid=32257 vsize=13600 CPUtime=61.51
/proc/32259/stat : 32259 (sugar) R 32257 32259 31604 0 -1 4194304 1104 102305 16 3 3 5 3710 2433 16 0 1 0 676553707 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 0 0 0 17 0 0 0
/proc/32259/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 61.51
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 62.4316
CPU time (s): 61.5546
CPU user time (s): 37.1384
CPU system time (s): 24.4163
CPU usage (%): 98.5953
Max. virtual memory (cumulated for all children) (KiB): 908844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.1384
system time used= 24.4163
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103439
page faults= 19
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7885
involuntary context switches= 8808

runsolver used 0.072988 second user time and 0.185971 second system time

The end

Launcher Data (download as text)

Begin job on node80 at 2008-07-03 21:44:43
IDJOB=1058311
IDBENCH=54120
IDSOLVER=345
FILE ID=node80/1058311-1215114283
PBS_JOBID= 7877048
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-5.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-1058311-1215114283/watcher-1058311-1215114283 -o /tmp/evaluation-result-1058311-1215114283/solver-1058311-1215114283 -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-1058311-1215114283.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9ff660f6666838f622d78805b358143b
RANDOM SEED=364243030

node80.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.232
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.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1716568 kB
Buffers:         12672 kB
Cached:         199280 kB
SwapCached:      40260 kB
Active:         158552 kB
Inactive:       144080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1716568 kB
SwapTotal:     4192956 kB
SwapFree:      4146896 kB
Dirty:            2996 kB
Writeback:           0 kB
Mapped:          97248 kB
Slab:            22024 kB
Committed_AS:  1015572 kB
PageTables:       1868 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= 66544 MiB
End job on node80 at 2008-07-03 21:45:45