Trace number 1108603

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) 60.1039 62.5139

General information on the benchmark

Namecsp/BH-4-13/
normalized-BlackHole-4-13-e-3_ext.xml
MD5SUM0d63c340aa2de5a517388f1f4a3c0ad6
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark3600.05
Satisfiable
(Un)Satisfiability was proved
Number of variables208
Number of constraints4217
Maximum constraint arity2
Maximum domain size52
Number of constraints which are defined in extension4217
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.34	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.34	c 0	BEGIN Fri Jul 11 15:33:05 2008
0.05/0.34	c 0	PID 17243
0.05/0.34	c 0	HOST node24.alineos.net
0.05/0.34	c 0	CONVERTING HOME/instance-1108603-1215783184.xml TO HOME/temp.csp
0.05/0.34	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108603-1215783184.xml' 'HOME/temp.csp'
0.07/0.99	c 1	4 domains, 208 variables, 0 predicates, 8 relations, 4217 constraints
0.51/1.01	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.51/1.01	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.51/1.09	c 1	Parsing HOME/temp.csp
0.51/1.29	c 1	parsed 4437 expressions
0.51/1.30	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.51/1.33	c 1	MAX CSP: 4217 constraints
0.51/1.33	c 1	Converting to clausal form CSP
0.51/1.45	c 1	converted 866 (10%) expressions
0.51/1.76	c 1	converted 1732 (20%) expressions
0.51/1.96	c 1	converted 2598 (30%) expressions
0.51/2.08	c 2	converted 3463 (40%) expressions
1.58/2.20	c 2	converted 4329 (50%) expressions
1.97/2.50	c 2	converted 5195 (60%) expressions
2.06/2.63	c 2	converted 6060 (70%) expressions
2.17/2.73	c 2	converted 6926 (80%) expressions
2.46/3.06	c 3	converted 7792 (90%) expressions
2.96/3.58	c 3	converted 8657 (100%) expressions
2.96/3.58	c 3	CSP : 8642 integers, 0 booleans, 12650 clauses, largest domain size 6326
2.96/3.58	c 3	Heap : 54 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.96/3.58	c 3	Propagation in CSP
3.15/3.74	c 3	4211 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.15/3.75	c 3	CSP : 8642 integers, 0 booleans, 12650 clauses, largest domain size 4218
3.15/3.75	c 3	Heap : 57 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.15/3.76	c 3	Simplifing CSP by introducing new Boolean variables
3.15/3.77	c 3	CSP : 8642 integers, 0 booleans, 12650 clauses, largest domain size 4218
3.15/3.77	c 3	Heap : 53 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.45/4.02	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.49/4.14	c 4	865 (10%) CSP integer variables are encoded (6920 clauses, 87869 bytes)
3.49/4.14	c 4	1729 (20%) CSP integer variables are encoded (6920 clauses, 87869 bytes)
3.49/4.14	c 4	2593 (30%) CSP integer variables are encoded (6920 clauses, 87869 bytes)
3.49/4.15	c 4	3457 (40%) CSP integer variables are encoded (6920 clauses, 87869 bytes)
3.49/4.15	c 4	4321 (50%) CSP integer variables are encoded (6920 clauses, 87869 bytes)
3.49/4.16	c 4	5186 (60%) CSP integer variables are encoded (16673 clauses, 234164 bytes)
3.49/4.18	c 4	6050 (70%) CSP integer variables are encoded (25103 clauses, 360614 bytes)
3.49/4.19	c 4	6914 (80%) CSP integer variables are encoded (34744 clauses, 505229 bytes)
3.57/4.25	c 4	7778 (90%) CSP integer variables are encoded (87193 clauses, 1291964 bytes)
3.57/4.27	c 4	8642 (100%) CSP integer variables are encoded (99943 clauses, 1499779 bytes)
4.17/4.84	c 4	1265 (10%) CSP clauses are encoded (124025 clauses, 2129796 bytes)
4.77/5.42	c 5	2530 (20%) CSP clauses are encoded (150392 clauses, 2873714 bytes)
5.36/6.00	c 6	3795 (30%) CSP clauses are encoded (177389 clauses, 3655909 bytes)
5.67/6.38	c 6	5060 (40%) CSP clauses are encoded (280789 clauses, 5906566 bytes)
7.57/8.23	c 8	6325 (50%) CSP clauses are encoded (1320586 clauses, 28163678 bytes)
8.07/8.75	c 8	7590 (60%) CSP clauses are encoded (1613953 clauses, 34399487 bytes)
13.13/14.15	c 14	8855 (70%) CSP clauses are encoded (4704286 clauses, 100726520 bytes)
23.98/25.11	c 25	10120 (80%) CSP clauses are encoded (9291852 clauses, 198735771 bytes)
31.33/32.69	c 32	11385 (90%) CSP clauses are encoded (13772412 clauses, 294935287 bytes)
47.61/50.02	c 50	12650 (100%) CSP clauses are encoded (22600191 clauses, 501972434 bytes)
47.61/50.02	c 50	12650 CSP clauses encoded
47.61/50.02	c 50	Writing map file : HOME/temp.map
47.61/50.07	c 50	Heap : 53 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
47.61/50.07	c 50	SAT : 108583 SAT variables, 22600191 SAT clauses, 501972434 bytes
47.61/50.07	c 50	Heap : 53 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
47.72/50.10	c 50	OBJECTIVE minimize _COST
47.72/50.10	c 50	SOLVING HOME/temp.cnf
47.72/50.10	c 50	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
47.72/50.10	c 50	This is MiniSat 2.0 beta incremental
47.72/50.10	c 50	WARNING: for repeatability, setting FPU to use double precision
47.72/50.10	c 50	============================[ Problem Statistics ]=============================
47.72/50.10	c 50	|                                                                             |
47.72/50.14	c 50	|  Number of variables:  108583                                               |
47.72/50.14	c 50	|  Number of clauses:    22600191                                             |
58.07/60.59	c 60	|  Parsing time:         9.04         s                                       |
58.56/61.02	c 61	OK
58.56/61.02	c 61	OBJECTIVE BOUND: 0 <= _COST <= 
58.56/61.02	c 61	SEARCHING: _COST <= 2109
58.56/61.02	c 61	============================[ Search Statistics ]==============================
58.56/61.02	c 61	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
58.56/61.02	c 61	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
58.56/61.02	c 61	===============================================================================
58.56/61.02	c 61	|         0 |  108583 22600191 67657620 |  7533397        0    nan |  0.000 % |
59.66/62.11	c ERROR INTERRUPTED
59.66/62.11	s UNKNOWN
59.77/62.29	c 62	CPU 55.1 (0.07 0.02 55.03 4.7)
59.77/62.29	c 62	END Fri Jul 11 15:34:07 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-1108603-1215783184/watcher-1108603-1215783184 -o /tmp/evaluation-result-1108603-1215783184/solver-1108603-1215783184 -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-1108603-1215783184.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.72 3.11 3.15 5/80 17243
/proc/meminfo: memFree=1587376/2055920 swapFree=4139248/4192956
[pid=17243] ppid=17241 vsize=3672 CPUtime=0
/proc/17243/stat : 17243 (sugar++) R 17241 17243 17017 0 -1 4194304 53 0 0 0 0 0 0 0 22 0 1 0 35021347 3760128 38 996147200 4194304 4206940 548682068528 18446744073709551615 237785642377 0 0 4096 0 0 0 0 17 1 0 0
/proc/17243/statm: 918 38 29 3 0 8 0

[startup+0.0153341 s]
/proc/loadavg: 2.72 3.11 3.15 5/80 17243
/proc/meminfo: memFree=1587376/2055920 swapFree=4139248/4192956
[pid=17243] ppid=17241 vsize=12268 CPUtime=0
/proc/17243/stat : 17243 (sugar++) R 17241 17243 17017 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 35021347 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 237788428901 0 2147483391 4224 0 18446744072099855350 0 0 17 1 0 0
/proc/17243/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.103157 s]
/proc/loadavg: 2.72 3.11 3.15 5/80 17243
/proc/meminfo: memFree=1587376/2055920 swapFree=4139248/4192956
[pid=17243] ppid=17241 vsize=13336 CPUtime=0.03
/proc/17243/stat : 17243 (sugar++) R 17241 17243 17017 0 -1 4194304 740 0 0 0 2 1 0 0 18 0 1 0 35021347 13656064 708 996147200 4194304 4206940 548682068528 18446744073709551615 237805717600 0 0 4224 0 0 0 0 17 0 0 0
/proc/17243/statm: 3334 708 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.302116 s]
/proc/loadavg: 2.72 3.11 3.15 5/80 17243
/proc/meminfo: memFree=1587376/2055920 swapFree=4139248/4192956
[pid=17243] ppid=17241 vsize=15948 CPUtime=0.05
/proc/17243/stat : 17243 (sugar++) R 17241 17243 17017 0 -1 4194304 913 0 0 0 4 1 0 0 18 0 1 0 35021347 16330752 881 996147200 4194304 4206940 548682068528 18446744073709551615 237788428901 0 0 4224 0 0 0 0 17 1 0 0
/proc/17243/statm: 3987 881 380 3 0 566 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15948

[startup+0.702156 s]
/proc/loadavg: 2.72 3.11 3.15 5/80 17243
/proc/meminfo: memFree=1587376/2055920 swapFree=4139248/4192956
[pid=17243] ppid=17241 vsize=16740 CPUtime=0.07
/proc/17243/stat : 17243 (sugar++) S 17241 17243 17017 0 -1 4194304 1219 128 0 0 5 2 0 0 18 0 1 0 35021347 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17243/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50124 s]
/proc/loadavg: 2.72 3.11 3.15 4/89 17255
/proc/meminfo: memFree=1573032/2055920 swapFree=4139248/4192956
[pid=17243] ppid=17241 vsize=16740 CPUtime=0.51
/proc/17243/stat : 17243 (sugar++) S 17241 17243 17017 0 -1 4194304 1296 5351 0 1 5 2 41 3 15 0 1 0 35021347 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17243/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 16740

[startup+3.10141 s]
/proc/loadavg: 2.75 3.11 3.15 4/91 17265
/proc/meminfo: memFree=1552536/2055920 swapFree=4139248/4192956
[pid=17243] ppid=17241 vsize=16740 CPUtime=0.51
/proc/17243/stat : 17243 (sugar++) S 17241 17243 17017 0 -1 4194304 1296 5351 0 1 5 2 41 3 15 0 1 0 35021347 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17243/statm: 4185 1104 409 3 0 764 0
[pid=17256] ppid=17243 vsize=5356 CPUtime=0
/proc/17256/stat : 17256 (sh) S 17243 17243 17017 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35021448 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17256/statm: 1339 233 193 169 0 50 0
[pid=17257] ppid=17256 vsize=868376 CPUtime=2.06
/proc/17257/stat : 17257 (java) S 17256 17243 17017 0 -1 0 17287 0 1 0 197 9 0 0 20 0 9 0 35021448 889217024 16400 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17257/statm: 217094 16400 2540 9 0 211669 0
[pid=17257/tid=17258] ppid=17256 vsize=868376 CPUtime=0.77
/proc/17257/task/17258/stat : 17258 (java) R 17256 17243 17017 0 -1 64 3311 0 1 0 75 2 0 0 25 0 9 0 35021449 889217024 16400 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17257/tid=17259] ppid=17256 vsize=868376 CPUtime=1.09
/proc/17257/task/17259/stat : 17259 (java) R 17256 17243 17017 0 -1 64 11814 0 0 0 104 5 0 0 17 0 9 0 35021450 889217024 16400 996147200 134512640 134550740 4294955920 18446744073709551615 102723078 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17257/tid=17260] ppid=17256 vsize=868376 CPUtime=0
/proc/17257/task/17260/stat : 17260 (java) S 17256 17243 17017 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 35021450 889217024 16400 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17257/tid=17261] ppid=17256 vsize=868376 CPUtime=0
/proc/17257/task/17261/stat : 17261 (java) S 17256 17243 17017 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35021450 889217024 16400 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17257/tid=17262] ppid=17256 vsize=868376 CPUtime=0
/proc/17257/task/17262/stat : 17262 (java) S 17256 17243 17017 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 35021452 889217024 16400 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17257/tid=17263] ppid=17256 vsize=868376 CPUtime=0.18
/proc/17257/task/17263/stat : 17263 (java) S 17256 17243 17017 0 -1 64 1469 0 0 0 17 1 0 0 16 0 9 0 35021452 889217024 16400 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17257/tid=17264] ppid=17256 vsize=868376 CPUtime=0
/proc/17257/task/17264/stat : 17264 (java) S 17256 17243 17017 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 35021452 889217024 16400 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17257/tid=17265] ppid=17256 vsize=868376 CPUtime=0
/proc/17257/task/17265/stat : 17265 (java) S 17256 17243 17017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 35021452 889217024 16400 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 890472

[startup+6.30273 s]
/proc/loadavg: 2.75 3.11 3.15 3/91 17265
/proc/meminfo: memFree=1512024/2055920 swapFree=4139248/4192956
[pid=17243] ppid=17241 vsize=16740 CPUtime=0.51
/proc/17243/stat : 17243 (sugar++) S 17241 17243 17017 0 -1 4194304 1297 5351 0 1 5 2 41 3 15 0 1 0 35021347 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17243/statm: 4185 1104 409 3 0 764 0
[pid=17256] ppid=17243 vsize=5356 CPUtime=0
/proc/17256/stat : 17256 (sh) S 17243 17243 17017 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35021448 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17256/statm: 1339 233 193 169 0 50 0
[pid=17257] ppid=17256 vsize=868488 CPUtime=5.16
/proc/17257/stat : 17257 (java) S 17256 17243 17017 0 -1 0 20702 0 1 0 501 15 0 0 20 0 9 0 35021448 889331712 19643 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17257/statm: 217122 19643 2567 9 0 211669 0
[pid=17257/tid=17258] ppid=17256 vsize=868488 CPUtime=3.26
/proc/17257/task/17258/stat : 17258 (java) R 17256 17243 17017 0 -1 64 3486 0 1 0 320 6 0 0 25 0 9 0 35021449 889331712 19643 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17257/tid=17259] ppid=17256 vsize=868488 CPUtime=1.59
/proc/17257/task/17259/stat : 17259 (java) S 17256 17243 17017 0 -1 64 14985 0 0 0 152 7 0 0 16 0 9 0 35021450 889331712 19643 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17257/tid=17260] ppid=17256 vsize=868488 CPUtime=0
/proc/17257/task/17260/stat : 17260 (java) S 17256 17243 17017 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 35021450 889331712 19643 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17257/tid=17261] ppid=17256 vsize=868488 CPUtime=0
/proc/17257/task/17261/stat : 17261 (java) S 17256 17243 17017 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35021450 889331712 19643 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17257/tid=17262] ppid=17256 vsize=868488 CPUtime=0
/proc/17257/task/17262/stat : 17262 (java) S 17256 17243 17017 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 35021452 889331712 19643 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17257/tid=17263] ppid=17256 vsize=868488 CPUtime=0.28
/proc/17257/task/17263/stat : 17263 (java) S 17256 17243 17017 0 -1 64 1538 0 0 0 27 1 0 0 16 0 9 0 35021452 889331712 19643 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17257/tid=17264] ppid=17256 vsize=868488 CPUtime=0
/proc/17257/task/17264/stat : 17264 (java) S 17256 17243 17017 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 35021452 889331712 19643 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17257/tid=17265] ppid=17256 vsize=868488 CPUtime=0
/proc/17257/task/17265/stat : 17265 (java) S 17256 17243 17017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 35021452 889331712 19643 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.67
Current children cumulated vsize (KiB) 890584

[startup+12.7024 s]
/proc/loadavg: 2.70 3.09 3.14 4/91 17265
/proc/meminfo: memFree=1440408/2055920 swapFree=4139248/4192956
[pid=17243] ppid=17241 vsize=16740 CPUtime=0.51
/proc/17243/stat : 17243 (sugar++) S 17241 17243 17017 0 -1 4194304 1297 5351 0 1 5 2 41 3 15 0 1 0 35021347 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17243/statm: 4185 1104 409 3 0 764 0
[pid=17256] ppid=17243 vsize=5356 CPUtime=0
/proc/17256/stat : 17256 (sh) S 17243 17243 17017 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35021448 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17256/statm: 1339 233 193 169 0 50 0
[pid=17257] ppid=17256 vsize=868488 CPUtime=11.26
/proc/17257/stat : 17257 (java) S 17256 17243 17017 0 -1 0 21031 0 1 0 1062 64 0 0 20 0 9 0 35021448 889331712 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17257/statm: 217122 19654 2567 9 0 211669 0
[pid=17257/tid=17258] ppid=17256 vsize=868488 CPUtime=9.16
/proc/17257/task/17258/stat : 17258 (java) R 17256 17243 17017 0 -1 64 3804 0 1 0 864 52 0 0 25 0 9 0 35021449 889331712 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4127032483 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17257/tid=17259] ppid=17256 vsize=868488 CPUtime=1.76
/proc/17257/task/17259/stat : 17259 (java) S 17256 17243 17017 0 -1 64 14989 0 0 0 167 9 0 0 16 0 9 0 35021450 889331712 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17257/tid=17260] ppid=17256 vsize=868488 CPUtime=0
/proc/17257/task/17260/stat : 17260 (java) S 17256 17243 17017 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 35021450 889331712 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17257/tid=17261] ppid=17256 vsize=868488 CPUtime=0
/proc/17257/task/17261/stat : 17261 (java) S 17256 17243 17017 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35021450 889331712 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17257/tid=17262] ppid=17256 vsize=868488 CPUtime=0
/proc/17257/task/17262/stat : 17262 (java) S 17256 17243 17017 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 35021452 889331712 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17257/tid=17263] ppid=17256 vsize=868488 CPUtime=0.3
/proc/17257/task/17263/stat : 17263 (java) S 17256 17243 17017 0 -1 64 1545 0 0 0 29 1 0 0 16 0 9 0 35021452 889331712 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17257/tid=17264] ppid=17256 vsize=868488 CPUtime=0
/proc/17257/task/17264/stat : 17264 (java) S 17256 17243 17017 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 35021452 889331712 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17257/tid=17265] ppid=17256 vsize=868488 CPUtime=0
/proc/17257/task/17265/stat : 17265 (java) S 17256 17243 17017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 35021452 889331712 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.77
Current children cumulated vsize (KiB) 890584

[startup+25.5027 s]
/proc/loadavg: 2.60 3.05 3.13 4/91 17265
/proc/meminfo: memFree=1311448/2055920 swapFree=4139248/4192956
[pid=17243] ppid=17241 vsize=16740 CPUtime=0.51
/proc/17243/stat : 17243 (sugar++) S 17241 17243 17017 0 -1 4194304 1297 5351 0 1 5 2 41 3 16 0 1 0 35021347 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17243/statm: 4185 1104 409 3 0 764 0
[pid=17256] ppid=17243 vsize=5356 CPUtime=0
/proc/17256/stat : 17256 (sh) S 17243 17243 17017 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35021448 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17256/statm: 1339 233 193 169 0 50 0
[pid=17257] ppid=17256 vsize=868488 CPUtime=23.86
/proc/17257/stat : 17257 (java) S 17256 17243 17017 0 -1 0 21581 0 1 0 2251 135 0 0 20 0 9 0 35021448 889331712 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17257/statm: 217122 19654 2567 9 0 211669 0
[pid=17257/tid=17258] ppid=17256 vsize=868488 CPUtime=21.48
/proc/17257/task/17258/stat : 17258 (java) R 17256 17243 17017 0 -1 64 4354 0 1 0 2028 120 0 0 25 0 9 0 35021449 889331712 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4127032652 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17257/tid=17259] ppid=17256 vsize=868488 CPUtime=2.06
/proc/17257/task/17259/stat : 17259 (java) S 17256 17243 17017 0 -1 64 14989 0 0 0 193 13 0 0 16 0 9 0 35021450 889331712 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17257/tid=17260] ppid=17256 vsize=868488 CPUtime=0
/proc/17257/task/17260/stat : 17260 (java) S 17256 17243 17017 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 35021450 889331712 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17257/tid=17261] ppid=17256 vsize=868488 CPUtime=0
/proc/17257/task/17261/stat : 17261 (java) S 17256 17243 17017 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35021450 889331712 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17257/tid=17262] ppid=17256 vsize=868488 CPUtime=0
/proc/17257/task/17262/stat : 17262 (java) S 17256 17243 17017 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 35021452 889331712 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17257/tid=17263] ppid=17256 vsize=868488 CPUtime=0.3
/proc/17257/task/17263/stat : 17263 (java) S 17256 17243 17017 0 -1 64 1545 0 0 0 29 1 0 0 16 0 9 0 35021452 889331712 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17257/tid=17264] ppid=17256 vsize=868488 CPUtime=0
/proc/17257/task/17264/stat : 17264 (java) S 17256 17243 17017 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 35021452 889331712 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17257/tid=17265] ppid=17256 vsize=868488 CPUtime=0
/proc/17257/task/17265/stat : 17265 (java) S 17256 17243 17017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 35021452 889331712 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.37
Current children cumulated vsize (KiB) 890584

[startup+51.1024 s]
/proc/loadavg: 2.87 3.08 3.14 3/82 17266
/proc/meminfo: memFree=1042400/2055920 swapFree=4139248/4192956
[pid=17243] ppid=17241 vsize=17268 CPUtime=47.72
/proc/17243/stat : 17243 (sugar++) S 17241 17243 17017 0 -1 4194304 1587 28440 0 2 7 2 4452 311 16 0 1 0 35021347 17682432 1244 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17243/statm: 4317 1244 413 3 0 896 0
[pid=17266] ppid=17243 vsize=88932 CPUtime=0.95
/proc/17266/stat : 17266 (minisat-inc) R 17243 17243 17017 0 -1 4194304 21367 0 0 0 81 14 0 0 25 0 1 0 35026357 91066368 21316 996147200 134512640 135134323 4294956192 18446744073709551615 134708315 0 0 4096 3 0 0 0 17 1 0 0
/proc/17266/statm: 22233 21317 59 151 0 22079 0
Current children cumulated CPU time (s) 48.67
Current children cumulated vsize (KiB) 106200



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+62.1015 s]
/proc/loadavg: 2.90 3.07 3.13 3/82 17266
/proc/meminfo: memFree=192096/2055920 swapFree=4139248/4192956
[pid=17243] ppid=17241 vsize=17268 CPUtime=47.72
/proc/17243/stat : 17243 (sugar++) S 17241 17243 17017 0 -1 4194304 1597 28440 0 2 7 2 4452 311 15 0 1 0 35021347 17682432 1246 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17243/statm: 4317 1246 414 3 0 896 0
[pid=17266] ppid=17243 vsize=907560 CPUtime=11.94
/proc/17266/stat : 17266 (minisat-inc) R 17243 17243 17017 0 -1 4194304 221518 0 0 0 1050 144 0 0 25 0 1 0 35026357 929341440 221467 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 1 0 0
/proc/17266/statm: 226890 221467 71 151 0 226736 0
Current children cumulated CPU time (s) 59.66
Current children cumulated vsize (KiB) 924828

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

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

[startup+62.2125 s]
/proc/loadavg: 2.90 3.07 3.13 3/82 17266
/proc/meminfo: memFree=192096/2055920 swapFree=4139248/4192956
[pid=17243] ppid=17241 vsize=17268 CPUtime=47.72
/proc/17243/stat : 17243 (sugar++) S 17241 17243 17017 0 -1 4194304 1619 28440 0 2 7 2 4452 311 16 0 1 0 35021347 17682432 1246 996147200 4194304 4206940 548682068528 18446744073709551615 237797162900 0 0 4224 16386 18446744071563356171 0 0 17 0 0 0
/proc/17243/statm: 4317 1246 414 3 0 896 0
[pid=17266] ppid=17243 vsize=0 CPUtime=12.05
/proc/17266/stat : 17266 (minisat-inc) R 17243 17243 17017 0 -1 4195332 221518 0 0 0 1050 155 0 0 25 0 1 0 35026357 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/17266/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 59.77
Current children cumulated vsize (KiB) 17268

[startup+62.4015 s]
/proc/loadavg: 2.90 3.07 3.13 3/82 17266
/proc/meminfo: memFree=192096/2055920 swapFree=4139248/4192956
[pid=17243] ppid=17241 vsize=17268 CPUtime=59.97
/proc/17243/stat : 17243 (sugar++) R 17241 17243 17017 0 -1 4194304 1623 249958 0 2 7 17 5503 470 19 0 1 0 35021347 17682432 1247 996147200 4194304 4206940 548682068528 18446744073709551615 237788435497 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17243/statm: 4317 1247 415 3 0 896 0
Current children cumulated CPU time (s) 59.97
Current children cumulated vsize (KiB) 17268

[startup+62.5015 s]
/proc/loadavg: 2.90 3.07 3.13 3/82 17266
/proc/meminfo: memFree=192096/2055920 swapFree=4139248/4192956
[pid=17243] ppid=17241 vsize=17268 CPUtime=60.07
/proc/17243/stat : 17243 (sugar++) R 17241 17243 17017 0 -1 4194304 1623 249958 0 2 7 27 5503 470 19 0 1 0 35021347 17682432 1247 996147200 4194304 4206940 548682068528 18446744073709551615 237788435497 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17243/statm: 4317 1247 415 3 0 896 0
Current children cumulated CPU time (s) 60.07
Current children cumulated vsize (KiB) 17268

Child status: 0
Real time (s): 62.5139
CPU time (s): 60.1039
CPU user time (s): 55.1136
CPU system time (s): 4.99024
CPU usage (%): 96.1448
Max. virtual memory (cumulated for all children) (KiB): 924828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.1136
system time used= 4.99024
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 251627
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= 18729
involuntary context switches= 21423

runsolver used 0.068989 second user time and 0.228965 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-11 15:33:04
IDJOB=1108603
IDBENCH=60740
IDSOLVER=367
FILE ID=node24/1108603-1215783184
PBS_JOBID= 7903147
Free space on /tmp= 66460 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/BH-4-13/normalized-BlackHole-4-13-e-3_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-1108603-1215783184/watcher-1108603-1215783184 -o /tmp/evaluation-result-1108603-1215783184/solver-1108603-1215783184 -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-1108603-1215783184.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0d63c340aa2de5a517388f1f4a3c0ad6
RANDOM SEED=483954374

node24.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.220
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.220
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:       1587856 kB
Buffers:         25232 kB
Cached:         276396 kB
SwapCached:      48776 kB
Active:         164440 kB
Inactive:       263376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1587856 kB
SwapTotal:     4192956 kB
SwapFree:      4139248 kB
Dirty:            1288 kB
Writeback:           0 kB
Mapped:          99472 kB
Slab:            25264 kB
Committed_AS:   965356 kB
PageTables:       2128 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= 66460 MiB
End job on node24 at 2008-07-11 15:34:09