Trace number 1114187

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-inc? (MO) 57.6852 65.3923

General information on the benchmark

Namecsp/ehi-90/
normalized-ehi-90-315-95_ext.xml
MD5SUM01818ffd329898308a1df86965bf9bde
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints9
Best CPU time to get the best result obtained on this benchmark1111.24
Satisfiable
(Un)Satisfiability was proved
Number of variables315
Number of constraints4372
Maximum constraint arity2
Maximum domain size7
Number of constraints which are defined in extension4372
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.33	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.34	c 0	BEGIN Thu Aug  7 20:53:09 2008
0.04/0.34	c 0	PID 22217
0.04/0.34	c 0	HOST node88.alineos.net
0.04/0.34	c 0	CONVERTING HOME/instance-1114187-1218135189.xml TO HOME/temp.csp
0.04/0.34	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1114187-1218135189.xml' 'HOME/temp.csp'
0.07/0.98	c 1	1 domains, 315 variables, 0 predicates, 79 relations, 4372 constraints
0.58/1.02	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.58/1.02	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.58/1.09	c 1	Parsing HOME/temp.csp
0.59/1.27	c 1	parsed 4767 expressions
0.59/1.27	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.59/1.31	c 1	MAX CSP: 4372 constraints
0.59/1.31	c 1	Converting to clausal form CSP
0.59/1.39	c 1	converted 915 (10%) expressions
0.59/1.48	c 2	converted 1829 (20%) expressions
0.59/1.54	c 2	converted 2743 (30%) expressions
0.59/1.58	c 2	converted 3657 (40%) expressions
0.59/1.67	c 2	converted 4571 (50%) expressions
0.59/1.70	c 2	converted 5486 (60%) expressions
0.59/1.74	c 2	converted 6400 (70%) expressions
0.59/1.77	c 2	converted 7314 (80%) expressions
0.59/1.88	c 2	converted 8228 (90%) expressions
1.93/2.22	c 2	converted 9142 (100%) expressions
1.93/2.23	c 2	CSP : 9059 integers, 0 booleans, 13115 clauses, largest domain size 6559
1.93/2.23	c 2	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.93/2.23	c 2	Propagation in CSP
2.04/2.37	c 2	4368 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.04/2.38	c 2	CSP : 9059 integers, 0 booleans, 13115 clauses, largest domain size 4373
2.04/2.38	c 2	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.04/2.38	c 2	Simplifing CSP by introducing new Boolean variables
2.04/2.39	c 2	CSP : 9059 integers, 0 booleans, 13115 clauses, largest domain size 4373
2.04/2.39	c 2	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.25/2.51	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.25/2.53	c 3	906 (10%) CSP integer variables are encoded (1575 clauses, 18694 bytes)
2.25/2.54	c 3	1812 (20%) CSP integer variables are encoded (1575 clauses, 18694 bytes)
2.25/2.54	c 3	2718 (30%) CSP integer variables are encoded (1575 clauses, 18694 bytes)
2.25/2.54	c 3	3624 (40%) CSP integer variables are encoded (1575 clauses, 18694 bytes)
2.25/2.54	c 3	4530 (50%) CSP integer variables are encoded (1575 clauses, 18694 bytes)
2.25/2.58	c 3	5436 (60%) CSP integer variables are encoded (37649 clauses, 552331 bytes)
2.37/2.62	c 3	6342 (70%) CSP integer variables are encoded (66313 clauses, 982291 bytes)
2.37/2.63	c 3	7248 (80%) CSP integer variables are encoded (78631 clauses, 1167061 bytes)
2.37/2.64	c 3	8154 (90%) CSP integer variables are encoded (87200 clauses, 1295596 bytes)
2.37/2.66	c 3	9059 (100%) CSP integer variables are encoded (98316 clauses, 1476265 bytes)
2.48/2.79	c 3	1312 (10%) CSP clauses are encoded (110851 clauses, 1750534 bytes)
2.69/2.90	c 3	2623 (20%) CSP clauses are encoded (123211 clauses, 2032472 bytes)
2.79/3.01	c 3	3935 (30%) CSP clauses are encoded (135589 clauses, 2328792 bytes)
3.00/3.25	c 3	5246 (40%) CSP clauses are encoded (240080 clauses, 4544239 bytes)
23.41/25.98	c 26	6558 (50%) CSP clauses are encoded (9810810 clauses, 209574530 bytes)
24.01/26.51	c 27	7869 (60%) CSP clauses are encoded (10126601 clauses, 216288238 bytes)
39.20/42.99	c 43	9181 (70%) CSP clauses are encoded (19425218 clauses, 416051657 bytes)
39.89/43.60	c 44	10492 (80%) CSP clauses are encoded (19788242 clauses, 423775585 bytes)
41.38/45.15	c 45	11804 (90%) CSP clauses are encoded (20715000 clauses, 443608394 bytes)
47.43/52.09	c 52	13115 (100%) CSP clauses are encoded (24226122 clauses, 525780883 bytes)
47.43/52.09	c 52	13115 CSP clauses encoded
47.43/52.09	c 52	Writing map file : HOME/temp.map
47.52/52.13	c 52	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
47.52/52.13	c 52	SAT : 107375 SAT variables, 24226122 SAT clauses, 525780883 bytes
47.52/52.13	c 52	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
47.52/52.16	c 52	OBJECTIVE minimize _COST
47.52/52.16	c 52	SOLVING HOME/temp.cnf
47.52/52.16	c 52	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
47.52/52.16	c 52	This is MiniSat 2.0 beta incremental
47.52/52.16	c 52	WARNING: for repeatability, setting FPU to use double precision
47.52/52.16	c 52	============================[ Problem Statistics ]=============================
47.52/52.16	c 52	|                                                                             |
47.52/52.17	c 52	|  Number of variables:  107375                                               |
47.52/52.17	c 52	|  Number of clauses:    24226122                                             |
57.53/63.01	c ERROR INTERRUPTED
57.53/63.01	s UNKNOWN
57.63/63.14	c 63	CPU 52.62 (0.06 0.03 52.56 5.02)
57.63/63.14	c 63	END Thu Aug  7 20:54:12 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-1114187-1218135189/watcher-1114187-1218135189 -o /tmp/evaluation-result-1114187-1218135189/solver-1114187-1218135189 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1114187-1218135189.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: 2.28 3.24 2.77 3/83 22217
/proc/meminfo: memFree=1218872/2055920 swapFree=4180892/4192956
[pid=22217] ppid=22215 vsize=18572 CPUtime=0
/proc/22217/stat : 22217 (runsolver) D 22215 22217 21596 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 140603525 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 270187162919 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/22217/statm: 4643 292 257 25 0 2626 0

[startup+0.0696861 s]
/proc/loadavg: 2.28 3.24 2.77 3/83 22217
/proc/meminfo: memFree=1218872/2055920 swapFree=4180892/4192956
[pid=22217] ppid=22215 vsize=2504 CPUtime=0
/proc/22217/stat : 22217 (sugar++) D 22215 22217 21596 0 -1 4194304 37 0 1 0 0 0 0 0 18 0 1 0 140603525 2564096 23 996147200 4194304 4206940 548682068528 18446744073709551615 270184547024 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/22217/statm: 626 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2504

[startup+0.101696 s]
/proc/loadavg: 2.28 3.24 2.77 3/83 22217
/proc/meminfo: memFree=1218872/2055920 swapFree=4180892/4192956
[pid=22217] ppid=22215 vsize=12132 CPUtime=0
/proc/22217/stat : 22217 (sugar++) R 22215 22217 21596 0 -1 4194304 282 0 4 0 0 0 0 0 18 0 1 0 140603525 12423168 254 996147200 4194304 4206940 548682068528 18446744073709551615 270187014827 0 0 4224 0 0 0 0 17 1 0 0
/proc/22217/statm: 3033 254 189 3 0 133 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12132

[startup+0.301737 s]
/proc/loadavg: 2.28 3.24 2.77 3/83 22217
/proc/meminfo: memFree=1218872/2055920 swapFree=4180892/4192956
[pid=22217] ppid=22215 vsize=15948 CPUtime=0.04
/proc/22217/stat : 22217 (sugar++) D 22215 22217 21596 0 -1 4194304 905 0 6 0 2 2 0 0 18 0 1 0 140603525 16330752 879 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/22217/statm: 3987 879 380 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15948

[startup+0.701811 s]
/proc/loadavg: 2.28 3.24 2.77 3/83 22217
/proc/meminfo: memFree=1218872/2055920 swapFree=4180892/4192956
[pid=22217] ppid=22215 vsize=16740 CPUtime=0.07
/proc/22217/stat : 22217 (sugar++) S 22215 22217 21596 0 -1 4194304 1213 128 6 0 4 3 0 0 16 0 1 0 140603525 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22217/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50197 s]
/proc/loadavg: 2.26 3.22 2.77 1/94 22229
/proc/meminfo: memFree=1194896/2055920 swapFree=4180892/4192956
[pid=22217] ppid=22215 vsize=16740 CPUtime=0.59
/proc/22217/stat : 22217 (sugar++) S 22215 22217 21596 0 -1 4194304 1291 5333 6 64 4 3 44 8 15 0 1 0 140603525 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22217/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 16740

[startup+3.10228 s]
/proc/loadavg: 2.26 3.22 2.77 2/94 22239
/proc/meminfo: memFree=1174992/2055920 swapFree=4180892/4192956
[pid=22217] ppid=22215 vsize=16740 CPUtime=0.59
/proc/22217/stat : 22217 (sugar++) S 22215 22217 21596 0 -1 4194304 1291 5333 6 64 4 3 44 8 16 0 1 0 140603525 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22217/statm: 4185 1104 409 3 0 764 0
[pid=22230] ppid=22217 vsize=5356 CPUtime=0
/proc/22230/stat : 22230 (sh) S 22217 22217 21596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140603627 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22230/statm: 1339 233 193 169 0 50 0
[pid=22231] ppid=22230 vsize=869440 CPUtime=2.3
/proc/22231/stat : 22231 (java) S 22230 22217 21596 0 -1 0 11915 0 5 0 222 8 0 0 20 0 9 0 140603627 890306560 10897 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22231/statm: 217360 10897 2566 9 0 211907 0
[pid=22231/tid=22232] ppid=22230 vsize=869440 CPUtime=1.45
/proc/22231/task/22232/stat : 22232 (java) R 22230 22217 21596 0 -1 64 2975 0 5 0 142 3 0 0 20 0 9 0 140603628 890306560 10897 996147200 134512640 134550740 4294955920 18446744073709551615 4126567360 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22231/tid=22233] ppid=22230 vsize=869440 CPUtime=0.57
/proc/22231/task/22233/stat : 22233 (java) S 22230 22217 21596 0 -1 64 6715 0 0 0 54 3 0 0 16 0 9 0 140603629 890306560 10897 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22231/tid=22234] ppid=22230 vsize=869440 CPUtime=0
/proc/22231/task/22234/stat : 22234 (java) S 22230 22217 21596 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140603629 890306560 10897 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22231/tid=22235] ppid=22230 vsize=869440 CPUtime=0
/proc/22231/task/22235/stat : 22235 (java) S 22230 22217 21596 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140603629 890306560 10897 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22231/tid=22236] ppid=22230 vsize=869440 CPUtime=0
/proc/22231/task/22236/stat : 22236 (java) S 22230 22217 21596 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140603631 890306560 10897 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22231/tid=22237] ppid=22230 vsize=869440 CPUtime=0.26
/proc/22231/task/22237/stat : 22237 (java) S 22230 22217 21596 0 -1 64 1533 0 0 0 25 1 0 0 15 0 9 0 140603631 890306560 10897 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22231/tid=22238] ppid=22230 vsize=869440 CPUtime=0
/proc/22231/task/22238/stat : 22238 (java) S 22230 22217 21596 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140603631 890306560 10897 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22231/tid=22239] ppid=22230 vsize=869440 CPUtime=0
/proc/22231/task/22239/stat : 22239 (java) S 22230 22217 21596 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140603631 890306560 10897 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 891536

[startup+6.3019 s]
/proc/loadavg: 2.26 3.22 2.77 2/94 22239
/proc/meminfo: memFree=1161168/2055920 swapFree=4180892/4192956
[pid=22217] ppid=22215 vsize=16740 CPUtime=0.59
/proc/22217/stat : 22217 (sugar++) S 22215 22217 21596 0 -1 4194304 1291 5333 6 64 4 3 44 8 16 0 1 0 140603525 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22217/statm: 4185 1104 409 3 0 764 0
[pid=22230] ppid=22217 vsize=5356 CPUtime=0
/proc/22230/stat : 22230 (sh) S 22217 22217 21596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140603627 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22230/statm: 1339 233 193 169 0 50 0
[pid=22231] ppid=22230 vsize=869440 CPUtime=5.5
/proc/22231/stat : 22231 (java) S 22230 22217 21596 0 -1 0 12149 0 5 0 537 13 0 0 20 0 9 0 140603627 890306560 10904 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22231/statm: 217360 10904 2566 9 0 211907 0
[pid=22231/tid=22232] ppid=22230 vsize=869440 CPUtime=4.56
/proc/22231/task/22232/stat : 22232 (java) R 22230 22217 21596 0 -1 64 3200 0 5 0 449 7 0 0 16 0 9 0 140603628 890306560 10904 996147200 134512640 134550740 4294955920 18446744073709551615 4127053856 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22231/tid=22233] ppid=22230 vsize=869440 CPUtime=0.64
/proc/22231/task/22233/stat : 22233 (java) S 22230 22217 21596 0 -1 64 6715 0 0 0 60 4 0 0 16 0 9 0 140603629 890306560 10904 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22231/tid=22234] ppid=22230 vsize=869440 CPUtime=0
/proc/22231/task/22234/stat : 22234 (java) S 22230 22217 21596 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140603629 890306560 10904 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22231/tid=22235] ppid=22230 vsize=869440 CPUtime=0
/proc/22231/task/22235/stat : 22235 (java) S 22230 22217 21596 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140603629 890306560 10904 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22231/tid=22236] ppid=22230 vsize=869440 CPUtime=0
/proc/22231/task/22236/stat : 22236 (java) S 22230 22217 21596 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140603631 890306560 10904 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22231/tid=22237] ppid=22230 vsize=869440 CPUtime=0.27
/proc/22231/task/22237/stat : 22237 (java) S 22230 22217 21596 0 -1 64 1542 0 0 0 26 1 0 0 16 0 9 0 140603631 890306560 10904 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22231/tid=22238] ppid=22230 vsize=869440 CPUtime=0
/proc/22231/task/22238/stat : 22238 (java) S 22230 22217 21596 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140603631 890306560 10904 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22231/tid=22239] ppid=22230 vsize=869440 CPUtime=0
/proc/22231/task/22239/stat : 22239 (java) S 22230 22217 21596 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140603631 890306560 10904 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 891536

[startup+12.7021 s]
/proc/loadavg: 2.14 3.17 2.76 2/94 22239
/proc/meminfo: memFree=1102104/2055920 swapFree=4180892/4192956
[pid=22217] ppid=22215 vsize=16740 CPUtime=0.59
/proc/22217/stat : 22217 (sugar++) S 22215 22217 21596 0 -1 4194304 1291 5333 6 64 4 3 44 8 16 0 1 0 140603525 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22217/statm: 4185 1104 409 3 0 764 0
[pid=22230] ppid=22217 vsize=5356 CPUtime=0
/proc/22230/stat : 22230 (sh) S 22217 22217 21596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140603627 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22230/statm: 1339 233 193 169 0 50 0
[pid=22231] ppid=22230 vsize=869440 CPUtime=10.68
/proc/22231/stat : 22231 (java) S 22230 22217 21596 0 -1 0 12972 0 5 0 1014 54 0 0 20 0 9 0 140603627 890306560 10906 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22231/statm: 217360 10906 2566 9 0 211907 0
[pid=22231/tid=22232] ppid=22230 vsize=869440 CPUtime=9.53
/proc/22231/task/22232/stat : 22232 (java) R 22230 22217 21596 0 -1 64 4020 0 5 0 909 44 0 0 16 0 9 0 140603628 890306560 10906 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22231/tid=22233] ppid=22230 vsize=869440 CPUtime=0.86
/proc/22231/task/22233/stat : 22233 (java) S 22230 22217 21596 0 -1 64 6715 0 0 0 78 8 0 0 16 0 9 0 140603629 890306560 10906 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22231/tid=22234] ppid=22230 vsize=869440 CPUtime=0
/proc/22231/task/22234/stat : 22234 (java) S 22230 22217 21596 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140603629 890306560 10906 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22231/tid=22235] ppid=22230 vsize=869440 CPUtime=0
/proc/22231/task/22235/stat : 22235 (java) S 22230 22217 21596 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140603629 890306560 10906 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22231/tid=22236] ppid=22230 vsize=869440 CPUtime=0
/proc/22231/task/22236/stat : 22236 (java) S 22230 22217 21596 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140603631 890306560 10906 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22231/tid=22237] ppid=22230 vsize=869440 CPUtime=0.27
/proc/22231/task/22237/stat : 22237 (java) S 22230 22217 21596 0 -1 64 1545 0 0 0 26 1 0 0 16 0 9 0 140603631 890306560 10906 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22231/tid=22238] ppid=22230 vsize=869440 CPUtime=0
/proc/22231/task/22238/stat : 22238 (java) S 22230 22217 21596 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140603631 890306560 10906 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22231/tid=22239] ppid=22230 vsize=869440 CPUtime=0
/proc/22231/task/22239/stat : 22239 (java) S 22230 22217 21596 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140603631 890306560 10906 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.27
Current children cumulated vsize (KiB) 891536

[startup+25.5017 s]
/proc/loadavg: 2.12 3.13 2.75 2/94 22239
/proc/meminfo: memFree=965080/2055920 swapFree=4180892/4192956
[pid=22217] ppid=22215 vsize=16740 CPUtime=0.59
/proc/22217/stat : 22217 (sugar++) S 22215 22217 21596 0 -1 4194304 1291 5333 6 64 4 3 44 8 16 0 1 0 140603525 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22217/statm: 4185 1104 409 3 0 764 0
[pid=22230] ppid=22217 vsize=5356 CPUtime=0
/proc/22230/stat : 22230 (sh) S 22217 22217 21596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140603627 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22230/statm: 1339 233 193 169 0 50 0
[pid=22231] ppid=22230 vsize=869440 CPUtime=22.42
/proc/22231/stat : 22231 (java) S 22230 22217 21596 0 -1 0 14632 0 5 0 2106 136 0 0 20 0 9 0 140603627 890306560 10906 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22231/statm: 217360 10906 2566 9 0 211907 0
[pid=22231/tid=22232] ppid=22230 vsize=869440 CPUtime=20.8
/proc/22231/task/22232/stat : 22232 (java) R 22230 22217 21596 0 -1 64 5680 0 5 0 1962 118 0 0 16 0 9 0 140603628 890306560 10906 996147200 134512640 134550740 4294955920 18446744073709551615 4127049029 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22231/tid=22233] ppid=22230 vsize=869440 CPUtime=1.32
/proc/22231/task/22233/stat : 22233 (java) S 22230 22217 21596 0 -1 64 6715 0 0 0 117 15 0 0 16 0 9 0 140603629 890306560 10906 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22231/tid=22234] ppid=22230 vsize=869440 CPUtime=0
/proc/22231/task/22234/stat : 22234 (java) S 22230 22217 21596 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140603629 890306560 10906 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22231/tid=22235] ppid=22230 vsize=869440 CPUtime=0
/proc/22231/task/22235/stat : 22235 (java) S 22230 22217 21596 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140603629 890306560 10906 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22231/tid=22236] ppid=22230 vsize=869440 CPUtime=0
/proc/22231/task/22236/stat : 22236 (java) S 22230 22217 21596 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140603631 890306560 10906 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22231/tid=22237] ppid=22230 vsize=869440 CPUtime=0.27
/proc/22231/task/22237/stat : 22237 (java) S 22230 22217 21596 0 -1 64 1545 0 0 0 26 1 0 0 16 0 9 0 140603631 890306560 10906 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22231/tid=22238] ppid=22230 vsize=869440 CPUtime=0
/proc/22231/task/22238/stat : 22238 (java) S 22230 22217 21596 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140603631 890306560 10906 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22231/tid=22239] ppid=22230 vsize=869440 CPUtime=0
/proc/22231/task/22239/stat : 22239 (java) S 22230 22217 21596 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140603631 890306560 10906 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.01
Current children cumulated vsize (KiB) 891536

[startup+51.1016 s]
/proc/loadavg: 2.54 3.15 2.76 2/94 22240
/proc/meminfo: memFree=653976/2055920 swapFree=4180892/4192956
[pid=22217] ppid=22215 vsize=16740 CPUtime=0.59
/proc/22217/stat : 22217 (sugar++) S 22215 22217 21596 0 -1 4194304 1291 5333 6 64 4 3 44 8 16 0 1 0 140603525 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22217/statm: 4185 1104 409 3 0 764 0
[pid=22230] ppid=22217 vsize=5356 CPUtime=0
/proc/22230/stat : 22230 (sh) S 22217 22217 21596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140603627 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22230/statm: 1339 233 193 169 0 50 0
[pid=22231] ppid=22230 vsize=869440 CPUtime=45.95
/proc/22231/stat : 22231 (java) S 22230 22217 21596 0 -1 0 18357 0 5 0 4269 326 0 0 20 0 9 0 140603627 890306560 10912 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22231/statm: 217360 10912 2566 9 0 211907 0
[pid=22231/tid=22232] ppid=22230 vsize=869440 CPUtime=43.36
/proc/22231/task/22232/stat : 22232 (java) R 22230 22217 21596 0 -1 64 9399 0 5 0 4046 290 0 0 16 0 9 0 140603628 890306560 10912 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22231/tid=22233] ppid=22230 vsize=869440 CPUtime=2.28
/proc/22231/task/22233/stat : 22233 (java) S 22230 22217 21596 0 -1 64 6715 0 0 0 195 33 0 0 16 0 9 0 140603629 890306560 10912 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22231/tid=22234] ppid=22230 vsize=869440 CPUtime=0
/proc/22231/task/22234/stat : 22234 (java) S 22230 22217 21596 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140603629 890306560 10912 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22231/tid=22235] ppid=22230 vsize=869440 CPUtime=0
/proc/22231/task/22235/stat : 22235 (java) S 22230 22217 21596 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140603629 890306560 10912 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22231/tid=22236] ppid=22230 vsize=869440 CPUtime=0
/proc/22231/task/22236/stat : 22236 (java) S 22230 22217 21596 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140603631 890306560 10912 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22231/tid=22237] ppid=22230 vsize=869440 CPUtime=0.28
/proc/22231/task/22237/stat : 22237 (java) S 22230 22217 21596 0 -1 64 1551 0 0 0 27 1 0 0 16 0 9 0 140603631 890306560 10912 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22231/tid=22238] ppid=22230 vsize=869440 CPUtime=0
/proc/22231/task/22238/stat : 22238 (java) S 22230 22217 21596 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140603631 890306560 10912 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22231/tid=22239] ppid=22230 vsize=869440 CPUtime=0
/proc/22231/task/22239/stat : 22239 (java) S 22230 22217 21596 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140603631 890306560 10912 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 46.54
Current children cumulated vsize (KiB) 891536



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+62.8019 s]
/proc/loadavg: 2.87 3.19 2.78 2/88 22244
/proc/meminfo: memFree=13576/2055920 swapFree=4180892/4192956
[pid=22217] ppid=22215 vsize=17400 CPUtime=47.63
/proc/22217/stat : 22217 (sugar++) S 22215 22217 21596 0 -1 4194304 1584 24155 6 69 6 3 4411 343 16 0 1 0 140603525 17817600 1248 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22217/statm: 4350 1248 413 3 0 929 0
[pid=22242] ppid=22217 vsize=907176 CPUtime=9.9
/proc/22242/stat : 22242 (minisat-inc) R 22217 22217 21596 0 -1 4194304 222387 0 0 0 845 145 0 0 24 0 1 0 140608741 928948224 222336 996147200 134512640 135134323 4294956192 18446744073709551615 134708315 0 0 4096 3 0 0 0 17 0 0 0
/proc/22242/statm: 226794 222337 59 151 0 226640 0
Current children cumulated CPU time (s) 57.53
Current children cumulated vsize (KiB) 924576

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

Sending SIGKILL to process tree (bottom up)

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

[startup+64.5062 s]
/proc/loadavg: 2.87 3.19 2.78 1/87 22245
/proc/meminfo: memFree=904784/2055920 swapFree=4180892/4192956
[pid=22217] ppid=22215 vsize=17400 CPUtime=57.67
/proc/22217/stat : 22217 (sugar++) D 22215 22217 21596 0 -1 4194304 1614 246550 6 69 6 3 5256 502 15 0 1 0 140603525 17817600 1249 996147200 4194304 4206940 548682068528 18446744073709551615 270187336745 0 0 4224 16386 18446744071563478208 0 0 17 1 0 0
/proc/22217/statm: 4350 1249 414 3 0 929 0
Current children cumulated CPU time (s) 57.67
Current children cumulated vsize (KiB) 17400

[startup+64.9013 s]
/proc/loadavg: 2.87 3.19 2.78 1/87 22245
/proc/meminfo: memFree=904784/2055920 swapFree=4180892/4192956
[pid=22217] ppid=22215 vsize=17400 CPUtime=57.67
/proc/22217/stat : 22217 (sugar++) D 22215 22217 21596 0 -1 4194304 1614 246550 6 69 6 3 5256 502 15 0 1 0 140603525 17817600 1249 996147200 4194304 4206940 548682068528 18446744073709551615 270187336745 0 0 4224 16386 18446744071563478208 0 0 17 1 0 0
/proc/22217/statm: 4350 1249 414 3 0 929 0
Current children cumulated CPU time (s) 57.67
Current children cumulated vsize (KiB) 17400

[startup+65.3014 s]
/proc/loadavg: 2.87 3.19 2.78 1/87 22245
/proc/meminfo: memFree=904784/2055920 swapFree=4180892/4192956
[pid=22217] ppid=22215 vsize=17400 CPUtime=57.67
/proc/22217/stat : 22217 (sugar++) D 22215 22217 21596 0 -1 4194304 1614 246550 6 69 6 3 5256 502 15 0 1 0 140603525 17817600 1249 996147200 4194304 4206940 548682068528 18446744073709551615 270187336745 256 0 4224 16386 18446744071563478208 0 0 17 1 0 0
/proc/22217/statm: 4350 1249 414 3 0 929 0
Current children cumulated CPU time (s) 57.67
Current children cumulated vsize (KiB) 17400

Child ended because it received signal 9 (SIGKILL)
Real time (s): 65.3923
CPU time (s): 57.6852
CPU user time (s): 52.627
CPU system time (s): 5.05823
CPU usage (%): 88.2142
Max. virtual memory (cumulated for all children) (KiB): 924576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.627
system time used= 5.05823
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 248164
page faults= 75
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25803
involuntary context switches= 15900

runsolver used 0.086986 second user time and 0.216967 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-08-07 20:53:09
IDJOB=1114187
IDBENCH=61702
IDSOLVER=367
FILE ID=node88/1114187-1218135189
PBS_JOBID= 8000801
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/ehi-90/normalized-ehi-90-315-95_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1114187-1218135189/watcher-1114187-1218135189 -o /tmp/evaluation-result-1114187-1218135189/solver-1114187-1218135189 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1114187-1218135189.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 01818ffd329898308a1df86965bf9bde
RANDOM SEED=2060587319

node88.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.266
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.266
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	: 6012.92
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1219544 kB
Buffers:          2392 kB
Cached:          25676 kB
SwapCached:       4844 kB
Active:         775284 kB
Inactive:         7072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1219544 kB
SwapTotal:     4192956 kB
SwapFree:      4180892 kB
Dirty:            1152 kB
Writeback:           0 kB
Mapped:         771476 kB
Slab:            37680 kB
Committed_AS:   924064 kB
PageTables:       3364 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= 66056 MiB
End job on node88 at 2008-08-07 20:54:14