Trace number 2065967

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.11 1805.22

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-20.xml
MD5SUMe33464de6d36c41189e3c9712ad7286f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.05899
Satisfiable
(Un)Satisfiability was proved
Number of variables39
Number of constraints380
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension0
Number of constraints which are defined in intension380
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 Sat Jul 11 21:37:27 2009
0.00/0.08	c 0	PID 14261
0.07/0.08	c 0	HOST node19.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2065967-1247341047.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-2065967-1247341047.xml' 'HOME/temp.csp'
0.07/0.42	c 0	2 domains, 39 variables, 2 predicates, 0 relations, 380 constraints
0.07/0.46	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.46	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.40/0.54	c 0	Parsing HOME/temp.csp
0.40/0.58	c 1	parsed 423 expressions
0.40/0.59	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.40/0.59	c 1	Converting to clausal form CSP
0.40/0.61	c 1	converted 43 (10%) expressions
0.40/0.64	c 1	converted 85 (20%) expressions
0.40/0.66	c 1	converted 127 (30%) expressions
0.40/0.68	c 1	converted 170 (40%) expressions
0.40/0.69	c 1	converted 212 (50%) expressions
0.40/0.72	c 1	converted 254 (60%) expressions
0.40/0.74	c 1	converted 297 (70%) expressions
0.40/0.74	c 1	converted 339 (80%) expressions
0.40/0.81	c 1	converted 381 (90%) expressions
0.40/0.82	c 1	converted 423 (100%) expressions
0.40/0.82	c 1	CSP : 39 integers, 0 booleans, 418 clauses, largest domain size 20
0.40/0.82	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.40/0.82	c 1	Propagation in CSP
0.40/0.83	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.40/0.83	c 1	CSP : 39 integers, 0 booleans, 418 clauses, largest domain size 20
0.40/0.83	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.40/0.83	c 1	Simplifing CSP by introducing new Boolean variables
0.40/0.85	c 1	CSP : 39 integers, 760 booleans, 1178 clauses, largest domain size 20
0.40/0.85	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.40/0.87	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.40/0.88	c 1	4 (10%) CSP integer variables are encoded (72 clauses, 695 bytes)
0.40/0.88	c 1	8 (20%) CSP integer variables are encoded (144 clauses, 1444 bytes)
0.40/0.88	c 1	12 (30%) CSP integer variables are encoded (216 clauses, 2236 bytes)
0.40/0.88	c 1	16 (40%) CSP integer variables are encoded (288 clauses, 3028 bytes)
0.40/0.88	c 1	20 (50%) CSP integer variables are encoded (360 clauses, 3820 bytes)
0.40/0.88	c 1	24 (60%) CSP integer variables are encoded (428 clauses, 4568 bytes)
0.40/0.88	c 1	28 (70%) CSP integer variables are encoded (496 clauses, 5316 bytes)
0.40/0.88	c 1	32 (80%) CSP integer variables are encoded (564 clauses, 6064 bytes)
0.40/0.88	c 1	36 (90%) CSP integer variables are encoded (632 clauses, 6812 bytes)
0.40/0.88	c 1	39 (100%) CSP integer variables are encoded (683 clauses, 7373 bytes)
0.40/0.90	c 1	118 (10%) CSP clauses are encoded (2302 clauses, 30127 bytes)
0.40/0.91	c 1	236 (20%) CSP clauses are encoded (3921 clauses, 53527 bytes)
0.40/0.92	c 1	354 (30%) CSP clauses are encoded (5521 clauses, 77845 bytes)
0.40/0.92	c 1	472 (40%) CSP clauses are encoded (7140 clauses, 103601 bytes)
0.40/0.93	c 1	589 (50%) CSP clauses are encoded (8726 clauses, 129666 bytes)
0.40/0.93	c 1	707 (60%) CSP clauses are encoded (10266 clauses, 154940 bytes)
0.40/0.94	c 1	825 (70%) CSP clauses are encoded (11788 clauses, 179912 bytes)
0.40/0.95	c 1	943 (80%) CSP clauses are encoded (13328 clauses, 205186 bytes)
0.40/0.95	c 1	1061 (90%) CSP clauses are encoded (14868 clauses, 230460 bytes)
0.40/0.99	c 1	1178 (100%) CSP clauses are encoded (29601 clauses, 489248 bytes)
0.40/0.99	c 1	1178 CSP clauses encoded
0.40/0.99	c 1	Writing map file : HOME/temp.map
0.40/0.99	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.40/0.99	c 1	SAT : 1482 SAT variables, 29601 SAT clauses, 489248 bytes
0.40/0.99	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.90/1.05	c 1	SOLVING HOME/temp.cnf
0.90/1.05	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.90/1.05	c 1	This is MiniSat 2.0 beta
0.90/1.05	c 1	WARNING: for repeatability, setting FPU to use double precision
0.90/1.05	c 1	============================[ Problem Statistics ]=============================
0.90/1.05	c 1	|                                                                             |
0.90/1.05	c 1	|  Number of variables:  1482                                                 |
0.90/1.05	c 1	|  Number of clauses:    29601                                                |
0.90/1.07	c 1	|  Parsing time:         0.01         s                                       |
0.90/1.07	c 1	============================[ Search Statistics ]==============================
0.90/1.07	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.90/1.07	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.90/1.07	c 1	===============================================================================
0.90/1.07	c 1	|         0 |    1482    29601    92034 |     9867        0    nan |  0.000 % |
0.90/1.08	c 1	|       100 |    1482    29601    92034 |    10853      100      8 |  0.000 % |
0.90/1.09	c 1	|       250 |    1482    29601    92034 |    11939      250     18 |  0.000 % |
0.91/1.12	c 1	|       476 |    1482    29601    92034 |    13132      476     19 |  0.000 % |
0.91/1.15	c 1	|       814 |    1482    29601    92034 |    14446      814     20 |  0.000 % |
0.91/1.20	c 1	|      1320 |    1482    29601    92034 |    15890     1320     21 |  0.000 % |
0.91/1.29	c 1	|      2081 |    1482    29601    92034 |    17479     2081     19 |  0.001 % |
0.91/1.43	c 1	|      3223 |    1482    29601    92034 |    19227     3223     20 |  0.001 % |
0.91/1.71	c 2	|      4931 |    1482    29601    92034 |    21150     4931     23 |  0.000 % |
1.94/2.15	c 2	|      7495 |    1482    29601    92034 |    23265     7495     24 |  0.001 % |
2.63/2.85	c 3	|     11342 |    1482    29601    92034 |    25592    11342     26 |  0.000 % |
3.82/4.00	c 4	|     17108 |    1482    29601    92034 |    28151    17108     26 |  0.000 % |
5.60/5.88	c 6	|     25757 |    1482    29601    92034 |    30966    25757     25 |  0.000 % |
9.36/9.69	c 10	|     38731 |    1482    29601    92034 |    34063    18906     28 |  0.000 % |
15.71/16.01	c 16	|     58193 |    1482    29601    92034 |    37469    15330     29 |  0.001 % |
25.61/26.03	c 26	|     87385 |    1482    29601    92034 |    41216    19163     27 |  0.000 % |
40.26/40.89	c 41	|    131174 |    1482    29601    92034 |    45338    33230     30 |  0.000 % |
66.45/67.19	c 67	|    196861 |    1482    29601    92034 |    49872    33148     31 |  0.001 % |
106.52/107.57	c 108	|    295387 |    1482    29601    92034 |    54859    21475     31 |  0.001 % |
176.44/177.53	c 177	|    443178 |    1482    29601    92034 |    60345    45489     28 |  0.000 % |
287.23/288.65	c 289	|    664862 |    1482    29601    92034 |    66380    34087     33 |  0.001 % |
485.42/488.29	c 488	|    997387 |    1482    29601    92034 |    73018    54885     42 |  0.000 % |
806.65/811.40	c 811	|   1496175 |    1482    29601    92034 |    80320    29252     32 |  0.000 % |
1279.17/1284.16	c 1284	|   2244357 |    1482    29601    92034 |    88352    62955     38 |  0.001 % |
1800.07/1805.21	sh: line 1: 14285 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.07/1805.21	c 1805	DECODING HOME/temp.out WITH HOME/temp.map
1800.07/1805.21	c 1805	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/1805.21	c ERROR INTERRUPTED
1800.07/1805.21	s UNKNOWN
1800.07/1805.21	c 1805	CPU 1800.09 (0.06 0.02 1799.83 0.18)
1800.07/1805.21	c 1805	END Sat Jul 11 22:07:32 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-2065967-1247341047/watcher-2065967-1247341047 -o /tmp/evaluation-result-2065967-1247341047/solver-2065967-1247341047 -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-2065967-1247341047.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.93 2.00 1.99 4/81 14261
/proc/meminfo: memFree=1791272/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=4708 CPUtime=0
/proc/14261/stat : 14261 (sugar) R 14259 14261 12900 0 -1 4194304 58 0 0 0 0 0 0 0 22 0 1 0 21171328 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 255233947017 0 0 4096 0 0 0 0 17 1 0 0
/proc/14261/statm: 1177 43 33 3 0 8 0

[startup+0.082888 s]
/proc/loadavg: 1.93 2.00 1.99 4/81 14261
/proc/meminfo: memFree=1791272/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=16740 CPUtime=0.07
/proc/14261/stat : 14261 (sugar) S 14259 14261 12900 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 21171328 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14261/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101253 s]
/proc/loadavg: 1.93 2.00 1.99 4/81 14261
/proc/meminfo: memFree=1791272/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=16868 CPUtime=0.07
/proc/14261/stat : 14261 (sugar) S 14259 14261 12900 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21171328 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14261/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301275 s]
/proc/loadavg: 1.93 2.00 1.99 4/81 14261
/proc/meminfo: memFree=1791272/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=16868 CPUtime=0.07
/proc/14261/stat : 14261 (sugar) S 14259 14261 12900 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21171328 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14261/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701318 s]
/proc/loadavg: 1.93 2.00 1.99 4/81 14261
/proc/meminfo: memFree=1791272/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=16868 CPUtime=0.4
/proc/14261/stat : 14261 (sugar) S 14259 14261 12900 0 -1 4194304 1309 4588 0 1 5 2 30 3 15 0 1 0 21171328 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14261/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 16868

[startup+1.5014 s]
/proc/loadavg: 1.93 2.00 1.99 2/92 14283
/proc/meminfo: memFree=1777552/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=16868 CPUtime=0.91
/proc/14261/stat : 14261 (sugar) S 14259 14261 12900 0 -1 4194304 1376 11184 0 2 5 2 77 7 15 0 1 0 21171328 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14261/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 16868

[startup+3.10157 s]
/proc/loadavg: 1.93 2.00 1.99 3/84 14285
/proc/meminfo: memFree=1786640/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=16868 CPUtime=0.91
/proc/14261/stat : 14261 (sugar) S 14259 14261 12900 0 -1 4194304 1376 11184 0 2 5 2 77 7 15 0 1 0 21171328 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14261/statm: 4217 1113 409 3 0 796 0
[pid=14284] ppid=14261 vsize=5356 CPUtime=0
/proc/14284/stat : 14284 (sh) S 14261 14261 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21171433 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14284/statm: 1339 232 193 169 0 50 0
[pid=14285] ppid=14284 vsize=4960 CPUtime=2.01
/proc/14285/stat : 14285 (minisat) R 14284 14261 12900 0 -1 4194304 994 0 0 0 201 0 0 0 25 0 1 0 21171433 5079040 980 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/14285/statm: 1240 980 75 150 0 1087 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 27184

[startup+6.30292 s]
/proc/loadavg: 1.94 2.00 1.99 3/84 14285
/proc/meminfo: memFree=1784400/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=16868 CPUtime=0.91
/proc/14261/stat : 14261 (sugar) S 14259 14261 12900 0 -1 4194304 1376 11184 0 2 5 2 77 7 16 0 1 0 21171328 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14261/statm: 4217 1113 409 3 0 796 0
[pid=14284] ppid=14261 vsize=5356 CPUtime=0
/proc/14284/stat : 14284 (sh) S 14261 14261 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21171433 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14284/statm: 1339 232 193 169 0 50 0
[pid=14285] ppid=14284 vsize=6848 CPUtime=5.19
/proc/14285/stat : 14285 (minisat) R 14284 14261 12900 0 -1 4194304 1477 0 0 0 518 1 0 0 25 0 1 0 21171433 7012352 1463 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/14285/statm: 1712 1463 75 150 0 1559 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 29072

[startup+12.7016 s]
/proc/loadavg: 1.94 2.00 1.99 3/84 14285
/proc/meminfo: memFree=1782800/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=16868 CPUtime=0.91
/proc/14261/stat : 14261 (sugar) S 14259 14261 12900 0 -1 4194304 1376 11184 0 2 5 2 77 7 16 0 1 0 21171328 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14261/statm: 4217 1113 409 3 0 796 0
[pid=14284] ppid=14261 vsize=5356 CPUtime=0
/proc/14284/stat : 14284 (sh) S 14261 14261 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21171433 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14284/statm: 1339 232 193 169 0 50 0
[pid=14285] ppid=14284 vsize=7672 CPUtime=11.52
/proc/14285/stat : 14285 (minisat) R 14284 14261 12900 0 -1 4194304 1683 0 0 0 1151 1 0 0 25 0 1 0 21171433 7856128 1669 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/14285/statm: 1918 1669 75 150 0 1765 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 29896

[startup+25.502 s]
/proc/loadavg: 1.95 2.00 1.99 3/84 14285
/proc/meminfo: memFree=1779600/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=16868 CPUtime=0.91
/proc/14261/stat : 14261 (sugar) S 14259 14261 12900 0 -1 4194304 1376 11184 0 2 5 2 77 7 16 0 1 0 21171328 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14261/statm: 4217 1113 409 3 0 796 0
[pid=14284] ppid=14261 vsize=5356 CPUtime=0
/proc/14284/stat : 14284 (sh) S 14261 14261 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21171433 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14284/statm: 1339 232 193 169 0 50 0
[pid=14285] ppid=14284 vsize=8992 CPUtime=24.2
/proc/14285/stat : 14285 (minisat) R 14284 14261 12900 0 -1 4194304 2028 0 0 0 2418 2 0 0 25 0 1 0 21171433 9207808 2014 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14285/statm: 2248 2014 75 150 0 2095 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 31216

[startup+51.1017 s]
/proc/loadavg: 1.97 2.00 1.99 3/84 14285
/proc/meminfo: memFree=1778384/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=16868 CPUtime=0.91
/proc/14261/stat : 14261 (sugar) S 14259 14261 12900 0 -1 4194304 1376 11184 0 2 5 2 77 7 16 0 1 0 21171328 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14261/statm: 4217 1113 409 3 0 796 0
[pid=14284] ppid=14261 vsize=5356 CPUtime=0
/proc/14284/stat : 14284 (sh) S 14261 14261 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21171433 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14284/statm: 1339 232 193 169 0 50 0
[pid=14285] ppid=14284 vsize=11052 CPUtime=49.55
/proc/14285/stat : 14285 (minisat) R 14284 14261 12900 0 -1 4194304 2529 0 0 0 4953 2 0 0 25 0 1 0 21171433 11317248 2515 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14285/statm: 2763 2515 75 150 0 2610 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 33276

[startup+102.307 s]
/proc/loadavg: 1.98 2.00 1.99 3/84 14285
/proc/meminfo: memFree=1777296/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=16868 CPUtime=0.91
/proc/14261/stat : 14261 (sugar) S 14259 14261 12900 0 -1 4194304 1376 11184 0 2 5 2 77 7 16 0 1 0 21171328 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14261/statm: 4217 1113 409 3 0 796 0
[pid=14284] ppid=14261 vsize=5356 CPUtime=0
/proc/14284/stat : 14284 (sh) S 14261 14261 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21171433 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14284/statm: 1339 232 193 169 0 50 0
[pid=14285] ppid=14284 vsize=12640 CPUtime=100.46
/proc/14285/stat : 14285 (minisat) R 14284 14261 12900 0 -1 4194304 2902 0 0 0 10043 3 0 0 25 0 1 0 21171433 12943360 2888 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/14285/statm: 3160 2888 75 150 0 3007 0
Current children cumulated CPU time (s) 101.37
Current children cumulated vsize (KiB) 34864

[startup+162.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/84 14285
/proc/meminfo: memFree=1774160/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=16868 CPUtime=0.91
/proc/14261/stat : 14261 (sugar) S 14259 14261 12900 0 -1 4194304 1376 11184 0 2 5 2 77 7 16 0 1 0 21171328 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14261/statm: 4217 1113 409 3 0 796 0
[pid=14284] ppid=14261 vsize=5356 CPUtime=0
/proc/14284/stat : 14284 (sh) S 14261 14261 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21171433 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14284/statm: 1339 232 193 169 0 50 0
[pid=14285] ppid=14284 vsize=14248 CPUtime=160.33
/proc/14285/stat : 14285 (minisat) R 14284 14261 12900 0 -1 4194304 3335 0 0 0 16030 3 0 0 25 0 1 0 21171433 14589952 3321 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14285/statm: 3562 3321 75 150 0 3409 0
Current children cumulated CPU time (s) 161.24
Current children cumulated vsize (KiB) 36472

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/84 14285
/proc/meminfo: memFree=1771408/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=16868 CPUtime=0.91
/proc/14261/stat : 14261 (sugar) S 14259 14261 12900 0 -1 4194304 1376 11184 0 2 5 2 77 7 16 0 1 0 21171328 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14261/statm: 4217 1113 409 3 0 796 0
[pid=14284] ppid=14261 vsize=5356 CPUtime=0
/proc/14284/stat : 14284 (sh) S 14261 14261 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21171433 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14284/statm: 1339 232 193 169 0 50 0
[pid=14285] ppid=14284 vsize=16496 CPUtime=220.31
/proc/14285/stat : 14285 (minisat) R 14284 14261 12900 0 -1 4194304 3883 0 0 0 22027 4 0 0 25 0 1 0 21171433 16891904 3869 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/14285/statm: 4124 3869 75 150 0 3971 0
Current children cumulated CPU time (s) 221.22
Current children cumulated vsize (KiB) 38720

[startup+282.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/84 14285
/proc/meminfo: memFree=1771728/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=16868 CPUtime=0.91
/proc/14261/stat : 14261 (sugar) S 14259 14261 12900 0 -1 4194304 1376 11184 0 2 5 2 77 7 16 0 1 0 21171328 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14261/statm: 4217 1113 409 3 0 796 0
[pid=14284] ppid=14261 vsize=5356 CPUtime=0
/proc/14284/stat : 14284 (sh) S 14261 14261 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21171433 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14284/statm: 1339 232 193 169 0 50 0
[pid=14285] ppid=14284 vsize=17176 CPUtime=280.08
/proc/14285/stat : 14285 (minisat) R 14284 14261 12900 0 -1 4194304 4047 0 0 0 28004 4 0 0 25 0 1 0 21171433 17588224 4033 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14285/statm: 4294 4033 75 150 0 4141 0
Current children cumulated CPU time (s) 280.99
Current children cumulated vsize (KiB) 39400

[startup+342.302 s]

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

[pid=14261] ppid=14259 vsize=16868 CPUtime=0.91
/proc/14261/stat : 14261 (sugar) S 14259 14261 12900 0 -1 4194304 1376 11184 0 2 5 2 77 7 16 0 1 0 21171328 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14261/statm: 4217 1113 409 3 0 796 0
[pid=14284] ppid=14261 vsize=5356 CPUtime=0
/proc/14284/stat : 14284 (sh) S 14261 14261 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21171433 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14284/statm: 1339 232 193 169 0 50 0
[pid=14285] ppid=14284 vsize=28224 CPUtime=1236.47
/proc/14285/stat : 14285 (minisat) R 14284 14261 12900 0 -1 4194304 6731 0 0 0 123639 8 0 0 25 0 1 0 21171433 28901376 6717 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14285/statm: 7056 6717 75 150 0 6903 0
Current children cumulated CPU time (s) 1237.38
Current children cumulated vsize (KiB) 50448

[startup+1302.3 s]
/proc/loadavg: 2.09 2.07 2.01 3/85 14329
/proc/meminfo: memFree=1821376/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=16868 CPUtime=0.92
/proc/14261/stat : 14261 (sugar) S 14259 14261 12900 0 -1 4194304 1376 11184 0 2 6 2 77 7 16 0 1 0 21171328 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14261/statm: 4217 1113 409 3 0 796 0
[pid=14284] ppid=14261 vsize=5356 CPUtime=0
/proc/14284/stat : 14284 (sh) S 14261 14261 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21171433 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14284/statm: 1339 232 193 169 0 50 0
[pid=14285] ppid=14284 vsize=29452 CPUtime=1296.45
/proc/14285/stat : 14285 (minisat) R 14284 14261 12900 0 -1 4194304 7048 0 0 0 129636 9 0 0 25 0 1 0 21171433 30158848 7034 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/14285/statm: 7363 7034 75 150 0 7210 0
Current children cumulated CPU time (s) 1297.37
Current children cumulated vsize (KiB) 51676

[startup+1362.3 s]
/proc/loadavg: 2.22 2.10 2.02 3/85 14329
/proc/meminfo: memFree=1821376/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=16868 CPUtime=0.92
/proc/14261/stat : 14261 (sugar) S 14259 14261 12900 0 -1 4194304 1376 11184 0 2 6 2 77 7 16 0 1 0 21171328 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14261/statm: 4217 1113 409 3 0 796 0
[pid=14284] ppid=14261 vsize=5356 CPUtime=0
/proc/14284/stat : 14284 (sh) S 14261 14261 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21171433 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14284/statm: 1339 232 193 169 0 50 0
[pid=14285] ppid=14284 vsize=29452 CPUtime=1356.43
/proc/14285/stat : 14285 (minisat) R 14284 14261 12900 0 -1 4194304 7048 0 0 0 135634 9 0 0 25 0 1 0 21171433 30158848 7034 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14285/statm: 7363 7034 75 150 0 7210 0
Current children cumulated CPU time (s) 1357.35
Current children cumulated vsize (KiB) 51676

[startup+1422.31 s]
/proc/loadavg: 2.22 2.11 2.03 3/85 14335
/proc/meminfo: memFree=1821056/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=16868 CPUtime=0.92
/proc/14261/stat : 14261 (sugar) S 14259 14261 12900 0 -1 4194304 1376 11184 0 2 6 2 77 7 16 0 1 0 21171328 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14261/statm: 4217 1113 409 3 0 796 0
[pid=14284] ppid=14261 vsize=5356 CPUtime=0
/proc/14284/stat : 14284 (sh) S 14261 14261 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21171433 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14284/statm: 1339 232 193 169 0 50 0
[pid=14285] ppid=14284 vsize=29452 CPUtime=1416.4
/proc/14285/stat : 14285 (minisat) R 14284 14261 12900 0 -1 4194304 7048 0 0 0 141631 9 0 0 25 0 1 0 21171433 30158848 7034 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/14285/statm: 7363 7034 75 150 0 7210 0
Current children cumulated CPU time (s) 1417.32
Current children cumulated vsize (KiB) 51676

[startup+1482.3 s]
/proc/loadavg: 2.14 2.10 2.03 3/85 14335
/proc/meminfo: memFree=1821056/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=16868 CPUtime=0.92
/proc/14261/stat : 14261 (sugar) S 14259 14261 12900 0 -1 4194304 1376 11184 0 2 6 2 77 7 16 0 1 0 21171328 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14261/statm: 4217 1113 409 3 0 796 0
[pid=14284] ppid=14261 vsize=5356 CPUtime=0
/proc/14284/stat : 14284 (sh) S 14261 14261 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21171433 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14284/statm: 1339 232 193 169 0 50 0
[pid=14285] ppid=14284 vsize=29452 CPUtime=1476.37
/proc/14285/stat : 14285 (minisat) R 14284 14261 12900 0 -1 4194304 7048 0 0 0 147628 9 0 0 25 0 1 0 21171433 30158848 7034 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14285/statm: 7363 7034 75 150 0 7210 0
Current children cumulated CPU time (s) 1477.29
Current children cumulated vsize (KiB) 51676

[startup+1542.3 s]
/proc/loadavg: 2.11 2.10 2.03 3/85 14335
/proc/meminfo: memFree=1821056/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=16868 CPUtime=0.92
/proc/14261/stat : 14261 (sugar) S 14259 14261 12900 0 -1 4194304 1376 11184 0 2 6 2 77 7 16 0 1 0 21171328 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14261/statm: 4217 1113 409 3 0 796 0
[pid=14284] ppid=14261 vsize=5356 CPUtime=0
/proc/14284/stat : 14284 (sh) S 14261 14261 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21171433 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14284/statm: 1339 232 193 169 0 50 0
[pid=14285] ppid=14284 vsize=29452 CPUtime=1536.35
/proc/14285/stat : 14285 (minisat) R 14284 14261 12900 0 -1 4194304 7058 0 0 0 153626 9 0 0 25 0 1 0 21171433 30158848 7044 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14285/statm: 7363 7044 75 150 0 7210 0
Current children cumulated CPU time (s) 1537.27
Current children cumulated vsize (KiB) 51676

[startup+1602.3 s]
/proc/loadavg: 2.14 2.11 2.03 3/85 14335
/proc/meminfo: memFree=1820992/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=16868 CPUtime=0.92
/proc/14261/stat : 14261 (sugar) S 14259 14261 12900 0 -1 4194304 1376 11184 0 2 6 2 77 7 16 0 1 0 21171328 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14261/statm: 4217 1113 409 3 0 796 0
[pid=14284] ppid=14261 vsize=5356 CPUtime=0
/proc/14284/stat : 14284 (sh) S 14261 14261 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21171433 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14284/statm: 1339 232 193 169 0 50 0
[pid=14285] ppid=14284 vsize=29756 CPUtime=1596.32
/proc/14285/stat : 14285 (minisat) R 14284 14261 12900 0 -1 4194304 7099 0 0 0 159623 9 0 0 25 0 1 0 21171433 30470144 7085 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14285/statm: 7439 7085 75 150 0 7286 0
Current children cumulated CPU time (s) 1597.24
Current children cumulated vsize (KiB) 51980

[startup+1662.3 s]
/proc/loadavg: 2.23 2.13 2.04 3/85 14335
/proc/meminfo: memFree=1820608/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=16868 CPUtime=0.92
/proc/14261/stat : 14261 (sugar) S 14259 14261 12900 0 -1 4194304 1376 11184 0 2 6 2 77 7 16 0 1 0 21171328 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14261/statm: 4217 1113 409 3 0 796 0
[pid=14284] ppid=14261 vsize=5356 CPUtime=0
/proc/14284/stat : 14284 (sh) S 14261 14261 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21171433 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14284/statm: 1339 232 193 169 0 50 0
[pid=14285] ppid=14284 vsize=30048 CPUtime=1656.3
/proc/14285/stat : 14285 (minisat) R 14284 14261 12900 0 -1 4194304 7186 0 0 0 165621 9 0 0 25 0 1 0 21171433 30769152 7172 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14285/statm: 7512 7172 75 150 0 7359 0
Current children cumulated CPU time (s) 1657.22
Current children cumulated vsize (KiB) 52272

[startup+1722.3 s]
/proc/loadavg: 2.13 2.12 2.04 3/85 14335
/proc/meminfo: memFree=1820480/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=16868 CPUtime=0.92
/proc/14261/stat : 14261 (sugar) S 14259 14261 12900 0 -1 4194304 1376 11184 0 2 6 2 77 7 16 0 1 0 21171328 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14261/statm: 4217 1113 409 3 0 796 0
[pid=14284] ppid=14261 vsize=5356 CPUtime=0
/proc/14284/stat : 14284 (sh) S 14261 14261 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21171433 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14284/statm: 1339 232 193 169 0 50 0
[pid=14285] ppid=14284 vsize=30228 CPUtime=1716.27
/proc/14285/stat : 14285 (minisat) R 14284 14261 12900 0 -1 4194304 7207 0 0 0 171618 9 0 0 25 0 1 0 21171433 30953472 7193 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/14285/statm: 7557 7193 75 150 0 7404 0
Current children cumulated CPU time (s) 1717.19
Current children cumulated vsize (KiB) 52452

[startup+1782.3 s]
/proc/loadavg: 2.05 2.09 2.03 3/85 14335
/proc/meminfo: memFree=1819968/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=16868 CPUtime=0.92
/proc/14261/stat : 14261 (sugar) S 14259 14261 12900 0 -1 4194304 1376 11184 0 2 6 2 77 7 16 0 1 0 21171328 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14261/statm: 4217 1113 409 3 0 796 0
[pid=14284] ppid=14261 vsize=5356 CPUtime=0
/proc/14284/stat : 14284 (sh) S 14261 14261 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21171433 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14284/statm: 1339 232 193 169 0 50 0
[pid=14285] ppid=14284 vsize=30516 CPUtime=1776.25
/proc/14285/stat : 14285 (minisat) R 14284 14261 12900 0 -1 4194304 7287 0 0 0 177616 9 0 0 25 0 1 0 21171433 31248384 7273 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14285/statm: 7629 7273 75 150 0 7476 0
Current children cumulated CPU time (s) 1777.17
Current children cumulated vsize (KiB) 52740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.2 s]
/proc/loadavg: 2.03 2.08 2.03 3/85 14335
/proc/meminfo: memFree=1819712/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=16868 CPUtime=0.92
/proc/14261/stat : 14261 (sugar) S 14259 14261 12900 0 -1 4194304 1376 11184 0 2 6 2 77 7 16 0 1 0 21171328 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14261/statm: 4217 1113 409 3 0 796 0
[pid=14284] ppid=14261 vsize=5356 CPUtime=0
/proc/14284/stat : 14284 (sh) S 14261 14261 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21171433 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14284/statm: 1339 232 193 169 0 50 0
[pid=14285] ppid=14284 vsize=30780 CPUtime=1799.15
/proc/14285/stat : 14285 (minisat) R 14284 14261 12900 0 -1 4194304 7348 0 0 0 179906 9 0 0 25 0 1 0 21171433 31518720 7334 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14285/statm: 7695 7334 75 150 0 7542 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 53004

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): 1805.22
CPU time (s): 1800.11
CPU user time (s): 1799.9
CPU system time (s): 0.208968
CPU usage (%): 99.7167
Max. virtual memory (cumulated for all children) (KiB): 890800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.9
system time used= 0.208968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20572
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= 1425
involuntary context switches= 15951

runsolver used 2.07168 second user time and 6.15306 second system time

The end

Launcher Data

Begin job on node19 at 2009-07-11 21:37:27
IDJOB=2065967
IDBENCH=54449
IDSOLVER=739
FILE ID=node19/2065967-1247341047
PBS_JOBID= 9506650
Free space on /tmp= 66400 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/allIntervalSeries/normalized-series-20.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-2065967-1247341047/watcher-2065967-1247341047 -o /tmp/evaluation-result-2065967-1247341047/solver-2065967-1247341047 -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-2065967-1247341047.xml

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

MD5SUM BENCH= e33464de6d36c41189e3c9712ad7286f
RANDOM SEED=423880434

node19.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.211
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.211
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:       1791760 kB
Buffers:         16904 kB
Cached:         124332 kB
SwapCached:          0 kB
Active:         184624 kB
Inactive:        33388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1791760 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1332 kB
Writeback:           0 kB
Mapped:          89524 kB
Slab:            31080 kB
Committed_AS:   212656 kB
PageTables:       2160 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66428 MiB
End job on node19 at 2009-07-11 22:07:34