Trace number 1107686

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 10.1605 10.5275

General information on the benchmark

Namecsp/rlfapScens11/
normalized-scen11-f3.xml
MD5SUM418cb735258839ac4f973e76ade14b1c
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 benchmark5.85111
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size41
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.03/0.21	c 0	Sugar v1-13 + HOME/minisat
0.03/0.21	c 0	BEGIN Tue Jul  8 03:03:22 2008
0.03/0.21	c 0	PID 2910
0.03/0.21	c 0	HOST node19.alineos.net
0.03/0.21	c 0	CONVERTING HOME/instance-1107686-1215479002.xml TO HOME/temp.csp
0.03/0.21	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1107686-1215479002.xml' 'HOME/temp.csp'
0.04/0.78	c 1	5 domains, 680 variables, 2 predicates, 0 relations, 4103 constraints
0.04/0.79	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.79	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.58/0.87	c 1	Parsing HOME/temp.csp
0.87/1.12	c 1	parsed 4790 expressions
0.87/1.13	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.87/1.13	c 1	Converting to clausal form CSP
0.87/1.16	c 1	converted 479 (10%) expressions
1.26/1.59	c 2	converted 958 (20%) expressions
1.86/2.10	c 2	converted 1437 (30%) expressions
2.25/2.55	c 2	converted 1916 (40%) expressions
2.75/3.03	c 3	converted 2395 (50%) expressions
3.23/3.55	c 3	converted 2874 (60%) expressions
3.63/3.95	c 4	converted 3353 (70%) expressions
4.03/4.39	c 4	converted 3832 (80%) expressions
4.52/4.82	c 5	converted 4311 (90%) expressions
5.03/5.30	c 5	converted 4790 (100%) expressions
5.03/5.30	c 5	CSP : 680 integers, 0 booleans, 4783 clauses, largest domain size 41
5.03/5.30	c 5	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.03/5.30	c 5	Propagation in CSP
5.71/6.00	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.71/6.00	c 6	CSP : 680 integers, 0 booleans, 4783 clauses, largest domain size 41
5.71/6.00	c 6	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.71/6.01	c 6	Simplifing CSP by introducing new Boolean variables
5.81/6.14	c 6	CSP : 680 integers, 8206 booleans, 12989 clauses, largest domain size 41
5.81/6.14	c 6	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.91/6.23	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.01/6.30	c 6	68 (10%) CSP integer variables are encoded (2582 clauses, 31473 bytes)
6.01/6.32	c 6	136 (20%) CSP integer variables are encoded (5026 clauses, 63245 bytes)
6.01/6.34	c 6	204 (30%) CSP integer variables are encoded (7608 clauses, 96811 bytes)
6.01/6.36	c 6	272 (40%) CSP integer variables are encoded (9896 clauses, 126882 bytes)
6.01/6.38	c 6	340 (50%) CSP integer variables are encoded (12184 clauses, 161202 bytes)
6.11/6.40	c 6	408 (60%) CSP integer variables are encoded (14612 clauses, 197622 bytes)
6.11/6.42	c 6	476 (70%) CSP integer variables are encoded (16852 clauses, 231222 bytes)
6.11/6.44	c 6	544 (80%) CSP integer variables are encoded (19196 clauses, 266382 bytes)
6.11/6.46	c 6	612 (90%) CSP integer variables are encoded (21498 clauses, 300912 bytes)
6.11/6.48	c 6	680 (100%) CSP integer variables are encoded (23832 clauses, 335922 bytes)
6.30/6.69	c 7	1299 (10%) CSP clauses are encoded (55952 clauses, 952518 bytes)
6.49/6.88	c 7	2598 (20%) CSP clauses are encoded (88573 clauses, 1602300 bytes)
6.69/7.02	c 7	3897 (30%) CSP clauses are encoded (117452 clauses, 2174988 bytes)
6.80/7.20	c 7	5196 (40%) CSP clauses are encoded (149845 clauses, 2822164 bytes)
6.99/7.36	c 7	6495 (50%) CSP clauses are encoded (180845 clauses, 3436454 bytes)
7.20/7.51	c 7	7794 (60%) CSP clauses are encoded (210048 clauses, 4016722 bytes)
7.30/7.67	c 8	9093 (70%) CSP clauses are encoded (239031 clauses, 4617693 bytes)
7.48/7.82	c 8	10392 (80%) CSP clauses are encoded (268517 clauses, 5237452 bytes)
7.59/7.97	c 8	11691 (90%) CSP clauses are encoded (297868 clauses, 5849120 bytes)
7.79/8.13	c 8	12989 (100%) CSP clauses are encoded (327482 clauses, 6461345 bytes)
7.79/8.13	c 8	12989 CSP clauses encoded
7.79/8.14	c 8	Writing map file : HOME/temp.map
7.79/8.16	c 8	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.79/8.16	c 8	SAT : 32718 SAT variables, 327482 SAT clauses, 6461345 bytes
7.79/8.16	c 8	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.79/8.20	c 8	SOLVING HOME/temp.cnf
7.79/8.20	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.87/8.20	c 8	This is MiniSat 2.0 beta
7.87/8.20	c 8	WARNING: for repeatability, setting FPU to use double precision
7.87/8.20	c 8	============================[ Problem Statistics ]=============================
7.87/8.20	c 8	|                                                                             |
7.87/8.20	c 8	|  Number of variables:  32718                                                |
7.87/8.20	c 8	|  Number of clauses:    327482                                               |
7.87/8.39	c 8	|  Parsing time:         0.17         s                                       |
7.87/8.40	c 8	============================[ Search Statistics ]==============================
7.87/8.40	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.87/8.40	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.87/8.40	c 8	===============================================================================
7.87/8.40	c 8	|         0 |   32718   327482   921247 |   109160        0    nan |  0.000 % |
7.87/8.44	c 8	|       100 |   32718   327482   921247 |   120076      100      9 |  0.000 % |
7.87/8.47	c 8	|       250 |   32718   327482   921247 |   132084      250      9 |  0.000 % |
7.87/8.50	c 8	|       475 |   32718   327482   921247 |   145292      475     10 |  0.000 % |
7.87/8.56	c 8	|       812 |   32718   327482   921247 |   159822      812     11 |  0.000 % |
7.87/8.66	c 9	|      1318 |   32718   327482   921247 |   175804     1318     12 |  0.000 % |
8.45/8.81	c 9	|      2077 |   32718   327482   921247 |   193384     2077     12 |  0.000 % |
8.65/9.02	c 9	|      3217 |   32718   327482   921247 |   212723     3217     12 |  0.000 % |
8.95/9.40	c 9	|      4925 |   32718   327482   921247 |   233995     4925     12 |  0.000 % |
9.55/9.99	c 10	|      7487 |   32687   326698   919012 |   257395     6128     12 |  0.095 % |
9.84/10.25	c 10	===============================================================================
9.84/10.25	c 10	restarts              : 10
9.84/10.25	c 10	conflicts             : 8537           (4276 /sec)
9.84/10.25	c 10	decisions             : 11822          (1.89 % random) (5921 /sec)
9.84/10.25	c 10	propagations          : 2082483        (1042964 /sec)
9.84/10.25	c 10	conflict literals     : 96539          (32.05 % deleted)
9.84/10.25	c 10	Memory used           : 18.25 MB
9.84/10.25	c 10	CPU time              : 1.9967 s
9.84/10.25	c 10	
9.84/10.25	c 10	UNSATISFIABLE
9.84/10.25	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.84/10.25	c 10	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
9.91/10.33	c 10	Decoding HOME/temp.out
9.91/10.48	s UNSATISFIABLE
9.91/10.48	c 10	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
9.91/10.52	c 10	CPU 9.88 (0.04 0.01 9.84 0.25)
9.91/10.52	c 10	END Tue Jul  8 03:03:32 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-1107686-1215479002/watcher-1107686-1215479002 -o /tmp/evaluation-result-1107686-1215479002/solver-1107686-1215479002 -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-1107686-1215479002.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.07 2.02 1.86 4/81 2910
/proc/meminfo: memFree=1866400/2055920 swapFree=4192956/4192956
[pid=2910] ppid=2908 vsize=18572 CPUtime=0
/proc/2910/stat : 2910 (runsolver) D 2908 2910 2718 0 -1 4194368 15 0 0 0 0 0 0 0 23 0 1 0 4602421 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 255236566311 0 0 4096 24578 18446744071563479169 0 0 17 1 0 0
/proc/2910/statm: 4643 292 257 25 0 2626 0

[startup+0.00930799 s]
/proc/loadavg: 2.07 2.02 1.86 4/81 2910
/proc/meminfo: memFree=1866400/2055920 swapFree=4192956/4192956
[pid=2910] ppid=2908 vsize=18572 CPUtime=0
/proc/2910/stat : 2910 (runsolver) D 2908 2910 2718 0 -1 4194368 15 0 0 0 0 0 0 0 23 0 1 0 4602421 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 255236566311 0 0 4096 24578 18446744071563479169 0 0 17 1 0 0
/proc/2910/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.103335 s]
/proc/loadavg: 2.07 2.02 1.86 4/81 2910
/proc/meminfo: memFree=1866400/2055920 swapFree=4192956/4192956
[pid=2910] ppid=2908 vsize=12000 CPUtime=0
/proc/2910/stat : 2910 (sugar) D 2908 2910 2718 0 -1 4194304 159 0 5 0 0 0 0 0 18 0 1 0 4602421 12288000 132 996147200 4194304 4206940 548682068608 18446744073709551615 255250154800 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/2910/statm: 3000 132 98 3 0 100 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12000

[startup+0.30137 s]
/proc/loadavg: 2.07 2.02 1.86 4/81 2910
/proc/meminfo: memFree=1866400/2055920 swapFree=4192956/4192956
[pid=2910] ppid=2908 vsize=13600 CPUtime=0.04
/proc/2910/stat : 2910 (sugar) S 2908 2910 2718 0 -1 4194304 885 127 15 0 3 1 0 0 19 0 1 0 4602421 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2910/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701448 s]
/proc/loadavg: 2.07 2.02 1.86 4/81 2910
/proc/meminfo: memFree=1866400/2055920 swapFree=4192956/4192956
[pid=2910] ppid=2908 vsize=13600 CPUtime=0.04
/proc/2910/stat : 2910 (sugar) S 2908 2910 2718 0 -1 4194304 885 127 15 0 3 1 0 0 19 0 1 0 4602421 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2910/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50259 s]
/proc/loadavg: 2.06 2.02 1.86 3/92 2932
/proc/meminfo: memFree=1856320/2055920 swapFree=4192956/4192956
[pid=2910] ppid=2908 vsize=13600 CPUtime=0.58
/proc/2910/stat : 2910 (sugar) S 2908 2910 2718 0 -1 4194304 958 7093 15 1 3 1 50 4 15 0 1 0 4602421 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2910/statm: 3400 797 370 3 0 500 0
[pid=2923] ppid=2910 vsize=5356 CPUtime=0
/proc/2923/stat : 2923 (sh) S 2910 2910 2718 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4602501 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2923/statm: 1339 233 193 169 0 50 0
[pid=2924] ppid=2923 vsize=864320 CPUtime=0.68
/proc/2924/stat : 2924 (java) S 2923 2910 2718 0 -1 0 4180 0 1 0 65 3 0 0 18 0 9 0 4602501 885063680 3615 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2924/statm: 216080 3615 1732 9 0 210655 0
[pid=2924/tid=2925] ppid=2923 vsize=864320 CPUtime=0.5
/proc/2924/task/2925/stat : 2925 (java) R 2923 2910 2718 0 -1 64 2663 0 1 0 49 1 0 0 20 0 9 0 4602502 885063680 3615 996147200 134512640 134550740 4294955952 18446744073709551615 4126575840 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2924/tid=2926] ppid=2923 vsize=864320 CPUtime=0.03
/proc/2924/task/2926/stat : 2926 (java) S 2923 2910 2718 0 -1 64 468 0 0 0 3 0 0 0 16 0 9 0 4602503 885063680 3615 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2924/tid=2927] ppid=2923 vsize=864320 CPUtime=0
/proc/2924/task/2927/stat : 2927 (java) S 2923 2910 2718 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 4602503 885063680 3615 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2924/tid=2928] ppid=2923 vsize=864320 CPUtime=0
/proc/2924/task/2928/stat : 2928 (java) S 2923 2910 2718 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 4602503 885063680 3615 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2924/tid=2929] ppid=2923 vsize=864320 CPUtime=0
/proc/2924/task/2929/stat : 2929 (java) S 2923 2910 2718 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4602505 885063680 3615 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2924/tid=2930] ppid=2923 vsize=864320 CPUtime=0.12
/proc/2924/task/2930/stat : 2930 (java) S 2923 2910 2718 0 -1 64 358 0 0 0 12 0 0 0 16 0 9 0 4602505 885063680 3615 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2924/tid=2931] ppid=2923 vsize=864320 CPUtime=0
/proc/2924/task/2931/stat : 2931 (java) S 2923 2910 2718 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4602505 885063680 3615 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2924/tid=2932] ppid=2923 vsize=864320 CPUtime=0
/proc/2924/task/2932/stat : 2932 (java) S 2923 2910 2718 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4602505 885063680 3615 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 883276

[startup+3.1029 s]
/proc/loadavg: 2.06 2.02 1.86 4/92 2932
/proc/meminfo: memFree=1848768/2055920 swapFree=4192956/4192956
[pid=2910] ppid=2908 vsize=13600 CPUtime=0.58
/proc/2910/stat : 2910 (sugar) S 2908 2910 2718 0 -1 4194304 958 7093 15 1 3 1 50 4 15 0 1 0 4602421 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2910/statm: 3400 797 370 3 0 500 0
[pid=2923] ppid=2910 vsize=5356 CPUtime=0
/proc/2923/stat : 2923 (sh) S 2910 2910 2718 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4602501 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2923/statm: 1339 233 193 169 0 50 0
[pid=2924] ppid=2923 vsize=868272 CPUtime=2.27
/proc/2924/stat : 2924 (java) S 2923 2910 2718 0 -1 0 5936 0 1 0 223 4 0 0 18 0 9 0 4602501 889110528 5241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2924/statm: 217068 5241 1734 9 0 211643 0
[pid=2924/tid=2925] ppid=2923 vsize=868272 CPUtime=1.93
/proc/2924/task/2925/stat : 2925 (java) R 2923 2910 2718 0 -1 64 2768 0 1 0 192 1 0 0 25 0 9 0 4602502 889110528 5241 996147200 134512640 134550740 4294955952 18446744073709551615 4126580729 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2924/tid=2926] ppid=2923 vsize=868272 CPUtime=0.1
/proc/2924/task/2926/stat : 2926 (java) S 2923 2910 2718 0 -1 64 1022 0 0 0 9 1 0 0 16 0 9 0 4602503 889110528 5241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2924/tid=2927] ppid=2923 vsize=868272 CPUtime=0
/proc/2924/task/2927/stat : 2927 (java) S 2923 2910 2718 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 4602503 889110528 5241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2924/tid=2928] ppid=2923 vsize=868272 CPUtime=0
/proc/2924/task/2928/stat : 2928 (java) S 2923 2910 2718 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 4602503 889110528 5241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2924/tid=2929] ppid=2923 vsize=868272 CPUtime=0
/proc/2924/task/2929/stat : 2929 (java) S 2923 2910 2718 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4602505 889110528 5241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2924/tid=2930] ppid=2923 vsize=868272 CPUtime=0.2
/proc/2924/task/2930/stat : 2930 (java) S 2923 2910 2718 0 -1 64 1455 0 0 0 20 0 0 0 16 0 9 0 4602505 889110528 5241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2924/tid=2931] ppid=2923 vsize=868272 CPUtime=0
/proc/2924/task/2931/stat : 2931 (java) S 2923 2910 2718 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4602505 889110528 5241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2924/tid=2932] ppid=2923 vsize=868272 CPUtime=0
/proc/2924/task/2932/stat : 2932 (java) S 2923 2910 2718 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4602505 889110528 5241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 887228

[startup+6.30289 s]
/proc/loadavg: 2.06 2.02 1.86 3/92 2932
/proc/meminfo: memFree=1842496/2055920 swapFree=4192956/4192956
[pid=2910] ppid=2908 vsize=13600 CPUtime=0.58
/proc/2910/stat : 2910 (sugar) S 2908 2910 2718 0 -1 4194304 959 7093 15 1 3 1 50 4 15 0 1 0 4602421 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2910/statm: 3400 797 370 3 0 500 0
[pid=2923] ppid=2910 vsize=5356 CPUtime=0
/proc/2923/stat : 2923 (sh) S 2910 2910 2718 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4602501 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2923/statm: 1339 233 193 169 0 50 0
[pid=2924] ppid=2923 vsize=868496 CPUtime=5.43
/proc/2924/stat : 2924 (java) S 2923 2910 2718 0 -1 0 9349 0 1 0 536 7 0 0 18 0 9 0 4602501 889339904 7596 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2924/statm: 217124 7596 2564 9 0 211671 0
[pid=2924/tid=2925] ppid=2923 vsize=868496 CPUtime=4.67
/proc/2924/task/2925/stat : 2925 (java) R 2923 2910 2718 0 -1 64 3108 0 1 0 465 2 0 0 24 0 9 0 4602502 889339904 7596 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2924/tid=2926] ppid=2923 vsize=868496 CPUtime=0.47
/proc/2924/task/2926/stat : 2926 (java) S 2923 2910 2718 0 -1 64 4067 0 0 0 44 3 0 0 15 0 9 0 4602503 889339904 7596 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2924/tid=2927] ppid=2923 vsize=868496 CPUtime=0
/proc/2924/task/2927/stat : 2927 (java) S 2923 2910 2718 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4602503 889339904 7596 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2924/tid=2928] ppid=2923 vsize=868496 CPUtime=0
/proc/2924/task/2928/stat : 2928 (java) S 2923 2910 2718 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4602503 889339904 7596 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2924/tid=2929] ppid=2923 vsize=868496 CPUtime=0
/proc/2924/task/2929/stat : 2929 (java) S 2923 2910 2718 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4602505 889339904 7596 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2924/tid=2930] ppid=2923 vsize=868496 CPUtime=0.26
/proc/2924/task/2930/stat : 2930 (java) S 2923 2910 2718 0 -1 64 1482 0 0 0 25 1 0 0 15 0 9 0 4602505 889339904 7596 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2924/tid=2931] ppid=2923 vsize=868496 CPUtime=0
/proc/2924/task/2931/stat : 2931 (java) S 2923 2910 2718 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4602505 889339904 7596 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2924/tid=2932] ppid=2923 vsize=868496 CPUtime=0
/proc/2924/task/2932/stat : 2932 (java) S 2923 2910 2718 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4602505 889339904 7596 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 887452

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

[startup+7.9028 s]
/proc/loadavg: 2.06 2.02 1.86 3/92 2932
/proc/meminfo: memFree=1833792/2055920 swapFree=4192956/4192956
[pid=2910] ppid=2908 vsize=13600 CPUtime=0.58
/proc/2910/stat : 2910 (sugar) S 2908 2910 2718 0 -1 4194304 959 7093 15 1 3 1 50 4 15 0 1 0 4602421 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2910/statm: 3400 797 370 3 0 500 0
[pid=2923] ppid=2910 vsize=5356 CPUtime=0
/proc/2923/stat : 2923 (sh) S 2910 2910 2718 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4602501 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2923/statm: 1339 233 193 169 0 50 0
[pid=2924] ppid=2923 vsize=868496 CPUtime=7.01
/proc/2924/stat : 2924 (java) S 2923 2910 2718 0 -1 0 9619 0 1 0 688 13 0 0 18 0 9 0 4602501 889339904 7617 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2924/statm: 217124 7617 2566 9 0 211671 0
[pid=2924/tid=2925] ppid=2923 vsize=868496 CPUtime=6.14
/proc/2924/task/2925/stat : 2925 (java) R 2923 2910 2718 0 -1 64 3360 0 1 0 608 6 0 0 25 0 9 0 4602502 889339904 7617 996147200 134512640 134550740 4294955952 18446744073709551615 4126969675 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2924/tid=2926] ppid=2923 vsize=868496 CPUtime=0.54
/proc/2924/task/2926/stat : 2926 (java) S 2923 2910 2718 0 -1 64 4067 0 0 0 50 4 0 0 16 0 9 0 4602503 889339904 7617 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2924/tid=2927] ppid=2923 vsize=868496 CPUtime=0
/proc/2924/task/2927/stat : 2927 (java) S 2923 2910 2718 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4602503 889339904 7617 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2924/tid=2928] ppid=2923 vsize=868496 CPUtime=0
/proc/2924/task/2928/stat : 2928 (java) S 2923 2910 2718 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4602503 889339904 7617 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2924/tid=2929] ppid=2923 vsize=868496 CPUtime=0
/proc/2924/task/2929/stat : 2929 (java) S 2923 2910 2718 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4602505 889339904 7617 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2924/tid=2930] ppid=2923 vsize=868496 CPUtime=0.29
/proc/2924/task/2930/stat : 2930 (java) S 2923 2910 2718 0 -1 64 1500 0 0 0 28 1 0 0 15 0 9 0 4602505 889339904 7617 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2924/tid=2931] ppid=2923 vsize=868496 CPUtime=0
/proc/2924/task/2931/stat : 2931 (java) S 2923 2910 2718 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4602505 889339904 7617 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2924/tid=2932] ppid=2923 vsize=868496 CPUtime=0
/proc/2924/task/2932/stat : 2932 (java) S 2923 2910 2718 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4602505 889339904 7617 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.59
Current children cumulated vsize (KiB) 887452

[startup+9.5021 s]
/proc/loadavg: 2.06 2.02 1.86 3/84 2934
/proc/meminfo: memFree=1835136/2055920 swapFree=4192956/4192956
[pid=2910] ppid=2908 vsize=13600 CPUtime=7.88
/proc/2910/stat : 2910 (sugar) S 2908 2910 2718 0 -1 4194304 1019 17060 15 2 4 1 764 19 15 0 1 0 4602421 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2910/statm: 3400 799 370 3 0 500 0
[pid=2933] ppid=2910 vsize=5356 CPUtime=0
/proc/2933/stat : 2933 (sh) S 2910 2910 2718 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4603241 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2933/statm: 1339 232 193 169 0 50 0
[pid=2934] ppid=2933 vsize=18556 CPUtime=1.28
/proc/2934/stat : 2934 (minisat) R 2933 2910 2718 0 -1 4194304 4284 0 0 0 126 2 0 0 25 0 1 0 4603241 19001344 4270 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/2934/statm: 4639 4270 76 150 0 4486 0
Current children cumulated CPU time (s) 9.16
Current children cumulated vsize (KiB) 37512

[startup+10.3013 s]
/proc/loadavg: 2.06 2.02 1.86 4/84 2934
/proc/meminfo: memFree=1834304/2055920 swapFree=4192956/4192956
[pid=2910] ppid=2908 vsize=13600 CPUtime=9.91
/proc/2910/stat : 2910 (sugar) S 2908 2910 2718 0 -1 4194304 1057 21687 15 2 4 1 964 22 16 0 1 0 4602421 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2910/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 9.91
Current children cumulated vsize (KiB) 13600

[startup+10.5013 s]
/proc/loadavg: 2.06 2.02 1.86 4/84 2934
/proc/meminfo: memFree=1834304/2055920 swapFree=4192956/4192956
[pid=2910] ppid=2908 vsize=13600 CPUtime=9.91
/proc/2910/stat : 2910 (sugar) S 2908 2910 2718 0 -1 4194304 1076 21687 15 2 4 1 964 22 15 0 1 0 4602421 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2910/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 9.91
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 10.5275
CPU time (s): 10.1605
CPU user time (s): 9.8845
CPU system time (s): 0.275958
CPU usage (%): 96.5136
Max. virtual memory (cumulated for all children) (KiB): 887504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.8845
system time used= 0.275958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27096
page faults= 18
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7643
involuntary context switches= 7669

runsolver used 0.018997 second user time and 0.038994 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-08 03:03:22
IDJOB=1107686
IDBENCH=58073
IDSOLVER=346
FILE ID=node19/1107686-1215479002
PBS_JOBID= 7888741
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 418cb735258839ac4f973e76ade14b1c
RANDOM SEED=663133253

node19.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.279
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.279
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:       1866880 kB
Buffers:         28052 kB
Cached:          91560 kB
SwapCached:          0 kB
Active:         105112 kB
Inactive:        53296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1866880 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           11652 kB
Writeback:           0 kB
Mapped:          58924 kB
Slab:            15688 kB
Committed_AS:   136596 kB
PageTables:       1964 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= 66548 MiB
End job on node19 at 2008-07-08 03:03:33