Trace number 1034644

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+minisatSAT 56.4554 56.8616

General information on the benchmark

Namecsp/frb35-17/
normalized-frb35-17-5_ext.xml
MD5SUMbe5a0e9e4f1bc19f4d31a291a2ea1ed3
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.368943
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints346
Maximum constraint arity2
Maximum domain size17
Number of constraints which are defined in extension346
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.04	c 0	Sugar v1-13 + HOME/minisat
0.01/0.04	c 0	BEGIN Wed Jul  2 00:00:33 2008
0.01/0.04	c 0	PID 6629
0.01/0.04	c 0	HOST node86.alineos.net
0.01/0.04	c 0	CONVERTING HOME/instance-1034644-1214949633.xml TO HOME/temp.csp
0.01/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1034644-1214949633.xml' 'HOME/temp.csp'
0.02/0.45	c 1	1 domains, 35 variables, 0 predicates, 346 relations, 346 constraints
0.02/0.50	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.02/0.50	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.02/0.58	c 1	Parsing HOME/temp.csp
0.44/0.82	c 1	parsed 728 expressions
0.44/0.82	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.44/0.82	c 1	Converting to clausal form CSP
0.44/0.85	c 1	converted 73 (10%) expressions
0.44/0.85	c 1	converted 146 (20%) expressions
0.44/0.85	c 1	converted 219 (30%) expressions
0.44/0.85	c 1	converted 292 (40%) expressions
0.44/0.86	c 1	converted 364 (50%) expressions
0.44/0.88	c 1	converted 437 (60%) expressions
0.44/0.89	c 1	converted 510 (70%) expressions
0.45/0.94	c 1	converted 583 (80%) expressions
0.45/0.96	c 1	converted 656 (90%) expressions
0.45/0.97	c 1	converted 728 (100%) expressions
0.45/0.97	c 1	CSP : 35 integers, 0 booleans, 346 clauses, largest domain size 17
0.45/0.98	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.45/0.98	c 1	Propagation in CSP
0.45/0.98	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.45/0.98	c 1	CSP : 35 integers, 0 booleans, 346 clauses, largest domain size 17
0.45/0.98	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.45/0.98	c 1	Simplifing CSP by introducing new Boolean variables
0.45/0.98	c 1	CSP : 35 integers, 0 booleans, 346 clauses, largest domain size 17
0.45/0.98	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/1.02	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.92/1.03	c 1	4 (10%) CSP integer variables are encoded (60 clauses, 587 bytes)
0.92/1.03	c 1	7 (20%) CSP integer variables are encoded (105 clauses, 1017 bytes)
0.92/1.03	c 1	11 (30%) CSP integer variables are encoded (165 clauses, 1677 bytes)
0.92/1.03	c 1	14 (40%) CSP integer variables are encoded (210 clauses, 2172 bytes)
0.92/1.03	c 1	18 (50%) CSP integer variables are encoded (270 clauses, 2832 bytes)
0.92/1.03	c 1	21 (60%) CSP integer variables are encoded (315 clauses, 3327 bytes)
0.92/1.03	c 1	25 (70%) CSP integer variables are encoded (375 clauses, 3987 bytes)
0.92/1.03	c 1	28 (80%) CSP integer variables are encoded (420 clauses, 4482 bytes)
0.92/1.03	c 1	32 (90%) CSP integer variables are encoded (480 clauses, 5142 bytes)
0.92/1.04	c 1	35 (100%) CSP integer variables are encoded (525 clauses, 5637 bytes)
0.92/1.08	c 1	35 (10%) CSP clauses are encoded (2282 clauses, 33358 bytes)
0.92/1.09	c 1	70 (20%) CSP clauses are encoded (4000 clauses, 62130 bytes)
1.02/1.11	c 1	104 (30%) CSP clauses are encoded (5677 clauses, 90048 bytes)
1.02/1.12	c 1	139 (40%) CSP clauses are encoded (7359 clauses, 120433 bytes)
1.02/1.13	c 1	173 (50%) CSP clauses are encoded (9043 clauses, 151973 bytes)
1.02/1.14	c 1	208 (60%) CSP clauses are encoded (10782 clauses, 184389 bytes)
1.02/1.15	c 1	243 (70%) CSP clauses are encoded (12525 clauses, 216825 bytes)
1.02/1.16	c 1	277 (80%) CSP clauses are encoded (14182 clauses, 247872 bytes)
1.02/1.17	c 1	312 (90%) CSP clauses are encoded (15912 clauses, 280232 bytes)
1.02/1.18	c 1	346 (100%) CSP clauses are encoded (17582 clauses, 311348 bytes)
1.02/1.18	c 1	346 CSP clauses encoded
1.02/1.18	c 1	Writing map file : HOME/temp.map
1.02/1.18	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.02/1.18	c 1	SAT : 560 SAT variables, 17582 SAT clauses, 311348 bytes
1.02/1.18	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.09/1.23	c 1	SOLVING HOME/temp.cnf
1.09/1.23	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.09/1.23	c 1	This is MiniSat 2.0 beta
1.09/1.23	c 1	WARNING: for repeatability, setting FPU to use double precision
1.09/1.23	c 1	============================[ Problem Statistics ]=============================
1.09/1.24	c 1	|                                                                             |
1.09/1.24	c 1	|  Number of variables:  560                                                  |
1.09/1.24	c 1	|  Number of clauses:    17582                                                |
1.09/1.24	c 1	|  Parsing time:         0.01         s                                       |
1.09/1.25	c 1	============================[ Search Statistics ]==============================
1.09/1.25	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.09/1.25	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.09/1.25	c 1	===============================================================================
1.09/1.25	c 1	|         0 |     560    17582    64279 |     5860        0    nan |  0.000 % |
1.09/1.26	c 1	|       100 |     560    17582    64279 |     6446      100      9 |  0.000 % |
1.09/1.27	c 1	|       250 |     560    17582    64279 |     7091      250      9 |  0.010 % |
1.09/1.29	c 2	|       476 |     560    17582    64279 |     7800      476     10 |  0.009 % |
1.11/1.32	c 2	|       813 |     560    17582    64279 |     8580      813      9 |  0.009 % |
1.11/1.37	c 2	|      1320 |     560    17582    64279 |     9438     1320     10 |  0.009 % |
1.11/1.44	c 2	|      2079 |     560    17582    64279 |    10382     2079     10 |  0.011 % |
1.11/1.54	c 2	|      3218 |     560    17582    64279 |    11420     3218     10 |  0.011 % |
1.11/1.72	c 2	|      4926 |     560    17582    64279 |    12562     4926     11 |  0.011 % |
1.11/2.01	c 2	|      7490 |     560    17582    64279 |    13819     7490     11 |  0.011 % |
2.36/2.51	c 3	|     11336 |     560    17582    64279 |    15201    11336     12 |  0.011 % |
3.16/3.35	c 4	|     17102 |     560    17582    64279 |    16721     9455     13 |  0.011 % |
4.15/4.37	c 5	|     25751 |     559    17513    64084 |    18393     7924     13 |  0.179 % |
6.14/6.32	c 7	|     38726 |     559    17513    64084 |    20232    11620     12 |  0.190 % |
8.83/9.01	c 9	|     58187 |     557    17378    63656 |    22255    19729     14 |  0.538 % |
13.61/13.84	c 14	|     87379 |     556    17284    63314 |    24481    20581     15 |  0.715 % |
22.07/22.37	c 23	|    131169 |     556    17284    63314 |    26929    15145     14 |  0.719 % |
34.61/34.95	c 35	|    196855 |     552    17056    62504 |    29622    15079     14 |  1.429 % |
56.22/56.65	c 57	|    295382 |     550    16930    62016 |    32584    28702     14 |  1.791 % |
56.22/56.69	c 57	===============================================================================
56.22/56.69	c 57	restarts              : 19
56.22/56.69	c 57	conflicts             : 295517         (5354 /sec)
56.22/56.69	c 57	decisions             : 357497         (1.50 % random) (6477 /sec)
56.22/56.69	c 57	propagations          : 26635913       (482573 /sec)
56.22/56.69	c 57	conflict literals     : 4481676        (33.15 % deleted)
56.22/56.69	c 57	Memory used           : 6.56 MB
56.22/56.69	c 57	CPU time              : 55.1956 s
56.22/56.69	c 57	
56.22/56.69	c 57	SATISFIABLE
56.22/56.70	c 57	DECODING HOME/temp.out WITH HOME/temp.map
56.22/56.70	c 57	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
56.33/56.78	c 57	Decoding HOME/temp.out
56.33/56.81	s SATISFIABLE
56.33/56.81	v 0 9 2 5 14 2 12 12 13 5 16 14 16 15 15 15 5 11 7 16 14 4 9 14 8 4 14 4 1 4 0 11 13 16 15
56.33/56.81	c 57	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
56.33/56.86	c 57	CPU 56.32 (0.03 0.01 56.29 0.11)
56.33/56.86	c 57	END Wed Jul  2 00:01:30 2008

Verifier Data (download as text)

OK

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-1034644-1214949633/watcher-1034644-1214949633 -o /tmp/evaluation-result-1034644-1214949633/solver-1034644-1214949633 -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-1034644-1214949633.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: 1.87 0.84 0.32 4/82 6629
/proc/meminfo: memFree=1567808/2055920 swapFree=4179632/4192956
[pid=6629] ppid=6627 vsize=12272 CPUtime=0
/proc/6629/stat : 6629 (sugar) R 6627 6629 6250 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 650692299 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 240162749438 0 0 4224 0 0 0 0 17 1 0 0
/proc/6629/statm: 3068 327 246 3 0 168 0

[startup+0.029834 s]
/proc/loadavg: 1.87 0.84 0.32 4/82 6629
/proc/meminfo: memFree=1567808/2055920 swapFree=4179632/4192956
[pid=6629] ppid=6627 vsize=13204 CPUtime=0.01
/proc/6629/stat : 6629 (sugar) R 6627 6629 6250 0 -1 4194304 679 0 0 0 1 0 0 0 18 0 1 0 650692299 13520896 647 996147200 4194304 4206940 548682068608 18446744073709551615 240153694945 0 0 4224 0 0 0 0 17 1 0 0
/proc/6629/statm: 3301 647 334 3 0 401 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13204

[startup+0.101845 s]
/proc/loadavg: 1.87 0.84 0.32 4/82 6629
/proc/meminfo: memFree=1567808/2055920 swapFree=4179632/4192956
[pid=6629] ppid=6627 vsize=13600 CPUtime=0.02
/proc/6629/stat : 6629 (sugar) S 6627 6629 6250 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 650692299 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6629/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.301866 s]
/proc/loadavg: 1.87 0.84 0.32 4/82 6629
/proc/meminfo: memFree=1567808/2055920 swapFree=4179632/4192956
[pid=6629] ppid=6627 vsize=13600 CPUtime=0.02
/proc/6629/stat : 6629 (sugar) S 6627 6629 6250 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 650692299 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6629/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.701913 s]
/proc/loadavg: 1.87 0.84 0.32 4/82 6629
/proc/meminfo: memFree=1567808/2055920 swapFree=4179632/4192956
[pid=6629] ppid=6627 vsize=13600 CPUtime=0.44
/proc/6629/stat : 6629 (sugar) S 6627 6629 6250 0 -1 4194304 973 4726 0 1 2 1 38 3 16 0 1 0 650692299 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6629/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 13600

[startup+1.50199 s]
/proc/loadavg: 1.87 0.84 0.32 4/93 6651
/proc/meminfo: memFree=1553440/2055920 swapFree=4179632/4192956
[pid=6629] ppid=6627 vsize=13600 CPUtime=1.11
/proc/6629/stat : 6629 (sugar) S 6627 6629 6250 0 -1 4194304 1031 11341 0 2 3 1 101 6 15 0 1 0 650692299 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6629/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 13600

[startup+3.10118 s]
/proc/loadavg: 1.87 0.84 0.32 3/85 6653
/proc/meminfo: memFree=1562912/2055920 swapFree=4179632/4192956
[pid=6629] ppid=6627 vsize=13600 CPUtime=1.11
/proc/6629/stat : 6629 (sugar) S 6627 6629 6250 0 -1 4194304 1031 11341 0 2 3 1 101 6 15 0 1 0 650692299 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6629/statm: 3400 798 370 3 0 500 0
[pid=6652] ppid=6629 vsize=5356 CPUtime=0
/proc/6652/stat : 6652 (sh) S 6629 6629 6250 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650692422 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6652/statm: 1339 232 193 169 0 50 0
[pid=6653] ppid=6652 vsize=3956 CPUtime=1.85
/proc/6653/stat : 6653 (minisat) R 6652 6629 6250 0 -1 4194304 722 0 0 0 185 0 0 0 25 0 1 0 650692423 4050944 708 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6653/statm: 989 708 75 150 0 836 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 22912

[startup+6.30253 s]
/proc/loadavg: 1.88 0.86 0.33 3/85 6653
/proc/meminfo: memFree=1562080/2055920 swapFree=4179632/4192956
[pid=6629] ppid=6627 vsize=13600 CPUtime=1.11
/proc/6629/stat : 6629 (sugar) S 6627 6629 6250 0 -1 4194304 1031 11341 0 2 3 1 101 6 16 0 1 0 650692299 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6629/statm: 3400 798 370 3 0 500 0
[pid=6652] ppid=6629 vsize=5356 CPUtime=0
/proc/6652/stat : 6652 (sh) S 6629 6629 6250 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650692422 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6652/statm: 1339 232 193 169 0 50 0
[pid=6653] ppid=6652 vsize=4548 CPUtime=5.03
/proc/6653/stat : 6653 (minisat) R 6652 6629 6250 0 -1 4194304 852 0 0 0 503 0 0 0 25 0 1 0 650692423 4657152 838 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6653/statm: 1137 838 75 150 0 984 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 23504

[startup+12.7012 s]
/proc/loadavg: 1.89 0.88 0.34 3/85 6653
/proc/meminfo: memFree=1561184/2055920 swapFree=4179632/4192956
[pid=6629] ppid=6627 vsize=13600 CPUtime=1.11
/proc/6629/stat : 6629 (sugar) S 6627 6629 6250 0 -1 4194304 1031 11341 0 2 3 1 101 6 16 0 1 0 650692299 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6629/statm: 3400 798 370 3 0 500 0
[pid=6652] ppid=6629 vsize=5356 CPUtime=0
/proc/6652/stat : 6652 (sh) S 6629 6629 6250 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650692422 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6652/statm: 1339 232 193 169 0 50 0
[pid=6653] ppid=6652 vsize=5076 CPUtime=11.4
/proc/6653/stat : 6653 (minisat) R 6652 6629 6250 0 -1 4194304 1011 0 0 0 1140 0 0 0 25 0 1 0 650692423 5197824 997 996147200 134512640 135127466 4294956272 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 0 0 0
/proc/6653/statm: 1269 997 75 150 0 1116 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 24032

[startup+25.5017 s]
/proc/loadavg: 1.91 0.93 0.36 3/85 6653
/proc/meminfo: memFree=1560288/2055920 swapFree=4179632/4192956
[pid=6629] ppid=6627 vsize=13600 CPUtime=1.11
/proc/6629/stat : 6629 (sugar) S 6627 6629 6250 0 -1 4194304 1031 11341 0 2 3 1 101 6 16 0 1 0 650692299 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6629/statm: 3400 798 370 3 0 500 0
[pid=6652] ppid=6629 vsize=5356 CPUtime=0
/proc/6652/stat : 6652 (sh) S 6629 6629 6250 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650692422 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6652/statm: 1339 232 193 169 0 50 0
[pid=6653] ppid=6652 vsize=5608 CPUtime=24.15
/proc/6653/stat : 6653 (minisat) R 6652 6629 6250 0 -1 4194304 1153 0 0 0 2415 0 0 0 25 0 1 0 650692423 5742592 1139 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/6653/statm: 1402 1139 75 150 0 1249 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 24564

[startup+51.1015 s]
/proc/loadavg: 1.94 1.02 0.40 3/85 6659
/proc/meminfo: memFree=1559200/2055920 swapFree=4179632/4192956
[pid=6629] ppid=6627 vsize=13600 CPUtime=1.11
/proc/6629/stat : 6629 (sugar) S 6627 6629 6250 0 -1 4194304 1031 11341 0 2 3 1 101 6 16 0 1 0 650692299 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6629/statm: 3400 798 370 3 0 500 0
[pid=6652] ppid=6629 vsize=5356 CPUtime=0
/proc/6652/stat : 6652 (sh) S 6629 6629 6250 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650692422 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6652/statm: 1339 232 193 169 0 50 0
[pid=6653] ppid=6652 vsize=6716 CPUtime=49.63
/proc/6653/stat : 6653 (minisat) R 6652 6629 6250 0 -1 4194304 1397 0 0 0 4962 1 0 0 25 0 1 0 650692423 6877184 1383 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6653/statm: 1679 1383 75 150 0 1526 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 25672

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

[startup+54.3019 s]
/proc/loadavg: 1.94 1.02 0.40 3/85 6659
/proc/meminfo: memFree=1559136/2055920 swapFree=4179632/4192956
[pid=6629] ppid=6627 vsize=13600 CPUtime=1.11
/proc/6629/stat : 6629 (sugar) S 6627 6629 6250 0 -1 4194304 1031 11341 0 2 3 1 101 6 16 0 1 0 650692299 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6629/statm: 3400 798 370 3 0 500 0
[pid=6652] ppid=6629 vsize=5356 CPUtime=0
/proc/6652/stat : 6652 (sh) S 6629 6629 6250 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650692422 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6652/statm: 1339 232 193 169 0 50 0
[pid=6653] ppid=6652 vsize=6716 CPUtime=52.81
/proc/6653/stat : 6653 (minisat) R 6652 6629 6250 0 -1 4194304 1412 0 0 0 5280 1 0 0 25 0 1 0 650692423 6877184 1398 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6653/statm: 1679 1398 75 150 0 1526 0
Current children cumulated CPU time (s) 53.92
Current children cumulated vsize (KiB) 25672

[startup+55.9011 s]
/proc/loadavg: 1.95 1.04 0.41 3/85 6659
/proc/meminfo: memFree=1559136/2055920 swapFree=4179632/4192956
[pid=6629] ppid=6627 vsize=13600 CPUtime=1.11
/proc/6629/stat : 6629 (sugar) S 6627 6629 6250 0 -1 4194304 1031 11341 0 2 3 1 101 6 16 0 1 0 650692299 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6629/statm: 3400 798 370 3 0 500 0
[pid=6652] ppid=6629 vsize=5356 CPUtime=0
/proc/6652/stat : 6652 (sh) S 6629 6629 6250 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650692422 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6652/statm: 1339 232 193 169 0 50 0
[pid=6653] ppid=6652 vsize=6716 CPUtime=54.41
/proc/6653/stat : 6653 (minisat) R 6652 6629 6250 0 -1 4194304 1417 0 0 0 5440 1 0 0 25 0 1 0 650692423 6877184 1403 996147200 134512640 135127466 4294956272 18446744073709551615 134530780 0 0 4096 3 0 0 0 17 0 0 0
/proc/6653/statm: 1679 1403 75 150 0 1526 0
Current children cumulated CPU time (s) 55.52
Current children cumulated vsize (KiB) 25672

[startup+56.3021 s]
/proc/loadavg: 1.95 1.04 0.41 3/85 6659
/proc/meminfo: memFree=1559072/2055920 swapFree=4179632/4192956
[pid=6629] ppid=6627 vsize=13600 CPUtime=1.11
/proc/6629/stat : 6629 (sugar) S 6627 6629 6250 0 -1 4194304 1031 11341 0 2 3 1 101 6 16 0 1 0 650692299 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6629/statm: 3400 798 370 3 0 500 0
[pid=6652] ppid=6629 vsize=5356 CPUtime=0
/proc/6652/stat : 6652 (sh) S 6629 6629 6250 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650692422 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6652/statm: 1339 232 193 169 0 50 0
[pid=6653] ppid=6652 vsize=6716 CPUtime=54.81
/proc/6653/stat : 6653 (minisat) R 6652 6629 6250 0 -1 4194304 1417 0 0 0 5480 1 0 0 25 0 1 0 650692423 6877184 1403 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6653/statm: 1679 1403 75 150 0 1526 0
Current children cumulated CPU time (s) 55.92
Current children cumulated vsize (KiB) 25672

[startup+56.7022 s]
/proc/loadavg: 1.95 1.04 0.41 3/85 6659
/proc/meminfo: memFree=1559072/2055920 swapFree=4179632/4192956
[pid=6629] ppid=6627 vsize=13600 CPUtime=56.33
/proc/6629/stat : 6629 (sugar) S 6627 6629 6250 0 -1 4194304 1070 13058 0 2 3 1 5621 8 16 0 1 0 650692299 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6629/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 56.33
Current children cumulated vsize (KiB) 13600

[startup+56.8012 s]
/proc/loadavg: 1.95 1.04 0.41 3/85 6659
/proc/meminfo: memFree=1559072/2055920 swapFree=4179632/4192956
[pid=6629] ppid=6627 vsize=13600 CPUtime=56.33
/proc/6629/stat : 6629 (sugar) S 6627 6629 6250 0 -1 4194304 1089 13058 0 2 3 1 5621 8 16 0 1 0 650692299 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6629/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 56.33
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 56.8616
CPU time (s): 56.4554
CPU user time (s): 56.3314
CPU system time (s): 0.123981
CPU usage (%): 99.2858
Max. virtual memory (cumulated for all children) (KiB): 883260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.3314
system time used= 0.123981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17895
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= 1921
involuntary context switches= 2521

runsolver used 0.065989 second user time and 0.160975 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-07-02 00:00:33
IDJOB=1034644
IDBENCH=53353
IDSOLVER=346
FILE ID=node86/1034644-1214949633
PBS_JOBID= 7870163
Free space on /tmp= 66532 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/frb35-17/normalized-frb35-17-5_ext.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-1034644-1214949633/watcher-1034644-1214949633 -o /tmp/evaluation-result-1034644-1214949633/solver-1034644-1214949633 -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-1034644-1214949633.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= be5a0e9e4f1bc19f4d31a291a2ea1ed3
RANDOM SEED=1156246365

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1568288 kB
Buffers:         47644 kB
Cached:         357244 kB
SwapCached:       7260 kB
Active:         176812 kB
Inactive:       256708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1568288 kB
SwapTotal:     4192956 kB
SwapFree:      4179632 kB
Dirty:            1628 kB
Writeback:           0 kB
Mapped:          43328 kB
Slab:            39324 kB
Committed_AS:  1028636 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= 66532 MiB
End job on node86 at 2008-07-02 00:01:30