Trace number 1077832

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 54.3037 55.0166

General information on the benchmark

Namecsp/primes-10/
normalized-primes-10-40-2-5.xml
MD5SUM7a1ec06565a53c96cea02b6ba54c9589
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.045992
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity7
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
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 20:25:13 2008
0.00/0.04	c 0	PID 7133
0.03/0.05	c 0	HOST node30.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1077832-1215195913.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1077832-1215195913.xml' 'HOME/temp.csp'
0.03/0.28	c 0	1 domains, 100 variables, 40 predicates, 0 relations, 40 constraints
0.03/0.32	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.32	c 0	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.28/0.40	c 0	Parsing HOME/temp.csp
0.28/0.51	c 0	parsed 181 expressions
0.28/0.51	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.28/0.51	c 0	Converting to clausal form CSP
0.28/0.53	c 0	converted 19 (10%) expressions
0.28/0.53	c 0	converted 37 (20%) expressions
0.28/0.53	c 0	converted 55 (30%) expressions
0.28/0.53	c 0	converted 73 (40%) expressions
0.28/0.53	c 0	converted 91 (50%) expressions
0.28/0.53	c 0	converted 109 (60%) expressions
0.28/0.53	c 0	converted 127 (70%) expressions
0.28/0.54	c 0	converted 145 (80%) expressions
0.28/0.57	c 1	converted 163 (90%) expressions
0.28/0.64	c 1	converted 181 (100%) expressions
0.28/0.64	c 1	CSP : 270 integers, 0 booleans, 420 clauses, largest domain size 2107
0.28/0.64	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.64	c 1	Propagation in CSP
0.28/0.67	c 1	51207 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.28/0.67	c 1	CSP : 270 integers, 0 booleans, 420 clauses, largest domain size 1589
0.28/0.68	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.68	c 1	Simplifing CSP by introducing new Boolean variables
0.28/0.68	c 1	CSP : 270 integers, 0 booleans, 420 clauses, largest domain size 1589
0.28/0.68	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.70	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.28/0.71	c 1	27 (10%) CSP integer variables are encoded (520 clauses, 5580 bytes)
0.28/0.72	c 1	54 (20%) CSP integer variables are encoded (1003 clauses, 10992 bytes)
0.28/0.72	c 1	81 (30%) CSP integer variables are encoded (1558 clauses, 18207 bytes)
0.28/0.72	c 1	108 (40%) CSP integer variables are encoded (3711 clauses, 46196 bytes)
0.28/0.74	c 1	135 (50%) CSP integer variables are encoded (15503 clauses, 210729 bytes)
0.28/0.76	c 1	162 (60%) CSP integer variables are encoded (28837 clauses, 410739 bytes)
0.28/0.77	c 1	189 (70%) CSP integer variables are encoded (38871 clauses, 561249 bytes)
0.28/0.78	c 1	216 (80%) CSP integer variables are encoded (48212 clauses, 701364 bytes)
0.28/0.80	c 1	243 (90%) CSP integer variables are encoded (63720 clauses, 933984 bytes)
0.28/0.82	c 1	270 (100%) CSP integer variables are encoded (80188 clauses, 1181004 bytes)
0.28/0.84	c 1	42 (10%) CSP clauses are encoded (84312 clauses, 1244838 bytes)
0.28/0.87	c 1	84 (20%) CSP clauses are encoded (97457 clauses, 1462742 bytes)
0.92/1.04	c 1	126 (30%) CSP clauses are encoded (191966 clauses, 3265372 bytes)
1.02/1.15	c 1	168 (40%) CSP clauses are encoded (252411 clauses, 4429184 bytes)
1.32/1.44	c 1	210 (50%) CSP clauses are encoded (418716 clauses, 7673229 bytes)
1.42/1.52	c 1	252 (60%) CSP clauses are encoded (465628 clauses, 8597641 bytes)
2.31/2.43	c 2	294 (70%) CSP clauses are encoded (965937 clauses, 19236972 bytes)
4.95/5.15	c 5	336 (80%) CSP clauses are encoded (2432084 clauses, 50613201 bytes)
7.23/7.42	c 7	378 (90%) CSP clauses are encoded (3677958 clauses, 77104181 bytes)
9.08/9.34	c 9	420 (100%) CSP clauses are encoded (4704004 clauses, 99038333 bytes)
9.08/9.34	c 9	420 CSP clauses encoded
9.08/9.34	c 9	Writing map file : HOME/temp.map
9.08/9.34	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.08/9.34	c 9	SAT : 80445 SAT variables, 4704004 SAT clauses, 99038333 bytes
9.08/9.34	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.08/9.39	c 9	SOLVING HOME/temp.cnf
9.08/9.39	c 9	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
53.70/54.49	c 54	DECODING HOME/temp.out WITH HOME/temp.map
53.70/54.49	c 54	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
53.82/54.57	c 54	Decoding HOME/temp.out
53.82/54.90	s SATISFIABLE
54.21/54.91	v 7 17 28 28 28 9 17 2 3 8 5 22 13 29 7 17 16 17 28 13 11 5 18 28 28 11 17 2 20 29 9 4 24 23 17 22 7 28 3 29 21 8 10 29 29 28 23 11 14 2 7 22 28 2 17 7 8 2 14 28 2 4 17 28 17 22 18 29 7 19 17 11 8 28 2 28 21 28 8 5 28 29 17 6 23 12 15 3 11 29 5 5 27 23 29 5 17 12 11 29
54.21/54.91	c 55	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
54.21/54.97	c 55	CPU 30.81 (0.03 0.01 30.78 23.41)
54.21/54.97	c 55	END Fri Jul  4 20:26:08 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-1077832-1215195913/watcher-1077832-1215195913 -o /tmp/evaluation-result-1077832-1215195913/solver-1077832-1215195913 -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-1077832-1215195913.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: 2.04 2.10 2.04 4/72 7133
/proc/meminfo: memFree=1649560/2055920 swapFree=4117516/4192956
[pid=7133] ppid=7131 vsize=12268 CPUtime=0
/proc/7133/stat : 7133 (sugar) R 7131 7133 5138 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1998564987 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264907749989 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/7133/statm: 3067 316 241 3 0 167 0

[startup+0.0494751 s]
/proc/loadavg: 2.04 2.10 2.04 4/72 7133
/proc/meminfo: memFree=1649560/2055920 swapFree=4117516/4192956
[pid=7133] ppid=7131 vsize=13600 CPUtime=0.03
/proc/7133/stat : 7133 (sugar) S 7131 7133 5138 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1998564987 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7133/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101477 s]
/proc/loadavg: 2.04 2.10 2.04 4/72 7133
/proc/meminfo: memFree=1649560/2055920 swapFree=4117516/4192956
[pid=7133] ppid=7131 vsize=13600 CPUtime=0.03
/proc/7133/stat : 7133 (sugar) S 7131 7133 5138 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1998564987 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7133/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301491 s]
/proc/loadavg: 2.04 2.10 2.04 4/72 7133
/proc/meminfo: memFree=1649560/2055920 swapFree=4117516/4192956
[pid=7133] ppid=7131 vsize=13600 CPUtime=0.03
/proc/7133/stat : 7133 (sugar) S 7131 7133 5138 0 -1 4194304 918 127 0 0 3 0 0 0 15 0 1 0 1998564987 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7133/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701516 s]
/proc/loadavg: 2.04 2.10 2.04 4/72 7133
/proc/meminfo: memFree=1649560/2055920 swapFree=4117516/4192956
[pid=7133] ppid=7131 vsize=13600 CPUtime=0.28
/proc/7133/stat : 7133 (sugar) S 7131 7133 5138 0 -1 4194304 974 4290 0 1 3 0 23 2 15 0 1 0 1998564987 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7133/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 13600

[startup+1.50257 s]
/proc/loadavg: 2.04 2.10 2.04 3/83 7155
/proc/meminfo: memFree=1637440/2055920 swapFree=4117516/4192956
[pid=7133] ppid=7131 vsize=13600 CPUtime=0.28
/proc/7133/stat : 7133 (sugar) S 7131 7133 5138 0 -1 4194304 974 4290 0 1 3 0 23 2 15 0 1 0 1998564987 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7133/statm: 3400 797 370 3 0 500 0
[pid=7146] ppid=7133 vsize=5356 CPUtime=0
/proc/7146/stat : 7146 (sh) S 7133 7133 5138 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998565020 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7146/statm: 1339 233 193 169 0 50 0
[pid=7147] ppid=7146 vsize=864228 CPUtime=1.14
/proc/7147/stat : 7147 (java) S 7146 7133 5138 0 -1 0 5292 0 1 0 104 10 0 0 18 0 9 0 1998565020 884969472 4316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7147/statm: 216057 4316 2562 9 0 210604 0
[pid=7147/tid=7148] ppid=7146 vsize=864228 CPUtime=0.9
/proc/7147/task/7148/stat : 7148 (java) R 7146 7133 5138 0 -1 64 2922 0 1 0 83 7 0 0 23 0 9 0 1998565021 884969472 4316 996147200 134512640 134550740 4294955952 18446744073709551615 4126563887 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7147/tid=7149] ppid=7146 vsize=864228 CPUtime=0.09
/proc/7147/task/7149/stat : 7149 (java) S 7146 7133 5138 0 -1 64 1320 0 0 0 8 1 0 0 16 0 9 0 1998565022 884969472 4316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7147/tid=7150] ppid=7146 vsize=864228 CPUtime=0
/proc/7147/task/7150/stat : 7150 (java) S 7146 7133 5138 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998565023 884969472 4316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7147/tid=7151] ppid=7146 vsize=864228 CPUtime=0
/proc/7147/task/7151/stat : 7151 (java) S 7146 7133 5138 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1998565023 884969472 4316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7147/tid=7152] ppid=7146 vsize=864228 CPUtime=0
/proc/7147/task/7152/stat : 7152 (java) S 7146 7133 5138 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1998565025 884969472 4316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7147/tid=7153] ppid=7146 vsize=864228 CPUtime=0.11
/proc/7147/task/7153/stat : 7153 (java) S 7146 7133 5138 0 -1 64 357 0 0 0 11 0 0 0 16 0 9 0 1998565025 884969472 4316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7147/tid=7154] ppid=7146 vsize=864228 CPUtime=0
/proc/7147/task/7154/stat : 7154 (java) S 7146 7133 5138 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1998565025 884969472 4316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7147/tid=7155] ppid=7146 vsize=864228 CPUtime=0
/proc/7147/task/7155/stat : 7155 (java) S 7146 7133 5138 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998565025 884969472 4316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883184

[startup+3.10267 s]
/proc/loadavg: 2.04 2.10 2.04 3/83 7155
/proc/meminfo: memFree=1624640/2055920 swapFree=4117516/4192956
[pid=7133] ppid=7131 vsize=13600 CPUtime=0.28
/proc/7133/stat : 7133 (sugar) S 7131 7133 5138 0 -1 4194304 974 4290 0 1 3 0 23 2 16 0 1 0 1998564987 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7133/statm: 3400 797 370 3 0 500 0
[pid=7146] ppid=7133 vsize=5356 CPUtime=0
/proc/7146/stat : 7146 (sh) S 7133 7133 5138 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998565020 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7146/statm: 1339 233 193 169 0 50 0
[pid=7147] ppid=7146 vsize=864228 CPUtime=2.73
/proc/7147/stat : 7147 (java) S 7146 7133 5138 0 -1 0 5791 0 1 0 249 24 0 0 18 0 9 0 1998565020 884969472 4317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7147/statm: 216057 4317 2562 9 0 210604 0
[pid=7147/tid=7148] ppid=7146 vsize=864228 CPUtime=2.36
/proc/7147/task/7148/stat : 7148 (java) R 7146 7133 5138 0 -1 64 3420 0 1 0 219 17 0 0 25 0 9 0 1998565021 884969472 4317 996147200 134512640 134550740 4294955952 18446744073709551615 4126603166 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7147/tid=7149] ppid=7146 vsize=864228 CPUtime=0.22
/proc/7147/task/7149/stat : 7149 (java) S 7146 7133 5138 0 -1 64 1320 0 0 0 17 5 0 0 16 0 9 0 1998565022 884969472 4317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7147/tid=7150] ppid=7146 vsize=864228 CPUtime=0
/proc/7147/task/7150/stat : 7150 (java) S 7146 7133 5138 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998565023 884969472 4317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7147/tid=7151] ppid=7146 vsize=864228 CPUtime=0
/proc/7147/task/7151/stat : 7151 (java) S 7146 7133 5138 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1998565023 884969472 4317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7147/tid=7152] ppid=7146 vsize=864228 CPUtime=0
/proc/7147/task/7152/stat : 7152 (java) S 7146 7133 5138 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1998565025 884969472 4317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7147/tid=7153] ppid=7146 vsize=864228 CPUtime=0.12
/proc/7147/task/7153/stat : 7153 (java) S 7146 7133 5138 0 -1 64 358 0 0 0 12 0 0 0 16 0 9 0 1998565025 884969472 4317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7147/tid=7154] ppid=7146 vsize=864228 CPUtime=0
/proc/7147/task/7154/stat : 7154 (java) S 7146 7133 5138 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1998565025 884969472 4317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7147/tid=7155] ppid=7146 vsize=864228 CPUtime=0
/proc/7147/task/7155/stat : 7155 (java) S 7146 7133 5138 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998565025 884969472 4317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883184

[startup+6.30188 s]
/proc/loadavg: 2.12 2.12 2.04 3/83 7155
/proc/meminfo: memFree=1587072/2055920 swapFree=4117516/4192956
[pid=7133] ppid=7131 vsize=13600 CPUtime=0.28
/proc/7133/stat : 7133 (sugar) S 7131 7133 5138 0 -1 4194304 974 4290 0 1 3 0 23 2 16 0 1 0 1998564987 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7133/statm: 3400 797 370 3 0 500 0
[pid=7146] ppid=7133 vsize=5356 CPUtime=0
/proc/7146/stat : 7146 (sh) S 7133 7133 5138 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998565020 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7146/statm: 1339 233 193 169 0 50 0
[pid=7147] ppid=7146 vsize=864228 CPUtime=5.85
/proc/7147/stat : 7147 (java) S 7146 7133 5138 0 -1 0 6796 0 1 0 534 51 0 0 18 0 9 0 1998565020 884969472 4317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7147/statm: 216057 4317 2562 9 0 210604 0
[pid=7147/tid=7148] ppid=7146 vsize=864228 CPUtime=5.29
/proc/7147/task/7148/stat : 7148 (java) R 7146 7133 5138 0 -1 64 4425 0 1 0 488 41 0 0 25 0 9 0 1998565021 884969472 4317 996147200 134512640 134550740 4294955952 18446744073709551615 4126477197 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7147/tid=7149] ppid=7146 vsize=864228 CPUtime=0.42
/proc/7147/task/7149/stat : 7149 (java) S 7146 7133 5138 0 -1 64 1320 0 0 0 34 8 0 0 16 0 9 0 1998565022 884969472 4317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7147/tid=7150] ppid=7146 vsize=864228 CPUtime=0
/proc/7147/task/7150/stat : 7150 (java) S 7146 7133 5138 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998565023 884969472 4317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7147/tid=7151] ppid=7146 vsize=864228 CPUtime=0
/proc/7147/task/7151/stat : 7151 (java) S 7146 7133 5138 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1998565023 884969472 4317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7147/tid=7152] ppid=7146 vsize=864228 CPUtime=0
/proc/7147/task/7152/stat : 7152 (java) S 7146 7133 5138 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1998565025 884969472 4317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7147/tid=7153] ppid=7146 vsize=864228 CPUtime=0.12
/proc/7147/task/7153/stat : 7153 (java) S 7146 7133 5138 0 -1 64 358 0 0 0 12 0 0 0 16 0 9 0 1998565025 884969472 4317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7147/tid=7154] ppid=7146 vsize=864228 CPUtime=0
/proc/7147/task/7154/stat : 7154 (java) S 7146 7133 5138 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1998565025 884969472 4317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7147/tid=7155] ppid=7146 vsize=864228 CPUtime=0
/proc/7147/task/7155/stat : 7155 (java) S 7146 7133 5138 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998565025 884969472 4317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 883184

[startup+12.7023 s]
/proc/loadavg: 2.19 2.13 2.05 3/75 7157
/proc/meminfo: memFree=1533760/2055920 swapFree=4117516/4192956
[pid=7133] ppid=7131 vsize=13600 CPUtime=9.15
/proc/7133/stat : 7133 (sugar) S 7131 7133 5138 0 -1 4194304 1022 12340 0 2 3 0 830 82 16 0 1 0 1998564987 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7133/statm: 3400 798 370 3 0 500 0
[pid=7156] ppid=7133 vsize=5356 CPUtime=0
/proc/7156/stat : 7156 (sh) S 7133 7133 5138 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998565926 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7156/statm: 1339 232 193 169 0 50 0
[pid=7157] ppid=7156 vsize=22072 CPUtime=3.27
/proc/7157/stat : 7157 (picosat) R 7156 7133 5138 0 -1 4194304 4445 0 0 0 153 174 0 0 25 0 1 0 1998565927 22601728 4431 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/7157/statm: 5518 4431 40 102 0 5413 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 41028

[startup+25.5011 s]
/proc/loadavg: 2.15 2.12 2.04 3/75 7157
/proc/meminfo: memFree=1482944/2055920 swapFree=4117516/4192956
[pid=7133] ppid=7131 vsize=13600 CPUtime=9.15
/proc/7133/stat : 7133 (sugar) S 7131 7133 5138 0 -1 4194304 1022 12340 0 2 3 0 830 82 16 0 1 0 1998564987 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7133/statm: 3400 798 370 3 0 500 0
[pid=7156] ppid=7133 vsize=5356 CPUtime=0
/proc/7156/stat : 7156 (sh) S 7133 7133 5138 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998565926 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7156/statm: 1339 232 193 169 0 50 0
[pid=7157] ppid=7156 vsize=72304 CPUtime=15.96
/proc/7157/stat : 7157 (picosat) R 7156 7133 5138 0 -1 4194304 16824 0 0 0 741 855 0 0 25 0 1 0 1998565927 74039296 16810 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/7157/statm: 18076 16810 40 102 0 17971 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 91260

[startup+51.1018 s]
/proc/loadavg: 2.10 2.11 2.04 3/75 7158
/proc/meminfo: memFree=1383232/2055920 swapFree=4117516/4192956
[pid=7133] ppid=7131 vsize=13600 CPUtime=9.15
/proc/7133/stat : 7133 (sugar) S 7131 7133 5138 0 -1 4194304 1022 12340 0 2 3 0 830 82 16 0 1 0 1998564987 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7133/statm: 3400 798 370 3 0 500 0
[pid=7156] ppid=7133 vsize=5356 CPUtime=0
/proc/7156/stat : 7156 (sh) S 7133 7133 5138 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998565926 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7156/statm: 1339 232 193 169 0 50 0
[pid=7157] ppid=7156 vsize=184528 CPUtime=41.3
/proc/7157/stat : 7157 (picosat) R 7156 7133 5138 0 -1 4194304 41485 0 0 0 1909 2221 0 0 25 0 1 0 1998565927 188956672 41471 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/7157/statm: 46132 41471 40 102 0 46027 0
Current children cumulated CPU time (s) 50.45
Current children cumulated vsize (KiB) 203484

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

[startup+52.7019 s]
/proc/loadavg: 2.10 2.11 2.04 3/75 7159
/proc/meminfo: memFree=1380032/2055920 swapFree=4117516/4192956
[pid=7133] ppid=7131 vsize=13600 CPUtime=9.15
/proc/7133/stat : 7133 (sugar) S 7131 7133 5138 0 -1 4194304 1022 12340 0 2 3 0 830 82 16 0 1 0 1998564987 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7133/statm: 3400 798 370 3 0 500 0
[pid=7156] ppid=7133 vsize=5356 CPUtime=0
/proc/7156/stat : 7156 (sh) S 7133 7133 5138 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998565926 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7156/statm: 1339 232 193 169 0 50 0
[pid=7157] ppid=7156 vsize=187680 CPUtime=42.87
/proc/7157/stat : 7157 (picosat) R 7156 7133 5138 0 -1 4194304 42158 0 0 0 2035 2252 0 0 25 0 1 0 1998565927 192184320 42144 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/7157/statm: 46920 42144 42 102 0 46815 0
Current children cumulated CPU time (s) 52.02
Current children cumulated vsize (KiB) 206636

[startup+54.303 s]
/proc/loadavg: 2.10 2.11 2.04 3/75 7159
/proc/meminfo: memFree=1379968/2055920 swapFree=4117516/4192956
[pid=7133] ppid=7131 vsize=13600 CPUtime=9.15
/proc/7133/stat : 7133 (sugar) S 7131 7133 5138 0 -1 4194304 1022 12340 0 2 3 0 830 82 16 0 1 0 1998564987 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7133/statm: 3400 798 370 3 0 500 0
[pid=7156] ppid=7133 vsize=5356 CPUtime=0
/proc/7156/stat : 7156 (sh) S 7133 7133 5138 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998565926 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7156/statm: 1339 232 193 169 0 50 0
[pid=7157] ppid=7156 vsize=188704 CPUtime=44.45
/proc/7157/stat : 7157 (picosat) R 7156 7133 5138 0 -1 4194304 42228 0 0 0 2193 2252 0 0 25 0 1 0 1998565927 193232896 42214 996147200 134512640 134931368 4294956256 18446744073709551615 134544814 0 0 4096 0 0 0 0 17 1 0 0
/proc/7157/statm: 47176 42214 42 102 0 47071 0
Current children cumulated CPU time (s) 53.6
Current children cumulated vsize (KiB) 207660

[startup+54.703 s]
/proc/loadavg: 2.10 2.11 2.04 3/75 7159
/proc/meminfo: memFree=1379968/2055920 swapFree=4117516/4192956
[pid=7133] ppid=7131 vsize=13600 CPUtime=53.82
/proc/7133/stat : 7133 (sugar) S 7131 7133 5138 0 -1 4194304 1087 54860 0 2 3 1 3040 2338 16 0 1 0 1998564987 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7133/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 53.82
Current children cumulated vsize (KiB) 13600

[startup+54.903 s]
/proc/loadavg: 2.25 2.14 2.05 3/83 7169
/proc/meminfo: memFree=1543168/2055920 swapFree=4117516/4192956
[pid=7133] ppid=7131 vsize=13600 CPUtime=53.82
/proc/7133/stat : 7133 (sugar) S 7131 7133 5138 0 -1 4194304 1088 54860 0 2 3 1 3040 2338 15 0 1 0 1998564987 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7133/statm: 3400 798 370 3 0 500 0
[pid=7160] ppid=7133 vsize=5356 CPUtime=0
/proc/7160/stat : 7160 (sh) S 7133 7133 5138 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 1998570437 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7160/statm: 1339 233 193 169 0 50 0
[pid=7161] ppid=7160 vsize=864040 CPUtime=0.39
/proc/7161/stat : 7161 (java) S 7160 7133 5138 0 -1 0 3437 0 1 0 37 2 0 0 20 0 9 0 1998570437 884776960 2912 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7161/statm: 216010 2912 1657 9 0 210592 0
[pid=7161/tid=7162] ppid=7160 vsize=864040 CPUtime=0.35
/proc/7161/task/7162/stat : 7162 (java) R 7160 7133 5138 0 -1 64 2452 0 1 0 34 1 0 0 20 0 9 0 1998570438 884776960 2912 996147200 134512640 134550740 4294956000 18446744073709551615 4125924793 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7161/tid=7163] ppid=7160 vsize=864040 CPUtime=0
/proc/7161/task/7163/stat : 7163 (java) S 7160 7133 5138 0 -1 64 3 0 0 0 0 0 0 0 18 0 9 0 1998570439 884776960 2912 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7161/tid=7164] ppid=7160 vsize=864040 CPUtime=0
/proc/7161/task/7164/stat : 7164 (java) S 7160 7133 5138 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1998570439 884776960 2912 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7161/tid=7165] ppid=7160 vsize=864040 CPUtime=0
/proc/7161/task/7165/stat : 7165 (java) S 7160 7133 5138 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1998570439 884776960 2912 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7161/tid=7166] ppid=7160 vsize=864040 CPUtime=0
/proc/7161/task/7166/stat : 7166 (java) S 7160 7133 5138 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998570441 884776960 2912 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7161/tid=7167] ppid=7160 vsize=864040 CPUtime=0.02
/proc/7161/task/7167/stat : 7167 (java) S 7160 7133 5138 0 -1 64 290 0 0 0 2 0 0 0 19 0 9 0 1998570441 884776960 2912 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7161/tid=7168] ppid=7160 vsize=864040 CPUtime=0
/proc/7161/task/7168/stat : 7168 (java) S 7160 7133 5138 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1998570441 884776960 2912 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7161/tid=7169] ppid=7160 vsize=864040 CPUtime=0
/proc/7161/task/7169/stat : 7169 (java) R 7160 7133 5138 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998570441 884776960 2912 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 54.21
Current children cumulated vsize (KiB) 882996

[startup+55.008 s]
/proc/loadavg: 2.25 2.14 2.05 3/83 7169
/proc/meminfo: memFree=1543168/2055920 swapFree=4117516/4192956
[pid=7133] ppid=7131 vsize=13600 CPUtime=54.27
/proc/7133/stat : 7133 (sugar) R 7131 7133 5138 0 -1 4194304 1116 58699 0 3 3 5 3078 2341 16 0 1 0 1998564987 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264907756585 0 0 4224 16386 0 0 0 17 1 0 0
/proc/7133/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 54.27
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 55.0166
CPU time (s): 54.3037
CPU user time (s): 30.8243
CPU system time (s): 23.4794
CPU usage (%): 98.7043
Max. virtual memory (cumulated for all children) (KiB): 883184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.8243
system time used= 23.4794
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59845
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= 20274
involuntary context switches= 21207

runsolver used 0.06099 second user time and 0.177972 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-04 20:25:13
IDJOB=1077832
IDBENCH=56715
IDSOLVER=345
FILE ID=node30/1077832-1215195913
PBS_JOBID= 7881556
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/primes-10/normalized-primes-10-40-2-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-1077832-1215195913/watcher-1077832-1215195913 -o /tmp/evaluation-result-1077832-1215195913/solver-1077832-1215195913 -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-1077832-1215195913.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7a1ec06565a53c96cea02b6ba54c9589
RANDOM SEED=1934744785

node30.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.218
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.218
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:       1650040 kB
Buffers:         58664 kB
Cached:         188600 kB
SwapCached:      69412 kB
Active:         254196 kB
Inactive:        92500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1650040 kB
SwapTotal:     4192956 kB
SwapFree:      4117516 kB
Dirty:            1288 kB
Writeback:           0 kB
Mapped:         107360 kB
Slab:            44428 kB
Committed_AS:  3678572 kB
PageTables:       1856 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= 66548 MiB
End job on node30 at 2008-07-04 20:26:08