Trace number 1036642

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 80.3488 81.2704

General information on the benchmark

Namecsp/frb40-19/
normalized-frb40-19-2_ext.xml
MD5SUMeee0cf7e023e298cb2f022136cfaf15d
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 benchmark1.40079
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints410
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension410
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.11	c 0	Sugar v1-13 + HOME/minisat
0.02/0.11	c 0	BEGIN Wed Jul  2 02:21:21 2008
0.02/0.11	c 0	PID 24652
0.02/0.11	c 0	HOST node39.alineos.net
0.02/0.11	c 0	CONVERTING HOME/instance-1036642-1214958080.xml TO HOME/temp.csp
0.02/0.11	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1036642-1214958080.xml' 'HOME/temp.csp'
0.03/0.76	c 0	1 domains, 40 variables, 0 predicates, 410 relations, 410 constraints
0.03/0.80	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.66/0.80	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.66/0.88	c 0	Parsing HOME/temp.csp
0.94/1.19	c 1	parsed 861 expressions
0.94/1.20	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.94/1.20	c 1	Converting to clausal form CSP
1.03/1.22	c 1	converted 87 (10%) expressions
1.03/1.23	c 1	converted 173 (20%) expressions
1.03/1.23	c 1	converted 259 (30%) expressions
1.03/1.28	c 1	converted 345 (40%) expressions
1.03/1.29	c 1	converted 431 (50%) expressions
1.12/1.32	c 1	converted 517 (60%) expressions
1.12/1.34	c 1	converted 603 (70%) expressions
1.12/1.36	c 1	converted 689 (80%) expressions
1.12/1.38	c 1	converted 775 (90%) expressions
1.23/1.40	c 1	converted 861 (100%) expressions
1.23/1.40	c 1	CSP : 40 integers, 0 booleans, 410 clauses, largest domain size 19
1.23/1.40	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.40	c 1	Propagation in CSP
1.23/1.41	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.23/1.41	c 1	CSP : 40 integers, 0 booleans, 410 clauses, largest domain size 19
1.23/1.41	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.41	c 1	Simplifing CSP by introducing new Boolean variables
1.23/1.41	c 1	CSP : 40 integers, 0 booleans, 410 clauses, largest domain size 19
1.23/1.41	c 1	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.45	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.23/1.46	c 1	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
1.23/1.46	c 1	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.23/1.46	c 1	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.23/1.47	c 1	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.23/1.47	c 1	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.23/1.47	c 1	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.23/1.47	c 1	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.23/1.47	c 1	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.23/1.47	c 1	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.23/1.47	c 1	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.33/1.53	c 1	41 (10%) CSP clauses are encoded (3186 clauses, 48548 bytes)
1.33/1.55	c 1	82 (20%) CSP clauses are encoded (5672 clauses, 90571 bytes)
1.33/1.56	c 1	123 (30%) CSP clauses are encoded (8176 clauses, 137041 bytes)
1.33/1.58	c 1	164 (40%) CSP clauses are encoded (10675 clauses, 184057 bytes)
1.33/1.60	c 1	205 (50%) CSP clauses are encoded (13153 clauses, 230724 bytes)
1.42/1.61	c 1	246 (60%) CSP clauses are encoded (15640 clauses, 277676 bytes)
1.42/1.63	c 1	287 (70%) CSP clauses are encoded (18156 clauses, 325028 bytes)
1.42/1.64	c 1	328 (80%) CSP clauses are encoded (20671 clauses, 372345 bytes)
1.42/1.66	c 1	369 (90%) CSP clauses are encoded (23159 clauses, 419155 bytes)
1.42/1.67	c 1	410 (100%) CSP clauses are encoded (25665 clauses, 466288 bytes)
1.42/1.67	c 1	410 CSP clauses encoded
1.42/1.67	c 1	Writing map file : HOME/temp.map
1.42/1.68	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.42/1.68	c 1	SAT : 720 SAT variables, 25665 SAT clauses, 466288 bytes
1.42/1.68	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.42/1.69	c 1	SOLVING HOME/temp.cnf
1.42/1.69	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.42/1.70	c 1	This is MiniSat 2.0 beta
1.52/1.70	c 1	WARNING: for repeatability, setting FPU to use double precision
1.52/1.70	c 1	============================[ Problem Statistics ]=============================
1.52/1.70	c 1	|                                                                             |
1.52/1.70	c 1	|  Number of variables:  720                                                  |
1.52/1.70	c 1	|  Number of clauses:    25665                                                |
1.52/1.71	c 1	|  Parsing time:         0.01         s                                       |
1.52/1.71	c 1	============================[ Search Statistics ]==============================
1.52/1.71	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.52/1.71	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.52/1.71	c 1	===============================================================================
1.52/1.71	c 1	|         0 |     720    25665    94769 |     8555        0    nan |  0.000 % |
1.52/1.73	c 1	|       101 |     720    25665    94769 |     9410      101      9 |  0.000 % |
1.52/1.74	c 1	|       251 |     720    25665    94769 |    10351      251      9 |  0.007 % |
1.52/1.77	c 1	|       478 |     720    25665    94769 |    11386      478     10 |  0.007 % |
1.52/1.81	c 1	|       815 |     720    25665    94769 |    12525      815     11 |  0.003 % |
1.52/1.88	c 1	|      1321 |     720    25665    94769 |    13777     1321     11 |  0.003 % |
1.52/1.97	c 1	|      2080 |     720    25665    94769 |    15155     2080     11 |  0.007 % |
1.91/2.11	c 2	|      3219 |     720    25665    94769 |    16671     3219     11 |  0.007 % |
2.11/2.38	c 2	|      4927 |     720    25665    94769 |    18338     4927     11 |  0.007 % |
2.51/2.76	c 2	|      7489 |     720    25665    94769 |    20172     7489     11 |  0.008 % |
3.11/3.39	c 3	|     11334 |     720    25665    94769 |    22189    11334     12 |  0.002 % |
4.19/4.49	c 4	|     17102 |     720    25665    94769 |    24408    17102     12 |  0.008 % |
5.87/6.11	c 6	|     25753 |     719    25568    94489 |    26849     7816     12 |  0.139 % |
8.25/8.58	c 8	|     38727 |     719    25568    94489 |    29534    20790     13 |  0.147 % |
12.81/13.16	c 13	|     58189 |     718    25469    94127 |    32487     9334     13 |  0.278 % |
20.24/20.68	c 20	|     87383 |     718    25469    94127 |    35736    19887     15 |  0.280 % |
31.82/32.36	c 32	|    131173 |     717    25384    93887 |    39309    25538     15 |  0.417 % |
52.73/53.48	c 53	|    196857 |     717    25384    93887 |    43240    15769     15 |  0.420 % |
80.17/81.13	c 81	===============================================================================
80.17/81.13	c 81	restarts              : 18
80.17/81.13	c 81	conflicts             : 284682         (3619 /sec)
80.17/81.13	c 81	decisions             : 346875         (1.49 % random) (4410 /sec)
80.17/81.13	c 81	propagations          : 30853234       (392210 /sec)
80.17/81.13	c 81	conflict literals     : 4480058        (34.25 % deleted)
80.17/81.13	c 81	Memory used           : 8.46 MB
80.17/81.13	c 81	CPU time              : 78.665 s
80.17/81.13	c 81	
80.17/81.13	c 81	SATISFIABLE
80.17/81.14	c 81	DECODING HOME/temp.out WITH HOME/temp.map
80.17/81.14	c 81	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
80.22/81.22	c 81	Decoding HOME/temp.out
80.22/81.24	s SATISFIABLE
80.22/81.25	v 7 18 14 4 1 12 10 18 13 2 11 10 8 16 1 9 11 5 5 17 5 13 6 0 3 18 1 14 15 9 2 12 11 2 6 14 4 11 7 11
80.22/81.25	c 81	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
80.22/81.26	c 81	CPU 80.18 (0.03 0.01 80.15 0.13)
80.22/81.26	c 81	END Wed Jul  2 02:22:42 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-1036642-1214958080/watcher-1036642-1214958080 -o /tmp/evaluation-result-1036642-1214958080/solver-1036642-1214958080 -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-1036642-1214958080.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.00 4/72 24652
/proc/meminfo: memFree=1648512/2055920 swapFree=4180236/4192956
[pid=24652] ppid=24650 vsize=124 CPUtime=0
/proc/24652/stat : 24652 (sugar) D 24650 24652 23724 0 -1 4194304 38 0 0 0 0 0 0 0 22 0 1 0 618741646 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 231491040649 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/24652/statm: 31 23 17 3 0 3 0

[startup+0.010885 s]
/proc/loadavg: 2.00 2.02 2.00 4/72 24652
/proc/meminfo: memFree=1648512/2055920 swapFree=4180236/4192956
[pid=24652] ppid=24650 vsize=124 CPUtime=0
/proc/24652/stat : 24652 (sugar) D 24650 24652 23724 0 -1 4194304 38 0 0 0 0 0 0 0 22 0 1 0 618741646 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 231491040649 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/24652/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101902 s]
/proc/loadavg: 2.00 2.02 2.00 4/72 24652
/proc/meminfo: memFree=1648512/2055920 swapFree=4180236/4192956
[pid=24652] ppid=24650 vsize=13204 CPUtime=0.02
/proc/24652/stat : 24652 (sugar) D 24650 24652 23724 0 -1 4194304 687 0 0 0 1 1 0 0 18 0 1 0 618741646 13520896 655 996147200 4194304 4206940 548682068608 18446744073709551615 231493827173 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/24652/statm: 3301 655 336 3 0 401 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13204

[startup+0.30193 s]
/proc/loadavg: 2.00 2.02 2.00 4/72 24652
/proc/meminfo: memFree=1648512/2055920 swapFree=4180236/4192956
[pid=24652] ppid=24650 vsize=13600 CPUtime=0.03
/proc/24652/stat : 24652 (sugar) S 24650 24652 23724 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 618741646 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24652/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701992 s]
/proc/loadavg: 2.00 2.02 2.00 4/72 24652
/proc/meminfo: memFree=1648512/2055920 swapFree=4180236/4192956
[pid=24652] ppid=24650 vsize=13600 CPUtime=0.03
/proc/24652/stat : 24652 (sugar) S 24650 24652 23724 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 618741646 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24652/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50211 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 24674
/proc/meminfo: memFree=1640040/2055920 swapFree=4180236/4192956
[pid=24652] ppid=24650 vsize=13600 CPUtime=0.66
/proc/24652/stat : 24652 (sugar) S 24650 24652 23724 0 -1 4194304 974 4782 0 1 2 1 60 3 15 0 1 0 618741646 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24652/statm: 3400 797 370 3 0 500 0
[pid=24665] ppid=24652 vsize=5356 CPUtime=0
/proc/24665/stat : 24665 (sh) S 24652 24652 23724 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 618741726 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24665/statm: 1339 233 193 169 0 50 0
[pid=24666] ppid=24665 vsize=864312 CPUtime=0.67
/proc/24666/stat : 24666 (java) S 24665 24652 23724 0 -1 0 6927 0 1 0 63 4 0 0 18 0 9 0 618741726 885055488 6183 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24666/statm: 216078 6183 2565 9 0 210625 0
[pid=24666/tid=24667] ppid=24665 vsize=864312 CPUtime=0.37
/proc/24666/task/24667/stat : 24667 (java) R 24665 24652 23724 0 -1 64 2699 0 1 0 36 1 0 0 18 0 9 0 618741727 885055488 6183 996147200 134512640 134550740 4294955952 18446744073709551615 4125978693 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24666/tid=24668] ppid=24665 vsize=864312 CPUtime=0.17
/proc/24666/task/24668/stat : 24668 (java) S 24665 24652 23724 0 -1 64 3178 0 0 0 16 1 0 0 16 0 9 0 618741728 885055488 6183 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24666/tid=24669] ppid=24665 vsize=864312 CPUtime=0
/proc/24666/task/24669/stat : 24669 (java) S 24665 24652 23724 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 618741728 885055488 6183 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24666/tid=24670] ppid=24665 vsize=864312 CPUtime=0
/proc/24666/task/24670/stat : 24670 (java) S 24665 24652 23724 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 618741728 885055488 6183 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24666/tid=24671] ppid=24665 vsize=864312 CPUtime=0
/proc/24666/task/24671/stat : 24671 (java) S 24665 24652 23724 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 618741730 885055488 6183 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24666/tid=24672] ppid=24665 vsize=864312 CPUtime=0.1
/proc/24666/task/24672/stat : 24672 (java) S 24665 24652 23724 0 -1 64 357 0 0 0 10 0 0 0 16 0 9 0 618741730 885055488 6183 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24666/tid=24673] ppid=24665 vsize=864312 CPUtime=0
/proc/24666/task/24673/stat : 24673 (java) S 24665 24652 23724 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 618741730 885055488 6183 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24666/tid=24674] ppid=24665 vsize=864312 CPUtime=0
/proc/24666/task/24674/stat : 24674 (java) S 24665 24652 23724 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 618741730 885055488 6183 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 883268

[startup+3.10134 s]
/proc/loadavg: 2.08 2.03 2.01 3/75 24676
/proc/meminfo: memFree=1643176/2055920 swapFree=4180236/4192956
[pid=24652] ppid=24650 vsize=13600 CPUtime=1.53
/proc/24652/stat : 24652 (sugar) S 24650 24652 23724 0 -1 4194304 1031 12055 0 2 3 1 141 8 15 0 1 0 618741646 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24652/statm: 3400 798 370 3 0 500 0
[pid=24675] ppid=24652 vsize=5356 CPUtime=0
/proc/24675/stat : 24675 (sh) S 24652 24652 23724 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618741815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24675/statm: 1339 232 193 169 0 50 0
[pid=24676] ppid=24675 vsize=3856 CPUtime=1.38
/proc/24676/stat : 24676 (minisat) R 24675 24652 23724 0 -1 4194304 731 0 0 0 138 0 0 0 25 0 1 0 618741816 3948544 717 996147200 134512640 135127466 4294956272 18446744073709551615 134530742 0 0 4096 3 0 0 0 17 1 0 0
/proc/24676/statm: 964 717 75 150 0 811 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 22812

[startup+6.30181 s]
/proc/loadavg: 2.08 2.03 2.01 3/75 24676
/proc/meminfo: memFree=1641704/2055920 swapFree=4180236/4192956
[pid=24652] ppid=24650 vsize=13600 CPUtime=1.53
/proc/24652/stat : 24652 (sugar) S 24650 24652 23724 0 -1 4194304 1031 12055 0 2 3 1 141 8 16 0 1 0 618741646 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24652/statm: 3400 798 370 3 0 500 0
[pid=24675] ppid=24652 vsize=5356 CPUtime=0
/proc/24675/stat : 24675 (sh) S 24652 24652 23724 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618741815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24675/statm: 1339 232 193 169 0 50 0
[pid=24676] ppid=24675 vsize=4832 CPUtime=4.54
/proc/24676/stat : 24676 (minisat) R 24675 24652 23724 0 -1 4194304 974 0 0 0 454 0 0 0 25 0 1 0 618741816 4947968 960 996147200 134512640 135127466 4294956272 18446744073709551615 134528068 0 0 4096 3 0 0 0 17 1 0 0
/proc/24676/statm: 1208 960 75 150 0 1055 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 23788

[startup+12.7028 s]
/proc/loadavg: 2.07 2.03 2.00 3/75 24676
/proc/meminfo: memFree=1640552/2055920 swapFree=4180236/4192956
[pid=24652] ppid=24650 vsize=13600 CPUtime=1.53
/proc/24652/stat : 24652 (sugar) S 24650 24652 23724 0 -1 4194304 1031 12055 0 2 3 1 141 8 16 0 1 0 618741646 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24652/statm: 3400 798 370 3 0 500 0
[pid=24675] ppid=24652 vsize=5356 CPUtime=0
/proc/24675/stat : 24675 (sh) S 24652 24652 23724 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618741815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24675/statm: 1339 232 193 169 0 50 0
[pid=24676] ppid=24675 vsize=5796 CPUtime=10.88
/proc/24676/stat : 24676 (minisat) R 24675 24652 23724 0 -1 4194304 1212 0 0 0 1088 0 0 0 25 0 1 0 618741816 5935104 1198 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/24676/statm: 1449 1198 75 150 0 1296 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 24752

[startup+25.5016 s]
/proc/loadavg: 2.06 2.03 2.00 3/75 24676
/proc/meminfo: memFree=1639784/2055920 swapFree=4180236/4192956
[pid=24652] ppid=24650 vsize=13600 CPUtime=1.53
/proc/24652/stat : 24652 (sugar) S 24650 24652 23724 0 -1 4194304 1031 12055 0 2 3 1 141 8 16 0 1 0 618741646 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24652/statm: 3400 798 370 3 0 500 0
[pid=24675] ppid=24652 vsize=5356 CPUtime=0
/proc/24675/stat : 24675 (sh) S 24652 24652 23724 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618741815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24675/statm: 1339 232 193 169 0 50 0
[pid=24676] ppid=24675 vsize=6720 CPUtime=23.56
/proc/24676/stat : 24676 (minisat) R 24675 24652 23724 0 -1 4194304 1452 0 0 0 2355 1 0 0 25 0 1 0 618741816 6881280 1438 996147200 134512640 135127466 4294956272 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/24676/statm: 1680 1438 75 150 0 1527 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 25676

[startup+51.1014 s]
/proc/loadavg: 2.04 2.03 2.00 3/75 24676
/proc/meminfo: memFree=1638888/2055920 swapFree=4180236/4192956
[pid=24652] ppid=24650 vsize=13600 CPUtime=1.53
/proc/24652/stat : 24652 (sugar) S 24650 24652 23724 0 -1 4194304 1031 12055 0 2 3 1 141 8 16 0 1 0 618741646 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24652/statm: 3400 798 370 3 0 500 0
[pid=24675] ppid=24652 vsize=5356 CPUtime=0
/proc/24675/stat : 24675 (sh) S 24652 24652 23724 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618741815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24675/statm: 1339 232 193 169 0 50 0
[pid=24676] ppid=24675 vsize=7520 CPUtime=48.92
/proc/24676/stat : 24676 (minisat) R 24675 24652 23724 0 -1 4194304 1662 0 0 0 4891 1 0 0 25 0 1 0 618741816 7700480 1648 996147200 134512640 135127466 4294956272 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/24676/statm: 1880 1648 75 150 0 1727 0
Current children cumulated CPU time (s) 50.45
Current children cumulated vsize (KiB) 26476

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

[startup+63.9023 s]
/proc/loadavg: 2.03 2.02 2.00 3/75 24676
/proc/meminfo: memFree=1638184/2055920 swapFree=4180236/4192956
[pid=24652] ppid=24650 vsize=13600 CPUtime=1.53
/proc/24652/stat : 24652 (sugar) S 24650 24652 23724 0 -1 4194304 1031 12055 0 2 3 1 141 8 16 0 1 0 618741646 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24652/statm: 3400 798 370 3 0 500 0
[pid=24675] ppid=24652 vsize=5356 CPUtime=0
/proc/24675/stat : 24675 (sh) S 24652 24652 23724 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618741815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24675/statm: 1339 232 193 169 0 50 0
[pid=24676] ppid=24675 vsize=8396 CPUtime=61.6
/proc/24676/stat : 24676 (minisat) R 24675 24652 23724 0 -1 4194304 1843 0 0 0 6159 1 0 0 25 0 1 0 618741816 8597504 1829 996147200 134512640 135127466 4294956272 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/24676/statm: 2099 1829 75 150 0 1946 0
Current children cumulated CPU time (s) 63.13
Current children cumulated vsize (KiB) 27352

[startup+70.3012 s]
/proc/loadavg: 2.19 2.06 2.01 3/75 24676
/proc/meminfo: memFree=1638056/2055920 swapFree=4180236/4192956
[pid=24652] ppid=24650 vsize=13600 CPUtime=1.53
/proc/24652/stat : 24652 (sugar) S 24650 24652 23724 0 -1 4194304 1031 12055 0 2 3 1 141 8 16 0 1 0 618741646 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24652/statm: 3400 798 370 3 0 500 0
[pid=24675] ppid=24652 vsize=5356 CPUtime=0
/proc/24675/stat : 24675 (sh) S 24652 24652 23724 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618741815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24675/statm: 1339 232 193 169 0 50 0
[pid=24676] ppid=24675 vsize=8396 CPUtime=67.94
/proc/24676/stat : 24676 (minisat) R 24675 24652 23724 0 -1 4194304 1858 0 0 0 6793 1 0 0 25 0 1 0 618741816 8597504 1844 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24676/statm: 2099 1844 75 150 0 1946 0
Current children cumulated CPU time (s) 69.47
Current children cumulated vsize (KiB) 27352

[startup+76.7012 s]
/proc/loadavg: 2.17 2.06 2.01 3/75 24676
/proc/meminfo: memFree=1637928/2055920 swapFree=4180236/4192956
[pid=24652] ppid=24650 vsize=13600 CPUtime=1.53
/proc/24652/stat : 24652 (sugar) S 24650 24652 23724 0 -1 4194304 1031 12055 0 2 3 1 141 8 16 0 1 0 618741646 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24652/statm: 3400 798 370 3 0 500 0
[pid=24675] ppid=24652 vsize=5356 CPUtime=0
/proc/24675/stat : 24675 (sh) S 24652 24652 23724 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618741815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24675/statm: 1339 232 193 169 0 50 0
[pid=24676] ppid=24675 vsize=8532 CPUtime=74.28
/proc/24676/stat : 24676 (minisat) R 24675 24652 23724 0 -1 4194304 1892 0 0 0 7427 1 0 0 25 0 1 0 618741816 8736768 1878 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/24676/statm: 2133 1878 75 150 0 1980 0
Current children cumulated CPU time (s) 75.81
Current children cumulated vsize (KiB) 27488

[startup+78.3024 s]
/proc/loadavg: 2.16 2.06 2.01 3/75 24676
/proc/meminfo: memFree=1637928/2055920 swapFree=4180236/4192956
[pid=24652] ppid=24650 vsize=13600 CPUtime=1.53
/proc/24652/stat : 24652 (sugar) S 24650 24652 23724 0 -1 4194304 1031 12055 0 2 3 1 141 8 16 0 1 0 618741646 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24652/statm: 3400 798 370 3 0 500 0
[pid=24675] ppid=24652 vsize=5356 CPUtime=0
/proc/24675/stat : 24675 (sh) S 24652 24652 23724 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618741815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24675/statm: 1339 232 193 169 0 50 0
[pid=24676] ppid=24675 vsize=8532 CPUtime=75.86
/proc/24676/stat : 24676 (minisat) R 24675 24652 23724 0 -1 4194304 1896 0 0 0 7585 1 0 0 25 0 1 0 618741816 8736768 1882 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24676/statm: 2133 1882 75 150 0 1980 0
Current children cumulated CPU time (s) 77.39
Current children cumulated vsize (KiB) 27488

[startup+79.9016 s]
/proc/loadavg: 2.16 2.06 2.01 3/75 24676
/proc/meminfo: memFree=1637928/2055920 swapFree=4180236/4192956
[pid=24652] ppid=24650 vsize=13600 CPUtime=1.53
/proc/24652/stat : 24652 (sugar) S 24650 24652 23724 0 -1 4194304 1031 12055 0 2 3 1 141 8 16 0 1 0 618741646 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24652/statm: 3400 798 370 3 0 500 0
[pid=24675] ppid=24652 vsize=5356 CPUtime=0
/proc/24675/stat : 24675 (sh) S 24652 24652 23724 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618741815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24675/statm: 1339 232 193 169 0 50 0
[pid=24676] ppid=24675 vsize=8532 CPUtime=77.45
/proc/24676/stat : 24676 (minisat) R 24675 24652 23724 0 -1 4194304 1896 0 0 0 7744 1 0 0 25 0 1 0 618741816 8736768 1882 996147200 134512640 135127466 4294956272 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/24676/statm: 2133 1882 75 150 0 1980 0
Current children cumulated CPU time (s) 78.98
Current children cumulated vsize (KiB) 27488

[startup+80.7018 s]
/proc/loadavg: 2.16 2.06 2.01 3/75 24676
/proc/meminfo: memFree=1637864/2055920 swapFree=4180236/4192956
[pid=24652] ppid=24650 vsize=13600 CPUtime=1.53
/proc/24652/stat : 24652 (sugar) S 24650 24652 23724 0 -1 4194304 1031 12055 0 2 3 1 141 8 16 0 1 0 618741646 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24652/statm: 3400 798 370 3 0 500 0
[pid=24675] ppid=24652 vsize=5356 CPUtime=0
/proc/24675/stat : 24675 (sh) S 24652 24652 23724 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618741815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24675/statm: 1339 232 193 169 0 50 0
[pid=24676] ppid=24675 vsize=8664 CPUtime=78.24
/proc/24676/stat : 24676 (minisat) R 24675 24652 23724 0 -1 4194304 1907 0 0 0 7823 1 0 0 25 0 1 0 618741816 8871936 1893 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24676/statm: 2166 1893 75 150 0 2013 0
Current children cumulated CPU time (s) 79.77
Current children cumulated vsize (KiB) 27620

[startup+81.1018 s]
/proc/loadavg: 2.16 2.06 2.01 3/75 24676
/proc/meminfo: memFree=1637864/2055920 swapFree=4180236/4192956
[pid=24652] ppid=24650 vsize=13600 CPUtime=1.53
/proc/24652/stat : 24652 (sugar) S 24650 24652 23724 0 -1 4194304 1031 12055 0 2 3 1 141 8 16 0 1 0 618741646 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24652/statm: 3400 798 370 3 0 500 0
[pid=24675] ppid=24652 vsize=5356 CPUtime=0
/proc/24675/stat : 24675 (sh) S 24652 24652 23724 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618741815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24675/statm: 1339 232 193 169 0 50 0
[pid=24676] ppid=24675 vsize=8664 CPUtime=78.64
/proc/24676/stat : 24676 (minisat) R 24675 24652 23724 0 -1 4194304 1907 0 0 0 7863 1 0 0 25 0 1 0 618741816 8871936 1893 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24676/statm: 2166 1893 75 150 0 2013 0
Current children cumulated CPU time (s) 80.17
Current children cumulated vsize (KiB) 27620

[startup+81.2018 s]
/proc/loadavg: 2.16 2.06 2.01 3/75 24676
/proc/meminfo: memFree=1637864/2055920 swapFree=4180236/4192956
[pid=24652] ppid=24650 vsize=13600 CPUtime=80.22
/proc/24652/stat : 24652 (sugar) S 24650 24652 23724 0 -1 4194304 1070 14257 0 2 3 1 8008 10 17 0 1 0 618741646 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24652/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 80.22
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 81.2704
CPU time (s): 80.3488
CPU user time (s): 80.1928
CPU system time (s): 0.155976
CPU usage (%): 98.866
Max. virtual memory (cumulated for all children) (KiB): 883268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 80.1928
system time used= 0.155976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19020
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= 2033
involuntary context switches= 3664

runsolver used 0.13098 second user time and 0.25996 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-02 02:21:20
IDJOB=1036642
IDBENCH=53464
IDSOLVER=346
FILE ID=node39/1036642-1214958080
PBS_JOBID= 7870256
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/frb40-19/normalized-frb40-19-2_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-1036642-1214958080/watcher-1036642-1214958080 -o /tmp/evaluation-result-1036642-1214958080/solver-1036642-1214958080 -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-1036642-1214958080.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= eee0cf7e023e298cb2f022136cfaf15d
RANDOM SEED=1450288954

node39.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.267
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.267
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:       1648992 kB
Buffers:         38048 kB
Cached:         305348 kB
SwapCached:       6532 kB
Active:          70776 kB
Inactive:       287304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1648992 kB
SwapTotal:     4192956 kB
SwapFree:      4180236 kB
Dirty:            1632 kB
Writeback:           0 kB
Mapped:          21548 kB
Slab:            34236 kB
Committed_AS:   793448 kB
PageTables:       1720 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= 66544 MiB
End job on node39 at 2008-07-02 02:22:42