Trace number 2075152

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.04 1837.43

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-17_ext.xml
MD5SUM256e54eea771bfc80e796383fda8f4a3
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark632.385
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints74
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension74
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.08	c 0	BEGIN Sun Jul 12 02:59:18 2009
0.06/0.08	c 0	PID 18123
0.06/0.08	c 0	HOST node36.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2075152-1247360358.xml TO HOME/temp.csp
0.06/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-2075152-1247360358.xml' 'HOME/temp.csp'
1.51/1.66	c 2	1 domains, 24 variables, 0 predicates, 74 relations, 74 constraints
1.57/1.70	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.57/1.70	c 2	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'
1.57/1.78	c 2	Parsing HOME/temp.csp
4.13/4.37	c 4	parsed 173 expressions
4.13/4.38	c 4	Heap : 40 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.13/4.38	c 4	Converting to clausal form CSP
4.13/4.40	c 4	converted 18 (10%) expressions
4.24/4.42	c 4	converted 35 (20%) expressions
4.24/4.45	c 5	converted 52 (30%) expressions
4.24/4.48	c 5	converted 70 (40%) expressions
4.24/4.49	c 5	converted 87 (50%) expressions
4.43/4.61	c 5	converted 104 (60%) expressions
4.62/4.86	c 5	converted 122 (70%) expressions
5.23/5.47	c 6	converted 139 (80%) expressions
5.51/5.70	c 6	converted 156 (90%) expressions
5.71/5.99	c 6	converted 173 (100%) expressions
5.71/5.99	c 6	CSP : 24 integers, 0 booleans, 74 clauses, largest domain size 24
5.71/5.99	c 6	Heap : 78 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.71/5.99	c 6	Propagation in CSP
5.71/5.99	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.71/5.99	c 6	CSP : 24 integers, 0 booleans, 74 clauses, largest domain size 24
5.71/5.99	c 6	Heap : 78 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.71/5.99	c 6	Simplifing CSP by introducing new Boolean variables
5.71/5.99	c 6	CSP : 24 integers, 0 booleans, 74 clauses, largest domain size 24
5.71/5.99	c 6	Heap : 78 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.11/6.34	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.11/6.34	c 6	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
6.11/6.35	c 6	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
6.11/6.35	c 6	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
6.11/6.35	c 6	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
6.11/6.35	c 6	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
6.11/6.35	c 6	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
6.11/6.35	c 6	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
6.11/6.36	c 6	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
6.11/6.36	c 6	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
6.11/6.36	c 6	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
6.52/6.80	c 7	8 (10%) CSP clauses are encoded (25223 clauses, 584155 bytes)
6.91/7.13	c 7	15 (20%) CSP clauses are encoded (46883 clauses, 1118135 bytes)
7.21/7.47	c 8	23 (30%) CSP clauses are encoded (70406 clauses, 1701307 bytes)
7.60/7.80	c 8	30 (40%) CSP clauses are encoded (92031 clauses, 2243226 bytes)
7.90/8.11	c 8	37 (50%) CSP clauses are encoded (112498 clauses, 2761600 bytes)
8.20/8.48	c 9	45 (60%) CSP clauses are encoded (137190 clauses, 3418812 bytes)
8.59/8.81	c 9	52 (70%) CSP clauses are encoded (158828 clauses, 4005937 bytes)
8.89/9.19	c 9	60 (80%) CSP clauses are encoded (183584 clauses, 4677561 bytes)
9.28/9.52	c 10	67 (90%) CSP clauses are encoded (205198 clauses, 5263676 bytes)
9.59/9.85	c 10	74 (100%) CSP clauses are encoded (226823 clauses, 5850838 bytes)
9.59/9.85	c 10	74 CSP clauses encoded
9.59/9.85	c 10	Writing map file : HOME/temp.map
9.59/9.85	c 10	Heap : 31 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.59/9.85	c 10	SAT : 552 SAT variables, 226823 SAT clauses, 5850838 bytes
9.59/9.85	c 10	Heap : 31 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.64/9.91	c 10	SOLVING HOME/temp.cnf
9.64/9.91	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.64/9.91	c 10	This is MiniSat 2.0 beta
9.64/9.92	c 10	WARNING: for repeatability, setting FPU to use double precision
9.64/9.92	c 10	============================[ Problem Statistics ]=============================
9.64/9.92	c 10	|                                                                             |
9.64/9.92	c 10	|  Number of variables:  552                                                  |
9.64/9.92	c 10	|  Number of clauses:    226823                                               |
9.66/10.07	c 10	|  Parsing time:         0.13         s                                       |
9.66/10.08	c 10	============================[ Search Statistics ]==============================
9.66/10.08	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.66/10.08	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.66/10.08	c 10	===============================================================================
9.66/10.08	c 10	|         0 |     552   226823  1263685 |    75607        0    nan |  0.000 % |
9.66/10.23	c 10	|       101 |     552   226823  1263685 |    83168      101     11 |  0.000 % |
9.66/10.45	c 11	|       252 |     552   226823  1263685 |    91485      252     12 |  0.008 % |
9.66/10.74	c 11	|       478 |     552   226823  1263685 |   100633      478     13 |  0.007 % |
10.82/11.12	c 11	|       815 |     552   226823  1263685 |   110697      815     13 |  0.008 % |
11.31/11.70	c 12	|      1324 |     552   226823  1263685 |   121766     1324     13 |  0.008 % |
11.91/12.27	c 12	|      2085 |     552   226823  1263685 |   133943     2085     14 |  0.007 % |
13.10/13.43	c 14	|      3224 |     552   226823  1263685 |   147337     3224     14 |  0.006 % |
15.08/15.47	c 16	|      4932 |     552   226823  1263685 |   162071     4932     14 |  0.008 % |
17.85/18.22	c 18	|      7494 |     552   226823  1263685 |   178278     7494     15 |  0.008 % |
21.51/21.98	c 22	|     11338 |     552   226823  1263685 |   196106    11338     15 |  0.008 % |
26.67/27.18	c 27	|     17106 |     552   226823  1263685 |   215717    17106     16 |  0.006 % |
36.17/36.78	c 37	|     25756 |     552   226823  1263685 |   237289    25756     16 |  0.008 % |
51.72/52.46	c 53	|     38732 |     552   226823  1263685 |   261018    38732     16 |  0.007 % |
77.57/78.59	c 79	|     58194 |     552   226823  1263685 |   287119    58194     17 |  0.008 % |
122.14/123.57	c 124	|     87386 |     552   226823  1263685 |   315831    87386     17 |  0.008 % |
178.60/180.56	c 181	|    131175 |     552   226823  1263685 |   347415   131175     17 |  0.008 % |
286.98/289.97	c 290	|    196859 |     552   226823  1263685 |   382156   196859     17 |  0.008 % |
501.55/506.59	c 507	|    295385 |     552   226823  1263685 |   420372   295385     18 |  0.003 % |
890.00/898.67	c 899	|    443174 |     552   226823  1263685 |   462409    43459     21 |  0.006 % |
1338.32/1353.46	c 1354	|    664857 |     552   226823  1263685 |   508650   265142     20 |  0.001 % |
1800.04/1837.41	c 1837	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1837.41	c 1837	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.04/1837.42	c ERROR INTERRUPTED
1800.04/1837.42	s UNKNOWN
1800.04/1837.42	c 1837	CPU 9.67 (0.06 0.02 9.26 0.33)
1800.04/1837.42	c 1837	END Sun Jul 12 03:29:55 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-2075152-1247360358/watcher-2075152-1247360358 -o /tmp/evaluation-result-2075152-1247360358/solver-2075152-1247360358 -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-2075152-1247360358.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.00 2.00 2.00 4/74 18123
/proc/meminfo: memFree=1359944/2055920 swapFree=4192956/4192956
[pid=18123] ppid=18121 vsize=12268 CPUtime=0
/proc/18123/stat : 18123 (sugar) R 18121 18123 16081 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 23100481 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 240907942501 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/18123/statm: 3067 316 241 3 0 167 0

[startup+0.0811149 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 18123
/proc/meminfo: memFree=1359944/2055920 swapFree=4192956/4192956
[pid=18123] ppid=18121 vsize=16740 CPUtime=0.06
/proc/18123/stat : 18123 (sugar) R 18121 18123 16081 0 -1 4194304 1107 0 0 0 5 1 0 0 18 0 1 0 23100481 17141760 1075 996147200 4194304 4206940 548682068608 18446744073709551615 240925844294 0 0 4224 0 0 0 0 17 1 0 0
/proc/18123/statm: 4185 1075 380 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101129 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 18123
/proc/meminfo: memFree=1359944/2055920 swapFree=4192956/4192956
[pid=18123] ppid=18121 vsize=16868 CPUtime=0.06
/proc/18123/stat : 18123 (sugar) S 18121 18123 16081 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23100481 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18123/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301132 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 18123
/proc/meminfo: memFree=1359944/2055920 swapFree=4192956/4192956
[pid=18123] ppid=18121 vsize=16868 CPUtime=0.06
/proc/18123/stat : 18123 (sugar) S 18121 18123 16081 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23100481 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18123/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701172 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 18123
/proc/meminfo: memFree=1359944/2055920 swapFree=4192956/4192956
[pid=18123] ppid=18121 vsize=16868 CPUtime=0.06
/proc/18123/stat : 18123 (sugar) S 18121 18123 16081 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23100481 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18123/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50226 s]
/proc/loadavg: 2.08 2.02 2.01 3/85 18135
/proc/meminfo: memFree=1336368/2055920 swapFree=4192956/4192956
[pid=18123] ppid=18121 vsize=16868 CPUtime=0.06
/proc/18123/stat : 18123 (sugar) S 18121 18123 16081 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23100481 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18123/statm: 4217 1111 409 3 0 796 0
[pid=18126] ppid=18123 vsize=5356 CPUtime=0
/proc/18126/stat : 18126 (sh) S 18123 18123 16081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23100490 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18126/statm: 1339 233 193 169 0 50 0
[pid=18127] ppid=18126 vsize=864160 CPUtime=1.35
/proc/18127/stat : 18127 (java) S 18126 18123 16081 0 -1 0 8738 0 1 0 127 8 0 0 18 0 9 0 23100490 884899840 7884 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18127/statm: 216040 7884 2553 9 0 210552 0
[pid=18127/tid=18128] ppid=18126 vsize=864160 CPUtime=1.09
/proc/18127/task/18128/stat : 18128 (java) R 18126 18123 16081 0 -1 64 2899 0 1 0 105 4 0 0 25 0 9 0 23100491 884899840 7884 996147200 134512640 134550932 4294955984 18446744073709551615 4126511904 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18127/tid=18129] ppid=18126 vsize=864160 CPUtime=0.17
/proc/18127/task/18129/stat : 18129 (java) S 18126 18123 16081 0 -1 64 4811 0 0 0 15 2 0 0 16 0 9 0 23100492 884899840 7884 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18127/tid=18130] ppid=18126 vsize=864160 CPUtime=0
/proc/18127/task/18130/stat : 18130 (java) S 18126 18123 16081 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23100493 884899840 7884 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18127/tid=18131] ppid=18126 vsize=864160 CPUtime=0
/proc/18127/task/18131/stat : 18131 (java) S 18126 18123 16081 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23100493 884899840 7884 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18127/tid=18132] ppid=18126 vsize=864160 CPUtime=0
/proc/18127/task/18132/stat : 18132 (java) S 18126 18123 16081 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23100498 884899840 7884 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18127/tid=18133] ppid=18126 vsize=864160 CPUtime=0.05
/proc/18127/task/18133/stat : 18133 (java) S 18126 18123 16081 0 -1 64 326 0 0 0 5 0 0 0 16 0 9 0 23100498 884899840 7884 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18127/tid=18134] ppid=18126 vsize=864160 CPUtime=0
/proc/18127/task/18134/stat : 18134 (java) S 18126 18123 16081 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23100498 884899840 7884 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18127/tid=18135] ppid=18126 vsize=864160 CPUtime=0
/proc/18127/task/18135/stat : 18135 (java) S 18126 18123 16081 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23100498 884899840 7884 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886384

[startup+3.10242 s]
/proc/loadavg: 2.08 2.02 2.01 3/85 18145
/proc/meminfo: memFree=1345200/2055920 swapFree=4192956/4192956
[pid=18123] ppid=18121 vsize=16868 CPUtime=1.58
/proc/18123/stat : 18123 (sugar) S 18121 18123 16081 0 -1 4194304 1309 9636 0 1 5 1 143 9 16 0 1 0 23100481 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18123/statm: 4217 1111 409 3 0 796 0
[pid=18136] ppid=18123 vsize=5356 CPUtime=0
/proc/18136/stat : 18136 (sh) S 18123 18123 16081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23100652 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18136/statm: 1339 233 193 169 0 50 0
[pid=18137] ppid=18136 vsize=862288 CPUtime=1.37
/proc/18137/stat : 18137 (java) S 18136 18123 16081 0 -1 0 9839 0 1 0 132 5 0 0 18 0 9 0 23100652 882982912 9101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18137/statm: 215572 9101 2158 9 0 210485 0
[pid=18137/tid=18138] ppid=18136 vsize=862288 CPUtime=0.91
/proc/18137/task/18138/stat : 18138 (java) R 18136 18123 16081 0 -1 64 2175 0 1 0 90 1 0 0 25 0 9 0 23100653 882982912 9101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18137/tid=18139] ppid=18136 vsize=862288 CPUtime=0.39
/proc/18137/task/18139/stat : 18139 (java) R 18136 18123 16081 0 -1 64 6662 0 0 0 37 2 0 0 16 0 9 0 23100654 882982912 9101 996147200 134512640 134550932 4294955936 18446744073709551615 103732249 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18137/tid=18140] ppid=18136 vsize=862288 CPUtime=0
/proc/18137/task/18140/stat : 18140 (java) S 18136 18123 16081 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23100654 882982912 9101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18137/tid=18141] ppid=18136 vsize=862288 CPUtime=0
/proc/18137/task/18141/stat : 18141 (java) S 18136 18123 16081 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23100654 882982912 9101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18137/tid=18142] ppid=18136 vsize=862288 CPUtime=0
/proc/18137/task/18142/stat : 18142 (java) S 18136 18123 16081 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23100657 882982912 9101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18137/tid=18143] ppid=18136 vsize=862288 CPUtime=0.03
/proc/18137/task/18143/stat : 18143 (java) S 18136 18123 16081 0 -1 64 299 0 0 0 3 0 0 0 16 0 9 0 23100657 882982912 9101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18137/tid=18144] ppid=18136 vsize=862288 CPUtime=0
/proc/18137/task/18144/stat : 18144 (java) S 18136 18123 16081 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23100657 882982912 9101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18137/tid=18145] ppid=18136 vsize=862288 CPUtime=0
/proc/18137/task/18145/stat : 18145 (java) S 18136 18123 16081 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23100657 882982912 9101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 884512

[startup+6.30273 s]
/proc/loadavg: 2.08 2.02 2.01 4/85 18145
/proc/meminfo: memFree=1278000/2055920 swapFree=4192956/4192956
[pid=18123] ppid=18121 vsize=16868 CPUtime=1.59
/proc/18123/stat : 18123 (sugar) S 18121 18123 16081 0 -1 4194304 1310 9636 0 1 6 1 143 9 15 0 1 0 23100481 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18123/statm: 4217 1111 409 3 0 796 0
[pid=18136] ppid=18123 vsize=5356 CPUtime=0
/proc/18136/stat : 18136 (sh) S 18123 18123 16081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23100652 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18136/statm: 1339 233 193 169 0 50 0
[pid=18137] ppid=18136 vsize=874632 CPUtime=4.52
/proc/18137/stat : 18137 (java) S 18136 18123 16081 0 -1 0 31434 0 1 0 436 16 0 0 18 0 9 0 23100652 895623168 28166 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18137/statm: 218658 28166 2567 9 0 213163 0
[pid=18137/tid=18138] ppid=18136 vsize=874632 CPUtime=2.24
/proc/18137/task/18138/stat : 18138 (java) R 18136 18123 16081 0 -1 64 3685 0 1 0 222 2 0 0 25 0 9 0 23100653 895623168 28166 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18137/tid=18139] ppid=18136 vsize=874632 CPUtime=2.2
/proc/18137/task/18139/stat : 18139 (java) R 18136 18123 16081 0 -1 64 26737 0 0 0 208 12 0 0 18 0 9 0 23100654 895623168 28166 996147200 134512640 134550932 4294955936 18446744073709551615 104191142 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18137/tid=18140] ppid=18136 vsize=874632 CPUtime=0
/proc/18137/task/18140/stat : 18140 (java) S 18136 18123 16081 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23100654 895623168 28166 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18137/tid=18141] ppid=18136 vsize=874632 CPUtime=0
/proc/18137/task/18141/stat : 18141 (java) S 18136 18123 16081 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23100654 895623168 28166 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18137/tid=18142] ppid=18136 vsize=874632 CPUtime=0
/proc/18137/task/18142/stat : 18142 (java) S 18136 18123 16081 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23100657 895623168 28166 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18137/tid=18143] ppid=18136 vsize=874632 CPUtime=0.05
/proc/18137/task/18143/stat : 18143 (java) S 18136 18123 16081 0 -1 64 309 0 0 0 5 0 0 0 17 0 9 0 23100657 895623168 28166 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18137/tid=18144] ppid=18136 vsize=874632 CPUtime=0
/proc/18137/task/18144/stat : 18144 (java) S 18136 18123 16081 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23100657 895623168 28166 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18137/tid=18145] ppid=18136 vsize=874632 CPUtime=0
/proc/18137/task/18145/stat : 18145 (java) S 18136 18123 16081 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23100657 895623168 28166 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 896856

[startup+12.7014 s]
/proc/loadavg: 2.07 2.02 2.00 3/77 18147
/proc/meminfo: memFree=1332080/2055920 swapFree=4192956/4192956
[pid=18123] ppid=18121 vsize=16868 CPUtime=9.66
/proc/18123/stat : 18123 (sugar) S 18121 18123 16081 0 -1 4194304 1374 41521 0 2 6 2 926 32 15 0 1 0 23100481 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18123/statm: 4217 1112 409 3 0 796 0
[pid=18146] ppid=18123 vsize=5356 CPUtime=0
/proc/18146/stat : 18146 (sh) S 18123 18123 16081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23101473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18146/statm: 1339 232 193 169 0 50 0
[pid=18147] ppid=18146 vsize=15616 CPUtime=2.74
/proc/18147/stat : 18147 (minisat) R 18146 18123 16081 0 -1 4194304 3724 0 0 0 272 2 0 0 25 0 1 0 23101473 15990784 3710 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18147/statm: 3904 3710 75 150 0 3751 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 37840

[startup+25.5016 s]
/proc/loadavg: 2.06 2.01 2.00 3/77 18147
/proc/meminfo: memFree=1330352/2055920 swapFree=4192956/4192956
[pid=18123] ppid=18121 vsize=16868 CPUtime=9.66
/proc/18123/stat : 18123 (sugar) S 18121 18123 16081 0 -1 4194304 1374 41521 0 2 6 2 926 32 16 0 1 0 23100481 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18123/statm: 4217 1112 409 3 0 796 0
[pid=18146] ppid=18123 vsize=5356 CPUtime=0
/proc/18146/stat : 18146 (sh) S 18123 18123 16081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23101473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18146/statm: 1339 232 193 169 0 50 0
[pid=18147] ppid=18146 vsize=16956 CPUtime=15.42
/proc/18147/stat : 18147 (minisat) R 18146 18123 16081 0 -1 4194304 4059 0 0 0 1539 3 0 0 25 0 1 0 23101473 17362944 4045 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18147/statm: 4239 4045 75 150 0 4086 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 39180

[startup+51.1012 s]
/proc/loadavg: 2.04 2.01 2.00 3/77 18147
/proc/meminfo: memFree=1327536/2055920 swapFree=4192956/4192956
[pid=18123] ppid=18121 vsize=16868 CPUtime=9.66
/proc/18123/stat : 18123 (sugar) S 18121 18123 16081 0 -1 4194304 1374 41521 0 2 6 2 926 32 16 0 1 0 23100481 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18123/statm: 4217 1112 409 3 0 796 0
[pid=18146] ppid=18123 vsize=5356 CPUtime=0
/proc/18146/stat : 18146 (sh) S 18123 18123 16081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23101473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18146/statm: 1339 232 193 169 0 50 0
[pid=18147] ppid=18146 vsize=19100 CPUtime=40.77
/proc/18147/stat : 18147 (minisat) R 18146 18123 16081 0 -1 4194304 4602 0 0 0 4074 3 0 0 25 0 1 0 23101473 19558400 4588 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18147/statm: 4775 4588 75 150 0 4622 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 41324

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/77 18147
/proc/meminfo: memFree=1322160/2055920 swapFree=4192956/4192956
[pid=18123] ppid=18121 vsize=16868 CPUtime=9.66
/proc/18123/stat : 18123 (sugar) S 18121 18123 16081 0 -1 4194304 1374 41521 0 2 6 2 926 32 16 0 1 0 23100481 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18123/statm: 4217 1112 409 3 0 796 0
[pid=18146] ppid=18123 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=658216/2055920 swapFree=4192956/4192956
[pid=18123] ppid=18121 vsize=16868 CPUtime=9.66
/proc/18123/stat : 18123 (sugar) S 18121 18123 16081 0 -1 4194304 1374 41521 0 2 6 2 926 32 16 0 1 0 23100481 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18123/statm: 4217 1112 409 3 0 796 0
[pid=18146] ppid=18123 vsize=5356 CPUtime=0
/proc/18146/stat : 18146 (sh) S 18123 18123 16081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23101473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18146/statm: 1339 232 193 169 0 50 0
[pid=18147] ppid=18146 vsize=61552 CPUtime=1279.76
/proc/18147/stat : 18147 (minisat) R 18146 18123 16081 0 -1 4194304 15066 0 0 0 127958 18 0 0 25 0 1 0 23101473 63029248 15052 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18147/statm: 15388 15052 75 150 0 15235 0
Current children cumulated CPU time (s) 1289.42
Current children cumulated vsize (KiB) 83776

[startup+1362.3 s]
/proc/loadavg: 2.18 2.14 2.06 5/86 18253
/proc/meminfo: memFree=654952/2055920 swapFree=4192956/4192956
[pid=18123] ppid=18121 vsize=16868 CPUtime=9.66
/proc/18123/stat : 18123 (sugar) S 18121 18123 16081 0 -1 4194304 1374 41521 0 2 6 2 926 32 16 0 1 0 23100481 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18123/statm: 4217 1112 409 3 0 796 0
[pid=18146] ppid=18123 vsize=5356 CPUtime=0
/proc/18146/stat : 18146 (sh) S 18123 18123 16081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23101473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18146/statm: 1339 232 193 169 0 50 0
[pid=18147] ppid=18146 vsize=62476 CPUtime=1337.26
/proc/18147/stat : 18147 (minisat) R 18146 18123 16081 0 -1 4194304 15251 0 0 0 133708 18 0 0 25 0 1 0 23101473 63975424 15237 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18147/statm: 15619 15237 75 150 0 15466 0
Current children cumulated CPU time (s) 1346.92
Current children cumulated vsize (KiB) 84700

[startup+1422.31 s]
/proc/loadavg: 2.11 2.13 2.06 3/86 18253
/proc/meminfo: memFree=654568/2055920 swapFree=4192956/4192956
[pid=18123] ppid=18121 vsize=16868 CPUtime=9.66
/proc/18123/stat : 18123 (sugar) S 18121 18123 16081 0 -1 4194304 1374 41521 0 2 6 2 926 32 16 0 1 0 23100481 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18123/statm: 4217 1112 409 3 0 796 0
[pid=18146] ppid=18123 vsize=5356 CPUtime=0
/proc/18146/stat : 18146 (sh) S 18123 18123 16081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23101473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18146/statm: 1339 232 193 169 0 50 0
[pid=18147] ppid=18146 vsize=62476 CPUtime=1394.57
/proc/18147/stat : 18147 (minisat) R 18146 18123 16081 0 -1 4194304 15267 0 0 0 139438 19 0 0 25 0 1 0 23101473 63975424 15253 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18147/statm: 15619 15253 75 150 0 15466 0
Current children cumulated CPU time (s) 1404.23
Current children cumulated vsize (KiB) 84700

[startup+1482.3 s]
/proc/loadavg: 2.18 2.15 2.07 3/86 18253
/proc/meminfo: memFree=654504/2055920 swapFree=4192956/4192956
[pid=18123] ppid=18121 vsize=16868 CPUtime=9.66
/proc/18123/stat : 18123 (sugar) S 18121 18123 16081 0 -1 4194304 1374 41521 0 2 6 2 926 32 16 0 1 0 23100481 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18123/statm: 4217 1112 409 3 0 796 0
[pid=18146] ppid=18123 vsize=5356 CPUtime=0
/proc/18146/stat : 18146 (sh) S 18123 18123 16081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23101473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18146/statm: 1339 232 193 169 0 50 0
[pid=18147] ppid=18146 vsize=62476 CPUtime=1451.46
/proc/18147/stat : 18147 (minisat) R 18146 18123 16081 0 -1 4194304 15269 0 0 0 145127 19 0 0 25 0 1 0 23101473 63975424 15255 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18147/statm: 15619 15255 75 150 0 15466 0
Current children cumulated CPU time (s) 1461.12
Current children cumulated vsize (KiB) 84700

[startup+1542.3 s]
/proc/loadavg: 2.16 2.15 2.07 3/86 18253
/proc/meminfo: memFree=654440/2055920 swapFree=4192956/4192956
[pid=18123] ppid=18121 vsize=16868 CPUtime=9.66
/proc/18123/stat : 18123 (sugar) S 18121 18123 16081 0 -1 4194304 1374 41521 0 2 6 2 926 32 16 0 1 0 23100481 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18123/statm: 4217 1112 409 3 0 796 0
[pid=18146] ppid=18123 vsize=5356 CPUtime=0
/proc/18146/stat : 18146 (sh) S 18123 18123 16081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23101473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18146/statm: 1339 232 193 169 0 50 0
[pid=18147] ppid=18146 vsize=62476 CPUtime=1508.81
/proc/18147/stat : 18147 (minisat) R 18146 18123 16081 0 -1 4194304 15270 0 0 0 150862 19 0 0 25 0 1 0 23101473 63975424 15256 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18147/statm: 15619 15256 75 150 0 15466 0
Current children cumulated CPU time (s) 1518.47
Current children cumulated vsize (KiB) 84700

[startup+1602.3 s]
/proc/loadavg: 2.10 2.14 2.07 3/86 18253
/proc/meminfo: memFree=654376/2055920 swapFree=4192956/4192956
[pid=18123] ppid=18121 vsize=16868 CPUtime=9.66
/proc/18123/stat : 18123 (sugar) S 18121 18123 16081 0 -1 4194304 1374 41521 0 2 6 2 926 32 16 0 1 0 23100481 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18123/statm: 4217 1112 409 3 0 796 0
[pid=18146] ppid=18123 vsize=5356 CPUtime=0
/proc/18146/stat : 18146 (sh) S 18123 18123 16081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23101473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18146/statm: 1339 232 193 169 0 50 0
[pid=18147] ppid=18146 vsize=62476 CPUtime=1566.2
/proc/18147/stat : 18147 (minisat) R 18146 18123 16081 0 -1 4194304 15295 0 0 0 156601 19 0 0 25 0 1 0 23101473 63975424 15281 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/18147/statm: 15619 15281 75 150 0 15466 0
Current children cumulated CPU time (s) 1575.86
Current children cumulated vsize (KiB) 84700

[startup+1662.3 s]
/proc/loadavg: 2.12 2.12 2.07 3/86 18253
/proc/meminfo: memFree=653800/2055920 swapFree=4192956/4192956
[pid=18123] ppid=18121 vsize=16868 CPUtime=9.66
/proc/18123/stat : 18123 (sugar) S 18121 18123 16081 0 -1 4194304 1374 41521 0 2 6 2 926 32 16 0 1 0 23100481 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18123/statm: 4217 1112 409 3 0 796 0
[pid=18146] ppid=18123 vsize=5356 CPUtime=0
/proc/18146/stat : 18146 (sh) S 18123 18123 16081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23101473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18146/statm: 1339 232 193 169 0 50 0
[pid=18147] ppid=18146 vsize=63172 CPUtime=1623.64
/proc/18147/stat : 18147 (minisat) R 18146 18123 16081 0 -1 4194304 15406 0 0 0 162345 19 0 0 25 0 1 0 23101473 64688128 15392 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/18147/statm: 15793 15392 75 150 0 15640 0
Current children cumulated CPU time (s) 1633.3
Current children cumulated vsize (KiB) 85396

[startup+1722.3 s]
/proc/loadavg: 2.11 2.13 2.08 3/86 18253
/proc/meminfo: memFree=653608/2055920 swapFree=4192956/4192956
[pid=18123] ppid=18121 vsize=16868 CPUtime=9.66
/proc/18123/stat : 18123 (sugar) S 18121 18123 16081 0 -1 4194304 1374 41521 0 2 6 2 926 32 16 0 1 0 23100481 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18123/statm: 4217 1112 409 3 0 796 0
[pid=18146] ppid=18123 vsize=5356 CPUtime=0
/proc/18146/stat : 18146 (sh) S 18123 18123 16081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23101473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18146/statm: 1339 232 193 169 0 50 0
[pid=18147] ppid=18146 vsize=63172 CPUtime=1680.43
/proc/18147/stat : 18147 (minisat) R 18146 18123 16081 0 -1 4194304 15415 0 0 0 168024 19 0 0 25 0 1 0 23101473 64688128 15401 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/18147/statm: 15793 15401 75 150 0 15640 0
Current children cumulated CPU time (s) 1690.09
Current children cumulated vsize (KiB) 85396

[startup+1782.3 s]
/proc/loadavg: 2.34 2.18 2.10 3/86 18253
/proc/meminfo: memFree=653352/2055920 swapFree=4192956/4192956
[pid=18123] ppid=18121 vsize=16868 CPUtime=9.66
/proc/18123/stat : 18123 (sugar) S 18121 18123 16081 0 -1 4194304 1374 41521 0 2 6 2 926 32 16 0 1 0 23100481 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18123/statm: 4217 1112 409 3 0 796 0
[pid=18146] ppid=18123 vsize=5356 CPUtime=0
/proc/18146/stat : 18146 (sh) S 18123 18123 16081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23101473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18146/statm: 1339 232 193 169 0 50 0
[pid=18147] ppid=18146 vsize=63308 CPUtime=1737.7
/proc/18147/stat : 18147 (minisat) R 18146 18123 16081 0 -1 4194304 15439 0 0 0 173751 19 0 0 25 0 1 0 23101473 64827392 15425 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/18147/statm: 15827 15425 75 150 0 15674 0
Current children cumulated CPU time (s) 1747.36
Current children cumulated vsize (KiB) 85532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1837.4 s]
/proc/loadavg: 2.54 2.27 2.13 3/86 18253
/proc/meminfo: memFree=653224/2055920 swapFree=4192956/4192956
[pid=18123] ppid=18121 vsize=16868 CPUtime=9.66
/proc/18123/stat : 18123 (sugar) S 18121 18123 16081 0 -1 4194304 1374 41521 0 2 6 2 926 32 16 0 1 0 23100481 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18123/statm: 4217 1112 409 3 0 796 0
[pid=18146] ppid=18123 vsize=5356 CPUtime=0
/proc/18146/stat : 18146 (sh) S 18123 18123 16081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23101473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18146/statm: 1339 232 193 169 0 50 0
[pid=18147] ppid=18146 vsize=63592 CPUtime=1790.38
/proc/18147/stat : 18147 (minisat) R 18146 18123 16081 0 -1 4194304 15511 0 0 0 179019 19 0 0 25 0 1 0 23101473 65118208 15497 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18147/statm: 15898 15497 75 150 0 15745 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 85816

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18123 and gives
#  childrusage.ru_utime.tv_sec=9
#  childrusage.ru_utime.tv_usec=329581
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=365944
# CPU time returned by wait4() is 9.69553
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1837.43
CPU time (s): 1800.04
CPU user time (s): 1799.51
CPU system time (s): 0.53
CPU usage (%): 97.9653
Max. virtual memory (cumulated for all children) (KiB): 896860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.32958
system time used= 0.365944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43342
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= 3658
involuntary context switches= 3670

runsolver used 2.17867 second user time and 6.20806 second system time

The end

Launcher Data

Begin job on node36 at 2009-07-12 02:59:18
IDJOB=2075152
IDBENCH=56238
IDSOLVER=739
FILE ID=node36/2075152-1247360358
PBS_JOBID= 9506837
Free space on /tmp= 66376 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-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-2075152-1247360358/watcher-2075152-1247360358 -o /tmp/evaluation-result-2075152-1247360358/solver-2075152-1247360358 -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-2075152-1247360358.xml

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

MD5SUM BENCH= 256e54eea771bfc80e796383fda8f4a3
RANDOM SEED=232761135

node36.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.238
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.238
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:       1360424 kB
Buffers:         67580 kB
Cached:         491584 kB
SwapCached:          0 kB
Active:         171008 kB
Inactive:       459732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1360424 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4100 kB
Writeback:           0 kB
Mapped:          82812 kB
Slab:            50032 kB
Committed_AS:   205232 kB
PageTables:       1864 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= 66388 MiB
End job on node36 at 2009-07-12 03:29:57