Trace number 2077726

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.09 1810.94

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-21-07.xml
MD5SUM649294e53c6b0b14135b49af7d95af4e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.61815
Satisfiable
(Un)Satisfiability was proved
Number of variables368
Number of constraints2572
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension152
Number of constraints which are defined in intension2420
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 04:27:13 2009
0.00/0.08	c 0	PID 15977
0.00/0.08	c 0	HOST node34.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2077726-1247365633.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-2077726-1247365633.xml' 'HOME/temp.csp'
0.06/0.86	c 1	1 domains, 368 variables, 8 predicates, 6 relations, 2572 constraints
0.06/0.91	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.91	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.82/1.06	c 1	Parsing HOME/temp.csp
1.28/1.57	c 1	parsed 2955 expressions
1.28/1.59	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.28/1.59	c 1	Converting to clausal form CSP
1.37/1.66	c 1	converted 296 (10%) expressions
3.37/3.71	c 4	converted 591 (20%) expressions
3.49/3.86	c 4	converted 887 (30%) expressions
5.21/5.54	c 5	converted 1182 (40%) expressions
5.89/6.27	c 6	converted 1478 (50%) expressions
5.89/6.29	c 6	converted 1773 (60%) expressions
6.18/6.58	c 6	converted 2069 (70%) expressions
6.38/6.73	c 7	converted 2364 (80%) expressions
6.47/6.86	c 7	converted 2660 (90%) expressions
6.68/7.08	c 7	converted 2955 (100%) expressions
6.68/7.08	c 7	CSP : 368 integers, 0 booleans, 2572 clauses, largest domain size 26
6.68/7.08	c 7	Heap : 131 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.68/7.08	c 7	Propagation in CSP
6.77/7.10	c 7	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.77/7.11	c 7	CSP : 368 integers, 0 booleans, 2572 clauses, largest domain size 26
6.77/7.11	c 7	Heap : 131 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.77/7.12	c 7	Simplifing CSP by introducing new Boolean variables
6.77/7.16	c 7	CSP : 368 integers, 21160 booleans, 23732 clauses, largest domain size 26
6.77/7.16	c 7	Heap : 139 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.72/8.14	c 8	Encoding CSP to SAT : HOME/temp.cnf
7.72/8.17	c 8	37 (10%) CSP integer variables are encoded (888 clauses, 9624 bytes)
7.72/8.18	c 8	74 (20%) CSP integer variables are encoded (1776 clauses, 21025 bytes)
7.72/8.18	c 8	111 (30%) CSP integer variables are encoded (2664 clauses, 32569 bytes)
7.72/8.18	c 8	148 (40%) CSP integer variables are encoded (3552 clauses, 44113 bytes)
7.72/8.18	c 8	184 (50%) CSP integer variables are encoded (4416 clauses, 55345 bytes)
7.72/8.18	c 8	221 (60%) CSP integer variables are encoded (5304 clauses, 66889 bytes)
7.72/8.18	c 8	258 (70%) CSP integer variables are encoded (6192 clauses, 78433 bytes)
7.72/8.18	c 8	295 (80%) CSP integer variables are encoded (7080 clauses, 89977 bytes)
7.72/8.18	c 8	332 (90%) CSP integer variables are encoded (7968 clauses, 101521 bytes)
7.72/8.18	c 8	368 (100%) CSP integer variables are encoded (8832 clauses, 112753 bytes)
52.55/54.23	c 54	2374 (10%) CSP clauses are encoded (932230 clauses, 37642855 bytes)
242.46/245.62	c 245	4747 (20%) CSP clauses are encoded (2073436 clauses, 99002857 bytes)
242.55/245.72	c 246	7120 (30%) CSP clauses are encoded (2128559 clauses, 100037984 bytes)
242.66/245.81	c 246	9493 (40%) CSP clauses are encoded (2183657 clauses, 101118240 bytes)
258.37/261.63	c 261	11866 (50%) CSP clauses are encoded (2299198 clauses, 106234154 bytes)
300.33/303.82	c 304	14240 (60%) CSP clauses are encoded (2534626 clauses, 120145926 bytes)
300.44/303.92	c 304	16613 (70%) CSP clauses are encoded (2590924 clauses, 121257231 bytes)
300.54/304.03	c 304	18986 (80%) CSP clauses are encoded (2647222 clauses, 122368536 bytes)
364.21/368.01	c 368	21359 (90%) CSP clauses are encoded (2942592 clauses, 141488685 bytes)
364.31/368.12	c 368	23732 (100%) CSP clauses are encoded (3000540 clauses, 142627774 bytes)
364.31/368.12	c 368	23732 CSP clauses encoded
364.31/368.12	c 368	Writing map file : HOME/temp.map
364.31/368.13	c 368	Heap : 145 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
364.31/368.13	c 368	SAT : 30360 SAT variables, 3000540 SAT clauses, 142627774 bytes
364.31/368.13	c 368	Heap : 145 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
364.31/368.19	c 368	SOLVING HOME/temp.cnf
364.31/368.19	c 368	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
364.39/368.20	c 368	This is MiniSat 2.0 beta
364.39/368.20	c 368	WARNING: for repeatability, setting FPU to use double precision
364.39/368.20	c 368	============================[ Problem Statistics ]=============================
364.39/368.20	c 368	|                                                                             |
364.39/368.20	c 368	|  Number of variables:  30360                                                |
364.39/368.20	c 368	|  Number of clauses:    3000540                                              |
367.36/371.21	c 371	|  Parsing time:         2.67         s                                       |
367.56/371.40	c 371	============================[ Search Statistics ]==============================
367.56/371.40	c 371	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
367.56/371.40	c 371	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
367.56/371.40	c 371	===============================================================================
367.56/371.40	c 371	|         0 |   30360  3000540 25092688 |  1000180        0    nan |  0.000 % |
367.86/371.73	c 372	|       100 |   30360  3000540 25092688 |  1100198      100      9 |  0.000 % |
367.97/371.88	c 372	|       250 |   30360  3000540 25092688 |  1210217      250      7 |  0.000 % |
368.07/371.96	c 372	|       475 |   30360  3000540 25092688 |  1331239      475      7 |  0.000 % |
368.16/372.04	c 372	|       815 |   30360  3000540 25092688 |  1464363      815      7 |  0.000 % |
368.36/372.23	c 372	|      1321 |   30360  3000540 25092688 |  1610799     1321      8 |  0.000 % |
368.66/372.58	c 372	|      2080 |   30360  3000540 25092688 |  1771879     2080      8 |  0.000 % |
368.95/372.85	c 373	|      3219 |   30360  3000540 25092688 |  1949067     3219      9 |  0.000 % |
369.55/373.41	c 373	|      4928 |   30359  3000540 25092688 |  2143974     4927     10 |  0.003 % |
370.05/374.00	c 374	|      7491 |   30359  3000540 25092688 |  2358372     7490      9 |  0.003 % |
370.85/374.75	c 375	|     11335 |   30359  3000540 25092688 |  2594209    11334     10 |  0.003 % |
373.64/377.51	c 377	|     17101 |   30359  3000540 25092688 |  2853630    17100     12 |  0.003 % |
375.42/379.33	c 379	|     25751 |   30359  3000540 25092688 |  3138993    25750     12 |  0.003 % |
379.20/383.17	c 383	|     38727 |   30359  3000540 25092688 |  3452892    38726     12 |  0.003 % |
384.88/388.86	c 389	|     58188 |   30359  3000540 25092688 |  3798181    58187     12 |  0.003 % |
395.33/399.32	c 399	|     87382 |   30359  3000540 25092688 |  4178000    87381     13 |  0.003 % |
416.92/421.09	c 421	|    131173 |   30359  3000540 25092688 |  4595800   131172     14 |  0.003 % |
442.30/446.52	c 446	|    196858 |   30358  3000540 25092688 |  5055380   196856     14 |  0.007 % |
490.97/495.48	c 495	|    295386 |   30358  3000540 25092688 |  5560918   295384     14 |  0.007 % |
596.55/601.54	c 601	|    443175 |   30357  3000540 25092688 |  6117009   443172     14 |  0.010 % |
762.66/768.48	c 768	|    664860 |   30357  3000540 25092688 |  6728710   664857     15 |  0.010 % |
1020.43/1027.43	c 1027	|    997387 |   30357  3000315 25092220 |  7401581   997383     15 |  0.010 % |
1579.05/1588.77	c 1589	|   1496175 |   30356  3000315 25092220 |  8141740  1496170     16 |  0.013 % |
1800.05/1810.81	c ERROR INTERRUPTED
1800.05/1810.87	s UNKNOWN
1800.05/1810.87	c 1811	CPU 364.4 (0.06 0.02 362.78 1.54)
1800.05/1810.87	c 1811	END Sun Jul 12 04:57:24 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-2077726-1247365633/watcher-2077726-1247365633 -o /tmp/evaluation-result-2077726-1247365633/solver-2077726-1247365633 -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-2077726-1247365633.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: 3.55 2.97 2.44 4/89 15977
/proc/meminfo: memFree=1046232/2055920 swapFree=4192812/4192956
[pid=15977] ppid=15975 vsize=12272 CPUtime=0
/proc/15977/stat : 15977 (sugar) R 15975 15977 20259 0 -1 4194304 402 0 0 0 0 0 0 0 18 0 1 0 23629290 12566528 370 996147200 4194304 4206940 548682068608 18446744073709551615 254213647608 0 0 4224 0 0 0 0 17 1 0 0
/proc/15977/statm: 3068 370 274 3 0 168 0

[startup+0.100231 s]
/proc/loadavg: 3.55 2.97 2.44 4/89 15977
/proc/meminfo: memFree=1046232/2055920 swapFree=4192812/4192956
[pid=15977] ppid=15975 vsize=16868 CPUtime=0.06
/proc/15977/stat : 15977 (sugar) S 15975 15977 20259 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23629290 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15977/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201238 s]
/proc/loadavg: 3.55 2.97 2.44 4/89 15977
/proc/meminfo: memFree=1046232/2055920 swapFree=4192812/4192956
[pid=15977] ppid=15975 vsize=16868 CPUtime=0.06
/proc/15977/stat : 15977 (sugar) S 15975 15977 20259 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23629290 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15977/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301241 s]
/proc/loadavg: 3.55 2.97 2.44 4/89 15977
/proc/meminfo: memFree=1046232/2055920 swapFree=4192812/4192956
[pid=15977] ppid=15975 vsize=16868 CPUtime=0.06
/proc/15977/stat : 15977 (sugar) S 15975 15977 20259 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23629290 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15977/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701279 s]
/proc/loadavg: 3.55 2.97 2.44 4/89 15977
/proc/meminfo: memFree=1046232/2055920 swapFree=4192812/4192956
[pid=15977] ppid=15975 vsize=16868 CPUtime=0.06
/proc/15977/stat : 15977 (sugar) S 15975 15977 20259 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23629290 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15977/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50234 s]
/proc/loadavg: 3.55 2.97 2.44 6/100 16102
/proc/meminfo: memFree=1037568/2055920 swapFree=4192812/4192956
[pid=15977] ppid=15975 vsize=16868 CPUtime=0.82
/proc/15977/stat : 15977 (sugar) S 15975 15977 20259 0 -1 4194304 1309 8363 0 1 6 1 68 7 15 0 1 0 23629290 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15977/statm: 4217 1111 409 3 0 796 0
[pid=16047] ppid=15977 vsize=5356 CPUtime=0
/proc/16047/stat : 16047 (sh) S 15977 15977 20259 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23629381 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16047/statm: 1339 233 193 169 0 50 0
[pid=16048] ppid=16047 vsize=862288 CPUtime=0.46
/proc/16048/stat : 16048 (java) S 16047 15977 20259 0 -1 0 5361 0 1 0 44 2 0 0 18 0 9 0 23629382 882982912 4660 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16048/statm: 215572 4660 2157 9 0 210485 0
[pid=16048/tid=16051] ppid=16047 vsize=862288 CPUtime=0.34
/proc/16048/task/16051/stat : 16051 (java) R 16047 15977 20259 0 -1 64 2011 0 1 0 33 1 0 0 20 0 9 0 23629383 882982912 4660 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16048/tid=16070] ppid=16047 vsize=862288 CPUtime=0.07
/proc/16048/task/16070/stat : 16070 (java) R 16047 15977 20259 0 -1 64 2354 0 0 0 6 1 0 0 16 0 9 0 23629387 882982912 4660 996147200 134512640 134550932 4294955936 18446744073709551615 103831040 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16048/tid=16072] ppid=16047 vsize=862288 CPUtime=0
/proc/16048/task/16072/stat : 16072 (java) S 16047 15977 20259 0 -1 64 10 0 0 0 0 0 0 0 21 0 9 0 23629387 882982912 4660 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16048/tid=16075] ppid=16047 vsize=862288 CPUtime=0
/proc/16048/task/16075/stat : 16075 (java) S 16047 15977 20259 0 -1 64 4 0 0 0 0 0 0 0 21 0 9 0 23629388 882982912 4660 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16048/tid=16083] ppid=16047 vsize=862288 CPUtime=0
/proc/16048/task/16083/stat : 16083 (java) S 16047 15977 20259 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 23629391 882982912 4660 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16048/tid=16085] ppid=16047 vsize=862288 CPUtime=0.03
/proc/16048/task/16085/stat : 16085 (java) S 16047 15977 20259 0 -1 64 302 0 0 0 3 0 0 0 17 0 9 0 23629392 882982912 4660 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16048/tid=16088] ppid=16047 vsize=862288 CPUtime=0
/proc/16048/task/16088/stat : 16088 (java) S 16047 15977 20259 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 23629392 882982912 4660 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16048/tid=16090] ppid=16047 vsize=862288 CPUtime=0
/proc/16048/task/16090/stat : 16090 (java) S 16047 15977 20259 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23629392 882982912 4660 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 884512

[startup+3.1032 s]
/proc/loadavg: 3.66 3.00 2.46 5/99 16171
/proc/meminfo: memFree=1017096/2055920 swapFree=4192812/4192956
[pid=15977] ppid=15975 vsize=16868 CPUtime=0.82
/proc/15977/stat : 15977 (sugar) S 15975 15977 20259 0 -1 4194304 1309 8363 0 1 6 1 68 7 16 0 1 0 23629290 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15977/statm: 4217 1111 409 3 0 796 0
[pid=16047] ppid=15977 vsize=5356 CPUtime=0
/proc/16047/stat : 16047 (sh) S 15977 15977 20259 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23629381 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16047/statm: 1339 233 193 169 0 50 0
[pid=16048] ppid=16047 vsize=864256 CPUtime=1.94
/proc/16048/stat : 16048 (java) S 16047 15977 20259 0 -1 0 14659 0 1 0 185 9 0 0 18 0 9 0 23629382 884998144 13906 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16048/statm: 216064 13906 2566 9 0 210569 0
[pid=16048/tid=16051] ppid=16047 vsize=864256 CPUtime=0.93
/proc/16048/task/16051/stat : 16051 (java) S 16047 15977 20259 0 -1 64 2916 0 1 0 91 2 0 0 16 0 9 0 23629383 884998144 13906 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16048/tid=16070] ppid=16047 vsize=864256 CPUtime=0.93
/proc/16048/task/16070/stat : 16070 (java) R 16047 15977 20259 0 -1 64 10731 0 0 0 87 6 0 0 17 0 9 0 23629387 884998144 13906 996147200 134512640 134550932 4294955936 18446744073709551615 104516180 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16048/tid=16072] ppid=16047 vsize=864256 CPUtime=0
/proc/16048/task/16072/stat : 16072 (java) S 16047 15977 20259 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 23629387 884998144 13906 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16048/tid=16075] ppid=16047 vsize=864256 CPUtime=0
/proc/16048/task/16075/stat : 16075 (java) S 16047 15977 20259 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23629388 884998144 13906 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16048/tid=16083] ppid=16047 vsize=864256 CPUtime=0
/proc/16048/task/16083/stat : 16083 (java) S 16047 15977 20259 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 23629391 884998144 13906 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16048/tid=16085] ppid=16047 vsize=864256 CPUtime=0.05
/proc/16048/task/16085/stat : 16085 (java) S 16047 15977 20259 0 -1 64 308 0 0 0 5 0 0 0 15 0 9 0 23629392 884998144 13906 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16048/tid=16088] ppid=16047 vsize=864256 CPUtime=0
/proc/16048/task/16088/stat : 16088 (java) S 16047 15977 20259 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 23629392 884998144 13906 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16048/tid=16090] ppid=16047 vsize=864256 CPUtime=0
/proc/16048/task/16090/stat : 16090 (java) S 16047 15977 20259 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23629392 884998144 13906 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 886480

[startup+6.30268 s]
/proc/loadavg: 3.66 3.00 2.46 5/85 16957
/proc/meminfo: memFree=1649528/2055920 swapFree=4192812/4192956
[pid=15977] ppid=15975 vsize=16868 CPUtime=0.82
/proc/15977/stat : 15977 (sugar) S 15975 15977 20259 0 -1 4194304 1309 8363 0 1 6 1 68 7 16 0 1 0 23629290 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15977/statm: 4217 1111 409 3 0 796 0
[pid=16047] ppid=15977 vsize=5356 CPUtime=0
/proc/16047/stat : 16047 (sh) S 15977 15977 20259 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23629381 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16047/statm: 1339 233 193 169 0 50 0
[pid=16048] ppid=16047 vsize=868600 CPUtime=5.17
/proc/16048/stat : 16048 (java) S 16047 15977 20259 0 -1 0 45137 0 1 0 491 26 0 0 18 0 9 0 23629382 889446400 34099 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16048/statm: 217150 34099 2567 9 0 211655 0
[pid=16048/tid=16051] ppid=16047 vsize=868600 CPUtime=2.04
/proc/16048/task/16051/stat : 16051 (java) R 16047 15977 20259 0 -1 64 3712 0 1 0 201 3 0 0 17 0 9 0 23629383 889446400 34099 996147200 134512640 134550932 4294955936 18446744073709551615 102523987 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16048/tid=16070] ppid=16047 vsize=868600 CPUtime=2.95
/proc/16048/task/16070/stat : 16070 (java) R 16047 15977 20259 0 -1 64 39251 0 0 0 274 21 0 0 23 0 9 0 23629387 889446400 34099 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16048/tid=16072] ppid=16047 vsize=868600 CPUtime=0
/proc/16048/task/16072/stat : 16072 (java) S 16047 15977 20259 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 23629387 889446400 34099 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16048/tid=16075] ppid=16047 vsize=868600 CPUtime=0
/proc/16048/task/16075/stat : 16075 (java) S 16047 15977 20259 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23629388 889446400 34099 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16048/tid=16083] ppid=16047 vsize=868600 CPUtime=0
/proc/16048/task/16083/stat : 16083 (java) S 16047 15977 20259 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 23629391 889446400 34099 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16048/tid=16085] ppid=16047 vsize=868600 CPUtime=0.14
/proc/16048/task/16085/stat : 16085 (java) S 16047 15977 20259 0 -1 64 1470 0 0 0 14 0 0 0 16 0 9 0 23629392 889446400 34099 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16048/tid=16088] ppid=16047 vsize=868600 CPUtime=0
/proc/16048/task/16088/stat : 16088 (java) S 16047 15977 20259 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 23629392 889446400 34099 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16048/tid=16090] ppid=16047 vsize=868600 CPUtime=0
/proc/16048/task/16090/stat : 16090 (java) S 16047 15977 20259 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23629392 889446400 34099 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 890824

[startup+12.7011 s]
/proc/loadavg: 3.56 3.00 2.46 4/90 17647
/proc/meminfo: memFree=1583568/2055920 swapFree=4192812/4192956
[pid=15977] ppid=15975 vsize=16868 CPUtime=0.82
/proc/15977/stat : 15977 (sugar) S 15975 15977 20259 0 -1 4194304 1310 8363 0 1 6 1 68 7 16 0 1 0 23629290 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15977/statm: 4217 1111 409 3 0 796 0
[pid=16047] ppid=15977 vsize=5356 CPUtime=0
/proc/16047/stat : 16047 (sh) S 15977 15977 20259 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23629381 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16047/statm: 1339 233 193 169 0 50 0
[pid=16048] ppid=16047 vsize=868712 CPUtime=11.43
/proc/16048/stat : 16048 (java) S 16047 15977 20259 0 -1 0 61842 0 1 0 1106 37 0 0 18 0 9 0 23629382 889561088 42101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16048/statm: 217178 42101 2593 9 0 211655 0
[pid=16048/tid=16051] ppid=16047 vsize=868712 CPUtime=6.8
/proc/16048/task/16051/stat : 16051 (java) R 16047 15977 20259 0 -1 64 4586 0 1 0 673 7 0 0 25 0 9 0 23629383 889561088 42101 996147200 134512640 134550932 4294955936 18446744073709551615 4126465635 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16048/tid=16070] ppid=16047 vsize=868712 CPUtime=4.38
/proc/16048/task/16070/stat : 16070 (java) S 16047 15977 20259 0 -1 64 55031 0 0 0 410 28 0 0 16 0 9 0 23629387 889561088 42101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16048/tid=16072] ppid=16047 vsize=868712 CPUtime=0
/proc/16048/task/16072/stat : 16072 (java) S 16047 15977 20259 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23629387 889561088 42101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16048/tid=16075] ppid=16047 vsize=868712 CPUtime=0
/proc/16048/task/16075/stat : 16075 (java) S 16047 15977 20259 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23629388 889561088 42101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16048/tid=16083] ppid=16047 vsize=868712 CPUtime=0
/proc/16048/task/16083/stat : 16083 (java) S 16047 15977 20259 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 23629391 889561088 42101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16048/tid=16085] ppid=16047 vsize=868712 CPUtime=0.21
/proc/16048/task/16085/stat : 16085 (java) S 16047 15977 20259 0 -1 64 1521 0 0 0 21 0 0 0 16 0 9 0 23629392 889561088 42101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16048/tid=16088] ppid=16047 vsize=868712 CPUtime=0
/proc/16048/task/16088/stat : 16088 (java) S 16047 15977 20259 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 23629392 889561088 42101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16048/tid=16090] ppid=16047 vsize=868712 CPUtime=0
/proc/16048/task/16090/stat : 16090 (java) S 16047 15977 20259 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23629392 889561088 42101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 890936

[startup+25.5021 s]
/proc/loadavg: 3.47 3.00 2.47 4/90 18757
/proc/meminfo: memFree=1565016/2055920 swapFree=4192812/4192956
[pid=15977] ppid=15975 vsize=16868 CPUtime=0.82
/proc/15977/stat : 15977 (sugar) S 15975 15977 20259 0 -1 4194304 1310 8363 0 1 6 1 68 7 16 0 1 0 23629290 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15977/statm: 4217 1111 409 3 0 796 0
[pid=16047] ppid=15977 vsize=5356 CPUtime=0
/proc/16047/stat : 16047 (sh) S 15977 15977 20259 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23629381 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16047/statm: 1339 233 193 169 0 50 0
[pid=16048] ppid=16047 vsize=868712 CPUtime=23.88
/proc/16048/stat : 16048 (java) S 16047 15977 20259 0 -1 0 63255 0 1 0 2343 45 0 0 18 0 9 0 23629382 889561088 43460 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16048/statm: 217178 43460 2593 9 0 211655 0
[pid=16048/tid=16051] ppid=16047 vsize=868712 CPUtime=18.95
/proc/16048/task/16051/stat : 16051 (java) R 16047 15977 20259 0 -1 64 4640 0 1 0 1881 14 0 0 25 0 9 0 23629383 889561088 43460 996147200 134512640 134550932 4294955936 18446744073709551615 103210995 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16048/tid=16070] ppid=16047 vsize=868712 CPUtime=4.68
/proc/16048/task/16070/stat : 16070 (java) S 16047 15977 20259 0 -1 64 56390 0 0 0 439 29 0 0 16 0 9 0 23629387 889561088 43460 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16048/tid=16072] ppid=16047 vsize=868712 CPUtime=0
/proc/16048/task/16072/stat : 16072 (java) S 16047 15977 20259 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23629387 889561088 43460 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16048/tid=16075] ppid=16047 vsize=868712 CPUtime=0
/proc/16048/task/16075/stat : 16075 (java) S 16047 15977 20259 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23629388 889561088 43460 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16048/tid=16083] ppid=16047 vsize=868712 CPUtime=0

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

/proc/23586/stat : 23586 (minisat) R 23585 15977 20259 0 -1 4194304 86774 0 0 0 104839 66 0 0 25 0 1 0 23666110 361803776 86760 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23586/statm: 88331 86760 76 150 0 88178 0
Current children cumulated CPU time (s) 1413.44
Current children cumulated vsize (KiB) 375548

[startup+1482.3 s]
/proc/loadavg: 2.11 2.03 2.09 3/78 23590
/proc/meminfo: memFree=1244512/2055920 swapFree=4192812/4192956
[pid=15977] ppid=15975 vsize=16868 CPUtime=364.39
/proc/15977/stat : 15977 (sugar) S 15975 15977 20259 0 -1 4194304 1376 118022 0 2 6 2 36278 153 16 0 1 0 23629290 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15977/statm: 4217 1113 409 3 0 796 0
[pid=23585] ppid=15977 vsize=5356 CPUtime=0
/proc/23585/stat : 23585 (sh) S 15977 15977 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23666110 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23585/statm: 1339 232 193 169 0 50 0
[pid=23586] ppid=23585 vsize=359364 CPUtime=1108.76
/proc/23586/stat : 23586 (minisat) R 23585 15977 20259 0 -1 4194304 88309 0 0 0 110808 68 0 0 25 0 1 0 23666110 367988736 88295 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23586/statm: 89841 88295 76 150 0 89688 0
Current children cumulated CPU time (s) 1473.15
Current children cumulated vsize (KiB) 381588

[startup+1542.31 s]
/proc/loadavg: 2.17 2.05 2.10 3/78 23590
/proc/meminfo: memFree=1238688/2055920 swapFree=4192812/4192956
[pid=15977] ppid=15975 vsize=16868 CPUtime=364.39
/proc/15977/stat : 15977 (sugar) S 15975 15977 20259 0 -1 4194304 1376 118022 0 2 6 2 36278 153 16 0 1 0 23629290 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15977/statm: 4217 1113 409 3 0 796 0
[pid=23585] ppid=15977 vsize=5356 CPUtime=0
/proc/23585/stat : 23585 (sh) S 15977 15977 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23666110 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23585/statm: 1339 232 193 169 0 50 0
[pid=23586] ppid=23585 vsize=365036 CPUtime=1168.48
/proc/23586/stat : 23586 (minisat) R 23585 15977 20259 0 -1 4194304 89765 0 0 0 116779 69 0 0 25 0 1 0 23666110 373796864 89751 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23586/statm: 91259 89751 76 150 0 91106 0
Current children cumulated CPU time (s) 1532.87
Current children cumulated vsize (KiB) 387260

[startup+1602.3 s]
/proc/loadavg: 2.14 2.07 2.09 3/79 23591
/proc/meminfo: memFree=1233368/2055920 swapFree=4192812/4192956
[pid=15977] ppid=15975 vsize=16868 CPUtime=364.39
/proc/15977/stat : 15977 (sugar) S 15975 15977 20259 0 -1 4194304 1376 118022 0 2 6 2 36278 153 16 0 1 0 23629290 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15977/statm: 4217 1113 409 3 0 796 0
[pid=23585] ppid=15977 vsize=5356 CPUtime=0
/proc/23585/stat : 23585 (sh) S 15977 15977 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23666110 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23585/statm: 1339 232 193 169 0 50 0
[pid=23586] ppid=23585 vsize=370192 CPUtime=1228.19
/proc/23586/stat : 23586 (minisat) R 23585 15977 20259 0 -1 4194304 91076 0 0 0 122749 70 0 0 25 0 1 0 23666110 379076608 91062 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23586/statm: 92548 91062 76 150 0 92395 0
Current children cumulated CPU time (s) 1592.58
Current children cumulated vsize (KiB) 392416

[startup+1662.3 s]
/proc/loadavg: 2.05 2.05 2.09 3/79 23591
/proc/meminfo: memFree=1228952/2055920 swapFree=4192812/4192956
[pid=15977] ppid=15975 vsize=16868 CPUtime=364.39
/proc/15977/stat : 15977 (sugar) S 15975 15977 20259 0 -1 4194304 1376 118022 0 2 6 2 36278 153 16 0 1 0 23629290 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15977/statm: 4217 1113 409 3 0 796 0
[pid=23585] ppid=15977 vsize=5356 CPUtime=0
/proc/23585/stat : 23585 (sh) S 15977 15977 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23666110 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23585/statm: 1339 232 193 169 0 50 0
[pid=23586] ppid=23585 vsize=374596 CPUtime=1287.9
/proc/23586/stat : 23586 (minisat) R 23585 15977 20259 0 -1 4194304 92166 0 0 0 128719 71 0 0 25 0 1 0 23666110 383586304 92152 996147200 134512640 135127466 4294956256 18446744073709551615 134522676 0 0 4096 3 0 0 0 17 1 0 0
/proc/23586/statm: 93649 92152 76 150 0 93496 0
Current children cumulated CPU time (s) 1652.29
Current children cumulated vsize (KiB) 396820

[startup+1722.3 s]
/proc/loadavg: 2.06 2.06 2.09 3/77 23641
/proc/meminfo: memFree=1230456/2055920 swapFree=4192812/4192956
[pid=15977] ppid=15975 vsize=16868 CPUtime=364.39
/proc/15977/stat : 15977 (sugar) S 15975 15977 20259 0 -1 4194304 1376 118022 0 2 6 2 36278 153 16 0 1 0 23629290 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15977/statm: 4217 1113 409 3 0 796 0
[pid=23585] ppid=15977 vsize=5356 CPUtime=0
/proc/23585/stat : 23585 (sh) S 15977 15977 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23666110 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23585/statm: 1339 232 193 169 0 50 0
[pid=23586] ppid=23585 vsize=381008 CPUtime=1347.61
/proc/23586/stat : 23586 (minisat) R 23585 15977 20259 0 -1 4194304 93058 0 0 0 134687 74 0 0 25 0 1 0 23666110 390152192 93044 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23586/statm: 95252 93044 76 150 0 95099 0
Current children cumulated CPU time (s) 1712
Current children cumulated vsize (KiB) 403232

[startup+1782.3 s]
/proc/loadavg: 2.02 2.04 2.08 3/77 23641
/proc/meminfo: memFree=1223800/2055920 swapFree=4192812/4192956
[pid=15977] ppid=15975 vsize=16868 CPUtime=364.39
/proc/15977/stat : 15977 (sugar) S 15975 15977 20259 0 -1 4194304 1376 118022 0 2 6 2 36278 153 16 0 1 0 23629290 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15977/statm: 4217 1113 409 3 0 796 0
[pid=23585] ppid=15977 vsize=5356 CPUtime=0
/proc/23585/stat : 23585 (sh) S 15977 15977 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23666110 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23585/statm: 1339 232 193 169 0 50 0
[pid=23586] ppid=23585 vsize=385484 CPUtime=1407.3
/proc/23586/stat : 23586 (minisat) R 23585 15977 20259 0 -1 4194304 94187 0 0 0 140655 75 0 0 25 0 1 0 23666110 394735616 94173 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23586/statm: 96371 94173 76 150 0 96218 0
Current children cumulated CPU time (s) 1771.69
Current children cumulated vsize (KiB) 407708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.8 s]
/proc/loadavg: 2.01 2.04 2.08 3/77 23641
/proc/meminfo: memFree=1221368/2055920 swapFree=4192812/4192956
[pid=15977] ppid=15975 vsize=16868 CPUtime=364.39
/proc/15977/stat : 15977 (sugar) S 15975 15977 20259 0 -1 4194304 1376 118022 0 2 6 2 36278 153 16 0 1 0 23629290 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15977/statm: 4217 1113 409 3 0 796 0
[pid=23585] ppid=15977 vsize=5356 CPUtime=0
/proc/23585/stat : 23585 (sh) S 15977 15977 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23666110 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23585/statm: 1339 232 193 169 0 50 0
[pid=23586] ppid=23585 vsize=387092 CPUtime=1435.66
/proc/23586/stat : 23586 (minisat) R 23585 15977 20259 0 -1 4194304 94606 0 0 0 143491 75 0 0 25 0 1 0 23666110 396382208 94592 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23586/statm: 96773 94592 76 150 0 96620 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 409316

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

############
# WARNING:
# current cumulated CPU time (364.45 s) is less than in the last sample (1800.05 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1435.6 s) to the 'lost time'.

[startup+1810.8 s]
/proc/loadavg: 2.01 2.04 2.08 3/77 23641
/proc/meminfo: memFree=1221368/2055920 swapFree=4192812/4192956
[pid=15977] ppid=15975 vsize=16868 CPUtime=364.39
/proc/15977/stat : 15977 (sugar) S 15975 15977 20259 0 -1 4194304 1376 118022 0 2 6 2 36278 153 16 0 1 0 23629290 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15977/statm: 4217 1113 409 3 0 796 0
[pid=23585] ppid=15977 vsize=5356 CPUtime=0
/proc/23585/stat : 23585 (sh) S 15977 15977 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23666110 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23585/statm: 1339 232 193 169 0 50 0
[pid=23586] ppid=23585 vsize=387092 CPUtime=1435.66
/proc/23586/stat : 23586 (minisat) R 23585 15977 20259 0 -1 4194304 94606 0 0 0 143491 75 0 0 25 0 1 0 23666110 396382208 94592 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23586/statm: 96773 94592 76 150 0 96620 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 409316

[startup+1810.92 s]
/proc/loadavg: 2.01 2.04 2.08 3/77 23641
/proc/meminfo: memFree=1221368/2055920 swapFree=4192812/4192956
[pid=15977] ppid=15975 vsize=16868 CPUtime=364.45
/proc/15977/stat : 15977 (sugar) R 15975 15977 20259 0 -1 4194304 1423 118299 0 2 6 7 36278 154 16 0 1 0 23629290 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 254195504169 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15977/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 364.45
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1810.92 s]
/proc/loadavg: 2.01 2.04 2.08 3/77 23641
/proc/meminfo: memFree=1221368/2055920 swapFree=4192812/4192956
[pid=15977] ppid=15975 vsize=16868 CPUtime=364.45
/proc/15977/stat : 15977 (sugar) R 15975 15977 20259 0 -1 4194304 1423 118299 0 2 6 7 36278 154 16 0 1 0 23629290 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 254195504169 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15977/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 364.45
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1435.6
#  lost CPU user time (s): 1434.91
#  lost CPU system time (s): 0.69

Real time (s): 1810.94
CPU time (s): 1800.09
CPU user time (s): 1797.76
CPU system time (s): 2.32575
CPU usage (%): 99.4009
Max. virtual memory (cumulated for all children) (KiB): 911500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 362.854
system time used= 1.63575
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119781
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= 15664
involuntary context switches= 14857

runsolver used 2.36164 second user time and 5.68614 second system time

The end

Launcher Data

Begin job on node34 at 2009-07-12 04:27:13
IDJOB=2077726
IDBENCH=56653
IDSOLVER=739
FILE ID=node34/2077726-1247365633
PBS_JOBID= 9507037
Free space on /tmp= 66272 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-21-07.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-2077726-1247365633/watcher-2077726-1247365633 -o /tmp/evaluation-result-2077726-1247365633/solver-2077726-1247365633 -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-2077726-1247365633.xml

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

MD5SUM BENCH= 649294e53c6b0b14135b49af7d95af4e
RANDOM SEED=1006255687

node34.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.232
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.232
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:       1046136 kB
Buffers:         32912 kB
Cached:         220864 kB
SwapCached:          0 kB
Active:         871052 kB
Inactive:        77904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1046136 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           21784 kB
Writeback:           0 kB
Mapped:         716768 kB
Slab:            44184 kB
Committed_AS:   922436 kB
PageTables:       3544 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= 66316 MiB
End job on node34 at 2009-07-12 04:57:26