Trace number 1112944

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? 82.8414 328.197

General information on the benchmark

Namecsp/fapp/fapp04/
normalized-fapp04-0300-0.xml
MD5SUM3d5c26105aab0ca21b22d7bc9b077a6e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints16
Best CPU time to get the best result obtained on this benchmark3600.04
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3360
Maximum constraint arity2
Maximum domain size270
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3360
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.21	c 0	Sugar v1-13 + HOME/minisat
0.03/0.23	c 0	BEGIN Thu Aug  7 20:31:48 2008
0.03/0.23	c 0	PID 14549
0.03/0.24	c 0	HOST node86.alineos.net
0.03/0.24	c 0	CONVERTING HOME/instance-1112944-1218133908.xml TO HOME/temp.csp
0.03/0.24	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112944-1218133908.xml' 'HOME/temp.csp'
0.53/1.15	c 1	13 domains, 300 variables, 8 predicates, 0 relations, 3360 constraints
0.53/1.19	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.53/1.19	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.59/1.30	c 1	Parsing HOME/temp.csp
0.59/1.55	c 1	parsed 3681 expressions
0.59/1.56	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.59/1.59	c 1	MAX CSP: 3360 constraints
0.59/1.59	c 1	Converting to clausal form CSP
0.59/2.09	c 2	converted 705 (10%) expressions
1.94/2.63	c 2	converted 1409 (20%) expressions
2.34/3.03	c 3	converted 2114 (30%) expressions
2.74/3.48	c 3	converted 2818 (40%) expressions
3.14/3.84	c 4	converted 3522 (50%) expressions
3.44/4.11	c 4	converted 4227 (60%) expressions
3.93/4.62	c 4	converted 4931 (70%) expressions
4.13/4.89	c 5	converted 5636 (80%) expressions
4.42/5.15	c 5	converted 6340 (90%) expressions
5.03/5.75	c 6	converted 7044 (100%) expressions
5.03/5.75	c 6	CSP : 7318 integers, 12980 booleans, 30636 clauses, largest domain size 5041
5.03/5.75	c 6	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.03/5.75	c 6	Propagation in CSP
5.72/6.47	c 6	3356 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.72/6.47	c 6	CSP : 7318 integers, 12980 booleans, 30636 clauses, largest domain size 3361
5.72/6.47	c 6	Heap : 35 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.72/6.49	c 6	Simplifing CSP by introducing new Boolean variables
5.82/6.53	c 6	CSP : 7318 integers, 19794 booleans, 37450 clauses, largest domain size 3361
5.82/6.53	c 6	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.12/6.84	c 7	Encoding CSP to SAT : HOME/temp.cnf
7.60/8.33	c 8	732 (10%) CSP integer variables are encoded (326363 clauses, 5326858 bytes)
7.81/8.59	c 8	1464 (20%) CSP integer variables are encoded (533883 clauses, 8854698 bytes)
7.90/8.68	c 8	2196 (30%) CSP integer variables are encoded (614767 clauses, 10229726 bytes)
7.90/8.70	c 8	2928 (40%) CSP integer variables are encoded (625621 clauses, 10414244 bytes)
8.00/8.71	c 8	3659 (50%) CSP integer variables are encoded (628316 clauses, 10460059 bytes)
8.00/8.75	c 9	4391 (60%) CSP integer variables are encoded (664376 clauses, 11073079 bytes)
8.00/8.76	c 9	5123 (70%) CSP integer variables are encoded (673031 clauses, 11220214 bytes)
8.00/8.77	c 9	5855 (80%) CSP integer variables are encoded (683152 clauses, 11392271 bytes)
8.00/8.78	c 9	6587 (90%) CSP integer variables are encoded (689705 clauses, 11503672 bytes)
8.00/8.79	c 9	7318 (100%) CSP integer variables are encoded (698145 clauses, 11647152 bytes)
18.94/19.78	c 20	3745 (10%) CSP clauses are encoded (2620557 clauses, 53075319 bytes)
24.39/25.27	c 25	7490 (20%) CSP clauses are encoded (3871527 clauses, 81392410 bytes)
28.30/29.36	c 29	11235 (30%) CSP clauses are encoded (4824204 clauses, 103349483 bytes)
31.09/32.11	c 32	14980 (40%) CSP clauses are encoded (5671826 clauses, 123776325 bytes)
33.96/35.08	c 35	18725 (50%) CSP clauses are encoded (6716414 clauses, 149479857 bytes)
35.84/37.00	c 37	22470 (60%) CSP clauses are encoded (7465623 clauses, 168125369 bytes)
38.54/39.65	c 39	26215 (70%) CSP clauses are encoded (8504447 clauses, 194016654 bytes)
40.62/41.74	c 41	29960 (80%) CSP clauses are encoded (9281267 clauses, 213452381 bytes)
49.35/328.20	c 54	33705 (90%) CSP clauses are encoded (15418156 clauses, 363183360 bytes)
49.35/328.20	c 69	37450 (100%) CSP clauses are encoded (23713846 clauses, 566042297 bytes)
49.35/328.20	c 69	37450 CSP clauses encoded
49.35/328.20	c 69	Writing map file : HOME/temp.map
49.35/328.20	c 69	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
49.35/328.20	c 69	SAT : 725257 SAT variables, 23713846 SAT clauses, 566042297 bytes
49.35/328.20	c 69	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
49.35/328.20	c 69	OBJECTIVE minimize _COST
49.35/328.20	c 70	OBJECTIVE BOUND: 0 <= _COST <= 
49.35/328.20	c 70	SEARCHING: _COST <= 1680
49.35/328.20	c 70	SOLVING HOME/temp.cnf
49.35/328.20	c 70	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
49.35/328.20	c 70	This is MiniSat 2.0 beta
49.35/328.20	c 70	WARNING: for repeatability, setting FPU to use double precision
49.35/328.20	c 70	============================[ Problem Statistics ]=============================
49.35/328.20	c 70	|                                                                             |
49.35/328.20	c 70	|  Number of variables:  725257                                               |
49.35/328.20	c 70	|  Number of clauses:    23713847                                             |
49.35/328.20	sh: line 1: 14606 Segmentation fault      (core dumped) HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
49.35/328.20	s UNKNOWN
49.35/328.20	c 260	CPU 72.99 (0.06 0.02 72.93 9.82)
49.35/328.20	c 260	END Thu Aug  7 20:36:08 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1112944-1218133908/watcher-1112944-1218133908 -o /tmp/evaluation-result-1112944-1218133908/solver-1112944-1218133908 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1112944-1218133908.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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: 5.91 6.33 4.28 4/70 14549
/proc/meminfo: memFree=1932548/2055920 swapFree=4192812/4192956
[pid=14549] ppid=14547 vsize=18572 CPUtime=0
/proc/14549/stat : 14549 (runsolver) R 14547 14549 14230 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 140475533 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 240153849127 0 0 4096 24578 0 0 0 17 0 0 0
/proc/14549/statm: 4643 292 257 25 0 2626 0

[startup+0.06262 s]
/proc/loadavg: 5.91 6.33 4.28 4/70 14549
/proc/meminfo: memFree=1932548/2055920 swapFree=4192812/4192956
[pid=14549] ppid=14547 vsize=7504 CPUtime=0
/proc/14549/stat : 14549 (sugar) D 14547 14549 14230 0 -1 4194304 61 0 2 0 0 0 0 0 18 0 1 0 140475533 7684096 48 996147200 4194304 4206940 548682068592 18446744073709551615 240151233232 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/14549/statm: 1876 48 36 3 0 9 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7504

[startup+0.101626 s]
/proc/loadavg: 5.91 6.33 4.28 4/70 14549
/proc/meminfo: memFree=1932548/2055920 swapFree=4192812/4192956
[pid=14549] ppid=14547 vsize=12268 CPUtime=0
/proc/14549/stat : 14549 (sugar) D 14547 14549 14230 0 -1 4194304 344 0 4 0 0 0 0 0 18 0 1 0 140475533 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 240154016357 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/14549/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.301645 s]
/proc/loadavg: 5.91 6.33 4.28 4/70 14549
/proc/meminfo: memFree=1932548/2055920 swapFree=4192812/4192956
[pid=14549] ppid=14547 vsize=13600 CPUtime=0.03
/proc/14549/stat : 14549 (sugar) S 14547 14549 14230 0 -1 4194304 894 127 4 0 2 1 0 0 16 0 1 0 140475533 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14549/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701695 s]
/proc/loadavg: 5.91 6.33 4.28 4/70 14549
/proc/meminfo: memFree=1932548/2055920 swapFree=4192812/4192956
[pid=14549] ppid=14547 vsize=13600 CPUtime=0.03
/proc/14549/stat : 14549 (sugar) S 14547 14549 14230 0 -1 4194304 894 127 4 0 2 1 0 0 16 0 1 0 140475533 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14549/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50179 s]
/proc/loadavg: 5.91 6.33 4.28 5/94 14578
/proc/meminfo: memFree=1893252/2055920 swapFree=4192812/4192956
[pid=14549] ppid=14547 vsize=13600 CPUtime=0.59
/proc/14549/stat : 14549 (sugar) S 14547 14549 14230 0 -1 4194304 970 6714 4 59 2 1 47 9 15 0 1 0 140475533 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14549/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 13600

[startup+3.10296 s]
/proc/loadavg: 5.59 6.26 4.26 4/94 14598
/proc/meminfo: memFree=1895492/2055920 swapFree=4192812/4192956
[pid=14549] ppid=14547 vsize=13600 CPUtime=0.6
/proc/14549/stat : 14549 (sugar) S 14547 14549 14230 0 -1 4194304 970 6714 4 59 3 1 47 9 15 0 1 0 140475533 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14549/statm: 3400 797 370 3 0 500 0
[pid=14579] ppid=14549 vsize=5356 CPUtime=0
/proc/14579/stat : 14579 (sh) S 14549 14549 14230 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140475652 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14579/statm: 1339 233 193 169 0 50 0
[pid=14580] ppid=14579 vsize=868384 CPUtime=1.84
/proc/14580/stat : 14580 (java) S 14579 14549 14230 0 -1 0 8847 0 3 0 179 5 0 0 20 0 9 0 140475653 889225216 7935 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14580/statm: 217096 7935 2540 9 0 211671 0
[pid=14580/tid=14581] ppid=14579 vsize=868384 CPUtime=1.35
/proc/14580/task/14581/stat : 14581 (java) R 14579 14549 14230 0 -1 64 2775 0 3 0 134 1 0 0 25 0 9 0 140475654 889225216 7935 996147200 134512640 134550740 4294955936 18446744073709551615 4126603492 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14582] ppid=14579 vsize=868384 CPUtime=0.27
/proc/14580/task/14582/stat : 14582 (java) S 14579 14549 14230 0 -1 64 3913 0 0 0 25 2 0 0 16 0 9 0 140475655 889225216 7935 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14583] ppid=14579 vsize=868384 CPUtime=0
/proc/14580/task/14583/stat : 14583 (java) S 14579 14549 14230 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140475655 889225216 7935 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14584] ppid=14579 vsize=868384 CPUtime=0
/proc/14580/task/14584/stat : 14584 (java) S 14579 14549 14230 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 140475655 889225216 7935 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14585] ppid=14579 vsize=868384 CPUtime=0
/proc/14580/task/14585/stat : 14585 (java) S 14579 14549 14230 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140475657 889225216 7935 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14586] ppid=14579 vsize=868384 CPUtime=0.18
/proc/14580/task/14586/stat : 14586 (java) S 14579 14549 14230 0 -1 64 1467 0 0 0 18 0 0 0 16 0 9 0 140475657 889225216 7935 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14587] ppid=14579 vsize=868384 CPUtime=0
/proc/14580/task/14587/stat : 14587 (java) S 14579 14549 14230 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140475657 889225216 7935 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14588] ppid=14579 vsize=868384 CPUtime=0
/proc/14580/task/14588/stat : 14588 (java) S 14579 14549 14230 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140475657 889225216 7935 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 887340

[startup+6.30132 s]
/proc/loadavg: 5.59 6.26 4.26 3/94 14598
/proc/meminfo: memFree=1841732/2055920 swapFree=4192812/4192956
[pid=14549] ppid=14547 vsize=13600 CPUtime=0.6
/proc/14549/stat : 14549 (sugar) S 14547 14549 14230 0 -1 4194304 970 6714 4 59 3 1 47 9 15 0 1 0 140475533 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14549/statm: 3400 797 370 3 0 500 0
[pid=14579] ppid=14549 vsize=5356 CPUtime=0
/proc/14579/stat : 14579 (sh) S 14549 14549 14230 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140475652 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14579/statm: 1339 233 193 169 0 50 0
[pid=14580] ppid=14579 vsize=868384 CPUtime=5.02
/proc/14580/stat : 14580 (java) S 14579 14549 14230 0 -1 0 20753 0 3 0 490 12 0 0 20 0 9 0 140475653 889225216 14481 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14580/statm: 217096 14481 2540 9 0 211671 0
[pid=14580/tid=14581] ppid=14579 vsize=868384 CPUtime=3.6
/proc/14580/task/14581/stat : 14581 (java) R 14579 14549 14230 0 -1 64 3373 0 3 0 358 2 0 0 20 0 9 0 140475654 889225216 14481 996147200 134512640 134550740 4294955936 18446744073709551615 4126571288 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14582] ppid=14579 vsize=868384 CPUtime=1.16
/proc/14580/task/14582/stat : 14582 (java) S 14579 14549 14230 0 -1 64 15193 0 0 0 109 7 0 0 16 0 9 0 140475655 889225216 14481 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14583] ppid=14579 vsize=868384 CPUtime=0
/proc/14580/task/14583/stat : 14583 (java) S 14579 14549 14230 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140475655 889225216 14481 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14584] ppid=14579 vsize=868384 CPUtime=0
/proc/14580/task/14584/stat : 14584 (java) S 14579 14549 14230 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 140475655 889225216 14481 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14585] ppid=14579 vsize=868384 CPUtime=0
/proc/14580/task/14585/stat : 14585 (java) S 14579 14549 14230 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140475657 889225216 14481 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14586] ppid=14579 vsize=868384 CPUtime=0.22
/proc/14580/task/14586/stat : 14586 (java) S 14579 14549 14230 0 -1 64 1495 0 0 0 22 0 0 0 16 0 9 0 140475657 889225216 14481 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14587] ppid=14579 vsize=868384 CPUtime=0
/proc/14580/task/14587/stat : 14587 (java) S 14579 14549 14230 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140475657 889225216 14481 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14588] ppid=14579 vsize=868384 CPUtime=0
/proc/14580/task/14588/stat : 14588 (java) S 14579 14549 14230 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140475657 889225216 14481 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.62
Current children cumulated vsize (KiB) 887340

[startup+12.702 s]
/proc/loadavg: 5.04 6.12 4.24 4/94 14598
/proc/meminfo: memFree=1777348/2055920 swapFree=4192812/4192956
[pid=14549] ppid=14547 vsize=13600 CPUtime=0.6
/proc/14549/stat : 14549 (sugar) S 14547 14549 14230 0 -1 4194304 970 6714 4 59 3 1 47 9 15 0 1 0 140475533 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14549/statm: 3400 797 370 3 0 500 0
[pid=14579] ppid=14549 vsize=5356 CPUtime=0
/proc/14579/stat : 14579 (sh) S 14549 14549 14230 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140475652 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14579/statm: 1339 233 193 169 0 50 0
[pid=14580] ppid=14579 vsize=868496 CPUtime=11.38
/proc/14580/stat : 14580 (java) S 14579 14549 14230 0 -1 0 25340 0 4 0 1107 31 0 0 20 0 9 0 140475653 889339904 14706 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14580/statm: 217124 14706 2566 9 0 211671 0
[pid=14580/tid=14581] ppid=14579 vsize=868496 CPUtime=9.52
/proc/14580/task/14581/stat : 14581 (java) R 14579 14549 14230 0 -1 64 3619 0 4 0 935 17 0 0 25 0 9 0 140475654 889339904 14706 996147200 134512640 134550740 4294955936 18446744073709551615 4127078352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14582] ppid=14579 vsize=868496 CPUtime=1.54
/proc/14580/task/14582/stat : 14582 (java) S 14579 14549 14230 0 -1 64 19498 0 0 0 143 11 0 0 16 0 9 0 140475655 889339904 14706 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14583] ppid=14579 vsize=868496 CPUtime=0
/proc/14580/task/14583/stat : 14583 (java) S 14579 14549 14230 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140475655 889339904 14706 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14584] ppid=14579 vsize=868496 CPUtime=0
/proc/14580/task/14584/stat : 14584 (java) S 14579 14549 14230 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 140475655 889339904 14706 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14585] ppid=14579 vsize=868496 CPUtime=0
/proc/14580/task/14585/stat : 14585 (java) S 14579 14549 14230 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140475657 889339904 14706 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14586] ppid=14579 vsize=868496 CPUtime=0.29
/proc/14580/task/14586/stat : 14586 (java) S 14579 14549 14230 0 -1 64 1531 0 0 0 28 1 0 0 17 0 9 0 140475657 889339904 14706 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14587] ppid=14579 vsize=868496 CPUtime=0
/proc/14580/task/14587/stat : 14587 (java) S 14579 14549 14230 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140475657 889339904 14706 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14588] ppid=14579 vsize=868496 CPUtime=0
/proc/14580/task/14588/stat : 14588 (java) S 14579 14549 14230 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140475657 889339904 14706 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.98
Current children cumulated vsize (KiB) 887452

[startup+25.5024 s]
/proc/loadavg: 4.73 6.02 4.23 3/94 14598
/proc/meminfo: memFree=1636676/2055920 swapFree=4192812/4192956
[pid=14549] ppid=14547 vsize=13600 CPUtime=0.6
/proc/14549/stat : 14549 (sugar) S 14547 14549 14230 0 -1 4194304 970 6714 4 59 3 1 47 9 16 0 1 0 140475533 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14549/statm: 3400 797 370 3 0 500 0
[pid=14579] ppid=14549 vsize=5356 CPUtime=0
/proc/14579/stat : 14579 (sh) S 14549 14549 14230 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140475652 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14579/statm: 1339 233 193 169 0 50 0
[pid=14580] ppid=14579 vsize=868496 CPUtime=24.09
/proc/14580/stat : 14580 (java) S 14579 14549 14230 0 -1 0 25752 0 4 0 2344 65 0 0 20 0 9 0 140475653 889339904 14711 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14580/statm: 217124 14711 2566 9 0 211671 0
[pid=14580/tid=14581] ppid=14579 vsize=868496 CPUtime=22.03
/proc/14580/task/14581/stat : 14581 (java) R 14579 14549 14230 0 -1 64 4026 0 4 0 2154 49 0 0 25 0 9 0 140475654 889339904 14711 996147200 134512640 134550740 4294955936 18446744073709551615 4126600263 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14582] ppid=14579 vsize=868496 CPUtime=1.74
/proc/14580/task/14582/stat : 14582 (java) S 14579 14549 14230 0 -1 64 19498 0 0 0 160 14 0 0 16 0 9 0 140475655 889339904 14711 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14583] ppid=14579 vsize=868496 CPUtime=0
/proc/14580/task/14583/stat : 14583 (java) S 14579 14549 14230 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140475655 889339904 14711 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14584] ppid=14579 vsize=868496 CPUtime=0
/proc/14580/task/14584/stat : 14584 (java) S 14579 14549 14230 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 140475655 889339904 14711 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14585] ppid=14579 vsize=868496 CPUtime=0
/proc/14580/task/14585/stat : 14585 (java) S 14579 14549 14230 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140475657 889339904 14711 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14586] ppid=14579 vsize=868496 CPUtime=0.3
/proc/14580/task/14586/stat : 14586 (java) S 14579 14549 14230 0 -1 64 1536 0 0 0 29 1 0 0 15 0 9 0 140475657 889339904 14711 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14587] ppid=14579 vsize=868496 CPUtime=0
/proc/14580/task/14587/stat : 14587 (java) S 14579 14549 14230 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140475657 889339904 14711 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14588] ppid=14579 vsize=868496 CPUtime=0
/proc/14580/task/14588/stat : 14588 (java) S 14579 14549 14230 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140475657 889339904 14711 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.69
Current children cumulated vsize (KiB) 887452

[startup+51.1023 s]
/proc/loadavg: 4.60 5.87 4.22 3/96 14600
/proc/meminfo: memFree=1194804/2055920 swapFree=4192812/4192956
[pid=14549] ppid=14547 vsize=13600 CPUtime=0.6
/proc/14549/stat : 14549 (sugar) S 14547 14549 14230 0 -1 4194304 970 6714 4 59 3 1 47 9 16 0 1 0 140475533 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14549/statm: 3400 797 370 3 0 500 0
[pid=14579] ppid=14549 vsize=5356 CPUtime=0
/proc/14579/stat : 14579 (sh) S 14549 14549 14230 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140475652 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14579/statm: 1339 233 193 169 0 50 0
[pid=14580] ppid=14579 vsize=868496 CPUtime=48.75
/proc/14580/stat : 14580 (java) S 14579 14549 14230 0 -1 0 27296 0 4 0 4653 222 0 0 20 0 9 0 140475653 889339904 14712 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14580/statm: 217124 14712 2566 9 0 211671 0
[pid=14580/tid=14581] ppid=14579 vsize=868496 CPUtime=45.99
/proc/14580/task/14581/stat : 14581 (java) R 14579 14549 14230 0 -1 64 5569 0 4 0 4401 198 0 0 25 0 9 0 140475654 889339904 14712 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14582] ppid=14579 vsize=868496 CPUtime=2.44
/proc/14580/task/14582/stat : 14582 (java) S 14579 14549 14230 0 -1 64 19498 0 0 0 222 22 0 0 16 0 9 0 140475655 889339904 14712 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14583] ppid=14579 vsize=868496 CPUtime=0
/proc/14580/task/14583/stat : 14583 (java) S 14579 14549 14230 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140475655 889339904 14712 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14584] ppid=14579 vsize=868496 CPUtime=0
/proc/14580/task/14584/stat : 14584 (java) S 14579 14549 14230 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 140475655 889339904 14712 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14585] ppid=14579 vsize=868496 CPUtime=0
/proc/14580/task/14585/stat : 14585 (java) S 14579 14549 14230 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140475657 889339904 14712 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14586] ppid=14579 vsize=868496 CPUtime=0.3
/proc/14580/task/14586/stat : 14586 (java) S 14579 14549 14230 0 -1 64 1537 0 0 0 29 1 0 0 15 0 9 0 140475657 889339904 14712 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14580/tid=14587] ppid=14579 vsize=868496 CPUtime=0
/proc/14580/task/14587/stat : 14587 (java) S 14579 14549 14230 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140475657 889339904 14712 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14580/tid=14588] ppid=14579 vsize=868496 CPUtime=0
/proc/14580/task/14588/stat : 14588 (java) S 14579 14549 14230 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140475657 889339904 14712 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.35
Current children cumulated vsize (KiB) 887452

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

Child status: 0
Real time (s): 328.197
CPU time (s): 82.8414
CPU user time (s): 72.9989
CPU system time (s): 9.8425
CPU usage (%): 25.2414
Max. virtual memory (cumulated for all children) (KiB): 900404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 72.9989
system time used= 9.8425
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 277796
page faults= 70
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31770
involuntary context switches= 30683

runsolver used 0.069989 second user time and 0.182972 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-08-07 20:31:48
IDJOB=1112944
IDBENCH=61500
IDSOLVER=368
FILE ID=node86/1112944-1218133908
PBS_JOBID= 8000805
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp04/normalized-fapp04-0300-0.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112944-1218133908/watcher-1112944-1218133908 -o /tmp/evaluation-result-1112944-1218133908/solver-1112944-1218133908 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1112944-1218133908.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3d5c26105aab0ca21b22d7bc9b077a6e
RANDOM SEED=1762935943

node86.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.216
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.216
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:       1933412 kB
Buffers:          5888 kB
Cached:          31308 kB
SwapCached:          0 kB
Active:          49640 kB
Inactive:         6272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1933412 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6552 kB
Writeback:           0 kB
Mapped:          28532 kB
Slab:            52032 kB
Committed_AS:    92052 kB
PageTables:       1780 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= 64732 MiB
End job on node86 at 2008-08-07 20:37:16