Trace number 1125483

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+minisat-inc? (MO) 81.2136 83.8212

General information on the benchmark

Namemaxcsp/planning/
normalized-rovers02ac_ext.xml
MD5SUM1f4877141c50196b97bdc56681b5c4db
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints3
Best CPU time to get the best result obtained on this benchmark0.502922
Satisfiable
(Un)Satisfiability was proved
Number of variables153
Number of constraints5183
Maximum constraint arity2
Maximum domain size24
Number of constraints which are defined in extension5183
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.07/1.05	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.07/1.06	c 0	BEGIN Wed Jul 16 03:21:07 2008
0.07/1.06	c 0	PID 29218
0.07/1.07	c 0	HOST node70.alineos.net
0.07/1.07	c 0	CONVERTING HOME/instance-1125483-1216171266.xml TO HOME/temp.csp
0.07/1.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1125483-1216171266.xml' 'HOME/temp.csp'
0.94/2.18	c 1	8 domains, 153 variables, 0 predicates, 147 relations, 5183 constraints
1.02/2.22	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.02/2.22	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'
1.03/2.30	c 1	Parsing HOME/temp.csp
1.03/2.55	c 2	parsed 5491 expressions
1.03/2.55	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.03/2.59	c 2	MAX CSP: 5183 constraints
1.03/2.59	c 2	Converting to clausal form CSP
1.03/2.68	c 2	converted 1068 (10%) expressions
1.03/2.78	c 2	converted 2136 (20%) expressions
1.03/2.81	c 2	converted 3204 (30%) expressions
1.03/2.87	c 2	converted 4271 (40%) expressions
1.03/2.89	c 2	converted 5339 (50%) expressions
1.04/2.90	c 2	converted 6407 (60%) expressions
1.04/2.91	c 2	converted 7474 (70%) expressions
1.04/2.93	c 2	converted 8542 (80%) expressions
1.04/2.94	c 2	converted 9610 (90%) expressions
2.18/3.47	c 3	converted 10677 (100%) expressions
2.18/3.48	c 3	CSP : 10519 integers, 0 booleans, 15548 clauses, largest domain size 7775
2.18/3.48	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.18/3.48	c 3	Propagation in CSP
2.39/3.65	c 3	5175 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.39/3.65	c 3	CSP : 10519 integers, 0 booleans, 15548 clauses, largest domain size 5184
2.39/3.65	c 3	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.39/3.66	c 3	Simplifing CSP by introducing new Boolean variables
2.39/3.67	c 3	CSP : 10519 integers, 0 booleans, 15548 clauses, largest domain size 5184
2.39/3.67	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.49/3.75	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.49/3.78	c 3	1052 (10%) CSP integer variables are encoded (213 clauses, 2266 bytes)
2.49/3.78	c 3	2104 (20%) CSP integer variables are encoded (213 clauses, 2266 bytes)
2.49/3.78	c 3	3156 (30%) CSP integer variables are encoded (213 clauses, 2266 bytes)
2.49/3.79	c 3	4208 (40%) CSP integer variables are encoded (213 clauses, 2266 bytes)
2.49/3.80	c 3	5260 (50%) CSP integer variables are encoded (213 clauses, 2266 bytes)
2.59/3.81	c 3	6312 (60%) CSP integer variables are encoded (13268 clauses, 189190 bytes)
2.59/3.83	c 3	7364 (70%) CSP integer variables are encoded (23512 clauses, 342850 bytes)
2.59/3.84	c 3	8416 (80%) CSP integer variables are encoded (35856 clauses, 528010 bytes)
2.59/3.85	c 3	9468 (90%) CSP integer variables are encoded (46100 clauses, 681670 bytes)
2.68/3.94	c 3	10519 (100%) CSP integer variables are encoded (116422 clauses, 1790371 bytes)
2.78/4.05	c 3	1555 (10%) CSP clauses are encoded (117977 clauses, 1817914 bytes)
2.88/4.10	c 3	3110 (20%) CSP clauses are encoded (119532 clauses, 1849916 bytes)
2.88/4.14	c 3	4665 (30%) CSP clauses are encoded (121087 clauses, 1881862 bytes)
3.18/4.44	c 4	6220 (40%) CSP clauses are encoded (261020 clauses, 4833602 bytes)
5.84/7.16	c 6	7774 (50%) CSP clauses are encoded (1826936 clauses, 38374368 bytes)
6.62/7.95	c 7	9329 (60%) CSP clauses are encoded (2268177 clauses, 47767668 bytes)
14.65/16.10	c 15	10884 (70%) CSP clauses are encoded (6932994 clauses, 147914396 bytes)
15.55/17.02	c 16	12439 (80%) CSP clauses are encoded (7440979 clauses, 158736310 bytes)
17.82/19.38	c 19	13994 (90%) CSP clauses are encoded (8741428 clauses, 186582743 bytes)
69.89/72.42	c 72	15548 (100%) CSP clauses are encoded (33930793 clauses, 774258525 bytes)
69.89/72.42	c 72	15548 CSP clauses encoded
69.89/72.42	c 72	Writing map file : HOME/temp.map
69.89/72.47	c 72	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
69.89/72.47	c 72	SAT : 126940 SAT variables, 33930793 SAT clauses, 774258525 bytes
69.89/72.47	c 72	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
69.98/72.57	c 72	OBJECTIVE minimize _COST
69.98/72.57	c 72	SOLVING HOME/temp.cnf
69.98/72.57	c 72	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
70.01/72.61	c 72	This is MiniSat 2.0 beta incremental
70.01/72.61	c 72	WARNING: for repeatability, setting FPU to use double precision
70.01/72.61	c 72	============================[ Problem Statistics ]=============================
70.01/72.61	c 72	|                                                                             |
70.01/72.61	c 72	|  Number of variables:  126940                                               |
70.01/72.61	c 72	|  Number of clauses:    33930793                                             |
80.68/83.31	c ERROR INTERRUPTED
80.68/83.31	s UNKNOWN
80.78/83.47	c 83	CPU 73.8 (0.09 0.03 73.71 6.99)
80.78/83.47	c 83	END Wed Jul 16 03:22:30 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-1125483-1216171266/watcher-1125483-1216171266 -o /tmp/evaluation-result-1125483-1216171266/solver-1125483-1216171266 -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-1125483-1216171266.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: 3.14 2.65 2.26 3/86 29218
/proc/meminfo: memFree=1849192/2055920 swapFree=4176556/4192956
[pid=29218] ppid=29216 vsize=18572 CPUtime=0
/proc/29218/stat : 29218 (runsolver) D 29216 29218 27346 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 73824411 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 233402068263 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/29218/statm: 4643 292 257 25 0 2626 0

[startup+0.087646 s]
/proc/loadavg: 3.14 2.65 2.26 3/86 29218
/proc/meminfo: memFree=1849192/2055920 swapFree=4176556/4192956
[pid=29218] ppid=29216 vsize=11912 CPUtime=0
/proc/29218/stat : 29218 (sugar++) R 29216 29218 27346 0 -1 4194304 97 0 0 0 0 0 0 0 18 0 1 0 73824411 12197888 77 996147200 4194304 4206940 548682068528 18446744073709551615 233399439200 0 0 4096 0 0 0 0 17 1 0 0
/proc/29218/statm: 2966 81 53 3 0 66 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11912

[startup+0.101667 s]
/proc/loadavg: 3.14 2.65 2.26 3/86 29218
/proc/meminfo: memFree=1849192/2055920 swapFree=4176556/4192956
[pid=29218] ppid=29216 vsize=12132 CPUtime=0
/proc/29218/stat : 29218 (sugar++) R 29216 29218 27346 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 73824411 12423168 250 996147200 4194304 4206940 548682068528 18446744073709551615 233401914081 0 0 4224 0 0 0 0 17 1 0 0
/proc/29218/statm: 3033 252 188 3 0 133 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12132

[startup+0.301666 s]
/proc/loadavg: 3.14 2.65 2.26 3/86 29218
/proc/meminfo: memFree=1849192/2055920 swapFree=4176556/4192956
[pid=29218] ppid=29216 vsize=12412 CPUtime=0
/proc/29218/stat : 29218 (sugar++) R 29216 29218 27346 0 -1 4194304 424 0 0 0 0 0 0 0 18 0 1 0 73824411 12709888 392 996147200 4194304 4206940 548682068528 18446744073709551615 233410968574 0 0 4224 0 0 0 0 17 1 0 0
/proc/29218/statm: 3103 392 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.701893 s]
/proc/loadavg: 3.14 2.65 2.26 3/86 29218
/proc/meminfo: memFree=1849192/2055920 swapFree=4176556/4192956
[pid=29218] ppid=29216 vsize=13468 CPUtime=0.04
/proc/29218/stat : 29218 (sugar++) R 29216 29218 27346 0 -1 4194304 750 0 0 0 3 1 0 0 18 0 1 0 73824411 13791232 718 996147200 4194304 4206940 548682068528 18446744073709551615 233419854768 0 0 4224 0 0 0 0 17 1 0 0
/proc/29218/statm: 3367 718 338 3 0 467 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13468

[startup+1.50178 s]
/proc/loadavg: 3.14 2.65 2.26 3/87 29219
/proc/meminfo: memFree=1846560/2055920 swapFree=4176556/4192956
[pid=29218] ppid=29216 vsize=16740 CPUtime=0.09
/proc/29218/stat : 29218 (sugar++) S 29216 29218 27346 0 -1 4194304 1219 128 0 0 6 3 0 0 17 0 1 0 73824411 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29218/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16740

[startup+3.10195 s]
/proc/loadavg: 3.14 2.65 2.26 3/97 29230
/proc/meminfo: memFree=1833168/2055920 swapFree=4176556/4192956
[pid=29218] ppid=29216 vsize=16740 CPUtime=1.04
/proc/29218/stat : 29218 (sugar++) S 29216 29218 27346 0 -1 4194304 1297 6754 0 1 7 3 90 4 15 0 1 0 73824411 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29218/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 16740

[startup+6.30126 s]
/proc/loadavg: 3.13 2.66 2.27 4/97 29240
/proc/meminfo: memFree=1802320/2055920 swapFree=4176556/4192956
[pid=29218] ppid=29216 vsize=16740 CPUtime=1.04
/proc/29218/stat : 29218 (sugar++) S 29216 29218 27346 0 -1 4194304 1297 6754 0 1 7 3 90 4 15 0 1 0 73824411 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29218/statm: 4185 1104 409 3 0 764 0
[pid=29231] ppid=29218 vsize=5356 CPUtime=0
/proc/29231/stat : 29231 (sh) S 29218 29218 27346 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73824634 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29231/statm: 1339 233 193 169 0 50 0
[pid=29232] ppid=29231 vsize=868496 CPUtime=4.02
/proc/29232/stat : 29232 (java) S 29231 29218 27346 0 -1 0 10459 0 1 0 377 25 0 0 20 0 9 0 73824634 889339904 8990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29232/statm: 217124 8990 2567 9 0 211671 0
[pid=29232/tid=29233] ppid=29231 vsize=868496 CPUtime=3.12
/proc/29232/task/29233/stat : 29233 (java) R 29231 29218 27346 0 -1 64 3366 0 1 0 294 18 0 0 25 0 9 0 73824635 889339904 8990 996147200 134512640 134550740 4294955920 18446744073709551615 4126488254 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29232/tid=29234] ppid=29231 vsize=868496 CPUtime=0.58
/proc/29232/task/29234/stat : 29234 (java) S 29231 29218 27346 0 -1 64 4851 0 0 0 53 5 0 0 16 0 9 0 73824636 889339904 8990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29232/tid=29235] ppid=29231 vsize=868496 CPUtime=0
/proc/29232/task/29235/stat : 29235 (java) S 29231 29218 27346 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73824636 889339904 8990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29232/tid=29236] ppid=29231 vsize=868496 CPUtime=0
/proc/29232/task/29236/stat : 29236 (java) S 29231 29218 27346 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 73824636 889339904 8990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29232/tid=29237] ppid=29231 vsize=868496 CPUtime=0
/proc/29232/task/29237/stat : 29237 (java) S 29231 29218 27346 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 73824638 889339904 8990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29232/tid=29238] ppid=29231 vsize=868496 CPUtime=0.29
/proc/29232/task/29238/stat : 29238 (java) S 29231 29218 27346 0 -1 64 1548 0 0 0 28 1 0 0 16 0 9 0 73824638 889339904 8990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29232/tid=29239] ppid=29231 vsize=868496 CPUtime=0
/proc/29232/task/29239/stat : 29239 (java) S 29231 29218 27346 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 73824638 889339904 8990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29232/tid=29240] ppid=29231 vsize=868496 CPUtime=0
/proc/29232/task/29240/stat : 29240 (java) S 29231 29218 27346 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73824638 889339904 8990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.06
Current children cumulated vsize (KiB) 890592

[startup+12.7029 s]
/proc/loadavg: 3.20 2.68 2.28 3/97 29240
/proc/meminfo: memFree=1720272/2055920 swapFree=4176556/4192956
[pid=29218] ppid=29216 vsize=16740 CPUtime=1.04
/proc/29218/stat : 29218 (sugar++) S 29216 29218 27346 0 -1 4194304 1297 6754 0 1 7 3 90 4 15 0 1 0 73824411 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29218/statm: 4185 1104 409 3 0 764 0
[pid=29231] ppid=29218 vsize=5356 CPUtime=0
/proc/29231/stat : 29231 (sh) S 29218 29218 27346 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73824634 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29231/statm: 1339 233 193 169 0 50 0
[pid=29232] ppid=29231 vsize=868496 CPUtime=10.31
/proc/29232/stat : 29232 (java) S 29231 29218 27346 0 -1 0 11825 0 1 0 953 78 0 0 20 0 9 0 73824634 889339904 8990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29232/statm: 217124 8990 2567 9 0 211671 0
[pid=29232/tid=29233] ppid=29231 vsize=868496 CPUtime=9.01
/proc/29232/task/29233/stat : 29233 (java) R 29231 29218 27346 0 -1 64 4732 0 1 0 838 63 0 0 25 0 9 0 73824635 889339904 8990 996147200 134512640 134550740 4294955920 18446744073709551615 4127028901 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29232/tid=29234] ppid=29231 vsize=868496 CPUtime=0.99
/proc/29232/task/29234/stat : 29234 (java) S 29231 29218 27346 0 -1 64 4851 0 0 0 86 13 0 0 16 0 9 0 73824636 889339904 8990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29232/tid=29235] ppid=29231 vsize=868496 CPUtime=0
/proc/29232/task/29235/stat : 29235 (java) S 29231 29218 27346 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73824636 889339904 8990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29232/tid=29236] ppid=29231 vsize=868496 CPUtime=0
/proc/29232/task/29236/stat : 29236 (java) S 29231 29218 27346 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 73824636 889339904 8990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29232/tid=29237] ppid=29231 vsize=868496 CPUtime=0
/proc/29232/task/29237/stat : 29237 (java) S 29231 29218 27346 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 73824638 889339904 8990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29232/tid=29238] ppid=29231 vsize=868496 CPUtime=0.29
/proc/29232/task/29238/stat : 29238 (java) S 29231 29218 27346 0 -1 64 1548 0 0 0 28 1 0 0 16 0 9 0 73824638 889339904 8990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29232/tid=29239] ppid=29231 vsize=868496 CPUtime=0
/proc/29232/task/29239/stat : 29239 (java) S 29231 29218 27346 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 73824638 889339904 8990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29232/tid=29240] ppid=29231 vsize=868496 CPUtime=0
/proc/29232/task/29240/stat : 29240 (java) S 29231 29218 27346 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73824638 889339904 8990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.35
Current children cumulated vsize (KiB) 890592

[startup+25.5012 s]
/proc/loadavg: 3.30 2.73 2.30 3/97 29240
/proc/meminfo: memFree=1614864/2055920 swapFree=4176556/4192956
[pid=29218] ppid=29216 vsize=16740 CPUtime=1.04
/proc/29218/stat : 29218 (sugar++) S 29216 29218 27346 0 -1 4194304 1297 6754 0 1 7 3 90 4 16 0 1 0 73824411 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29218/statm: 4185 1104 409 3 0 764 0
[pid=29231] ppid=29218 vsize=5356 CPUtime=0
/proc/29231/stat : 29231 (sh) S 29218 29218 27346 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73824634 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29231/statm: 1339 233 193 169 0 50 0
[pid=29232] ppid=29231 vsize=868496 CPUtime=22.96
/proc/29232/stat : 29232 (java) S 29231 29218 27346 0 -1 0 13847 0 1 0 2141 155 0 0 20 0 9 0 73824634 889339904 8990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29232/statm: 217124 8990 2567 9 0 211671 0
[pid=29232/tid=29233] ppid=29231 vsize=868496 CPUtime=21.08
/proc/29232/task/29233/stat : 29233 (java) R 29231 29218 27346 0 -1 64 6754 0 1 0 1980 128 0 0 25 0 9 0 73824635 889339904 8990 996147200 134512640 134550740 4294955920 18446744073709551615 4127108151 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29232/tid=29234] ppid=29231 vsize=868496 CPUtime=1.56
/proc/29232/task/29234/stat : 29234 (java) S 29231 29218 27346 0 -1 64 4851 0 0 0 131 25 0 0 16 0 9 0 73824636 889339904 8990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29232/tid=29235] ppid=29231 vsize=868496 CPUtime=0
/proc/29232/task/29235/stat : 29235 (java) S 29231 29218 27346 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73824636 889339904 8990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29232/tid=29236] ppid=29231 vsize=868496 CPUtime=0
/proc/29232/task/29236/stat : 29236 (java) S 29231 29218 27346 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 73824636 889339904 8990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29232/tid=29237] ppid=29231 vsize=868496 CPUtime=0
/proc/29232/task/29237/stat : 29237 (java) S 29231 29218 27346 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 73824638 889339904 8990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29232/tid=29238] ppid=29231 vsize=868496 CPUtime=0.29
/proc/29232/task/29238/stat : 29238 (java) S 29231 29218 27346 0 -1 64 1548 0 0 0 28 1 0 0 16 0 9 0 73824638 889339904 8990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29232/tid=29239] ppid=29231 vsize=868496 CPUtime=0
/proc/29232/task/29239/stat : 29239 (java) S 29231 29218 27346 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 73824638 889339904 8990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29232/tid=29240] ppid=29231 vsize=868496 CPUtime=0
/proc/29232/task/29240/stat : 29240 (java) S 29231 29218 27346 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73824638 889339904 8990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24
Current children cumulated vsize (KiB) 890592

[startup+51.1027 s]
/proc/loadavg: 3.47 2.81 2.34 3/97 29240
/proc/meminfo: memFree=1307152/2055920 swapFree=4176556/4192956
[pid=29218] ppid=29216 vsize=16740 CPUtime=1.04
/proc/29218/stat : 29218 (sugar++) S 29216 29218 27346 0 -1 4194304 1297 6754 0 1 7 3 90 4 16 0 1 0 73824411 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29218/statm: 4185 1104 409 3 0 764 0
[pid=29231] ppid=29218 vsize=5356 CPUtime=0
/proc/29231/stat : 29231 (sh) S 29218 29218 27346 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73824634 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29231/statm: 1339 233 193 169 0 50 0
[pid=29232] ppid=29231 vsize=868496 CPUtime=48.05
/proc/29232/stat : 29232 (java) S 29231 29218 27346 0 -1 0 18952 0 1 0 4447 358 0 0 20 0 9 0 73824634 889339904 8990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29232/statm: 217124 8990 2567 9 0 211671 0
[pid=29232/tid=29233] ppid=29231 vsize=868496 CPUtime=44.66
/proc/29232/task/29233/stat : 29233 (java) R 29231 29218 27346 0 -1 64 11859 0 1 0 4164 302 0 0 25 0 9 0 73824635 889339904 8990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29232/tid=29234] ppid=29231 vsize=868496 CPUtime=3.08
/proc/29232/task/29234/stat : 29234 (java) S 29231 29218 27346 0 -1 64 4851 0 0 0 254 54 0 0 16 0 9 0 73824636 889339904 8990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29232/tid=29235] ppid=29231 vsize=868496 CPUtime=0
/proc/29232/task/29235/stat : 29235 (java) S 29231 29218 27346 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73824636 889339904 8990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29232/tid=29236] ppid=29231 vsize=868496 CPUtime=0
/proc/29232/task/29236/stat : 29236 (java) S 29231 29218 27346 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 73824636 889339904 8990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29232/tid=29237] ppid=29231 vsize=868496 CPUtime=0
/proc/29232/task/29237/stat : 29237 (java) S 29231 29218 27346 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 73824638 889339904 8990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29232/tid=29238] ppid=29231 vsize=868496 CPUtime=0.29
/proc/29232/task/29238/stat : 29238 (java) S 29231 29218 27346 0 -1 64 1548 0 0 0 28 1 0 0 16 0 9 0 73824638 889339904 8990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29232/tid=29239] ppid=29231 vsize=868496 CPUtime=0
/proc/29232/task/29239/stat : 29239 (java) S 29231 29218 27346 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 73824638 889339904 8990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29232/tid=29240] ppid=29231 vsize=868496 CPUtime=0
/proc/29232/task/29240/stat : 29240 (java) S 29231 29218 27346 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73824638 889339904 8990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.09
Current children cumulated vsize (KiB) 890592



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+83.302 s]
/proc/loadavg: 3.14 2.80 2.35 4/88 29241
/proc/meminfo: memFree=175192/2055920 swapFree=4176556/4192956
[pid=29218] ppid=29216 vsize=17400 CPUtime=70.01
/proc/29218/stat : 29218 (sugar++) S 29216 29218 27346 0 -1 4194304 1608 30211 0 2 9 3 6450 539 17 0 1 0 73824411 17817600 1266 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29218/statm: 4350 1266 413 3 0 929 0
[pid=29241] ppid=29218 vsize=907880 CPUtime=10.67
/proc/29241/stat : 29241 (minisat-inc) R 29218 29218 27346 0 -1 4194304 223877 0 0 0 920 147 0 0 25 0 1 0 73831668 929669120 223826 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 0 0 0 17 0 0 0
/proc/29241/statm: 226970 223826 59 151 0 226816 0
Current children cumulated CPU time (s) 80.68
Current children cumulated vsize (KiB) 925280

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

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

[startup+83.4135 s]
/proc/loadavg: 3.14 2.80 2.35 4/88 29241
/proc/meminfo: memFree=175192/2055920 swapFree=4176556/4192956
[pid=29218] ppid=29216 vsize=17400 CPUtime=70.01
/proc/29218/stat : 29218 (sugar++) S 29216 29218 27346 0 -1 4194304 1633 30211 0 2 9 3 6450 539 16 0 1 0 73824411 17817600 1266 996147200 4194304 4206940 548682068528 18446744073709551615 233410969492 0 0 4224 16386 18446744071563356171 0 0 17 0 0 0
/proc/29218/statm: 4350 1266 413 3 0 929 0
[pid=29241] ppid=29218 vsize=0 CPUtime=10.77
/proc/29241/stat : 29241 (minisat-inc) R 29218 29218 27346 0 -1 4195332 223877 0 0 0 920 157 0 0 25 0 1 0 73831668 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/29241/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 80.78
Current children cumulated vsize (KiB) 17400

[startup+83.8198 s]
/proc/loadavg: 3.14 2.80 2.35 4/88 29242
/proc/meminfo: memFree=1217304/2055920 swapFree=4176556/4192956
[pid=29218] ppid=29216 vsize=17400 CPUtime=81.19
/proc/29218/stat : 29218 (sugar++) R 29216 29218 27346 0 -1 4194304 1639 254088 0 2 9 40 7371 699 18 0 1 0 73824411 17817600 1267 996147200 4194304 4206940 548682068528 18446744073709551615 233402242089 0 0 4224 16386 0 0 0 17 0 0 0
/proc/29218/statm: 4350 1267 414 3 0 929 0
Current children cumulated CPU time (s) 81.19
Current children cumulated vsize (KiB) 17400

Child status: 0
Real time (s): 83.8212
CPU time (s): 81.2136
CPU user time (s): 73.8068
CPU system time (s): 7.40687
CPU usage (%): 96.8892
Max. virtual memory (cumulated for all children) (KiB): 925280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 73.8068
system time used= 7.40687
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 255773
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 96075
involuntary context switches= 101415

runsolver used 0.104984 second user time and 0.299954 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-16 03:21:06
IDJOB=1125483
IDBENCH=64125
IDSOLVER=367
FILE ID=node70/1125483-1216171266
PBS_JOBID= 7905621
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/planning/normalized-rovers02ac_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-1125483-1216171266/watcher-1125483-1216171266 -o /tmp/evaluation-result-1125483-1216171266/solver-1125483-1216171266 -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-1125483-1216171266.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1f4877141c50196b97bdc56681b5c4db
RANDOM SEED=2055437895

node70.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.221
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.221
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:       1849672 kB
Buffers:          3064 kB
Cached:          37268 kB
SwapCached:       5704 kB
Active:         144464 kB
Inactive:         7352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1849672 kB
SwapTotal:     4192956 kB
SwapFree:      4176556 kB
Dirty:            1340 kB
Writeback:           0 kB
Mapped:         127856 kB
Slab:            38828 kB
Committed_AS:  1124932 kB
PageTables:       2652 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= 66556 MiB
End job on node70 at 2008-07-16 03:22:31