Trace number 1108651

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.8977 62.6221

General information on the benchmark

Namecsp/BH-4-13/
normalized-BlackHole-4-13-e-1_ext.xml
MD5SUMd211ae6c6c79ecd682df2e7c9710a9e2
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.08/0.61	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.08/0.61	c 0	BEGIN Fri Jul 11 16:13:05 2008
0.08/0.61	c 0	PID 15932
0.08/0.61	c 0	HOST node21.alineos.net
0.08/0.61	c 0	CONVERTING HOME/instance-1108651-1215785584.xml TO HOME/temp.csp
0.08/0.61	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108651-1215785584.xml' 'HOME/temp.csp'
0.73/1.31	c 0	4 domains, 208 variables, 0 predicates, 8 relations, 4217 constraints
0.73/1.36	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.73/1.36	c 0	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.76/1.47	c 1	Parsing HOME/temp.csp
0.76/1.70	c 1	parsed 4437 expressions
0.76/1.70	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.76/1.74	c 1	MAX CSP: 4217 constraints
0.76/1.74	c 1	Converting to clausal form CSP
0.76/1.90	c 1	converted 866 (10%) expressions
1.44/2.15	c 1	converted 1732 (20%) expressions
1.64/2.35	c 1	converted 2598 (30%) expressions
1.84/2.51	c 2	converted 3463 (40%) expressions
1.94/2.62	c 2	converted 4329 (50%) expressions
2.15/2.88	c 2	converted 5195 (60%) expressions
2.35/3.00	c 2	converted 6060 (70%) expressions
2.45/3.10	c 2	converted 6926 (80%) expressions
2.75/3.43	c 2	converted 7792 (90%) expressions
3.24/3.94	c 3	converted 8657 (100%) expressions
3.24/3.94	c 3	CSP : 8642 integers, 0 booleans, 12650 clauses, largest domain size 6326
3.24/3.94	c 3	Heap : 54 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.24/3.94	c 3	Propagation in CSP
3.34/4.09	c 3	4211 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.34/4.09	c 3	CSP : 8642 integers, 0 booleans, 12650 clauses, largest domain size 4218
3.34/4.09	c 3	Heap : 57 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.44/4.10	c 3	Simplifing CSP by introducing new Boolean variables
3.44/4.11	c 3	CSP : 8642 integers, 0 booleans, 12650 clauses, largest domain size 4218
3.44/4.11	c 3	Heap : 53 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.64/4.36	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.64/4.39	c 3	865 (10%) CSP integer variables are encoded (6920 clauses, 87869 bytes)
3.64/4.40	c 3	1729 (20%) CSP integer variables are encoded (6920 clauses, 87869 bytes)
3.64/4.40	c 3	2593 (30%) CSP integer variables are encoded (6920 clauses, 87869 bytes)
3.64/4.40	c 3	3457 (40%) CSP integer variables are encoded (6920 clauses, 87869 bytes)
3.64/4.40	c 3	4321 (50%) CSP integer variables are encoded (6920 clauses, 87869 bytes)
3.74/4.41	c 3	5186 (60%) CSP integer variables are encoded (16673 clauses, 234164 bytes)
3.74/4.43	c 3	6050 (70%) CSP integer variables are encoded (25103 clauses, 360614 bytes)
3.74/4.44	c 3	6914 (80%) CSP integer variables are encoded (34744 clauses, 505229 bytes)
3.84/4.50	c 4	7778 (90%) CSP integer variables are encoded (87193 clauses, 1291964 bytes)
3.84/4.52	c 4	8642 (100%) CSP integer variables are encoded (99943 clauses, 1499779 bytes)
4.34/5.05	c 4	1265 (10%) CSP clauses are encoded (124025 clauses, 2129410 bytes)
4.94/5.60	c 5	2530 (20%) CSP clauses are encoded (150392 clauses, 2873151 bytes)
5.44/6.14	c 5	3795 (30%) CSP clauses are encoded (177437 clauses, 3656763 bytes)
5.84/6.51	c 6	5060 (40%) CSP clauses are encoded (280789 clauses, 5906199 bytes)
7.53/8.26	c 7	6325 (50%) CSP clauses are encoded (1320586 clauses, 28163311 bytes)
8.04/8.74	c 8	7590 (60%) CSP clauses are encoded (1613953 clauses, 34399120 bytes)
13.33/14.17	c 13	8855 (70%) CSP clauses are encoded (4704286 clauses, 100726153 bytes)
24.75/25.78	c 25	10120 (80%) CSP clauses are encoded (9291852 clauses, 198735404 bytes)
32.06/33.19	c 32	11385 (90%) CSP clauses are encoded (13772412 clauses, 294934920 bytes)
48.31/49.92	c 49	12650 (100%) CSP clauses are encoded (22600191 clauses, 501972067 bytes)
48.31/49.92	c 49	12650 CSP clauses encoded
48.31/49.92	c 49	Writing map file : HOME/temp.map
48.31/49.97	c 49	Heap : 53 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
48.31/49.97	c 49	SAT : 108583 SAT variables, 22600191 SAT clauses, 501972067 bytes
48.31/49.97	c 49	Heap : 53 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
48.40/50.02	c 49	OBJECTIVE minimize _COST
48.40/50.02	c 49	SOLVING HOME/temp.cnf
48.40/50.02	c 49	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
48.40/50.02	c 49	This is MiniSat 2.0 beta incremental
48.40/50.02	c 49	WARNING: for repeatability, setting FPU to use double precision
48.40/50.02	c 49	============================[ Problem Statistics ]=============================
48.40/50.02	c 49	|                                                                             |
48.40/50.04	c 49	|  Number of variables:  108583                                               |
48.40/50.04	c 49	|  Number of clauses:    22600191                                             |
58.88/60.65	c 60	|  Parsing time:         9.05         s                                       |
59.27/61.10	c 60	OK
59.27/61.10	c 60	OBJECTIVE BOUND: 0 <= _COST <= 
59.27/61.10	c 60	SEARCHING: _COST <= 2109
59.27/61.10	c 60	============================[ Search Statistics ]==============================
59.27/61.10	c 60	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
59.27/61.10	c 60	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
59.27/61.10	c 60	===============================================================================
59.27/61.10	c 60	|         0 |  108583 22600191 67657620 |  7533397        0    nan |  0.000 % |
60.46/62.21	c ERROR INTERRUPTED
60.46/62.21	s UNKNOWN
60.56/62.38	c 61	CPU 55.79 (0.08 0.03 55.71 4.8)
60.56/62.38	c 61	END Fri Jul 11 16:14:06 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-1108651-1215785584/watcher-1108651-1215785584 -o /tmp/evaluation-result-1108651-1215785584/solver-1108651-1215785584 -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-1108651-1215785584.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.53 2.54 2.54 5/80 15932
/proc/meminfo: memFree=1805736/2055920 swapFree=4179048/4192956
[pid=15932] ppid=15930 vsize=18572 CPUtime=0
/proc/15932/stat : 15932 (runsolver) R 15930 15932 15642 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 35260503 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 221236489511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15932/statm: 4643 292 257 25 0 2626 0

[startup+0.0521731 s]
/proc/loadavg: 2.53 2.54 2.54 5/80 15932
/proc/meminfo: memFree=1805736/2055920 swapFree=4179048/4192956
[pid=15932] ppid=15930 vsize=13204 CPUtime=0.02
/proc/15932/stat : 15932 (sugar++) D 15930 15932 15642 0 -1 4194304 687 0 0 0 2 0 0 0 18 0 1 0 35260503 13520896 655 996147200 4194304 4206940 548682068528 18446744073709551615 221236656741 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/15932/statm: 3301 655 336 3 0 401 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13204

[startup+0.101077 s]
/proc/loadavg: 2.53 2.54 2.54 5/80 15932
/proc/meminfo: memFree=1805736/2055920 swapFree=4179048/4192956
[pid=15932] ppid=15930 vsize=13336 CPUtime=0.04
/proc/15932/stat : 15932 (sugar++) R 15930 15932 15642 0 -1 4194304 736 0 0 0 3 1 0 0 18 0 1 0 35260503 13656064 704 996147200 4194304 4206940 548682068528 18446744073709551615 221236656741 0 0 4224 0 0 0 0 17 0 0 0
/proc/15932/statm: 3334 704 338 3 0 434 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13336

[startup+0.301887 s]
/proc/loadavg: 2.53 2.54 2.54 5/80 15932
/proc/meminfo: memFree=1805736/2055920 swapFree=4179048/4192956
[pid=15932] ppid=15930 vsize=14908 CPUtime=0.06
/proc/15932/stat : 15932 (sugar++) R 15930 15932 15642 0 -1 4194304 901 0 0 0 4 2 0 0 18 0 1 0 35260503 15265792 869 996147200 4194304 4206940 548682068528 18446744073709551615 221249823138 0 0 4224 0 0 0 0 17 1 0 0
/proc/15932/statm: 3727 869 378 3 0 566 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 14908

[startup+0.701967 s]
/proc/loadavg: 2.53 2.54 2.54 5/80 15932
/proc/meminfo: memFree=1805736/2055920 swapFree=4179048/4192956
[pid=15932] ppid=15930 vsize=16740 CPUtime=0.09
/proc/15932/stat : 15932 (sugar++) S 15930 15932 15642 0 -1 4194304 1219 128 0 0 6 3 0 0 18 0 1 0 35260503 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15932/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16740

[startup+1.50111 s]
/proc/loadavg: 2.53 2.54 2.54 4/91 15944
/proc/meminfo: memFree=1795720/2055920 swapFree=4179048/4192956
[pid=15932] ppid=15930 vsize=16740 CPUtime=0.76
/proc/15932/stat : 15932 (sugar++) S 15930 15932 15642 0 -1 4194304 1296 5356 0 1 6 3 63 4 16 0 1 0 35260503 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15932/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 16740

[startup+3.10242 s]
/proc/loadavg: 2.57 2.55 2.54 4/91 15954
/proc/meminfo: memFree=1782600/2055920 swapFree=4179048/4192956
[pid=15932] ppid=15930 vsize=16740 CPUtime=0.76
/proc/15932/stat : 15932 (sugar++) S 15930 15932 15642 0 -1 4194304 1296 5356 0 1 6 3 63 4 15 0 1 0 35260503 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15932/statm: 4185 1104 409 3 0 764 0
[pid=15945] ppid=15932 vsize=5356 CPUtime=0
/proc/15945/stat : 15945 (sh) S 15932 15932 15642 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35260640 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15945/statm: 1339 233 193 169 0 50 0
[pid=15946] ppid=15945 vsize=868384 CPUtime=1.69
/proc/15946/stat : 15946 (java) S 15945 15932 15642 0 -1 0 15614 0 1 0 162 7 0 0 20 0 9 0 35260644 889225216 14746 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15946/statm: 217096 14746 2540 9 0 211671 0
[pid=15946/tid=15947] ppid=15945 vsize=868384 CPUtime=0.72
/proc/15946/task/15947/stat : 15947 (java) R 15945 15932 15642 0 -1 64 2970 0 1 0 70 2 0 0 25 0 9 0 35260645 889225216 14746 996147200 134512640 134550740 4294955920 18446744073709551615 4126605310 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15946/tid=15948] ppid=15945 vsize=868384 CPUtime=0.77
/proc/15946/task/15948/stat : 15948 (java) S 15945 15932 15642 0 -1 64 10479 0 0 0 74 3 0 0 16 0 9 0 35260646 889225216 14746 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15946/tid=15949] ppid=15945 vsize=868384 CPUtime=0
/proc/15946/task/15949/stat : 15949 (java) S 15945 15932 15642 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35260646 889225216 14746 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15946/tid=15950] ppid=15945 vsize=868384 CPUtime=0
/proc/15946/task/15950/stat : 15950 (java) S 15945 15932 15642 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35260646 889225216 14746 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15946/tid=15951] ppid=15945 vsize=868384 CPUtime=0
/proc/15946/task/15951/stat : 15951 (java) S 15945 15932 15642 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 35260648 889225216 14746 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15946/tid=15952] ppid=15945 vsize=868384 CPUtime=0.16
/proc/15946/task/15952/stat : 15952 (java) S 15945 15932 15642 0 -1 64 1472 0 0 0 16 0 0 0 16 0 9 0 35260648 889225216 14746 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15946/tid=15953] ppid=15945 vsize=868384 CPUtime=0
/proc/15946/task/15953/stat : 15953 (java) S 15945 15932 15642 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 35260648 889225216 14746 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15946/tid=15954] ppid=15945 vsize=868384 CPUtime=0
/proc/15946/task/15954/stat : 15954 (java) S 15945 15932 15642 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 35260648 889225216 14746 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 890480

[startup+6.30203 s]
/proc/loadavg: 2.57 2.55 2.54 3/91 15954
/proc/meminfo: memFree=1730376/2055920 swapFree=4179048/4192956
[pid=15932] ppid=15930 vsize=16740 CPUtime=0.76
/proc/15932/stat : 15932 (sugar++) S 15930 15932 15642 0 -1 4194304 1297 5356 0 1 6 3 63 4 15 0 1 0 35260503 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15932/statm: 4185 1104 409 3 0 764 0
[pid=15945] ppid=15932 vsize=5356 CPUtime=0
/proc/15945/stat : 15945 (sh) S 15932 15932 15642 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35260640 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15945/statm: 1339 233 193 169 0 50 0
[pid=15946] ppid=15945 vsize=868496 CPUtime=4.88
/proc/15946/stat : 15946 (java) S 15945 15932 15642 0 -1 0 20690 0 1 0 477 11 0 0 20 0 9 0 35260644 889339904 19636 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15946/statm: 217124 19636 2567 9 0 211671 0
[pid=15946/tid=15947] ppid=15945 vsize=868496 CPUtime=3.04
/proc/15946/task/15947/stat : 15947 (java) R 15945 15932 15642 0 -1 64 3479 0 1 0 300 4 0 0 25 0 9 0 35260645 889339904 19636 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15946/tid=15948] ppid=15945 vsize=868496 CPUtime=1.54
/proc/15946/task/15948/stat : 15948 (java) S 15945 15932 15642 0 -1 64 14980 0 0 0 149 5 0 0 16 0 9 0 35260646 889339904 19636 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15946/tid=15949] ppid=15945 vsize=868496 CPUtime=0
/proc/15946/task/15949/stat : 15949 (java) S 15945 15932 15642 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35260646 889339904 19636 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15946/tid=15950] ppid=15945 vsize=868496 CPUtime=0
/proc/15946/task/15950/stat : 15950 (java) S 15945 15932 15642 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35260646 889339904 19636 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15946/tid=15951] ppid=15945 vsize=868496 CPUtime=0
/proc/15946/task/15951/stat : 15951 (java) S 15945 15932 15642 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 35260648 889339904 19636 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15946/tid=15952] ppid=15945 vsize=868496 CPUtime=0.26
/proc/15946/task/15952/stat : 15952 (java) S 15945 15932 15642 0 -1 64 1538 0 0 0 26 0 0 0 16 0 9 0 35260648 889339904 19636 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15946/tid=15953] ppid=15945 vsize=868496 CPUtime=0
/proc/15946/task/15953/stat : 15953 (java) S 15945 15932 15642 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 35260648 889339904 19636 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15946/tid=15954] ppid=15945 vsize=868496 CPUtime=0
/proc/15946/task/15954/stat : 15954 (java) S 15945 15932 15642 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 35260648 889339904 19636 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.64
Current children cumulated vsize (KiB) 890592

[startup+12.7024 s]
/proc/loadavg: 2.64 2.56 2.55 4/91 15954
/proc/meminfo: memFree=1656968/2055920 swapFree=4179048/4192956
[pid=15932] ppid=15930 vsize=16740 CPUtime=0.76
/proc/15932/stat : 15932 (sugar++) S 15930 15932 15642 0 -1 4194304 1297 5356 0 1 6 3 63 4 15 0 1 0 35260503 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15932/statm: 4185 1104 409 3 0 764 0
[pid=15945] ppid=15932 vsize=5356 CPUtime=0
/proc/15945/stat : 15945 (sh) S 15932 15932 15642 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35260640 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15945/statm: 1339 233 193 169 0 50 0
[pid=15946] ppid=15945 vsize=868496 CPUtime=11.19
/proc/15946/stat : 15946 (java) S 15945 15932 15642 0 -1 0 21036 0 1 0 1057 62 0 0 20 0 9 0 35260644 889339904 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15946/statm: 217124 19654 2567 9 0 211671 0
[pid=15946/tid=15947] ppid=15945 vsize=868496 CPUtime=9.16
/proc/15946/task/15947/stat : 15947 (java) R 15945 15932 15642 0 -1 64 3807 0 1 0 863 53 0 0 25 0 9 0 35260645 889339904 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15946/tid=15948] ppid=15945 vsize=868496 CPUtime=1.72
/proc/15946/task/15948/stat : 15948 (java) S 15945 15932 15642 0 -1 64 14986 0 0 0 165 7 0 0 15 0 9 0 35260646 889339904 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15946/tid=15949] ppid=15945 vsize=868496 CPUtime=0
/proc/15946/task/15949/stat : 15949 (java) S 15945 15932 15642 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35260646 889339904 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15946/tid=15950] ppid=15945 vsize=868496 CPUtime=0
/proc/15946/task/15950/stat : 15950 (java) S 15945 15932 15642 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35260646 889339904 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15946/tid=15951] ppid=15945 vsize=868496 CPUtime=0
/proc/15946/task/15951/stat : 15951 (java) S 15945 15932 15642 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 35260648 889339904 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15946/tid=15952] ppid=15945 vsize=868496 CPUtime=0.28
/proc/15946/task/15952/stat : 15952 (java) S 15945 15932 15642 0 -1 64 1550 0 0 0 27 1 0 0 16 0 9 0 35260648 889339904 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15946/tid=15953] ppid=15945 vsize=868496 CPUtime=0
/proc/15946/task/15953/stat : 15953 (java) S 15945 15932 15642 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 35260648 889339904 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15946/tid=15954] ppid=15945 vsize=868496 CPUtime=0
/proc/15946/task/15954/stat : 15954 (java) S 15945 15932 15642 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 35260648 889339904 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.95
Current children cumulated vsize (KiB) 890592

[startup+25.5026 s]
/proc/loadavg: 2.76 2.59 2.56 3/91 15954
/proc/meminfo: memFree=1537544/2055920 swapFree=4179048/4192956
[pid=15932] ppid=15930 vsize=16740 CPUtime=0.76
/proc/15932/stat : 15932 (sugar++) S 15930 15932 15642 0 -1 4194304 1297 5356 0 1 6 3 63 4 16 0 1 0 35260503 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15932/statm: 4185 1104 409 3 0 764 0
[pid=15945] ppid=15932 vsize=5356 CPUtime=0
/proc/15945/stat : 15945 (sh) S 15932 15932 15642 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35260640 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15945/statm: 1339 233 193 169 0 50 0
[pid=15946] ppid=15945 vsize=868496 CPUtime=23.79
/proc/15946/stat : 15946 (java) S 15945 15932 15642 0 -1 0 21546 0 1 0 2247 132 0 0 20 0 9 0 35260644 889339904 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15946/statm: 217124 19654 2567 9 0 211671 0
[pid=15946/tid=15947] ppid=15945 vsize=868496 CPUtime=21.48
/proc/15946/task/15947/stat : 15947 (java) R 15945 15932 15642 0 -1 64 4317 0 1 0 2031 117 0 0 25 0 9 0 35260645 889339904 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15946/tid=15948] ppid=15945 vsize=868496 CPUtime=2
/proc/15946/task/15948/stat : 15948 (java) S 15945 15932 15642 0 -1 64 14986 0 0 0 188 12 0 0 16 0 9 0 35260646 889339904 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15946/tid=15949] ppid=15945 vsize=868496 CPUtime=0
/proc/15946/task/15949/stat : 15949 (java) S 15945 15932 15642 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35260646 889339904 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15946/tid=15950] ppid=15945 vsize=868496 CPUtime=0
/proc/15946/task/15950/stat : 15950 (java) S 15945 15932 15642 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35260646 889339904 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15946/tid=15951] ppid=15945 vsize=868496 CPUtime=0
/proc/15946/task/15951/stat : 15951 (java) S 15945 15932 15642 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 35260648 889339904 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15946/tid=15952] ppid=15945 vsize=868496 CPUtime=0.28
/proc/15946/task/15952/stat : 15952 (java) S 15945 15932 15642 0 -1 64 1550 0 0 0 27 1 0 0 16 0 9 0 35260648 889339904 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15946/tid=15953] ppid=15945 vsize=868496 CPUtime=0
/proc/15946/task/15953/stat : 15953 (java) S 15945 15932 15642 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 35260648 889339904 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15946/tid=15954] ppid=15945 vsize=868496 CPUtime=0
/proc/15946/task/15954/stat : 15954 (java) S 15945 15932 15642 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 35260648 889339904 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.55
Current children cumulated vsize (KiB) 890592

[startup+51.1015 s]
/proc/loadavg: 3.12 2.69 2.59 3/82 15955
/proc/meminfo: memFree=1252048/2055920 swapFree=4179048/4192956
[pid=15932] ppid=15930 vsize=17268 CPUtime=48.43
/proc/15932/stat : 15932 (sugar++) S 15930 15932 15642 0 -1 4194304 1587 28446 0 2 8 3 4517 315 16 0 1 0 35260503 17682432 1244 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15932/statm: 4317 1244 413 3 0 896 0
[pid=15955] ppid=15932 vsize=95136 CPUtime=1.04
/proc/15955/stat : 15955 (minisat-inc) R 15932 15932 15642 0 -1 4194304 23102 0 0 0 89 15 0 0 25 0 1 0 35265506 97419264 23051 996147200 134512640 135134323 4294956192 18446744073709551615 134515461 0 0 4096 3 0 0 0 17 1 0 0
/proc/15955/statm: 23784 23051 59 151 0 23630 0
Current children cumulated CPU time (s) 49.47
Current children cumulated vsize (KiB) 112404



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+62.2016 s]
/proc/loadavg: 3.09 2.70 2.59 4/82 15955
/proc/meminfo: memFree=410072/2055920 swapFree=4179048/4192956
[pid=15932] ppid=15930 vsize=17268 CPUtime=48.43
/proc/15932/stat : 15932 (sugar++) S 15930 15932 15642 0 -1 4194304 1597 28446 0 2 8 3 4517 315 15 0 1 0 35260503 17682432 1246 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15932/statm: 4317 1246 414 3 0 896 0
[pid=15955] ppid=15932 vsize=907720 CPUtime=12.03
/proc/15955/stat : 15955 (minisat-inc) R 15932 15932 15642 0 -1 4194304 221566 0 0 0 1053 150 0 0 25 0 1 0 35265506 929505280 221515 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15955/statm: 226930 221515 71 151 0 226776 0
Current children cumulated CPU time (s) 60.46
Current children cumulated vsize (KiB) 924988

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

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

[startup+62.616 s]
/proc/loadavg: 3.09 2.70 2.59 4/82 15956
/proc/meminfo: memFree=1798872/2055920 swapFree=4179048/4192956
[pid=15932] ppid=15930 vsize=17268 CPUtime=60.89
/proc/15932/stat : 15932 (sugar++) R 15930 15932 15642 0 -1 4194304 1623 250012 0 2 8 30 5571 480 18 0 1 0 35260503 17682432 1247 996147200 4194304 4206940 548682068528 18446744073709551615 221236663337 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15932/statm: 4317 1247 415 3 0 896 0
Current children cumulated CPU time (s) 60.89
Current children cumulated vsize (KiB) 17268

Child status: 0
Real time (s): 62.6221
CPU time (s): 60.8977
CPU user time (s): 55.7935
CPU system time (s): 5.10422
CPU usage (%): 97.2464
Max. virtual memory (cumulated for all children) (KiB): 924988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.7935
system time used= 5.10422
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 251681
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= 18352
involuntary context switches= 22597

runsolver used 0.090986 second user time and 0.216967 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-11 16:13:04
IDJOB=1108651
IDBENCH=60746
IDSOLVER=367
FILE ID=node21/1108651-1215785584
PBS_JOBID= 7903152
Free space on /tmp= 66480 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d211ae6c6c79ecd682df2e7c9710a9e2
RANDOM SEED=1137792831

node21.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.257
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.257
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:       1806216 kB
Buffers:         24160 kB
Cached:          99516 kB
SwapCached:       8924 kB
Active:         159852 kB
Inactive:        49364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1806216 kB
SwapTotal:     4192956 kB
SwapFree:      4179048 kB
Dirty:            1132 kB
Writeback:           0 kB
Mapped:          99360 kB
Slab:            25784 kB
Committed_AS:   936268 kB
PageTables:       1968 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= 66480 MiB
End job on node21 at 2008-07-11 16:14:08