Trace number 1114323

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) 63.4474 80.399

General information on the benchmark

Namecsp/ehi-85/
normalized-ehi-85-297-78_ext.xml
MD5SUM829ad83f421431b57b374064b4466b1e
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints9
Best CPU time to get the best result obtained on this benchmark895.122
Satisfiable
(Un)Satisfiability was proved
Number of variables297
Number of constraints4103
Maximum constraint arity2
Maximum domain size7
Number of constraints which are defined in extension4103
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.06	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.03/0.07	c 0	BEGIN Thu Aug  7 20:54:54 2008
0.03/0.07	c 0	PID 20351
0.03/0.07	c 0	HOST node82.alineos.net
0.03/0.07	c 0	CONVERTING HOME/instance-1114323-1218135293.xml TO HOME/temp.csp
0.03/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1114323-1218135293.xml' 'HOME/temp.csp'
0.06/0.43	c 0	1 domains, 297 variables, 0 predicates, 82 relations, 4103 constraints
0.06/0.45	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.45	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.53/0.52	c 0	Parsing HOME/temp.csp
0.53/0.69	c 0	parsed 4483 expressions
0.53/0.69	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.53/0.73	c 0	MAX CSP: 4103 constraints
0.53/0.73	c 0	Converting to clausal form CSP
0.53/0.79	c 0	converted 859 (10%) expressions
0.53/0.89	c 0	converted 1718 (20%) expressions
0.53/0.95	c 0	converted 2577 (30%) expressions
0.53/0.99	c 1	converted 3436 (40%) expressions
1.24/1.07	c 1	converted 4295 (50%) expressions
1.24/1.10	c 1	converted 5154 (60%) expressions
1.33/1.13	c 1	converted 6013 (70%) expressions
1.33/1.16	c 1	converted 6872 (80%) expressions
1.44/1.27	c 1	converted 7731 (90%) expressions
1.86/1.60	c 1	converted 8589 (100%) expressions
1.86/1.61	c 1	CSP : 8503 integers, 0 booleans, 12308 clauses, largest domain size 6155
1.86/1.61	c 1	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.86/1.61	c 1	Propagation in CSP
1.98/1.75	c 1	4099 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.98/1.75	c 1	CSP : 8503 integers, 0 booleans, 12308 clauses, largest domain size 4104
1.98/1.75	c 1	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.98/1.76	c 1	Simplifing CSP by introducing new Boolean variables
1.98/1.77	c 1	CSP : 8503 integers, 0 booleans, 12308 clauses, largest domain size 4104
1.98/1.77	c 1	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.08/1.88	c 1	Encoding CSP to SAT : HOME/temp.cnf
2.19/1.90	c 1	851 (10%) CSP integer variables are encoded (1485 clauses, 17524 bytes)
2.19/1.90	c 1	1701 (20%) CSP integer variables are encoded (1485 clauses, 17524 bytes)
2.19/1.90	c 1	2551 (30%) CSP integer variables are encoded (1485 clauses, 17524 bytes)
2.19/1.91	c 1	3402 (40%) CSP integer variables are encoded (1485 clauses, 17524 bytes)
2.19/1.91	c 1	4252 (50%) CSP integer variables are encoded (1485 clauses, 17524 bytes)
2.19/1.92	c 1	5102 (60%) CSP integer variables are encoded (10698 clauses, 147500 bytes)
2.19/1.93	c 1	5953 (70%) CSP integer variables are encoded (18971 clauses, 271595 bytes)
2.19/1.94	c 1	6803 (80%) CSP integer variables are encoded (28369 clauses, 412565 bytes)
2.19/1.95	c 1	7653 (90%) CSP integer variables are encoded (36312 clauses, 531710 bytes)
2.29/2.02	c 2	8503 (100%) CSP integer variables are encoded (91770 clauses, 1364127 bytes)
2.42/2.14	c 2	1231 (10%) CSP clauses are encoded (103686 clauses, 1624749 bytes)
2.52/2.25	c 2	2462 (20%) CSP clauses are encoded (115093 clauses, 1883378 bytes)
2.62/2.35	c 2	3693 (30%) CSP clauses are encoded (126673 clauses, 2157669 bytes)
2.82/2.55	c 2	4924 (40%) CSP clauses are encoded (219018 clauses, 4114588 bytes)
4.52/4.60	c 4	6154 (50%) CSP clauses are encoded (1202723 clauses, 25168085 bytes)
4.92/5.06	c 5	7385 (60%) CSP clauses are encoded (1480986 clauses, 31080677 bytes)
9.57/9.73	c 9	8616 (70%) CSP clauses are encoded (4407764 clauses, 93893976 bytes)
10.07/10.26	c 10	9847 (80%) CSP clauses are encoded (4727940 clauses, 100702718 bytes)
11.39/11.56	c 11	11078 (90%) CSP clauses are encoded (5545040 clauses, 118184693 bytes)
39.29/42.42	c 42	12308 (100%) CSP clauses are encoded (21352322 clauses, 457832396 bytes)
39.29/42.42	c 42	12308 CSP clauses encoded
39.29/42.42	c 42	Writing map file : HOME/temp.map
39.29/42.46	c 42	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
39.29/42.46	c 42	SAT : 100273 SAT variables, 21352322 SAT clauses, 457832396 bytes
39.29/42.46	c 42	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
39.37/42.54	c 42	OBJECTIVE minimize _COST
39.37/42.54	c 42	SOLVING HOME/temp.cnf
39.37/42.54	c 42	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
39.37/42.54	c 42	This is MiniSat 2.0 beta incremental
39.37/42.54	c 42	WARNING: for repeatability, setting FPU to use double precision
39.37/42.54	c 42	============================[ Problem Statistics ]=============================
39.37/42.54	c 42	|                                                                             |
39.37/42.54	c 42	|  Number of variables:  100273                                               |
39.37/42.54	c 42	|  Number of clauses:    21352322                                             |
48.37/63.87	c 63	|  Parsing time:         7.64         s                                       |
48.72/64.52	c 64	OK
48.75/65.20	c 65	OBJECTIVE BOUND: 0 <= _COST <= 
48.75/65.20	c 65	SEARCHING: _COST <= 2052
48.75/65.20	c 65	============================[ Search Statistics ]==============================
48.75/65.20	c 65	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
48.75/65.20	c 65	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
48.75/65.20	c 65	===============================================================================
48.75/65.20	c 65	|         0 |  100273 21352322 63821802 |  7117440        0    nan |  0.000 % |
52.47/69.37	c 69	|       100 |  100273 21352322 63821802 |  7829184      100     27 |  0.000 % |
54.49/71.45	c 71	|       250 |  100273 21352322 63821802 |  8612103      250     17 |  0.000 % |
57.69/74.60	c 74	|       476 |  100273 21352322 63821802 |  9473313      476     30 |  0.000 % |
59.39/76.33	c 76	|       813 |  100273 21352322 63821802 | 10420644      813     23 |  0.000 % |
63.08/80.01	c ERROR INTERRUPTED
63.08/80.01	s UNKNOWN
63.19/80.14	c 80	CPU 58.58 (0.06 0.02 58.52 4.63)
63.19/80.14	c 80	END Thu Aug  7 20:56:14 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-1114323-1218135293/watcher-1114323-1218135293 -o /tmp/evaluation-result-1114323-1218135293/solver-1114323-1218135293 -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-1114323-1218135293.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.70 2.89 3.03 3/83 20351
/proc/meminfo: memFree=1191768/2055920 swapFree=4181028/4192956
[pid=20351] ppid=20349 vsize=12272 CPUtime=0
/proc/20351/stat : 20351 (sugar++) R 20349 20351 18258 0 -1 4194304 396 0 0 0 0 0 0 0 20 0 1 0 140615273 12566528 364 996147200 4194304 4206940 548682068528 18446744073709551615 224273677310 0 0 4224 0 0 0 0 17 1 0 0
/proc/20351/statm: 3068 364 274 3 0 168 0

[startup+0.0425751 s]
/proc/loadavg: 2.70 2.89 3.03 3/83 20351
/proc/meminfo: memFree=1191768/2055920 swapFree=4181028/4192956
[pid=20351] ppid=20349 vsize=13600 CPUtime=0.03
/proc/20351/stat : 20351 (sugar++) R 20349 20351 18258 0 -1 4194304 784 0 0 0 2 1 0 0 20 0 1 0 140615273 13926400 752 996147200 4194304 4206940 548682068528 18446744073709551615 224284523203 0 0 4224 0 0 0 0 17 1 0 0
/proc/20351/statm: 3400 752 338 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101594 s]
/proc/loadavg: 2.70 2.89 3.03 3/83 20351
/proc/meminfo: memFree=1191768/2055920 swapFree=4181028/4192956
[pid=20351] ppid=20349 vsize=16740 CPUtime=0.06
/proc/20351/stat : 20351 (sugar++) S 20349 20351 18258 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 140615273 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20351/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301634 s]
/proc/loadavg: 2.70 2.89 3.03 3/83 20351
/proc/meminfo: memFree=1191768/2055920 swapFree=4181028/4192956
[pid=20351] ppid=20349 vsize=16740 CPUtime=0.06
/proc/20351/stat : 20351 (sugar++) S 20349 20351 18258 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 140615273 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20351/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701706 s]
/proc/loadavg: 2.70 2.89 3.03 3/83 20351
/proc/meminfo: memFree=1191768/2055920 swapFree=4181028/4192956
[pid=20351] ppid=20349 vsize=16740 CPUtime=0.53
/proc/20351/stat : 20351 (sugar++) S 20349 20351 18258 0 -1 4194304 1297 5346 0 1 5 1 44 3 16 0 1 0 140615273 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20351/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 16740

[startup+1.50285 s]
/proc/loadavg: 2.70 2.89 3.03 2/94 20373
/proc/meminfo: memFree=1170368/2055920 swapFree=4181028/4192956
[pid=20351] ppid=20349 vsize=16740 CPUtime=0.53
/proc/20351/stat : 20351 (sugar++) S 20349 20351 18258 0 -1 4194304 1297 5346 0 1 5 1 44 3 16 0 1 0 140615273 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20351/statm: 4185 1104 409 3 0 764 0
[pid=20364] ppid=20351 vsize=5356 CPUtime=0
/proc/20364/stat : 20364 (sh) S 20351 20351 18258 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140615318 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20364/statm: 1339 233 193 169 0 50 0
[pid=20365] ppid=20364 vsize=869284 CPUtime=1.23
/proc/20365/stat : 20365 (java) S 20364 20351 18258 0 -1 0 10587 0 1 0 118 5 0 0 20 0 9 0 140615319 890146816 9755 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20365/statm: 217321 9755 2540 9 0 211896 0
[pid=20365/tid=20366] ppid=20364 vsize=869284 CPUtime=0.64
/proc/20365/task/20366/stat : 20366 (java) R 20364 20351 18258 0 -1 64 2777 0 1 0 63 1 0 0 17 0 9 0 140615319 890146816 9755 996147200 134512640 134550740 4294955920 18446744073709551615 4126628200 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20365/tid=20367] ppid=20364 vsize=869284 CPUtime=0.36
/proc/20365/task/20367/stat : 20367 (java) S 20364 20351 18258 0 -1 64 5639 0 0 0 35 1 0 0 15 0 9 0 140615320 890146816 9755 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20365/tid=20368] ppid=20364 vsize=869284 CPUtime=0
/proc/20365/task/20368/stat : 20368 (java) S 20364 20351 18258 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140615321 890146816 9755 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20365/tid=20369] ppid=20364 vsize=869284 CPUtime=0
/proc/20365/task/20369/stat : 20369 (java) S 20364 20351 18258 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140615321 890146816 9755 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20365/tid=20370] ppid=20364 vsize=869284 CPUtime=0
/proc/20365/task/20370/stat : 20370 (java) S 20364 20351 18258 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140615322 890146816 9755 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20365/tid=20371] ppid=20364 vsize=869284 CPUtime=0.19
/proc/20365/task/20371/stat : 20371 (java) S 20364 20351 18258 0 -1 64 1478 0 0 0 19 0 0 0 16 0 9 0 140615322 890146816 9755 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20365/tid=20372] ppid=20364 vsize=869284 CPUtime=0
/proc/20365/task/20372/stat : 20372 (java) S 20364 20351 18258 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140615323 890146816 9755 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20365/tid=20373] ppid=20364 vsize=869284 CPUtime=0
/proc/20365/task/20373/stat : 20373 (java) S 20364 20351 18258 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140615323 890146816 9755 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 891380

[startup+3.10215 s]
/proc/loadavg: 2.57 2.86 3.01 2/94 20373
/proc/meminfo: memFree=1154688/2055920 swapFree=4181028/4192956
[pid=20351] ppid=20349 vsize=16740 CPUtime=0.53
/proc/20351/stat : 20351 (sugar++) S 20349 20351 18258 0 -1 4194304 1297 5346 0 1 5 1 44 3 16 0 1 0 140615273 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20351/statm: 4185 1104 409 3 0 764 0
[pid=20364] ppid=20351 vsize=5356 CPUtime=0
/proc/20364/stat : 20364 (sh) S 20351 20351 18258 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140615318 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20364/statm: 1339 233 193 169 0 50 0
[pid=20365] ppid=20364 vsize=869396 CPUtime=2.9
/proc/20365/stat : 20365 (java) S 20364 20351 18258 0 -1 0 11699 0 1 0 279 11 0 0 20 0 9 0 140615319 890261504 10575 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20365/statm: 217349 10575 2566 9 0 211896 0
[pid=20365/tid=20366] ppid=20364 vsize=869396 CPUtime=2.02
/proc/20365/task/20366/stat : 20366 (java) R 20364 20351 18258 0 -1 64 3051 0 1 0 195 7 0 0 17 0 9 0 140615319 890261504 10575 996147200 134512640 134550740 4294955920 18446744073709551615 4127049164 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20365/tid=20367] ppid=20364 vsize=869396 CPUtime=0.58
/proc/20365/task/20367/stat : 20367 (java) S 20364 20351 18258 0 -1 64 6415 0 0 0 56 2 0 0 16 0 9 0 140615320 890261504 10575 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20365/tid=20368] ppid=20364 vsize=869396 CPUtime=0
/proc/20365/task/20368/stat : 20368 (java) S 20364 20351 18258 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140615321 890261504 10575 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20365/tid=20369] ppid=20364 vsize=869396 CPUtime=0
/proc/20365/task/20369/stat : 20369 (java) S 20364 20351 18258 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140615321 890261504 10575 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20365/tid=20370] ppid=20364 vsize=869396 CPUtime=0
/proc/20365/task/20370/stat : 20370 (java) S 20364 20351 18258 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140615322 890261504 10575 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20365/tid=20371] ppid=20364 vsize=869396 CPUtime=0.27
/proc/20365/task/20371/stat : 20371 (java) S 20364 20351 18258 0 -1 64 1540 0 0 0 27 0 0 0 15 0 9 0 140615322 890261504 10575 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20365/tid=20372] ppid=20364 vsize=869396 CPUtime=0
/proc/20365/task/20372/stat : 20372 (java) S 20364 20351 18258 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140615323 890261504 10575 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20365/tid=20373] ppid=20364 vsize=869396 CPUtime=0
/proc/20365/task/20373/stat : 20373 (java) S 20364 20351 18258 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140615323 890261504 10575 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 891492

[startup+6.30289 s]
/proc/loadavg: 2.57 2.86 3.01 2/94 20373
/proc/meminfo: memFree=1120768/2055920 swapFree=4181028/4192956
[pid=20351] ppid=20349 vsize=16740 CPUtime=0.53
/proc/20351/stat : 20351 (sugar++) S 20349 20351 18258 0 -1 4194304 1297 5346 0 1 5 1 44 3 16 0 1 0 140615273 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20351/statm: 4185 1104 409 3 0 764 0
[pid=20364] ppid=20351 vsize=5356 CPUtime=0
/proc/20364/stat : 20364 (sh) S 20351 20351 18258 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140615318 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20364/statm: 1339 233 193 169 0 50 0
[pid=20365] ppid=20364 vsize=869396 CPUtime=5.68
/proc/20365/stat : 20365 (java) S 20364 20351 18258 0 -1 0 12179 0 1 0 534 34 0 0 20 0 9 0 140615319 890261504 10575 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20365/statm: 217349 10575 2566 9 0 211896 0
[pid=20365/tid=20366] ppid=20364 vsize=869396 CPUtime=4.68
/proc/20365/task/20366/stat : 20366 (java) R 20364 20351 18258 0 -1 64 3531 0 1 0 441 27 0 0 16 0 9 0 140615319 890261504 10575 996147200 134512640 134550740 4294955920 18446744073709551615 4127049082 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20365/tid=20367] ppid=20364 vsize=869396 CPUtime=0.71
/proc/20365/task/20367/stat : 20367 (java) S 20364 20351 18258 0 -1 64 6415 0 0 0 66 5 0 0 16 0 9 0 140615320 890261504 10575 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20365/tid=20368] ppid=20364 vsize=869396 CPUtime=0
/proc/20365/task/20368/stat : 20368 (java) S 20364 20351 18258 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140615321 890261504 10575 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20365/tid=20369] ppid=20364 vsize=869396 CPUtime=0
/proc/20365/task/20369/stat : 20369 (java) S 20364 20351 18258 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140615321 890261504 10575 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20365/tid=20370] ppid=20364 vsize=869396 CPUtime=0
/proc/20365/task/20370/stat : 20370 (java) S 20364 20351 18258 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140615322 890261504 10575 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20365/tid=20371] ppid=20364 vsize=869396 CPUtime=0.27
/proc/20365/task/20371/stat : 20371 (java) S 20364 20351 18258 0 -1 64 1540 0 0 0 27 0 0 0 15 0 9 0 140615322 890261504 10575 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20365/tid=20372] ppid=20364 vsize=869396 CPUtime=0
/proc/20365/task/20372/stat : 20372 (java) S 20364 20351 18258 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140615323 890261504 10575 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20365/tid=20373] ppid=20364 vsize=869396 CPUtime=0
/proc/20365/task/20373/stat : 20373 (java) S 20364 20351 18258 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140615323 890261504 10575 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 891492

[startup+12.7029 s]
/proc/loadavg: 2.48 2.83 3.00 2/94 20373
/proc/meminfo: memFree=1031120/2055920 swapFree=4181028/4192956
[pid=20351] ppid=20349 vsize=16740 CPUtime=0.53
/proc/20351/stat : 20351 (sugar++) S 20349 20351 18258 0 -1 4194304 1297 5346 0 1 5 1 44 3 16 0 1 0 140615273 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20351/statm: 4185 1104 409 3 0 764 0
[pid=20364] ppid=20351 vsize=5356 CPUtime=0
/proc/20364/stat : 20364 (sh) S 20351 20351 18258 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140615318 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20364/statm: 1339 233 193 169 0 50 0
[pid=20365] ppid=20364 vsize=869396 CPUtime=12.04
/proc/20365/stat : 20365 (java) S 20364 20351 18258 0 -1 0 13201 0 1 0 1120 84 0 0 20 0 9 0 140615319 890261504 10581 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20365/statm: 217349 10581 2566 9 0 211896 0
[pid=20365/tid=20366] ppid=20364 vsize=869396 CPUtime=10.76
/proc/20365/task/20366/stat : 20366 (java) R 20364 20351 18258 0 -1 64 4547 0 1 0 1005 71 0 0 16 0 9 0 140615319 890261504 10581 996147200 134512640 134550740 4294955920 18446744073709551615 4127053975 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20365/tid=20367] ppid=20364 vsize=869396 CPUtime=0.98
/proc/20365/task/20367/stat : 20367 (java) S 20364 20351 18258 0 -1 64 6415 0 0 0 87 11 0 0 16 0 9 0 140615320 890261504 10581 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20365/tid=20368] ppid=20364 vsize=869396 CPUtime=0
/proc/20365/task/20368/stat : 20368 (java) S 20364 20351 18258 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140615321 890261504 10581 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20365/tid=20369] ppid=20364 vsize=869396 CPUtime=0
/proc/20365/task/20369/stat : 20369 (java) S 20364 20351 18258 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140615321 890261504 10581 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20365/tid=20370] ppid=20364 vsize=869396 CPUtime=0
/proc/20365/task/20370/stat : 20370 (java) S 20364 20351 18258 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140615322 890261504 10581 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20365/tid=20371] ppid=20364 vsize=869396 CPUtime=0.28
/proc/20365/task/20371/stat : 20371 (java) S 20364 20351 18258 0 -1 64 1546 0 0 0 28 0 0 0 16 0 9 0 140615322 890261504 10581 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20365/tid=20372] ppid=20364 vsize=869396 CPUtime=0
/proc/20365/task/20372/stat : 20372 (java) S 20364 20351 18258 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140615323 890261504 10581 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20365/tid=20373] ppid=20364 vsize=869396 CPUtime=0
/proc/20365/task/20373/stat : 20373 (java) S 20364 20351 18258 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140615323 890261504 10581 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 891492

[startup+25.5013 s]
/proc/loadavg: 2.41 2.80 2.99 2/94 20374
/proc/meminfo: memFree=893840/2055920 swapFree=4181028/4192956
[pid=20351] ppid=20349 vsize=16740 CPUtime=0.53
/proc/20351/stat : 20351 (sugar++) S 20349 20351 18258 0 -1 4194304 1297 5346 0 1 5 1 44 3 16 0 1 0 140615273 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20351/statm: 4185 1104 409 3 0 764 0
[pid=20364] ppid=20351 vsize=5356 CPUtime=0
/proc/20364/stat : 20364 (sh) S 20351 20351 18258 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140615318 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20364/statm: 1339 233 193 169 0 50 0
[pid=20365] ppid=20364 vsize=869396 CPUtime=24.02
/proc/20365/stat : 20365 (java) S 20364 20351 18258 0 -1 0 15076 0 1 0 2227 175 0 0 20 0 9 0 140615319 890261504 10581 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20365/statm: 217349 10581 2566 9 0 211896 0
[pid=20365/tid=20366] ppid=20364 vsize=869396 CPUtime=22.25
/proc/20365/task/20366/stat : 20366 (java) R 20364 20351 18258 0 -1 64 6422 0 1 0 2071 154 0 0 17 0 9 0 140615319 890261504 10581 996147200 134512640 134550740 4294955920 18446744073709551615 4127049042 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20365/tid=20367] ppid=20364 vsize=869396 CPUtime=1.45
/proc/20365/task/20367/stat : 20367 (java) S 20364 20351 18258 0 -1 64 6415 0 0 0 126 19 0 0 16 0 9 0 140615320 890261504 10581 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20365/tid=20368] ppid=20364 vsize=869396 CPUtime=0
/proc/20365/task/20368/stat : 20368 (java) S 20364 20351 18258 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140615321 890261504 10581 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20365/tid=20369] ppid=20364 vsize=869396 CPUtime=0
/proc/20365/task/20369/stat : 20369 (java) S 20364 20351 18258 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140615321 890261504 10581 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20365/tid=20370] ppid=20364 vsize=869396 CPUtime=0
/proc/20365/task/20370/stat : 20370 (java) S 20364 20351 18258 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140615322 890261504 10581 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20365/tid=20371] ppid=20364 vsize=869396 CPUtime=0.28
/proc/20365/task/20371/stat : 20371 (java) S 20364 20351 18258 0 -1 64 1546 0 0 0 28 0 0 0 16 0 9 0 140615322 890261504 10581 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20365/tid=20372] ppid=20364 vsize=869396 CPUtime=0
/proc/20365/task/20372/stat : 20372 (java) S 20364 20351 18258 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140615323 890261504 10581 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20365/tid=20373] ppid=20364 vsize=869396 CPUtime=0
/proc/20365/task/20373/stat : 20373 (java) S 20364 20351 18258 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140615323 890261504 10581 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.55
Current children cumulated vsize (KiB) 891492

[startup+51.1012 s]
/proc/loadavg: 2.89 2.88 3.01 1/86 20378
/proc/meminfo: memFree=13408/2055920 swapFree=4146984/4192956
[pid=20351] ppid=20349 vsize=17268 CPUtime=39.41
/proc/20351/stat : 20351 (sugar++) S 20349 20351 18258 0 -1 4194304 1585 23294 0 2 6 2 3625 308 16 0 1 0 140615273 17682432 1242 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20351/statm: 4317 1242 413 3 0 896 0
[pid=20377] ppid=20351 vsize=748420 CPUtime=7.92
/proc/20377/stat : 20377 (minisat-inc) D 20351 20351 18258 0 -1 4196352 177896 0 0 0 679 113 0 0 24 0 1 0 140619527 766382080 177844 996147200 134512640 135134323 4294956192 18446744073709551615 134708315 0 0 4096 3 18446744071563608240 0 0 17 1 0 0
/proc/20377/statm: 187105 177844 59 151 0 186951 0
Current children cumulated CPU time (s) 47.33
Current children cumulated vsize (KiB) 765688



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+80.0056 s]
/proc/loadavg: 3.10 2.95 3.03 2/86 20383
/proc/meminfo: memFree=16288/2055920 swapFree=4064612/4192956
[pid=20351] ppid=20349 vsize=17268 CPUtime=39.41
/proc/20351/stat : 20351 (sugar++) S 20349 20351 18258 0 -1 4194304 1594 23294 1 2 6 2 3625 308 16 0 1 0 140615273 17682432 1244 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20351/statm: 4317 1244 414 3 0 896 0
[pid=20377] ppid=20351 vsize=904364 CPUtime=23.67
/proc/20377/stat : 20377 (minisat-inc) R 20351 20351 18258 0 -1 4194304 219194 0 6 0 2226 141 0 0 25 0 1 0 140619527 926068736 219148 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/20377/statm: 226091 219148 74 151 0 225937 0
Current children cumulated CPU time (s) 63.08
Current children cumulated vsize (KiB) 921632

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

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

[startup+80.2016 s]
/proc/loadavg: 3.10 2.95 3.03 2/86 20383
/proc/meminfo: memFree=16288/2055920 swapFree=4064612/4192956
[pid=20351] ppid=20349 vsize=17268 CPUtime=63.27
/proc/20351/stat : 20351 (sugar++) R 20349 20351 18258 0 -1 4194304 1620 242488 1 8 6 6 5852 463 18 0 1 0 140615273 17682432 1245 996147200 4194304 4206940 548682068528 18446744073709551615 224264950825 0 0 4224 16386 0 0 0 17 0 0 0
/proc/20351/statm: 4317 1245 415 3 0 896 0
Current children cumulated CPU time (s) 63.27
Current children cumulated vsize (KiB) 17268

[startup+80.3016 s]
/proc/loadavg: 3.10 2.95 3.03 2/86 20383
/proc/meminfo: memFree=16288/2055920 swapFree=4064612/4192956
[pid=20351] ppid=20349 vsize=17268 CPUtime=63.37
/proc/20351/stat : 20351 (sugar++) R 20349 20351 18258 0 -1 4194304 1620 242488 1 8 6 16 5852 463 18 0 1 0 140615273 17682432 1245 996147200 4194304 4206940 548682068528 18446744073709551615 224264950825 0 0 4224 16386 0 0 0 17 0 0 0
/proc/20351/statm: 4317 1245 415 3 0 896 0
Current children cumulated CPU time (s) 63.37
Current children cumulated vsize (KiB) 17268

Child status: 0
Real time (s): 80.399
CPU time (s): 63.4474
CPU user time (s): 58.5921
CPU system time (s): 4.85526
CPU usage (%): 78.9156
Max. virtual memory (cumulated for all children) (KiB): 921632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.5921
system time used= 4.85526
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 244154
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22157
involuntary context switches= 13692

runsolver used 0.100984 second user time and 0.281957 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-08-07 20:54:54
IDJOB=1114323
IDBENCH=61719
IDSOLVER=367
FILE ID=node82/1114323-1218135293
PBS_JOBID= 8000812
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/ehi-85/normalized-ehi-85-297-78_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-1114323-1218135293/watcher-1114323-1218135293 -o /tmp/evaluation-result-1114323-1218135293/solver-1114323-1218135293 -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-1114323-1218135293.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 829ad83f421431b57b374064b4466b1e
RANDOM SEED=1416993081

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1192248 kB
Buffers:          1128 kB
Cached:          30896 kB
SwapCached:       4152 kB
Active:         730496 kB
Inactive:        79964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1192248 kB
SwapTotal:     4192956 kB
SwapFree:      4181028 kB
Dirty:            1664 kB
Writeback:           0 kB
Mapped:         795664 kB
Slab:            36980 kB
Committed_AS:   952832 kB
PageTables:       3324 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 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 node82 at 2008-08-07 20:56:16