Trace number 1060515

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 327.544 330.763

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-18.xml
MD5SUM8eb80aac3e78ff14fab7058db635f260
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.015996
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints306
Maximum constraint arity3
Maximum domain size18
Number of constraints which are defined in extension0
Number of constraints which are defined in intension306
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 01:17:06 2008
0.00/0.05	c 0	PID 5248
0.03/0.05	c 0	HOST node67.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1060515-1215127026.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1060515-1215127026.xml' 'HOME/temp.csp'
0.04/0.36	c 1	2 domains, 35 variables, 2 predicates, 0 relations, 306 constraints
0.04/0.43	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.43	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.39/0.51	c 1	Parsing HOME/temp.csp
0.39/0.60	c 1	parsed 345 expressions
0.39/0.60	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.39/0.60	c 1	Converting to clausal form CSP
0.39/0.62	c 1	converted 35 (10%) expressions
0.39/0.65	c 1	converted 69 (20%) expressions
0.39/0.66	c 1	converted 104 (30%) expressions
0.39/0.67	c 1	converted 138 (40%) expressions
0.39/0.68	c 1	converted 173 (50%) expressions
0.39/0.69	c 1	converted 207 (60%) expressions
0.39/0.70	c 1	converted 242 (70%) expressions
0.39/0.71	c 1	converted 276 (80%) expressions
0.39/0.71	c 1	converted 311 (90%) expressions
0.39/0.78	c 1	converted 345 (100%) expressions
0.39/0.78	c 1	CSP : 35 integers, 0 booleans, 340 clauses, largest domain size 18
0.39/0.78	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.39/0.78	c 1	Propagation in CSP
0.39/0.81	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.39/0.81	c 1	CSP : 35 integers, 0 booleans, 340 clauses, largest domain size 18
0.39/0.81	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.39/0.81	c 1	Simplifing CSP by introducing new Boolean variables
0.39/0.82	c 1	CSP : 35 integers, 612 booleans, 952 clauses, largest domain size 18
0.39/0.82	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.39/0.84	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.39/0.85	c 1	4 (10%) CSP integer variables are encoded (64 clauses, 623 bytes)
0.39/0.85	c 1	7 (20%) CSP integer variables are encoded (112 clauses, 1092 bytes)
0.39/0.86	c 1	11 (30%) CSP integer variables are encoded (176 clauses, 1796 bytes)
0.39/0.86	c 1	14 (40%) CSP integer variables are encoded (224 clauses, 2324 bytes)
0.39/0.86	c 1	18 (50%) CSP integer variables are encoded (288 clauses, 3028 bytes)
0.39/0.86	c 1	21 (60%) CSP integer variables are encoded (333 clauses, 3523 bytes)
0.39/0.86	c 1	25 (70%) CSP integer variables are encoded (393 clauses, 4183 bytes)
0.39/0.86	c 1	28 (80%) CSP integer variables are encoded (438 clauses, 4678 bytes)
0.39/0.86	c 1	32 (90%) CSP integer variables are encoded (498 clauses, 5338 bytes)
0.39/0.86	c 1	35 (100%) CSP integer variables are encoded (543 clauses, 5833 bytes)
0.39/0.88	c 1	96 (10%) CSP clauses are encoded (1727 clauses, 22321 bytes)
0.39/0.89	c 1	191 (20%) CSP clauses are encoded (2910 clauses, 39213 bytes)
0.39/0.89	c 1	286 (30%) CSP clauses are encoded (4076 clauses, 56400 bytes)
0.39/0.90	c 1	381 (40%) CSP clauses are encoded (5242 clauses, 74297 bytes)
0.39/0.90	c 1	476 (50%) CSP clauses are encoded (6413 clauses, 92271 bytes)
0.39/0.91	c 1	572 (60%) CSP clauses are encoded (7533 clauses, 109423 bytes)
0.39/0.91	c 1	667 (70%) CSP clauses are encoded (8636 clauses, 126743 bytes)
0.39/0.92	c 1	762 (80%) CSP clauses are encoded (9739 clauses, 144767 bytes)
0.39/0.93	c 1	857 (90%) CSP clauses are encoded (10858 clauses, 163059 bytes)
0.39/0.95	c 1	952 (100%) CSP clauses are encoded (21385 clauses, 346245 bytes)
0.39/0.95	c 1	952 CSP clauses encoded
0.39/0.95	c 1	Writing map file : HOME/temp.map
0.39/0.96	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.39/0.96	c 1	SAT : 1190 SAT variables, 21385 SAT clauses, 346245 bytes
0.39/0.96	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.89/1.01	c 1	SOLVING HOME/temp.cnf
0.89/1.01	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.89/1.01	c 1	This is MiniSat 2.0 beta
0.89/1.01	c 1	WARNING: for repeatability, setting FPU to use double precision
0.89/1.01	c 1	============================[ Problem Statistics ]=============================
0.89/1.01	c 1	|                                                                             |
0.89/1.01	c 1	|  Number of variables:  1190                                                 |
0.89/1.01	c 1	|  Number of clauses:    21385                                                |
0.89/1.02	c 1	|  Parsing time:         0.01         s                                       |
0.89/1.02	c 1	============================[ Search Statistics ]==============================
0.89/1.02	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.89/1.02	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.89/1.02	c 1	===============================================================================
0.89/1.02	c 1	|         0 |    1190    21385    66162 |     7128        0    nan |  0.000 % |
0.89/1.03	c 1	|       100 |    1190    21385    66162 |     7841      100      9 |  0.000 % |
0.89/1.04	c 1	|       251 |    1190    21385    66162 |     8625      251      9 |  0.000 % |
0.89/1.06	c 1	|       477 |    1190    21385    66162 |     9487      477     15 |  0.000 % |
0.89/1.10	c 1	|       814 |    1190    21385    66162 |    10436      814     18 |  0.001 % |
0.90/1.16	c 1	|      1321 |    1190    21385    66162 |    11480     1321     20 |  0.001 % |
0.90/1.25	c 2	|      2080 |    1190    21385    66162 |    12628     2080     20 |  0.000 % |
0.90/1.34	c 2	|      3219 |    1190    21385    66162 |    13891     3219     20 |  0.000 % |
0.90/1.53	c 2	|      4927 |    1190    21385    66162 |    15280     4927     20 |  0.000 % |
0.90/1.90	c 2	|      7490 |    1190    21385    66162 |    16808     7490     21 |  0.001 % |
2.37/2.56	c 3	|     11334 |    1190    21385    66162 |    18489    11334     22 |  0.001 % |
3.65/3.86	c 4	|     17100 |    1190    21385    66162 |    20337    17100     23 |  0.000 % |
5.34/5.54	c 6	|     25749 |    1190    21385    66162 |    22371    15321     27 |  0.000 % |
7.91/8.12	c 8	|     38724 |    1190    21385    66162 |    24608    16775     26 |  0.001 % |
11.87/12.15	c 12	|     58186 |    1190    21385    66162 |    27069    23080     27 |  0.001 % |
20.09/20.41	c 21	|     87378 |    1190    21385    66162 |    29776    21784     25 |  0.001 % |
34.45/34.97	c 35	|    131167 |    1190    21385    66162 |    32754    15080     29 |  0.000 % |
59.51/60.22	c 61	|    196851 |    1190    21385    66162 |    36029    22349     27 |  0.000 % |
96.07/97.19	c 98	|    295378 |    1190    21385    66162 |    39632    27135     29 |  0.000 % |
150.65/152.28	c 153	|    443168 |    1190    21385    66162 |    43596    15313     26 |  0.001 % |
245.05/247.53	c 248	|    664851 |    1190    21385    66162 |    47955    29518     29 |  0.001 % |
327.37/330.62	c 331	===============================================================================
327.37/330.62	c 331	restarts              : 21
327.37/330.62	c 331	conflicts             : 843208         (2583 /sec)
327.37/330.62	c 331	decisions             : 949430         (0.84 % random) (2908 /sec)
327.37/330.62	c 331	propagations          : 147471957      (451720 /sec)
327.37/330.62	c 331	conflict literals     : 24896582       (18.43 % deleted)
327.37/330.62	c 331	Memory used           : 14.12 MB
327.37/330.62	c 331	CPU time              : 326.467 s
327.37/330.62	c 331	
327.37/330.62	c 331	SATISFIABLE
327.37/330.63	c 331	DECODING HOME/temp.out WITH HOME/temp.map
327.37/330.63	c 331	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
327.41/330.71	c 331	Decoding HOME/temp.out
327.41/330.74	s SATISFIABLE
327.41/330.74	v 9 6 7 12 5 14 2 16 1 17 0 13 3 11 15 4 10 8 2 0 4 6 8 11 13 14 15 16 12 9 7 3 10 5 1
327.41/330.74	c 331	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
327.41/330.76	c 331	CPU 327.38 (0.03 0.01 327.35 0.12)
327.41/330.76	c 331	END Fri Jul  4 01:22:37 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-1060515-1215127026/watcher-1060515-1215127026 -o /tmp/evaluation-result-1060515-1215127026/solver-1060515-1215127026 -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-1060515-1215127026.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.04 1.96 1.91 4/80 5248
/proc/meminfo: memFree=1485880/2055920 swapFree=4181480/4192956
[pid=5248] ppid=5246 vsize=18572 CPUtime=0
/proc/5248/stat : 5248 (runsolver) R 5246 5248 4462 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1991672176 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 271638392103 0 0 4096 24578 0 0 0 17 1 0 0
/proc/5248/statm: 4643 292 257 25 0 2626 0

[startup+0.050611 s]
/proc/loadavg: 2.04 1.96 1.91 4/80 5248
/proc/meminfo: memFree=1485880/2055920 swapFree=4181480/4192956
[pid=5248] ppid=5246 vsize=13600 CPUtime=0.03
/proc/5248/stat : 5248 (sugar) S 5246 5248 4462 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1991672176 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5248/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101572 s]
/proc/loadavg: 2.04 1.96 1.91 4/80 5248
/proc/meminfo: memFree=1485880/2055920 swapFree=4181480/4192956
[pid=5248] ppid=5246 vsize=13600 CPUtime=0.04
/proc/5248/stat : 5248 (sugar) S 5246 5248 4462 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991672176 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5248/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301608 s]
/proc/loadavg: 2.04 1.96 1.91 4/80 5248
/proc/meminfo: memFree=1485880/2055920 swapFree=4181480/4192956
[pid=5248] ppid=5246 vsize=13600 CPUtime=0.04
/proc/5248/stat : 5248 (sugar) S 5246 5248 4462 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991672176 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5248/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702678 s]
/proc/loadavg: 2.04 1.96 1.91 4/80 5248
/proc/meminfo: memFree=1485880/2055920 swapFree=4181480/4192956
[pid=5248] ppid=5246 vsize=13600 CPUtime=0.39
/proc/5248/stat : 5248 (sugar) S 5246 5248 4462 0 -1 4194304 973 4488 0 1 3 1 32 3 15 0 1 0 1991672176 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5248/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 13600

[startup+1.50183 s]
/proc/loadavg: 2.04 1.96 1.91 2/91 5270
/proc/meminfo: memFree=1471776/2055920 swapFree=4181480/4192956
[pid=5248] ppid=5246 vsize=13600 CPUtime=0.9
/proc/5248/stat : 5248 (sugar) S 5246 5248 4462 0 -1 4194304 1031 10969 0 2 3 1 80 6 15 0 1 0 1991672176 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5248/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 13600

[startup+3.10112 s]
/proc/loadavg: 2.04 1.96 1.91 3/83 5272
/proc/meminfo: memFree=1480736/2055920 swapFree=4181480/4192956
[pid=5248] ppid=5246 vsize=13600 CPUtime=0.9
/proc/5248/stat : 5248 (sugar) S 5246 5248 4462 0 -1 4194304 1031 10969 0 2 3 1 80 6 15 0 1 0 1991672176 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5248/statm: 3400 798 370 3 0 500 0
[pid=5271] ppid=5248 vsize=5356 CPUtime=0
/proc/5271/stat : 5271 (sh) S 5248 5248 4462 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991672278 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5271/statm: 1339 232 193 169 0 50 0
[pid=5272] ppid=5271 vsize=4580 CPUtime=2.06
/proc/5272/stat : 5272 (minisat) R 5271 5248 4462 0 -1 4194304 878 0 0 0 206 0 0 0 25 0 1 0 1991672278 4689920 864 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5272/statm: 1145 864 75 150 0 992 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 23536

[startup+6.3027 s]
/proc/loadavg: 2.03 1.96 1.91 3/83 5272
/proc/meminfo: memFree=1478944/2055920 swapFree=4181480/4192956
[pid=5248] ppid=5246 vsize=13600 CPUtime=0.9
/proc/5248/stat : 5248 (sugar) S 5246 5248 4462 0 -1 4194304 1031 10969 0 2 3 1 80 6 16 0 1 0 1991672176 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5248/statm: 3400 798 370 3 0 500 0
[pid=5271] ppid=5248 vsize=5356 CPUtime=0
/proc/5271/stat : 5271 (sh) S 5248 5248 4462 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991672278 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5271/statm: 1339 232 193 169 0 50 0
[pid=5272] ppid=5271 vsize=5672 CPUtime=5.23
/proc/5272/stat : 5272 (minisat) R 5271 5248 4462 0 -1 4194304 1173 0 0 0 523 0 0 0 25 0 1 0 1991672278 5808128 1159 996147200 134512640 135127466 4294956272 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/5272/statm: 1418 1159 75 150 0 1265 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 24628

[startup+12.7019 s]
/proc/loadavg: 2.03 1.96 1.91 3/83 5272
/proc/meminfo: memFree=1477664/2055920 swapFree=4181480/4192956
[pid=5248] ppid=5246 vsize=13600 CPUtime=0.9
/proc/5248/stat : 5248 (sugar) S 5246 5248 4462 0 -1 4194304 1031 10969 0 2 3 1 80 6 16 0 1 0 1991672176 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5248/statm: 3400 798 370 3 0 500 0
[pid=5271] ppid=5248 vsize=5356 CPUtime=0
/proc/5271/stat : 5271 (sh) S 5248 5248 4462 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991672278 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5271/statm: 1339 232 193 169 0 50 0
[pid=5272] ppid=5271 vsize=6732 CPUtime=11.56
/proc/5272/stat : 5272 (minisat) R 5271 5248 4462 0 -1 4194304 1443 0 0 0 1156 0 0 0 25 0 1 0 1991672278 6893568 1429 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5272/statm: 1683 1429 75 150 0 1530 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 25688

[startup+25.5022 s]
/proc/loadavg: 2.02 1.96 1.91 3/83 5272
/proc/meminfo: memFree=1476576/2055920 swapFree=4181480/4192956
[pid=5248] ppid=5246 vsize=13600 CPUtime=0.9
/proc/5248/stat : 5248 (sugar) S 5246 5248 4462 0 -1 4194304 1031 10969 0 2 3 1 80 6 16 0 1 0 1991672176 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5248/statm: 3400 798 370 3 0 500 0
[pid=5271] ppid=5248 vsize=5356 CPUtime=0
/proc/5271/stat : 5271 (sh) S 5248 5248 4462 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991672278 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5271/statm: 1339 232 193 169 0 50 0
[pid=5272] ppid=5271 vsize=7688 CPUtime=24.25
/proc/5272/stat : 5272 (minisat) R 5271 5248 4462 0 -1 4194304 1667 0 0 0 2424 1 0 0 25 0 1 0 1991672278 7872512 1653 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5272/statm: 1922 1653 75 150 0 1769 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 26644

[startup+51.1029 s]
/proc/loadavg: 2.01 1.97 1.91 3/83 5272
/proc/meminfo: memFree=1475360/2055920 swapFree=4181480/4192956
[pid=5248] ppid=5246 vsize=13600 CPUtime=0.9
/proc/5248/stat : 5248 (sugar) S 5246 5248 4462 0 -1 4194304 1031 10969 0 2 3 1 80 6 16 0 1 0 1991672176 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5248/statm: 3400 798 370 3 0 500 0
[pid=5271] ppid=5248 vsize=5356 CPUtime=0
/proc/5271/stat : 5271 (sh) S 5248 5248 4462 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991672278 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5271/statm: 1339 232 193 169 0 50 0
[pid=5272] ppid=5271 vsize=8896 CPUtime=49.6
/proc/5272/stat : 5272 (minisat) R 5271 5248 4462 0 -1 4194304 1975 0 0 0 4959 1 0 0 25 0 1 0 1991672278 9109504 1961 996147200 134512640 135127466 4294956272 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/5272/statm: 2224 1961 75 150 0 2071 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 27852

[startup+102.306 s]
/proc/loadavg: 2.00 1.97 1.91 3/83 5272
/proc/meminfo: memFree=1473504/2055920 swapFree=4181480/4192956
[pid=5248] ppid=5246 vsize=13600 CPUtime=0.9
/proc/5248/stat : 5248 (sugar) S 5246 5248 4462 0 -1 4194304 1031 10969 0 2 3 1 80 6 16 0 1 0 1991672176 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5248/statm: 3400 798 370 3 0 500 0
[pid=5271] ppid=5248 vsize=5356 CPUtime=0
/proc/5271/stat : 5271 (sh) S 5248 5248 4462 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991672278 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5271/statm: 1339 232 193 169 0 50 0
[pid=5272] ppid=5271 vsize=10676 CPUtime=100.32
/proc/5272/stat : 5272 (minisat) R 5271 5248 4462 0 -1 4194304 2409 0 0 0 10030 2 0 0 25 0 1 0 1991672278 10932224 2395 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/5272/statm: 2669 2395 75 150 0 2516 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 29632

[startup+162.301 s]
/proc/loadavg: 2.00 1.97 1.91 3/83 5272
/proc/meminfo: memFree=1472160/2055920 swapFree=4181480/4192956
[pid=5248] ppid=5246 vsize=13600 CPUtime=0.9
/proc/5248/stat : 5248 (sugar) S 5246 5248 4462 0 -1 4194304 1031 10969 0 2 3 1 80 6 16 0 1 0 1991672176 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5248/statm: 3400 798 370 3 0 500 0
[pid=5271] ppid=5248 vsize=5356 CPUtime=0
/proc/5271/stat : 5271 (sh) S 5248 5248 4462 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991672278 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5271/statm: 1339 232 193 169 0 50 0
[pid=5272] ppid=5271 vsize=12092 CPUtime=159.75
/proc/5272/stat : 5272 (minisat) R 5271 5248 4462 0 -1 4194304 2735 0 0 0 15973 2 0 0 25 0 1 0 1991672278 12382208 2721 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/5272/statm: 3023 2721 75 150 0 2870 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 31048

[startup+222.301 s]
/proc/loadavg: 2.00 1.97 1.91 3/83 5272
/proc/meminfo: memFree=1471456/2055920 swapFree=4181480/4192956
[pid=5248] ppid=5246 vsize=13600 CPUtime=0.9
/proc/5248/stat : 5248 (sugar) S 5246 5248 4462 0 -1 4194304 1031 10969 0 2 3 1 80 6 16 0 1 0 1991672176 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5248/statm: 3400 798 370 3 0 500 0
[pid=5271] ppid=5248 vsize=5356 CPUtime=0
/proc/5271/stat : 5271 (sh) S 5248 5248 4462 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991672278 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5271/statm: 1339 232 193 169 0 50 0
[pid=5272] ppid=5271 vsize=12808 CPUtime=219.18
/proc/5272/stat : 5272 (minisat) R 5271 5248 4462 0 -1 4194304 2907 0 0 0 21916 2 0 0 25 0 1 0 1991672278 13115392 2893 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5272/statm: 3202 2893 75 150 0 3049 0
Current children cumulated CPU time (s) 220.08
Current children cumulated vsize (KiB) 31764

[startup+282.301 s]
/proc/loadavg: 2.00 1.97 1.91 3/83 5272
/proc/meminfo: memFree=1470048/2055920 swapFree=4181480/4192956
[pid=5248] ppid=5246 vsize=13600 CPUtime=0.9
/proc/5248/stat : 5248 (sugar) S 5246 5248 4462 0 -1 4194304 1031 10969 0 2 3 1 80 6 16 0 1 0 1991672176 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5248/statm: 3400 798 370 3 0 500 0
[pid=5271] ppid=5248 vsize=5356 CPUtime=0
/proc/5271/stat : 5271 (sh) S 5248 5248 4462 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991672278 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5271/statm: 1339 232 193 169 0 50 0
[pid=5272] ppid=5271 vsize=14180 CPUtime=278.62
/proc/5272/stat : 5272 (minisat) R 5271 5248 4462 0 -1 4194304 3241 0 0 0 27859 3 0 0 25 0 1 0 1991672278 14520320 3227 996147200 134512640 135127466 4294956272 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/5272/statm: 3545 3227 75 150 0 3392 0
Current children cumulated CPU time (s) 279.52
Current children cumulated vsize (KiB) 33136

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

[startup+307.102 s]
/proc/loadavg: 2.00 1.97 1.91 3/83 5272
/proc/meminfo: memFree=1469792/2055920 swapFree=4181480/4192956
[pid=5248] ppid=5246 vsize=13600 CPUtime=0.9
/proc/5248/stat : 5248 (sugar) S 5246 5248 4462 0 -1 4194304 1031 10969 0 2 3 1 80 6 16 0 1 0 1991672176 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5248/statm: 3400 798 370 3 0 500 0
[pid=5271] ppid=5248 vsize=5356 CPUtime=0
/proc/5271/stat : 5271 (sh) S 5248 5248 4462 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991672278 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5271/statm: 1339 232 193 169 0 50 0
[pid=5272] ppid=5271 vsize=14452 CPUtime=303.19
/proc/5272/stat : 5272 (minisat) R 5271 5248 4462 0 -1 4194304 3312 0 0 0 30316 3 0 0 25 0 1 0 1991672278 14798848 3298 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5272/statm: 3613 3298 75 150 0 3460 0
Current children cumulated CPU time (s) 304.09
Current children cumulated vsize (KiB) 33408

[startup+319.902 s]
/proc/loadavg: 2.00 1.97 1.91 3/83 5272
/proc/meminfo: memFree=1469728/2055920 swapFree=4181480/4192956
[pid=5248] ppid=5246 vsize=13600 CPUtime=0.9
/proc/5248/stat : 5248 (sugar) S 5246 5248 4462 0 -1 4194304 1031 10969 0 2 3 1 80 6 16 0 1 0 1991672176 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5248/statm: 3400 798 370 3 0 500 0
[pid=5271] ppid=5248 vsize=5356 CPUtime=0
/proc/5271/stat : 5271 (sh) S 5248 5248 4462 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991672278 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5271/statm: 1339 232 193 169 0 50 0
[pid=5272] ppid=5271 vsize=14452 CPUtime=315.87
/proc/5272/stat : 5272 (minisat) R 5271 5248 4462 0 -1 4194304 3312 0 0 0 31584 3 0 0 25 0 1 0 1991672278 14798848 3298 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5272/statm: 3613 3298 75 150 0 3460 0
Current children cumulated CPU time (s) 316.77
Current children cumulated vsize (KiB) 33408

[startup+326.302 s]
/proc/loadavg: 2.00 1.97 1.91 3/83 5272
/proc/meminfo: memFree=1469728/2055920 swapFree=4181480/4192956
[pid=5248] ppid=5246 vsize=13600 CPUtime=0.9
/proc/5248/stat : 5248 (sugar) S 5246 5248 4462 0 -1 4194304 1031 10969 0 2 3 1 80 6 16 0 1 0 1991672176 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5248/statm: 3400 798 370 3 0 500 0
[pid=5271] ppid=5248 vsize=5356 CPUtime=0
/proc/5271/stat : 5271 (sh) S 5248 5248 4462 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991672278 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5271/statm: 1339 232 193 169 0 50 0
[pid=5272] ppid=5271 vsize=14452 CPUtime=322.21
/proc/5272/stat : 5272 (minisat) R 5271 5248 4462 0 -1 4194304 3313 0 0 0 32218 3 0 0 25 0 1 0 1991672278 14798848 3299 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5272/statm: 3613 3299 75 150 0 3460 0
Current children cumulated CPU time (s) 323.11
Current children cumulated vsize (KiB) 33408

[startup+327.901 s]
/proc/loadavg: 2.00 1.97 1.91 3/83 5272
/proc/meminfo: memFree=1469728/2055920 swapFree=4181480/4192956
[pid=5248] ppid=5246 vsize=13600 CPUtime=0.9
/proc/5248/stat : 5248 (sugar) S 5246 5248 4462 0 -1 4194304 1031 10969 0 2 3 1 80 6 16 0 1 0 1991672176 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5248/statm: 3400 798 370 3 0 500 0
[pid=5271] ppid=5248 vsize=5356 CPUtime=0
/proc/5271/stat : 5271 (sh) S 5248 5248 4462 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991672278 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5271/statm: 1339 232 193 169 0 50 0
[pid=5272] ppid=5271 vsize=14452 CPUtime=323.79
/proc/5272/stat : 5272 (minisat) R 5271 5248 4462 0 -1 4194304 3319 0 0 0 32376 3 0 0 25 0 1 0 1991672278 14798848 3305 996147200 134512640 135127466 4294956272 18446744073709551615 134522614 0 0 4096 3 0 0 0 17 1 0 0
/proc/5272/statm: 3613 3305 75 150 0 3460 0
Current children cumulated CPU time (s) 324.69
Current children cumulated vsize (KiB) 33408

[startup+329.502 s]
/proc/loadavg: 2.00 1.97 1.91 3/83 5272
/proc/meminfo: memFree=1469728/2055920 swapFree=4181480/4192956
[pid=5248] ppid=5246 vsize=13600 CPUtime=0.9
/proc/5248/stat : 5248 (sugar) S 5246 5248 4462 0 -1 4194304 1031 10969 0 2 3 1 80 6 16 0 1 0 1991672176 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5248/statm: 3400 798 370 3 0 500 0
[pid=5271] ppid=5248 vsize=5356 CPUtime=0
/proc/5271/stat : 5271 (sh) S 5248 5248 4462 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991672278 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5271/statm: 1339 232 193 169 0 50 0
[pid=5272] ppid=5271 vsize=14452 CPUtime=325.38
/proc/5272/stat : 5272 (minisat) R 5271 5248 4462 0 -1 4194304 3319 0 0 0 32535 3 0 0 25 0 1 0 1991672278 14798848 3305 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5272/statm: 3613 3305 75 150 0 3460 0
Current children cumulated CPU time (s) 326.28
Current children cumulated vsize (KiB) 33408

[startup+330.303 s]
/proc/loadavg: 2.00 1.97 1.91 3/83 5272
/proc/meminfo: memFree=1469728/2055920 swapFree=4181480/4192956
[pid=5248] ppid=5246 vsize=13600 CPUtime=0.9
/proc/5248/stat : 5248 (sugar) S 5246 5248 4462 0 -1 4194304 1031 10969 0 2 3 1 80 6 16 0 1 0 1991672176 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5248/statm: 3400 798 370 3 0 500 0
[pid=5271] ppid=5248 vsize=5356 CPUtime=0
/proc/5271/stat : 5271 (sh) S 5248 5248 4462 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991672278 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5271/statm: 1339 232 193 169 0 50 0
[pid=5272] ppid=5271 vsize=14452 CPUtime=326.17
/proc/5272/stat : 5272 (minisat) R 5271 5248 4462 0 -1 4194304 3320 0 0 0 32614 3 0 0 25 0 1 0 1991672278 14798848 3306 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5272/statm: 3613 3306 75 150 0 3460 0
Current children cumulated CPU time (s) 327.07
Current children cumulated vsize (KiB) 33408

[startup+330.703 s]
/proc/loadavg: 2.00 1.97 1.91 3/83 5272
/proc/meminfo: memFree=1469728/2055920 swapFree=4181480/4192956
[pid=5248] ppid=5246 vsize=13600 CPUtime=327.41
/proc/5248/stat : 5248 (sugar) S 5246 5248 4462 0 -1 4194304 1070 14584 0 2 3 1 32727 10 17 0 1 0 1991672176 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5248/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 327.41
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 330.763
CPU time (s): 327.544
CPU user time (s): 327.4
CPU system time (s): 0.143978
CPU usage (%): 99.0268
Max. virtual memory (cumulated for all children) (KiB): 887300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 327.4
system time used= 0.143978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19347
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= 1297
involuntary context switches= 8462

runsolver used 0.450931 second user time and 1.06184 second system time

The end

Launcher Data (download as text)

Begin job on node67 at 2008-07-04 01:17:06
IDJOB=1060515
IDBENCH=54459
IDSOLVER=346
FILE ID=node67/1060515-1215127026
PBS_JOBID= 7877231
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/allIntervalSeries/normalized-series-18.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-1060515-1215127026/watcher-1060515-1215127026 -o /tmp/evaluation-result-1060515-1215127026/solver-1060515-1215127026 -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-1060515-1215127026.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8eb80aac3e78ff14fab7058db635f260
RANDOM SEED=939382892

node67.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.281
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.281
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:       1486360 kB
Buffers:         69272 kB
Cached:         390244 kB
SwapCached:       5332 kB
Active:         263028 kB
Inactive:       240428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1486360 kB
SwapTotal:     4192956 kB
SwapFree:      4181480 kB
Dirty:            1312 kB
Writeback:           0 kB
Mapped:          60188 kB
Slab:            51220 kB
Committed_AS:  4815460 kB
PageTables:       1892 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= 66536 MiB
End job on node67 at 2008-07-04 01:22:37