Trace number 1036641

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 194.22 196.069

General information on the benchmark

Namecsp/frb40-19/
normalized-frb40-19-2_ext.xml
MD5SUMeee0cf7e023e298cb2f022136cfaf15d
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.40079
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints410
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension410
Number of constraints which are defined in intension0
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 Wed Jul  2 02:21:18 2008
0.00/0.04	c 0	PID 32585
0.00/0.05	c 0	HOST node6.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1036641-1214958078.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-1036641-1214958078.xml' 'HOME/temp.csp'
0.04/0.62	c 1	1 domains, 40 variables, 0 predicates, 410 relations, 410 constraints
0.04/0.63	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.63	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.60/0.71	c 1	Parsing HOME/temp.csp
0.96/1.02	c 1	parsed 861 expressions
0.96/1.02	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.96/1.02	c 1	Converting to clausal form CSP
0.96/1.05	c 1	converted 87 (10%) expressions
0.96/1.05	c 1	converted 173 (20%) expressions
0.96/1.05	c 1	converted 259 (30%) expressions
1.05/1.10	c 1	converted 345 (40%) expressions
1.05/1.10	c 1	converted 431 (50%) expressions
1.05/1.14	c 1	converted 517 (60%) expressions
1.05/1.16	c 1	converted 603 (70%) expressions
1.05/1.18	c 1	converted 689 (80%) expressions
1.15/1.20	c 1	converted 775 (90%) expressions
1.15/1.23	c 1	converted 861 (100%) expressions
1.15/1.23	c 1	CSP : 40 integers, 0 booleans, 410 clauses, largest domain size 19
1.15/1.23	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.15/1.23	c 1	Propagation in CSP
1.15/1.23	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.15/1.23	c 1	CSP : 40 integers, 0 booleans, 410 clauses, largest domain size 19
1.15/1.23	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.15/1.23	c 1	Simplifing CSP by introducing new Boolean variables
1.15/1.23	c 1	CSP : 40 integers, 0 booleans, 410 clauses, largest domain size 19
1.15/1.23	c 1	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.15/1.27	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.15/1.28	c 1	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
1.15/1.28	c 1	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.15/1.28	c 1	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.15/1.29	c 1	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.15/1.29	c 1	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.15/1.29	c 1	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.15/1.29	c 1	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.15/1.29	c 1	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.15/1.29	c 1	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.15/1.29	c 1	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.24/1.35	c 1	41 (10%) CSP clauses are encoded (3186 clauses, 48548 bytes)
1.24/1.37	c 1	82 (20%) CSP clauses are encoded (5672 clauses, 90571 bytes)
1.24/1.38	c 1	123 (30%) CSP clauses are encoded (8176 clauses, 137041 bytes)
1.34/1.40	c 1	164 (40%) CSP clauses are encoded (10675 clauses, 184057 bytes)
1.34/1.42	c 1	205 (50%) CSP clauses are encoded (13153 clauses, 230724 bytes)
1.34/1.43	c 1	246 (60%) CSP clauses are encoded (15640 clauses, 277676 bytes)
1.34/1.45	c 1	287 (70%) CSP clauses are encoded (18156 clauses, 325028 bytes)
1.34/1.46	c 1	328 (80%) CSP clauses are encoded (20671 clauses, 372345 bytes)
1.34/1.48	c 1	369 (90%) CSP clauses are encoded (23159 clauses, 419155 bytes)
1.34/1.49	c 1	410 (100%) CSP clauses are encoded (25665 clauses, 466288 bytes)
1.34/1.49	c 1	410 CSP clauses encoded
1.34/1.49	c 1	Writing map file : HOME/temp.map
1.34/1.49	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.34/1.49	c 1	SAT : 720 SAT variables, 25665 SAT clauses, 466288 bytes
1.34/1.49	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.43/1.53	c 1	SOLVING HOME/temp.cnf
1.43/1.53	c 1	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
194.04/195.94	c 196	DECODING HOME/temp.out WITH HOME/temp.map
194.04/195.94	c 196	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
194.08/196.02	c 196	Decoding HOME/temp.out
194.08/196.04	s SATISFIABLE
194.08/196.05	v 7 18 14 4 1 12 10 18 13 2 11 10 8 16 1 9 11 5 5 17 5 13 6 0 3 18 1 14 15 9 2 12 11 2 6 14 4 11 7 11
194.08/196.05	c 196	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
194.08/196.06	c 196	CPU 193.92 (0.03 0.01 193.89 0.27)
194.08/196.06	c 196	END Wed Jul  2 02:24:34 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-1036641-1214958078/watcher-1036641-1214958078 -o /tmp/evaluation-result-1036641-1214958078/solver-1036641-1214958078 -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-1036641-1214958078.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.99 1.98 1.99 4/72 32585
/proc/meminfo: memFree=1502248/2055924 swapFree=4180432/4192956
[pid=32585] ppid=32583 vsize=12268 CPUtime=0
/proc/32585/stat : 32585 (sugar) R 32583 32585 31442 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1974783073 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 268583008869 0 0 4224 0 0 0 0 17 1 0 0
/proc/32585/statm: 3067 316 241 3 0 167 0

[startup+0.074017 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 32585
/proc/meminfo: memFree=1502248/2055924 swapFree=4180432/4192956
[pid=32585] ppid=32583 vsize=13600 CPUtime=0.04
/proc/32585/stat : 32585 (sugar) S 32583 32585 31442 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1974783073 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32585/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101021 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 32585
/proc/meminfo: memFree=1502248/2055924 swapFree=4180432/4192956
[pid=32585] ppid=32583 vsize=13600 CPUtime=0.04
/proc/32585/stat : 32585 (sugar) S 32583 32585 31442 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1974783073 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32585/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301061 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 32585
/proc/meminfo: memFree=1502248/2055924 swapFree=4180432/4192956
[pid=32585] ppid=32583 vsize=13600 CPUtime=0.04
/proc/32585/stat : 32585 (sugar) S 32583 32585 31442 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1974783073 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32585/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701141 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 32585
/proc/meminfo: memFree=1502248/2055924 swapFree=4180432/4192956
[pid=32585] ppid=32583 vsize=13600 CPUtime=0.6
/proc/32585/stat : 32585 (sugar) S 32583 32585 31442 0 -1 4194304 956 4780 0 1 3 1 53 3 16 0 1 0 1974783073 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32585/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 13600

[startup+1.5023 s]
/proc/loadavg: 2.07 2.00 2.00 5/83 32607
/proc/meminfo: memFree=1490704/2055924 swapFree=4180432/4192956
[pid=32585] ppid=32583 vsize=13600 CPUtime=0.6
/proc/32585/stat : 32585 (sugar) S 32583 32585 31442 0 -1 4194304 974 4780 0 1 3 1 53 3 15 0 1 0 1974783073 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32585/statm: 3400 797 370 3 0 500 0
[pid=32598] ppid=32585 vsize=5356 CPUtime=0
/proc/32598/stat : 32598 (sh) S 32585 32585 31442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1974783136 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32598/statm: 1339 233 193 169 0 50 0
[pid=32599] ppid=32598 vsize=864312 CPUtime=0.83
/proc/32599/stat : 32599 (java) S 32598 32585 31442 0 -1 0 6980 0 1 0 80 3 0 0 18 0 9 0 1974783136 885055488 6195 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32599/statm: 216078 6195 2568 9 0 210625 0
[pid=32599/tid=32600] ppid=32598 vsize=864312 CPUtime=0.51
/proc/32599/task/32600/stat : 32600 (java) S 32598 32585 31442 0 -1 64 2748 0 1 0 50 1 0 0 18 0 9 0 1974783137 885055488 6195 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32599/tid=32601] ppid=32598 vsize=864312 CPUtime=0.17
/proc/32599/task/32601/stat : 32601 (java) S 32598 32585 31442 0 -1 64 3178 0 0 0 17 0 0 0 16 0 9 0 1974783138 885055488 6195 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32599/tid=32602] ppid=32598 vsize=864312 CPUtime=0
/proc/32599/task/32602/stat : 32602 (java) S 32598 32585 31442 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1974783138 885055488 6195 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32599/tid=32603] ppid=32598 vsize=864312 CPUtime=0
/proc/32599/task/32603/stat : 32603 (java) S 32598 32585 31442 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1974783138 885055488 6195 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32599/tid=32604] ppid=32598 vsize=864312 CPUtime=0
/proc/32599/task/32604/stat : 32604 (java) S 32598 32585 31442 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1974783140 885055488 6195 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32599/tid=32605] ppid=32598 vsize=864312 CPUtime=0.12
/proc/32599/task/32605/stat : 32605 (java) S 32598 32585 31442 0 -1 64 362 0 0 0 12 0 0 0 16 0 9 0 1974783140 885055488 6195 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32599/tid=32606] ppid=32598 vsize=864312 CPUtime=0
/proc/32599/task/32606/stat : 32606 (java) S 32598 32585 31442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1974783140 885055488 6195 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32599/tid=32607] ppid=32598 vsize=864312 CPUtime=0
/proc/32599/task/32607/stat : 32607 (java) S 32598 32585 31442 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1974783141 885055488 6195 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883268

[startup+3.10161 s]
/proc/loadavg: 2.07 2.00 2.00 3/75 32609
/proc/meminfo: memFree=1498000/2055924 swapFree=4180432/4192956
[pid=32585] ppid=32583 vsize=13600 CPUtime=1.45
/proc/32585/stat : 32585 (sugar) S 32583 32585 31442 0 -1 4194304 1022 12051 0 2 3 1 133 8 16 0 1 0 1974783073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32585/statm: 3400 798 370 3 0 500 0
[pid=32608] ppid=32585 vsize=5356 CPUtime=0
/proc/32608/stat : 32608 (sh) S 32585 32585 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974783226 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32608/statm: 1339 232 193 169 0 50 0
[pid=32609] ppid=32608 vsize=2044 CPUtime=1.54
/proc/32609/stat : 32609 (picosat) R 32608 32585 31442 0 -1 4194304 445 0 0 0 141 13 0 0 25 0 1 0 1974783226 2093056 429 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/32609/statm: 511 429 48 102 0 406 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 21000

[startup+6.30124 s]
/proc/loadavg: 2.07 2.00 2.00 3/75 32609
/proc/meminfo: memFree=1497488/2055924 swapFree=4180432/4192956
[pid=32585] ppid=32583 vsize=13600 CPUtime=1.45
/proc/32585/stat : 32585 (sugar) S 32583 32585 31442 0 -1 4194304 1022 12051 0 2 3 1 133 8 16 0 1 0 1974783073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32585/statm: 3400 798 370 3 0 500 0
[pid=32608] ppid=32585 vsize=5356 CPUtime=0
/proc/32608/stat : 32608 (sh) S 32585 32585 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974783226 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32608/statm: 1339 232 193 169 0 50 0
[pid=32609] ppid=32608 vsize=2396 CPUtime=4.71
/proc/32609/stat : 32609 (picosat) R 32608 32585 31442 0 -1 4194304 495 0 0 0 458 13 0 0 25 0 1 0 1974783226 2453504 479 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/32609/statm: 599 479 48 102 0 494 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 21352

[startup+12.7025 s]
/proc/loadavg: 2.06 2.00 2.00 3/75 32609
/proc/meminfo: memFree=1497040/2055924 swapFree=4180432/4192956
[pid=32585] ppid=32583 vsize=13600 CPUtime=1.45
/proc/32585/stat : 32585 (sugar) S 32583 32585 31442 0 -1 4194304 1022 12051 0 2 3 1 133 8 16 0 1 0 1974783073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32585/statm: 3400 798 370 3 0 500 0
[pid=32608] ppid=32585 vsize=5356 CPUtime=0
/proc/32608/stat : 32608 (sh) S 32585 32585 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974783226 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32608/statm: 1339 232 193 169 0 50 0
[pid=32609] ppid=32608 vsize=2600 CPUtime=11.05
/proc/32609/stat : 32609 (picosat) R 32608 32585 31442 0 -1 4194304 555 0 0 0 1092 13 0 0 25 0 1 0 1974783226 2662400 539 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/32609/statm: 650 539 48 102 0 545 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 21556

[startup+25.502 s]
/proc/loadavg: 2.05 2.00 2.00 3/75 32609
/proc/meminfo: memFree=1496720/2055924 swapFree=4180432/4192956
[pid=32585] ppid=32583 vsize=13600 CPUtime=1.45
/proc/32585/stat : 32585 (sugar) S 32583 32585 31442 0 -1 4194304 1022 12051 0 2 3 1 133 8 16 0 1 0 1974783073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32585/statm: 3400 798 370 3 0 500 0
[pid=32608] ppid=32585 vsize=5356 CPUtime=0
/proc/32608/stat : 32608 (sh) S 32585 32585 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974783226 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32608/statm: 1339 232 193 169 0 50 0
[pid=32609] ppid=32608 vsize=2876 CPUtime=23.74
/proc/32609/stat : 32609 (picosat) R 32608 32585 31442 0 -1 4194304 635 0 0 0 2360 14 0 0 25 0 1 0 1974783226 2945024 619 996147200 134512640 134931368 4294956256 18446744073709551615 134525823 0 0 4096 0 0 0 0 17 1 0 0
/proc/32609/statm: 719 619 48 102 0 614 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 21832

[startup+51.1011 s]
/proc/loadavg: 2.03 2.00 2.00 3/75 32609
/proc/meminfo: memFree=1496272/2055924 swapFree=4180432/4192956
[pid=32585] ppid=32583 vsize=13600 CPUtime=1.45
/proc/32585/stat : 32585 (sugar) S 32583 32585 31442 0 -1 4194304 1022 12051 0 2 3 1 133 8 16 0 1 0 1974783073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32585/statm: 3400 798 370 3 0 500 0
[pid=32608] ppid=32585 vsize=5356 CPUtime=0
/proc/32608/stat : 32608 (sh) S 32585 32585 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974783226 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32608/statm: 1339 232 193 169 0 50 0
[pid=32609] ppid=32608 vsize=3268 CPUtime=49.11
/proc/32609/stat : 32609 (picosat) R 32608 32585 31442 0 -1 4194304 742 0 0 0 4897 14 0 0 25 0 1 0 1974783226 3346432 726 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/32609/statm: 817 726 48 102 0 712 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 22224

[startup+102.306 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 32609
/proc/meminfo: memFree=1495376/2055924 swapFree=4180432/4192956
[pid=32585] ppid=32583 vsize=13600 CPUtime=1.45
/proc/32585/stat : 32585 (sugar) S 32583 32585 31442 0 -1 4194304 1022 12051 0 2 3 1 133 8 16 0 1 0 1974783073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32585/statm: 3400 798 370 3 0 500 0
[pid=32608] ppid=32585 vsize=5356 CPUtime=0
/proc/32608/stat : 32608 (sh) S 32585 32585 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974783226 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32608/statm: 1339 232 193 169 0 50 0
[pid=32609] ppid=32608 vsize=3868 CPUtime=99.85
/proc/32609/stat : 32609 (picosat) R 32608 32585 31442 0 -1 4194304 907 0 0 0 9971 14 0 0 25 0 1 0 1974783226 3960832 889 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/32609/statm: 967 889 48 102 0 862 0
Current children cumulated CPU time (s) 101.3
Current children cumulated vsize (KiB) 22824

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 32609
/proc/meminfo: memFree=1494992/2055924 swapFree=4180432/4192956
[pid=32585] ppid=32583 vsize=13600 CPUtime=1.45
/proc/32585/stat : 32585 (sugar) S 32583 32585 31442 0 -1 4194304 1022 12051 0 2 3 1 133 8 16 0 1 0 1974783073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32585/statm: 3400 798 370 3 0 500 0
[pid=32608] ppid=32585 vsize=5356 CPUtime=0
/proc/32608/stat : 32608 (sh) S 32585 32585 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974783226 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32608/statm: 1339 232 193 169 0 50 0
[pid=32609] ppid=32608 vsize=4188 CPUtime=159.31
/proc/32609/stat : 32609 (picosat) R 32608 32585 31442 0 -1 4194304 1027 0 0 0 15916 15 0 0 25 0 1 0 1974783226 4288512 977 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/32609/statm: 1047 977 48 102 0 942 0
Current children cumulated CPU time (s) 160.76
Current children cumulated vsize (KiB) 23144

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

[startup+179.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 32609
/proc/meminfo: memFree=1494800/2055924 swapFree=4180432/4192956
[pid=32585] ppid=32583 vsize=13600 CPUtime=1.45
/proc/32585/stat : 32585 (sugar) S 32583 32585 31442 0 -1 4194304 1022 12051 0 2 3 1 133 8 16 0 1 0 1974783073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32585/statm: 3400 798 370 3 0 500 0
[pid=32608] ppid=32585 vsize=5356 CPUtime=0
/proc/32608/stat : 32608 (sh) S 32585 32585 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974783226 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32608/statm: 1339 232 193 169 0 50 0
[pid=32609] ppid=32608 vsize=4456 CPUtime=175.95
/proc/32609/stat : 32609 (picosat) R 32608 32585 31442 0 -1 4194304 1065 0 0 0 17580 15 0 0 25 0 1 0 1974783226 4562944 1015 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 1 0 0
/proc/32609/statm: 1114 1015 48 102 0 1009 0
Current children cumulated CPU time (s) 177.4
Current children cumulated vsize (KiB) 23412

[startup+185.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 32609
/proc/meminfo: memFree=1494800/2055924 swapFree=4180432/4192956
[pid=32585] ppid=32583 vsize=13600 CPUtime=1.45
/proc/32585/stat : 32585 (sugar) S 32583 32585 31442 0 -1 4194304 1022 12051 0 2 3 1 133 8 16 0 1 0 1974783073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32585/statm: 3400 798 370 3 0 500 0
[pid=32608] ppid=32585 vsize=5356 CPUtime=0
/proc/32608/stat : 32608 (sh) S 32585 32585 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974783226 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32608/statm: 1339 232 193 169 0 50 0
[pid=32609] ppid=32608 vsize=4456 CPUtime=182.29
/proc/32609/stat : 32609 (picosat) R 32608 32585 31442 0 -1 4194304 1066 0 0 0 18214 15 0 0 25 0 1 0 1974783226 4562944 1016 996147200 134512640 134931368 4294956256 18446744073709551615 134525785 0 0 4096 0 0 0 0 17 1 0 0
/proc/32609/statm: 1114 1016 48 102 0 1009 0
Current children cumulated CPU time (s) 183.74
Current children cumulated vsize (KiB) 23412

[startup+191.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 32609
/proc/meminfo: memFree=1494608/2055924 swapFree=4180432/4192956
[pid=32585] ppid=32583 vsize=13600 CPUtime=1.45
/proc/32585/stat : 32585 (sugar) S 32583 32585 31442 0 -1 4194304 1022 12051 0 2 3 1 133 8 16 0 1 0 1974783073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32585/statm: 3400 798 370 3 0 500 0
[pid=32608] ppid=32585 vsize=5356 CPUtime=0
/proc/32608/stat : 32608 (sh) S 32585 32585 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974783226 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32608/statm: 1339 232 193 169 0 50 0
[pid=32609] ppid=32608 vsize=4624 CPUtime=188.63
/proc/32609/stat : 32609 (picosat) R 32608 32585 31442 0 -1 4194304 1107 0 0 0 18848 15 0 0 25 0 1 0 1974783226 4734976 1057 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/32609/statm: 1156 1057 48 102 0 1051 0
Current children cumulated CPU time (s) 190.08
Current children cumulated vsize (KiB) 23580

[startup+193.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 32609
/proc/meminfo: memFree=1494608/2055924 swapFree=4180432/4192956
[pid=32585] ppid=32583 vsize=13600 CPUtime=1.45
/proc/32585/stat : 32585 (sugar) S 32583 32585 31442 0 -1 4194304 1022 12051 0 2 3 1 133 8 16 0 1 0 1974783073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32585/statm: 3400 798 370 3 0 500 0
[pid=32608] ppid=32585 vsize=5356 CPUtime=0
/proc/32608/stat : 32608 (sh) S 32585 32585 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974783226 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32608/statm: 1339 232 193 169 0 50 0
[pid=32609] ppid=32608 vsize=4620 CPUtime=190.22
/proc/32609/stat : 32609 (picosat) R 32608 32585 31442 0 -1 4194304 1107 0 0 0 19007 15 0 0 25 0 1 0 1974783226 4730880 1057 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/32609/statm: 1155 1057 48 102 0 1050 0
Current children cumulated CPU time (s) 191.67
Current children cumulated vsize (KiB) 23576

[startup+195.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 32609
/proc/meminfo: memFree=1494608/2055924 swapFree=4180432/4192956
[pid=32585] ppid=32583 vsize=13600 CPUtime=1.45
/proc/32585/stat : 32585 (sugar) S 32583 32585 31442 0 -1 4194304 1022 12051 0 2 3 1 133 8 16 0 1 0 1974783073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32585/statm: 3400 798 370 3 0 500 0
[pid=32608] ppid=32585 vsize=5356 CPUtime=0
/proc/32608/stat : 32608 (sh) S 32585 32585 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974783226 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32608/statm: 1339 232 193 169 0 50 0
[pid=32609] ppid=32608 vsize=4620 CPUtime=191.8
/proc/32609/stat : 32609 (picosat) R 32608 32585 31442 0 -1 4194304 1107 0 0 0 19165 15 0 0 25 0 1 0 1974783226 4730880 1057 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/32609/statm: 1155 1057 48 102 0 1050 0
Current children cumulated CPU time (s) 193.25
Current children cumulated vsize (KiB) 23576

[startup+195.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 32609
/proc/meminfo: memFree=1494608/2055924 swapFree=4180432/4192956
[pid=32585] ppid=32583 vsize=13600 CPUtime=1.45
/proc/32585/stat : 32585 (sugar) S 32583 32585 31442 0 -1 4194304 1022 12051 0 2 3 1 133 8 16 0 1 0 1974783073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32585/statm: 3400 798 370 3 0 500 0
[pid=32608] ppid=32585 vsize=5356 CPUtime=0
/proc/32608/stat : 32608 (sh) S 32585 32585 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974783226 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32608/statm: 1339 232 193 169 0 50 0
[pid=32609] ppid=32608 vsize=4620 CPUtime=192.2
/proc/32609/stat : 32609 (picosat) R 32608 32585 31442 0 -1 4194304 1107 0 0 0 19205 15 0 0 25 0 1 0 1974783226 4730880 1057 996147200 134512640 134931368 4294956256 18446744073709551615 134525867 0 0 4096 0 0 0 0 17 1 0 0
/proc/32609/statm: 1155 1057 48 102 0 1050 0
Current children cumulated CPU time (s) 193.65
Current children cumulated vsize (KiB) 23576

[startup+195.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 32609
/proc/meminfo: memFree=1494608/2055924 swapFree=4180432/4192956
[pid=32585] ppid=32583 vsize=13600 CPUtime=1.45
/proc/32585/stat : 32585 (sugar) S 32583 32585 31442 0 -1 4194304 1022 12051 0 2 3 1 133 8 16 0 1 0 1974783073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32585/statm: 3400 798 370 3 0 500 0
[pid=32608] ppid=32585 vsize=5356 CPUtime=0
/proc/32608/stat : 32608 (sh) S 32585 32585 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974783226 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32608/statm: 1339 232 193 169 0 50 0
[pid=32609] ppid=32608 vsize=4620 CPUtime=192.59
/proc/32609/stat : 32609 (picosat) R 32608 32585 31442 0 -1 4194304 1107 0 0 0 19244 15 0 0 25 0 1 0 1974783226 4730880 1057 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/32609/statm: 1155 1057 48 102 0 1050 0
Current children cumulated CPU time (s) 194.04
Current children cumulated vsize (KiB) 23576

[startup+196.002 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 32609
/proc/meminfo: memFree=1494608/2055924 swapFree=4180432/4192956
[pid=32585] ppid=32583 vsize=13600 CPUtime=194.08
/proc/32585/stat : 32585 (sugar) S 32583 32585 31442 0 -1 4194304 1070 13449 0 2 3 1 19381 23 17 0 1 0 1974783073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32585/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 194.08
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 196.069
CPU time (s): 194.22
CPU user time (s): 193.934
CPU system time (s): 0.286956
CPU usage (%): 99.0571
Max. virtual memory (cumulated for all children) (KiB): 883268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 193.934
system time used= 0.286956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18214
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2032
involuntary context switches= 6053

runsolver used 0.280957 second user time and 0.623905 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-02 02:21:18
IDJOB=1036641
IDBENCH=53464
IDSOLVER=345
FILE ID=node6/1036641-1214958078
PBS_JOBID= 7870321
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/frb40-19/normalized-frb40-19-2_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1036641-1214958078/watcher-1036641-1214958078 -o /tmp/evaluation-result-1036641-1214958078/solver-1036641-1214958078 -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-1036641-1214958078.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= eee0cf7e023e298cb2f022136cfaf15d
RANDOM SEED=1819301130

node6.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1502728 kB
Buffers:         55740 kB
Cached:         404068 kB
SwapCached:       6536 kB
Active:          72056 kB
Inactive:       402528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1502728 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            1812 kB
Writeback:           0 kB
Mapped:          22264 kB
Slab:            63932 kB
Committed_AS:  3156008 kB
PageTables:       1864 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= 66552 MiB
End job on node6 at 2008-07-02 02:24:34