Trace number 2091300

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+minisatSAT 858.534 866.981

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-49_ext.xml
MD5SUMf7145c909237db894bf49feeee85fc42
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.417935
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints348
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension348
Number of constraints which are defined in intension0
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 12:20:53 2009
0.00/0.08	c 0	PID 26608
0.07/0.08	c 0	HOST node24.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2091300-1247394053.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-2091300-1247394053.xml' 'HOME/temp.csp'
0.07/0.57	c 0	1 domains, 40 variables, 0 predicates, 348 relations, 348 constraints
0.07/0.61	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.61	c 0	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'
0.07/0.70	c 1	Parsing HOME/temp.csp
0.54/0.92	c 1	parsed 737 expressions
0.54/0.93	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.54/0.93	c 1	Converting to clausal form CSP
0.54/0.95	c 1	converted 74 (10%) expressions
0.54/0.95	c 1	converted 148 (20%) expressions
0.54/0.96	c 1	converted 222 (30%) expressions
0.54/0.96	c 1	converted 295 (40%) expressions
0.54/0.96	c 1	converted 369 (50%) expressions
0.90/1.04	c 1	converted 443 (60%) expressions
0.90/1.06	c 1	converted 516 (70%) expressions
0.90/1.08	c 1	converted 590 (80%) expressions
0.90/1.10	c 1	converted 664 (90%) expressions
1.00/1.12	c 1	converted 737 (100%) expressions
1.00/1.12	c 1	CSP : 40 integers, 0 booleans, 348 clauses, largest domain size 19
1.00/1.12	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.00/1.12	c 1	Propagation in CSP
1.00/1.12	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.00/1.12	c 1	CSP : 40 integers, 0 booleans, 348 clauses, largest domain size 19
1.00/1.12	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.00/1.13	c 1	Simplifing CSP by introducing new Boolean variables
1.00/1.13	c 1	CSP : 40 integers, 0 booleans, 348 clauses, largest domain size 19
1.00/1.13	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.00/1.17	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.00/1.17	c 1	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
1.00/1.18	c 1	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.00/1.18	c 1	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.00/1.18	c 1	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.00/1.18	c 1	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.00/1.18	c 1	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.00/1.18	c 1	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.00/1.18	c 1	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.00/1.19	c 1	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.00/1.19	c 1	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.09/1.24	c 1	35 (10%) CSP clauses are encoded (2985 clauses, 44670 bytes)
1.09/1.26	c 1	70 (20%) CSP clauses are encoded (5041 clauses, 79278 bytes)
1.09/1.27	c 1	105 (30%) CSP clauses are encoded (7309 clauses, 120042 bytes)
1.09/1.29	c 1	140 (40%) CSP clauses are encoded (9540 clauses, 161820 bytes)
1.20/1.30	c 1	174 (50%) CSP clauses are encoded (11659 clauses, 201632 bytes)
1.20/1.32	c 1	209 (60%) CSP clauses are encoded (13840 clauses, 242634 bytes)
1.20/1.33	c 1	244 (70%) CSP clauses are encoded (15975 clauses, 282785 bytes)
1.20/1.35	c 1	279 (80%) CSP clauses are encoded (18300 clauses, 326419 bytes)
1.20/1.36	c 1	314 (90%) CSP clauses are encoded (20431 clauses, 366429 bytes)
1.20/1.38	c 1	348 (100%) CSP clauses are encoded (22536 clauses, 405863 bytes)
1.20/1.38	c 1	348 CSP clauses encoded
1.20/1.38	c 1	Writing map file : HOME/temp.map
1.20/1.38	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.20/1.38	c 1	SAT : 720 SAT variables, 22536 SAT clauses, 405863 bytes
1.20/1.38	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.27/1.41	c 1	SOLVING HOME/temp.cnf
1.27/1.41	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.27/1.41	c 1	This is MiniSat 2.0 beta
1.27/1.41	c 1	WARNING: for repeatability, setting FPU to use double precision
1.27/1.41	c 1	============================[ Problem Statistics ]=============================
1.27/1.41	c 1	|                                                                             |
1.27/1.41	c 1	|  Number of variables:  720                                                  |
1.27/1.41	c 1	|  Number of clauses:    22536                                                |
1.27/1.42	c 1	|  Parsing time:         0.01         s                                       |
1.27/1.43	c 1	============================[ Search Statistics ]==============================
1.27/1.43	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.27/1.43	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.27/1.43	c 1	===============================================================================
1.27/1.43	c 1	|         0 |     720    22536    82770 |     7512        0    nan |  0.000 % |
1.27/1.44	c 1	|       100 |     720    22536    82770 |     8263      100     11 |  0.000 % |
1.27/1.45	c 1	|       250 |     720    22536    82770 |     9089      250     11 |  0.007 % |
1.27/1.48	c 1	|       475 |     720    22536    82770 |     9998      475     11 |  0.007 % |
1.29/1.52	c 1	|       814 |     720    22536    82770 |    10998      814     12 |  0.003 % |
1.29/1.58	c 1	|      1320 |     720    22536    82770 |    12098     1320     12 |  0.001 % |
1.29/1.68	c 2	|      2080 |     720    22536    82770 |    13307     2080     12 |  0.008 % |
1.29/1.82	c 2	|      3220 |     720    22536    82770 |    14638     3220     13 |  0.004 % |
1.29/2.05	c 2	|      4928 |     720    22536    82770 |    16102     4928     13 |  0.007 % |
2.26/2.41	c 2	|      7490 |     720    22536    82770 |    17712     7490     13 |  0.004 % |
2.85/3.05	c 3	|     11335 |     720    22536    82770 |    19484    11335     14 |  0.007 % |
3.84/4.04	c 4	|     17102 |     720    22536    82770 |    21432    17102     15 |  0.003 % |
5.62/5.83	c 6	|     25751 |     720    22536    82770 |    23575    14958     15 |  0.008 % |
8.40/8.68	c 9	|     38725 |     720    22536    82770 |    25933    16053     15 |  0.008 % |
13.25/13.55	c 13	|     58186 |     720    22536    82770 |    28526    22448     16 |  0.008 % |
21.27/21.64	c 22	|     87378 |     720    22536    82770 |    31379    21134     17 |  0.011 % |
34.05/34.59	c 34	|    131167 |     720    22536    82770 |    34517    28602     17 |  0.012 % |
52.46/53.14	c 53	|    196851 |     719    22460    82555 |    37969    31726     21 |  0.139 % |
83.28/84.25	c 84	|    295377 |     719    22460    82555 |    41766    34861     17 |  0.139 % |
134.28/135.73	c 136	|    443167 |     719    22460    82555 |    45942    21462     18 |  0.139 % |
209.20/211.45	c 211	|    664851 |     718    22418    82435 |    50536    32050     18 |  0.278 % |
336.48/339.95	c 340	|    997377 |     715    22118    81332 |    55590    31295     19 |  0.695 % |
530.62/535.93	c 536	|   1496165 |     715    22118    81332 |    61149    36196     18 |  0.697 % |
856.48/864.97	c 865	|   2244347 |     715    22118    81332 |    67264    52354     18 |  0.701 % |
858.27/866.80	c 867	===============================================================================
858.27/866.80	c 867	restarts              : 24
858.27/866.80	c 867	conflicts             : 2247060        (2622 /sec)
858.27/866.80	c 867	decisions             : 2685007        (1.41 % random) (3133 /sec)
858.27/866.80	c 867	propagations          : 255796014      (298466 /sec)
858.27/866.80	c 867	conflict literals     : 41637489       (37.01 % deleted)
858.27/866.80	c 867	Memory used           : 16.96 MB
858.27/866.80	c 867	CPU time              : 857.037 s
858.27/866.80	c 867	
858.27/866.80	c 867	SATISFIABLE
858.27/866.80	c 867	DECODING HOME/temp.out WITH HOME/temp.map
858.27/866.80	c 867	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'
858.38/866.89	c 867	Decoding HOME/temp.out
858.38/866.92	s SATISFIABLE
858.38/866.93	v 15 14 7 16 15 12 6 1 14 17 13 11 6 5 15 5 7 2 16 14 1 4 18 12 14 8 15 16 14 0 18 0 0 10 3 7 11 5 12 10
858.38/866.93	c 867	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
858.38/866.98	c 867	CPU 858.52 (0.07 0.01 858.25 0.19)
858.38/866.98	c 867	END Sun Jul 12 12:35:20 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2091300-1247394053/watcher-2091300-1247394053 -o /tmp/evaluation-result-2091300-1247394053/solver-2091300-1247394053 -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-2091300-1247394053.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.95 1.96 1.98 4/84 26608
/proc/meminfo: memFree=1753032/2055920 swapFree=4192812/4192956
[pid=26608] ppid=26606 vsize=12000 CPUtime=0
/proc/26608/stat : 26608 (sugar) R 26606 26608 26502 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 26472112 12288000 169 996147200 4194304 4206940 548682068608 18446744073709551615 237806613171 0 0 4224 0 0 0 0 17 1 0 0
/proc/26608/statm: 3000 169 130 3 0 100 0

[startup+0.0830389 s]
/proc/loadavg: 1.95 1.96 1.98 4/84 26608
/proc/meminfo: memFree=1753032/2055920 swapFree=4192812/4192956
[pid=26608] ppid=26606 vsize=16740 CPUtime=0.07
/proc/26608/stat : 26608 (sugar) S 26606 26608 26502 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 26472112 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26608/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101 s]
/proc/loadavg: 1.95 1.96 1.98 4/84 26608
/proc/meminfo: memFree=1753032/2055920 swapFree=4192812/4192956
[pid=26608] ppid=26606 vsize=16868 CPUtime=0.07
/proc/26608/stat : 26608 (sugar) S 26606 26608 26502 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 26472112 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26608/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301033 s]
/proc/loadavg: 1.95 1.96 1.98 4/84 26608
/proc/meminfo: memFree=1753032/2055920 swapFree=4192812/4192956
[pid=26608] ppid=26606 vsize=16868 CPUtime=0.07
/proc/26608/stat : 26608 (sugar) S 26606 26608 26502 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 26472112 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26608/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701105 s]
/proc/loadavg: 1.95 1.96 1.98 4/84 26608
/proc/meminfo: memFree=1753032/2055920 swapFree=4192812/4192956
[pid=26608] ppid=26606 vsize=16868 CPUtime=0.54
/proc/26608/stat : 26608 (sugar) S 26606 26608 26502 0 -1 4194304 1309 4809 0 1 6 1 42 5 16 0 1 0 26472112 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26608/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 16868

[startup+1.50225 s]
/proc/loadavg: 1.95 1.96 1.98 4/95 26630
/proc/meminfo: memFree=1738736/2055920 swapFree=4192812/4192956
[pid=26608] ppid=26606 vsize=16868 CPUtime=1.29
/proc/26608/stat : 26608 (sugar) S 26606 26608 26502 0 -1 4194304 1376 11947 0 2 6 1 111 11 16 0 1 0 26472112 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26608/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 16868

[startup+3.10255 s]
/proc/loadavg: 1.95 1.96 1.98 3/87 26632
/proc/meminfo: memFree=1746864/2055920 swapFree=4192812/4192956
[pid=26608] ppid=26606 vsize=16868 CPUtime=1.29
/proc/26608/stat : 26608 (sugar) S 26606 26608 26502 0 -1 4194304 1376 11947 0 2 6 1 111 11 15 0 1 0 26472112 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26608/statm: 4217 1113 409 3 0 796 0
[pid=26631] ppid=26608 vsize=5356 CPUtime=0
/proc/26631/stat : 26631 (sh) S 26608 26608 26502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26472253 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26631/statm: 1339 232 193 169 0 50 0
[pid=26632] ppid=26631 vsize=3996 CPUtime=1.66
/proc/26632/stat : 26632 (minisat) R 26631 26608 26502 0 -1 4194304 754 0 0 0 166 0 0 0 25 0 1 0 26472253 4091904 740 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/26632/statm: 999 740 75 150 0 846 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 26220

[startup+6.30114 s]
/proc/loadavg: 1.96 1.96 1.98 3/87 26632
/proc/meminfo: memFree=1745264/2055920 swapFree=4192812/4192956
[pid=26608] ppid=26606 vsize=16868 CPUtime=1.29
/proc/26608/stat : 26608 (sugar) S 26606 26608 26502 0 -1 4194304 1376 11947 0 2 6 1 111 11 16 0 1 0 26472112 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26608/statm: 4217 1113 409 3 0 796 0
[pid=26631] ppid=26608 vsize=5356 CPUtime=0
/proc/26631/stat : 26631 (sh) S 26608 26608 26502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26472253 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26631/statm: 1339 232 193 169 0 50 0
[pid=26632] ppid=26631 vsize=4900 CPUtime=4.83
/proc/26632/stat : 26632 (minisat) R 26631 26608 26502 0 -1 4194304 982 0 0 0 483 0 0 0 25 0 1 0 26472253 5017600 968 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/26632/statm: 1225 968 75 150 0 1072 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 27124

[startup+12.7023 s]
/proc/loadavg: 1.96 1.96 1.98 3/87 26632
/proc/meminfo: memFree=1744304/2055920 swapFree=4192812/4192956
[pid=26608] ppid=26606 vsize=16868 CPUtime=1.29
/proc/26608/stat : 26608 (sugar) S 26606 26608 26502 0 -1 4194304 1376 11947 0 2 6 1 111 11 16 0 1 0 26472112 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26608/statm: 4217 1113 409 3 0 796 0
[pid=26631] ppid=26608 vsize=5356 CPUtime=0
/proc/26631/stat : 26631 (sh) S 26608 26608 26502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26472253 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26631/statm: 1339 232 193 169 0 50 0
[pid=26632] ppid=26631 vsize=5696 CPUtime=11.17
/proc/26632/stat : 26632 (minisat) R 26631 26608 26502 0 -1 4194304 1180 0 0 0 1116 1 0 0 25 0 1 0 26472253 5832704 1166 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26632/statm: 1424 1166 75 150 0 1271 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 27920

[startup+25.5017 s]
/proc/loadavg: 1.97 1.97 1.98 3/87 26632
/proc/meminfo: memFree=1743536/2055920 swapFree=4192812/4192956
[pid=26608] ppid=26606 vsize=16868 CPUtime=1.29
/proc/26608/stat : 26608 (sugar) S 26606 26608 26502 0 -1 4194304 1376 11947 0 2 6 1 111 11 16 0 1 0 26472112 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26608/statm: 4217 1113 409 3 0 796 0
[pid=26631] ppid=26608 vsize=5356 CPUtime=0
/proc/26631/stat : 26631 (sh) S 26608 26608 26502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26472253 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26631/statm: 1339 232 193 169 0 50 0
[pid=26632] ppid=26631 vsize=6672 CPUtime=23.85
/proc/26632/stat : 26632 (minisat) R 26631 26608 26502 0 -1 4194304 1400 0 0 0 2384 1 0 0 25 0 1 0 26472253 6832128 1386 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26632/statm: 1668 1386 75 150 0 1515 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 28896

[startup+51.1014 s]
/proc/loadavg: 1.98 1.97 1.98 3/87 26632
/proc/meminfo: memFree=1742128/2055920 swapFree=4192812/4192956
[pid=26608] ppid=26606 vsize=16868 CPUtime=1.29
/proc/26608/stat : 26608 (sugar) S 26606 26608 26502 0 -1 4194304 1376 11947 0 2 6 1 111 11 16 0 1 0 26472112 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26608/statm: 4217 1113 409 3 0 796 0
[pid=26631] ppid=26608 vsize=5356 CPUtime=0
/proc/26631/stat : 26631 (sh) S 26608 26608 26502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26472253 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26631/statm: 1339 232 193 169 0 50 0
[pid=26632] ppid=26631 vsize=8032 CPUtime=49.19
/proc/26632/stat : 26632 (minisat) R 26631 26608 26502 0 -1 4194304 1760 0 0 0 4918 1 0 0 25 0 1 0 26472253 8224768 1746 996147200 134512640 135127466 4294956256 18446744073709551615 134530650 0 0 4096 3 0 0 0 17 1 0 0
/proc/26632/statm: 2008 1746 75 150 0 1855 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 30256

[startup+102.307 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 26632
/proc/meminfo: memFree=1740848/2055920 swapFree=4192812/4192956
[pid=26608] ppid=26606 vsize=16868 CPUtime=1.29
/proc/26608/stat : 26608 (sugar) S 26606 26608 26502 0 -1 4194304 1376 11947 0 2 6 1 111 11 16 0 1 0 26472112 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26608/statm: 4217 1113 409 3 0 796 0
[pid=26631] ppid=26608 vsize=5356 CPUtime=0
/proc/26631/stat : 26631 (sh) S 26608 26608 26502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26472253 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26631/statm: 1339 232 193 169 0 50 0
[pid=26632] ppid=26631 vsize=9336 CPUtime=99.92
/proc/26632/stat : 26632 (minisat) R 26631 26608 26502 0 -1 4194304 2064 0 0 0 9990 2 0 0 25 0 1 0 26472253 9560064 2050 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26632/statm: 2334 2050 75 150 0 2181 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 31560

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 26632
/proc/meminfo: memFree=1739824/2055920 swapFree=4192812/4192956
[pid=26608] ppid=26606 vsize=16868 CPUtime=1.29
/proc/26608/stat : 26608 (sugar) S 26606 26608 26502 0 -1 4194304 1376 11947 0 2 6 1 111 11 16 0 1 0 26472112 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26608/statm: 4217 1113 409 3 0 796 0
[pid=26631] ppid=26608 vsize=5356 CPUtime=0
/proc/26631/stat : 26631 (sh) S 26608 26608 26502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26472253 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26631/statm: 1339 232 193 169 0 50 0
[pid=26632] ppid=26631 vsize=10296 CPUtime=159.34
/proc/26632/stat : 26632 (minisat) R 26631 26608 26502 0 -1 4194304 2302 0 0 0 15932 2 0 0 25 0 1 0 26472253 10543104 2288 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26632/statm: 2574 2288 75 150 0 2421 0
Current children cumulated CPU time (s) 160.63
Current children cumulated vsize (KiB) 32520

[startup+222.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 26632
/proc/meminfo: memFree=1679216/2055920 swapFree=4192812/4192956
[pid=26608] ppid=26606 vsize=16868 CPUtime=1.29
/proc/26608/stat : 26608 (sugar) S 26606 26608 26502 0 -1 4194304 1376 11947 0 2 6 1 111 11 16 0 1 0 26472112 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26608/statm: 4217 1113 409 3 0 796 0
[pid=26631] ppid=26608 vsize=5356 CPUtime=0
/proc/26631/stat : 26631 (sh) S 26608 26608 26502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26472253 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26631/statm: 1339 232 193 169 0 50 0
[pid=26632] ppid=26631 vsize=10976 CPUtime=218.7
/proc/26632/stat : 26632 (minisat) R 26631 26608 26502 0 -1 4194304 2463 0 0 0 21868 2 0 0 25 0 1 0 26472253 11239424 2449 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26632/statm: 2744 2449 75 150 0 2591 0
Current children cumulated CPU time (s) 219.99
Current children cumulated vsize (KiB) 33200

[startup+282.303 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 26632
/proc/meminfo: memFree=1678384/2055920 swapFree=4192812/4192956
[pid=26608] ppid=26606 vsize=16868 CPUtime=1.29
/proc/26608/stat : 26608 (sugar) S 26606 26608 26502 0 -1 4194304 1376 11947 0 2 6 1 111 11 16 0 1 0 26472112 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26608/statm: 4217 1113 409 3 0 796 0
[pid=26631] ppid=26608 vsize=5356 CPUtime=0
/proc/26631/stat : 26631 (sh) S 26608 26608 26502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26472253 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26631/statm: 1339 232 193 169 0 50 0
[pid=26632] ppid=26631 vsize=11788 CPUtime=278.13
/proc/26632/stat : 26632 (minisat) R 26631 26608 26502 0 -1 4194304 2662 0 0 0 27811 2 0 0 25 0 1 0 26472253 12070912 2648 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/26632/statm: 2947 2648 75 150 0 2794 0
Current children cumulated CPU time (s) 279.42
Current children cumulated vsize (KiB) 34012

[startup+342.303 s]

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

/proc/26608/statm: 4217 1113 409 3 0 796 0
[pid=26631] ppid=26608 vsize=5356 CPUtime=0
/proc/26631/stat : 26631 (sh) S 26608 26608 26502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26472253 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26631/statm: 1339 232 193 169 0 50 0
[pid=26632] ppid=26631 vsize=15080 CPUtime=575.28
/proc/26632/stat : 26632 (minisat) R 26631 26608 26502 0 -1 4194304 3461 0 0 0 57524 4 0 0 25 0 1 0 26472253 15441920 3447 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26632/statm: 3770 3447 75 150 0 3617 0
Current children cumulated CPU time (s) 576.57
Current children cumulated vsize (KiB) 37304

[startup+642.303 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 26632
/proc/meminfo: memFree=1673840/2055920 swapFree=4192812/4192956
[pid=26608] ppid=26606 vsize=16868 CPUtime=1.29
/proc/26608/stat : 26608 (sugar) S 26606 26608 26502 0 -1 4194304 1376 11947 0 2 6 1 111 11 16 0 1 0 26472112 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26608/statm: 4217 1113 409 3 0 796 0
[pid=26631] ppid=26608 vsize=5356 CPUtime=0
/proc/26631/stat : 26631 (sh) S 26608 26608 26502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26472253 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26631/statm: 1339 232 193 169 0 50 0
[pid=26632] ppid=26631 vsize=15916 CPUtime=634.72
/proc/26632/stat : 26632 (minisat) R 26631 26608 26502 0 -1 4194304 3675 0 0 0 63468 4 0 0 25 0 1 0 26472253 16297984 3661 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/26632/statm: 3979 3661 75 150 0 3826 0
Current children cumulated CPU time (s) 636.01
Current children cumulated vsize (KiB) 38140

[startup+702.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 26632
/proc/meminfo: memFree=1673648/2055920 swapFree=4192812/4192956
[pid=26608] ppid=26606 vsize=16868 CPUtime=1.29
/proc/26608/stat : 26608 (sugar) S 26606 26608 26502 0 -1 4194304 1376 11947 0 2 6 1 111 11 16 0 1 0 26472112 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26608/statm: 4217 1113 409 3 0 796 0
[pid=26631] ppid=26608 vsize=5356 CPUtime=0
/proc/26631/stat : 26631 (sh) S 26608 26608 26502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26472253 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26631/statm: 1339 232 193 169 0 50 0
[pid=26632] ppid=26631 vsize=16248 CPUtime=694.14
/proc/26632/stat : 26632 (minisat) R 26631 26608 26502 0 -1 4194304 3729 0 0 0 69410 4 0 0 25 0 1 0 26472253 16637952 3715 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26632/statm: 4062 3715 75 150 0 3909 0
Current children cumulated CPU time (s) 695.43
Current children cumulated vsize (KiB) 38472

[startup+762.306 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 26632
/proc/meminfo: memFree=1673264/2055920 swapFree=4192812/4192956
[pid=26608] ppid=26606 vsize=16868 CPUtime=1.29
/proc/26608/stat : 26608 (sugar) S 26606 26608 26502 0 -1 4194304 1376 11947 0 2 6 1 111 11 16 0 1 0 26472112 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26608/statm: 4217 1113 409 3 0 796 0
[pid=26631] ppid=26608 vsize=5356 CPUtime=0
/proc/26631/stat : 26631 (sh) S 26608 26608 26502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26472253 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26631/statm: 1339 232 193 169 0 50 0
[pid=26632] ppid=26631 vsize=16548 CPUtime=753.57
/proc/26632/stat : 26632 (minisat) R 26631 26608 26502 0 -1 4194304 3830 0 0 0 75353 4 0 0 25 0 1 0 26472253 16945152 3816 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26632/statm: 4137 3816 75 150 0 3984 0
Current children cumulated CPU time (s) 754.86
Current children cumulated vsize (KiB) 38772

[startup+822.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 26632
/proc/meminfo: memFree=1672880/2055920 swapFree=4192812/4192956
[pid=26608] ppid=26606 vsize=16868 CPUtime=1.29
/proc/26608/stat : 26608 (sugar) S 26606 26608 26502 0 -1 4194304 1376 11947 0 2 6 1 111 11 16 0 1 0 26472112 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26608/statm: 4217 1113 409 3 0 796 0
[pid=26631] ppid=26608 vsize=5356 CPUtime=0
/proc/26631/stat : 26631 (sh) S 26608 26608 26502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26472253 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26631/statm: 1339 232 193 169 0 50 0
[pid=26632] ppid=26631 vsize=16956 CPUtime=813
/proc/26632/stat : 26632 (minisat) R 26631 26608 26502 0 -1 4194304 3903 0 0 0 81296 4 0 0 25 0 1 0 26472253 17362944 3889 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26632/statm: 4239 3889 75 150 0 4086 0
Current children cumulated CPU time (s) 814.29
Current children cumulated vsize (KiB) 39180

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

[startup+844.701 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 26632
/proc/meminfo: memFree=1672752/2055920 swapFree=4192812/4192956
[pid=26608] ppid=26606 vsize=16868 CPUtime=1.29
/proc/26608/stat : 26608 (sugar) S 26606 26608 26502 0 -1 4194304 1376 11947 0 2 6 1 111 11 16 0 1 0 26472112 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26608/statm: 4217 1113 409 3 0 796 0
[pid=26631] ppid=26608 vsize=5356 CPUtime=0
/proc/26631/stat : 26631 (sh) S 26608 26608 26502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26472253 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26631/statm: 1339 232 193 169 0 50 0
[pid=26632] ppid=26631 vsize=17088 CPUtime=835.19
/proc/26632/stat : 26632 (minisat) R 26631 26608 26502 0 -1 4194304 3931 0 0 0 83515 4 0 0 25 0 1 0 26472253 17498112 3917 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26632/statm: 4272 3917 75 150 0 4119 0
Current children cumulated CPU time (s) 836.48
Current children cumulated vsize (KiB) 39312

[startup+857.502 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 26632
/proc/meminfo: memFree=1672496/2055920 swapFree=4192812/4192956
[pid=26608] ppid=26606 vsize=16868 CPUtime=1.29
/proc/26608/stat : 26608 (sugar) S 26606 26608 26502 0 -1 4194304 1376 11947 0 2 6 1 111 11 16 0 1 0 26472112 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26608/statm: 4217 1113 409 3 0 796 0
[pid=26631] ppid=26608 vsize=5356 CPUtime=0
/proc/26631/stat : 26631 (sh) S 26608 26608 26502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26472253 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26631/statm: 1339 232 193 169 0 50 0
[pid=26632] ppid=26631 vsize=17220 CPUtime=847.86
/proc/26632/stat : 26632 (minisat) R 26631 26608 26502 0 -1 4194304 3979 0 0 0 84782 4 0 0 25 0 1 0 26472253 17633280 3965 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26632/statm: 4305 3965 75 150 0 4152 0
Current children cumulated CPU time (s) 849.15
Current children cumulated vsize (KiB) 39444

[startup+863.902 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 26632
/proc/meminfo: memFree=1672496/2055920 swapFree=4192812/4192956
[pid=26608] ppid=26606 vsize=16868 CPUtime=1.29
/proc/26608/stat : 26608 (sugar) S 26606 26608 26502 0 -1 4194304 1376 11947 0 2 6 1 111 11 16 0 1 0 26472112 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26608/statm: 4217 1113 409 3 0 796 0
[pid=26631] ppid=26608 vsize=5356 CPUtime=0
/proc/26631/stat : 26631 (sh) S 26608 26608 26502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26472253 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26631/statm: 1339 232 193 169 0 50 0
[pid=26632] ppid=26631 vsize=17220 CPUtime=854.2
/proc/26632/stat : 26632 (minisat) R 26631 26608 26502 0 -1 4194304 3984 0 0 0 85416 4 0 0 25 0 1 0 26472253 17633280 3970 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/26632/statm: 4305 3970 75 150 0 4152 0
Current children cumulated CPU time (s) 855.49
Current children cumulated vsize (KiB) 39444

[startup+865.503 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 26632
/proc/meminfo: memFree=1672496/2055920 swapFree=4192812/4192956
[pid=26608] ppid=26606 vsize=16868 CPUtime=1.29
/proc/26608/stat : 26608 (sugar) S 26606 26608 26502 0 -1 4194304 1376 11947 0 2 6 1 111 11 16 0 1 0 26472112 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26608/statm: 4217 1113 409 3 0 796 0
[pid=26631] ppid=26608 vsize=5356 CPUtime=0
/proc/26631/stat : 26631 (sh) S 26608 26608 26502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26472253 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26631/statm: 1339 232 193 169 0 50 0
[pid=26632] ppid=26631 vsize=17368 CPUtime=855.79
/proc/26632/stat : 26632 (minisat) R 26631 26608 26502 0 -1 4194304 3993 0 0 0 85575 4 0 0 25 0 1 0 26472253 17784832 3979 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26632/statm: 4342 3979 75 150 0 4189 0
Current children cumulated CPU time (s) 857.08
Current children cumulated vsize (KiB) 39592

[startup+866.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 26632
/proc/meminfo: memFree=1672496/2055920 swapFree=4192812/4192956
[pid=26608] ppid=26606 vsize=16868 CPUtime=1.29
/proc/26608/stat : 26608 (sugar) S 26606 26608 26502 0 -1 4194304 1376 11947 0 2 6 1 111 11 16 0 1 0 26472112 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26608/statm: 4217 1113 409 3 0 796 0
[pid=26631] ppid=26608 vsize=5356 CPUtime=0
/proc/26631/stat : 26631 (sh) S 26608 26608 26502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26472253 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26631/statm: 1339 232 193 169 0 50 0
[pid=26632] ppid=26631 vsize=17368 CPUtime=856.58
/proc/26632/stat : 26632 (minisat) R 26631 26608 26502 0 -1 4194304 3999 0 0 0 85654 4 0 0 25 0 1 0 26472253 17784832 3985 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26632/statm: 4342 3985 75 150 0 4189 0
Current children cumulated CPU time (s) 857.87
Current children cumulated vsize (KiB) 39592

[startup+866.702 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 26632
/proc/meminfo: memFree=1672432/2055920 swapFree=4192812/4192956
[pid=26608] ppid=26606 vsize=16868 CPUtime=1.29
/proc/26608/stat : 26608 (sugar) S 26606 26608 26502 0 -1 4194304 1376 11947 0 2 6 1 111 11 16 0 1 0 26472112 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26608/statm: 4217 1113 409 3 0 796 0
[pid=26631] ppid=26608 vsize=5356 CPUtime=0
/proc/26631/stat : 26631 (sh) S 26608 26608 26502 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26472253 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26631/statm: 1339 232 193 169 0 50 0
[pid=26632] ppid=26631 vsize=17368 CPUtime=856.98
/proc/26632/stat : 26632 (minisat) R 26631 26608 26502 0 -1 4194304 4000 0 0 0 85694 4 0 0 25 0 1 0 26472253 17784832 3986 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26632/statm: 4342 3986 75 150 0 4189 0
Current children cumulated CPU time (s) 858.27
Current children cumulated vsize (KiB) 39592

[startup+866.902 s]
/proc/loadavg: 1.99 1.97 1.98 3/87 26632
/proc/meminfo: memFree=1672432/2055920 swapFree=4192812/4192956
[pid=26608] ppid=26606 vsize=16868 CPUtime=858.38
/proc/26608/stat : 26608 (sugar) S 26606 26608 26502 0 -1 4194304 1448 16242 0 2 6 1 85814 17 16 0 1 0 26472112 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26608/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 858.38
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 866.981
CPU time (s): 858.534
CPU user time (s): 858.322
CPU system time (s): 0.211967
CPU usage (%): 99.0258
Max. virtual memory (cumulated for all children) (KiB): 886672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 858.323
system time used= 0.211967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21519
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= 2122
involuntary context switches= 20836

runsolver used 0.98385 second user time and 2.97855 second system time

The end

Launcher Data

Begin job on node24 at 2009-07-12 12:20:53
IDJOB=2091300
IDBENCH=60034
IDSOLVER=739
FILE ID=node24/2091300-1247394053
PBS_JOBID= 9507385
Free space on /tmp= 66464 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-2-40-19-fcd/normalized-rand-2-40-19-443-230-fcd-49_ext.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-2091300-1247394053/watcher-2091300-1247394053 -o /tmp/evaluation-result-2091300-1247394053/solver-2091300-1247394053 -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-2091300-1247394053.xml

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

MD5SUM BENCH= f7145c909237db894bf49feeee85fc42
RANDOM SEED=261799039

node24.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.287
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.287
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:       1753512 kB
Buffers:         28404 kB
Cached:          90664 kB
SwapCached:          0 kB
Active:         214084 kB
Inactive:        40400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1753512 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1524 kB
Writeback:           0 kB
Mapped:         151152 kB
Slab:            32728 kB
Committed_AS:   889544 kB
PageTables:       2068 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 node24 at 2009-07-12 12:35:20