Trace number 1063854

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 22.6096 22.9993

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-ooo-burch-dill-4-accl.xml
MD5SUM61d4fd22729510c40786100f4846d59a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark22.6096
Satisfiable
(Un)Satisfiability was proved
Number of variables3939
Number of constraints10411
Maximum constraint arity13
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension10411
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 Fri Jul  4 04:35:35 2008
0.00/0.04	c 0	PID 21900
0.03/0.05	c 0	HOST node10.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1063854-1215138934.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1063854-1215138934.xml' 'HOME/temp.csp'
0.97/1.04	c 1	3 domains, 3939 variables, 9 predicates, 0 relations, 10411 constraints
0.97/1.09	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.97/1.09	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'
1.02/1.17	c 1	Parsing HOME/temp.csp
1.02/1.49	c 1	parsed 10000 expressions
1.02/1.66	c 1	parsed 14362 expressions
1.02/1.67	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.02/1.67	c 1	Converting to clausal form CSP
1.02/1.71	c 1	converted 1437 (10%) expressions
1.02/1.72	c 1	converted 2873 (20%) expressions
1.02/1.79	c 1	converted 4309 (30%) expressions
1.02/1.93	c 2	converted 5745 (40%) expressions
1.02/1.95	c 2	converted 7181 (50%) expressions
1.02/2.05	c 2	converted 8618 (60%) expressions
1.02/2.08	c 2	converted 10054 (70%) expressions
2.00/2.12	c 2	converted 11490 (80%) expressions
2.00/2.15	c 2	converted 12926 (90%) expressions
2.59/2.74	c 2	converted 14362 (100%) expressions
2.59/2.74	c 2	CSP : 11123 integers, 0 booleans, 24673 clauses, largest domain size 160
2.59/2.74	c 2	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.59/2.74	c 2	Propagation in CSP
2.69/2.90	c 3	4041 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.79/2.90	c 3	CSP : 11123 integers, 0 booleans, 24673 clauses, largest domain size 128
2.79/2.90	c 3	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.79/2.91	c 3	Simplifing CSP by introducing new Boolean variables
2.79/2.93	c 3	CSP : 11123 integers, 0 booleans, 24673 clauses, largest domain size 128
2.79/2.93	c 3	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.89/3.03	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.89/3.05	c 3	1113 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.89/3.06	c 3	2225 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.89/3.07	c 3	3337 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.89/3.08	c 3	4450 (40%) CSP integer variables are encoded (10736 clauses, 149453 bytes)
2.99/3.13	c 3	5562 (50%) CSP integer variables are encoded (43930 clauses, 647363 bytes)
2.99/3.17	c 3	6674 (60%) CSP integer variables are encoded (81918 clauses, 1217183 bytes)
3.09/3.23	c 3	7787 (70%) CSP integer variables are encoded (122822 clauses, 1890276 bytes)
3.09/3.29	c 3	8899 (80%) CSP integer variables are encoded (165587 clauses, 2617281 bytes)
3.19/3.34	c 3	10011 (90%) CSP integer variables are encoded (203247 clauses, 3257501 bytes)
3.19/3.39	c 3	11123 (100%) CSP integer variables are encoded (239388 clauses, 3871898 bytes)
3.28/3.45	c 3	2468 (10%) CSP clauses are encoded (241856 clauses, 3901806 bytes)
3.28/3.47	c 3	4935 (20%) CSP clauses are encoded (244323 clauses, 3933877 bytes)
3.28/3.48	c 3	7402 (30%) CSP clauses are encoded (246790 clauses, 3968717 bytes)
3.38/3.54	c 3	9870 (40%) CSP clauses are encoded (269956 clauses, 4373861 bytes)
3.97/4.12	c 4	12337 (50%) CSP clauses are encoded (567481 clauses, 10379166 bytes)
5.06/5.24	c 5	14804 (60%) CSP clauses are encoded (1166959 clauses, 22853086 bytes)
6.35/6.57	c 6	17272 (70%) CSP clauses are encoded (1845216 clauses, 38070168 bytes)
7.81/8.01	c 8	19739 (80%) CSP clauses are encoded (2551482 clauses, 54827366 bytes)
9.08/9.32	c 9	22206 (90%) CSP clauses are encoded (3209499 clauses, 70472592 bytes)
10.67/10.91	c 11	24673 (100%) CSP clauses are encoded (4011110 clauses, 89679218 bytes)
10.67/10.91	c 11	24673 CSP clauses encoded
10.67/10.91	c 11	Writing map file : HOME/temp.map
10.67/10.96	c 11	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.67/10.96	c 11	SAT : 250468 SAT variables, 4011110 SAT clauses, 89679218 bytes
10.67/10.96	c 11	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.67/11.00	c 11	SOLVING HOME/temp.cnf
10.67/11.00	c 11	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.75/11.01	c 11	This is MiniSat 2.0 beta
10.75/11.01	c 11	WARNING: for repeatability, setting FPU to use double precision
10.75/11.01	c 11	============================[ Problem Statistics ]=============================
10.75/11.01	c 11	|                                                                             |
10.75/11.01	c 11	|  Number of variables:  250468                                               |
10.75/11.01	c 11	|  Number of clauses:    4011110                                              |
12.79/13.13	c 13	|  Parsing time:         1.82         s                                       |
12.90/13.24	c 13	============================[ Search Statistics ]==============================
12.90/13.24	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.90/13.24	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.90/13.24	c 13	===============================================================================
12.90/13.24	c 13	|         0 |  250468  4011110 11455090 |  1337036        0    nan |  0.000 % |
17.16/17.59	c 17	|       100 |  250467  4011110 11455090 |  1470740       99      9 |  0.000 % |
19.23/19.61	c 19	|       251 |  250464  4011110 11455090 |  1617814      249     10 |  0.002 % |
21.61/22.03	c 22	|       476 |  250464  4011110 11455090 |  1779595      474     14 |  0.002 % |
22.10/22.54	c 22	===============================================================================
22.10/22.54	c 22	restarts              : 4
22.10/22.54	c 22	conflicts             : 707            (64 /sec)
22.10/22.54	c 22	decisions             : 2487           (1.05 % random) (224 /sec)
22.10/22.54	c 22	propagations          : 7026441        (632710 /sec)
22.10/22.54	c 22	conflict literals     : 9340           (47.92 % deleted)
22.10/22.54	c 22	Memory used           : 192.07 MB
22.10/22.54	c 22	CPU time              : 11.1053 s
22.10/22.54	c 22	
22.10/22.54	c 22	UNSATISFIABLE
22.10/22.57	c 22	DECODING HOME/temp.out WITH HOME/temp.map
22.10/22.57	c 22	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
22.19/22.65	c 22	Decoding HOME/temp.out
22.19/22.93	s UNSATISFIABLE
22.19/22.93	c 23	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
22.19/22.95	c 23	CPU 21.34 (0.04 0.01 21.3 1.19)
22.19/22.95	c 23	END Fri Jul  4 04:35:58 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-1063854-1215138934/watcher-1063854-1215138934 -o /tmp/evaluation-result-1063854-1215138934/solver-1063854-1215138934 -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-1063854-1215138934.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.01 2.00 4/80 21900
/proc/meminfo: memFree=1703896/2055920 swapFree=4179464/4192956
[pid=21900] ppid=21898 vsize=4708 CPUtime=0
/proc/21900/stat : 21900 (sugar) R 21898 21900 19995 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 1992868327 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 214917216605 0 0 4096 0 0 0 0 17 1 0 0
/proc/21900/statm: 1177 43 33 3 0 8 0

[startup+0.0497939 s]
/proc/loadavg: 2.00 2.01 2.00 4/80 21900
/proc/meminfo: memFree=1703896/2055920 swapFree=4179464/4192956
[pid=21900] ppid=21898 vsize=13600 CPUtime=0.03
/proc/21900/stat : 21900 (sugar) S 21898 21900 19995 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1992868327 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21900/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102353 s]
/proc/loadavg: 2.00 2.01 2.00 4/80 21900
/proc/meminfo: memFree=1703896/2055920 swapFree=4179464/4192956
[pid=21900] ppid=21898 vsize=13600 CPUtime=0.04
/proc/21900/stat : 21900 (sugar) S 21898 21900 19995 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1992868327 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21900/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301379 s]
/proc/loadavg: 2.00 2.01 2.00 4/80 21900
/proc/meminfo: memFree=1703896/2055920 swapFree=4179464/4192956
[pid=21900] ppid=21898 vsize=13600 CPUtime=0.04
/proc/21900/stat : 21900 (sugar) S 21898 21900 19995 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1992868327 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21900/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701437 s]
/proc/loadavg: 2.00 2.01 2.00 4/80 21900
/proc/meminfo: memFree=1703896/2055920 swapFree=4179464/4192956
[pid=21900] ppid=21898 vsize=13600 CPUtime=0.04
/proc/21900/stat : 21900 (sugar) S 21898 21900 19995 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1992868327 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21900/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50154 s]
/proc/loadavg: 2.08 2.03 2.01 3/91 21912
/proc/meminfo: memFree=1677304/2055920 swapFree=4179464/4192956
[pid=21900] ppid=21898 vsize=13600 CPUtime=1.02
/proc/21900/stat : 21900 (sugar) S 21898 21900 19995 0 -1 4194304 973 10182 0 1 3 1 92 6 15 0 1 0 1992868327 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21900/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 13600

[startup+3.10276 s]
/proc/loadavg: 2.08 2.03 2.01 3/91 21922
/proc/meminfo: memFree=1681848/2055920 swapFree=4179464/4192956
[pid=21900] ppid=21898 vsize=13600 CPUtime=1.02
/proc/21900/stat : 21900 (sugar) S 21898 21900 19995 0 -1 4194304 974 10182 0 1 3 1 92 6 15 0 1 0 1992868327 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21900/statm: 3400 797 370 3 0 500 0
[pid=21913] ppid=21900 vsize=5356 CPUtime=0
/proc/21913/stat : 21913 (sh) S 21900 21900 19995 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992868436 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21913/statm: 1339 233 193 169 0 50 0
[pid=21914] ppid=21913 vsize=868488 CPUtime=1.97
/proc/21914/stat : 21914 (java) S 21913 21900 19995 0 -1 0 10913 0 1 0 190 7 0 0 18 0 9 0 1992868437 889331712 9729 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21914/statm: 217122 9729 2565 9 0 211669 0
[pid=21914/tid=21915] ppid=21913 vsize=868488 CPUtime=1.2
/proc/21914/task/21915/stat : 21915 (java) R 21913 21900 19995 0 -1 64 2852 0 1 0 118 2 0 0 24 0 9 0 1992868438 889331712 9729 996147200 134512640 134550740 4294955952 18446744073709551615 4127047295 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21914/tid=21916] ppid=21913 vsize=868488 CPUtime=0.49
/proc/21914/task/21916/stat : 21916 (java) S 21913 21900 19995 0 -1 64 5854 0 0 0 47 2 0 0 16 0 9 0 1992868439 889331712 9729 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21914/tid=21917] ppid=21913 vsize=868488 CPUtime=0
/proc/21914/task/21917/stat : 21917 (java) S 21913 21900 19995 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992868439 889331712 9729 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21914/tid=21918] ppid=21913 vsize=868488 CPUtime=0
/proc/21914/task/21918/stat : 21918 (java) S 21913 21900 19995 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992868439 889331712 9729 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21914/tid=21919] ppid=21913 vsize=868488 CPUtime=0
/proc/21914/task/21919/stat : 21919 (java) S 21913 21900 19995 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1992868441 889331712 9729 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21914/tid=21920] ppid=21913 vsize=868488 CPUtime=0.24
/proc/21914/task/21920/stat : 21920 (java) S 21913 21900 19995 0 -1 64 1510 0 0 0 23 1 0 0 16 0 9 0 1992868441 889331712 9729 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21914/tid=21921] ppid=21913 vsize=868488 CPUtime=0
/proc/21914/task/21921/stat : 21921 (java) S 21913 21900 19995 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992868441 889331712 9729 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21914/tid=21922] ppid=21913 vsize=868488 CPUtime=0
/proc/21914/task/21922/stat : 21922 (java) S 21913 21900 19995 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992868441 889331712 9729 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887444

[startup+6.30119 s]
/proc/loadavg: 2.08 2.03 2.01 3/91 21922
/proc/meminfo: memFree=1647552/2055920 swapFree=4179464/4192956
[pid=21900] ppid=21898 vsize=13600 CPUtime=1.02
/proc/21900/stat : 21900 (sugar) S 21898 21900 19995 0 -1 4194304 974 10182 0 1 3 1 92 6 16 0 1 0 1992868327 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21900/statm: 3400 797 370 3 0 500 0
[pid=21913] ppid=21900 vsize=5356 CPUtime=0
/proc/21913/stat : 21913 (sh) S 21900 21900 19995 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992868436 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21913/statm: 1339 233 193 169 0 50 0
[pid=21914] ppid=21913 vsize=868488 CPUtime=5.13
/proc/21914/stat : 21914 (java) S 21913 21900 19995 0 -1 0 11513 0 1 0 480 33 0 0 18 0 9 0 1992868437 889331712 9745 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21914/statm: 217122 9745 2565 9 0 211669 0
[pid=21914/tid=21915] ppid=21913 vsize=868488 CPUtime=4.15
/proc/21914/task/21915/stat : 21915 (java) R 21913 21900 19995 0 -1 64 3438 0 1 0 390 25 0 0 25 0 9 0 1992868438 889331712 9745 996147200 134512640 134550740 4294955952 18446744073709551615 4126474881 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21914/tid=21916] ppid=21913 vsize=868488 CPUtime=0.68
/proc/21914/task/21916/stat : 21916 (java) S 21913 21900 19995 0 -1 64 5854 0 0 0 62 6 0 0 16 0 9 0 1992868439 889331712 9745 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21914/tid=21917] ppid=21913 vsize=868488 CPUtime=0
/proc/21914/task/21917/stat : 21917 (java) S 21913 21900 19995 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992868439 889331712 9745 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21914/tid=21918] ppid=21913 vsize=868488 CPUtime=0
/proc/21914/task/21918/stat : 21918 (java) S 21913 21900 19995 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992868439 889331712 9745 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21914/tid=21919] ppid=21913 vsize=868488 CPUtime=0
/proc/21914/task/21919/stat : 21919 (java) S 21913 21900 19995 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1992868441 889331712 9745 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21914/tid=21920] ppid=21913 vsize=868488 CPUtime=0.27
/proc/21914/task/21920/stat : 21920 (java) S 21913 21900 19995 0 -1 64 1524 0 0 0 26 1 0 0 16 0 9 0 1992868441 889331712 9745 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21914/tid=21921] ppid=21913 vsize=868488 CPUtime=0
/proc/21914/task/21921/stat : 21921 (java) S 21913 21900 19995 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992868441 889331712 9745 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21914/tid=21922] ppid=21913 vsize=868488 CPUtime=0
/proc/21914/task/21922/stat : 21922 (java) S 21913 21900 19995 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992868441 889331712 9745 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887444

[startup+12.7021 s]
/proc/loadavg: 2.07 2.03 2.00 3/83 21924
/proc/meminfo: memFree=1521472/2055920 swapFree=4179464/4192956
[pid=21900] ppid=21898 vsize=13600 CPUtime=10.75
/proc/21900/stat : 21900 (sugar) S 21898 21900 19995 0 -1 4194304 1033 22877 0 2 4 1 987 83 16 0 1 0 1992868327 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21900/statm: 3400 799 370 3 0 500 0
[pid=21923] ppid=21900 vsize=5356 CPUtime=0
/proc/21923/stat : 21923 (sh) S 21900 21900 19995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992869428 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21923/statm: 1339 232 193 169 0 50 0
[pid=21924] ppid=21923 vsize=143668 CPUtime=1.65
/proc/21924/stat : 21924 (minisat) R 21923 21900 19995 0 -1 4194304 34492 0 0 0 144 21 0 0 25 0 1 0 1992869428 147116032 34478 996147200 134512640 135127466 4294956272 18446744073709551615 134705143 0 0 4096 3 0 0 0 17 1 0 0
/proc/21924/statm: 35917 34478 62 150 0 35764 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 162624

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

[startup+19.1019 s]
/proc/loadavg: 2.06 2.03 2.00 3/83 21924
/proc/meminfo: memFree=1426432/2055920 swapFree=4179464/4192956
[pid=21900] ppid=21898 vsize=13600 CPUtime=10.75
/proc/21900/stat : 21900 (sugar) S 21898 21900 19995 0 -1 4194304 1033 22877 0 2 4 1 987 83 16 0 1 0 1992868327 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21900/statm: 3400 799 370 3 0 500 0
[pid=21923] ppid=21900 vsize=5356 CPUtime=0
/proc/21923/stat : 21923 (sh) S 21900 21900 19995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992869428 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21923/statm: 1339 232 193 169 0 50 0
[pid=21924] ppid=21923 vsize=195748 CPUtime=7.99
/proc/21924/stat : 21924 (minisat) R 21923 21900 19995 0 -1 4194304 46535 0 0 0 770 29 0 0 25 0 1 0 1992869428 200445952 46521 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21924/statm: 48937 46521 75 150 0 48784 0
Current children cumulated CPU time (s) 18.74
Current children cumulated vsize (KiB) 214704

[startup+20.7021 s]
/proc/loadavg: 2.06 2.03 2.00 3/83 21924
/proc/meminfo: memFree=1426176/2055920 swapFree=4179464/4192956
[pid=21900] ppid=21898 vsize=13600 CPUtime=10.75
/proc/21900/stat : 21900 (sugar) S 21898 21900 19995 0 -1 4194304 1033 22877 0 2 4 1 987 83 16 0 1 0 1992868327 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21900/statm: 3400 799 370 3 0 500 0
[pid=21923] ppid=21900 vsize=5356 CPUtime=0
/proc/21923/stat : 21923 (sh) S 21900 21900 19995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992869428 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21923/statm: 1339 232 193 169 0 50 0
[pid=21924] ppid=21923 vsize=196144 CPUtime=9.57
/proc/21924/stat : 21924 (minisat) R 21923 21900 19995 0 -1 4194304 46629 0 0 0 928 29 0 0 25 0 1 0 1992869428 200851456 46615 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21924/statm: 49036 46615 76 150 0 48883 0
Current children cumulated CPU time (s) 20.32
Current children cumulated vsize (KiB) 215100

[startup+22.3014 s]
/proc/loadavg: 2.06 2.03 2.00 3/83 21924
/proc/meminfo: memFree=1425472/2055920 swapFree=4179464/4192956
[pid=21900] ppid=21898 vsize=13600 CPUtime=10.75
/proc/21900/stat : 21900 (sugar) S 21898 21900 19995 0 -1 4194304 1033 22877 0 2 4 1 987 83 16 0 1 0 1992868327 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21900/statm: 3400 799 370 3 0 500 0
[pid=21923] ppid=21900 vsize=5356 CPUtime=0
/proc/21923/stat : 21923 (sh) S 21900 21900 19995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992869428 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21923/statm: 1339 232 193 169 0 50 0
[pid=21924] ppid=21923 vsize=196672 CPUtime=11.16
/proc/21924/stat : 21924 (minisat) R 21923 21900 19995 0 -1 4194304 46756 0 0 0 1087 29 0 0 25 0 1 0 1992869428 201392128 46742 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21924/statm: 49168 46742 76 150 0 49015 0
Current children cumulated CPU time (s) 21.91
Current children cumulated vsize (KiB) 215628

[startup+22.7014 s]
/proc/loadavg: 2.06 2.03 2.00 3/83 21924
/proc/meminfo: memFree=1425472/2055920 swapFree=4179464/4192956
[pid=21900] ppid=21898 vsize=13600 CPUtime=22.19
/proc/21900/stat : 21900 (sugar) S 21898 21900 19995 0 -1 4194304 1090 69946 0 2 4 1 2098 116 16 0 1 0 1992868327 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21900/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 22.19
Current children cumulated vsize (KiB) 13600

[startup+22.9014 s]
/proc/loadavg: 2.06 2.03 2.00 3/83 21924
/proc/meminfo: memFree=1425472/2055920 swapFree=4179464/4192956
[pid=21900] ppid=21898 vsize=13600 CPUtime=22.19
/proc/21900/stat : 21900 (sugar) S 21898 21900 19995 0 -1 4194304 1090 69946 0 2 4 1 2098 116 16 0 1 0 1992868327 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21900/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 22.19
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 22.9993
CPU time (s): 22.6096
CPU user time (s): 21.3498
CPU system time (s): 1.25981
CPU usage (%): 98.3056
Max. virtual memory (cumulated for all children) (KiB): 887836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.3498
system time used= 1.25981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75166
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= 13841
involuntary context switches= 14144

runsolver used 0.029995 second user time and 0.094985 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-04 04:35:35
IDJOB=1063854
IDBENCH=54882
IDSOLVER=346
FILE ID=node10/1063854-1215138934
PBS_JOBID= 7877268
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-ooo-burch-dill-4-accl.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-1063854-1215138934/watcher-1063854-1215138934 -o /tmp/evaluation-result-1063854-1215138934/solver-1063854-1215138934 -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-1063854-1215138934.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 61d4fd22729510c40786100f4846d59a
RANDOM SEED=804043217

node10.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.229
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.229
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:       1704376 kB
Buffers:         28604 kB
Cached:         131832 kB
SwapCached:       7864 kB
Active:         225096 kB
Inactive:        68128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1704376 kB
SwapTotal:     4192956 kB
SwapFree:      4179464 kB
Dirty:            2876 kB
Writeback:           0 kB
Mapped:         148824 kB
Slab:            43168 kB
Committed_AS:  4115140 kB
PageTables:       2204 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= 66552 MiB
End job on node10 at 2008-07-04 04:35:58