Trace number 1071590

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.13+minisat? (TO) 1800.08 1806.26

General information on the benchmark

Namecsp/chessboardColoration/
normalized-cc-20-20-3.xml
MD5SUM5b42347ce5ad43fb927c93ef35a48a05
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints36100
Maximum constraint arity4
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension36100
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 13:01:21 2008
0.00/0.04	c 0	PID 2184
0.00/0.04	c 0	HOST node8.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1071590-1215169280.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1071590-1215169280.xml' 'HOME/temp.csp'
1.96/2.04	c 2	1 domains, 400 variables, 1 predicates, 0 relations, 36100 constraints
1.96/2.08	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.96/2.08	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.02/2.16	c 2	Parsing HOME/temp.csp
2.71/2.86	c 2	parsed 10000 expressions
3.31/3.43	c 3	parsed 20000 expressions
3.91/4.06	c 4	parsed 30000 expressions
4.40/4.59	c 4	parsed 36502 expressions
4.40/4.59	c 4	Heap : 34 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.40/4.59	c 4	Converting to clausal form CSP
5.11/5.22	c 5	converted 3651 (10%) expressions
5.59/5.73	c 5	converted 7301 (20%) expressions
6.40/6.55	c 6	converted 10951 (30%) expressions
6.88/7.07	c 7	converted 14601 (40%) expressions
7.39/7.57	c 7	converted 18251 (50%) expressions
7.88/8.08	c 8	converted 21902 (60%) expressions
9.07/9.26	c 9	converted 25552 (70%) expressions
9.58/9.76	c 9	converted 29202 (80%) expressions
10.07/10.29	c 10	converted 32852 (90%) expressions
10.67/10.81	c 10	converted 36502 (100%) expressions
10.67/10.81	c 10	CSP : 400 integers, 0 booleans, 36100 clauses, largest domain size 3
10.67/10.81	c 10	Heap : 134 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.67/10.81	c 10	Propagation in CSP
11.07/11.20	c 11	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.07/11.20	c 11	CSP : 400 integers, 0 booleans, 36100 clauses, largest domain size 3
11.07/11.20	c 11	Heap : 132 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.07/11.23	c 11	Simplifing CSP by introducing new Boolean variables
14.16/14.32	c 14	CSP : 400 integers, 433200 booleans, 469300 clauses, largest domain size 3
14.16/14.32	c 14	Heap : 258 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.34/15.60	c 15	Encoding CSP to SAT : HOME/temp.cnf
15.44/15.65	c 15	40 (10%) CSP integer variables are encoded (40 clauses, 415 bytes)
15.44/15.65	c 15	80 (20%) CSP integer variables are encoded (80 clauses, 836 bytes)
15.44/15.65	c 15	120 (30%) CSP integer variables are encoded (120 clauses, 1276 bytes)
15.44/15.65	c 15	160 (40%) CSP integer variables are encoded (160 clauses, 1716 bytes)
15.44/15.66	c 15	200 (50%) CSP integer variables are encoded (200 clauses, 2156 bytes)
15.44/15.66	c 15	240 (60%) CSP integer variables are encoded (240 clauses, 2596 bytes)
15.44/15.66	c 15	280 (70%) CSP integer variables are encoded (280 clauses, 3036 bytes)
15.44/15.66	c 15	320 (80%) CSP integer variables are encoded (320 clauses, 3476 bytes)
15.44/15.66	c 15	360 (90%) CSP integer variables are encoded (360 clauses, 3916 bytes)
15.44/15.66	c 15	400 (100%) CSP integer variables are encoded (400 clauses, 4356 bytes)
15.94/16.18	c 16	46930 (10%) CSP clauses are encoded (133970 clauses, 2070444 bytes)
16.43/16.66	c 16	93860 (20%) CSP clauses are encoded (267540 clauses, 4198724 bytes)
16.94/17.16	c 17	140790 (30%) CSP clauses are encoded (401110 clauses, 6505500 bytes)
17.43/17.65	c 17	187720 (40%) CSP clauses are encoded (534680 clauses, 8895320 bytes)
17.93/18.14	c 18	234650 (50%) CSP clauses are encoded (668250 clauses, 11285140 bytes)
18.43/18.63	c 18	281580 (60%) CSP clauses are encoded (801820 clauses, 13674960 bytes)
18.92/19.12	c 19	328510 (70%) CSP clauses are encoded (935390 clauses, 16064780 bytes)
19.42/19.60	c 19	375440 (80%) CSP clauses are encoded (1068960 clauses, 18454600 bytes)
19.82/20.09	c 20	422370 (90%) CSP clauses are encoded (1202530 clauses, 20844420 bytes)
20.31/20.57	c 20	469300 (100%) CSP clauses are encoded (1336100 clauses, 23234240 bytes)
20.31/20.57	c 20	469300 CSP clauses encoded
20.31/20.57	c 20	Writing map file : HOME/temp.map
20.42/20.61	c 20	Heap : 207 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.42/20.61	c 20	SAT : 434000 SAT variables, 1336100 SAT clauses, 23234240 bytes
20.42/20.61	c 20	Heap : 207 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.47/20.70	c 20	SOLVING HOME/temp.cnf
20.47/20.70	c 20	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
20.47/20.70	c 20	This is MiniSat 2.0 beta
20.47/20.70	c 20	WARNING: for repeatability, setting FPU to use double precision
20.47/20.70	c 20	============================[ Problem Statistics ]=============================
20.47/20.70	c 20	|                                                                             |
20.47/20.70	c 20	|  Number of variables:  434000                                               |
20.47/20.70	c 20	|  Number of clauses:    1336100                                              |
21.17/21.42	c 21	|  Parsing time:         0.60         s                                       |
21.17/21.46	c 21	============================[ Search Statistics ]==============================
21.17/21.46	c 21	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
21.17/21.46	c 21	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
21.17/21.46	c 21	===============================================================================
21.17/21.46	c 21	|         0 |  434000  1336100  3466400 |   445366        0    nan |  0.000 % |
21.36/21.63	c 21	|       101 |  434000  1336100  3466400 |   489903      101     19 |  0.000 % |
21.66/21.96	c 21	|       251 |  434000  1336100  3466400 |   538893      251     14 |  0.000 % |
22.16/22.45	c 22	|       476 |  434000  1336100  3466400 |   592783      476     13 |  0.000 % |
22.95/23.21	c 23	|       814 |  434000  1336100  3466400 |   652061      814     12 |  0.000 % |
23.65/23.98	c 23	|      1320 |  434000  1336100  3466400 |   717267     1320     13 |  0.000 % |
25.34/25.67	c 25	|      2079 |  434000  1336100  3466400 |   788994     2079     13 |  0.000 % |
27.63/27.94	c 27	|      3218 |  434000  1336100  3466400 |   867893     3218     14 |  0.000 % |
30.72/31.08	c 31	|      4927 |  434000  1336100  3466400 |   954683     4927     24 |  0.000 % |
34.61/34.94	c 34	|      7489 |  434000  1336100  3466400 |  1050151     7489     36 |  0.000 % |
42.38/42.72	c 42	|     11335 |  434000  1336100  3466400 |  1155166    11335     38 |  0.000 % |
52.54/52.91	c 52	|     17102 |  434000  1336100  3466400 |  1270683    17102     33 |  0.000 % |
75.45/75.91	c 75	|     25751 |  434000  1336100  3466400 |  1397751    25751     43 |  0.000 % |
108.32/108.94	c 108	|     38727 |  434000  1336100  3466400 |  1537526    38727     49 |  0.000 % |
164.99/165.88	c 165	|     58189 |  434000  1336100  3466400 |  1691279    58189     62 |  0.000 % |
253.95/255.12	c 255	|     87382 |  434000  1336100  3466400 |  1860407    87382     66 |  0.000 % |
392.60/394.38	c 394	|    131171 |  434000  1336100  3466400 |  2046447   131171     65 |  0.000 % |
643.31/646.02	c 645	|    196857 |  434000  1336100  3466400 |  2251092   196857     75 |  0.000 % |
1052.76/1057.51	c 1057	|    295383 |  434000  1336100  3466400 |  2476201   295383     76 |  0.000 % |
1800.08/1806.22	c ERROR INTERRUPTED
1800.08/1806.25	s UNKNOWN
1800.08/1806.25	c 1806	CPU 19.81 (0.03 0.01 19.78 0.67)
1800.08/1806.25	c 1806	END Fri Jul  4 13:31:27 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1071590-1215169280/watcher-1071590-1215169280 -o /tmp/evaluation-result-1071590-1215169280/solver-1071590-1215169280 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1071590-1215169280.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.02 2.00 4/73 2184
/proc/meminfo: memFree=1845160/2055920 swapFree=4179560/4192956
[pid=2184] ppid=2182 vsize=12268 CPUtime=0
/proc/2184/stat : 2184 (sugar) R 2182 2184 618 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1995903086 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 228715445246 0 0 4224 0 0 0 0 17 0 0 0
/proc/2184/statm: 3067 316 241 3 0 167 0

[startup+0.0764861 s]
/proc/loadavg: 2.06 2.02 2.00 4/73 2184
/proc/meminfo: memFree=1845160/2055920 swapFree=4179560/4192956
[pid=2184] ppid=2182 vsize=13600 CPUtime=0.03
/proc/2184/stat : 2184 (sugar) S 2182 2184 618 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1995903086 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2184/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101487 s]
/proc/loadavg: 2.06 2.02 2.00 4/73 2184
/proc/meminfo: memFree=1845160/2055920 swapFree=4179560/4192956
[pid=2184] ppid=2182 vsize=13600 CPUtime=0.03
/proc/2184/stat : 2184 (sugar) S 2182 2184 618 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1995903086 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2184/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301506 s]
/proc/loadavg: 2.06 2.02 2.00 4/73 2184
/proc/meminfo: memFree=1845160/2055920 swapFree=4179560/4192956
[pid=2184] ppid=2182 vsize=13600 CPUtime=0.03
/proc/2184/stat : 2184 (sugar) S 2182 2184 618 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1995903086 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2184/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701545 s]
/proc/loadavg: 2.06 2.02 2.00 4/73 2184
/proc/meminfo: memFree=1845160/2055920 swapFree=4179560/4192956
[pid=2184] ppid=2182 vsize=13600 CPUtime=0.03
/proc/2184/stat : 2184 (sugar) S 2182 2184 618 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1995903086 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2184/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50162 s]
/proc/loadavg: 2.14 2.04 2.01 3/84 2196
/proc/meminfo: memFree=1806736/2055920 swapFree=4179560/4192956
[pid=2184] ppid=2182 vsize=13600 CPUtime=0.03
/proc/2184/stat : 2184 (sugar) S 2182 2184 618 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1995903086 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2184/statm: 3400 796 370 3 0 500 0
[pid=2187] ppid=2184 vsize=5356 CPUtime=0
/proc/2187/stat : 2187 (sh) S 2184 2184 618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995903091 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2187/statm: 1339 233 193 169 0 50 0
[pid=2188] ppid=2187 vsize=864680 CPUtime=1.43
/proc/2188/stat : 2188 (java) S 2187 2184 618 0 -1 0 18940 0 1 0 134 9 0 0 19 0 9 0 1995903091 885432320 16021 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2188/statm: 216170 16023 2529 9 0 210752 0
[pid=2188/tid=2189] ppid=2187 vsize=864680 CPUtime=0.65
/proc/2188/task/2189/stat : 2189 (java) R 2187 2184 618 0 -1 64 3362 0 1 0 63 2 0 0 25 0 9 0 1995903092 885432320 16024 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2188/tid=2190] ppid=2187 vsize=864680 CPUtime=0.65
/proc/2188/task/2190/stat : 2190 (java) R 2187 2184 618 0 -1 64 14379 0 0 0 60 5 0 0 16 0 9 0 1995903093 885432320 16025 996147200 134512640 134550740 4294956000 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2188/tid=2191] ppid=2187 vsize=864680 CPUtime=0
/proc/2188/task/2191/stat : 2191 (java) S 2187 2184 618 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1995903094 885432320 16026 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2188/tid=2192] ppid=2187 vsize=864680 CPUtime=0
/proc/2188/task/2192/stat : 2192 (java) S 2187 2184 618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995903094 885432320 16028 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2188/tid=2193] ppid=2187 vsize=864680 CPUtime=0
/proc/2188/task/2193/stat : 2193 (java) S 2187 2184 618 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1995903096 885432320 16029 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2188/tid=2194] ppid=2187 vsize=864680 CPUtime=0.11
/proc/2188/task/2194/stat : 2194 (java) S 2187 2184 618 0 -1 64 504 0 0 0 11 0 0 0 16 0 9 0 1995903096 885432320 16030 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2188/tid=2195] ppid=2187 vsize=864680 CPUtime=0
/proc/2188/task/2195/stat : 2195 (java) S 2187 2184 618 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1995903096 885432320 16031 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2188/tid=2196] ppid=2187 vsize=864680 CPUtime=0
/proc/2188/task/2196/stat : 2196 (java) S 2187 2184 618 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1995903096 885432320 16032 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883636

[startup+3.10178 s]
/proc/loadavg: 2.14 2.04 2.01 3/77 2199
/proc/meminfo: memFree=1838792/2055920 swapFree=4179560/4192956
[pid=2184] ppid=2182 vsize=13600 CPUtime=2.02
/proc/2184/stat : 2184 (sugar) S 2182 2184 618 0 -1 4194304 973 20966 0 1 3 1 186 12 15 0 1 0 1995903086 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2184/statm: 3400 797 370 3 0 500 0
[pid=2197] ppid=2184 vsize=5356 CPUtime=0
/proc/2197/stat : 2197 (sh) S 2184 2184 618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995903295 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2197/statm: 1339 233 193 169 0 50 0
[pid=2198] ppid=2197 vsize=864096 CPUtime=1
/proc/2198/stat : 2198 (java) S 2197 2184 618 0 -1 0 8156 0 1 0 96 4 0 0 18 0 9 0 1995903295 884834304 7240 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2198/statm: 216024 7240 2532 9 0 210606 0
[pid=2198/tid=2199] ppid=2197 vsize=864096 CPUtime=0.6
/proc/2198/task/2199/stat : 2199 (java) R 2197 2184 618 0 -1 64 2731 0 1 0 60 0 0 0 24 0 9 0 1995903296 884834304 7240 996147200 134512640 134550740 4294955952 18446744073709551615 4126430830 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883052

[startup+6.30208 s]
/proc/loadavg: 2.14 2.04 2.01 3/84 2206
/proc/meminfo: memFree=1781072/2055920 swapFree=4179560/4192956
[pid=2184] ppid=2182 vsize=13600 CPUtime=2.02
/proc/2184/stat : 2184 (sugar) S 2182 2184 618 0 -1 4194304 974 20966 0 1 3 1 186 12 15 0 1 0 1995903086 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2184/statm: 3400 797 370 3 0 500 0
[pid=2197] ppid=2184 vsize=5356 CPUtime=0
/proc/2197/stat : 2197 (sh) S 2184 2184 618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995903295 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2197/statm: 1339 233 193 169 0 50 0
[pid=2198] ppid=2197 vsize=868404 CPUtime=4.17
/proc/2198/stat : 2198 (java) S 2197 2184 618 0 -1 0 22052 0 1 0 405 12 0 0 18 0 9 0 1995903295 889245696 20368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2198/statm: 217101 20368 2540 9 0 211676 0
[pid=2198/tid=2199] ppid=2197 vsize=868404 CPUtime=2.45
/proc/2198/task/2199/stat : 2199 (java) R 2197 2184 618 0 -1 64 3856 0 1 0 243 2 0 0 25 0 9 0 1995903296 889245696 20368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2198/tid=2200] ppid=2197 vsize=868404 CPUtime=1.52
/proc/2198/task/2200/stat : 2200 (java) R 2197 2184 618 0 -1 64 16051 0 0 0 144 8 0 0 16 0 9 0 1995903298 889245696 20368 996147200 134512640 134550740 4294955952 18446744073709551615 102723289 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2198/tid=2201] ppid=2197 vsize=868404 CPUtime=0
/proc/2198/task/2201/stat : 2201 (java) S 2197 2184 618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995903298 889245696 20368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2198/tid=2202] ppid=2197 vsize=868404 CPUtime=0
/proc/2198/task/2202/stat : 2202 (java) S 2197 2184 618 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995903298 889245696 20368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2198/tid=2203] ppid=2197 vsize=868404 CPUtime=0
/proc/2198/task/2203/stat : 2203 (java) S 2197 2184 618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995903300 889245696 20368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2198/tid=2204] ppid=2197 vsize=868404 CPUtime=0.18
/proc/2198/task/2204/stat : 2204 (java) S 2197 2184 618 0 -1 64 1449 0 0 0 17 1 0 0 16 0 9 0 1995903300 889245696 20368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2198/tid=2205] ppid=2197 vsize=868404 CPUtime=0
/proc/2198/task/2205/stat : 2205 (java) S 2197 2184 618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995903300 889245696 20368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2198/tid=2206] ppid=2197 vsize=868404 CPUtime=0
/proc/2198/task/2206/stat : 2206 (java) S 2197 2184 618 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1995903300 889245696 20368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887360

[startup+12.7027 s]
/proc/loadavg: 2.12 2.04 2.01 4/84 2206
/proc/meminfo: memFree=1653200/2055920 swapFree=4179560/4192956
[pid=2184] ppid=2182 vsize=13600 CPUtime=2.02
/proc/2184/stat : 2184 (sugar) S 2182 2184 618 0 -1 4194304 974 20966 0 1 3 1 186 12 15 0 1 0 1995903086 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2184/statm: 3400 797 370 3 0 500 0
[pid=2197] ppid=2184 vsize=5356 CPUtime=0
/proc/2197/stat : 2197 (sh) S 2184 2184 618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995903295 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2197/statm: 1339 233 193 169 0 50 0
[pid=2198] ppid=2197 vsize=868404 CPUtime=10.54
/proc/2198/stat : 2198 (java) S 2197 2184 618 0 -1 0 67010 0 1 0 1025 29 0 0 18 0 9 0 1995903295 889245696 46992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2198/statm: 217101 46992 2540 9 0 211676 0
[pid=2198/tid=2199] ppid=2197 vsize=868404 CPUtime=5.56
/proc/2198/task/2199/stat : 2199 (java) R 2197 2184 618 0 -1 64 4593 0 1 0 553 3 0 0 25 0 9 0 1995903296 889245696 46992 996147200 134512640 134550740 4294955952 18446744073709551615 4125952058 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2198/tid=2200] ppid=2197 vsize=868404 CPUtime=4.76
/proc/2198/task/2200/stat : 2200 (java) S 2197 2184 618 0 -1 64 60258 0 0 0 452 24 0 0 17 0 9 0 1995903298 889245696 46992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2198/tid=2201] ppid=2197 vsize=868404 CPUtime=0
/proc/2198/task/2201/stat : 2201 (java) S 2197 2184 618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995903298 889245696 46992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2198/tid=2202] ppid=2197 vsize=868404 CPUtime=0
/proc/2198/task/2202/stat : 2202 (java) S 2197 2184 618 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995903298 889245696 46992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2198/tid=2203] ppid=2197 vsize=868404 CPUtime=0
/proc/2198/task/2203/stat : 2203 (java) S 2197 2184 618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995903300 889245696 46992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2198/tid=2204] ppid=2197 vsize=868404 CPUtime=0.2
/proc/2198/task/2204/stat : 2204 (java) S 2197 2184 618 0 -1 64 1463 0 0 0 19 1 0 0 16 0 9 0 1995903300 889245696 46992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2198/tid=2205] ppid=2197 vsize=868404 CPUtime=0
/proc/2198/task/2205/stat : 2205 (java) S 2197 2184 618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995903300 889245696 46992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2198/tid=2206] ppid=2197 vsize=868404 CPUtime=0
/proc/2198/task/2206/stat : 2206 (java) S 2197 2184 618 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1995903300 889245696 46992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 887360

[startup+25.5019 s]
/proc/loadavg: 2.25 2.07 2.02 3/76 2208
/proc/meminfo: memFree=1737168/2055920 swapFree=4179560/4192956
[pid=2184] ppid=2182 vsize=13600 CPUtime=20.49
/proc/2184/stat : 2184 (sugar) S 2182 2184 618 0 -1 4194304 1033 115216 0 2 3 1 1978 67 15 0 1 0 1995903086 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2184/statm: 3400 799 370 3 0 500 0
[pid=2207] ppid=2184 vsize=5356 CPUtime=0
/proc/2207/stat : 2207 (sh) S 2184 2184 618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995905157 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2207/statm: 1339 232 193 169 0 50 0
[pid=2208] ppid=2207 vsize=84620 CPUtime=4.75
/proc/2208/stat : 2208 (minisat) R 2207 2184 618 0 -1 4194304 20059 0 0 0 463 12 0 0 25 0 1 0 1995905157 86650880 20045 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/2208/statm: 21155 20045 76 150 0 21002 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 103576

[startup+51.1013 s]
/proc/loadavg: 2.20 2.08 2.02 3/76 2208
/proc/meminfo: memFree=1734544/2055920 swapFree=4179560/4192956
[pid=2184] ppid=2182 vsize=13600 CPUtime=20.49
/proc/2184/stat : 2184 (sugar) S 2182 2184 618 0 -1 4194304 1033 115216 0 2 3 1 1978 67 16 0 1 0 1995903086 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2184/statm: 3400 799 370 3 0 500 0
[pid=2207] ppid=2184 vsize=5356 CPUtime=0
/proc/2207/stat : 2207 (sh) S 2184 2184 618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995905157 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2207/statm: 1339 232 193 169 0 50 0
[pid=2208] ppid=2207 vsize=87260 CPUtime=30.25
/proc/2208/stat : 2208 (minisat) R 2207 2184 618 0 -1 4194304 20733 0 0 0 3012 13 0 0 25 0 1 0 1995905157 89354240 20719 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/2208/statm: 21815 20719 76 150 0 21662 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 106216

[startup+102.305 s]
/proc/loadavg: 2.14 2.08 2.02 3/76 2208
/proc/meminfo: memFree=1729296/2055920 swapFree=4179560/4192956
[pid=2184] ppid=2182 vsize=13600 CPUtime=20.49

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

/proc/meminfo: memFree=1609176/2055920 swapFree=4179560/4192956
[pid=2184] ppid=2182 vsize=13600 CPUtime=20.49
/proc/2184/stat : 2184 (sugar) S 2182 2184 618 0 -1 4194304 1033 115216 0 2 3 1 1978 67 16 0 1 0 1995903086 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2184/statm: 3400 799 370 3 0 500 0
[pid=2207] ppid=2184 vsize=5356 CPUtime=0
/proc/2207/stat : 2207 (sh) S 2184 2184 618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995905157 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2207/statm: 1339 232 193 169 0 50 0
[pid=2208] ppid=2207 vsize=201852 CPUtime=1276
/proc/2208/stat : 2208 (minisat) R 2207 2184 618 0 -1 4194304 49137 0 0 0 127553 47 0 0 25 0 1 0 1995905157 206696448 49123 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2208/statm: 50463 49123 76 150 0 50310 0
Current children cumulated CPU time (s) 1296.49
Current children cumulated vsize (KiB) 220808

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 2453
/proc/meminfo: memFree=1510808/2055920 swapFree=4179560/4192956
[pid=2184] ppid=2182 vsize=13600 CPUtime=20.49
/proc/2184/stat : 2184 (sugar) S 2182 2184 618 0 -1 4194304 1033 115216 0 2 3 1 1978 67 16 0 1 0 1995903086 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2184/statm: 3400 799 370 3 0 500 0
[pid=2207] ppid=2184 vsize=5356 CPUtime=0
/proc/2207/stat : 2207 (sh) S 2184 2184 618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995905157 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2207/statm: 1339 232 193 169 0 50 0
[pid=2208] ppid=2207 vsize=205416 CPUtime=1335.85
/proc/2208/stat : 2208 (minisat) R 2207 2184 618 0 -1 4194304 50045 0 0 0 133536 49 0 0 25 0 1 0 1995905157 210345984 50031 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2208/statm: 51354 50031 76 150 0 51201 0
Current children cumulated CPU time (s) 1356.34
Current children cumulated vsize (KiB) 224372

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 2453
/proc/meminfo: memFree=1500952/2055920 swapFree=4179560/4192956
[pid=2184] ppid=2182 vsize=13600 CPUtime=20.49
/proc/2184/stat : 2184 (sugar) S 2182 2184 618 0 -1 4194304 1033 115216 0 2 3 1 1978 67 16 0 1 0 1995903086 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2184/statm: 3400 799 370 3 0 500 0
[pid=2207] ppid=2184 vsize=5356 CPUtime=0
/proc/2207/stat : 2207 (sh) S 2184 2184 618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995905157 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2207/statm: 1339 232 193 169 0 50 0
[pid=2208] ppid=2207 vsize=209128 CPUtime=1395.83
/proc/2208/stat : 2208 (minisat) R 2207 2184 618 0 -1 4194304 50958 0 0 0 139533 50 0 0 25 0 1 0 1995905157 214147072 50944 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/2208/statm: 52282 50944 76 150 0 52129 0
Current children cumulated CPU time (s) 1416.32
Current children cumulated vsize (KiB) 228084

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 2453
/proc/meminfo: memFree=1497368/2055920 swapFree=4179560/4192956
[pid=2184] ppid=2182 vsize=13600 CPUtime=20.49
/proc/2184/stat : 2184 (sugar) S 2182 2184 618 0 -1 4194304 1033 115216 0 2 3 1 1978 67 16 0 1 0 1995903086 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2184/statm: 3400 799 370 3 0 500 0
[pid=2207] ppid=2184 vsize=5356 CPUtime=0
/proc/2207/stat : 2207 (sh) S 2184 2184 618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995905157 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2207/statm: 1339 232 193 169 0 50 0
[pid=2208] ppid=2207 vsize=212724 CPUtime=1455.8
/proc/2208/stat : 2208 (minisat) R 2207 2184 618 0 -1 4194304 51855 0 0 0 145529 51 0 0 25 0 1 0 1995905157 217829376 51841 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2208/statm: 53181 51841 76 150 0 53028 0
Current children cumulated CPU time (s) 1476.29
Current children cumulated vsize (KiB) 231680

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 2453
/proc/meminfo: memFree=1493464/2055920 swapFree=4179560/4192956
[pid=2184] ppid=2182 vsize=13600 CPUtime=20.49
/proc/2184/stat : 2184 (sugar) S 2182 2184 618 0 -1 4194304 1033 115216 0 2 3 1 1978 67 16 0 1 0 1995903086 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2184/statm: 3400 799 370 3 0 500 0
[pid=2207] ppid=2184 vsize=5356 CPUtime=0
/proc/2207/stat : 2207 (sh) S 2184 2184 618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995905157 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2207/statm: 1339 232 193 169 0 50 0
[pid=2208] ppid=2207 vsize=216420 CPUtime=1515.77
/proc/2208/stat : 2208 (minisat) R 2207 2184 618 0 -1 4194304 52798 0 0 0 151526 51 0 0 25 0 1 0 1995905157 221614080 52784 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2208/statm: 54105 52784 76 150 0 53952 0
Current children cumulated CPU time (s) 1536.26
Current children cumulated vsize (KiB) 235376

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 2453
/proc/meminfo: memFree=1489880/2055920 swapFree=4179560/4192956
[pid=2184] ppid=2182 vsize=13600 CPUtime=20.49
/proc/2184/stat : 2184 (sugar) S 2182 2184 618 0 -1 4194304 1033 115216 0 2 3 1 1978 67 16 0 1 0 1995903086 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2184/statm: 3400 799 370 3 0 500 0
[pid=2207] ppid=2184 vsize=5356 CPUtime=0
/proc/2207/stat : 2207 (sh) S 2184 2184 618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995905157 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2207/statm: 1339 232 193 169 0 50 0
[pid=2208] ppid=2207 vsize=219956 CPUtime=1575.76
/proc/2208/stat : 2208 (minisat) R 2207 2184 618 0 -1 4194304 53690 0 0 0 157523 53 0 0 25 0 1 0 1995905157 225234944 53676 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2208/statm: 54989 53676 76 150 0 54836 0
Current children cumulated CPU time (s) 1596.25
Current children cumulated vsize (KiB) 238912

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 2453
/proc/meminfo: memFree=1486688/2055920 swapFree=4179560/4192956
[pid=2184] ppid=2182 vsize=13600 CPUtime=20.49
/proc/2184/stat : 2184 (sugar) S 2182 2184 618 0 -1 4194304 1033 115216 0 2 3 1 1978 67 16 0 1 0 1995903086 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2184/statm: 3400 799 370 3 0 500 0
[pid=2207] ppid=2184 vsize=5356 CPUtime=0
/proc/2207/stat : 2207 (sh) S 2184 2184 618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995905157 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2207/statm: 1339 232 193 169 0 50 0
[pid=2208] ppid=2207 vsize=223080 CPUtime=1635.73
/proc/2208/stat : 2208 (minisat) R 2207 2184 618 0 -1 4194304 54480 0 0 0 163520 53 0 0 25 0 1 0 1995905157 228433920 54466 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2208/statm: 55770 54466 76 150 0 55617 0
Current children cumulated CPU time (s) 1656.22
Current children cumulated vsize (KiB) 242036

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 2453
/proc/meminfo: memFree=1483104/2055920 swapFree=4179560/4192956
[pid=2184] ppid=2182 vsize=13600 CPUtime=20.49
/proc/2184/stat : 2184 (sugar) S 2182 2184 618 0 -1 4194304 1033 115216 0 2 3 1 1978 67 16 0 1 0 1995903086 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2184/statm: 3400 799 370 3 0 500 0
[pid=2207] ppid=2184 vsize=5356 CPUtime=0
/proc/2207/stat : 2207 (sh) S 2184 2184 618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995905157 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2207/statm: 1339 232 193 169 0 50 0
[pid=2208] ppid=2207 vsize=226628 CPUtime=1695.72
/proc/2208/stat : 2208 (minisat) R 2207 2184 618 0 -1 4194304 55383 0 0 0 169518 54 0 0 25 0 1 0 1995905157 232067072 55369 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2208/statm: 56657 55369 76 150 0 56504 0
Current children cumulated CPU time (s) 1716.21
Current children cumulated vsize (KiB) 245584

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 2453
/proc/meminfo: memFree=1479584/2055920 swapFree=4179560/4192956
[pid=2184] ppid=2182 vsize=13600 CPUtime=20.49
/proc/2184/stat : 2184 (sugar) S 2182 2184 618 0 -1 4194304 1033 115216 0 2 3 1 1978 67 16 0 1 0 1995903086 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2184/statm: 3400 799 370 3 0 500 0
[pid=2207] ppid=2184 vsize=5356 CPUtime=0
/proc/2207/stat : 2207 (sh) S 2184 2184 618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995905157 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2207/statm: 1339 232 193 169 0 50 0
[pid=2208] ppid=2207 vsize=230076 CPUtime=1755.7
/proc/2208/stat : 2208 (minisat) R 2207 2184 618 0 -1 4194304 56215 0 0 0 175515 55 0 0 25 0 1 0 1995905157 235597824 56201 996147200 134512640 135127466 4294956256 18446744073709551615 134530837 0 0 4096 3 0 0 0 17 0 0 0
/proc/2208/statm: 57519 56201 76 150 0 57366 0
Current children cumulated CPU time (s) 1776.19
Current children cumulated vsize (KiB) 249032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.21 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 2453
/proc/meminfo: memFree=1478176/2055920 swapFree=4179560/4192956
[pid=2184] ppid=2182 vsize=13600 CPUtime=20.49
/proc/2184/stat : 2184 (sugar) S 2182 2184 618 0 -1 4194304 1033 115216 0 2 3 1 1978 67 16 0 1 0 1995903086 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2184/statm: 3400 799 370 3 0 500 0
[pid=2207] ppid=2184 vsize=5356 CPUtime=0
/proc/2207/stat : 2207 (sh) S 2184 2184 618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995905157 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2207/statm: 1339 232 193 169 0 50 0
[pid=2208] ppid=2207 vsize=231396 CPUtime=1779.59
/proc/2208/stat : 2208 (minisat) R 2207 2184 618 0 -1 4194304 56554 0 0 0 177904 55 0 0 25 0 1 0 1995905157 236949504 56540 996147200 134512640 135127466 4294956256 18446744073709551615 134530684 0 0 4096 3 0 0 0 17 0 0 0
/proc/2208/statm: 57849 56540 76 150 0 57696 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 250352

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 2184 and gives
#  childrusage.ru_utime.tv_sec=19
#  childrusage.ru_utime.tv_usec=821986
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=703892
# CPU time returned by wait4() is 20.5259
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1806.26
CPU time (s): 1800.08
CPU user time (s): 1798.85
CPU system time (s): 1.23
CPU usage (%): 99.6578
Max. virtual memory (cumulated for all children) (KiB): 907852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.822
system time used= 0.703892
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116594
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= 6326
involuntary context switches= 6359

runsolver used 1.51577 second user time and 5.2682 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-04 13:01:20
IDJOB=1071590
IDBENCH=56098
IDSOLVER=346
FILE ID=node8/1071590-1215169280
PBS_JOBID= 7881420
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/chessboardColoration/normalized-cc-20-20-3.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1071590-1215169280/watcher-1071590-1215169280 -o /tmp/evaluation-result-1071590-1215169280/solver-1071590-1215169280 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1071590-1215169280.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5b42347ce5ad43fb927c93ef35a48a05
RANDOM SEED=1766869770

node8.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.222
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.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1845640 kB
Buffers:         30892 kB
Cached:         115208 kB
SwapCached:       6900 kB
Active:         119228 kB
Inactive:        38644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1845640 kB
SwapTotal:     4192956 kB
SwapFree:      4179560 kB
Dirty:            7636 kB
Writeback:           0 kB
Mapped:          19052 kB
Slab:            37700 kB
Committed_AS:  3280924 kB
PageTables:       1688 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node8 at 2008-07-04 13:31:29