Trace number 2065824

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+minisat? (TO) 1800.08 1813.62

General information on the benchmark

Namecsp/ramsey3/
normalized-ramsey-17-3.xml
MD5SUM10e52fb937aba3eef4652d1b52d5e1e7
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables136
Number of constraints680
Maximum constraint arity3
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension680
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sat Jul 11 21:05:51 2009
0.00/0.07	c 0	PID 15739
0.00/0.07	c 0	HOST node86.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2065824-1247339151.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2065824-1247339151.xml' 'HOME/temp.csp'
0.06/0.43	c 1	1 domains, 136 variables, 1 predicates, 0 relations, 680 constraints
0.06/0.48	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.48	c 1	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.41/0.56	c 1	Parsing HOME/temp.csp
0.41/0.64	c 1	parsed 818 expressions
0.41/0.67	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.41/0.67	c 1	Converting to clausal form CSP
0.41/0.69	c 1	converted 82 (10%) expressions
0.41/0.72	c 1	converted 164 (20%) expressions
0.41/0.83	c 1	converted 246 (30%) expressions
0.41/0.86	c 1	converted 328 (40%) expressions
0.41/0.88	c 1	converted 409 (50%) expressions
0.41/0.89	c 1	converted 491 (60%) expressions
0.41/0.90	c 1	converted 573 (70%) expressions
0.41/0.90	c 1	converted 655 (80%) expressions
0.41/0.91	c 1	converted 737 (90%) expressions
0.41/0.92	c 1	converted 818 (100%) expressions
0.41/0.92	c 1	CSP : 136 integers, 0 booleans, 680 clauses, largest domain size 3
0.41/0.92	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.41/0.92	c 1	Propagation in CSP
0.41/0.93	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.41/0.93	c 1	CSP : 136 integers, 0 booleans, 680 clauses, largest domain size 3
0.41/0.93	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.41/0.93	c 1	Simplifing CSP by introducing new Boolean variables
0.41/0.96	c 1	CSP : 136 integers, 4080 booleans, 4760 clauses, largest domain size 3
0.41/0.96	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.41/0.99	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.90/1.01	c 1	14 (10%) CSP integer variables are encoded (14 clauses, 181 bytes)
0.90/1.01	c 1	28 (20%) CSP integer variables are encoded (28 clauses, 307 bytes)
0.90/1.01	c 1	41 (30%) CSP integer variables are encoded (41 clauses, 424 bytes)
0.90/1.01	c 1	55 (40%) CSP integer variables are encoded (55 clauses, 561 bytes)
0.90/1.01	c 1	68 (50%) CSP integer variables are encoded (68 clauses, 704 bytes)
0.90/1.01	c 1	82 (60%) CSP integer variables are encoded (82 clauses, 858 bytes)
0.90/1.01	c 1	96 (70%) CSP integer variables are encoded (96 clauses, 1012 bytes)
0.90/1.01	c 1	109 (80%) CSP integer variables are encoded (109 clauses, 1155 bytes)
0.90/1.01	c 1	123 (90%) CSP integer variables are encoded (123 clauses, 1309 bytes)
0.90/1.01	c 1	136 (100%) CSP integer variables are encoded (136 clauses, 1452 bytes)
0.90/1.05	c 1	476 (10%) CSP clauses are encoded (1428 clauses, 17236 bytes)
0.90/1.06	c 1	952 (20%) CSP clauses are encoded (2720 clauses, 34056 bytes)
0.90/1.07	c 1	1428 (30%) CSP clauses are encoded (4012 clauses, 52260 bytes)
0.90/1.09	c 1	1904 (40%) CSP clauses are encoded (5304 clauses, 70448 bytes)
0.90/1.09	c 1	2380 (50%) CSP clauses are encoded (6596 clauses, 88808 bytes)
0.90/1.10	c 1	2856 (60%) CSP clauses are encoded (7888 clauses, 107936 bytes)
1.00/1.10	c 1	3332 (70%) CSP clauses are encoded (9180 clauses, 127248 bytes)
1.00/1.11	c 1	3808 (80%) CSP clauses are encoded (10472 clauses, 146560 bytes)
1.00/1.12	c 1	4284 (90%) CSP clauses are encoded (11764 clauses, 165872 bytes)
1.00/1.12	c 1	4760 (100%) CSP clauses are encoded (13056 clauses, 185184 bytes)
1.00/1.12	c 1	4760 CSP clauses encoded
1.00/1.12	c 1	Writing map file : HOME/temp.map
1.00/1.13	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.00/1.13	c 1	SAT : 4352 SAT variables, 13056 SAT clauses, 185184 bytes
1.00/1.13	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.00/1.16	c 1	SOLVING HOME/temp.cnf
1.00/1.16	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.00/1.16	c 1	This is MiniSat 2.0 beta
1.00/1.16	c 1	WARNING: for repeatability, setting FPU to use double precision
1.00/1.16	c 1	============================[ Problem Statistics ]=============================
1.00/1.16	c 1	|                                                                             |
1.00/1.17	c 1	|  Number of variables:  4352                                                 |
1.00/1.17	c 1	|  Number of clauses:    13056                                                |
1.00/1.17	c 1	|  Parsing time:         0.00         s                                       |
1.00/1.17	c 1	============================[ Search Statistics ]==============================
1.00/1.17	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.00/1.17	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.00/1.17	c 1	===============================================================================
1.00/1.17	c 1	|         0 |    4352    13056    32912 |     4352        0    nan |  0.000 % |
1.00/1.18	c 1	|       100 |    4352    13056    32912 |     4787      100      6 |  0.000 % |
1.00/1.19	c 1	|       251 |    4352    13056    32912 |     5265      251      6 |  0.000 % |
1.06/1.20	c 1	|       477 |    4352    13056    32912 |     5792      477      6 |  0.000 % |
1.06/1.23	c 1	|       814 |    4352    13056    32912 |     6371      814      6 |  0.000 % |
1.06/1.27	c 1	|      1320 |    4352    13056    32912 |     7008     1320      6 |  0.000 % |
1.06/1.33	c 2	|      2079 |    4352    13056    32912 |     7709     2079      6 |  0.000 % |
1.06/1.41	c 2	|      3218 |    4352    13056    32912 |     8480     3218     10 |  0.000 % |
1.06/1.53	c 2	|      4926 |    4352    13056    32912 |     9328     4926     16 |  0.000 % |
1.06/1.76	c 2	|      7488 |    4352    13056    32912 |    10261     7488     19 |  0.000 % |
2.08/2.23	c 2	|     11332 |    4352    13056    32912 |    11287     5786     27 |  0.000 % |
2.67/2.88	c 3	|     17100 |    4352    13056    32912 |    12416    11554     31 |  0.000 % |
3.87/4.03	c 4	|     25750 |    4352    13056    32912 |    13658     7035     32 |  0.000 % |
5.76/5.94	c 6	|     38725 |    4352    13056    32912 |    15024    12688     38 |  0.000 % |
8.85/9.06	c 9	|     58187 |    4352    13056    32912 |    16526     8313     33 |  0.000 % |
15.12/15.39	c 16	|     87380 |    4352    13056    32912 |    18179    11557     42 |  0.000 % |
26.06/26.31	c 27	|    131171 |    4352    13056    32912 |    19997    17546     45 |  0.000 % |
42.77/43.14	c 43	|    196856 |    4352    13056    32912 |    21997    10512     39 |  0.000 % |
70.84/71.33	c 72	|    295382 |    4352    13056    32912 |    24196    17863     47 |  0.000 % |
114.63/115.36	c 116	|    443171 |    4352    13056    32912 |    26616    16205     40 |  0.000 % |
196.12/197.27	c 197	|    664855 |    4352    13056    32912 |    29278    17793     50 |  0.000 % |
326.78/328.53	c 329	|    997380 |    4352    13056    32912 |    32205    16328     47 |  0.000 % |
523.02/525.80	c 526	|   1496168 |    4352    13056    32912 |    35426    19388     54 |  0.000 % |
843.02/847.62	c 848	|   2244350 |    4352    13056    32912 |    38969    34529     64 |  0.000 % |
1386.59/1396.20	c 1396	|   3366625 |    4352    13056    32912 |    42866    31473     62 |  0.000 % |
1800.05/1813.61	sh: line 1: 15763 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.05/1813.61	c 1814	DECODING HOME/temp.out WITH HOME/temp.map
1800.05/1813.61	c 1814	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'
1800.05/1813.61	c ERROR INTERRUPTED
1800.05/1813.61	s UNKNOWN
1800.05/1813.61	c 1814	CPU 1800.06 (0.05 0.02 1799.8 0.19)
1800.05/1813.61	c 1814	END Sat Jul 11 21:36:05 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2065824-1247339151/watcher-2065824-1247339151 -o /tmp/evaluation-result-2065824-1247339151/solver-2065824-1247339151 -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-2065824-1247339151.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.85 1.94 1.97 5/75 15739
/proc/meminfo: memFree=1142248/2055920 swapFree=4192956/4192956
[pid=15739] ppid=15737 vsize=12268 CPUtime=0
/proc/15739/stat : 15739 (sugar) R 15737 15739 15312 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 20980400 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 240154016357 0 0 4224 0 0 0 0 17 0 0 0
/proc/15739/statm: 3067 316 241 3 0 167 0

[startup+0.0956029 s]
/proc/loadavg: 1.85 1.94 1.97 5/75 15739
/proc/meminfo: memFree=1142248/2055920 swapFree=4192956/4192956
[pid=15739] ppid=15737 vsize=16868 CPUtime=0.06
/proc/15739/stat : 15739 (sugar) S 15737 15739 15312 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20980400 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15739/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101597 s]
/proc/loadavg: 1.85 1.94 1.97 5/75 15739
/proc/meminfo: memFree=1142248/2055920 swapFree=4192956/4192956
[pid=15739] ppid=15737 vsize=16868 CPUtime=0.06
/proc/15739/stat : 15739 (sugar) S 15737 15739 15312 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20980400 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15739/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301638 s]
/proc/loadavg: 1.85 1.94 1.97 5/75 15739
/proc/meminfo: memFree=1142248/2055920 swapFree=4192956/4192956
[pid=15739] ppid=15737 vsize=16868 CPUtime=0.06
/proc/15739/stat : 15739 (sugar) S 15737 15739 15312 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20980400 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15739/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701711 s]
/proc/loadavg: 1.85 1.94 1.97 5/75 15739
/proc/meminfo: memFree=1142248/2055920 swapFree=4192956/4192956
[pid=15739] ppid=15737 vsize=16868 CPUtime=0.41
/proc/15739/stat : 15739 (sugar) S 15737 15739 15312 0 -1 4194304 1309 4771 0 1 5 1 32 3 15 0 1 0 20980400 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15739/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 16868

[startup+1.50186 s]
/proc/loadavg: 1.85 1.94 1.97 3/86 15761
/proc/meminfo: memFree=1125584/2055920 swapFree=4192956/4192956
[pid=15739] ppid=15737 vsize=16868 CPUtime=1.06
/proc/15739/stat : 15739 (sugar) S 15737 15739 15312 0 -1 4194304 1376 11730 0 2 5 2 91 8 15 0 1 0 20980400 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15739/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 16868

[startup+3.10217 s]
/proc/loadavg: 1.85 1.94 1.97 3/78 15763
/proc/meminfo: memFree=1136080/2055920 swapFree=4192956/4192956
[pid=15739] ppid=15737 vsize=16868 CPUtime=1.06
/proc/15739/stat : 15739 (sugar) S 15737 15739 15312 0 -1 4194304 1376 11730 0 2 5 2 91 8 15 0 1 0 20980400 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15739/statm: 4217 1113 409 3 0 796 0
[pid=15762] ppid=15739 vsize=5356 CPUtime=0
/proc/15762/stat : 15762 (sh) S 15739 15739 15312 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20980517 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15762/statm: 1339 232 193 169 0 50 0
[pid=15763] ppid=15762 vsize=4944 CPUtime=1.91
/proc/15763/stat : 15763 (minisat) R 15762 15739 15312 0 -1 4194304 919 0 0 0 191 0 0 0 25 0 1 0 20980517 5062656 905 996147200 134512640 135127466 4294956256 18446744073709551615 134527257 0 0 4096 3 0 0 0 17 1 0 0
/proc/15763/statm: 1236 905 76 150 0 1083 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 27168

[startup+6.30178 s]
/proc/loadavg: 1.86 1.94 1.97 3/78 15763
/proc/meminfo: memFree=1134608/2055920 swapFree=4192956/4192956
[pid=15739] ppid=15737 vsize=16868 CPUtime=1.06
/proc/15739/stat : 15739 (sugar) S 15737 15739 15312 0 -1 4194304 1376 11730 0 2 5 2 91 8 16 0 1 0 20980400 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15739/statm: 4217 1113 409 3 0 796 0
[pid=15762] ppid=15739 vsize=5356 CPUtime=0
/proc/15762/stat : 15762 (sh) S 15739 15739 15312 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20980517 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15762/statm: 1339 232 193 169 0 50 0
[pid=15763] ppid=15762 vsize=5736 CPUtime=5.1
/proc/15763/stat : 15763 (minisat) R 15762 15739 15312 0 -1 4194304 1132 0 0 0 509 1 0 0 25 0 1 0 20980517 5873664 1118 996147200 134512640 135127466 4294956256 18446744073709551615 134530969 0 0 4096 3 0 0 0 17 1 0 0
/proc/15763/statm: 1434 1118 76 150 0 1281 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 27960

[startup+12.702 s]
/proc/loadavg: 1.87 1.94 1.97 3/78 15763
/proc/meminfo: memFree=1133328/2055920 swapFree=4192956/4192956
[pid=15739] ppid=15737 vsize=16868 CPUtime=1.06
/proc/15739/stat : 15739 (sugar) S 15737 15739 15312 0 -1 4194304 1376 11730 0 2 5 2 91 8 16 0 1 0 20980400 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15739/statm: 4217 1113 409 3 0 796 0
[pid=15762] ppid=15739 vsize=5356 CPUtime=0
/proc/15762/stat : 15762 (sh) S 15739 15739 15312 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20980517 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15762/statm: 1339 232 193 169 0 50 0
[pid=15763] ppid=15762 vsize=7056 CPUtime=11.47
/proc/15763/stat : 15763 (minisat) R 15762 15739 15312 0 -1 4194304 1477 0 0 0 1146 1 0 0 25 0 1 0 20980517 7225344 1463 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/15763/statm: 1764 1463 76 150 0 1611 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 29280

[startup+25.5015 s]
/proc/loadavg: 1.90 1.94 1.97 3/78 15763
/proc/meminfo: memFree=1132304/2055920 swapFree=4192956/4192956
[pid=15739] ppid=15737 vsize=16868 CPUtime=1.06
/proc/15739/stat : 15739 (sugar) S 15737 15739 15312 0 -1 4194304 1376 11730 0 2 5 2 91 8 16 0 1 0 20980400 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15739/statm: 4217 1113 409 3 0 796 0
[pid=15762] ppid=15739 vsize=5356 CPUtime=0
/proc/15762/stat : 15762 (sh) S 15739 15739 15312 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20980517 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15762/statm: 1339 232 193 169 0 50 0
[pid=15763] ppid=15762 vsize=7832 CPUtime=24.2
/proc/15763/stat : 15763 (minisat) R 15762 15739 15312 0 -1 4194304 1647 0 0 0 2419 1 0 0 25 0 1 0 20980517 8019968 1633 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15763/statm: 1958 1633 76 150 0 1805 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 30056

[startup+51.1014 s]
/proc/loadavg: 1.93 1.95 1.97 3/78 15763
/proc/meminfo: memFree=1130768/2055920 swapFree=4192956/4192956
[pid=15739] ppid=15737 vsize=16868 CPUtime=1.06
/proc/15739/stat : 15739 (sugar) S 15737 15739 15312 0 -1 4194304 1376 11730 0 2 5 2 91 8 16 0 1 0 20980400 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15739/statm: 4217 1113 409 3 0 796 0
[pid=15762] ppid=15739 vsize=5356 CPUtime=0
/proc/15762/stat : 15762 (sh) S 15739 15739 15312 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20980517 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15762/statm: 1339 232 193 169 0 50 0
[pid=15763] ppid=15762 vsize=9292 CPUtime=49.68
/proc/15763/stat : 15763 (minisat) R 15762 15739 15312 0 -1 4194304 2020 0 0 0 4967 1 0 0 25 0 1 0 20980517 9515008 2006 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/15763/statm: 2323 2006 76 150 0 2170 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 31516

[startup+102.306 s]
/proc/loadavg: 1.97 1.95 1.97 3/78 15763
/proc/meminfo: memFree=1129680/2055920 swapFree=4192956/4192956
[pid=15739] ppid=15737 vsize=16868 CPUtime=1.06
/proc/15739/stat : 15739 (sugar) S 15737 15739 15312 0 -1 4194304 1376 11730 0 2 5 2 91 8 16 0 1 0 20980400 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15739/statm: 4217 1113 409 3 0 796 0
[pid=15762] ppid=15739 vsize=5356 CPUtime=0
/proc/15762/stat : 15762 (sh) S 15739 15739 15312 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20980517 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15762/statm: 1339 232 193 169 0 50 0
[pid=15763] ppid=15762 vsize=10252 CPUtime=100.63
/proc/15763/stat : 15763 (minisat) R 15762 15739 15312 0 -1 4194304 2247 0 0 0 10062 1 0 0 25 0 1 0 20980517 10498048 2233 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/15763/statm: 2563 2233 76 150 0 2410 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 32476

[startup+162.302 s]
/proc/loadavg: 1.99 1.96 1.97 3/78 15763
/proc/meminfo: memFree=1127312/2055920 swapFree=4192956/4192956
[pid=15739] ppid=15737 vsize=16868 CPUtime=1.06
/proc/15739/stat : 15739 (sugar) S 15737 15739 15312 0 -1 4194304 1376 11730 0 2 5 2 91 8 16 0 1 0 20980400 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15739/statm: 4217 1113 409 3 0 796 0
[pid=15762] ppid=15739 vsize=5356 CPUtime=0
/proc/15762/stat : 15762 (sh) S 15739 15739 15312 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20980517 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15762/statm: 1339 232 193 169 0 50 0
[pid=15763] ppid=15762 vsize=12280 CPUtime=160.33
/proc/15763/stat : 15763 (minisat) R 15762 15739 15312 0 -1 4194304 2757 0 0 0 16031 2 0 0 25 0 1 0 20980517 12574720 2743 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/15763/statm: 3070 2743 76 150 0 2917 0
Current children cumulated CPU time (s) 161.39
Current children cumulated vsize (KiB) 34504

[startup+222.302 s]
/proc/loadavg: 1.99 1.96 1.97 3/78 15763
/proc/meminfo: memFree=1126736/2055920 swapFree=4192956/4192956
[pid=15739] ppid=15737 vsize=16868 CPUtime=1.06
/proc/15739/stat : 15739 (sugar) S 15737 15739 15312 0 -1 4194304 1376 11730 0 2 5 2 91 8 16 0 1 0 20980400 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15739/statm: 4217 1113 409 3 0 796 0
[pid=15762] ppid=15739 vsize=5356 CPUtime=0
/proc/15762/stat : 15762 (sh) S 15739 15739 15312 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20980517 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15762/statm: 1339 232 193 169 0 50 0
[pid=15763] ppid=15762 vsize=12696 CPUtime=220.04
/proc/15763/stat : 15763 (minisat) R 15762 15739 15312 0 -1 4194304 2864 0 0 0 22002 2 0 0 25 0 1 0 20980517 13000704 2850 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/15763/statm: 3174 2850 76 150 0 3021 0
Current children cumulated CPU time (s) 221.1
Current children cumulated vsize (KiB) 34920

[startup+282.303 s]
/proc/loadavg: 1.99 1.97 1.97 3/78 15763
/proc/meminfo: memFree=1125456/2055920 swapFree=4192956/4192956
[pid=15739] ppid=15737 vsize=16868 CPUtime=1.06
/proc/15739/stat : 15739 (sugar) S 15737 15739 15312 0 -1 4194304 1376 11730 0 2 5 2 91 8 16 0 1 0 20980400 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15739/statm: 4217 1113 409 3 0 796 0
[pid=15762] ppid=15739 vsize=5356 CPUtime=0
/proc/15762/stat : 15762 (sh) S 15739 15739 15312 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20980517 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15762/statm: 1339 232 193 169 0 50 0
[pid=15763] ppid=15762 vsize=14044 CPUtime=279.75
/proc/15763/stat : 15763 (minisat) R 15762 15739 15312 0 -1 4194304 3176 0 0 0 27973 2 0 0 25 0 1 0 20980517 14381056 3162 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15763/statm: 3511 3162 76 150 0 3358 0
Current children cumulated CPU time (s) 280.81
Current children cumulated vsize (KiB) 36268

[startup+342.301 s]

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

[pid=15739] ppid=15737 vsize=16868 CPUtime=1.06
/proc/15739/stat : 15739 (sugar) S 15737 15739 15312 0 -1 4194304 1376 11730 0 2 5 2 91 8 16 0 1 0 20980400 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15739/statm: 4217 1113 409 3 0 796 0
[pid=15762] ppid=15739 vsize=5356 CPUtime=0
/proc/15762/stat : 15762 (sh) S 15739 15739 15312 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20980517 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15762/statm: 1339 232 193 169 0 50 0
[pid=15763] ppid=15762 vsize=23120 CPUtime=1233.08
/proc/15763/stat : 15763 (minisat) R 15762 15739 15312 0 -1 4194304 5423 0 0 0 123302 6 0 0 25 0 1 0 20980517 23674880 5409 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/15763/statm: 5780 5409 76 150 0 5627 0
Current children cumulated CPU time (s) 1234.14
Current children cumulated vsize (KiB) 45344

[startup+1302.3 s]
/proc/loadavg: 2.00 1.99 1.98 3/85 15806
/proc/meminfo: memFree=1072224/2055920 swapFree=4192956/4192956
[pid=15739] ppid=15737 vsize=16868 CPUtime=1.06
/proc/15739/stat : 15739 (sugar) S 15737 15739 15312 0 -1 4194304 1376 11730 0 2 5 2 91 8 16 0 1 0 20980400 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15739/statm: 4217 1113 409 3 0 796 0
[pid=15762] ppid=15739 vsize=5356 CPUtime=0
/proc/15762/stat : 15762 (sh) S 15739 15739 15312 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20980517 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15762/statm: 1339 232 193 169 0 50 0
[pid=15763] ppid=15762 vsize=23120 CPUtime=1292.54
/proc/15763/stat : 15763 (minisat) R 15762 15739 15312 0 -1 4194304 5424 0 0 0 129248 6 0 0 25 0 1 0 20980517 23674880 5410 996147200 134512640 135127466 4294956256 18446744073709551615 134530757 0 0 4096 3 0 0 0 17 1 0 0
/proc/15763/statm: 5780 5410 76 150 0 5627 0
Current children cumulated CPU time (s) 1293.6
Current children cumulated vsize (KiB) 45344

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.98 3/85 15806
/proc/meminfo: memFree=1076000/2055920 swapFree=4192956/4192956
[pid=15739] ppid=15737 vsize=16868 CPUtime=1.06
/proc/15739/stat : 15739 (sugar) S 15737 15739 15312 0 -1 4194304 1376 11730 0 2 5 2 91 8 16 0 1 0 20980400 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15739/statm: 4217 1113 409 3 0 796 0
[pid=15762] ppid=15739 vsize=5356 CPUtime=0
/proc/15762/stat : 15762 (sh) S 15739 15739 15312 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20980517 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15762/statm: 1339 232 193 169 0 50 0
[pid=15763] ppid=15762 vsize=23120 CPUtime=1351.99
/proc/15763/stat : 15763 (minisat) R 15762 15739 15312 0 -1 4194304 5426 0 0 0 135193 6 0 0 25 0 1 0 20980517 23674880 5412 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15763/statm: 5780 5412 76 150 0 5627 0
Current children cumulated CPU time (s) 1353.05
Current children cumulated vsize (KiB) 45344

[startup+1422.31 s]
/proc/loadavg: 1.97 1.97 1.97 3/78 15980
/proc/meminfo: memFree=1107416/2055920 swapFree=4192956/4192956
[pid=15739] ppid=15737 vsize=16868 CPUtime=1.06
/proc/15739/stat : 15739 (sugar) S 15737 15739 15312 0 -1 4194304 1376 11730 0 2 5 2 91 8 16 0 1 0 20980400 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15739/statm: 4217 1113 409 3 0 796 0
[pid=15762] ppid=15739 vsize=5356 CPUtime=0
/proc/15762/stat : 15762 (sh) S 15739 15739 15312 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20980517 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15762/statm: 1339 232 193 169 0 50 0
[pid=15763] ppid=15762 vsize=23200 CPUtime=1411.39
/proc/15763/stat : 15763 (minisat) R 15762 15739 15312 0 -1 4194304 5430 0 0 0 141130 9 0 0 25 0 1 0 20980517 23756800 5416 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/15763/statm: 5800 5416 76 150 0 5647 0
Current children cumulated CPU time (s) 1412.45
Current children cumulated vsize (KiB) 45424

[startup+1482.3 s]
/proc/loadavg: 2.04 1.99 1.98 3/78 15980
/proc/meminfo: memFree=1103000/2055920 swapFree=4192956/4192956
[pid=15739] ppid=15737 vsize=16868 CPUtime=1.06
/proc/15739/stat : 15739 (sugar) S 15737 15739 15312 0 -1 4194304 1376 11730 0 2 5 2 91 8 16 0 1 0 20980400 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15739/statm: 4217 1113 409 3 0 796 0
[pid=15762] ppid=15739 vsize=5356 CPUtime=0
/proc/15762/stat : 15762 (sh) S 15739 15739 15312 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20980517 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15762/statm: 1339 232 193 169 0 50 0
[pid=15763] ppid=15762 vsize=23200 CPUtime=1470.81
/proc/15763/stat : 15763 (minisat) R 15762 15739 15312 0 -1 4194304 5430 0 0 0 147072 9 0 0 25 0 1 0 20980517 23756800 5416 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15763/statm: 5800 5416 76 150 0 5647 0
Current children cumulated CPU time (s) 1471.87
Current children cumulated vsize (KiB) 45424

[startup+1542.3 s]
/proc/loadavg: 2.06 2.00 1.98 3/78 15980
/proc/meminfo: memFree=1096152/2055920 swapFree=4192956/4192956
[pid=15739] ppid=15737 vsize=16868 CPUtime=1.06
/proc/15739/stat : 15739 (sugar) S 15737 15739 15312 0 -1 4194304 1376 11730 0 2 5 2 91 8 16 0 1 0 20980400 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15739/statm: 4217 1113 409 3 0 796 0
[pid=15762] ppid=15739 vsize=5356 CPUtime=0
/proc/15762/stat : 15762 (sh) S 15739 15739 15312 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20980517 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15762/statm: 1339 232 193 169 0 50 0
[pid=15763] ppid=15762 vsize=24964 CPUtime=1530.24
/proc/15763/stat : 15763 (minisat) R 15762 15739 15312 0 -1 4194304 5836 0 0 0 153015 9 0 0 25 0 1 0 20980517 25563136 5822 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/15763/statm: 6241 5822 76 150 0 6088 0
Current children cumulated CPU time (s) 1531.3
Current children cumulated vsize (KiB) 47188

[startup+1602.3 s]
/proc/loadavg: 2.07 2.01 1.99 3/78 15980
/proc/meminfo: memFree=1093784/2055920 swapFree=4192956/4192956
[pid=15739] ppid=15737 vsize=16868 CPUtime=1.06
/proc/15739/stat : 15739 (sugar) S 15737 15739 15312 0 -1 4194304 1376 11730 0 2 5 2 91 8 16 0 1 0 20980400 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15739/statm: 4217 1113 409 3 0 796 0
[pid=15762] ppid=15739 vsize=5356 CPUtime=0
/proc/15762/stat : 15762 (sh) S 15739 15739 15312 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20980517 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15762/statm: 1339 232 193 169 0 50 0
[pid=15763] ppid=15762 vsize=24964 CPUtime=1589.68
/proc/15763/stat : 15763 (minisat) R 15762 15739 15312 0 -1 4194304 5836 0 0 0 158959 9 0 0 25 0 1 0 20980517 25563136 5822 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/15763/statm: 6241 5822 76 150 0 6088 0
Current children cumulated CPU time (s) 1590.74
Current children cumulated vsize (KiB) 47188

[startup+1662.3 s]
/proc/loadavg: 2.06 2.02 1.99 3/78 15980
/proc/meminfo: memFree=1090648/2055920 swapFree=4192956/4192956
[pid=15739] ppid=15737 vsize=16868 CPUtime=1.06
/proc/15739/stat : 15739 (sugar) S 15737 15739 15312 0 -1 4194304 1376 11730 0 2 5 2 91 8 16 0 1 0 20980400 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15739/statm: 4217 1113 409 3 0 796 0
[pid=15762] ppid=15739 vsize=5356 CPUtime=0
/proc/15762/stat : 15762 (sh) S 15739 15739 15312 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20980517 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15762/statm: 1339 232 193 169 0 50 0
[pid=15763] ppid=15762 vsize=25624 CPUtime=1649.11
/proc/15763/stat : 15763 (minisat) R 15762 15739 15312 0 -1 4194304 6004 0 0 0 164902 9 0 0 25 0 1 0 20980517 26238976 5990 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15763/statm: 6406 5990 76 150 0 6253 0
Current children cumulated CPU time (s) 1650.17
Current children cumulated vsize (KiB) 47848

[startup+1722.3 s]
/proc/loadavg: 2.45 2.13 2.03 3/78 15980
/proc/meminfo: memFree=1088216/2055920 swapFree=4192956/4192956
[pid=15739] ppid=15737 vsize=16868 CPUtime=1.06
/proc/15739/stat : 15739 (sugar) S 15737 15739 15312 0 -1 4194304 1376 11730 0 2 5 2 91 8 16 0 1 0 20980400 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15739/statm: 4217 1113 409 3 0 796 0
[pid=15762] ppid=15739 vsize=5356 CPUtime=0
/proc/15762/stat : 15762 (sh) S 15739 15739 15312 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20980517 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15762/statm: 1339 232 193 169 0 50 0
[pid=15763] ppid=15762 vsize=25624 CPUtime=1708.54
/proc/15763/stat : 15763 (minisat) R 15762 15739 15312 0 -1 4194304 6018 0 0 0 170845 9 0 0 25 0 1 0 20980517 26238976 6004 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/15763/statm: 6406 6004 76 150 0 6253 0
Current children cumulated CPU time (s) 1709.6
Current children cumulated vsize (KiB) 47848

[startup+1782.3 s]
/proc/loadavg: 2.23 2.13 2.03 3/78 15980
/proc/meminfo: memFree=1087704/2055920 swapFree=4192956/4192956
[pid=15739] ppid=15737 vsize=16868 CPUtime=1.06
/proc/15739/stat : 15739 (sugar) S 15737 15739 15312 0 -1 4194304 1376 11730 0 2 5 2 91 8 16 0 1 0 20980400 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15739/statm: 4217 1113 409 3 0 796 0
[pid=15762] ppid=15739 vsize=5356 CPUtime=0
/proc/15762/stat : 15762 (sh) S 15739 15739 15312 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20980517 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15762/statm: 1339 232 193 169 0 50 0
[pid=15763] ppid=15762 vsize=25972 CPUtime=1767.99
/proc/15763/stat : 15763 (minisat) R 15762 15739 15312 0 -1 4194304 6110 0 0 0 176789 10 0 0 25 0 1 0 20980517 26595328 6096 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15763/statm: 6493 6096 76 150 0 6340 0
Current children cumulated CPU time (s) 1769.05
Current children cumulated vsize (KiB) 48196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.6 s]
/proc/loadavg: 2.19 2.13 2.04 3/78 15980
/proc/meminfo: memFree=1087128/2055920 swapFree=4192956/4192956
[pid=15739] ppid=15737 vsize=16868 CPUtime=1.06
/proc/15739/stat : 15739 (sugar) S 15737 15739 15312 0 -1 4194304 1376 11730 0 2 5 2 91 8 16 0 1 0 20980400 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15739/statm: 4217 1113 409 3 0 796 0
[pid=15762] ppid=15739 vsize=5356 CPUtime=0
/proc/15762/stat : 15762 (sh) S 15739 15739 15312 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20980517 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15762/statm: 1339 232 193 169 0 50 0
[pid=15763] ppid=15762 vsize=26784 CPUtime=1798.99
/proc/15763/stat : 15763 (minisat) R 15762 15739 15312 0 -1 4194304 6287 0 0 0 179889 10 0 0 25 0 1 0 20980517 27426816 6273 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15763/statm: 6696 6273 76 150 0 6543 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 49008

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0
Real time (s): 1813.62
CPU time (s): 1800.08
CPU user time (s): 1799.87
CPU system time (s): 0.216967
CPU usage (%): 99.2536
Max. virtual memory (cumulated for all children) (KiB): 890804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.87
system time used= 0.216967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20101
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1463
involuntary context switches= 30899

runsolver used 2.26965 second user time and 5.76312 second system time

The end

Launcher Data

Begin job on node86 at 2009-07-11 21:05:51
IDJOB=2065824
IDBENCH=54432
IDSOLVER=739
FILE ID=node86/2065824-1247339151
PBS_JOBID= 9506794
Free space on /tmp= 66304 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ramsey3/normalized-ramsey-17-3.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-2065824-1247339151/watcher-2065824-1247339151 -o /tmp/evaluation-result-2065824-1247339151/solver-2065824-1247339151 -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-2065824-1247339151.xml

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

MD5SUM BENCH= 10e52fb937aba3eef4652d1b52d5e1e7
RANDOM SEED=749333409

node86.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.265
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.265
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1142664 kB
Buffers:         65144 kB
Cached:         746572 kB
SwapCached:          0 kB
Active:         133920 kB
Inactive:       704072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1142664 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1516 kB
Writeback:           0 kB
Mapped:          37340 kB
Slab:            60408 kB
Committed_AS:   141568 kB
PageTables:       1936 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= 66304 MiB
End job on node86 at 2009-07-11 21:36:07