Trace number 2085118

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.14.6+minisatUNSAT 787.592 793.274

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-15/
normalized-lei450-15c-13.xml
MD5SUM2e2238613188c0f9e19f75fabae3049a
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.597908
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints16680
Maximum constraint arity2
Maximum domain size13
Number of constraints which are defined in extension0
Number of constraints which are defined in intension16680
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 08:44:54 2009
0.00/0.08	c 0	PID 23128
0.07/0.08	c 0	HOST node48.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2085118-1247381094.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2085118-1247381094.xml' 'HOME/temp.csp'
1.26/1.40	c 2	1 domains, 450 variables, 1 predicates, 0 relations, 16680 constraints
1.36/1.44	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.36/1.44	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.37/1.53	c 2	Parsing HOME/temp.csp
1.37/1.68	c 2	parsed 10000 expressions
1.37/1.73	c 2	parsed 17132 expressions
1.37/1.74	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.37/1.74	c 2	Converting to clausal form CSP
1.37/2.06	c 2	converted 1714 (10%) expressions
2.00/2.13	c 2	converted 3427 (20%) expressions
2.09/2.24	c 3	converted 5140 (30%) expressions
2.20/2.30	c 3	converted 6853 (40%) expressions
2.20/2.36	c 3	converted 8566 (50%) expressions
2.29/2.42	c 3	converted 10280 (60%) expressions
2.29/2.47	c 3	converted 11993 (70%) expressions
2.50/2.61	c 3	converted 13706 (80%) expressions
2.50/2.67	c 3	converted 15419 (90%) expressions
2.59/2.73	c 3	converted 17132 (100%) expressions
2.59/2.73	c 3	CSP : 450 integers, 0 booleans, 16680 clauses, largest domain size 13
2.59/2.73	c 3	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.59/2.73	c 3	Propagation in CSP
2.69/2.82	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.69/2.82	c 3	CSP : 450 integers, 0 booleans, 16680 clauses, largest domain size 13
2.69/2.82	c 3	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.69/2.83	c 3	Simplifing CSP by introducing new Boolean variables
2.98/3.16	c 3	CSP : 450 integers, 33360 booleans, 50040 clauses, largest domain size 13
2.98/3.16	c 3	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.18/3.31	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.18/3.34	c 4	45 (10%) CSP integer variables are encoded (495 clauses, 5311 bytes)
3.18/3.34	c 4	90 (20%) CSP integer variables are encoded (990 clauses, 10905 bytes)
3.18/3.35	c 4	135 (30%) CSP integer variables are encoded (1485 clauses, 17340 bytes)
3.18/3.35	c 4	180 (40%) CSP integer variables are encoded (1980 clauses, 23775 bytes)
3.18/3.35	c 4	225 (50%) CSP integer variables are encoded (2475 clauses, 30210 bytes)
3.18/3.35	c 4	270 (60%) CSP integer variables are encoded (2970 clauses, 36645 bytes)
3.18/3.35	c 4	315 (70%) CSP integer variables are encoded (3465 clauses, 43080 bytes)
3.18/3.35	c 4	360 (80%) CSP integer variables are encoded (3960 clauses, 49515 bytes)
3.18/3.35	c 4	405 (90%) CSP integer variables are encoded (4455 clauses, 55950 bytes)
3.18/3.36	c 4	450 (100%) CSP integer variables are encoded (4950 clauses, 62385 bytes)
3.38/3.51	c 4	5004 (10%) CSP clauses are encoded (49986 clauses, 807987 bytes)
3.47/3.61	c 4	10008 (20%) CSP clauses are encoded (95022 clauses, 1599285 bytes)
3.57/3.71	c 4	15012 (30%) CSP clauses are encoded (140058 clauses, 2410989 bytes)
3.67/3.81	c 4	20016 (40%) CSP clauses are encoded (185094 clauses, 3248499 bytes)
3.76/3.92	c 4	25020 (50%) CSP clauses are encoded (230130 clauses, 4102515 bytes)
3.87/4.02	c 4	30024 (60%) CSP clauses are encoded (275166 clauses, 4956531 bytes)
3.97/4.12	c 4	35028 (70%) CSP clauses are encoded (320202 clauses, 5810547 bytes)
4.06/4.23	c 5	40032 (80%) CSP clauses are encoded (365238 clauses, 6664563 bytes)
4.17/4.33	c 5	45036 (90%) CSP clauses are encoded (410274 clauses, 7518579 bytes)
4.26/4.43	c 5	50040 (100%) CSP clauses are encoded (455310 clauses, 8372595 bytes)
4.26/4.43	c 5	50040 CSP clauses encoded
4.26/4.43	c 5	Writing map file : HOME/temp.map
4.26/4.45	c 5	Heap : 16 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.26/4.45	c 5	SAT : 38760 SAT variables, 455310 SAT clauses, 8372595 bytes
4.26/4.45	c 5	Heap : 16 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.31/4.51	c 5	SOLVING HOME/temp.cnf
4.31/4.51	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.31/4.52	c 5	This is MiniSat 2.0 beta
4.31/4.52	c 5	WARNING: for repeatability, setting FPU to use double precision
4.31/4.52	c 5	============================[ Problem Statistics ]=============================
4.31/4.52	c 5	|                                                                             |
4.31/4.52	c 5	|  Number of variables:  38760                                                |
4.31/4.52	c 5	|  Number of clauses:    455310                                               |
4.35/4.77	c 5	|  Parsing time:         0.21         s                                       |
4.35/4.79	c 5	============================[ Search Statistics ]==============================
4.35/4.79	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.35/4.79	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.35/4.79	c 5	===============================================================================
4.35/4.79	c 5	|         0 |   38760   455310  1277580 |   151770        0    nan |  0.000 % |
4.35/4.98	c 5	|       101 |   38760   455310  1277580 |   166947      101     35 |  0.000 % |
4.35/4.99	c 5	|       251 |   38760   455310  1277580 |   183641      251     21 |  0.000 % |
4.35/5.01	c 5	|       476 |   38760   455310  1277580 |   202005      476     15 |  0.000 % |
4.35/5.03	c 5	|       813 |   38760   455310  1277580 |   222206      813     12 |  0.000 % |
4.35/5.06	c 5	|      1319 |   38760   455310  1277580 |   244427     1319     10 |  0.000 % |
4.35/5.10	c 5	|      2078 |   38760   455310  1277580 |   268869     2078     10 |  0.000 % |
4.35/5.16	c 5	|      3217 |   38760   455310  1277580 |   295756     3217     10 |  0.000 % |
4.35/5.26	c 6	|      4926 |   38760   455310  1277580 |   325332     4926     10 |  0.000 % |
5.21/5.47	c 6	|      7490 |   38760   455310  1277580 |   357865     7490     10 |  0.000 % |
5.70/5.90	c 6	|     11335 |   38760   455310  1277580 |   393652    11335     11 |  0.000 % |
6.20/6.43	c 7	|     17101 |   38760   455310  1277580 |   433017    17101     12 |  0.000 % |
7.48/7.78	c 8	|     25751 |   38760   455310  1277580 |   476319    25751     12 |  0.000 % |
9.16/9.49	c 10	|     38727 |   38760   455310  1277580 |   523951    38727     12 |  0.000 % |
18.68/19.03	c 19	|     58188 |   38760   455310  1277580 |   576346    58188     13 |  0.000 % |
30.76/31.27	c 32	|     87380 |   38760   455310  1277580 |   633980    87380     13 |  0.000 % |
63.23/64.10	c 64	|    131169 |   38760   455310  1277580 |   697379   131169     12 |  0.000 % |
145.05/146.66	c 147	|    196854 |   38760   455310  1277580 |   767116   196854     13 |  0.000 % |
312.78/316.22	c 317	|    295380 |   38758   455132  1277136 |   843828   240960     12 |  0.005 % |
669.38/675.08	c 675	|    443169 |   38750   454632  1275792 |   928211   278389     12 |  0.036 % |
787.33/793.04	c 793	===============================================================================
787.33/793.04	c 793	restarts              : 20
787.33/793.04	c 793	conflicts             : 481758         (615 /sec)
787.33/793.04	c 793	decisions             : 555504         (2.00 % random) (710 /sec)
787.33/793.04	c 793	propagations          : 20930063       (26735 /sec)
787.33/793.04	c 793	conflict literals     : 5611988        (11.24 % deleted)
787.33/793.04	c 793	Memory used           : 55.82 MB
787.33/793.04	c 793	CPU time              : 782.867 s
787.33/793.04	c 793	
787.33/793.04	c 793	UNSATISFIABLE
787.33/793.05	c 793	DECODING HOME/temp.out WITH HOME/temp.map
787.33/793.05	c 793	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
787.39/793.13	c 793	Decoding HOME/temp.out
787.39/793.20	s UNSATISFIABLE
787.39/793.23	c 794	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
787.39/793.27	c 794	CPU 787.57 (0.07 0.01 787.04 0.45)
787.39/793.27	c 794	END Sun Jul 12 08:58:08 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2085118-1247381094/watcher-2085118-1247381094 -o /tmp/evaluation-result-2085118-1247381094/solver-2085118-1247381094 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2085118-1247381094.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 23128
/proc/meminfo: memFree=1753768/2055920 swapFree=4192812/4192956
[pid=23128] ppid=23126 vsize=4708 CPUtime=0
/proc/23128/stat : 23128 (sugar) R 23126 23128 22904 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 25173585 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 255536987909 0 0 4096 0 0 0 0 17 1 0 0
/proc/23128/statm: 1177 43 33 3 0 8 0

[startup+0.0822829 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 23128
/proc/meminfo: memFree=1753768/2055920 swapFree=4192812/4192956
[pid=23128] ppid=23126 vsize=16740 CPUtime=0.07
/proc/23128/stat : 23128 (sugar) S 23126 23128 22904 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 25173585 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23128/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101836 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 23128
/proc/meminfo: memFree=1753768/2055920 swapFree=4192812/4192956
[pid=23128] ppid=23126 vsize=16868 CPUtime=0.07
/proc/23128/stat : 23128 (sugar) S 23126 23128 22904 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25173585 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23128/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301847 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 23128
/proc/meminfo: memFree=1753768/2055920 swapFree=4192812/4192956
[pid=23128] ppid=23126 vsize=16868 CPUtime=0.07
/proc/23128/stat : 23128 (sugar) S 23126 23128 22904 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25173585 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23128/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701892 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 23128
/proc/meminfo: memFree=1753768/2055920 swapFree=4192812/4192956
[pid=23128] ppid=23126 vsize=16868 CPUtime=0.07
/proc/23128/stat : 23128 (sugar) S 23126 23128 22904 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25173585 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23128/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50297 s]
/proc/loadavg: 1.92 1.98 1.99 3/95 23140
/proc/meminfo: memFree=1728720/2055920 swapFree=4192812/4192956
[pid=23128] ppid=23126 vsize=16868 CPUtime=1.37
/proc/23128/stat : 23128 (sugar) S 23126 23128 22904 0 -1 4194304 1292 11831 0 1 6 1 121 9 16 0 1 0 25173585 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23128/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 16868

[startup+3.10111 s]
/proc/loadavg: 1.92 1.98 1.99 4/95 23150
/proc/meminfo: memFree=1732816/2055920 swapFree=4192812/4192956
[pid=23128] ppid=23126 vsize=16868 CPUtime=1.37
/proc/23128/stat : 23128 (sugar) S 23126 23128 22904 0 -1 4194304 1310 11831 0 1 6 1 121 9 16 0 1 0 25173585 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23128/statm: 4217 1111 409 3 0 796 0
[pid=23141] ppid=23128 vsize=5356 CPUtime=0
/proc/23141/stat : 23141 (sh) S 23128 23128 22904 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25173730 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23141/statm: 1339 233 193 169 0 50 0
[pid=23142] ppid=23141 vsize=868564 CPUtime=1.61
/proc/23142/stat : 23142 (java) S 23141 23128 22904 0 -1 0 12376 0 1 0 153 8 0 0 18 0 9 0 25173731 889409536 11219 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23142/statm: 217141 11219 2566 9 0 211646 0
[pid=23142/tid=23143] ppid=23141 vsize=868564 CPUtime=0.84
/proc/23142/task/23143/stat : 23143 (java) R 23141 23128 22904 0 -1 64 2865 0 1 0 82 2 0 0 25 0 9 0 25173731 889409536 11219 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23142/tid=23144] ppid=23141 vsize=868564 CPUtime=0.57
/proc/23142/task/23144/stat : 23144 (java) S 23141 23128 22904 0 -1 64 7326 0 0 0 53 4 0 0 16 0 9 0 25173733 889409536 11219 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23142/tid=23145] ppid=23141 vsize=868564 CPUtime=0
/proc/23142/task/23145/stat : 23145 (java) S 23141 23128 22904 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25173733 889409536 11219 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23142/tid=23146] ppid=23141 vsize=868564 CPUtime=0
/proc/23142/task/23146/stat : 23146 (java) R 23141 23128 22904 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25173733 889409536 11219 996147200 134512640 134550932 4294955936 18446744073709551615 4599087 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23142/tid=23147] ppid=23141 vsize=868564 CPUtime=0
/proc/23142/task/23147/stat : 23147 (java) S 23141 23128 22904 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25173735 889409536 11219 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23142/tid=23148] ppid=23141 vsize=868564 CPUtime=0.17
/proc/23142/task/23148/stat : 23148 (java) S 23141 23128 22904 0 -1 64 1487 0 0 0 17 0 0 0 16 0 9 0 25173735 889409536 11219 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23142/tid=23149] ppid=23141 vsize=868564 CPUtime=0
/proc/23142/task/23149/stat : 23149 (java) S 23141 23128 22904 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25173735 889409536 11219 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23142/tid=23150] ppid=23141 vsize=868564 CPUtime=0
/proc/23142/task/23150/stat : 23150 (java) S 23141 23128 22904 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25173735 889409536 11219 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890788

[startup+6.30141 s]
/proc/loadavg: 2.01 2.00 2.00 3/87 23152
/proc/meminfo: memFree=1718224/2055920 swapFree=4192812/4192956
[pid=23128] ppid=23126 vsize=16868 CPUtime=4.35
/proc/23128/stat : 23128 (sugar) S 23126 23128 22904 0 -1 4194304 1376 25802 0 2 7 1 402 25 15 0 1 0 25173585 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23128/statm: 4217 1113 409 3 0 796 0
[pid=23151] ppid=23128 vsize=5356 CPUtime=0
/proc/23151/stat : 23151 (sh) S 23128 23128 22904 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25174037 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23151/statm: 1339 232 193 169 0 50 0
[pid=23152] ppid=23151 vsize=24756 CPUtime=1.75
/proc/23152/stat : 23152 (minisat) R 23151 23128 22904 0 -1 4194304 6050 0 0 0 171 4 0 0 25 0 1 0 25174037 25350144 6036 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 1 0 0
/proc/23152/statm: 6189 6036 76 150 0 6036 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 46980

[startup+12.702 s]
/proc/loadavg: 2.01 2.00 2.00 3/87 23152
/proc/meminfo: memFree=1714832/2055920 swapFree=4192812/4192956
[pid=23128] ppid=23126 vsize=16868 CPUtime=4.35
/proc/23128/stat : 23128 (sugar) S 23126 23128 22904 0 -1 4194304 1376 25802 0 2 7 1 402 25 16 0 1 0 25173585 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23128/statm: 4217 1113 409 3 0 796 0
[pid=23151] ppid=23128 vsize=5356 CPUtime=0
/proc/23151/stat : 23151 (sh) S 23128 23128 22904 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25174037 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23151/statm: 1339 232 193 169 0 50 0
[pid=23152] ppid=23151 vsize=27704 CPUtime=8.08
/proc/23152/stat : 23152 (minisat) R 23151 23128 22904 0 -1 4194304 6745 0 0 0 804 4 0 0 25 0 1 0 25174037 28368896 6731 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/23152/statm: 6926 6731 76 150 0 6773 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 49928

[startup+25.5012 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 23152
/proc/meminfo: memFree=1712016/2055920 swapFree=4192812/4192956
[pid=23128] ppid=23126 vsize=16868 CPUtime=4.35
/proc/23128/stat : 23128 (sugar) S 23126 23128 22904 0 -1 4194304 1376 25802 0 2 7 1 402 25 16 0 1 0 25173585 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23128/statm: 4217 1113 409 3 0 796 0
[pid=23151] ppid=23128 vsize=5356 CPUtime=0
/proc/23151/stat : 23151 (sh) S 23128 23128 22904 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25174037 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23151/statm: 1339 232 193 169 0 50 0
[pid=23152] ppid=23151 vsize=30356 CPUtime=20.76
/proc/23152/stat : 23152 (minisat) R 23151 23128 22904 0 -1 4194304 7432 0 0 0 2071 5 0 0 25 0 1 0 25174037 31084544 7418 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23152/statm: 7589 7418 76 150 0 7436 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 52580

[startup+51.1016 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 23152
/proc/meminfo: memFree=1708624/2055920 swapFree=4192812/4192956
[pid=23128] ppid=23126 vsize=16868 CPUtime=4.35
/proc/23128/stat : 23128 (sugar) S 23126 23128 22904 0 -1 4194304 1376 25802 0 2 7 1 402 25 16 0 1 0 25173585 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23128/statm: 4217 1113 409 3 0 796 0
[pid=23151] ppid=23128 vsize=5356 CPUtime=0
/proc/23151/stat : 23151 (sh) S 23128 23128 22904 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25174037 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23151/statm: 1339 232 193 169 0 50 0
[pid=23152] ppid=23151 vsize=33992 CPUtime=46.11
/proc/23152/stat : 23152 (minisat) R 23151 23128 22904 0 -1 4194304 8293 0 0 0 4604 7 0 0 25 0 1 0 25174037 34807808 8279 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23152/statm: 8498 8279 76 150 0 8345 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 56216

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 23152
/proc/meminfo: memFree=1704144/2055920 swapFree=4192812/4192956
[pid=23128] ppid=23126 vsize=16868 CPUtime=4.35
/proc/23128/stat : 23128 (sugar) S 23126 23128 22904 0 -1 4194304 1376 25802 0 2 7 1 402 25 16 0 1 0 25173585 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23128/statm: 4217 1113 409 3 0 796 0
[pid=23151] ppid=23128 vsize=5356 CPUtime=0
/proc/23151/stat : 23151 (sh) S 23128 23128 22904 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25174037 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23151/statm: 1339 232 193 169 0 50 0
[pid=23152] ppid=23151 vsize=38560 CPUtime=96.82
/proc/23152/stat : 23152 (minisat) R 23151 23128 22904 0 -1 4194304 9377 0 0 0 9674 8 0 0 25 0 1 0 25174037 39485440 9363 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23152/statm: 9640 9363 76 150 0 9487 0
Current children cumulated CPU time (s) 101.17
Current children cumulated vsize (KiB) 60784

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 23152
/proc/meminfo: memFree=1700496/2055920 swapFree=4192812/4192956
[pid=23128] ppid=23126 vsize=16868 CPUtime=4.35
/proc/23128/stat : 23128 (sugar) S 23126 23128 22904 0 -1 4194304 1376 25802 0 2 7 1 402 25 16 0 1 0 25173585 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23128/statm: 4217 1113 409 3 0 796 0
[pid=23151] ppid=23128 vsize=5356 CPUtime=0
/proc/23151/stat : 23151 (sh) S 23128 23128 22904 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25174037 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23151/statm: 1339 232 193 169 0 50 0
[pid=23152] ppid=23151 vsize=42616 CPUtime=156.24
/proc/23152/stat : 23152 (minisat) R 23151 23128 22904 0 -1 4194304 10314 0 0 0 15615 9 0 0 25 0 1 0 25174037 43638784 10300 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23152/statm: 10654 10300 76 150 0 10501 0
Current children cumulated CPU time (s) 160.59
Current children cumulated vsize (KiB) 64840

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 23152
/proc/meminfo: memFree=1646864/2055920 swapFree=4192812/4192956
[pid=23128] ppid=23126 vsize=16868 CPUtime=4.35
/proc/23128/stat : 23128 (sugar) S 23126 23128 22904 0 -1 4194304 1376 25802 0 2 7 1 402 25 16 0 1 0 25173585 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23128/statm: 4217 1113 409 3 0 796 0
[pid=23151] ppid=23128 vsize=5356 CPUtime=0
/proc/23151/stat : 23151 (sh) S 23128 23128 22904 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25174037 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23151/statm: 1339 232 193 169 0 50 0
[pid=23152] ppid=23151 vsize=45292 CPUtime=215.43
/proc/23152/stat : 23152 (minisat) R 23151 23128 22904 0 -1 4194304 10987 0 0 0 21533 10 0 0 25 0 1 0 25174037 46379008 10973 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23152/statm: 11323 10973 76 150 0 11170 0
Current children cumulated CPU time (s) 219.78
Current children cumulated vsize (KiB) 67516


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


[startup+582.302 s]
/proc/loadavg: 1.99 1.99 1.99 3/87 23229
/proc/meminfo: memFree=1743056/2055920 swapFree=4192812/4192956
[pid=23128] ppid=23126 vsize=16868 CPUtime=4.35
/proc/23128/stat : 23128 (sugar) S 23126 23128 22904 0 -1 4194304 1376 25802 0 2 7 1 402 25 16 0 1 0 25173585 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23128/statm: 4217 1113 409 3 0 796 0
[pid=23151] ppid=23128 vsize=5356 CPUtime=0
/proc/23151/stat : 23151 (sh) S 23128 23128 22904 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25174037 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23151/statm: 1339 232 193 169 0 50 0
[pid=23152] ppid=23151 vsize=55168 CPUtime=572.39
/proc/23152/stat : 23152 (minisat) R 23151 23128 22904 0 -1 4194304 13270 0 0 0 57224 15 0 0 25 0 1 0 25174037 56492032 13256 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23152/statm: 13792 13256 76 150 0 13639 0
Current children cumulated CPU time (s) 576.74
Current children cumulated vsize (KiB) 77392

[startup+642.303 s]
/proc/loadavg: 2.33 2.08 2.02 3/87 23229
/proc/meminfo: memFree=1711504/2055920 swapFree=4192812/4192956
[pid=23128] ppid=23126 vsize=16868 CPUtime=4.35
/proc/23128/stat : 23128 (sugar) S 23126 23128 22904 0 -1 4194304 1376 25802 0 2 7 1 402 25 16 0 1 0 25173585 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23128/statm: 4217 1113 409 3 0 796 0
[pid=23151] ppid=23128 vsize=5356 CPUtime=0
/proc/23151/stat : 23151 (sh) S 23128 23128 22904 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25174037 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23151/statm: 1339 232 193 169 0 50 0
[pid=23152] ppid=23151 vsize=55952 CPUtime=632.35
/proc/23152/stat : 23152 (minisat) R 23151 23128 22904 0 -1 4194304 13480 0 0 0 63220 15 0 0 25 0 1 0 25174037 57294848 13466 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23152/statm: 13988 13466 76 150 0 13835 0
Current children cumulated CPU time (s) 636.7
Current children cumulated vsize (KiB) 78176

[startup+702.303 s]
/proc/loadavg: 2.15 2.08 2.02 3/87 23229
/proc/meminfo: memFree=1710736/2055920 swapFree=4192812/4192956
[pid=23128] ppid=23126 vsize=16868 CPUtime=4.35
/proc/23128/stat : 23128 (sugar) S 23126 23128 22904 0 -1 4194304 1376 25802 0 2 7 1 402 25 16 0 1 0 25173585 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23128/statm: 4217 1113 409 3 0 796 0
[pid=23151] ppid=23128 vsize=5356 CPUtime=0
/proc/23151/stat : 23151 (sh) S 23128 23128 22904 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25174037 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23151/statm: 1339 232 193 169 0 50 0
[pid=23152] ppid=23151 vsize=56672 CPUtime=692.32
/proc/23152/stat : 23152 (minisat) R 23151 23128 22904 0 -1 4194304 13625 0 0 0 69217 15 0 0 25 0 1 0 25174037 58032128 13611 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23152/statm: 14168 13611 76 150 0 14015 0
Current children cumulated CPU time (s) 696.67
Current children cumulated vsize (KiB) 78896

[startup+762.307 s]
/proc/loadavg: 2.05 2.06 2.02 3/87 23229
/proc/meminfo: memFree=1654608/2055920 swapFree=4192812/4192956
[pid=23128] ppid=23126 vsize=16868 CPUtime=4.35
/proc/23128/stat : 23128 (sugar) S 23126 23128 22904 0 -1 4194304 1376 25802 0 2 7 1 402 25 16 0 1 0 25173585 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23128/statm: 4217 1113 409 3 0 796 0
[pid=23151] ppid=23128 vsize=5356 CPUtime=0
/proc/23151/stat : 23151 (sh) S 23128 23128 22904 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25174037 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23151/statm: 1339 232 193 169 0 50 0
[pid=23152] ppid=23151 vsize=56996 CPUtime=752.29
/proc/23152/stat : 23152 (minisat) R 23151 23128 22904 0 -1 4194304 13699 0 0 0 75214 15 0 0 25 0 1 0 25174037 58363904 13685 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/23152/statm: 14249 13685 76 150 0 14096 0
Current children cumulated CPU time (s) 756.64
Current children cumulated vsize (KiB) 79220

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

[startup+767.902 s]
/proc/loadavg: 2.05 2.06 2.02 3/87 23229
/proc/meminfo: memFree=1654608/2055920 swapFree=4192812/4192956
[pid=23128] ppid=23126 vsize=16868 CPUtime=4.35
/proc/23128/stat : 23128 (sugar) S 23126 23128 22904 0 -1 4194304 1376 25802 0 2 7 1 402 25 16 0 1 0 25173585 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23128/statm: 4217 1113 409 3 0 796 0
[pid=23151] ppid=23128 vsize=5356 CPUtime=0
/proc/23151/stat : 23151 (sh) S 23128 23128 22904 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25174037 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23151/statm: 1339 232 193 169 0 50 0
[pid=23152] ppid=23151 vsize=56996 CPUtime=757.89
/proc/23152/stat : 23152 (minisat) R 23151 23128 22904 0 -1 4194304 13699 0 0 0 75773 16 0 0 25 0 1 0 25174037 58363904 13685 996147200 134512640 135127466 4294956256 18446744073709551615 134526053 0 0 4096 3 0 0 0 17 0 0 0
/proc/23152/statm: 14249 13685 76 150 0 14096 0
Current children cumulated CPU time (s) 762.24
Current children cumulated vsize (KiB) 79220

[startup+780.703 s]
/proc/loadavg: 2.04 2.05 2.02 3/87 23229
/proc/meminfo: memFree=1654544/2055920 swapFree=4192812/4192956
[pid=23128] ppid=23126 vsize=16868 CPUtime=4.35
/proc/23128/stat : 23128 (sugar) S 23126 23128 22904 0 -1 4194304 1376 25802 0 2 7 1 402 25 16 0 1 0 25173585 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23128/statm: 4217 1113 409 3 0 796 0
[pid=23151] ppid=23128 vsize=5356 CPUtime=0
/proc/23151/stat : 23151 (sh) S 23128 23128 22904 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25174037 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23151/statm: 1339 232 193 169 0 50 0
[pid=23152] ppid=23151 vsize=56996 CPUtime=770.69
/proc/23152/stat : 23152 (minisat) R 23151 23128 22904 0 -1 4194304 13708 0 0 0 77053 16 0 0 25 0 1 0 25174037 58363904 13694 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23152/statm: 14249 13694 76 150 0 14096 0
Current children cumulated CPU time (s) 775.04
Current children cumulated vsize (KiB) 79220

[startup+787.103 s]
/proc/loadavg: 2.03 2.05 2.02 3/87 23229
/proc/meminfo: memFree=1654544/2055920 swapFree=4192812/4192956
[pid=23128] ppid=23126 vsize=16868 CPUtime=4.35
/proc/23128/stat : 23128 (sugar) S 23126 23128 22904 0 -1 4194304 1376 25802 0 2 7 1 402 25 16 0 1 0 25173585 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23128/statm: 4217 1113 409 3 0 796 0
[pid=23151] ppid=23128 vsize=5356 CPUtime=0
/proc/23151/stat : 23151 (sh) S 23128 23128 22904 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25174037 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23151/statm: 1339 232 193 169 0 50 0
[pid=23152] ppid=23151 vsize=56996 CPUtime=777.08
/proc/23152/stat : 23152 (minisat) R 23151 23128 22904 0 -1 4194304 13714 0 0 0 77692 16 0 0 25 0 1 0 25174037 58363904 13700 996147200 134512640 135127466 4294956256 18446744073709551615 134530656 0 0 4096 3 0 0 0 17 0 0 0
/proc/23152/statm: 14249 13700 76 150 0 14096 0
Current children cumulated CPU time (s) 781.43
Current children cumulated vsize (KiB) 79220

[startup+790.302 s]
/proc/loadavg: 2.03 2.05 2.01 3/87 23229
/proc/meminfo: memFree=1654416/2055920 swapFree=4192812/4192956
[pid=23128] ppid=23126 vsize=16868 CPUtime=4.35
/proc/23128/stat : 23128 (sugar) S 23126 23128 22904 0 -1 4194304 1376 25802 0 2 7 1 402 25 16 0 1 0 25173585 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23128/statm: 4217 1113 409 3 0 796 0
[pid=23151] ppid=23128 vsize=5356 CPUtime=0
/proc/23151/stat : 23151 (sh) S 23128 23128 22904 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25174037 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23151/statm: 1339 232 193 169 0 50 0
[pid=23152] ppid=23151 vsize=57160 CPUtime=780.28
/proc/23152/stat : 23152 (minisat) R 23151 23128 22904 0 -1 4194304 13746 0 0 0 78012 16 0 0 25 0 1 0 25174037 58531840 13732 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23152/statm: 14290 13732 76 150 0 14137 0
Current children cumulated CPU time (s) 784.63
Current children cumulated vsize (KiB) 79384

[startup+791.901 s]
/proc/loadavg: 2.03 2.05 2.01 3/87 23229
/proc/meminfo: memFree=1654416/2055920 swapFree=4192812/4192956
[pid=23128] ppid=23126 vsize=16868 CPUtime=4.35
/proc/23128/stat : 23128 (sugar) S 23126 23128 22904 0 -1 4194304 1376 25802 0 2 7 1 402 25 16 0 1 0 25173585 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23128/statm: 4217 1113 409 3 0 796 0
[pid=23151] ppid=23128 vsize=5356 CPUtime=0
/proc/23151/stat : 23151 (sh) S 23128 23128 22904 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25174037 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23151/statm: 1339 232 193 169 0 50 0
[pid=23152] ppid=23151 vsize=57160 CPUtime=781.89
/proc/23152/stat : 23152 (minisat) R 23151 23128 22904 0 -1 4194304 13747 0 0 0 78173 16 0 0 25 0 1 0 25174037 58531840 13733 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23152/statm: 14290 13733 76 150 0 14137 0
Current children cumulated CPU time (s) 786.24
Current children cumulated vsize (KiB) 79384

[startup+792.701 s]
/proc/loadavg: 2.03 2.05 2.01 3/87 23229
/proc/meminfo: memFree=1654416/2055920 swapFree=4192812/4192956
[pid=23128] ppid=23126 vsize=16868 CPUtime=4.35
/proc/23128/stat : 23128 (sugar) S 23126 23128 22904 0 -1 4194304 1376 25802 0 2 7 1 402 25 16 0 1 0 25173585 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23128/statm: 4217 1113 409 3 0 796 0
[pid=23151] ppid=23128 vsize=5356 CPUtime=0
/proc/23151/stat : 23151 (sh) S 23128 23128 22904 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25174037 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23151/statm: 1339 232 193 169 0 50 0
[pid=23152] ppid=23151 vsize=57160 CPUtime=782.68
/proc/23152/stat : 23152 (minisat) R 23151 23128 22904 0 -1 4194304 13747 0 0 0 78252 16 0 0 25 0 1 0 25174037 58531840 13733 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23152/statm: 14290 13733 76 150 0 14137 0
Current children cumulated CPU time (s) 787.03
Current children cumulated vsize (KiB) 79384

[startup+793.106 s]
/proc/loadavg: 2.03 2.05 2.01 3/87 23229
/proc/meminfo: memFree=1654416/2055920 swapFree=4192812/4192956
[pid=23128] ppid=23126 vsize=16868 CPUtime=787.39
/proc/23128/stat : 23128 (sugar) S 23126 23128 22904 0 -1 4194304 1430 39843 0 2 7 1 78689 42 17 0 1 0 25173585 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23128/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 787.39
Current children cumulated vsize (KiB) 16868

[startup+793.201 s]
/proc/loadavg: 2.03 2.05 2.01 3/87 23229
/proc/meminfo: memFree=1654416/2055920 swapFree=4192812/4192956
[pid=23128] ppid=23126 vsize=16868 CPUtime=787.39
/proc/23128/stat : 23128 (sugar) S 23126 23128 22904 0 -1 4194304 1448 39843 0 2 7 1 78689 42 16 0 1 0 25173585 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23128/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 787.39
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 793.274
CPU time (s): 787.592
CPU user time (s): 787.117
CPU system time (s): 0.474927
CPU usage (%): 99.2838
Max. virtual memory (cumulated for all children) (KiB): 891040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 787.117
system time used= 0.474927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45274
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= 3624
involuntary context switches= 15934

runsolver used 0.875866 second user time and 2.74258 second system time

The end

Launcher Data

Begin job on node48 at 2009-07-12 08:44:54
IDJOB=2085118
IDBENCH=58289
IDSOLVER=739
FILE ID=node48/2085118-1247381094
PBS_JOBID= 9507231
Free space on /tmp= 66464 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-15/normalized-lei450-15c-13.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2085118-1247381094/watcher-2085118-1247381094 -o /tmp/evaluation-result-2085118-1247381094/solver-2085118-1247381094 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2085118-1247381094.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 2e2238613188c0f9e19f75fabae3049a
RANDOM SEED=1130274835

node48.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.237
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.237
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:       1754184 kB
Buffers:          7648 kB
Cached:          69668 kB
SwapCached:          0 kB
Active:         215324 kB
Inactive:        33540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1754184 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3336 kB
Writeback:           0 kB
Mapped:         187264 kB
Slab:            37800 kB
Committed_AS:   886484 kB
PageTables:       2032 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= 66464 MiB
End job on node48 at 2009-07-12 08:58:08