Trace number 1088124

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 7.2139 7.38181

General information on the benchmark

Namecsp/rlfapScens11/
normalized-scen11-f10.xml
MD5SUMbc79be14db74a5ff6faf231971efa81f
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 benchmark0.721889
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size34
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.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 10:16:08 2008
0.00/0.04	c 0	PID 12203
0.00/0.05	c 0	HOST node42.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1088124-1215245768.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1088124-1215245768.xml' 'HOME/temp.csp'
0.03/0.72	c 1	5 domains, 680 variables, 2 predicates, 0 relations, 4103 constraints
0.03/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.73	c 1	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.69/0.81	c 1	Parsing HOME/temp.csp
0.94/1.05	c 1	parsed 4790 expressions
0.94/1.05	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.94/1.06	c 1	Converting to clausal form CSP
0.94/1.09	c 1	converted 479 (10%) expressions
1.34/1.44	c 1	converted 958 (20%) expressions
1.73/1.81	c 2	converted 1437 (30%) expressions
2.03/2.14	c 2	converted 1916 (40%) expressions
2.42/2.53	c 2	converted 2395 (50%) expressions
2.72/2.86	c 3	converted 2874 (60%) expressions
3.12/3.22	c 3	converted 3353 (70%) expressions
3.51/3.63	c 3	converted 3832 (80%) expressions
3.81/3.95	c 4	converted 4311 (90%) expressions
4.20/4.32	c 4	converted 4790 (100%) expressions
4.20/4.32	c 4	CSP : 680 integers, 0 booleans, 4783 clauses, largest domain size 34
4.20/4.32	c 4	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.20/4.32	c 4	Propagation in CSP
4.89/5.06	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.89/5.06	c 5	CSP : 680 integers, 0 booleans, 4783 clauses, largest domain size 34
4.89/5.06	c 5	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.89/5.06	c 5	Simplifing CSP by introducing new Boolean variables
4.99/5.12	c 5	CSP : 680 integers, 8206 booleans, 12989 clauses, largest domain size 34
4.99/5.12	c 5	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.19/5.37	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.29/5.44	c 5	68 (10%) CSP integer variables are encoded (2106 clauses, 25298 bytes)
5.29/5.45	c 5	136 (20%) CSP integer variables are encoded (4118 clauses, 51454 bytes)
5.29/5.47	c 5	204 (30%) CSP integer variables are encoded (6238 clauses, 79014 bytes)
5.29/5.49	c 5	272 (40%) CSP integer variables are encoded (8050 clauses, 102570 bytes)
5.29/5.50	c 5	340 (50%) CSP integer variables are encoded (9862 clauses, 126517 bytes)
5.40/5.52	c 5	408 (60%) CSP integer variables are encoded (11814 clauses, 155797 bytes)
5.40/5.53	c 5	476 (70%) CSP integer variables are encoded (13606 clauses, 182677 bytes)
5.40/5.54	c 5	544 (80%) CSP integer variables are encoded (15474 clauses, 210697 bytes)
5.40/5.56	c 5	612 (90%) CSP integer variables are encoded (17300 clauses, 238087 bytes)
5.40/5.57	c 5	680 (100%) CSP integer variables are encoded (19172 clauses, 266167 bytes)
5.59/5.74	c 6	1299 (10%) CSP clauses are encoded (45238 clauses, 761047 bytes)
5.69/5.89	c 6	2598 (20%) CSP clauses are encoded (72579 clauses, 1303950 bytes)
5.89/6.00	c 6	3897 (30%) CSP clauses are encoded (97237 clauses, 1790031 bytes)
5.98/6.14	c 6	5196 (40%) CSP clauses are encoded (123628 clauses, 2316315 bytes)
6.09/6.27	c 6	6495 (50%) CSP clauses are encoded (149048 clauses, 2819070 bytes)
6.19/6.38	c 6	7794 (60%) CSP clauses are encoded (172183 clauses, 3275569 bytes)
6.29/6.49	c 6	9093 (70%) CSP clauses are encoded (194682 clauses, 3719748 bytes)
6.49/6.61	c 6	10392 (80%) CSP clauses are encoded (217710 clauses, 4201889 bytes)
6.58/6.72	c 7	11691 (90%) CSP clauses are encoded (240630 clauses, 4679950 bytes)
6.69/6.83	c 7	12989 (100%) CSP clauses are encoded (263294 clauses, 5148865 bytes)
6.69/6.83	c 7	12989 CSP clauses encoded
6.69/6.83	c 7	Writing map file : HOME/temp.map
6.69/6.85	c 7	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.69/6.85	c 7	SAT : 28058 SAT variables, 263294 SAT clauses, 5148865 bytes
6.69/6.85	c 7	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.69/6.89	c 7	SOLVING HOME/temp.cnf
6.69/6.89	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.69/6.89	c 7	This is MiniSat 2.0 beta
6.69/6.89	c 7	WARNING: for repeatability, setting FPU to use double precision
6.69/6.89	c 7	============================[ Problem Statistics ]=============================
6.69/6.89	c 7	|                                                                             |
6.69/6.89	c 7	|  Number of variables:  28058                                                |
6.69/6.89	c 7	|  Number of clauses:    263294                                               |
6.75/7.05	c 7	|  Parsing time:         0.13         s                                       |
6.75/7.06	c 7	============================[ Search Statistics ]==============================
6.75/7.06	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.75/7.06	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.75/7.06	c 7	===============================================================================
6.75/7.06	c 7	|         0 |   28058   263294   740072 |    87764        0    nan |  0.000 % |
6.75/7.08	c 7	|       102 |   28016   263294   740072 |    96541       84      4 |  0.225 % |
6.75/7.09	c 7	===============================================================================
6.75/7.09	c 7	restarts              : 2
6.75/7.09	c 7	conflicts             : 210            (1173 /sec)
6.75/7.09	c 7	decisions             : 1334           (1.87 % random) (7454 /sec)
6.75/7.09	c 7	propagations          : 59154          (330521 /sec)
6.75/7.09	c 7	conflict literals     : 908            (18.27 % deleted)
6.75/7.09	c 7	Memory used           : 14.13 MB
6.75/7.10	c 7	CPU time              : 0.178972 s
6.75/7.10	c 7	
6.75/7.10	c 7	UNSATISFIABLE
6.75/7.10	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.75/7.10	c 7	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.75/7.19	c 7	Decoding HOME/temp.out
6.96/7.33	s UNSATISFIABLE
6.96/7.34	c 7	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.96/7.38	c 7	CPU 6.92 (0.04 0.01 6.88 0.27)
6.96/7.38	c 7	END Sat Jul  5 10:16:15 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-1088124-1215245768/watcher-1088124-1215245768 -o /tmp/evaluation-result-1088124-1215245768/solver-1088124-1215245768 -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-1088124-1215245768.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.00 2.02 2.04 4/81 12203
/proc/meminfo: memFree=1776848/2055920 swapFree=4180096/4192956
[pid=12203] ppid=12201 vsize=12268 CPUtime=0
/proc/12203/stat : 12203 (sugar) R 12201 12203 10549 0 -1 4194304 347 0 0 0 0 0 0 0 20 0 1 0 2003549250 12562432 315 996147200 4194304 4206940 548682068608 18446744073709551615 259435197656 0 0 4224 0 0 0 0 17 1 0 0
/proc/12203/statm: 3067 315 240 3 0 167 0

[startup+0.0644399 s]
/proc/loadavg: 2.00 2.02 2.04 4/81 12203
/proc/meminfo: memFree=1776848/2055920 swapFree=4180096/4192956
[pid=12203] ppid=12201 vsize=13600 CPUtime=0.03
/proc/12203/stat : 12203 (sugar) S 12201 12203 10549 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 2003549250 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12203/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102375 s]
/proc/loadavg: 2.00 2.02 2.04 4/81 12203
/proc/meminfo: memFree=1776848/2055920 swapFree=4180096/4192956
[pid=12203] ppid=12201 vsize=13600 CPUtime=0.03
/proc/12203/stat : 12203 (sugar) S 12201 12203 10549 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 2003549250 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12203/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301391 s]
/proc/loadavg: 2.00 2.02 2.04 4/81 12203
/proc/meminfo: memFree=1776848/2055920 swapFree=4180096/4192956
[pid=12203] ppid=12201 vsize=13600 CPUtime=0.03
/proc/12203/stat : 12203 (sugar) S 12201 12203 10549 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 2003549250 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12203/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701442 s]
/proc/loadavg: 2.00 2.02 2.04 4/81 12203
/proc/meminfo: memFree=1776848/2055920 swapFree=4180096/4192956
[pid=12203] ppid=12201 vsize=13600 CPUtime=0.03
/proc/12203/stat : 12203 (sugar) S 12201 12203 10549 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 2003549250 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12203/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50253 s]
/proc/loadavg: 2.00 2.02 2.04 3/92 12225
/proc/meminfo: memFree=1768376/2055920 swapFree=4180096/4192956
[pid=12203] ppid=12201 vsize=13600 CPUtime=0.69
/proc/12203/stat : 12203 (sugar) S 12201 12203 10549 0 -1 4194304 973 7092 0 1 3 0 62 4 15 0 1 0 2003549250 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12203/statm: 3400 797 370 3 0 500 0
[pid=12216] ppid=12203 vsize=5356 CPUtime=0
/proc/12216/stat : 12216 (sh) S 12203 12203 10549 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003549323 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12216/statm: 1339 233 193 169 0 50 0
[pid=12217] ppid=12216 vsize=868272 CPUtime=0.75
/proc/12217/stat : 12217 (java) S 12216 12203 10549 0 -1 0 5410 0 1 0 72 3 0 0 18 0 9 0 2003549324 889110528 4820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12217/statm: 217068 4820 1732 9 0 211643 0
[pid=12217/tid=12218] ppid=12216 vsize=868272 CPUtime=0.52
/proc/12217/task/12218/stat : 12218 (java) R 12216 12203 10549 0 -1 64 2664 0 1 0 50 2 0 0 23 0 9 0 2003549325 889110528 4820 996147200 134512640 134550740 4294955952 18446744073709551615 4126463838 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12217/tid=12219] ppid=12216 vsize=868272 CPUtime=0.04
/proc/12217/task/12219/stat : 12219 (java) S 12216 12203 10549 0 -1 64 621 0 0 0 4 0 0 0 16 0 9 0 2003549326 889110528 4820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12217/tid=12220] ppid=12216 vsize=868272 CPUtime=0
/proc/12217/task/12220/stat : 12220 (java) S 12216 12203 10549 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2003549326 889110528 4820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12217/tid=12221] ppid=12216 vsize=868272 CPUtime=0
/proc/12217/task/12221/stat : 12221 (java) S 12216 12203 10549 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003549326 889110528 4820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12217/tid=12222] ppid=12216 vsize=868272 CPUtime=0
/proc/12217/task/12222/stat : 12222 (java) S 12216 12203 10549 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003549328 889110528 4820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12217/tid=12223] ppid=12216 vsize=868272 CPUtime=0.16
/proc/12217/task/12223/stat : 12223 (java) S 12216 12203 10549 0 -1 64 1433 0 0 0 16 0 0 0 16 0 9 0 2003549328 889110528 4820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12217/tid=12224] ppid=12216 vsize=868272 CPUtime=0
/proc/12217/task/12224/stat : 12224 (java) S 12216 12203 10549 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003549328 889110528 4820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12217/tid=12225] ppid=12216 vsize=868272 CPUtime=0
/proc/12217/task/12225/stat : 12225 (java) S 12216 12203 10549 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003549328 889110528 4820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887228

[startup+3.1044 s]
/proc/loadavg: 2.00 2.02 2.04 3/92 12225
/proc/meminfo: memFree=1760120/2055920 swapFree=4180096/4192956
[pid=12203] ppid=12201 vsize=13600 CPUtime=0.69
/proc/12203/stat : 12203 (sugar) S 12201 12203 10549 0 -1 4194304 973 7092 0 1 3 0 62 4 15 0 1 0 2003549250 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12203/statm: 3400 797 370 3 0 500 0
[pid=12216] ppid=12203 vsize=5356 CPUtime=0
/proc/12216/stat : 12216 (sh) S 12203 12203 10549 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003549323 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12216/statm: 1339 233 193 169 0 50 0
[pid=12217] ppid=12216 vsize=868388 CPUtime=2.32
/proc/12217/stat : 12217 (java) S 12216 12203 10549 0 -1 0 8185 0 1 0 228 4 0 0 18 0 9 0 2003549324 889229312 7319 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12217/statm: 217097 7319 2540 9 0 211672 0
[pid=12217/tid=12218] ppid=12216 vsize=868388 CPUtime=1.85
/proc/12217/task/12218/stat : 12218 (java) R 12216 12203 10549 0 -1 64 2770 0 1 0 183 2 0 0 25 0 9 0 2003549325 889229312 7319 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12217/tid=12219] ppid=12216 vsize=868388 CPUtime=0.25
/proc/12217/task/12219/stat : 12219 (java) S 12216 12203 10549 0 -1 64 3268 0 0 0 25 0 0 0 15 0 9 0 2003549326 889229312 7319 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12217/tid=12220] ppid=12216 vsize=868388 CPUtime=0
/proc/12217/task/12220/stat : 12220 (java) S 12216 12203 10549 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003549326 889229312 7319 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12217/tid=12221] ppid=12216 vsize=868388 CPUtime=0
/proc/12217/task/12221/stat : 12221 (java) S 12216 12203 10549 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003549326 889229312 7319 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12217/tid=12222] ppid=12216 vsize=868388 CPUtime=0
/proc/12217/task/12222/stat : 12222 (java) S 12216 12203 10549 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003549328 889229312 7319 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12217/tid=12223] ppid=12216 vsize=868388 CPUtime=0.19
/proc/12217/task/12223/stat : 12223 (java) S 12216 12203 10549 0 -1 64 1454 0 0 0 19 0 0 0 16 0 9 0 2003549328 889229312 7319 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12217/tid=12224] ppid=12216 vsize=868388 CPUtime=0
/proc/12217/task/12224/stat : 12224 (java) S 12216 12203 10549 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003549328 889229312 7319 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12217/tid=12225] ppid=12216 vsize=868388 CPUtime=0
/proc/12217/task/12225/stat : 12225 (java) S 12216 12203 10549 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003549328 889229312 7319 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887344

[startup+6.30207 s]
/proc/loadavg: 2.00 2.02 2.04 3/92 12225
/proc/meminfo: memFree=1738808/2055920 swapFree=4180096/4192956
[pid=12203] ppid=12201 vsize=13600 CPUtime=0.71
/proc/12203/stat : 12203 (sugar) S 12201 12203 10549 0 -1 4194304 974 7092 0 1 4 1 62 4 15 0 1 0 2003549250 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12203/statm: 3400 797 370 3 0 500 0
[pid=12216] ppid=12203 vsize=5356 CPUtime=0
/proc/12216/stat : 12216 (sh) S 12203 12203 10549 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003549323 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12216/statm: 1339 233 193 169 0 50 0
[pid=12217] ppid=12216 vsize=868500 CPUtime=5.48
/proc/12217/stat : 12217 (java) S 12216 12203 10549 0 -1 0 17492 0 1 0 535 13 0 0 18 0 9 0 2003549324 889344000 11362 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12217/statm: 217125 11362 2566 9 0 211672 0
[pid=12217/tid=12218] ppid=12216 vsize=868500 CPUtime=4.21
/proc/12217/task/12218/stat : 12218 (java) R 12216 12203 10549 0 -1 64 3249 0 1 0 416 5 0 0 25 0 9 0 2003549325 889344000 11362 996147200 134512640 134550740 4294955952 18446744073709551615 4126975596 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12217/tid=12219] ppid=12216 vsize=868500 CPUtime=0.99
/proc/12217/task/12219/stat : 12219 (java) S 12216 12203 10549 0 -1 64 12051 0 0 0 93 6 0 0 16 0 9 0 2003549326 889344000 11362 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12217/tid=12220] ppid=12216 vsize=868500 CPUtime=0
/proc/12217/task/12220/stat : 12220 (java) S 12216 12203 10549 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003549326 889344000 11362 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12217/tid=12221] ppid=12216 vsize=868500 CPUtime=0
/proc/12217/task/12221/stat : 12221 (java) S 12216 12203 10549 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003549326 889344000 11362 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12217/tid=12222] ppid=12216 vsize=868500 CPUtime=0
/proc/12217/task/12222/stat : 12222 (java) S 12216 12203 10549 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003549328 889344000 11362 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12217/tid=12223] ppid=12216 vsize=868500 CPUtime=0.26
/proc/12217/task/12223/stat : 12223 (java) S 12216 12203 10549 0 -1 64 1499 0 0 0 26 0 0 0 15 0 9 0 2003549328 889344000 11362 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12217/tid=12224] ppid=12216 vsize=868500 CPUtime=0
/proc/12217/task/12224/stat : 12224 (java) S 12216 12203 10549 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003549328 889344000 11362 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12217/tid=12225] ppid=12216 vsize=868500 CPUtime=0
/proc/12217/task/12225/stat : 12225 (java) S 12216 12203 10549 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003549328 889344000 11362 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887456

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

[startup+7.10228 s]
/proc/loadavg: 2.00 2.02 2.04 3/92 12225
/proc/meminfo: memFree=1735032/2055920 swapFree=4180096/4192956
[pid=12203] ppid=12201 vsize=13600 CPUtime=6.75
/proc/12203/stat : 12203 (sugar) S 12201 12203 10549 0 -1 4194304 1034 24925 0 2 4 1 650 20 15 0 1 0 2003549250 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12203/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 6.75
Current children cumulated vsize (KiB) 13600

[startup+7.30217 s]
/proc/loadavg: 2.00 2.02 2.04 3/92 12225
/proc/meminfo: memFree=1735032/2055920 swapFree=4180096/4192956
[pid=12203] ppid=12201 vsize=13600 CPUtime=6.96
/proc/12203/stat : 12203 (sugar) S 12201 12203 10549 0 -1 4194304 1090 28641 0 2 4 1 668 23 16 0 1 0 2003549250 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12203/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 6.96
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 7.38181
CPU time (s): 7.2139
CPU user time (s): 6.92695
CPU system time (s): 0.286956
CPU usage (%): 97.7254
Max. virtual memory (cumulated for all children) (KiB): 897652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.92695
system time used= 0.286956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34052
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= 4649
involuntary context switches= 4676

runsolver used 0.009998 second user time and 0.039993 second system time

The end

Launcher Data (download as text)

Begin job on node42 at 2008-07-05 10:16:08
IDJOB=1088124
IDBENCH=58067
IDSOLVER=346
FILE ID=node42/1088124-1215245768
PBS_JOBID= 7881898
Free space on /tmp= 66492 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bc79be14db74a5ff6faf231971efa81f
RANDOM SEED=1322940273

node42.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.214
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.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1777328 kB
Buffers:          3720 kB
Cached:          47772 kB
SwapCached:       5764 kB
Active:         210612 kB
Inactive:        16068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1777328 kB
SwapTotal:     4192956 kB
SwapFree:      4180096 kB
Dirty:            2184 kB
Writeback:           0 kB
Mapped:         192444 kB
Slab:            36816 kB
Committed_AS:  3911800 kB
PageTables:       2248 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= 66492 MiB
End job on node42 at 2008-07-05 10:16:15