Trace number 1125195

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) 100.893 103.078

General information on the benchmark

Namemaxcsp/celar/scens/
normalized-scenw-08_ext.xml
MD5SUMc0f4aafd9bd86043ee92dc929bd69cd1
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints127
Best CPU time to get the best result obtained on this benchmark3600.05
Satisfiable
(Un)Satisfiability was proved
Number of variables458
Number of constraints5286
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension5286
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Wed Jul 16 02:17:09 2008
0.00/0.08	c 0	PID 30974
0.06/0.08	c 0	HOST node1.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1125195-1216167429.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1125195-1216167429.xml' 'HOME/temp.csp'
2.04/2.18	c 2	6 domains, 458 variables, 0 predicates, 1494 relations, 5286 constraints
2.13/2.22	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.13/2.22	c 2	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'
2.15/2.30	c 2	Parsing HOME/temp.csp
5.58/5.75	c 6	parsed 7244 expressions
5.58/5.75	c 6	Heap : 64 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.58/5.79	c 6	MAX CSP: 5286 constraints
5.58/5.79	c 6	Converting to clausal form CSP
6.18/6.34	c 6	converted 1254 (10%) expressions
6.47/6.69	c 7	converted 2507 (20%) expressions
7.06/7.25	c 7	converted 3760 (30%) expressions
8.65/8.88	c 9	converted 5014 (40%) expressions
9.35/9.51	c 10	converted 6267 (50%) expressions
10.03/10.24	c 10	converted 7520 (60%) expressions
12.21/12.46	c 13	converted 8774 (70%) expressions
12.81/13.08	c 13	converted 10027 (80%) expressions
13.49/13.72	c 14	converted 11280 (90%) expressions
14.69/14.93	c 15	converted 12533 (100%) expressions
14.69/14.93	c 15	CSP : 11030 integers, 0 booleans, 15857 clauses, largest domain size 7930
14.69/14.93	c 15	Heap : 289 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.69/14.93	c 15	Propagation in CSP
14.89/15.16	c 15	5280 values, 0 unsatisfiable literals, and 0 valid clauses are removed
14.89/15.16	c 15	CSP : 11030 integers, 0 booleans, 15857 clauses, largest domain size 5287
14.89/15.17	c 15	Heap : 293 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.89/15.17	c 15	Simplifing CSP by introducing new Boolean variables
14.89/15.19	c 15	CSP : 11030 integers, 0 booleans, 15857 clauses, largest domain size 5287
14.89/15.19	c 15	Heap : 293 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.17/16.42	c 17	Encoding CSP to SAT : HOME/temp.cnf
16.17/16.46	c 17	1103 (10%) CSP integer variables are encoded (17184 clauses, 236190 bytes)
16.17/16.47	c 17	2206 (20%) CSP integer variables are encoded (17184 clauses, 236190 bytes)
16.17/16.48	c 17	3309 (30%) CSP integer variables are encoded (17184 clauses, 236190 bytes)
16.17/16.48	c 17	4412 (40%) CSP integer variables are encoded (17184 clauses, 236190 bytes)
16.17/16.48	c 17	5515 (50%) CSP integer variables are encoded (17184 clauses, 236190 bytes)
16.17/16.49	c 17	6618 (60%) CSP integer variables are encoded (29332 clauses, 418410 bytes)
16.27/16.51	c 17	7721 (70%) CSP integer variables are encoded (39277 clauses, 567585 bytes)
16.27/16.59	c 17	8824 (80%) CSP integer variables are encoded (111246 clauses, 1686315 bytes)
16.36/16.61	c 17	9927 (90%) CSP integer variables are encoded (122031 clauses, 1869660 bytes)
16.36/16.63	c 17	11030 (100%) CSP integer variables are encoded (135863 clauses, 2104804 bytes)
17.65/17.91	c 18	1586 (10%) CSP clauses are encoded (189968 clauses, 3608424 bytes)
19.05/19.33	c 19	3172 (20%) CSP clauses are encoded (251443 clauses, 5393195 bytes)
20.32/20.65	c 21	4758 (30%) CSP clauses are encoded (307093 clauses, 7051354 bytes)
21.02/21.38	c 21	6343 (40%) CSP clauses are encoded (471381 clauses, 10719116 bytes)
23.87/24.20	c 24	7929 (50%) CSP clauses are encoded (2100191 clauses, 45613159 bytes)
29.91/30.59	c 31	9515 (60%) CSP clauses are encoded (3054185 clauses, 65620865 bytes)
75.83/77.58	c 78	11100 (70%) CSP clauses are encoded (28482820 clauses, 656459158 bytes)
76.81/78.58	c 79	12686 (80%) CSP clauses are encoded (29011252 clauses, 669288902 bytes)
79.33/81.11	c 81	14272 (90%) CSP clauses are encoded (30364006 clauses, 702298783 bytes)
88.58/90.62	c 91	15857 (100%) CSP clauses are encoded (35490797 clauses, 827695106 bytes)
88.58/90.62	c 91	15857 CSP clauses encoded
88.58/90.62	c 91	Writing map file : HOME/temp.map
88.58/90.68	c 91	Heap : 214 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
88.58/90.68	c 91	SAT : 146893 SAT variables, 35490797 SAT clauses, 827695106 bytes
88.58/90.68	c 91	Heap : 214 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
88.65/90.78	c 91	OBJECTIVE minimize _COST
88.65/90.78	c 91	SOLVING HOME/temp.cnf
88.65/90.78	c 91	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
88.65/90.79	c 91	This is MiniSat 2.0 beta incremental
88.65/90.79	c 91	WARNING: for repeatability, setting FPU to use double precision
88.65/90.79	c 91	============================[ Problem Statistics ]=============================
88.65/90.79	c 91	|                                                                             |
88.65/90.79	c 91	|  Number of variables:  146893                                               |
88.65/90.79	c 91	|  Number of clauses:    35490797                                             |
100.30/102.51	c ERROR INTERRUPTED
100.30/102.51	s UNKNOWN
100.40/102.68	c 103	CPU 93.35 (0.08 0.02 93.27 7.08)
100.40/102.68	c 103	END Wed Jul 16 02:18:52 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-1125195-1216167429/watcher-1125195-1216167429 -o /tmp/evaluation-result-1125195-1216167429/solver-1125195-1216167429 -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-1125195-1216167429.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: 1.99 1.98 1.99 4/81 30974
/proc/meminfo: memFree=1713912/2055920 swapFree=4180660/4192956
[pid=30974] ppid=30972 vsize=12268 CPUtime=0
/proc/30974/stat : 30974 (sugar++) R 30972 30974 30361 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 73446405 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 259353442917 0 0 4224 0 0 0 0 17 1 0 0
/proc/30974/statm: 3067 316 241 3 0 167 0

[startup+0.0807569 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 30974
/proc/meminfo: memFree=1713912/2055920 swapFree=4180660/4192956
[pid=30974] ppid=30972 vsize=16740 CPUtime=0.06
/proc/30974/stat : 30974 (sugar++) S 30972 30974 30361 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 73446405 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30974/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.10216 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 30974
/proc/meminfo: memFree=1713912/2055920 swapFree=4180660/4192956
[pid=30974] ppid=30972 vsize=16740 CPUtime=0.06
/proc/30974/stat : 30974 (sugar++) S 30972 30974 30361 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 73446405 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30974/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301171 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 30974
/proc/meminfo: memFree=1713912/2055920 swapFree=4180660/4192956
[pid=30974] ppid=30972 vsize=16740 CPUtime=0.06
/proc/30974/stat : 30974 (sugar++) S 30972 30974 30361 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 73446405 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30974/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701222 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 30974
/proc/meminfo: memFree=1713912/2055920 swapFree=4180660/4192956
[pid=30974] ppid=30972 vsize=16740 CPUtime=0.06
/proc/30974/stat : 30974 (sugar++) S 30972 30974 30361 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 73446405 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30974/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50266 s]
/proc/loadavg: 1.99 1.98 1.99 4/92 30986
/proc/meminfo: memFree=1690080/2055920 swapFree=4180660/4192956
[pid=30974] ppid=30972 vsize=16740 CPUtime=0.06
/proc/30974/stat : 30974 (sugar++) S 30972 30974 30361 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 73446405 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30974/statm: 4185 1104 409 3 0 764 0
[pid=30977] ppid=30974 vsize=5356 CPUtime=0
/proc/30977/stat : 30977 (sh) S 30974 30974 30361 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73446413 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30977/statm: 1339 233 193 169 0 50 0
[pid=30978] ppid=30977 vsize=864720 CPUtime=1.39
/proc/30978/stat : 30978 (java) S 30977 30974 30361 0 -1 0 8831 0 1 0 132 7 0 0 18 0 9 0 73446413 885473280 7949 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30978/statm: 216180 7949 2529 9 0 210762 0
[pid=30978/tid=30979] ppid=30977 vsize=864720 CPUtime=1.02
/proc/30978/task/30979/stat : 30979 (java) R 30977 30974 30361 0 -1 64 2921 0 1 0 99 3 0 0 25 0 9 0 73446415 885473280 7949 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30978/tid=30980] ppid=30977 vsize=864720 CPUtime=0.17
/proc/30978/task/30980/stat : 30980 (java) S 30977 30974 30361 0 -1 64 4684 0 0 0 16 1 0 0 15 0 9 0 73446416 885473280 7949 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30978/tid=30981] ppid=30977 vsize=864720 CPUtime=0
/proc/30978/task/30981/stat : 30981 (java) S 30977 30974 30361 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 73446416 885473280 7949 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30978/tid=30982] ppid=30977 vsize=864720 CPUtime=0
/proc/30978/task/30982/stat : 30982 (java) S 30977 30974 30361 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 73446416 885473280 7949 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30978/tid=30983] ppid=30977 vsize=864720 CPUtime=0
/proc/30978/task/30983/stat : 30983 (java) S 30977 30974 30361 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 73446418 885473280 7949 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30978/tid=30984] ppid=30977 vsize=864720 CPUtime=0.16
/proc/30978/task/30984/stat : 30984 (java) S 30977 30974 30361 0 -1 64 526 0 0 0 16 0 0 0 16 0 9 0 73446418 885473280 7949 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30978/tid=30985] ppid=30977 vsize=864720 CPUtime=0
/proc/30978/task/30985/stat : 30985 (java) S 30977 30974 30361 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 73446418 885473280 7949 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30978/tid=30986] ppid=30977 vsize=864720 CPUtime=0
/proc/30978/task/30986/stat : 30986 (java) S 30977 30974 30361 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73446418 885473280 7949 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886816

[startup+3.1015 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 30986
/proc/meminfo: memFree=1683168/2055920 swapFree=4180660/4192956
[pid=30974] ppid=30972 vsize=16740 CPUtime=2.15
/proc/30974/stat : 30974 (sugar++) S 30972 30974 30361 0 -1 4194304 1297 9657 0 1 5 2 198 10 16 0 1 0 73446405 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30974/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 16740

[startup+6.30288 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 30996
/proc/meminfo: memFree=1644072/2055920 swapFree=4180660/4192956
[pid=30974] ppid=30972 vsize=16740 CPUtime=2.15
/proc/30974/stat : 30974 (sugar++) S 30972 30974 30361 0 -1 4194304 1297 9657 0 1 5 2 198 10 16 0 1 0 73446405 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30974/statm: 4185 1104 409 3 0 764 0
[pid=30987] ppid=30974 vsize=5356 CPUtime=0
/proc/30987/stat : 30987 (sh) S 30974 30974 30361 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73446627 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30987/statm: 1339 233 193 169 0 50 0
[pid=30988] ppid=30987 vsize=864264 CPUtime=4.03
/proc/30988/stat : 30988 (java) S 30987 30974 30361 0 -1 0 22635 0 1 0 391 12 0 0 18 0 9 0 73446628 885006336 21841 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30988/statm: 216066 21841 2540 9 0 210641 0
[pid=30988/tid=30989] ppid=30987 vsize=864264 CPUtime=2.23
/proc/30988/task/30989/stat : 30989 (java) R 30987 30974 30361 0 -1 64 3683 0 1 0 220 3 0 0 25 0 9 0 73446629 885006336 21841 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30988/tid=30990] ppid=30987 vsize=864264 CPUtime=1.69
/proc/30988/task/30990/stat : 30990 (java) R 30987 30974 30361 0 -1 64 17908 0 0 0 162 7 0 0 16 0 9 0 73446630 885006336 21841 996147200 134512640 134550740 4294955920 18446744073709551615 104187997 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30988/tid=30991] ppid=30987 vsize=864264 CPUtime=0
/proc/30988/task/30991/stat : 30991 (java) S 30987 30974 30361 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73446630 885006336 21841 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30988/tid=30992] ppid=30987 vsize=864264 CPUtime=0
/proc/30988/task/30992/stat : 30992 (java) S 30987 30974 30361 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73446630 885006336 21841 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30988/tid=30993] ppid=30987 vsize=864264 CPUtime=0
/proc/30988/task/30993/stat : 30993 (java) S 30987 30974 30361 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73446632 885006336 21841 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30988/tid=30994] ppid=30987 vsize=864264 CPUtime=0.08
/proc/30988/task/30994/stat : 30994 (java) S 30987 30974 30361 0 -1 64 348 0 0 0 8 0 0 0 16 0 9 0 73446632 885006336 21841 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30988/tid=30995] ppid=30987 vsize=864264 CPUtime=0
/proc/30988/task/30995/stat : 30995 (java) S 30987 30974 30361 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73446632 885006336 21841 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30988/tid=30996] ppid=30987 vsize=864264 CPUtime=0
/proc/30988/task/30996/stat : 30996 (java) S 30987 30974 30361 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73446632 885006336 21841 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 886360

[startup+12.7026 s]
/proc/loadavg: 2.07 2.00 2.00 4/92 30996
/proc/meminfo: memFree=1495656/2055920 swapFree=4180660/4192956
[pid=30974] ppid=30972 vsize=16740 CPUtime=2.15
/proc/30974/stat : 30974 (sugar++) S 30972 30974 30361 0 -1 4194304 1297 9657 0 1 5 2 198 10 16 0 1 0 73446405 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30974/statm: 4185 1104 409 3 0 764 0
[pid=30987] ppid=30974 vsize=5356 CPUtime=0
/proc/30987/stat : 30987 (sh) S 30974 30974 30361 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73446627 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30987/statm: 1339 233 193 169 0 50 0
[pid=30988] ppid=30987 vsize=868400 CPUtime=10.36
/proc/30988/stat : 30988 (java) S 30987 30974 30361 0 -1 0 80618 0 1 0 1000 36 0 0 18 0 9 0 73446628 889241600 60905 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30988/statm: 217100 60905 2540 9 0 211675 0
[pid=30988/tid=30989] ppid=30987 vsize=868400 CPUtime=4.29
/proc/30988/task/30989/stat : 30989 (java) R 30987 30974 30361 0 -1 64 5789 0 1 0 425 4 0 0 25 0 9 0 73446629 889241600 60905 996147200 134512640 134550740 4294955920 18446744073709551615 102492612 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30988/tid=30990] ppid=30987 vsize=868400 CPUtime=5.84
/proc/30988/task/30990/stat : 30990 (java) S 30987 30974 30361 0 -1 64 72679 0 0 0 554 30 0 0 16 0 9 0 73446630 889241600 60905 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30988/tid=30991] ppid=30987 vsize=868400 CPUtime=0
/proc/30988/task/30991/stat : 30991 (java) S 30987 30974 30361 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73446630 889241600 60905 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30988/tid=30992] ppid=30987 vsize=868400 CPUtime=0
/proc/30988/task/30992/stat : 30992 (java) S 30987 30974 30361 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73446630 889241600 60905 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30988/tid=30993] ppid=30987 vsize=868400 CPUtime=0
/proc/30988/task/30993/stat : 30993 (java) S 30987 30974 30361 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73446632 889241600 60905 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30988/tid=30994] ppid=30987 vsize=868400 CPUtime=0.2
/proc/30988/task/30994/stat : 30994 (java) S 30987 30974 30361 0 -1 64 1454 0 0 0 20 0 0 0 16 0 9 0 73446632 889241600 60905 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30988/tid=30995] ppid=30987 vsize=868400 CPUtime=0
/proc/30988/task/30995/stat : 30995 (java) S 30987 30974 30361 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73446632 889241600 60905 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30988/tid=30996] ppid=30987 vsize=868400 CPUtime=0
/proc/30988/task/30996/stat : 30996 (java) S 30987 30974 30361 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73446632 889241600 60905 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 890496

[startup+25.5011 s]
/proc/loadavg: 2.14 2.02 2.00 3/92 30996
/proc/meminfo: memFree=1344616/2055920 swapFree=4180660/4192956
[pid=30974] ppid=30972 vsize=16740 CPUtime=2.15
/proc/30974/stat : 30974 (sugar++) S 30972 30974 30361 0 -1 4194304 1297 9657 0 1 5 2 198 10 16 0 1 0 73446405 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30974/statm: 4185 1104 409 3 0 764 0
[pid=30987] ppid=30974 vsize=5356 CPUtime=0
/proc/30987/stat : 30987 (sh) S 30974 30974 30361 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73446627 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30987/statm: 1339 233 193 169 0 50 0
[pid=30988] ppid=30987 vsize=868512 CPUtime=22.8
/proc/30988/stat : 30988 (java) S 30987 30974 30361 0 -1 0 98013 0 1 0 2203 77 0 0 18 0 9 0 73446628 889356288 78161 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30988/statm: 217128 78161 2567 9 0 211675 0
[pid=30988/tid=30989] ppid=30987 vsize=868512 CPUtime=14.3
/proc/30988/task/30989/stat : 30989 (java) R 30987 30974 30361 0 -1 64 5977 0 1 0 1392 38 0 0 25 0 9 0 73446629 889356288 78161 996147200 134512640 134550740 4294955920 18446744073709551615 4127041931 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30988/tid=30990] ppid=30987 vsize=868512 CPUtime=8.15
/proc/30988/task/30990/stat : 30990 (java) S 30987 30974 30361 0 -1 64 89810 0 0 0 778 37 0 0 16 0 9 0 73446630 889356288 78161 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30988/tid=30991] ppid=30987 vsize=868512 CPUtime=0
/proc/30988/task/30991/stat : 30991 (java) S 30987 30974 30361 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73446630 889356288 78161 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30988/tid=30992] ppid=30987 vsize=868512 CPUtime=0
/proc/30988/task/30992/stat : 30992 (java) S 30987 30974 30361 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73446630 889356288 78161 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30988/tid=30993] ppid=30987 vsize=868512 CPUtime=0
/proc/30988/task/30993/stat : 30993 (java) S 30987 30974 30361 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73446632 889356288 78161 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30988/tid=30994] ppid=30987 vsize=868512 CPUtime=0.31
/proc/30988/task/30994/stat : 30994 (java) S 30987 30974 30361 0 -1 64 1530 0 0 0 31 0 0 0 16 0 9 0 73446632 889356288 78161 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30988/tid=30995] ppid=30987 vsize=868512 CPUtime=0
/proc/30988/task/30995/stat : 30995 (java) S 30987 30974 30361 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73446632 889356288 78161 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30988/tid=30996] ppid=30987 vsize=868512 CPUtime=0
/proc/30988/task/30996/stat : 30996 (java) S 30987 30974 30361 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73446632 889356288 78161 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 890608

[startup+51.1011 s]
/proc/loadavg: 2.45 2.09 2.03 3/92 30996
/proc/meminfo: memFree=1082664/2055920 swapFree=4180660/4192956
[pid=30974] ppid=30972 vsize=16740 CPUtime=2.15
/proc/30974/stat : 30974 (sugar++) S 30972 30974 30361 0 -1 4194304 1297 9657 0 1 5 2 198 10 16 0 1 0 73446405 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30974/statm: 4185 1104 409 3 0 764 0
[pid=30987] ppid=30974 vsize=5356 CPUtime=0
/proc/30987/stat : 30987 (sh) S 30974 30974 30361 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73446627 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30987/statm: 1339 233 193 169 0 50 0
[pid=30988] ppid=30987 vsize=868512 CPUtime=47.93
/proc/30988/stat : 30988 (java) S 30987 30974 30361 0 -1 0 98321 0 1 0 4554 239 0 0 18 0 9 0 73446628 889356288 78161 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30988/statm: 217128 78161 2567 9 0 211675 0
[pid=30988/tid=30989] ppid=30987 vsize=868512 CPUtime=39.15
/proc/30988/task/30989/stat : 30989 (java) R 30987 30974 30361 0 -1 64 6285 0 1 0 3717 198 0 0 25 0 9 0 73446629 889356288 78161 996147200 134512640 134550740 4294955920 18446744073709551615 102064747 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30988/tid=30990] ppid=30987 vsize=868512 CPUtime=8.45
/proc/30988/task/30990/stat : 30990 (java) S 30987 30974 30361 0 -1 64 89810 0 0 0 805 40 0 0 16 0 9 0 73446630 889356288 78161 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30988/tid=30991] ppid=30987 vsize=868512 CPUtime=0
/proc/30988/task/30991/stat : 30991 (java) S 30987 30974 30361 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73446630 889356288 78161 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30988/tid=30992] ppid=30987 vsize=868512 CPUtime=0
/proc/30988/task/30992/stat : 30992 (java) S 30987 30974 30361 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73446630 889356288 78161 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30988/tid=30993] ppid=30987 vsize=868512 CPUtime=0
/proc/30988/task/30993/stat : 30993 (java) S 30987 30974 30361 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73446632 889356288 78161 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30988/tid=30994] ppid=30987 vsize=868512 CPUtime=0.31
/proc/30988/task/30994/stat : 30994 (java) S 30987 30974 30361 0 -1 64 1530 0 0 0 31 0 0 0 16 0 9 0 73446632 889356288 78161 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30988/tid=30995] ppid=30987 vsize=868512 CPUtime=0
/proc/30988/task/30995/stat : 30995 (java) S 30987 30974 30361 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73446632 889356288 78161 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30988/tid=30996] ppid=30987 vsize=868512 CPUtime=0
/proc/30988/task/30996/stat : 30996 (java) S 30987 30974 30361 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73446632 889356288 78161 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.08
Current children cumulated vsize (KiB) 890608

[startup+102.306 s]
/proc/loadavg: 3.31 2.41 2.14 4/83 30997
/proc/meminfo: memFree=15792/2055920 swapFree=4180660/4192956
[pid=30974] ppid=30972 vsize=17400 CPUtime=88.74
/proc/30974/stat : 30974 (sugar++) S 30972 30974 30361 0 -1 4194304 1610 108832 0 2 8 2 8320 544 16 0 1 0 73446405 17817600 1268 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30974/statm: 4350 1268 413 3 0 929 0
[pid=30997] ppid=30974 vsize=891440 CPUtime=11.37
/proc/30997/stat : 30997 (minisat-inc) R 30974 30974 30361 0 -1 4194304 218983 0 0 0 991 146 0 0 25 0 1 0 73455484 912834560 218933 996147200 134512640 135134323 4294956192 18446744073709551615 134515598 0 0 4096 3 0 0 0 17 1 0 0
/proc/30997/statm: 222860 218933 59 151 0 222706 0
Current children cumulated CPU time (s) 100.11
Current children cumulated vsize (KiB) 908840



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+102.501 s]
/proc/loadavg: 3.31 2.41 2.14 4/83 30997
/proc/meminfo: memFree=15920/2055920 swapFree=4180660/4192956
[pid=30974] ppid=30972 vsize=17400 CPUtime=88.74
/proc/30974/stat : 30974 (sugar++) S 30972 30974 30361 0 -1 4194304 1610 108832 0 2 8 2 8320 544 16 0 1 0 73446405 17817600 1268 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30974/statm: 4350 1268 413 3 0 929 0
[pid=30997] ppid=30974 vsize=905132 CPUtime=11.56
/proc/30997/stat : 30997 (minisat-inc) R 30974 30974 30361 0 -1 4194304 222763 0 0 0 1007 149 0 0 25 0 1 0 73455484 926855168 222713 996147200 134512640 135134323 4294956192 18446744073709551615 134707558 0 0 4096 3 0 0 0 17 1 0 0
/proc/30997/statm: 226283 222713 59 151 0 226129 0
Current children cumulated CPU time (s) 100.3
Current children cumulated vsize (KiB) 922532

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

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

[startup+102.612 s]
/proc/loadavg: 3.31 2.41 2.14 4/83 30997
/proc/meminfo: memFree=15920/2055920 swapFree=4180660/4192956
[pid=30974] ppid=30972 vsize=17400 CPUtime=88.74
/proc/30974/stat : 30974 (sugar++) S 30972 30974 30361 0 -1 4194304 1636 108832 0 2 8 2 8320 544 16 0 1 0 73446405 17817600 1268 996147200 4194304 4206940 548682068528 18446744073709551615 259362176916 0 0 4224 16386 18446744071563356171 0 0 17 1 0 0
/proc/30974/statm: 4350 1268 413 3 0 929 0
[pid=30997] ppid=30974 vsize=0 CPUtime=11.66
/proc/30997/stat : 30997 (minisat-inc) R 30974 30974 30361 0 -1 4195332 222763 0 0 0 1007 159 0 0 25 0 1 0 73455484 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/30997/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 100.4
Current children cumulated vsize (KiB) 17400

[startup+103.001 s]
/proc/loadavg: 3.31 2.41 2.14 4/83 30997
/proc/meminfo: memFree=15920/2055920 swapFree=4180660/4192956
[pid=30974] ppid=30972 vsize=17400 CPUtime=100.8
/proc/30974/stat : 30974 (sugar++) R 30972 30974 30361 0 -1 4194304 1642 331595 0 2 8 37 9327 708 18 0 1 0 73446405 17817600 1269 996147200 4194304 4206940 548682068528 18446744073709551615 259353449513 0 0 4224 16386 0 0 0 17 1 0 0
/proc/30974/statm: 4350 1269 414 3 0 929 0
Current children cumulated CPU time (s) 100.8
Current children cumulated vsize (KiB) 17400

Child status: 0
Real time (s): 103.078
CPU time (s): 100.893
CPU user time (s): 93.3588
CPU system time (s): 7.53385
CPU usage (%): 97.8797
Max. virtual memory (cumulated for all children) (KiB): 922532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 93.3588
system time used= 7.53385
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 333283
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= 12299
involuntary context switches= 15082

runsolver used 0.138978 second user time and 0.364944 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-16 02:17:09
IDJOB=1125195
IDBENCH=63089
IDSOLVER=367
FILE ID=node1/1125195-1216167429
PBS_JOBID= 7905740
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/celar/scens/normalized-scenw-08_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-1125195-1216167429/watcher-1125195-1216167429 -o /tmp/evaluation-result-1125195-1216167429/solver-1125195-1216167429 -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-1125195-1216167429.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c0f4aafd9bd86043ee92dc929bd69cd1
RANDOM SEED=531737233

node1.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.244
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.244
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:       1714392 kB
Buffers:         79028 kB
Cached:         173060 kB
SwapCached:       6176 kB
Active:         189932 kB
Inactive:        81832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1714392 kB
SwapTotal:     4192956 kB
SwapFree:      4180660 kB
Dirty:            4468 kB
Writeback:           0 kB
Mapped:          35688 kB
Slab:            54676 kB
Committed_AS:   363740 kB
PageTables:       2036 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 node1 at 2008-07-16 02:18:54