Trace number 1089594

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatUNSAT 1142.45 1145.64

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-15/
normalized-lei450-15b-13.xml
MD5SUM7561c5d831446f5704571e3b734a1238
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.310952
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints8169
Maximum constraint arity2
Maximum domain size13
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8169
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 16:44:09 2008
0.00/0.05	c 0	PID 26246
0.00/0.05	c 0	HOST node67.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1089594-1215269049.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1089594-1215269049.xml' 'HOME/temp.csp'
0.96/1.01	c 1	1 domains, 450 variables, 1 predicates, 0 relations, 8169 constraints
0.96/1.06	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.06	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.98/1.14	c 1	Parsing HOME/temp.csp
0.98/1.45	c 1	parsed 8621 expressions
0.98/1.45	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.98/1.45	c 2	Converting to clausal form CSP
0.98/1.64	c 2	converted 863 (10%) expressions
0.98/1.69	c 2	converted 1725 (20%) expressions
0.98/1.72	c 2	converted 2587 (30%) expressions
0.98/1.74	c 2	converted 3449 (40%) expressions
0.98/1.81	c 2	converted 4311 (50%) expressions
0.98/1.83	c 2	converted 5173 (60%) expressions
0.98/1.86	c 2	converted 6035 (70%) expressions
0.98/1.88	c 2	converted 6897 (80%) expressions
0.98/1.91	c 2	converted 7759 (90%) expressions
0.98/1.98	c 2	converted 8621 (100%) expressions
0.98/1.98	c 2	CSP : 450 integers, 0 booleans, 8169 clauses, largest domain size 13
0.98/1.98	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.98/1.98	c 2	Propagation in CSP
0.98/2.07	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.98/2.07	c 2	CSP : 450 integers, 0 booleans, 8169 clauses, largest domain size 13
0.98/2.07	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.98/2.07	c 2	Simplifing CSP by introducing new Boolean variables
2.09/2.24	c 2	CSP : 450 integers, 16338 booleans, 24507 clauses, largest domain size 13
2.09/2.24	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.18/2.33	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.18/2.36	c 2	45 (10%) CSP integer variables are encoded (495 clauses, 5311 bytes)
2.18/2.36	c 2	90 (20%) CSP integer variables are encoded (990 clauses, 10905 bytes)
2.18/2.37	c 2	135 (30%) CSP integer variables are encoded (1485 clauses, 17340 bytes)
2.18/2.37	c 2	180 (40%) CSP integer variables are encoded (1980 clauses, 23775 bytes)
2.18/2.37	c 2	225 (50%) CSP integer variables are encoded (2475 clauses, 30210 bytes)
2.18/2.37	c 2	270 (60%) CSP integer variables are encoded (2970 clauses, 36645 bytes)
2.18/2.37	c 2	315 (70%) CSP integer variables are encoded (3465 clauses, 43080 bytes)
2.18/2.38	c 2	360 (80%) CSP integer variables are encoded (3960 clauses, 49515 bytes)
2.18/2.38	c 2	405 (90%) CSP integer variables are encoded (4455 clauses, 55950 bytes)
2.18/2.38	c 2	450 (100%) CSP integer variables are encoded (4950 clauses, 62385 bytes)
2.37/2.51	c 3	2451 (10%) CSP clauses are encoded (27009 clauses, 425587 bytes)
2.37/2.58	c 3	4902 (20%) CSP clauses are encoded (49068 clauses, 799175 bytes)
2.48/2.66	c 3	7353 (30%) CSP clauses are encoded (71127 clauses, 1178403 bytes)
2.57/2.74	c 3	9803 (40%) CSP clauses are encoded (93185 clauses, 1591011 bytes)
2.67/2.82	c 3	12254 (50%) CSP clauses are encoded (115244 clauses, 2009315 bytes)
2.67/2.90	c 3	14705 (60%) CSP clauses are encoded (137303 clauses, 2427619 bytes)
2.77/2.98	c 3	17155 (70%) CSP clauses are encoded (159349 clauses, 2845674 bytes)
2.86/3.06	c 3	19606 (80%) CSP clauses are encoded (181408 clauses, 3263978 bytes)
2.97/3.14	c 3	22057 (90%) CSP clauses are encoded (203467 clauses, 3682282 bytes)
3.06/3.22	c 3	24507 (100%) CSP clauses are encoded (225513 clauses, 4100337 bytes)
3.06/3.22	c 3	24507 CSP clauses encoded
3.06/3.22	c 3	Writing map file : HOME/temp.map
3.06/3.24	c 3	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.06/3.24	c 3	SAT : 21738 SAT variables, 225513 SAT clauses, 4100337 bytes
3.06/3.24	c 3	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.06/3.26	c 3	SOLVING HOME/temp.cnf
3.06/3.26	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.06/3.27	c 3	This is MiniSat 2.0 beta
3.06/3.27	c 3	WARNING: for repeatability, setting FPU to use double precision
3.06/3.27	c 3	============================[ Problem Statistics ]=============================
3.06/3.27	c 3	|                                                                             |
3.06/3.27	c 3	|  Number of variables:  21738                                                |
3.06/3.27	c 3	|  Number of clauses:    225513                                               |
3.13/3.40	c 3	|  Parsing time:         0.11         s                                       |
3.13/3.41	c 3	============================[ Search Statistics ]==============================
3.13/3.41	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.13/3.41	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.13/3.41	c 3	===============================================================================
3.13/3.41	c 3	|         0 |   21738   225513   630744 |    75171        0    nan |  0.000 % |
3.13/3.47	c 4	|       101 |   21738   225513   630744 |    82688      101     33 |  0.000 % |
3.13/3.49	c 4	|       251 |   21738   225513   630744 |    90956      251     19 |  0.000 % |
3.13/3.50	c 4	|       476 |   21738   225513   630744 |   100052      476     14 |  0.000 % |
3.13/3.51	c 4	|       813 |   21738   225513   630744 |   110057      813     11 |  0.000 % |
3.13/3.54	c 4	|      1320 |   21738   225513   630744 |   121063     1320     11 |  0.000 % |
3.13/3.57	c 4	|      2079 |   21738   225513   630744 |   133170     2079     10 |  0.000 % |
3.13/3.64	c 4	|      3218 |   21738   225513   630744 |   146487     3218     10 |  0.000 % |
3.13/3.71	c 4	|      4927 |   21738   225513   630744 |   161135     4927     10 |  0.000 % |
3.13/3.87	c 4	|      7490 |   21738   225513   630744 |   177249     7490     10 |  0.000 % |
3.13/4.08	c 4	|     11335 |   21738   225513   630744 |   194974    11335     10 |  0.000 % |
4.53/4.73	c 5	|     17101 |   21738   225513   630744 |   214471    17101     11 |  0.000 % |
5.53/5.74	c 6	|     25751 |   21738   225513   630744 |   235918    25751     11 |  0.000 % |
7.61/7.90	c 8	|     38726 |   21738   225513   630744 |   259510    38726     11 |  0.000 % |
12.36/12.65	c 13	|     58188 |   21738   225513   630744 |   285461    58188     11 |  0.000 % |
23.66/24.03	c 24	|     87380 |   21738   225513   630744 |   314007    87380     11 |  0.000 % |
58.51/59.27	c 59	|    131169 |   21738   225513   630744 |   345408   131169     12 |  0.000 % |
150.96/152.54	c 153	|    196853 |   21738   225513   630744 |   379949   196853     13 |  0.000 % |
309.64/312.48	c 313	|    295379 |   21738   225513   630744 |   417944   295379     13 |  0.000 % |
604.43/607.42	c 607	|    443168 |   21738   225513   630744 |   459738    44460     12 |  0.000 % |
794.55/797.64	c 798	|    664851 |   21736   225407   630480 |   505712   196812     12 |  0.009 % |
1142.20/1145.46	c 1146	===============================================================================
1142.20/1145.46	c 1146	restarts              : 21
1142.20/1145.46	c 1146	conflicts             : 839352         (737 /sec)
1142.20/1145.46	c 1146	decisions             : 963871         (1.98 % random) (846 /sec)
1142.20/1145.46	c 1146	propagations          : 35602609       (31260 /sec)
1142.20/1145.46	c 1146	conflict literals     : 10200768       (9.14 % deleted)
1142.20/1145.46	c 1146	Memory used           : 51.75 MB
1142.20/1145.46	c 1146	CPU time              : 1138.94 s
1142.20/1145.46	c 1146	
1142.20/1145.46	c 1146	UNSATISFIABLE
1142.20/1145.47	c 1146	DECODING HOME/temp.out WITH HOME/temp.map
1142.20/1145.47	c 1146	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1142.28/1145.56	c 1146	Decoding HOME/temp.out
1142.28/1145.61	s UNSATISFIABLE
1142.28/1145.63	c 1146	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1142.28/1145.63	c 1146	CPU 1142.02 (0.04 0.01 1141.98 0.4)
1142.28/1145.63	c 1146	END Sat Jul  5 17:03:15 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1089594-1215269049/watcher-1089594-1215269049 -o /tmp/evaluation-result-1089594-1215269049/solver-1089594-1215269049 -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-1089594-1215269049.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.92 1.98 1.99 4/74 26246
/proc/meminfo: memFree=1583984/2055920 swapFree=4181480/4192956
[pid=26246] ppid=26244 vsize=12268 CPUtime=0
/proc/26246/stat : 26246 (sugar) R 26244 26246 24797 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2005874448 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 271638559333 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/26246/statm: 3067 316 241 3 0 167 0

[startup+0.06074 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 26246
/proc/meminfo: memFree=1583984/2055920 swapFree=4181480/4192956
[pid=26246] ppid=26244 vsize=13600 CPUtime=0.04
/proc/26246/stat : 26246 (sugar) S 26244 26246 24797 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005874448 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26246/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102827 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 26246
/proc/meminfo: memFree=1583984/2055920 swapFree=4181480/4192956
[pid=26246] ppid=26244 vsize=13600 CPUtime=0.04
/proc/26246/stat : 26246 (sugar) S 26244 26246 24797 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005874448 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26246/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302524 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 26246
/proc/meminfo: memFree=1583984/2055920 swapFree=4181480/4192956
[pid=26246] ppid=26244 vsize=13600 CPUtime=0.04
/proc/26246/stat : 26246 (sugar) S 26244 26246 24797 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005874448 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26246/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701604 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 26246
/proc/meminfo: memFree=1583984/2055920 swapFree=4181480/4192956
[pid=26246] ppid=26244 vsize=13600 CPUtime=0.04
/proc/26246/stat : 26246 (sugar) S 26244 26246 24797 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005874448 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26246/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50275 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 26258
/proc/meminfo: memFree=1563224/2055920 swapFree=4181480/4192956
[pid=26246] ppid=26244 vsize=13600 CPUtime=0.98
/proc/26246/stat : 26246 (sugar) S 26244 26246 24797 0 -1 4194304 973 8515 0 1 3 1 89 5 15 0 1 0 2005874448 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26246/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 13600

[startup+3.10104 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 26268
/proc/meminfo: memFree=1561496/2055920 swapFree=4181480/4192956
[pid=26246] ppid=26244 vsize=13600 CPUtime=0.98
/proc/26246/stat : 26246 (sugar) S 26244 26246 24797 0 -1 4194304 974 8515 0 1 3 1 89 5 15 0 1 0 2005874448 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26246/statm: 3400 797 370 3 0 500 0
[pid=26259] ppid=26246 vsize=5356 CPUtime=0
/proc/26259/stat : 26259 (sh) S 26246 26246 24797 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005874555 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26259/statm: 1339 233 193 169 0 50 0
[pid=26260] ppid=26259 vsize=868504 CPUtime=1.99
/proc/26260/stat : 26260 (java) S 26259 26246 24797 0 -1 0 9718 0 1 0 190 9 0 0 18 0 9 0 2005874555 889348096 8800 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26260/statm: 217126 8800 2565 9 0 211673 0
[pid=26260/tid=26261] ppid=26259 vsize=868504 CPUtime=1.28
/proc/26260/task/26261/stat : 26261 (java) R 26259 26246 24797 0 -1 64 2947 0 1 0 124 4 0 0 23 0 9 0 2005874556 889348096 8800 996147200 134512640 134550740 4294955952 18446744073709551615 102064825 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26260/tid=26262] ppid=26259 vsize=868504 CPUtime=0.42
/proc/26260/task/26262/stat : 26262 (java) S 26259 26246 24797 0 -1 64 4589 0 0 0 40 2 0 0 16 0 9 0 2005874557 889348096 8800 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26260/tid=26263] ppid=26259 vsize=868504 CPUtime=0
/proc/26260/task/26263/stat : 26263 (java) S 26259 26246 24797 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2005874557 889348096 8800 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26260/tid=26264] ppid=26259 vsize=868504 CPUtime=0
/proc/26260/task/26264/stat : 26264 (java) S 26259 26246 24797 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2005874557 889348096 8800 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26260/tid=26265] ppid=26259 vsize=868504 CPUtime=0
/proc/26260/task/26265/stat : 26265 (java) S 26259 26246 24797 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005874559 889348096 8800 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26260/tid=26266] ppid=26259 vsize=868504 CPUtime=0.26
/proc/26260/task/26266/stat : 26266 (java) S 26259 26246 24797 0 -1 64 1490 0 0 0 25 1 0 0 16 0 9 0 2005874559 889348096 8800 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26260/tid=26267] ppid=26259 vsize=868504 CPUtime=0
/proc/26260/task/26267/stat : 26267 (java) S 26259 26246 24797 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2005874559 889348096 8800 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26260/tid=26268] ppid=26259 vsize=868504 CPUtime=0
/proc/26260/task/26268/stat : 26268 (java) S 26259 26246 24797 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2005874559 889348096 8800 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 887460

[startup+6.30263 s]
/proc/loadavg: 1.93 1.98 1.99 4/77 26270
/proc/meminfo: memFree=1563032/2055920 swapFree=4181480/4192956
[pid=26246] ppid=26244 vsize=13600 CPUtime=3.13
/proc/26246/stat : 26246 (sugar) S 26244 26246 24797 0 -1 4194304 1034 18553 0 2 3 1 293 16 16 0 1 0 2005874448 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26246/statm: 3400 799 370 3 0 500 0
[pid=26269] ppid=26246 vsize=5356 CPUtime=0
/proc/26269/stat : 26269 (sh) S 26246 26246 24797 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005874775 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26269/statm: 1339 232 193 169 0 50 0
[pid=26270] ppid=26269 vsize=15600 CPUtime=3
/proc/26270/stat : 26270 (minisat) R 26269 26246 24797 0 -1 4194304 3651 0 0 0 297 3 0 0 25 0 1 0 2005874775 15974400 3637 996147200 134512640 135127466 4294956256 18446744073709551615 134522669 0 0 4096 3 0 0 0 17 1 0 0
/proc/26270/statm: 3900 3637 76 150 0 3747 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 34556

[startup+12.7018 s]
/proc/loadavg: 1.93 1.98 1.99 3/77 26270
/proc/meminfo: memFree=1559384/2055920 swapFree=4181480/4192956
[pid=26246] ppid=26244 vsize=13600 CPUtime=3.13
/proc/26246/stat : 26246 (sugar) S 26244 26246 24797 0 -1 4194304 1034 18553 0 2 3 1 293 16 16 0 1 0 2005874448 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26246/statm: 3400 799 370 3 0 500 0
[pid=26269] ppid=26246 vsize=5356 CPUtime=0
/proc/26269/stat : 26269 (sh) S 26246 26246 24797 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005874775 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26269/statm: 1339 232 193 169 0 50 0
[pid=26270] ppid=26269 vsize=18080 CPUtime=9.33
/proc/26270/stat : 26270 (minisat) R 26269 26246 24797 0 -1 4194304 4253 0 0 0 929 4 0 0 25 0 1 0 2005874775 18513920 4239 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26270/statm: 4520 4239 76 150 0 4367 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 37036

[startup+25.5011 s]
/proc/loadavg: 1.95 1.98 1.99 3/77 26270
/proc/meminfo: memFree=1555160/2055920 swapFree=4181480/4192956
[pid=26246] ppid=26244 vsize=13600 CPUtime=3.13
/proc/26246/stat : 26246 (sugar) S 26244 26246 24797 0 -1 4194304 1034 18553 0 2 3 1 293 16 16 0 1 0 2005874448 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26246/statm: 3400 799 370 3 0 500 0
[pid=26269] ppid=26246 vsize=5356 CPUtime=0
/proc/26269/stat : 26269 (sh) S 26246 26246 24797 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005874775 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26269/statm: 1339 232 193 169 0 50 0
[pid=26270] ppid=26269 vsize=20656 CPUtime=22.01
/proc/26270/stat : 26270 (minisat) R 26269 26246 24797 0 -1 4194304 4911 0 0 0 2196 5 0 0 25 0 1 0 2005874775 21151744 4897 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26270/statm: 5164 4897 76 150 0 5011 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 39612

[startup+51.1018 s]
/proc/loadavg: 1.96 1.98 1.99 3/77 26270
/proc/meminfo: memFree=1550168/2055920 swapFree=4181480/4192956
[pid=26246] ppid=26244 vsize=13600 CPUtime=3.13
/proc/26246/stat : 26246 (sugar) S 26244 26246 24797 0 -1 4194304 1034 18553 0 2 3 1 293 16 16 0 1 0 2005874448 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26246/statm: 3400 799 370 3 0 500 0
[pid=26269] ppid=26246 vsize=5356 CPUtime=0
/proc/26269/stat : 26269 (sh) S 26246 26246 24797 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005874775 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26269/statm: 1339 232 193 169 0 50 0
[pid=26270] ppid=26269 vsize=23516 CPUtime=47.36
/proc/26270/stat : 26270 (minisat) R 26269 26246 24797 0 -1 4194304 5602 0 0 0 4730 6 0 0 25 0 1 0 2005874775 24080384 5588 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26270/statm: 5879 5588 76 150 0 5726 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 42472

[startup+102.306 s]
/proc/loadavg: 1.92 1.97 1.99 3/75 26325
/proc/meminfo: memFree=1652136/2055920 swapFree=4181480/4192956
[pid=26246] ppid=26244 vsize=13600 CPUtime=3.13
/proc/26246/stat : 26246 (sugar) S 26244 26246 24797 0 -1 4194304 1034 18553 0 2 3 1 293 16 16 0 1 0 2005874448 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26246/statm: 3400 799 370 3 0 500 0
[pid=26269] ppid=26246 vsize=5356 CPUtime=0
/proc/26269/stat : 26269 (sh) S 26246 26246 24797 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005874775 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26269/statm: 1339 232 193 169 0 50 0
[pid=26270] ppid=26269 vsize=27664 CPUtime=98.11
/proc/26270/stat : 26270 (minisat) R 26269 26246 24797 0 -1 4194304 6565 0 0 0 9803 8 0 0 25 0 1 0 2005874775 28327936 6551 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/26270/statm: 6916 6551 76 150 0 6763 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 46620

[startup+162.301 s]
/proc/loadavg: 1.97 1.97 1.99 3/75 26325
/proc/meminfo: memFree=1647976/2055920 swapFree=4181480/4192956
[pid=26246] ppid=26244 vsize=13600 CPUtime=3.13
/proc/26246/stat : 26246 (sugar) S 26244 26246 24797 0 -1 4194304 1034 18553 0 2 3 1 293 16 16 0 1 0 2005874448 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26246/statm: 3400 799 370 3 0 500 0
[pid=26269] ppid=26246 vsize=5356 CPUtime=0
/proc/26269/stat : 26269 (sh) S 26246 26246 24797 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005874775 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26269/statm: 1339 232 193 169 0 50 0
[pid=26270] ppid=26269 vsize=31384 CPUtime=157.53
/proc/26270/stat : 26270 (minisat) R 26269 26246 24797 0 -1 4194304 7510 0 0 0 15744 9 0 0 25 0 1 0 2005874775 32137216 7496 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26270/statm: 7846 7496 76 150 0 7693 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 50340

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 26325
/proc/meminfo: memFree=1644456/2055920 swapFree=4181480/4192956
[pid=26246] ppid=26244 vsize=13600 CPUtime=3.13
/proc/26246/stat : 26246 (sugar) S 26244 26246 24797 0 -1 4194304 1034 18553 0 2 3 1 293 16 16 0 1 0 2005874448 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26246/statm: 3400 799 370 3 0 500 0
[pid=26269] ppid=26246 vsize=5356 CPUtime=0
/proc/26269/stat : 26269 (sh) S 26246 26246 24797 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005874775 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26269/statm: 1339 232 193 169 0 50 0
[pid=26270] ppid=26269 vsize=35044 CPUtime=216.96
/proc/26270/stat : 26270 (minisat) R 26269 26246 24797 0 -1 4194304 8356 0 0 0 21686 10 0 0 25 0 1 0 2005874775 35885056 8342 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26270/statm: 8761 8342 76 150 0 8608 0
Current children cumulated CPU time (s) 220.09
Current children cumulated vsize (KiB) 54000

################
# More data... #
################


[startup+942.302 s]
/proc/loadavg: 2.02 2.06 2.01 3/84 26570
/proc/meminfo: memFree=1599768/2055920 swapFree=4181480/4192956
[pid=26246] ppid=26244 vsize=13600 CPUtime=3.13
/proc/26246/stat : 26246 (sugar) S 26244 26246 24797 0 -1 4194304 1034 18553 0 2 3 1 293 16 16 0 1 0 2005874448 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26246/statm: 3400 799 370 3 0 500 0
[pid=26269] ppid=26246 vsize=5356 CPUtime=0
/proc/26269/stat : 26269 (sh) S 26246 26246 24797 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005874775 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26269/statm: 1339 232 193 169 0 50 0
[pid=26270] ppid=26269 vsize=51344 CPUtime=936.06
/proc/26270/stat : 26270 (minisat) R 26269 26246 24797 0 -1 4194304 12230 0 0 0 93587 19 0 0 25 0 1 0 2005874775 52576256 12216 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26270/statm: 12836 12216 76 150 0 12683 0
Current children cumulated CPU time (s) 939.19
Current children cumulated vsize (KiB) 70300

[startup+1002.3 s]
/proc/loadavg: 2.00 2.05 2.01 3/84 26570
/proc/meminfo: memFree=1597656/2055920 swapFree=4181480/4192956
[pid=26246] ppid=26244 vsize=13600 CPUtime=3.13
/proc/26246/stat : 26246 (sugar) S 26244 26246 24797 0 -1 4194304 1034 18553 0 2 3 1 293 16 16 0 1 0 2005874448 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26246/statm: 3400 799 370 3 0 500 0
[pid=26269] ppid=26246 vsize=5356 CPUtime=0
/proc/26269/stat : 26269 (sh) S 26246 26246 24797 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005874775 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26269/statm: 1339 232 193 169 0 50 0
[pid=26270] ppid=26269 vsize=52076 CPUtime=996.03
/proc/26270/stat : 26270 (minisat) R 26269 26246 24797 0 -1 4194304 12386 0 0 0 99584 19 0 0 25 0 1 0 2005874775 53325824 12372 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26270/statm: 13019 12372 76 150 0 12866 0
Current children cumulated CPU time (s) 999.16
Current children cumulated vsize (KiB) 71032

[startup+1062.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/84 26576
/proc/meminfo: memFree=1597144/2055920 swapFree=4181480/4192956
[pid=26246] ppid=26244 vsize=13600 CPUtime=3.13
/proc/26246/stat : 26246 (sugar) S 26244 26246 24797 0 -1 4194304 1034 18553 0 2 3 1 293 16 16 0 1 0 2005874448 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26246/statm: 3400 799 370 3 0 500 0
[pid=26269] ppid=26246 vsize=5356 CPUtime=0
/proc/26269/stat : 26269 (sh) S 26246 26246 24797 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005874775 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26269/statm: 1339 232 193 169 0 50 0
[pid=26270] ppid=26269 vsize=52332 CPUtime=1056
/proc/26270/stat : 26270 (minisat) R 26269 26246 24797 0 -1 4194304 12457 0 0 0 105580 20 0 0 25 0 1 0 2005874775 53587968 12443 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26270/statm: 13083 12443 76 150 0 12930 0
Current children cumulated CPU time (s) 1059.13
Current children cumulated vsize (KiB) 71288

[startup+1122.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 26576
/proc/meminfo: memFree=1596440/2055920 swapFree=4181480/4192956
[pid=26246] ppid=26244 vsize=13600 CPUtime=3.13
/proc/26246/stat : 26246 (sugar) S 26244 26246 24797 0 -1 4194304 1034 18553 0 2 3 1 293 16 16 0 1 0 2005874448 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26246/statm: 3400 799 370 3 0 500 0
[pid=26269] ppid=26246 vsize=5356 CPUtime=0
/proc/26269/stat : 26269 (sh) S 26246 26246 24797 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005874775 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26269/statm: 1339 232 193 169 0 50 0
[pid=26270] ppid=26269 vsize=52988 CPUtime=1115.98
/proc/26270/stat : 26270 (minisat) R 26269 26246 24797 0 -1 4194304 12625 0 0 0 111578 20 0 0 25 0 1 0 2005874775 54259712 12611 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26270/statm: 13247 12611 76 150 0 13094 0
Current children cumulated CPU time (s) 1119.11
Current children cumulated vsize (KiB) 71944

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

[startup+1126.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 26576
/proc/meminfo: memFree=1596440/2055920 swapFree=4181480/4192956
[pid=26246] ppid=26244 vsize=13600 CPUtime=3.13
/proc/26246/stat : 26246 (sugar) S 26244 26246 24797 0 -1 4194304 1034 18553 0 2 3 1 293 16 16 0 1 0 2005874448 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26246/statm: 3400 799 370 3 0 500 0
[pid=26269] ppid=26246 vsize=5356 CPUtime=0
/proc/26269/stat : 26269 (sh) S 26246 26246 24797 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005874775 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26269/statm: 1339 232 193 169 0 50 0
[pid=26270] ppid=26269 vsize=52988 CPUtime=1119.98
/proc/26270/stat : 26270 (minisat) R 26269 26246 24797 0 -1 4194304 12625 0 0 0 111978 20 0 0 25 0 1 0 2005874775 54259712 12611 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/26270/statm: 13247 12611 76 150 0 13094 0
Current children cumulated CPU time (s) 1123.11
Current children cumulated vsize (KiB) 71944

[startup+1139.1 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 26576
/proc/meminfo: memFree=1596440/2055920 swapFree=4181480/4192956
[pid=26246] ppid=26244 vsize=13600 CPUtime=3.13
/proc/26246/stat : 26246 (sugar) S 26244 26246 24797 0 -1 4194304 1034 18553 0 2 3 1 293 16 16 0 1 0 2005874448 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26246/statm: 3400 799 370 3 0 500 0
[pid=26269] ppid=26246 vsize=5356 CPUtime=0
/proc/26269/stat : 26269 (sh) S 26246 26246 24797 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005874775 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26269/statm: 1339 232 193 169 0 50 0
[pid=26270] ppid=26269 vsize=52988 CPUtime=1132.77
/proc/26270/stat : 26270 (minisat) R 26269 26246 24797 0 -1 4194304 12629 0 0 0 113257 20 0 0 25 0 1 0 2005874775 54259712 12615 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26270/statm: 13247 12615 76 150 0 13094 0
Current children cumulated CPU time (s) 1135.9
Current children cumulated vsize (KiB) 71944

[startup+1142.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 26576
/proc/meminfo: memFree=1596440/2055920 swapFree=4181480/4192956
[pid=26246] ppid=26244 vsize=13600 CPUtime=3.13
/proc/26246/stat : 26246 (sugar) S 26244 26246 24797 0 -1 4194304 1034 18553 0 2 3 1 293 16 16 0 1 0 2005874448 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26246/statm: 3400 799 370 3 0 500 0
[pid=26269] ppid=26246 vsize=5356 CPUtime=0
/proc/26269/stat : 26269 (sh) S 26246 26246 24797 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005874775 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26269/statm: 1339 232 193 169 0 50 0
[pid=26270] ppid=26269 vsize=52988 CPUtime=1135.97
/proc/26270/stat : 26270 (minisat) R 26269 26246 24797 0 -1 4194304 12629 0 0 0 113577 20 0 0 25 0 1 0 2005874775 54259712 12615 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26270/statm: 13247 12615 76 150 0 13094 0
Current children cumulated CPU time (s) 1139.1
Current children cumulated vsize (KiB) 71944

[startup+1143.9 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 26576
/proc/meminfo: memFree=1596440/2055920 swapFree=4181480/4192956
[pid=26246] ppid=26244 vsize=13600 CPUtime=3.13
/proc/26246/stat : 26246 (sugar) S 26244 26246 24797 0 -1 4194304 1034 18553 0 2 3 1 293 16 16 0 1 0 2005874448 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26246/statm: 3400 799 370 3 0 500 0
[pid=26269] ppid=26246 vsize=5356 CPUtime=0
/proc/26269/stat : 26269 (sh) S 26246 26246 24797 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005874775 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26269/statm: 1339 232 193 169 0 50 0
[pid=26270] ppid=26269 vsize=52988 CPUtime=1137.58
/proc/26270/stat : 26270 (minisat) R 26269 26246 24797 0 -1 4194304 12629 0 0 0 113738 20 0 0 25 0 1 0 2005874775 54259712 12615 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26270/statm: 13247 12615 76 150 0 13094 0
Current children cumulated CPU time (s) 1140.71
Current children cumulated vsize (KiB) 71944

[startup+1144.7 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 26576
/proc/meminfo: memFree=1596440/2055920 swapFree=4181480/4192956
[pid=26246] ppid=26244 vsize=13600 CPUtime=3.13
/proc/26246/stat : 26246 (sugar) S 26244 26246 24797 0 -1 4194304 1034 18553 0 2 3 1 293 16 16 0 1 0 2005874448 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26246/statm: 3400 799 370 3 0 500 0
[pid=26269] ppid=26246 vsize=5356 CPUtime=0
/proc/26269/stat : 26269 (sh) S 26246 26246 24797 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005874775 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26269/statm: 1339 232 193 169 0 50 0
[pid=26270] ppid=26269 vsize=52988 CPUtime=1138.37
/proc/26270/stat : 26270 (minisat) R 26269 26246 24797 0 -1 4194304 12629 0 0 0 113817 20 0 0 25 0 1 0 2005874775 54259712 12615 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/26270/statm: 13247 12615 76 150 0 13094 0
Current children cumulated CPU time (s) 1141.5
Current children cumulated vsize (KiB) 71944

[startup+1145.11 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 26576
/proc/meminfo: memFree=1596440/2055920 swapFree=4181480/4192956
[pid=26246] ppid=26244 vsize=13600 CPUtime=3.13
/proc/26246/stat : 26246 (sugar) S 26244 26246 24797 0 -1 4194304 1034 18553 0 2 3 1 293 16 16 0 1 0 2005874448 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26246/statm: 3400 799 370 3 0 500 0
[pid=26269] ppid=26246 vsize=5356 CPUtime=0
/proc/26269/stat : 26269 (sh) S 26246 26246 24797 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005874775 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26269/statm: 1339 232 193 169 0 50 0
[pid=26270] ppid=26269 vsize=52988 CPUtime=1138.77
/proc/26270/stat : 26270 (minisat) R 26269 26246 24797 0 -1 4194304 12629 0 0 0 113857 20 0 0 25 0 1 0 2005874775 54259712 12615 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26270/statm: 13247 12615 76 150 0 13094 0
Current children cumulated CPU time (s) 1141.9
Current children cumulated vsize (KiB) 71944

[startup+1145.5 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 26576
/proc/meminfo: memFree=1596440/2055920 swapFree=4181480/4192956
[pid=26246] ppid=26244 vsize=13600 CPUtime=1142.28
/proc/26246/stat : 26246 (sugar) S 26244 26246 24797 0 -1 4194304 1072 31476 0 2 3 1 114187 37 17 0 1 0 2005874448 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26246/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 1142.28
Current children cumulated vsize (KiB) 13600

[startup+1145.6 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 26576
/proc/meminfo: memFree=1596440/2055920 swapFree=4181480/4192956
[pid=26246] ppid=26244 vsize=13600 CPUtime=1142.28
/proc/26246/stat : 26246 (sugar) S 26244 26246 24797 0 -1 4194304 1090 31476 0 2 3 1 114187 37 16 0 1 0 2005874448 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26246/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 1142.28
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1145.64
CPU time (s): 1142.45
CPU user time (s): 1142.03
CPU system time (s): 0.421935
CPU usage (%): 99.7216
Max. virtual memory (cumulated for all children) (KiB): 887536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1142.03
system time used= 0.421935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36432
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= 3191
involuntary context switches= 11907

runsolver used 1.37079 second user time and 3.85141 second system time

The end

Launcher Data (download as text)

Begin job on node67 at 2008-07-05 16:44:09
IDJOB=1089594
IDBENCH=58291
IDSOLVER=346
FILE ID=node67/1089594-1215269049
PBS_JOBID= 7882112
Free space on /tmp= 66428 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-15/normalized-lei450-15b-13.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-1089594-1215269049/watcher-1089594-1215269049 -o /tmp/evaluation-result-1089594-1215269049/solver-1089594-1215269049 -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-1089594-1215269049.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7561c5d831446f5704571e3b734a1238
RANDOM SEED=1698097570

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:       1584464 kB
Buffers:         58152 kB
Cached:         235944 kB
SwapCached:       5376 kB
Active:         284428 kB
Inactive:       124736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1584464 kB
SwapTotal:     4192956 kB
SwapFree:      4181480 kB
Dirty:            2252 kB
Writeback:           0 kB
Mapped:         122156 kB
Slab:            47408 kB
Committed_AS:  4264108 kB
PageTables:       2060 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= 66428 MiB
End job on node67 at 2008-07-05 17:03:15