Trace number 2091553

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.06 1801.73

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-17_ext.xml
MD5SUMf0039dfe70d3c33dfd175699d19c7cc4
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark20.9178
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints348
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension348
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 12:34:13 2009
0.00/0.08	c 0	PID 28666
0.00/0.08	c 0	HOST node15.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2091553-1247394852.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-2091553-1247394852.xml' 'HOME/temp.csp'
0.06/0.61	c 0	1 domains, 40 variables, 0 predicates, 348 relations, 348 constraints
0.06/0.62	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.62	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.06/0.69	c 0	Parsing HOME/temp.csp
0.94/1.05	c 0	parsed 737 expressions
0.94/1.06	c 0	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.94/1.06	c 0	Converting to clausal form CSP
0.94/1.09	c 1	converted 74 (10%) expressions
0.94/1.09	c 1	converted 148 (20%) expressions
0.94/1.09	c 1	converted 222 (30%) expressions
0.94/1.10	c 1	converted 295 (40%) expressions
0.94/1.10	c 1	converted 369 (50%) expressions
1.04/1.17	c 1	converted 443 (60%) expressions
1.04/1.19	c 1	converted 516 (70%) expressions
1.14/1.20	c 1	converted 590 (80%) expressions
1.14/1.23	c 1	converted 664 (90%) expressions
1.14/1.24	c 1	converted 737 (100%) expressions
1.14/1.24	c 1	CSP : 40 integers, 0 booleans, 348 clauses, largest domain size 19
1.14/1.24	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.14/1.24	c 1	Propagation in CSP
1.14/1.25	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.14/1.25	c 1	CSP : 40 integers, 0 booleans, 348 clauses, largest domain size 19
1.14/1.25	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.14/1.25	c 1	Simplifing CSP by introducing new Boolean variables
1.14/1.25	c 1	CSP : 40 integers, 0 booleans, 348 clauses, largest domain size 19
1.14/1.25	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.14/1.29	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.14/1.29	c 1	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
1.14/1.30	c 1	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.23/1.30	c 1	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.23/1.30	c 1	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.23/1.30	c 1	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.23/1.30	c 1	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.23/1.31	c 1	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.23/1.31	c 1	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.23/1.31	c 1	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.23/1.31	c 1	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.23/1.36	c 1	35 (10%) CSP clauses are encoded (2856 clauses, 42887 bytes)
1.23/1.37	c 1	70 (20%) CSP clauses are encoded (5030 clauses, 79466 bytes)
1.23/1.39	c 1	105 (30%) CSP clauses are encoded (7110 clauses, 116208 bytes)
1.34/1.41	c 1	140 (40%) CSP clauses are encoded (9243 clauses, 156276 bytes)
1.34/1.42	c 1	174 (50%) CSP clauses are encoded (11374 clauses, 196410 bytes)
1.34/1.43	c 1	209 (60%) CSP clauses are encoded (13667 clauses, 239358 bytes)
1.34/1.45	c 1	244 (70%) CSP clauses are encoded (15927 clauses, 281759 bytes)
1.34/1.46	c 1	279 (80%) CSP clauses are encoded (18204 clauses, 324251 bytes)
1.34/1.48	c 1	314 (90%) CSP clauses are encoded (20460 clauses, 366699 bytes)
1.34/1.49	c 1	348 (100%) CSP clauses are encoded (22674 clauses, 408062 bytes)
1.34/1.49	c 1	348 CSP clauses encoded
1.34/1.49	c 1	Writing map file : HOME/temp.map
1.34/1.49	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.34/1.49	c 1	SAT : 720 SAT variables, 22674 SAT clauses, 408062 bytes
1.34/1.49	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.43/1.51	c 1	SOLVING HOME/temp.cnf
1.43/1.51	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.43/1.51	c 1	This is MiniSat 2.0 beta
1.43/1.51	c 1	WARNING: for repeatability, setting FPU to use double precision
1.43/1.51	c 1	============================[ Problem Statistics ]=============================
1.43/1.51	c 1	|                                                                             |
1.43/1.51	c 1	|  Number of variables:  720                                                  |
1.43/1.51	c 1	|  Number of clauses:    22674                                                |
1.43/1.53	c 1	|  Parsing time:         0.01         s                                       |
1.43/1.53	c 1	============================[ Search Statistics ]==============================
1.43/1.53	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.43/1.53	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.43/1.53	c 1	===============================================================================
1.43/1.53	c 1	|         0 |     720    22674    83318 |     7558        0    nan |  0.000 % |
1.43/1.54	c 1	|       100 |     720    22674    83318 |     8313      100     11 |  0.000 % |
1.43/1.56	c 1	|       252 |     720    22674    83318 |     9145      252     12 |  0.007 % |
1.43/1.59	c 1	|       477 |     720    22674    83318 |    10059      477     13 |  0.007 % |
1.45/1.63	c 1	|       815 |     720    22674    83318 |    11065      815     13 |  0.007 % |
1.45/1.69	c 1	|      1322 |     720    22674    83318 |    12172     1322     12 |  0.007 % |
1.45/1.78	c 1	|      2081 |     720    22674    83318 |    13389     2081     13 |  0.007 % |
1.45/1.93	c 1	|      3220 |     720    22674    83318 |    14728     3220     13 |  0.002 % |
2.02/2.15	c 2	|      4928 |     720    22674    83318 |    16201     4928     13 |  0.007 % |
2.32/2.49	c 2	|      7490 |     720    22674    83318 |    17821     7490     13 |  0.009 % |
2.91/3.05	c 2	|     11336 |     720    22674    83318 |    19603    11336     14 |  0.009 % |
4.00/4.10	c 4	|     17103 |     720    22674    83318 |    21563    17103     14 |  0.006 % |
5.68/5.80	c 5	|     25753 |     720    22674    83318 |    23720    14867     15 |  0.009 % |
8.46/8.66	c 8	|     38727 |     720    22674    83318 |    26092    15884     16 |  0.009 % |
13.02/13.27	c 13	|     58190 |     720    22674    83318 |    28701    22018     16 |  0.009 % |
20.05/20.36	c 20	|     87382 |     720    22674    83318 |    31571    19709     17 |  0.010 % |
31.94/32.35	c 32	|    131172 |     720    22674    83318 |    34728    28190     16 |  0.010 % |
51.55/52.10	c 52	|    196858 |     720    22674    83318 |    38201    32874     15 |  0.018 % |
78.09/78.91	c 78	|    295384 |     719    22607    83129 |    42021    29237     20 |  0.139 % |
124.40/125.60	c 125	|    443176 |     719    22607    83129 |    46224    38495     17 |  0.147 % |
193.37/194.56	c 194	|    664860 |     719    22607    83129 |    50846    36754     18 |  0.140 % |
305.13/306.32	c 306	|    997385 |     719    22607    83129 |    55931    38333     19 |  0.142 % |
497.27/498.53	c 498	|   1496173 |     719    22607    83129 |    61524    48448     18 |  0.139 % |
793.17/794.53	c 794	|   2244355 |     718    22551    82965 |    67676    51344     21 |  0.278 % |
1275.00/1276.52	c 1276	|   3366629 |     718    22551    82965 |    74444    16464     19 |  0.279 % |
1800.01/1801.71	sh: line 1: 28690 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.01/1801.71	c 1801	DECODING HOME/temp.out WITH HOME/temp.map
1800.01/1801.71	c 1801	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.01/1801.72	c ERROR INTERRUPTED
1800.01/1801.72	s UNKNOWN
1800.01/1801.72	c 1801	CPU 1800.04 (0.06 0.02 1799.79 0.17)
1800.01/1801.72	c 1801	END Sun Jul 12 13:04:14 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-2091553-1247394852/watcher-2091553-1247394852 -o /tmp/evaluation-result-2091553-1247394852/solver-2091553-1247394852 -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-2091553-1247394852.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.98 3/76 28666
/proc/meminfo: memFree=1834952/2055920 swapFree=4191900/4192956
[pid=28666] ppid=28664 vsize=12132 CPUtime=0
/proc/28666/stat : 28666 (sugar) R 28664 28666 28629 0 -1 4194304 220 0 0 0 0 0 0 0 23 0 1 0 26552091 12423168 188 996147200 4194304 4206940 548682068608 18446744073709551615 240472462049 0 0 4224 0 0 0 0 17 1 0 0
/proc/28666/statm: 3033 188 142 3 0 133 0

[startup+0.085465 s]
/proc/loadavg: 1.92 1.98 1.98 3/76 28666
/proc/meminfo: memFree=1834952/2055920 swapFree=4191900/4192956
[pid=28666] ppid=28664 vsize=16868 CPUtime=0.06
/proc/28666/stat : 28666 (sugar) S 28664 28666 28629 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26552091 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28666/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101423 s]
/proc/loadavg: 1.92 1.98 1.98 3/76 28666
/proc/meminfo: memFree=1834952/2055920 swapFree=4191900/4192956
[pid=28666] ppid=28664 vsize=16868 CPUtime=0.06
/proc/28666/stat : 28666 (sugar) S 28664 28666 28629 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26552091 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28666/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301439 s]
/proc/loadavg: 1.92 1.98 1.98 3/76 28666
/proc/meminfo: memFree=1834952/2055920 swapFree=4191900/4192956
[pid=28666] ppid=28664 vsize=16868 CPUtime=0.06
/proc/28666/stat : 28666 (sugar) S 28664 28666 28629 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26552091 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28666/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701474 s]
/proc/loadavg: 1.92 1.98 1.98 3/76 28666
/proc/meminfo: memFree=1834952/2055920 swapFree=4191900/4192956
[pid=28666] ppid=28664 vsize=16868 CPUtime=0.58
/proc/28666/stat : 28666 (sugar) S 28664 28666 28629 0 -1 4194304 1309 4812 0 1 5 1 48 4 16 0 1 0 26552091 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28666/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 16868

[startup+1.50254 s]
/proc/loadavg: 1.92 1.98 1.98 3/87 28688
/proc/meminfo: memFree=1824104/2055920 swapFree=4191900/4192956
[pid=28666] ppid=28664 vsize=16868 CPUtime=0.58
/proc/28666/stat : 28666 (sugar) S 28664 28666 28629 0 -1 4194304 1310 4812 0 1 5 1 48 4 15 0 1 0 26552091 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28666/statm: 4217 1111 409 3 0 796 0
[pid=28679] ppid=28666 vsize=5356 CPUtime=0
/proc/28679/stat : 28679 (sh) S 28666 28666 28629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26552153 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28679/statm: 1339 233 193 169 0 50 0
[pid=28680] ppid=28679 vsize=864368 CPUtime=0.85
/proc/28680/stat : 28680 (java) S 28679 28666 28629 0 -1 0 6852 0 1 0 81 4 0 0 18 0 9 0 26552153 885112832 6074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28680/statm: 216092 6074 2591 9 0 210569 0
[pid=28680/tid=28681] ppid=28679 vsize=864368 CPUtime=0.58
/proc/28680/task/28681/stat : 28681 (java) S 28679 28666 28629 0 -1 64 2770 0 1 0 57 1 0 0 18 0 9 0 26552154 885112832 6074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28680/tid=28682] ppid=28679 vsize=864368 CPUtime=0.16
/proc/28680/task/28682/stat : 28682 (java) S 28679 28666 28629 0 -1 64 3053 0 0 0 15 1 0 0 16 0 9 0 26552155 885112832 6074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28680/tid=28683] ppid=28679 vsize=864368 CPUtime=0
/proc/28680/task/28683/stat : 28683 (java) S 28679 28666 28629 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26552156 885112832 6074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28680/tid=28684] ppid=28679 vsize=864368 CPUtime=0
/proc/28680/task/28684/stat : 28684 (java) S 28679 28666 28629 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 26552156 885112832 6074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28680/tid=28685] ppid=28679 vsize=864368 CPUtime=0
/proc/28680/task/28685/stat : 28685 (java) S 28679 28666 28629 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26552158 885112832 6074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28680/tid=28686] ppid=28679 vsize=864368 CPUtime=0.09
/proc/28680/task/28686/stat : 28686 (java) S 28679 28666 28629 0 -1 64 329 0 0 0 9 0 0 0 16 0 9 0 26552158 885112832 6074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28680/tid=28687] ppid=28679 vsize=864368 CPUtime=0
/proc/28680/task/28687/stat : 28687 (java) S 28679 28666 28629 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26552158 885112832 6074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28680/tid=28688] ppid=28679 vsize=864368 CPUtime=0
/proc/28680/task/28688/stat : 28688 (java) S 28679 28666 28629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26552158 885112832 6074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886592

[startup+3.10268 s]
/proc/loadavg: 1.93 1.98 1.98 3/79 28690
/proc/meminfo: memFree=1828904/2055920 swapFree=4191900/4192956
[pid=28666] ppid=28664 vsize=16868 CPUtime=1.45
/proc/28666/stat : 28666 (sugar) S 28664 28666 28629 0 -1 4194304 1376 11954 0 2 5 2 130 8 15 0 1 0 26552091 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28666/statm: 4217 1113 409 3 0 796 0
[pid=28689] ppid=28666 vsize=5356 CPUtime=0
/proc/28689/stat : 28689 (sh) S 28666 28666 28629 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26552242 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28689/statm: 1339 232 193 169 0 50 0
[pid=28690] ppid=28689 vsize=4000 CPUtime=1.56
/proc/28690/stat : 28690 (minisat) R 28689 28666 28629 0 -1 4194304 750 0 0 0 156 0 0 0 25 0 1 0 26552243 4096000 736 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/28690/statm: 1000 736 75 150 0 847 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 26224

[startup+6.30197 s]
/proc/loadavg: 1.93 1.98 1.98 3/79 28690
/proc/meminfo: memFree=1827240/2055920 swapFree=4191900/4192956
[pid=28666] ppid=28664 vsize=16868 CPUtime=1.45
/proc/28666/stat : 28666 (sugar) S 28664 28666 28629 0 -1 4194304 1376 11954 0 2 5 2 130 8 16 0 1 0 26552091 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28666/statm: 4217 1113 409 3 0 796 0
[pid=28689] ppid=28666 vsize=5356 CPUtime=0
/proc/28689/stat : 28689 (sh) S 28666 28666 28629 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26552242 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28689/statm: 1339 232 193 169 0 50 0
[pid=28690] ppid=28689 vsize=4860 CPUtime=4.73
/proc/28690/stat : 28690 (minisat) R 28689 28666 28629 0 -1 4194304 985 0 0 0 473 0 0 0 25 0 1 0 26552243 4976640 971 996147200 134512640 135127466 4294956256 18446744073709551615 134530656 0 0 4096 3 0 0 0 17 1 0 0
/proc/28690/statm: 1215 971 75 150 0 1062 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 27084

[startup+12.7025 s]
/proc/loadavg: 1.94 1.98 1.98 3/79 28690
/proc/meminfo: memFree=1826280/2055920 swapFree=4191900/4192956
[pid=28666] ppid=28664 vsize=16868 CPUtime=1.45
/proc/28666/stat : 28666 (sugar) S 28664 28666 28629 0 -1 4194304 1376 11954 0 2 5 2 130 8 16 0 1 0 26552091 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28666/statm: 4217 1113 409 3 0 796 0
[pid=28689] ppid=28666 vsize=5356 CPUtime=0
/proc/28689/stat : 28689 (sh) S 28666 28666 28629 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26552242 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28689/statm: 1339 232 193 169 0 50 0
[pid=28690] ppid=28689 vsize=5792 CPUtime=11.07
/proc/28690/stat : 28690 (minisat) R 28689 28666 28629 0 -1 4194304 1195 0 0 0 1107 0 0 0 25 0 1 0 26552243 5931008 1181 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/28690/statm: 1448 1181 75 150 0 1295 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 28016

[startup+25.5017 s]
/proc/loadavg: 1.95 1.98 1.98 3/79 28690
/proc/meminfo: memFree=1825512/2055920 swapFree=4191900/4192956
[pid=28666] ppid=28664 vsize=16868 CPUtime=1.45
/proc/28666/stat : 28666 (sugar) S 28664 28666 28629 0 -1 4194304 1376 11954 0 2 5 2 130 8 16 0 1 0 26552091 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28666/statm: 4217 1113 409 3 0 796 0
[pid=28689] ppid=28666 vsize=5356 CPUtime=0
/proc/28689/stat : 28689 (sh) S 28666 28666 28629 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26552242 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28689/statm: 1339 232 193 169 0 50 0
[pid=28690] ppid=28689 vsize=6628 CPUtime=23.74
/proc/28690/stat : 28690 (minisat) R 28689 28666 28629 0 -1 4194304 1411 0 0 0 2374 0 0 0 25 0 1 0 26552243 6787072 1397 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/28690/statm: 1657 1397 75 150 0 1504 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 28852

[startup+51.1019 s]
/proc/loadavg: 1.96 1.98 1.98 3/79 28690
/proc/meminfo: memFree=1824872/2055920 swapFree=4191900/4192956
[pid=28666] ppid=28664 vsize=16868 CPUtime=1.45
/proc/28666/stat : 28666 (sugar) S 28664 28666 28629 0 -1 4194304 1376 11954 0 2 5 2 130 8 16 0 1 0 26552091 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28666/statm: 4217 1113 409 3 0 796 0
[pid=28689] ppid=28666 vsize=5356 CPUtime=0
/proc/28689/stat : 28689 (sh) S 28666 28666 28629 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26552242 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28689/statm: 1339 232 193 169 0 50 0
[pid=28690] ppid=28689 vsize=7296 CPUtime=49.11
/proc/28690/stat : 28690 (minisat) R 28689 28666 28629 0 -1 4194304 1571 0 0 0 4910 1 0 0 25 0 1 0 26552243 7471104 1557 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/28690/statm: 1824 1557 75 150 0 1671 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 29520

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.98 3/75 28690
/proc/meminfo: memFree=1822824/2055920 swapFree=4191900/4192956
[pid=28666] ppid=28664 vsize=16868 CPUtime=1.45
/proc/28666/stat : 28666 (sugar) S 28664 28666 28629 0 -1 4194304 1376 11954 0 2 5 2 130 8 16 0 1 0 26552091 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28666/statm: 4217 1113 409 3 0 796 0
[pid=28689] ppid=28666 vsize=5356 CPUtime=0
/proc/28689/stat : 28689 (sh) S 28666 28666 28629 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26552242 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28689/statm: 1339 232 193 169 0 50 0
[pid=28690] ppid=28689 vsize=9368 CPUtime=99.83
/proc/28690/stat : 28690 (minisat) R 28689 28666 28629 0 -1 4194304 2088 0 0 0 9981 2 0 0 25 0 1 0 26552243 9592832 2074 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28690/statm: 2342 2074 75 150 0 2189 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 31592

[startup+162.302 s]
/proc/loadavg: 1.95 1.97 1.98 3/77 28774
/proc/meminfo: memFree=1827000/2055920 swapFree=4191900/4192956
[pid=28666] ppid=28664 vsize=16868 CPUtime=1.45
/proc/28666/stat : 28666 (sugar) S 28664 28666 28629 0 -1 4194304 1376 11954 0 2 5 2 130 8 16 0 1 0 26552091 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28666/statm: 4217 1113 409 3 0 796 0
[pid=28689] ppid=28666 vsize=5356 CPUtime=0
/proc/28689/stat : 28689 (sh) S 28666 28666 28629 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26552242 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28689/statm: 1339 232 193 169 0 50 0
[pid=28690] ppid=28689 vsize=10632 CPUtime=159.73
/proc/28690/stat : 28690 (minisat) R 28689 28666 28629 0 -1 4194304 2384 0 0 0 15970 3 0 0 25 0 1 0 26552243 10887168 2370 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/28690/statm: 2658 2370 75 150 0 2505 0
Current children cumulated CPU time (s) 161.18
Current children cumulated vsize (KiB) 32856

[startup+222.302 s]
/proc/loadavg: 1.98 1.97 1.98 3/77 28774
/proc/meminfo: memFree=1825144/2055920 swapFree=4191900/4192956
[pid=28666] ppid=28664 vsize=16868 CPUtime=1.45
/proc/28666/stat : 28666 (sugar) S 28664 28666 28629 0 -1 4194304 1376 11954 0 2 5 2 130 8 16 0 1 0 26552091 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28666/statm: 4217 1113 409 3 0 796 0
[pid=28689] ppid=28666 vsize=5356 CPUtime=0
/proc/28689/stat : 28689 (sh) S 28666 28666 28629 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26552242 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28689/statm: 1339 232 193 169 0 50 0

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

[pid=28666] ppid=28664 vsize=16868 CPUtime=1.46
/proc/28666/stat : 28666 (sugar) S 28664 28666 28629 0 -1 4194304 1376 11954 0 2 6 2 130 8 16 0 1 0 26552091 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28666/statm: 4217 1113 409 3 0 796 0
[pid=28689] ppid=28666 vsize=5356 CPUtime=0
/proc/28689/stat : 28689 (sh) S 28666 28666 28629 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26552242 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28689/statm: 1339 232 193 169 0 50 0
[pid=28690] ppid=28689 vsize=19468 CPUtime=1299.33
/proc/28690/stat : 28690 (minisat) R 28689 28666 28629 0 -1 4194304 4480 0 0 0 129926 7 0 0 25 0 1 0 26552243 19935232 4466 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/28690/statm: 4867 4466 75 150 0 4714 0
Current children cumulated CPU time (s) 1300.79
Current children cumulated vsize (KiB) 41692

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28776
/proc/meminfo: memFree=1811448/2055920 swapFree=4191900/4192956
[pid=28666] ppid=28664 vsize=16868 CPUtime=1.46
/proc/28666/stat : 28666 (sugar) S 28664 28666 28629 0 -1 4194304 1376 11954 0 2 6 2 130 8 16 0 1 0 26552091 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28666/statm: 4217 1113 409 3 0 796 0
[pid=28689] ppid=28666 vsize=5356 CPUtime=0
/proc/28689/stat : 28689 (sh) S 28666 28666 28629 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26552242 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28689/statm: 1339 232 193 169 0 50 0
[pid=28690] ppid=28689 vsize=19468 CPUtime=1359.31
/proc/28690/stat : 28690 (minisat) R 28689 28666 28629 0 -1 4194304 4495 0 0 0 135924 7 0 0 25 0 1 0 26552243 19935232 4481 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/28690/statm: 4867 4481 75 150 0 4714 0
Current children cumulated CPU time (s) 1360.77
Current children cumulated vsize (KiB) 41692

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28776
/proc/meminfo: memFree=1811128/2055920 swapFree=4191900/4192956
[pid=28666] ppid=28664 vsize=16868 CPUtime=1.46
/proc/28666/stat : 28666 (sugar) S 28664 28666 28629 0 -1 4194304 1376 11954 0 2 6 2 130 8 16 0 1 0 26552091 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28666/statm: 4217 1113 409 3 0 796 0
[pid=28689] ppid=28666 vsize=5356 CPUtime=0
/proc/28689/stat : 28689 (sh) S 28666 28666 28629 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26552242 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28689/statm: 1339 232 193 169 0 50 0
[pid=28690] ppid=28689 vsize=19760 CPUtime=1419.29
/proc/28690/stat : 28690 (minisat) R 28689 28666 28629 0 -1 4194304 4561 0 0 0 141922 7 0 0 25 0 1 0 26552243 20234240 4547 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28690/statm: 4940 4547 75 150 0 4787 0
Current children cumulated CPU time (s) 1420.75
Current children cumulated vsize (KiB) 41984

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28776
/proc/meminfo: memFree=1810744/2055920 swapFree=4191900/4192956
[pid=28666] ppid=28664 vsize=16868 CPUtime=1.46
/proc/28666/stat : 28666 (sugar) S 28664 28666 28629 0 -1 4194304 1376 11954 0 2 6 2 130 8 16 0 1 0 26552091 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28666/statm: 4217 1113 409 3 0 796 0
[pid=28689] ppid=28666 vsize=5356 CPUtime=0
/proc/28689/stat : 28689 (sh) S 28666 28666 28629 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26552242 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28689/statm: 1339 232 193 169 0 50 0
[pid=28690] ppid=28689 vsize=20032 CPUtime=1479.26
/proc/28690/stat : 28690 (minisat) R 28689 28666 28629 0 -1 4194304 4628 0 0 0 147919 7 0 0 25 0 1 0 26552243 20512768 4614 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28690/statm: 5008 4614 75 150 0 4855 0
Current children cumulated CPU time (s) 1480.72
Current children cumulated vsize (KiB) 42256

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28776
/proc/meminfo: memFree=1810488/2055920 swapFree=4191900/4192956
[pid=28666] ppid=28664 vsize=16868 CPUtime=1.46
/proc/28666/stat : 28666 (sugar) S 28664 28666 28629 0 -1 4194304 1376 11954 0 2 6 2 130 8 16 0 1 0 26552091 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28666/statm: 4217 1113 409 3 0 796 0
[pid=28689] ppid=28666 vsize=5356 CPUtime=0
/proc/28689/stat : 28689 (sh) S 28666 28666 28629 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26552242 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28689/statm: 1339 232 193 169 0 50 0
[pid=28690] ppid=28689 vsize=20308 CPUtime=1539.24
/proc/28690/stat : 28690 (minisat) R 28689 28666 28629 0 -1 4194304 4690 0 0 0 153917 7 0 0 25 0 1 0 26552243 20795392 4676 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28690/statm: 5077 4676 75 150 0 4924 0
Current children cumulated CPU time (s) 1540.7
Current children cumulated vsize (KiB) 42532

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28776
/proc/meminfo: memFree=1810040/2055920 swapFree=4191900/4192956
[pid=28666] ppid=28664 vsize=16868 CPUtime=1.46
/proc/28666/stat : 28666 (sugar) S 28664 28666 28629 0 -1 4194304 1376 11954 0 2 6 2 130 8 16 0 1 0 26552091 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28666/statm: 4217 1113 409 3 0 796 0
[pid=28689] ppid=28666 vsize=5356 CPUtime=0
/proc/28689/stat : 28689 (sh) S 28666 28666 28629 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26552242 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28689/statm: 1339 232 193 169 0 50 0
[pid=28690] ppid=28689 vsize=20600 CPUtime=1599.22
/proc/28690/stat : 28690 (minisat) R 28689 28666 28629 0 -1 4194304 4770 0 0 0 159915 7 0 0 25 0 1 0 26552243 21094400 4756 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28690/statm: 5150 4756 75 150 0 4997 0
Current children cumulated CPU time (s) 1600.68
Current children cumulated vsize (KiB) 42824

[startup+1662.3 s]
/proc/loadavg: 2.10 2.03 2.00 3/77 28782
/proc/meminfo: memFree=1809720/2055920 swapFree=4191900/4192956
[pid=28666] ppid=28664 vsize=16868 CPUtime=1.46
/proc/28666/stat : 28666 (sugar) S 28664 28666 28629 0 -1 4194304 1376 11954 0 2 6 2 130 8 16 0 1 0 26552091 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28666/statm: 4217 1113 409 3 0 796 0
[pid=28689] ppid=28666 vsize=5356 CPUtime=0
/proc/28689/stat : 28689 (sh) S 28666 28666 28629 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26552242 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28689/statm: 1339 232 193 169 0 50 0
[pid=28690] ppid=28689 vsize=20740 CPUtime=1659.19
/proc/28690/stat : 28690 (minisat) R 28689 28666 28629 0 -1 4194304 4796 0 0 0 165912 7 0 0 25 0 1 0 26552243 21237760 4782 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/28690/statm: 5185 4782 75 150 0 5032 0
Current children cumulated CPU time (s) 1660.65
Current children cumulated vsize (KiB) 42964

[startup+1722.3 s]
/proc/loadavg: 2.11 2.04 2.00 3/77 28782
/proc/meminfo: memFree=1809272/2055920 swapFree=4191900/4192956
[pid=28666] ppid=28664 vsize=16868 CPUtime=1.46
/proc/28666/stat : 28666 (sugar) S 28664 28666 28629 0 -1 4194304 1376 11954 0 2 6 2 130 8 16 0 1 0 26552091 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28666/statm: 4217 1113 409 3 0 796 0
[pid=28689] ppid=28666 vsize=5356 CPUtime=0
/proc/28689/stat : 28689 (sh) S 28666 28666 28629 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26552242 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28689/statm: 1339 232 193 169 0 50 0
[pid=28690] ppid=28689 vsize=21032 CPUtime=1719.17
/proc/28690/stat : 28690 (minisat) R 28689 28666 28629 0 -1 4194304 4860 0 0 0 171910 7 0 0 25 0 1 0 26552243 21536768 4846 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/28690/statm: 5258 4846 75 150 0 5105 0
Current children cumulated CPU time (s) 1720.63
Current children cumulated vsize (KiB) 43256

[startup+1782.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/77 28782
/proc/meminfo: memFree=1808952/2055920 swapFree=4191900/4192956
[pid=28666] ppid=28664 vsize=16868 CPUtime=1.46
/proc/28666/stat : 28666 (sugar) S 28664 28666 28629 0 -1 4194304 1376 11954 0 2 6 2 130 8 16 0 1 0 26552091 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28666/statm: 4217 1113 409 3 0 796 0
[pid=28689] ppid=28666 vsize=5356 CPUtime=0
/proc/28689/stat : 28689 (sh) S 28666 28666 28629 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26552242 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28689/statm: 1339 232 193 169 0 50 0
[pid=28690] ppid=28689 vsize=21176 CPUtime=1779.15
/proc/28690/stat : 28690 (minisat) R 28689 28666 28629 0 -1 4194304 4886 0 0 0 177908 7 0 0 25 0 1 0 26552243 21684224 4872 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28690/statm: 5294 4872 75 150 0 5141 0
Current children cumulated CPU time (s) 1780.61
Current children cumulated vsize (KiB) 43400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.7 s]
/proc/loadavg: 2.09 2.05 2.01 3/77 28782
/proc/meminfo: memFree=1808952/2055920 swapFree=4191900/4192956
[pid=28666] ppid=28664 vsize=16868 CPUtime=1.46
/proc/28666/stat : 28666 (sugar) S 28664 28666 28629 0 -1 4194304 1376 11954 0 2 6 2 130 8 16 0 1 0 26552091 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28666/statm: 4217 1113 409 3 0 796 0
[pid=28689] ppid=28666 vsize=5356 CPUtime=0
/proc/28689/stat : 28689 (sh) S 28666 28666 28629 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26552242 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28689/statm: 1339 232 193 169 0 50 0
[pid=28690] ppid=28689 vsize=21176 CPUtime=1798.55
/proc/28690/stat : 28690 (minisat) R 28689 28666 28629 0 -1 4194304 4886 0 0 0 179848 7 0 0 25 0 1 0 26552243 21684224 4872 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/28690/statm: 5294 4872 75 150 0 5141 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 43400

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

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

[startup+1801.7 s]
/proc/loadavg: 2.09 2.05 2.01 3/77 28782
/proc/meminfo: memFree=1808952/2055920 swapFree=4191900/4192956
[pid=28666] ppid=28664 vsize=16868 CPUtime=1.46
/proc/28666/stat : 28666 (sugar) S 28664 28666 28629 0 -1 4194304 1376 11954 0 2 6 2 130 8 16 0 1 0 26552091 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28666/statm: 4217 1113 409 3 0 796 0
[pid=28689] ppid=28666 vsize=5356 CPUtime=0
/proc/28689/stat : 28689 (sh) S 28666 28666 28629 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26552242 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28689/statm: 1339 232 193 169 0 50 0
[pid=28690] ppid=28689 vsize=21176 CPUtime=1798.55
/proc/28690/stat : 28690 (minisat) R 28689 28666 28629 0 -1 4194304 4886 0 0 0 179848 7 0 0 25 0 1 0 26552243 21684224 4872 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/28690/statm: 5294 4872 75 150 0 5141 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 43400

Child status: 0
Real time (s): 1801.73
CPU time (s): 1800.06
CPU user time (s): 1799.86
CPU system time (s): 0.197969
CPU usage (%): 99.9073
Max. virtual memory (cumulated for all children) (KiB): 886592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.86
system time used= 0.197969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18987
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= 1570
involuntary context switches= 8665

runsolver used 2.07069 second user time and 6.12807 second system time

The end

Launcher Data

Begin job on node15 at 2009-07-12 12:34:12
IDJOB=2091553
IDBENCH=60080
IDSOLVER=739
FILE ID=node15/2091553-1247394852
PBS_JOBID= 9507400
Free space on /tmp= 66376 MiB

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

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

MD5SUM BENCH= f0039dfe70d3c33dfd175699d19c7cc4
RANDOM SEED=1897132070

node15.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.220
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.220
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:       1835560 kB
Buffers:         26692 kB
Cached:         111680 kB
SwapCached:        416 kB
Active:         110588 kB
Inactive:        56548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1835560 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1820 kB
Writeback:           0 kB
Mapped:          38724 kB
Slab:            38468 kB
Committed_AS:   285064 kB
PageTables:       1872 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= 66372 MiB
End job on node15 at 2009-07-12 13:04:16