Trace number 1088208

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+minisatUNSAT 8.05377 8.19477

General information on the benchmark

Namecsp/rlfapScens11/
normalized-scen11-f5.xml
MD5SUM7dad689c44996ee19ebb5ec3cd48b0ac
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.72358
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size39
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.04	c 0	Sugar v1-13 + HOME/minisat
0.02/0.04	c 0	BEGIN Sat Jul  5 10:21:17 2008
0.02/0.04	c 0	PID 25832
0.02/0.04	c 0	HOST node85.alineos.net
0.02/0.04	c 0	CONVERTING HOME/instance-1088208-1215246077.xml TO HOME/temp.csp
0.02/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1088208-1215246077.xml' 'HOME/temp.csp'
0.03/0.58	c 0	5 domains, 680 variables, 2 predicates, 0 relations, 4103 constraints
0.03/0.61	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.61	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.03/0.68	c 1	Parsing HOME/temp.csp
0.58/0.92	c 1	parsed 4790 expressions
0.58/0.93	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.58/0.93	c 1	Converting to clausal form CSP
0.58/0.96	c 1	converted 479 (10%) expressions
1.24/1.33	c 1	converted 958 (20%) expressions
1.64/1.75	c 2	converted 1437 (30%) expressions
2.05/2.14	c 2	converted 1916 (40%) expressions
2.43/2.54	c 2	converted 2395 (50%) expressions
2.83/2.96	c 3	converted 2874 (60%) expressions
3.14/3.30	c 3	converted 3353 (70%) expressions
3.53/3.65	c 3	converted 3832 (80%) expressions
3.93/4.00	c 4	converted 4311 (90%) expressions
4.33/4.41	c 4	converted 4790 (100%) expressions
4.33/4.41	c 4	CSP : 680 integers, 0 booleans, 4783 clauses, largest domain size 39
4.33/4.41	c 4	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.33/4.41	c 4	Propagation in CSP
4.92/5.01	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.92/5.01	c 5	CSP : 680 integers, 0 booleans, 4783 clauses, largest domain size 39
4.92/5.01	c 5	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.92/5.02	c 5	Simplifing CSP by introducing new Boolean variables
5.02/5.13	c 5	CSP : 680 integers, 8206 booleans, 12989 clauses, largest domain size 39
5.02/5.13	c 5	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.12/5.21	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.12/5.27	c 5	68 (10%) CSP integer variables are encoded (2446 clauses, 29709 bytes)
5.12/5.29	c 5	136 (20%) CSP integer variables are encoded (4766 clauses, 59869 bytes)
5.22/5.31	c 5	204 (30%) CSP integer variables are encoded (7216 clauses, 91719 bytes)
5.22/5.32	c 5	272 (40%) CSP integer variables are encoded (9368 clauses, 119695 bytes)
5.22/5.34	c 5	340 (50%) CSP integer variables are encoded (11520 clauses, 151280 bytes)
5.22/5.36	c 5	408 (60%) CSP integer variables are encoded (13812 clauses, 185660 bytes)
5.22/5.38	c 5	476 (70%) CSP integer variables are encoded (15924 clauses, 217340 bytes)
5.22/5.39	c 5	544 (80%) CSP integer variables are encoded (18132 clauses, 250460 bytes)
5.32/5.41	c 5	612 (90%) CSP integer variables are encoded (20298 clauses, 282950 bytes)
5.32/5.43	c 5	680 (100%) CSP integer variables are encoded (22500 clauses, 315980 bytes)
5.51/5.62	c 5	1299 (10%) CSP clauses are encoded (52882 clauses, 897784 bytes)
5.61/5.77	c 6	2598 (20%) CSP clauses are encoded (83832 clauses, 1513706 bytes)
5.81/5.90	c 6	3897 (30%) CSP clauses are encoded (111412 clauses, 2059876 bytes)
5.91/6.05	c 6	5196 (40%) CSP clauses are encoded (142096 clauses, 2672210 bytes)
6.01/6.19	c 6	6495 (50%) CSP clauses are encoded (171545 clauses, 3255216 bytes)
6.21/6.32	c 6	7794 (60%) CSP clauses are encoded (198990 clauses, 3799548 bytes)
6.30/6.44	c 6	9093 (70%) CSP clauses are encoded (226193 clauses, 4355456 bytes)
6.40/6.58	c 6	10392 (80%) CSP clauses are encoded (253899 clauses, 4937231 bytes)
6.60/6.71	c 7	11691 (90%) CSP clauses are encoded (281491 clauses, 5511825 bytes)
6.70/6.84	c 7	12989 (100%) CSP clauses are encoded (309283 clauses, 6086038 bytes)
6.70/6.84	c 7	12989 CSP clauses encoded
6.70/6.84	c 7	Writing map file : HOME/temp.map
6.70/6.86	c 7	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.70/6.86	c 7	SAT : 31386 SAT variables, 309283 SAT clauses, 6086038 bytes
6.70/6.86	c 7	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.76/6.92	c 7	SOLVING HOME/temp.cnf
6.76/6.92	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.76/6.92	c 7	This is MiniSat 2.0 beta
6.76/6.92	c 7	WARNING: for repeatability, setting FPU to use double precision
6.76/6.92	c 7	============================[ Problem Statistics ]=============================
6.76/6.92	c 7	|                                                                             |
6.76/6.92	c 7	|  Number of variables:  31386                                                |
6.76/6.92	c 7	|  Number of clauses:    309283                                               |
6.77/7.08	c 7	|  Parsing time:         0.14         s                                       |
6.77/7.09	c 7	============================[ Search Statistics ]==============================
6.77/7.09	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.77/7.09	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.77/7.09	c 7	===============================================================================
6.77/7.09	c 7	|         0 |   31386   309283   869314 |   103094        0    nan |  0.000 % |
6.77/7.15	c 7	|       100 |   31386   309283   869314 |   113403      100      7 |  0.000 % |
6.77/7.17	c 7	|       252 |   31386   309283   869314 |   124744      252      9 |  0.000 % |
6.77/7.21	c 7	|       480 |   31386   309283   869314 |   137218      480     10 |  0.000 % |
6.77/7.25	c 7	|       818 |   31386   309283   869314 |   150940      818     10 |  0.000 % |
6.77/7.33	c 7	|      1324 |   31386   309283   869314 |   166034     1324     10 |  0.000 % |
6.77/7.44	c 7	|      2083 |   31386   309283   869314 |   182637     2083     10 |  0.000 % |
7.44/7.65	c 7	|      3222 |   31386   309283   869314 |   200901     3222     10 |  0.000 % |
7.73/7.92	c 8	===============================================================================
7.73/7.92	c 8	restarts              : 8
7.73/7.92	c 8	conflicts             : 4794           (4933 /sec)
7.73/7.92	c 8	decisions             : 8269           (1.72 % random) (8508 /sec)
7.73/7.92	c 8	propagations          : 1234066        (1269809 /sec)
7.73/7.92	c 8	conflict literals     : 47885          (30.95 % deleted)
7.73/7.92	c 8	Memory used           : 16.84 MB
7.73/7.92	c 8	CPU time              : 0.971852 s
7.73/7.92	c 8	
7.73/7.92	c 8	UNSATISFIABLE
7.73/7.93	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.73/7.93	c 8	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.78/8.00	c 8	Decoding HOME/temp.out
7.78/8.18	s UNSATISFIABLE
7.78/8.18	c 8	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.78/8.19	c 8	CPU 7.77 (0.03 0.01 7.74 0.25)
7.78/8.19	c 8	END Sat Jul  5 10:21:25 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1088208-1215246077/watcher-1088208-1215246077 -o /tmp/evaluation-result-1088208-1215246077/solver-1088208-1215246077 -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-1088208-1215246077.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.15 2.03 2.05 4/73 25832
/proc/meminfo: memFree=1937824/2055920 swapFree=4181032/4192956
[pid=25832] ppid=25830 vsize=12272 CPUtime=0
/proc/25832/stat : 25832 (sugar) R 25830 25832 24607 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 265550408 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 214953933822 0 0 4224 0 0 0 0 17 1 0 0
/proc/25832/statm: 3068 364 274 3 0 168 0

[startup+0.0383239 s]
/proc/loadavg: 2.15 2.03 2.05 4/73 25832
/proc/meminfo: memFree=1937824/2055920 swapFree=4181032/4192956
[pid=25832] ppid=25830 vsize=13600 CPUtime=0.02
/proc/25832/stat : 25832 (sugar) R 25830 25832 24607 0 -1 4194304 793 0 0 0 2 0 0 0 18 0 1 0 265550408 13926400 761 996147200 4194304 4206940 548682068608 18446744073709551615 214963072880 0 0 4224 0 0 0 0 17 1 0 0
/proc/25832/statm: 3400 761 340 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.101342 s]
/proc/loadavg: 2.15 2.03 2.05 4/73 25832
/proc/meminfo: memFree=1937824/2055920 swapFree=4181032/4192956
[pid=25832] ppid=25830 vsize=13600 CPUtime=0.03
/proc/25832/stat : 25832 (sugar) S 25830 25832 24607 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 265550408 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25832/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301379 s]
/proc/loadavg: 2.15 2.03 2.05 4/73 25832
/proc/meminfo: memFree=1937824/2055920 swapFree=4181032/4192956
[pid=25832] ppid=25830 vsize=13600 CPUtime=0.03
/proc/25832/stat : 25832 (sugar) S 25830 25832 24607 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 265550408 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25832/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701458 s]
/proc/loadavg: 2.15 2.03 2.05 4/73 25832
/proc/meminfo: memFree=1937824/2055920 swapFree=4181032/4192956
[pid=25832] ppid=25830 vsize=13600 CPUtime=0.58
/proc/25832/stat : 25832 (sugar) S 25830 25832 24607 0 -1 4194304 973 7091 0 1 3 1 50 4 15 0 1 0 265550408 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25832/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 13600

[startup+1.50161 s]
/proc/loadavg: 2.14 2.03 2.05 3/84 25854
/proc/meminfo: memFree=1928136/2055920 swapFree=4181032/4192956
[pid=25832] ppid=25830 vsize=13600 CPUtime=0.58
/proc/25832/stat : 25832 (sugar) S 25830 25832 24607 0 -1 4194304 973 7091 0 1 3 1 50 4 15 0 1 0 265550408 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25832/statm: 3400 797 370 3 0 500 0
[pid=25845] ppid=25832 vsize=5356 CPUtime=0
/proc/25845/stat : 25845 (sh) S 25832 25832 24607 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 265550469 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25845/statm: 1339 233 193 169 0 50 0
[pid=25846] ppid=25845 vsize=868256 CPUtime=0.86
/proc/25846/stat : 25846 (java) S 25845 25832 24607 0 -1 0 5340 0 1 0 83 3 0 0 20 0 9 0 265550470 889094144 4716 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25846/statm: 217064 4716 1734 9 0 211639 0
[pid=25846/tid=25847] ppid=25845 vsize=868256 CPUtime=0.64
/proc/25846/task/25847/stat : 25847 (java) R 25845 25832 24607 0 -1 64 2677 0 1 0 63 1 0 0 25 0 9 0 265550470 889094144 4716 996147200 134512640 134550740 4294955952 18446744073709551615 4126515349 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25846/tid=25848] ppid=25845 vsize=868256 CPUtime=0.03
/proc/25846/task/25848/stat : 25848 (java) S 25845 25832 24607 0 -1 64 514 0 0 0 3 0 0 0 16 0 9 0 265550471 889094144 4716 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25846/tid=25849] ppid=25845 vsize=868256 CPUtime=0
/proc/25846/task/25849/stat : 25849 (java) S 25845 25832 24607 0 -1 64 10 0 0 0 0 0 0 0 24 0 9 0 265550472 889094144 4716 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25846/tid=25850] ppid=25845 vsize=868256 CPUtime=0
/proc/25846/task/25850/stat : 25850 (java) S 25845 25832 24607 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 265550472 889094144 4716 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25846/tid=25851] ppid=25845 vsize=868256 CPUtime=0
/proc/25846/task/25851/stat : 25851 (java) S 25845 25832 24607 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 265550473 889094144 4716 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25846/tid=25852] ppid=25845 vsize=868256 CPUtime=0.16
/proc/25846/task/25852/stat : 25852 (java) S 25845 25832 24607 0 -1 64 1458 0 0 0 16 0 0 0 16 0 9 0 265550473 889094144 4716 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25846/tid=25853] ppid=25845 vsize=868256 CPUtime=0
/proc/25846/task/25853/stat : 25853 (java) S 25845 25832 24607 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 265550474 889094144 4716 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25846/tid=25854] ppid=25845 vsize=868256 CPUtime=0
/proc/25846/task/25854/stat : 25854 (java) S 25845 25832 24607 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 265550474 889094144 4716 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887212

[startup+3.10292 s]
/proc/loadavg: 2.14 2.03 2.05 3/84 25854
/proc/meminfo: memFree=1921672/2055920 swapFree=4181032/4192956
[pid=25832] ppid=25830 vsize=13600 CPUtime=0.58
/proc/25832/stat : 25832 (sugar) S 25830 25832 24607 0 -1 4194304 973 7091 0 1 3 1 50 4 15 0 1 0 265550408 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25832/statm: 3400 797 370 3 0 500 0
[pid=25845] ppid=25832 vsize=5356 CPUtime=0
/proc/25845/stat : 25845 (sh) S 25832 25832 24607 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 265550469 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25845/statm: 1339 233 193 169 0 50 0
[pid=25846] ppid=25845 vsize=868372 CPUtime=2.46
/proc/25846/stat : 25846 (java) S 25845 25832 24607 0 -1 0 7322 0 1 0 240 6 0 0 20 0 9 0 265550470 889212928 6406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25846/statm: 217093 6406 2540 9 0 211668 0
[pid=25846/tid=25847] ppid=25845 vsize=868372 CPUtime=2.09
/proc/25846/task/25847/stat : 25847 (java) R 25845 25832 24607 0 -1 64 2799 0 1 0 208 1 0 0 25 0 9 0 265550470 889212928 6406 996147200 134512640 134550740 4294955952 18446744073709551615 4126579746 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25846/tid=25848] ppid=25845 vsize=868372 CPUtime=0.15
/proc/25846/task/25848/stat : 25848 (java) S 25845 25832 24607 0 -1 64 2360 0 0 0 13 2 0 0 16 0 9 0 265550471 889212928 6406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25846/tid=25849] ppid=25845 vsize=868372 CPUtime=0
/proc/25846/task/25849/stat : 25849 (java) S 25845 25832 24607 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 265550472 889212928 6406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25846/tid=25850] ppid=25845 vsize=868372 CPUtime=0
/proc/25846/task/25850/stat : 25850 (java) S 25845 25832 24607 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 265550472 889212928 6406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25846/tid=25851] ppid=25845 vsize=868372 CPUtime=0
/proc/25846/task/25851/stat : 25851 (java) S 25845 25832 24607 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 265550473 889212928 6406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25846/tid=25852] ppid=25845 vsize=868372 CPUtime=0.17
/proc/25846/task/25852/stat : 25852 (java) S 25845 25832 24607 0 -1 64 1471 0 0 0 17 0 0 0 16 0 9 0 265550473 889212928 6406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25846/tid=25853] ppid=25845 vsize=868372 CPUtime=0
/proc/25846/task/25853/stat : 25853 (java) S 25845 25832 24607 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 265550474 889212928 6406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25846/tid=25854] ppid=25845 vsize=868372 CPUtime=0
/proc/25846/task/25854/stat : 25854 (java) S 25845 25832 24607 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 265550474 889212928 6406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 887328

[startup+6.30154 s]
/proc/loadavg: 2.13 2.03 2.05 4/84 25854
/proc/meminfo: memFree=1915080/2055920 swapFree=4181032/4192956
[pid=25832] ppid=25830 vsize=13600 CPUtime=0.58
/proc/25832/stat : 25832 (sugar) S 25830 25832 24607 0 -1 4194304 974 7091 0 1 3 1 50 4 15 0 1 0 265550408 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25832/statm: 3400 797 370 3 0 500 0
[pid=25845] ppid=25832 vsize=5356 CPUtime=0
/proc/25845/stat : 25845 (sh) S 25832 25832 24607 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 265550469 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25845/statm: 1339 233 193 169 0 50 0
[pid=25846] ppid=25845 vsize=868484 CPUtime=5.63
/proc/25846/stat : 25846 (java) S 25845 25832 24607 0 -1 0 10636 0 1 0 551 12 0 0 20 0 9 0 265550470 889327616 7494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25846/statm: 217121 7494 2566 9 0 211668 0
[pid=25846/tid=25847] ppid=25845 vsize=868484 CPUtime=4.88
/proc/25846/task/25847/stat : 25847 (java) R 25845 25832 24607 0 -1 64 3256 0 1 0 484 4 0 0 25 0 9 0 265550470 889327616 7494 996147200 134512640 134550740 4294955952 18446744073709551615 4126581430 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25846/tid=25848] ppid=25845 vsize=868484 CPUtime=0.46
/proc/25846/task/25848/stat : 25848 (java) S 25845 25832 24607 0 -1 64 5173 0 0 0 41 5 0 0 16 0 9 0 265550471 889327616 7494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25846/tid=25849] ppid=25845 vsize=868484 CPUtime=0
/proc/25846/task/25849/stat : 25849 (java) S 25845 25832 24607 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 265550472 889327616 7494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25846/tid=25850] ppid=25845 vsize=868484 CPUtime=0
/proc/25846/task/25850/stat : 25850 (java) S 25845 25832 24607 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 265550472 889327616 7494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25846/tid=25851] ppid=25845 vsize=868484 CPUtime=0
/proc/25846/task/25851/stat : 25851 (java) S 25845 25832 24607 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 265550473 889327616 7494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25846/tid=25852] ppid=25845 vsize=868484 CPUtime=0.25
/proc/25846/task/25852/stat : 25852 (java) S 25845 25832 24607 0 -1 64 1515 0 0 0 25 0 0 0 16 0 9 0 265550473 889327616 7494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25846/tid=25853] ppid=25845 vsize=868484 CPUtime=0
/proc/25846/task/25853/stat : 25853 (java) S 25845 25832 24607 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 265550474 889327616 7494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25846/tid=25854] ppid=25845 vsize=868484 CPUtime=0
/proc/25846/task/25854/stat : 25854 (java) S 25845 25832 24607 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 265550474 889327616 7494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 887440

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

[startup+7.1017 s]
/proc/loadavg: 2.13 2.03 2.05 3/84 25854
/proc/meminfo: memFree=1910792/2055920 swapFree=4181032/4192956
[pid=25832] ppid=25830 vsize=13600 CPUtime=6.77
/proc/25832/stat : 25832 (sugar) S 25830 25832 24607 0 -1 4194304 1034 18133 0 2 3 1 654 19 15 0 1 0 265550408 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25832/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 6.77
Current children cumulated vsize (KiB) 13600

[startup+7.90185 s]
/proc/loadavg: 2.13 2.03 2.05 3/76 25856
/proc/meminfo: memFree=1913288/2055920 swapFree=4181032/4192956
[pid=25832] ppid=25830 vsize=13600 CPUtime=6.77
/proc/25832/stat : 25832 (sugar) S 25830 25832 24607 0 -1 4194304 1034 18133 0 2 3 1 654 19 15 0 1 0 265550408 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25832/statm: 3400 799 370 3 0 500 0
[pid=25855] ppid=25832 vsize=5356 CPUtime=0
/proc/25855/stat : 25855 (sh) S 25832 25832 24607 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 265551100 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25855/statm: 1339 232 193 169 0 50 0
[pid=25856] ppid=25855 vsize=17240 CPUtime=0.96
/proc/25856/stat : 25856 (minisat) R 25855 25832 24607 0 -1 4194304 4081 0 0 0 94 2 0 0 25 0 1 0 265551100 17653760 4067 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/25856/statm: 4310 4067 75 150 0 4157 0
Current children cumulated CPU time (s) 7.73
Current children cumulated vsize (KiB) 36196

[startup+8.10189 s]
/proc/loadavg: 2.13 2.03 2.05 3/76 25856
/proc/meminfo: memFree=1913288/2055920 swapFree=4181032/4192956
[pid=25832] ppid=25830 vsize=13600 CPUtime=7.78
/proc/25832/stat : 25832 (sugar) S 25830 25832 24607 0 -1 4194304 1090 22509 0 2 3 1 752 22 16 0 1 0 265550408 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25832/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 7.78
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 8.19477
CPU time (s): 8.05377
CPU user time (s): 7.77682
CPU system time (s): 0.276957
CPU usage (%): 98.2794
Max. virtual memory (cumulated for all children) (KiB): 890076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.77682
system time used= 0.276957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27945
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= 6800
involuntary context switches= 6843

runsolver used 0.005999 second user time and 0.037994 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-05 10:21:17
IDJOB=1088208
IDBENCH=58071
IDSOLVER=346
FILE ID=node85/1088208-1215246077
PBS_JOBID= 7881963
Free space on /tmp= 126848 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rlfapScens11/normalized-scen11-f5.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-1088208-1215246077/watcher-1088208-1215246077 -o /tmp/evaluation-result-1088208-1215246077/solver-1088208-1215246077 -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-1088208-1215246077.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7dad689c44996ee19ebb5ec3cd48b0ac
RANDOM SEED=591251372

node85.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.272
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.272
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:       1938240 kB
Buffers:          3904 kB
Cached:          44488 kB
SwapCached:       4512 kB
Active:          55360 kB
Inactive:        18296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1938240 kB
SwapTotal:     4192956 kB
SwapFree:      4181032 kB
Dirty:            2052 kB
Writeback:           0 kB
Mapped:          34960 kB
Slab:            29708 kB
Committed_AS:   718296 kB
PageTables:       1544 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= 126844 MiB
End job on node85 at 2008-07-05 10:21:25