Trace number 1087158

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 26.6769 27.0582

General information on the benchmark

Namecsp/fapp/fapp01/
normalized-fapp01-0200-2.xml
MD5SUM8958f22ef51eff112eba2674fcf8e386
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 benchmark9.95049
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2053
Maximum constraint arity2
Maximum domain size190
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2053
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.13	c 0	Sugar v1-13 + HOME/minisat
0.00/0.13	c 0	BEGIN Sat Jul  5 09:27:33 2008
0.00/0.13	c 0	PID 2562
0.00/0.14	c 0	HOST node24.alineos.net
0.00/0.14	c 0	CONVERTING HOME/instance-1087158-1215242852.xml TO HOME/temp.csp
0.00/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087158-1215242852.xml' 'HOME/temp.csp'
0.03/0.62	c 0	9 domains, 200 variables, 8 predicates, 0 relations, 2053 constraints
0.03/0.67	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.67	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.50/0.76	c 0	Parsing HOME/temp.csp
0.50/0.96	c 0	parsed 2270 expressions
0.50/0.97	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.50/0.97	c 0	Converting to clausal form CSP
0.80/1.06	c 1	converted 227 (10%) expressions
1.30/1.53	c 1	converted 454 (20%) expressions
1.60/1.80	c 1	converted 681 (30%) expressions
1.90/2.11	c 2	converted 908 (40%) expressions
2.09/2.35	c 2	converted 1135 (50%) expressions
2.29/2.53	c 2	converted 1362 (60%) expressions
2.50/2.79	c 2	converted 1589 (70%) expressions
2.70/2.96	c 2	converted 1816 (80%) expressions
2.90/3.11	c 3	converted 2043 (90%) expressions
3.00/3.29	c 3	converted 2270 (100%) expressions
3.00/3.29	c 3	CSP : 397 integers, 5863 booleans, 12514 clauses, largest domain size 2657
3.00/3.29	c 3	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.00/3.29	c 3	Propagation in CSP
3.18/3.44	c 3	6720 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.18/3.44	c 3	CSP : 397 integers, 5863 booleans, 12514 clauses, largest domain size 2657
3.18/3.44	c 3	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.18/3.45	c 3	Simplifing CSP by introducing new Boolean variables
3.18/3.48	c 3	CSP : 397 integers, 10063 booleans, 16714 clauses, largest domain size 2657
3.18/3.48	c 3	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.39/3.64	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.49/3.78	c 3	40 (10%) CSP integer variables are encoded (4973 clauses, 62518 bytes)
3.59/3.86	c 3	80 (20%) CSP integer variables are encoded (9942 clauses, 127160 bytes)
3.68/3.97	c 3	120 (30%) CSP integer variables are encoded (15990 clauses, 217880 bytes)
3.78/4.06	c 4	159 (40%) CSP integer variables are encoded (21218 clauses, 296300 bytes)
3.88/4.16	c 4	199 (50%) CSP integer variables are encoded (26495 clauses, 375455 bytes)
3.99/4.23	c 4	239 (60%) CSP integer variables are encoded (85498 clauses, 1260500 bytes)
4.09/4.31	c 4	278 (70%) CSP integer variables are encoded (141765 clauses, 2188532 bytes)
4.09/4.38	c 4	318 (80%) CSP integer variables are encoded (198433 clauses, 3151888 bytes)
4.18/4.47	c 4	358 (90%) CSP integer variables are encoded (263393 clauses, 4256208 bytes)
4.28/4.54	c 4	397 (100%) CSP integer variables are encoded (322294 clauses, 5257525 bytes)
7.66/7.98	c 7	1672 (10%) CSP clauses are encoded (950302 clauses, 17672823 bytes)
10.34/10.68	c 10	3343 (20%) CSP clauses are encoded (1495477 clauses, 29255648 bytes)
12.02/12.38	c 12	5015 (30%) CSP clauses are encoded (1891888 clauses, 37779392 bytes)
13.42/13.74	c 13	6686 (40%) CSP clauses are encoded (2238233 clauses, 45503955 bytes)
14.51/14.81	c 14	8357 (50%) CSP clauses are encoded (2540360 clauses, 52367583 bytes)
15.40/15.71	c 15	10029 (60%) CSP clauses are encoded (2852815 clauses, 59542796 bytes)
16.30/16.69	c 16	11700 (70%) CSP clauses are encoded (3199790 clauses, 67641867 bytes)
17.09/17.44	c 17	13372 (80%) CSP clauses are encoded (3441297 clauses, 73323686 bytes)
18.08/18.46	c 18	15043 (90%) CSP clauses are encoded (3826489 clauses, 82209663 bytes)
18.77/19.18	c 19	16714 (100%) CSP clauses are encoded (4092193 clauses, 88532966 bytes)
18.77/19.18	c 19	16714 CSP clauses encoded
18.77/19.18	c 19	Writing map file : HOME/temp.map
18.77/19.19	c 19	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.77/19.19	c 19	SAT : 332754 SAT variables, 4092193 SAT clauses, 88532966 bytes
18.77/19.19	c 19	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.87/19.23	c 19	SOLVING HOME/temp.cnf
18.87/19.23	c 19	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
18.87/19.24	c 19	This is MiniSat 2.0 beta
18.87/19.24	c 19	WARNING: for repeatability, setting FPU to use double precision
18.87/19.24	c 19	============================[ Problem Statistics ]=============================
18.87/19.24	c 19	|                                                                             |
18.87/19.24	c 19	|  Number of variables:  332754                                               |
18.87/19.24	c 19	|  Number of clauses:    4092193                                              |
21.13/21.54	c 21	|  Parsing time:         1.99         s                                       |
21.23/21.65	c 21	============================[ Search Statistics ]==============================
21.23/21.65	c 21	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
21.23/21.65	c 21	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
21.23/21.65	c 21	===============================================================================
21.23/21.65	c 21	|         0 |  332753  4092192 11056367 |  1364064        0    nan |  0.000 % |
21.63/22.09	c 22	|       100 |  332742  4092192 11056367 |  1500470       98      3 |  1.449 % |
22.42/22.87	c 22	|       250 |  332728  4092192 11056367 |  1650517      243      3 |  3.009 % |
23.51/23.95	c 23	|       475 |  332714  4092192 11056367 |  1815569      463      4 |  7.256 % |
25.20/25.64	c 25	|       812 |  304127  3775244 10221244 |  1997126      793      5 |  8.603 % |
26.30/26.75	c 26	===============================================================================
26.30/26.75	c 26	restarts              : 5
26.30/26.75	c 26	conflicts             : 1240           (173 /sec)
26.30/26.76	c 26	decisions             : 36443          (1.34 % random) (5098 /sec)
26.30/26.76	c 26	propagations          : 15480219       (2165698 /sec)
26.30/26.76	c 26	conflict literals     : 6037           (11.70 % deleted)
26.30/26.76	c 26	Memory used           : 197.74 MB
26.30/26.76	c 26	CPU time              : 7.14791 s
26.30/26.76	c 26	
26.30/26.76	c 26	UNSATISFIABLE
26.30/26.79	c 26	DECODING HOME/temp.out WITH HOME/temp.map
26.30/26.79	c 26	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
26.40/26.87	c 26	Decoding HOME/temp.out
26.40/27.00	s UNSATISFIABLE
26.40/27.00	c 26	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
26.40/27.01	c 26	CPU 25.41 (0.03 0.01 25.38 1.19)
26.40/27.01	c 26	END Sat Jul  5 09:27:59 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-1087158-1215242852/watcher-1087158-1215242852 -o /tmp/evaluation-result-1087158-1215242852/solver-1087158-1215242852 -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-1087158-1215242852.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.48 2.20 2.12 4/82 2562
/proc/meminfo: memFree=1910896/2055920 swapFree=4180448/4192956
[pid=2562] ppid=2560 vsize=18572 CPUtime=0
/proc/2562/stat : 2562 (runsolver) D 2560 2562 629 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 2003259801 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 237788261671 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/2562/statm: 4643 292 257 25 0 2626 0

[startup+0.0400419 s]
/proc/loadavg: 2.48 2.20 2.12 4/82 2562
/proc/meminfo: memFree=1910896/2055920 swapFree=4180448/4192956
[pid=2562] ppid=2560 vsize=12268 CPUtime=0
/proc/2562/stat : 2562 (sugar) D 2560 2562 629 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 2003259801 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 237788428901 0 2147483391 4224 0 18446744072099855350 0 0 17 1 0 0
/proc/2562/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.102042 s]
/proc/loadavg: 2.48 2.20 2.12 4/82 2562
/proc/meminfo: memFree=1910896/2055920 swapFree=4180448/4192956
[pid=2562] ppid=2560 vsize=12544 CPUtime=0
/proc/2562/stat : 2562 (sugar) R 2560 2562 629 0 -1 4194304 465 0 0 0 0 0 0 0 18 0 1 0 2003259801 12845056 433 996147200 4194304 4206940 548682068608 18446744073709551615 237805815271 0 0 4224 0 0 0 0 17 1 0 0
/proc/2562/statm: 3136 433 289 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.302072 s]
/proc/loadavg: 2.48 2.20 2.12 4/82 2562
/proc/meminfo: memFree=1910896/2055920 swapFree=4180448/4192956
[pid=2562] ppid=2560 vsize=13600 CPUtime=0.03
/proc/2562/stat : 2562 (sugar) S 2560 2562 629 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 2003259801 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2562/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70211 s]
/proc/loadavg: 2.48 2.20 2.12 4/82 2562
/proc/meminfo: memFree=1910896/2055920 swapFree=4180448/4192956
[pid=2562] ppid=2560 vsize=13600 CPUtime=0.5
/proc/2562/stat : 2562 (sugar) S 2560 2562 629 0 -1 4194304 956 5145 0 1 3 1 41 5 16 0 1 0 2003259801 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2562/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 13600

[startup+1.50119 s]
/proc/loadavg: 2.48 2.20 2.12 3/92 2585
/proc/meminfo: memFree=1871376/2055920 swapFree=4180448/4192956
[pid=2562] ppid=2560 vsize=13600 CPUtime=0.5
/proc/2562/stat : 2562 (sugar) S 2560 2562 629 0 -1 4194304 973 5145 0 1 3 1 41 5 15 0 1 0 2003259801 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2562/statm: 3400 797 370 3 0 500 0
[pid=2575] ppid=2562 vsize=5356 CPUtime=0
/proc/2575/stat : 2575 (sh) S 2562 2562 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003259869 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2575/statm: 1339 233 193 169 0 50 0
[pid=2576] ppid=2575 vsize=868272 CPUtime=0.8
/proc/2576/stat : 2576 (java) S 2575 2562 629 0 -1 0 5670 0 1 0 76 4 0 0 18 0 9 0 2003259869 889110528 5078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2576/statm: 217068 5078 1732 9 0 211643 0
[pid=2576/tid=2577] ppid=2575 vsize=868272 CPUtime=0.54
/proc/2576/task/2577/stat : 2577 (java) R 2575 2562 629 0 -1 64 2665 0 1 0 53 1 0 0 21 0 9 0 2003259870 889110528 5078 996147200 134512640 134550740 4294955952 18446744073709551615 4126576071 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2576/tid=2578] ppid=2575 vsize=868272 CPUtime=0.06
/proc/2576/task/2578/stat : 2578 (java) S 2575 2562 629 0 -1 64 864 0 0 0 5 1 0 0 16 0 9 0 2003259871 889110528 5078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2576/tid=2579] ppid=2575 vsize=868272 CPUtime=0
/proc/2576/task/2579/stat : 2579 (java) S 2575 2562 629 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2003259871 889110528 5078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2576/tid=2580] ppid=2575 vsize=868272 CPUtime=0
/proc/2576/task/2580/stat : 2580 (java) S 2575 2562 629 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003259871 889110528 5078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2576/tid=2581] ppid=2575 vsize=868272 CPUtime=0
/proc/2576/task/2581/stat : 2581 (java) S 2575 2562 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003259873 889110528 5078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2576/tid=2582] ppid=2575 vsize=868272 CPUtime=0.18
/proc/2576/task/2582/stat : 2582 (java) S 2575 2562 629 0 -1 64 1449 0 0 0 17 1 0 0 16 0 9 0 2003259873 889110528 5078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2576/tid=2583] ppid=2575 vsize=868272 CPUtime=0
/proc/2576/task/2583/stat : 2583 (java) S 2575 2562 629 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003259873 889110528 5078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2576/tid=2584] ppid=2575 vsize=868272 CPUtime=0
/proc/2576/task/2584/stat : 2584 (java) S 2575 2562 629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003259873 889110528 5078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 887228

[startup+3.10136 s]
/proc/loadavg: 2.48 2.20 2.12 3/92 2585
/proc/meminfo: memFree=1859600/2055920 swapFree=4180448/4192956
[pid=2562] ppid=2560 vsize=13600 CPUtime=0.5
/proc/2562/stat : 2562 (sugar) S 2560 2562 629 0 -1 4194304 973 5145 0 1 3 1 41 5 15 0 1 0 2003259801 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2562/statm: 3400 797 370 3 0 500 0
[pid=2575] ppid=2562 vsize=5356 CPUtime=0
/proc/2575/stat : 2575 (sh) S 2562 2562 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003259869 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2575/statm: 1339 233 193 169 0 50 0
[pid=2576] ppid=2575 vsize=868388 CPUtime=2.4
/proc/2576/stat : 2576 (java) S 2575 2562 629 0 -1 0 10264 0 1 0 232 8 0 0 18 0 9 0 2003259869 889229312 9391 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2576/statm: 217097 9391 2540 9 0 211672 0
[pid=2576/tid=2577] ppid=2575 vsize=868388 CPUtime=1.71
/proc/2576/task/2577/stat : 2577 (java) R 2575 2562 629 0 -1 64 2872 0 1 0 169 2 0 0 25 0 9 0 2003259870 889229312 9391 996147200 134512640 134550740 4294955952 18446744073709551615 4125952076 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2576/tid=2578] ppid=2575 vsize=868388 CPUtime=0.46
/proc/2576/task/2578/stat : 2578 (java) S 2575 2562 629 0 -1 64 5238 0 0 0 43 3 0 0 16 0 9 0 2003259871 889229312 9391 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2576/tid=2579] ppid=2575 vsize=868388 CPUtime=0
/proc/2576/task/2579/stat : 2579 (java) S 2575 2562 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003259871 889229312 9391 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2576/tid=2580] ppid=2575 vsize=868388 CPUtime=0
/proc/2576/task/2580/stat : 2580 (java) S 2575 2562 629 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003259871 889229312 9391 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2576/tid=2581] ppid=2575 vsize=868388 CPUtime=0
/proc/2576/task/2581/stat : 2581 (java) S 2575 2562 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003259873 889229312 9391 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2576/tid=2582] ppid=2575 vsize=868388 CPUtime=0.2
/proc/2576/task/2582/stat : 2582 (java) S 2575 2562 629 0 -1 64 1460 0 0 0 19 1 0 0 15 0 9 0 2003259873 889229312 9391 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2576/tid=2583] ppid=2575 vsize=868388 CPUtime=0
/proc/2576/task/2583/stat : 2583 (java) S 2575 2562 629 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003259873 889229312 9391 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2576/tid=2584] ppid=2575 vsize=868388 CPUtime=0
/proc/2576/task/2584/stat : 2584 (java) S 2575 2562 629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003259873 889229312 9391 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 887344

[startup+6.30269 s]
/proc/loadavg: 2.44 2.20 2.12 3/92 2585
/proc/meminfo: memFree=1838096/2055920 swapFree=4180448/4192956
[pid=2562] ppid=2560 vsize=13600 CPUtime=0.5
/proc/2562/stat : 2562 (sugar) S 2560 2562 629 0 -1 4194304 974 5145 0 1 3 1 41 5 15 0 1 0 2003259801 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2562/statm: 3400 797 370 3 0 500 0
[pid=2575] ppid=2562 vsize=5356 CPUtime=0
/proc/2575/stat : 2575 (sh) S 2562 2562 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003259869 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2575/statm: 1339 233 193 169 0 50 0
[pid=2576] ppid=2575 vsize=868500 CPUtime=5.58
/proc/2576/stat : 2576 (java) S 2575 2562 629 0 -1 0 11622 0 1 0 540 18 0 0 18 0 9 0 2003259869 889344000 10545 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2576/statm: 217125 10545 2565 9 0 211672 0
[pid=2576/tid=2577] ppid=2575 vsize=868500 CPUtime=4.56
/proc/2576/task/2577/stat : 2577 (java) R 2575 2562 629 0 -1 64 3224 0 1 0 446 10 0 0 25 0 9 0 2003259870 889344000 10545 996147200 134512640 134550740 4294955952 18446744073709551615 4126575968 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2576/tid=2578] ppid=2575 vsize=868500 CPUtime=0.72
/proc/2576/task/2578/stat : 2578 (java) S 2575 2562 629 0 -1 64 6209 0 0 0 67 5 0 0 16 0 9 0 2003259871 889344000 10545 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2576/tid=2579] ppid=2575 vsize=868500 CPUtime=0
/proc/2576/task/2579/stat : 2579 (java) S 2575 2562 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003259871 889344000 10545 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2576/tid=2580] ppid=2575 vsize=868500 CPUtime=0
/proc/2576/task/2580/stat : 2580 (java) S 2575 2562 629 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003259871 889344000 10545 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2576/tid=2581] ppid=2575 vsize=868500 CPUtime=0
/proc/2576/task/2581/stat : 2581 (java) S 2575 2562 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003259873 889344000 10545 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2576/tid=2582] ppid=2575 vsize=868500 CPUtime=0.26
/proc/2576/task/2582/stat : 2582 (java) S 2575 2562 629 0 -1 64 1495 0 0 0 25 1 0 0 16 0 9 0 2003259873 889344000 10545 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2576/tid=2583] ppid=2575 vsize=868500 CPUtime=0
/proc/2576/task/2583/stat : 2583 (java) S 2575 2562 629 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003259873 889344000 10545 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2576/tid=2584] ppid=2575 vsize=868500 CPUtime=0
/proc/2576/task/2584/stat : 2584 (java) S 2575 2562 629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003259873 889344000 10545 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 887456

[startup+12.7024 s]
/proc/loadavg: 2.40 2.19 2.11 3/92 2585
/proc/meminfo: memFree=1809808/2055920 swapFree=4180448/4192956
[pid=2562] ppid=2560 vsize=13600 CPUtime=0.5
/proc/2562/stat : 2562 (sugar) S 2560 2562 629 0 -1 4194304 974 5145 0 1 3 1 41 5 16 0 1 0 2003259801 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2562/statm: 3400 797 370 3 0 500 0
[pid=2575] ppid=2562 vsize=5356 CPUtime=0
/proc/2575/stat : 2575 (sh) S 2562 2562 629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003259869 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2575/statm: 1339 233 193 169 0 50 0
[pid=2576] ppid=2575 vsize=868500 CPUtime=11.92
/proc/2576/stat : 2576 (java) S 2575 2562 629 0 -1 0 12007 0 1 0 1153 39 0 0 18 0 9 0 2003259869 889344000 10557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2576/statm: 217125 10557 2566 9 0 211672 0
[pid=2576/tid=2577] ppid=2575 vsize=868500 CPUtime=10.76
/proc/2576/task/2577/stat : 2577 (java) R 2575 2562 629 0 -1 64 3597 0 1 0 1046 30 0 0 25 0 9 0 2003259870 889344000 10557 996147200 134512640 134550740 4294955952 18446744073709551615 102064753 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2576/tid=2578] ppid=2575 vsize=868500 CPUtime=0.86
/proc/2576/task/2578/stat : 2578 (java) S 2575 2562 629 0 -1 64 6209 0 0 0 79 7 0 0 16 0 9 0 2003259871 889344000 10557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2576/tid=2579] ppid=2575 vsize=868500 CPUtime=0
/proc/2576/task/2579/stat : 2579 (java) S 2575 2562 629 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003259871 889344000 10557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2576/tid=2580] ppid=2575 vsize=868500 CPUtime=0
/proc/2576/task/2580/stat : 2580 (java) S 2575 2562 629 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003259871 889344000 10557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2576/tid=2581] ppid=2575 vsize=868500 CPUtime=0
/proc/2576/task/2581/stat : 2581 (java) S 2575 2562 629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003259873 889344000 10557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2576/tid=2582] ppid=2575 vsize=868500 CPUtime=0.28
/proc/2576/task/2582/stat : 2582 (java) S 2575 2562 629 0 -1 64 1507 0 0 0 27 1 0 0 16 0 9 0 2003259873 889344000 10557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2576/tid=2583] ppid=2575 vsize=868500 CPUtime=0
/proc/2576/task/2583/stat : 2583 (java) S 2575 2562 629 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003259873 889344000 10557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2576/tid=2584] ppid=2575 vsize=868500 CPUtime=0
/proc/2576/task/2584/stat : 2584 (java) S 2575 2562 629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003259873 889344000 10557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 887456

[startup+25.5027 s]
/proc/loadavg: 2.53 2.23 2.13 3/84 2587
/proc/meminfo: memFree=1597968/2055920 swapFree=4180448/4192956
[pid=2562] ppid=2560 vsize=13600 CPUtime=18.89
/proc/2562/stat : 2562 (sugar) S 2560 2562 629 0 -1 4194304 1034 18024 0 2 3 1 1805 80 16 0 1 0 2003259801 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2562/statm: 3400 799 370 3 0 500 0
[pid=2586] ppid=2562 vsize=5356 CPUtime=0
/proc/2586/stat : 2586 (sh) S 2562 2562 629 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003261725 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2586/statm: 1339 232 193 169 0 50 0
[pid=2587] ppid=2586 vsize=202484 CPUtime=6.21
/proc/2587/stat : 2587 (minisat) R 2586 2562 629 0 -1 4194304 48241 0 0 0 589 32 0 0 25 0 1 0 2003261725 207343616 48227 996147200 134512640 135127466 4294956256 18446744073709551615 134523548 0 0 4096 3 0 0 0 17 1 0 0
/proc/2587/statm: 50621 48227 74 150 0 50468 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 221440

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

[startup+26.3028 s]
/proc/loadavg: 2.53 2.23 2.13 3/84 2587
/proc/meminfo: memFree=1597904/2055920 swapFree=4180448/4192956
[pid=2562] ppid=2560 vsize=13600 CPUtime=18.89
/proc/2562/stat : 2562 (sugar) S 2560 2562 629 0 -1 4194304 1034 18024 0 2 3 1 1805 80 16 0 1 0 2003259801 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2562/statm: 3400 799 370 3 0 500 0
[pid=2586] ppid=2562 vsize=5356 CPUtime=0
/proc/2586/stat : 2586 (sh) S 2562 2562 629 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003261725 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2586/statm: 1339 232 193 169 0 50 0
[pid=2587] ppid=2586 vsize=202484 CPUtime=7.01
/proc/2587/stat : 2587 (minisat) R 2586 2562 629 0 -1 4194304 48259 0 0 0 669 32 0 0 25 0 1 0 2003261725 207343616 48245 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2587/statm: 50621 48245 76 150 0 50468 0
Current children cumulated CPU time (s) 25.9
Current children cumulated vsize (KiB) 221440

[startup+26.7028 s]
/proc/loadavg: 2.53 2.23 2.13 3/84 2587
/proc/meminfo: memFree=1597904/2055920 swapFree=4180448/4192956
[pid=2562] ppid=2560 vsize=13600 CPUtime=18.89
/proc/2562/stat : 2562 (sugar) S 2560 2562 629 0 -1 4194304 1034 18024 0 2 3 1 1805 80 16 0 1 0 2003259801 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2562/statm: 3400 799 370 3 0 500 0
[pid=2586] ppid=2562 vsize=5356 CPUtime=0
/proc/2586/stat : 2586 (sh) S 2562 2562 629 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003261725 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2586/statm: 1339 232 193 169 0 50 0
[pid=2587] ppid=2586 vsize=202484 CPUtime=7.41
/proc/2587/stat : 2587 (minisat) R 2586 2562 629 0 -1 4194304 48261 0 0 0 709 32 0 0 25 0 1 0 2003261725 207343616 48247 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2587/statm: 50621 48247 76 150 0 50468 0
Current children cumulated CPU time (s) 26.3
Current children cumulated vsize (KiB) 221440

[startup+26.9028 s]
/proc/loadavg: 2.53 2.23 2.13 3/84 2587
/proc/meminfo: memFree=1597904/2055920 swapFree=4180448/4192956
[pid=2562] ppid=2560 vsize=13600 CPUtime=26.4
/proc/2562/stat : 2562 (sugar) S 2560 2562 629 0 -1 4194304 1091 66579 0 2 3 1 2520 116 16 0 1 0 2003259801 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2562/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 26.4
Current children cumulated vsize (KiB) 13600

[startup+27.0029 s]
/proc/loadavg: 2.53 2.23 2.13 3/84 2587
/proc/meminfo: memFree=1597904/2055920 swapFree=4180448/4192956
[pid=2562] ppid=2560 vsize=13600 CPUtime=26.4
/proc/2562/stat : 2562 (sugar) S 2560 2562 629 0 -1 4194304 1092 66579 0 2 3 1 2520 116 15 0 1 0 2003259801 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2562/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 26.4
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 27.0582
CPU time (s): 26.6769
CPU user time (s): 25.4241
CPU system time (s): 1.25281
CPU usage (%): 98.5909
Max. virtual memory (cumulated for all children) (KiB): 887532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.4241
system time used= 1.25281
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72037
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= 11635
involuntary context switches= 11735

runsolver used 0.041993 second user time and 0.102984 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-05 09:27:32
IDJOB=1087158
IDBENCH=57944
IDSOLVER=346
FILE ID=node24/1087158-1215242852
PBS_JOBID= 7881902
Free space on /tmp= 66460 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp01/normalized-fapp01-0200-2.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-1087158-1215242852/watcher-1087158-1215242852 -o /tmp/evaluation-result-1087158-1215242852/solver-1087158-1215242852 -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-1087158-1215242852.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8958f22ef51eff112eba2674fcf8e386
RANDOM SEED=1595166871

node24.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.232
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.232
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:       1911760 kB
Buffers:          2808 kB
Cached:          37764 kB
SwapCached:       5532 kB
Active:          82940 kB
Inactive:         8480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1911760 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:            2040 kB
Writeback:           0 kB
Mapped:          68124 kB
Slab:            37796 kB
Committed_AS:  3649264 kB
PageTables:       1972 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= 66460 MiB
End job on node24 at 2008-07-05 09:28:00