Trace number 1099174

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+minisatSAT 10.0195 10.108

General information on the benchmark

Namecsp/rand-2-30-15/
normalized-rand-2-30-15-306-230-38_ext.xml
MD5SUMc418ba7f3bef66e0115efd1c51c1ec07
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.159975
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints223
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension223
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 21:20:59 2008
0.00/0.04	c 0	PID 23269
0.00/0.04	c 0	HOST node82.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1099174-1215285659.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1099174-1215285659.xml' 'HOME/temp.csp'
0.03/0.55	c 0	1 domains, 30 variables, 0 predicates, 223 relations, 223 constraints
0.03/0.56	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.56	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.54/0.64	c 0	Parsing HOME/temp.csp
0.54/0.82	c 1	parsed 477 expressions
0.54/0.82	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.54/0.82	c 1	Converting to clausal form CSP
0.54/0.85	c 1	converted 48 (10%) expressions
0.54/0.85	c 1	converted 96 (20%) expressions
0.54/0.85	c 1	converted 144 (30%) expressions
0.54/0.85	c 1	converted 191 (40%) expressions
0.54/0.85	c 1	converted 239 (50%) expressions
0.54/0.87	c 1	converted 287 (60%) expressions
0.54/0.88	c 1	converted 334 (70%) expressions
0.54/0.89	c 1	converted 382 (80%) expressions
0.54/0.90	c 1	converted 430 (90%) expressions
0.54/0.90	c 1	converted 477 (100%) expressions
0.54/0.90	c 1	CSP : 30 integers, 0 booleans, 223 clauses, largest domain size 15
0.54/0.91	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.54/0.91	c 1	Propagation in CSP
0.54/0.91	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.54/0.91	c 1	CSP : 30 integers, 0 booleans, 223 clauses, largest domain size 15
0.54/0.91	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.54/0.91	c 1	Simplifing CSP by introducing new Boolean variables
0.54/0.91	c 1	CSP : 30 integers, 0 booleans, 223 clauses, largest domain size 15
0.54/0.91	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.54/0.94	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.54/0.95	c 1	3 (10%) CSP integer variables are encoded (39 clauses, 398 bytes)
0.54/0.95	c 1	6 (20%) CSP integer variables are encoded (78 clauses, 749 bytes)
0.54/0.95	c 1	9 (30%) CSP integer variables are encoded (117 clauses, 1151 bytes)
0.54/0.95	c 1	12 (40%) CSP integer variables are encoded (156 clauses, 1580 bytes)
0.54/0.95	c 1	15 (50%) CSP integer variables are encoded (195 clauses, 2009 bytes)
0.54/0.95	c 1	18 (60%) CSP integer variables are encoded (234 clauses, 2438 bytes)
0.54/0.95	c 1	21 (70%) CSP integer variables are encoded (273 clauses, 2867 bytes)
0.54/0.95	c 1	24 (80%) CSP integer variables are encoded (312 clauses, 3296 bytes)
0.54/0.95	c 1	27 (90%) CSP integer variables are encoded (351 clauses, 3725 bytes)
0.54/0.95	c 1	30 (100%) CSP integer variables are encoded (390 clauses, 4154 bytes)
0.54/0.99	c 1	23 (10%) CSP clauses are encoded (1344 clauses, 18856 bytes)
0.54/1.00	c 1	45 (20%) CSP clauses are encoded (2168 clauses, 32380 bytes)
0.95/1.01	c 1	67 (30%) CSP clauses are encoded (3035 clauses, 46746 bytes)
0.95/1.02	c 1	90 (40%) CSP clauses are encoded (4011 clauses, 63617 bytes)
0.95/1.02	c 1	112 (50%) CSP clauses are encoded (4967 clauses, 81080 bytes)
0.95/1.03	c 1	134 (60%) CSP clauses are encoded (5819 clauses, 96700 bytes)
0.95/1.04	c 1	157 (70%) CSP clauses are encoded (6768 clauses, 114207 bytes)
0.95/1.04	c 1	179 (80%) CSP clauses are encoded (7647 clauses, 130427 bytes)
0.95/1.05	c 1	201 (90%) CSP clauses are encoded (8532 clauses, 146723 bytes)
0.95/1.05	c 1	223 (100%) CSP clauses are encoded (9431 clauses, 163237 bytes)
0.95/1.05	c 1	223 CSP clauses encoded
0.95/1.05	c 1	Writing map file : HOME/temp.map
0.95/1.06	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/1.06	c 1	SAT : 420 SAT variables, 9431 SAT clauses, 163237 bytes
0.95/1.06	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/1.08	c 1	SOLVING HOME/temp.cnf
0.95/1.08	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.95/1.09	c 1	This is MiniSat 2.0 beta
0.95/1.09	c 1	WARNING: for repeatability, setting FPU to use double precision
0.95/1.09	c 1	============================[ Problem Statistics ]=============================
0.95/1.09	c 1	|                                                                             |
0.95/1.09	c 1	|  Number of variables:  420                                                  |
0.95/1.09	c 1	|  Number of clauses:    9431                                                 |
0.95/1.09	c 1	|  Parsing time:         0.00         s                                       |
0.95/1.09	c 1	============================[ Search Statistics ]==============================
0.95/1.09	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.95/1.09	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.95/1.09	c 1	===============================================================================
0.95/1.09	c 1	|         0 |     420     9431    33762 |     3143        0    nan |  0.000 % |
0.95/1.10	c 1	|       100 |     420     9431    33762 |     3458      100     10 |  0.001 % |
1.03/1.11	c 1	|       251 |     420     9431    33762 |     3803      251     10 |  0.016 % |
1.03/1.12	c 1	|       476 |     420     9431    33762 |     4184      476     10 |  0.007 % |
1.03/1.14	c 1	|       813 |     420     9431    33762 |     4602      813     11 |  0.016 % |
1.03/1.18	c 1	|      1319 |     420     9431    33762 |     5062     1319     11 |  0.016 % |
1.03/1.23	c 1	|      2078 |     420     9431    33762 |     5569     2078     11 |  0.008 % |
1.03/1.30	c 1	|      3217 |     420     9431    33762 |     6126     3217     12 |  0.007 % |
1.03/1.42	c 1	|      4928 |     420     9431    33762 |     6738     4928     12 |  0.012 % |
1.03/1.63	c 1	|      7491 |     420     9431    33762 |     7412     4056     11 |  0.018 % |
1.03/1.96	c 2	|     11336 |     419     9396    33660 |     8153      802      9 |  0.239 % |
2.23/2.38	c 2	|     17102 |     419     9396    33660 |     8969     6568     11 |  0.261 % |
3.03/3.13	c 3	|     25751 |     418     9359    33535 |     9866     2183     11 |  0.477 % |
4.13/4.26	c 4	|     38728 |     418     9359    33535 |    10852     5191     13 |  0.482 % |
6.03/6.10	c 6	|     58190 |     418     9359    33535 |    11938     8215     13 |  0.480 % |
8.83/8.97	c 9	|     87383 |     417     9321    33428 |    13131    11507     14 |  0.715 % |
9.83/9.94	c 10	===============================================================================
9.83/9.94	c 10	restarts              : 16
9.83/9.94	c 10	conflicts             : 96426          (10900 /sec)
9.83/9.94	c 10	decisions             : 114707         (1.43 % random) (12966 /sec)
9.83/9.94	c 10	propagations          : 7052625        (797208 /sec)
9.83/9.94	c 10	conflict literals     : 1314970        (34.79 % deleted)
9.83/9.94	c 10	Memory used           : 3.83 MB
9.83/9.94	c 10	CPU time              : 8.84666 s
9.83/9.94	c 10	
9.83/9.94	c 10	SATISFIABLE
9.83/9.94	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.83/9.94	c 10	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
9.88/10.02	c 10	Decoding HOME/temp.out
9.88/10.05	s SATISFIABLE
9.88/10.05	v 1 10 14 12 9 11 4 2 1 11 8 12 10 5 2 10 6 1 6 10 11 12 0 8 13 11 6 6 8 14
9.88/10.05	c 10	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
9.88/10.10	c 10	CPU 9.89 (0.02 0.01 9.87 0.09)
9.88/10.10	c 10	END Sat Jul  5 21:21:09 2008

Verifier Data (download as text)

OK

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-1099174-1215285659/watcher-1099174-1215285659 -o /tmp/evaluation-result-1099174-1215285659/solver-1099174-1215285659 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1099174-1215285659.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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.12 2.06 2.02 4/82 23269
/proc/meminfo: memFree=1702248/2055920 swapFree=4180672/4192956
[pid=23269] ppid=23267 vsize=12272 CPUtime=0
/proc/23269/stat : 23269 (sugar) R 23267 23269 21274 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 263039690 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 224273677310 0 0 4224 0 0 0 0 17 0 0 0
/proc/23269/statm: 3068 364 274 3 0 168 0

[startup+0.044588 s]
/proc/loadavg: 2.12 2.06 2.02 4/82 23269
/proc/meminfo: memFree=1702248/2055920 swapFree=4180672/4192956
[pid=23269] ppid=23267 vsize=13600 CPUtime=0.03
/proc/23269/stat : 23269 (sugar) S 23267 23269 21274 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 263039690 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23269/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101598 s]
/proc/loadavg: 2.12 2.06 2.02 4/82 23269
/proc/meminfo: memFree=1702248/2055920 swapFree=4180672/4192956
[pid=23269] ppid=23267 vsize=13600 CPUtime=0.03
/proc/23269/stat : 23269 (sugar) S 23267 23269 21274 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 263039690 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23269/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301618 s]
/proc/loadavg: 2.12 2.06 2.02 4/82 23269
/proc/meminfo: memFree=1702248/2055920 swapFree=4180672/4192956
[pid=23269] ppid=23267 vsize=13600 CPUtime=0.03
/proc/23269/stat : 23269 (sugar) S 23267 23269 21274 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 263039690 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23269/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701656 s]
/proc/loadavg: 2.12 2.06 2.02 4/82 23269
/proc/meminfo: memFree=1702248/2055920 swapFree=4180672/4192956
[pid=23269] ppid=23267 vsize=13600 CPUtime=0.54
/proc/23269/stat : 23269 (sugar) S 23267 23269 21274 0 -1 4194304 973 4625 0 1 2 1 49 2 15 0 1 0 263039690 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23269/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 13600

[startup+1.50174 s]
/proc/loadavg: 2.12 2.06 2.02 4/93 23291
/proc/meminfo: memFree=1689808/2055920 swapFree=4180672/4192956
[pid=23269] ppid=23267 vsize=13600 CPUtime=1.03
/proc/23269/stat : 23269 (sugar) S 23267 23269 21274 0 -1 4194304 1031 10712 0 2 2 1 94 6 15 0 1 0 263039690 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23269/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 13600

[startup+3.10291 s]
/proc/loadavg: 2.12 2.06 2.02 3/85 23293
/proc/meminfo: memFree=1698320/2055920 swapFree=4180672/4192956
[pid=23269] ppid=23267 vsize=13600 CPUtime=1.03
/proc/23269/stat : 23269 (sugar) S 23267 23269 21274 0 -1 4194304 1031 10712 0 2 2 1 94 6 15 0 1 0 263039690 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23269/statm: 3400 798 370 3 0 500 0
[pid=23292] ppid=23269 vsize=5356 CPUtime=0
/proc/23292/stat : 23292 (sh) S 23269 23269 21274 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 263039799 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23292/statm: 1339 232 193 169 0 50 0
[pid=23293] ppid=23292 vsize=3076 CPUtime=2
/proc/23293/stat : 23293 (minisat) R 23292 23269 21274 0 -1 4194304 474 0 0 0 200 0 0 0 25 0 1 0 263039799 3149824 460 996147200 134512640 135127466 4294956256 18446744073709551615 134530778 0 0 4096 3 0 0 0 17 0 0 0
/proc/23293/statm: 769 460 75 150 0 616 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 22032

[startup+6.30125 s]
/proc/loadavg: 2.11 2.06 2.02 3/85 23293
/proc/meminfo: memFree=1697744/2055920 swapFree=4180672/4192956
[pid=23269] ppid=23267 vsize=13600 CPUtime=1.03
/proc/23269/stat : 23269 (sugar) S 23267 23269 21274 0 -1 4194304 1031 10712 0 2 2 1 94 6 16 0 1 0 263039690 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23269/statm: 3400 798 370 3 0 500 0
[pid=23292] ppid=23269 vsize=5356 CPUtime=0
/proc/23292/stat : 23292 (sh) S 23269 23269 21274 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 263039799 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23292/statm: 1339 232 193 169 0 50 0
[pid=23293] ppid=23292 vsize=3480 CPUtime=5.2
/proc/23293/stat : 23293 (minisat) R 23292 23269 21274 0 -1 4194304 581 0 0 0 520 0 0 0 25 0 1 0 263039799 3563520 567 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/23293/statm: 870 567 75 150 0 717 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 22436

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

[startup+7.90142 s]
/proc/loadavg: 2.11 2.06 2.02 3/85 23293
/proc/meminfo: memFree=1697616/2055920 swapFree=4180672/4192956
[pid=23269] ppid=23267 vsize=13600 CPUtime=1.03
/proc/23269/stat : 23269 (sugar) S 23267 23269 21274 0 -1 4194304 1031 10712 0 2 2 1 94 6 16 0 1 0 263039690 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23269/statm: 3400 798 370 3 0 500 0
[pid=23292] ppid=23269 vsize=5356 CPUtime=0
/proc/23292/stat : 23292 (sh) S 23269 23269 21274 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 263039799 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23292/statm: 1339 232 193 169 0 50 0
[pid=23293] ppid=23292 vsize=3744 CPUtime=6.8
/proc/23293/stat : 23293 (minisat) R 23292 23269 21274 0 -1 4194304 630 0 0 0 680 0 0 0 25 0 1 0 263039799 3833856 616 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/23293/statm: 936 616 75 150 0 783 0
Current children cumulated CPU time (s) 7.83
Current children cumulated vsize (KiB) 22700

[startup+9.50159 s]
/proc/loadavg: 2.10 2.06 2.01 3/85 23293
/proc/meminfo: memFree=1697552/2055920 swapFree=4180672/4192956
[pid=23269] ppid=23267 vsize=13600 CPUtime=1.03
/proc/23269/stat : 23269 (sugar) S 23267 23269 21274 0 -1 4194304 1031 10712 0 2 2 1 94 6 16 0 1 0 263039690 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23269/statm: 3400 798 370 3 0 500 0
[pid=23292] ppid=23269 vsize=5356 CPUtime=0
/proc/23292/stat : 23292 (sh) S 23269 23269 21274 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 263039799 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23292/statm: 1339 232 193 169 0 50 0
[pid=23293] ppid=23292 vsize=3920 CPUtime=8.4
/proc/23293/stat : 23293 (minisat) R 23292 23269 21274 0 -1 4194304 670 0 0 0 840 0 0 0 25 0 1 0 263039799 4014080 656 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/23293/statm: 980 656 75 150 0 827 0
Current children cumulated CPU time (s) 9.43
Current children cumulated vsize (KiB) 22876

[startup+9.90664 s]
/proc/loadavg: 2.10 2.06 2.01 3/85 23293
/proc/meminfo: memFree=1697424/2055920 swapFree=4180672/4192956
[pid=23269] ppid=23267 vsize=13600 CPUtime=1.03
/proc/23269/stat : 23269 (sugar) S 23267 23269 21274 0 -1 4194304 1031 10712 0 2 2 1 94 6 16 0 1 0 263039690 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23269/statm: 3400 798 370 3 0 500 0
[pid=23292] ppid=23269 vsize=5356 CPUtime=0
/proc/23292/stat : 23292 (sh) S 23269 23269 21274 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 263039799 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23292/statm: 1339 232 193 169 0 50 0
[pid=23293] ppid=23292 vsize=3920 CPUtime=8.8
/proc/23293/stat : 23293 (minisat) R 23292 23269 21274 0 -1 4194304 679 0 0 0 880 0 0 0 25 0 1 0 263039799 4014080 665 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/23293/statm: 980 665 75 150 0 827 0
Current children cumulated CPU time (s) 9.83
Current children cumulated vsize (KiB) 22876

[startup+10.1017 s]
/proc/loadavg: 2.10 2.06 2.01 3/85 23293
/proc/meminfo: memFree=1697424/2055920 swapFree=4180672/4192956
[pid=23269] ppid=23267 vsize=13600 CPUtime=9.88
/proc/23269/stat : 23269 (sugar) S 23267 23269 21274 0 -1 4194304 1090 11686 0 2 2 1 979 6 15 0 1 0 263039690 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23269/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 9.88
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 10.108
CPU time (s): 10.0195
CPU user time (s): 9.90449
CPU system time (s): 0.114982
CPU usage (%): 99.1241
Max. virtual memory (cumulated for all children) (KiB): 883392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.90449
system time used= 0.114982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16518
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1231
involuntary context switches= 1139

runsolver used 0.009998 second user time and 0.038994 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-05 21:20:59
IDJOB=1099174
IDBENCH=59702
IDSOLVER=346
FILE ID=node82/1099174-1215285659
PBS_JOBID= 7882320
Free space on /tmp= 66492 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-2-30-15/normalized-rand-2-30-15-306-230-38_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1099174-1215285659/watcher-1099174-1215285659 -o /tmp/evaluation-result-1099174-1215285659/solver-1099174-1215285659 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1099174-1215285659.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c418ba7f3bef66e0115efd1c51c1ec07
RANDOM SEED=1174870774

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.239
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.239
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:       1702728 kB
Buffers:         56604 kB
Cached:         225280 kB
SwapCached:       5892 kB
Active:         204780 kB
Inactive:        99196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1702728 kB
SwapTotal:     4192956 kB
SwapFree:      4180672 kB
Dirty:            1800 kB
Writeback:           0 kB
Mapped:          37976 kB
Slab:            34464 kB
Committed_AS:   727164 kB
PageTables:       1852 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= 66492 MiB
End job on node82 at 2008-07-05 21:21:09