Trace number 2089925

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.12 1807.12

General information on the benchmark

Namecsp/rand-2-40-19/
normalized-rand-2-40-19-443-230-37_ext.xml
MD5SUM8a57b1b1e952d1328c4594be81a6d47d
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark104.513
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints336
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension336
Number of constraints which are defined in intension0
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 Sun Jul 12 11:26:05 2009
0.00/0.07	c 0	PID 27823
0.00/0.08	c 0	HOST node3.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2089925-1247390765.xml TO HOME/temp.csp
0.00/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-2089925-1247390765.xml' 'HOME/temp.csp'
0.06/0.53	c 1	1 domains, 40 variables, 0 predicates, 336 relations, 336 constraints
0.06/0.55	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.55	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.50/0.63	c 1	Parsing HOME/temp.csp
0.50/0.85	c 1	parsed 713 expressions
0.50/0.85	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.50/0.85	c 1	Converting to clausal form CSP
0.50/0.88	c 1	converted 72 (10%) expressions
0.50/0.88	c 1	converted 143 (20%) expressions
0.50/0.88	c 1	converted 214 (30%) expressions
0.50/0.89	c 1	converted 286 (40%) expressions
0.50/0.89	c 1	converted 357 (50%) expressions
0.50/0.96	c 1	converted 428 (60%) expressions
0.50/0.98	c 1	converted 500 (70%) expressions
0.50/0.99	c 1	converted 571 (80%) expressions
0.50/1.02	c 1	converted 642 (90%) expressions
0.50/1.03	c 1	converted 713 (100%) expressions
0.50/1.03	c 1	CSP : 40 integers, 0 booleans, 336 clauses, largest domain size 19
0.50/1.03	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.50/1.03	c 1	Propagation in CSP
0.50/1.04	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.50/1.04	c 1	CSP : 40 integers, 0 booleans, 336 clauses, largest domain size 19
0.50/1.04	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.50/1.04	c 1	Simplifing CSP by introducing new Boolean variables
0.50/1.04	c 1	CSP : 40 integers, 0 booleans, 336 clauses, largest domain size 19
0.50/1.04	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.50/1.08	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.50/1.08	c 1	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
0.50/1.09	c 1	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
0.50/1.09	c 1	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
0.50/1.09	c 1	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
0.50/1.09	c 1	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
0.50/1.09	c 1	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
0.50/1.09	c 1	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
0.50/1.10	c 1	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
0.50/1.10	c 1	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
0.50/1.10	c 1	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.02/1.15	c 1	34 (10%) CSP clauses are encoded (2892 clauses, 42957 bytes)
1.02/1.17	c 1	68 (20%) CSP clauses are encoded (5070 clauses, 79301 bytes)
1.02/1.18	c 1	101 (30%) CSP clauses are encoded (7260 clauses, 117909 bytes)
1.02/1.20	c 1	135 (40%) CSP clauses are encoded (9375 clauses, 157638 bytes)
1.12/1.21	c 1	168 (50%) CSP clauses are encoded (11459 clauses, 196799 bytes)
1.12/1.22	c 1	202 (60%) CSP clauses are encoded (13623 clauses, 237356 bytes)
1.12/1.24	c 1	236 (70%) CSP clauses are encoded (15780 clauses, 277836 bytes)
1.12/1.25	c 1	269 (80%) CSP clauses are encoded (17926 clauses, 317875 bytes)
1.12/1.26	c 1	303 (90%) CSP clauses are encoded (19982 clauses, 356674 bytes)
1.12/1.28	c 1	336 (100%) CSP clauses are encoded (22199 clauses, 398221 bytes)
1.12/1.28	c 1	336 CSP clauses encoded
1.12/1.28	c 1	Writing map file : HOME/temp.map
1.12/1.28	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.12/1.28	c 1	SAT : 720 SAT variables, 22199 SAT clauses, 398221 bytes
1.12/1.28	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.12/1.29	c 1	SOLVING HOME/temp.cnf
1.12/1.29	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.12/1.29	c 1	This is MiniSat 2.0 beta
1.12/1.29	c 1	WARNING: for repeatability, setting FPU to use double precision
1.12/1.29	c 1	============================[ Problem Statistics ]=============================
1.12/1.29	c 1	|                                                                             |
1.12/1.29	c 1	|  Number of variables:  720                                                  |
1.12/1.29	c 1	|  Number of clauses:    22199                                                |
1.22/1.31	c 1	|  Parsing time:         0.01         s                                       |
1.22/1.31	c 1	============================[ Search Statistics ]==============================
1.22/1.31	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.22/1.31	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.22/1.31	c 1	===============================================================================
1.22/1.31	c 1	|         0 |     720    22199    81459 |     7399        0    nan |  0.000 % |
1.22/1.32	c 1	|       100 |     720    22199    81459 |     8139      100     11 |  0.000 % |
1.22/1.34	c 1	|       250 |     720    22199    81459 |     8953      250     11 |  0.007 % |
1.22/1.36	c 1	|       475 |     720    22199    81459 |     9848      475     11 |  0.006 % |
1.22/1.40	c 1	|       813 |     720    22199    81459 |    10833      813     12 |  0.007 % |
1.22/1.45	c 1	|      1323 |     720    22199    81459 |    11917     1323     12 |  0.007 % |
1.22/1.54	c 2	|      2082 |     720    22199    81459 |    13108     2082     12 |  0.002 % |
1.22/1.67	c 2	|      3222 |     720    22199    81459 |    14419     3222     13 |  0.002 % |
1.22/1.88	c 2	|      4931 |     720    22199    81459 |    15861     4931     14 |  0.008 % |
2.12/2.22	c 2	|      7494 |     720    22199    81459 |    17448     7494     15 |  0.001 % |
2.62/2.77	c 3	|     11338 |     720    22199    81459 |    19192    11338     15 |  0.007 % |
3.61/3.78	c 4	|     17105 |     720    22199    81459 |    21112    17105     15 |  0.007 % |
5.42/5.59	c 6	|     25756 |     720    22199    81459 |    23223    15110     14 |  0.007 % |
8.11/8.29	c 8	|     38730 |     720    22199    81459 |    25545    16401     15 |  0.008 % |
12.51/12.69	c 13	|     58194 |     720    22199    81459 |    28100    22830     16 |  0.002 % |
19.30/19.50	c 19	|     87386 |     720    22199    81459 |    30910    19531     20 |  0.004 % |
30.70/30.80	c 31	|    131176 |     720    22199    81459 |    34001    26562     18 |  0.008 % |
49.19/49.33	c 49	|    196862 |     720    22199    81459 |    37401    31605     18 |  0.003 % |
76.48/76.61	c 77	|    295388 |     720    22199    81459 |    41141    34721     20 |  0.002 % |
123.43/123.60	c 124	|    443177 |     720    22199    81459 |    45255    23497     18 |  0.003 % |
193.04/193.59	c 194	|    664860 |     719    22122    81238 |    49781    16353     18 |  0.139 % |
301.89/302.86	c 303	|    997385 |     719    22122    81238 |    54759    28857     18 |  0.143 % |
474.09/475.74	c 476	|   1496174 |     719    22122    81238 |    60235    47208     20 |  0.141 % |
767.58/770.43	c 770	|   2244356 |     719    22122    81238 |    66258    38274     19 |  0.143 % |
1232.79/1237.59	c 1238	|   3366631 |     719    22122    81238 |    72884    38192     20 |  0.141 % |
1800.07/1807.11	sh: line 1: 27847 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.07/1807.11	c 1807	DECODING HOME/temp.out WITH HOME/temp.map
1800.07/1807.11	c 1807	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.07/1807.11	c ERROR INTERRUPTED
1800.07/1807.11	s UNKNOWN
1800.07/1807.11	c 1807	CPU 1800.1 (0.05 0.01 1799.87 0.17)
1800.07/1807.11	c 1807	END Sun Jul 12 11:56:12 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-2089925-1247390765/watcher-2089925-1247390765 -o /tmp/evaluation-result-2089925-1247390765/solver-2089925-1247390765 -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-2089925-1247390765.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: 2.10 2.09 1.87 4/81 27823
/proc/meminfo: memFree=1626280/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=18576 CPUtime=0
/proc/27823/stat : 27823 (runsolver) R 27821 27823 26916 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 26144071 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 233632754983 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27823/statm: 4644 284 249 26 0 2626 0

[startup+0.102718 s]
/proc/loadavg: 2.10 2.09 1.87 4/81 27823
/proc/meminfo: memFree=1626280/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=16868 CPUtime=0.06
/proc/27823/stat : 27823 (sugar) S 27821 27823 26916 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 26144071 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27823/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201737 s]
/proc/loadavg: 2.10 2.09 1.87 4/81 27823
/proc/meminfo: memFree=1626280/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=16868 CPUtime=0.06
/proc/27823/stat : 27823 (sugar) S 27821 27823 26916 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 26144071 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27823/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301749 s]
/proc/loadavg: 2.10 2.09 1.87 4/81 27823
/proc/meminfo: memFree=1626280/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=16868 CPUtime=0.06
/proc/27823/stat : 27823 (sugar) S 27821 27823 26916 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 26144071 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27823/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701815 s]
/proc/loadavg: 2.10 2.09 1.87 4/81 27823
/proc/meminfo: memFree=1626280/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=16868 CPUtime=0.5
/proc/27823/stat : 27823 (sugar) S 27821 27823 26916 0 -1 4194304 1309 4806 0 1 5 1 41 3 16 0 1 0 26144071 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27823/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 16868

[startup+1.50194 s]
/proc/loadavg: 2.10 2.09 1.87 3/92 27845
/proc/meminfo: memFree=1608848/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=16868 CPUtime=1.22
/proc/27823/stat : 27823 (sugar) S 27821 27823 26916 0 -1 4194304 1376 11942 0 2 5 1 109 7 15 0 1 0 26144071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27823/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 16868

[startup+3.1012 s]
/proc/loadavg: 2.10 2.09 1.87 3/84 27847
/proc/meminfo: memFree=1619984/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=16868 CPUtime=1.22
/proc/27823/stat : 27823 (sugar) S 27821 27823 26916 0 -1 4194304 1376 11942 0 2 5 1 109 7 15 0 1 0 26144071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27823/statm: 4217 1113 409 3 0 796 0
[pid=27846] ppid=27823 vsize=5356 CPUtime=0
/proc/27846/stat : 27846 (sh) S 27823 27823 26916 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26144200 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27846/statm: 1339 232 193 169 0 50 0
[pid=27847] ppid=27846 vsize=4180 CPUtime=1.79
/proc/27847/stat : 27847 (minisat) R 27846 27823 26916 0 -1 4194304 796 0 0 0 179 0 0 0 25 0 1 0 26144200 4280320 782 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/27847/statm: 1045 782 75 150 0 892 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 26404

[startup+6.30172 s]
/proc/loadavg: 2.09 2.08 1.87 3/84 27847
/proc/meminfo: memFree=1618512/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=16868 CPUtime=1.22
/proc/27823/stat : 27823 (sugar) S 27821 27823 26916 0 -1 4194304 1376 11942 0 2 5 1 109 7 16 0 1 0 26144071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27823/statm: 4217 1113 409 3 0 796 0
[pid=27846] ppid=27823 vsize=5356 CPUtime=0
/proc/27846/stat : 27846 (sh) S 27823 27823 26916 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26144200 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27846/statm: 1339 232 193 169 0 50 0
[pid=27847] ppid=27846 vsize=5024 CPUtime=4.99
/proc/27847/stat : 27847 (minisat) R 27846 27823 26916 0 -1 4194304 991 0 0 0 499 0 0 0 25 0 1 0 26144200 5144576 977 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/27847/statm: 1256 977 75 150 0 1103 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 27248

[startup+12.7028 s]
/proc/loadavg: 2.08 2.08 1.87 3/84 27847
/proc/meminfo: memFree=1617752/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=16868 CPUtime=1.22
/proc/27823/stat : 27823 (sugar) S 27821 27823 26916 0 -1 4194304 1376 11942 0 2 5 1 109 7 16 0 1 0 26144071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27823/statm: 4217 1113 409 3 0 796 0
[pid=27846] ppid=27823 vsize=5356 CPUtime=0
/proc/27846/stat : 27846 (sh) S 27823 27823 26916 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26144200 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27846/statm: 1339 232 193 169 0 50 0
[pid=27847] ppid=27846 vsize=5552 CPUtime=11.39
/proc/27847/stat : 27847 (minisat) R 27846 27823 26916 0 -1 4194304 1152 0 0 0 1139 0 0 0 25 0 1 0 26144200 5685248 1138 996147200 134512640 135127466 4294956256 18446744073709551615 134530971 0 0 4096 3 0 0 0 17 1 0 0
/proc/27847/statm: 1388 1138 75 150 0 1235 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 27776

[startup+25.5018 s]
/proc/loadavg: 2.07 2.08 1.87 3/84 27847
/proc/meminfo: memFree=1616536/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=16868 CPUtime=1.22
/proc/27823/stat : 27823 (sugar) S 27821 27823 26916 0 -1 4194304 1376 11942 0 2 5 1 109 7 16 0 1 0 26144071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27823/statm: 4217 1113 409 3 0 796 0
[pid=27846] ppid=27823 vsize=5356 CPUtime=0
/proc/27846/stat : 27846 (sh) S 27823 27823 26916 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26144200 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27846/statm: 1339 232 193 169 0 50 0
[pid=27847] ppid=27846 vsize=6780 CPUtime=24.18
/proc/27847/stat : 27847 (minisat) R 27846 27823 26916 0 -1 4194304 1455 0 0 0 2418 0 0 0 25 0 1 0 26144200 6942720 1441 996147200 134512640 135127466 4294956256 18446744073709551615 134530778 0 0 4096 3 0 0 0 17 1 0 0
/proc/27847/statm: 1695 1441 75 150 0 1542 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 29004

[startup+51.102 s]
/proc/loadavg: 2.04 2.07 1.87 3/84 27847
/proc/meminfo: memFree=1615320/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=16868 CPUtime=1.22
/proc/27823/stat : 27823 (sugar) S 27821 27823 26916 0 -1 4194304 1376 11942 0 2 5 1 109 7 16 0 1 0 26144071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27823/statm: 4217 1113 409 3 0 796 0
[pid=27846] ppid=27823 vsize=5356 CPUtime=0
/proc/27846/stat : 27846 (sh) S 27823 27823 26916 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26144200 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27846/statm: 1339 232 193 169 0 50 0
[pid=27847] ppid=27846 vsize=8120 CPUtime=49.77
/proc/27847/stat : 27847 (minisat) R 27846 27823 26916 0 -1 4194304 1766 0 0 0 4976 1 0 0 25 0 1 0 26144200 8314880 1752 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27847/statm: 2030 1752 75 150 0 1877 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 30344

[startup+102.301 s]
/proc/loadavg: 2.02 2.06 1.88 4/84 27847
/proc/meminfo: memFree=1613656/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=16868 CPUtime=1.22
/proc/27823/stat : 27823 (sugar) S 27821 27823 26916 0 -1 4194304 1376 11942 0 2 5 1 109 7 16 0 1 0 26144071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27823/statm: 4217 1113 409 3 0 796 0
[pid=27846] ppid=27823 vsize=5356 CPUtime=0
/proc/27846/stat : 27846 (sh) S 27823 27823 26916 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26144200 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27846/statm: 1339 232 193 169 0 50 0
[pid=27847] ppid=27846 vsize=9548 CPUtime=100.95
/proc/27847/stat : 27847 (minisat) R 27846 27823 26916 0 -1 4194304 2103 0 0 0 10094 1 0 0 25 0 1 0 26144200 9777152 2089 996147200 134512640 135127466 4294956256 18446744073709551615 134527976 0 0 4096 3 0 0 0 17 1 0 0
/proc/27847/statm: 2387 2089 75 150 0 2234 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 31772

[startup+162.302 s]
/proc/loadavg: 1.97 2.03 1.88 3/76 27877
/proc/meminfo: memFree=1657112/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=16868 CPUtime=1.22
/proc/27823/stat : 27823 (sugar) S 27821 27823 26916 0 -1 4194304 1376 11942 0 2 5 1 109 7 16 0 1 0 26144071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27823/statm: 4217 1113 409 3 0 796 0
[pid=27846] ppid=27823 vsize=5356 CPUtime=0
/proc/27846/stat : 27846 (sh) S 27823 27823 26916 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26144200 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27846/statm: 1339 232 193 169 0 50 0
[pid=27847] ppid=27846 vsize=10508 CPUtime=160.74
/proc/27847/stat : 27847 (minisat) R 27846 27823 26916 0 -1 4194304 2356 0 0 0 16072 2 0 0 25 0 1 0 26144200 10760192 2342 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27847/statm: 2627 2342 75 150 0 2474 0
Current children cumulated CPU time (s) 161.96
Current children cumulated vsize (KiB) 32732

[startup+222.307 s]
/proc/loadavg: 1.99 2.02 1.88 3/76 27877
/proc/meminfo: memFree=1655768/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=16868 CPUtime=1.22
/proc/27823/stat : 27823 (sugar) S 27821 27823 26916 0 -1 4194304 1376 11942 0 2 5 1 109 7 16 0 1 0 26144071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27823/statm: 4217 1113 409 3 0 796 0
[pid=27846] ppid=27823 vsize=5356 CPUtime=0
/proc/27846/stat : 27846 (sh) S 27823 27823 26916 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26144200 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27846/statm: 1339 232 193 169 0 50 0
[pid=27847] ppid=27846 vsize=11728 CPUtime=220.5
/proc/27847/stat : 27847 (minisat) R 27846 27823 26916 0 -1 4194304 2664 0 0 0 22047 3 0 0 25 0 1 0 26144200 12009472 2650 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27847/statm: 2932 2650 75 150 0 2779 0
Current children cumulated CPU time (s) 221.72
Current children cumulated vsize (KiB) 33952

[startup+282.302 s]
/proc/loadavg: 1.99 2.02 1.89 3/76 27877
/proc/meminfo: memFree=1655384/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=16868 CPUtime=1.22
/proc/27823/stat : 27823 (sugar) S 27821 27823 26916 0 -1 4194304 1376 11942 0 2 5 1 109 7 16 0 1 0 26144071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27823/statm: 4217 1113 409 3 0 796 0
[pid=27846] ppid=27823 vsize=5356 CPUtime=0
/proc/27846/stat : 27846 (sh) S 27823 27823 26916 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26144200 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27846/statm: 1339 232 193 169 0 50 0
[pid=27847] ppid=27846 vsize=12156 CPUtime=280.26
/proc/27847/stat : 27847 (minisat) R 27846 27823 26916 0 -1 4194304 2760 0 0 0 28023 3 0 0 25 0 1 0 26144200 12447744 2746 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/27847/statm: 3039 2746 75 150 0 2886 0
Current children cumulated CPU time (s) 281.48
Current children cumulated vsize (KiB) 34380

[startup+342.302 s]

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

[pid=27823] ppid=27821 vsize=16868 CPUtime=1.22
/proc/27823/stat : 27823 (sugar) S 27821 27823 26916 0 -1 4194304 1376 11942 0 2 5 1 109 7 16 0 1 0 26144071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27823/statm: 4217 1113 409 3 0 796 0
[pid=27846] ppid=27823 vsize=5356 CPUtime=0
/proc/27846/stat : 27846 (sh) S 27823 27823 26916 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26144200 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27846/statm: 1339 232 193 169 0 50 0
[pid=27847] ppid=27846 vsize=19840 CPUtime=1236.35
/proc/27847/stat : 27847 (minisat) R 27846 27823 26916 0 -1 4194304 4583 0 0 0 123629 6 0 0 25 0 1 0 26144200 20316160 4569 996147200 134512640 135127466 4294956256 18446744073709551615 134527909 0 0 4096 3 0 0 0 17 0 0 0
/proc/27847/statm: 4960 4569 75 150 0 4807 0
Current children cumulated CPU time (s) 1237.57
Current children cumulated vsize (KiB) 42064

[startup+1302.3 s]
/proc/loadavg: 1.99 2.00 1.91 3/77 27878
/proc/meminfo: memFree=1646672/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=16868 CPUtime=1.22
/proc/27823/stat : 27823 (sugar) S 27821 27823 26916 0 -1 4194304 1376 11942 0 2 5 1 109 7 16 0 1 0 26144071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27823/statm: 4217 1113 409 3 0 796 0
[pid=27846] ppid=27823 vsize=5356 CPUtime=0
/proc/27846/stat : 27846 (sh) S 27823 27823 26916 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26144200 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27846/statm: 1339 232 193 169 0 50 0
[pid=27847] ppid=27846 vsize=20424 CPUtime=1296.11
/proc/27847/stat : 27847 (minisat) R 27846 27823 26916 0 -1 4194304 4726 0 0 0 129604 7 0 0 25 0 1 0 26144200 20914176 4712 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27847/statm: 5106 4712 75 150 0 4953 0
Current children cumulated CPU time (s) 1297.33
Current children cumulated vsize (KiB) 42648

[startup+1362.3 s]
/proc/loadavg: 1.99 2.00 1.91 3/77 27878
/proc/meminfo: memFree=1646160/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=16868 CPUtime=1.22
/proc/27823/stat : 27823 (sugar) S 27821 27823 26916 0 -1 4194304 1376 11942 0 2 5 1 109 7 16 0 1 0 26144071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27823/statm: 4217 1113 409 3 0 796 0
[pid=27846] ppid=27823 vsize=5356 CPUtime=0
/proc/27846/stat : 27846 (sh) S 27823 27823 26916 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26144200 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27846/statm: 1339 232 193 169 0 50 0
[pid=27847] ppid=27846 vsize=20840 CPUtime=1355.86
/proc/27847/stat : 27847 (minisat) R 27846 27823 26916 0 -1 4194304 4824 0 0 0 135579 7 0 0 25 0 1 0 26144200 21340160 4810 996147200 134512640 135127466 4294956256 18446744073709551615 134528568 0 0 4096 3 0 0 0 17 0 0 0
/proc/27847/statm: 5210 4810 75 150 0 5057 0
Current children cumulated CPU time (s) 1357.08
Current children cumulated vsize (KiB) 43064

[startup+1422.3 s]
/proc/loadavg: 1.99 2.00 1.91 3/77 27880
/proc/meminfo: memFree=1645136/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=16868 CPUtime=1.22
/proc/27823/stat : 27823 (sugar) S 27821 27823 26916 0 -1 4194304 1376 11942 0 2 5 1 109 7 16 0 1 0 26144071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27823/statm: 4217 1113 409 3 0 796 0
[pid=27846] ppid=27823 vsize=5356 CPUtime=0
/proc/27846/stat : 27846 (sh) S 27823 27823 26916 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26144200 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27846/statm: 1339 232 193 169 0 50 0
[pid=27847] ppid=27846 vsize=21636 CPUtime=1415.62
/proc/27847/stat : 27847 (minisat) R 27846 27823 26916 0 -1 4194304 5022 0 0 0 141555 7 0 0 25 0 1 0 26144200 22155264 5008 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27847/statm: 5409 5008 75 150 0 5256 0
Current children cumulated CPU time (s) 1416.84
Current children cumulated vsize (KiB) 43860

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 1.91 3/78 27881
/proc/meminfo: memFree=1644808/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=16868 CPUtime=1.22
/proc/27823/stat : 27823 (sugar) S 27821 27823 26916 0 -1 4194304 1376 11942 0 2 5 1 109 7 16 0 1 0 26144071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27823/statm: 4217 1113 409 3 0 796 0
[pid=27846] ppid=27823 vsize=5356 CPUtime=0
/proc/27846/stat : 27846 (sh) S 27823 27823 26916 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26144200 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27846/statm: 1339 232 193 169 0 50 0
[pid=27847] ppid=27846 vsize=21908 CPUtime=1475.37
/proc/27847/stat : 27847 (minisat) R 27846 27823 26916 0 -1 4194304 5099 0 0 0 147530 7 0 0 25 0 1 0 26144200 22433792 5085 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27847/statm: 5477 5085 75 150 0 5324 0
Current children cumulated CPU time (s) 1476.59
Current children cumulated vsize (KiB) 44132

[startup+1542.31 s]
/proc/loadavg: 1.99 2.00 1.91 3/78 27881
/proc/meminfo: memFree=1644808/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=16868 CPUtime=1.22
/proc/27823/stat : 27823 (sugar) S 27821 27823 26916 0 -1 4194304 1376 11942 0 2 5 1 109 7 16 0 1 0 26144071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27823/statm: 4217 1113 409 3 0 796 0
[pid=27846] ppid=27823 vsize=5356 CPUtime=0
/proc/27846/stat : 27846 (sh) S 27823 27823 26916 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26144200 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27846/statm: 1339 232 193 169 0 50 0
[pid=27847] ppid=27846 vsize=22048 CPUtime=1535.13
/proc/27847/stat : 27847 (minisat) R 27846 27823 26916 0 -1 4194304 5114 0 0 0 153506 7 0 0 25 0 1 0 26144200 22577152 5100 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27847/statm: 5512 5100 75 150 0 5359 0
Current children cumulated CPU time (s) 1536.35
Current children cumulated vsize (KiB) 44272

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 1.91 3/78 27881
/proc/meminfo: memFree=1644616/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=16868 CPUtime=1.22
/proc/27823/stat : 27823 (sugar) S 27821 27823 26916 0 -1 4194304 1376 11942 0 2 5 1 109 7 16 0 1 0 26144071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27823/statm: 4217 1113 409 3 0 796 0
[pid=27846] ppid=27823 vsize=5356 CPUtime=0
/proc/27846/stat : 27846 (sh) S 27823 27823 26916 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26144200 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27846/statm: 1339 232 193 169 0 50 0
[pid=27847] ppid=27846 vsize=22352 CPUtime=1594.88
/proc/27847/stat : 27847 (minisat) R 27846 27823 26916 0 -1 4194304 5176 0 0 0 159481 7 0 0 25 0 1 0 26144200 22888448 5162 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27847/statm: 5588 5162 75 150 0 5435 0
Current children cumulated CPU time (s) 1596.1
Current children cumulated vsize (KiB) 44576

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 1.91 3/78 27881
/proc/meminfo: memFree=1644488/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=16868 CPUtime=1.22
/proc/27823/stat : 27823 (sugar) S 27821 27823 26916 0 -1 4194304 1376 11942 0 2 5 1 109 7 16 0 1 0 26144071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27823/statm: 4217 1113 409 3 0 796 0
[pid=27846] ppid=27823 vsize=5356 CPUtime=0
/proc/27846/stat : 27846 (sh) S 27823 27823 26916 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26144200 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27846/statm: 1339 232 193 169 0 50 0
[pid=27847] ppid=27846 vsize=22352 CPUtime=1654.63
/proc/27847/stat : 27847 (minisat) R 27846 27823 26916 0 -1 4194304 5205 0 0 0 165456 7 0 0 25 0 1 0 26144200 22888448 5191 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27847/statm: 5588 5191 75 150 0 5435 0
Current children cumulated CPU time (s) 1655.85
Current children cumulated vsize (KiB) 44576

[startup+1722.3 s]
/proc/loadavg: 2.10 2.03 1.92 3/79 27882
/proc/meminfo: memFree=1644288/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=16868 CPUtime=1.22
/proc/27823/stat : 27823 (sugar) S 27821 27823 26916 0 -1 4194304 1376 11942 0 2 5 1 109 7 16 0 1 0 26144071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27823/statm: 4217 1113 409 3 0 796 0
[pid=27846] ppid=27823 vsize=5356 CPUtime=0
/proc/27846/stat : 27846 (sh) S 27823 27823 26916 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26144200 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27846/statm: 1339 232 193 169 0 50 0
[pid=27847] ppid=27846 vsize=22512 CPUtime=1714.4
/proc/27847/stat : 27847 (minisat) R 27846 27823 26916 0 -1 4194304 5231 0 0 0 171432 8 0 0 25 0 1 0 26144200 23052288 5217 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/27847/statm: 5628 5217 75 150 0 5475 0
Current children cumulated CPU time (s) 1715.62
Current children cumulated vsize (KiB) 44736

[startup+1782.3 s]
/proc/loadavg: 2.34 2.11 1.95 3/79 27882
/proc/meminfo: memFree=1643904/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=16868 CPUtime=1.22
/proc/27823/stat : 27823 (sugar) S 27821 27823 26916 0 -1 4194304 1376 11942 0 2 5 1 109 7 16 0 1 0 26144071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27823/statm: 4217 1113 409 3 0 796 0
[pid=27846] ppid=27823 vsize=5356 CPUtime=0
/proc/27846/stat : 27846 (sh) S 27823 27823 26916 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26144200 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27846/statm: 1339 232 193 169 0 50 0
[pid=27847] ppid=27846 vsize=22840 CPUtime=1774.15
/proc/27847/stat : 27847 (minisat) R 27846 27823 26916 0 -1 4194304 5288 0 0 0 177407 8 0 0 25 0 1 0 26144200 23388160 5274 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/27847/statm: 5710 5274 75 150 0 5557 0
Current children cumulated CPU time (s) 1775.37
Current children cumulated vsize (KiB) 45064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.1 s]
/proc/loadavg: 2.22 2.10 1.95 3/79 27882
/proc/meminfo: memFree=1643904/2055920 swapFree=4192812/4192956
[pid=27823] ppid=27821 vsize=16868 CPUtime=1.22
/proc/27823/stat : 27823 (sugar) S 27821 27823 26916 0 -1 4194304 1376 11942 0 2 5 1 109 7 16 0 1 0 26144071 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27823/statm: 4217 1113 409 3 0 796 0
[pid=27846] ppid=27823 vsize=5356 CPUtime=0
/proc/27846/stat : 27846 (sh) S 27823 27823 26916 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26144200 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27846/statm: 1339 232 193 169 0 50 0
[pid=27847] ppid=27846 vsize=22840 CPUtime=1798.85
/proc/27847/stat : 27847 (minisat) R 27846 27823 26916 0 -1 4194304 5288 0 0 0 179877 8 0 0 25 0 1 0 26144200 23388160 5274 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27847/statm: 5710 5274 75 150 0 5557 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 45064

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): 1807.12
CPU time (s): 1800.12
CPU user time (s): 1799.93
CPU system time (s): 0.189971
CPU usage (%): 99.6126
Max. virtual memory (cumulated for all children) (KiB): 886536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.93
system time used= 0.189971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19297
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= 1780
involuntary context switches= 25463

runsolver used 2.14467 second user time and 4.51031 second system time

The end

Launcher Data

Begin job on node3 at 2009-07-12 11:26:05
IDJOB=2089925
IDBENCH=59646
IDSOLVER=739
FILE ID=node3/2089925-1247390765
PBS_JOBID= 9507263
Free space on /tmp= 66404 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-2-40-19/normalized-rand-2-40-19-443-230-37_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-2089925-1247390765/watcher-2089925-1247390765 -o /tmp/evaluation-result-2089925-1247390765/solver-2089925-1247390765 -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-2089925-1247390765.xml

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

MD5SUM BENCH= 8a57b1b1e952d1328c4594be81a6d47d
RANDOM SEED=1756165076

node3.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.259
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.259
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:       1626760 kB
Buffers:         24396 kB
Cached:         125408 kB
SwapCached:          0 kB
Active:         131396 kB
Inactive:       240892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1626760 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1508 kB
Writeback:           0 kB
Mapped:          83128 kB
Slab:            42008 kB
Committed_AS:   272976 kB
PageTables:       1896 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= 66408 MiB
End job on node3 at 2009-07-12 11:56:14