Trace number 2080740

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 1812.78

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-34.xml
MD5SUM723eb8728800019647d26dc95e15d2c3
Bench Category2-ARY-INT (binary 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 variables1156
Number of constraints19107
Maximum constraint arity2
Maximum domain size34
Number of constraints which are defined in extension0
Number of constraints which are defined in intension19107
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 05:56:29 2009
0.00/0.08	c 0	PID 25987
0.06/0.08	c 0	HOST node19.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2080740-1247370988.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-2080740-1247370988.xml' 'HOME/temp.csp'
1.55/1.66	c 1	1 domains, 1156 variables, 4 predicates, 0 relations, 19107 constraints
1.61/1.70	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.61/1.70	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'
1.61/1.78	c 1	Parsing HOME/temp.csp
1.62/1.93	c 1	parsed 10000 expressions
1.62/2.04	c 1	parsed 20000 expressions
1.62/2.04	c 1	parsed 20268 expressions
1.62/2.05	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.62/2.05	c 1	Converting to clausal form CSP
2.29/2.47	c 2	converted 2027 (10%) expressions
2.79/2.91	c 2	converted 4054 (20%) expressions
3.19/3.35	c 3	converted 6081 (30%) expressions
3.57/3.73	c 3	converted 8108 (40%) expressions
3.88/4.09	c 4	converted 10134 (50%) expressions
4.47/4.60	c 4	converted 12161 (60%) expressions
4.76/4.98	c 4	converted 14188 (70%) expressions
5.16/5.34	c 5	converted 16215 (80%) expressions
5.56/5.71	c 5	converted 18242 (90%) expressions
5.85/6.08	c 6	converted 20268 (100%) expressions
5.85/6.08	c 6	CSP : 1156 integers, 18214 booleans, 56657 clauses, largest domain size 34
5.85/6.08	c 6	Heap : 31 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.85/6.08	c 6	Propagation in CSP
6.54/6.77	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.54/6.77	c 6	CSP : 1156 integers, 18214 booleans, 56657 clauses, largest domain size 34
6.54/6.77	c 6	Heap : 32 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.54/6.79	c 6	Simplifing CSP by introducing new Boolean variables
7.04/7.23	c 7	CSP : 1156 integers, 38148 booleans, 76591 clauses, largest domain size 34
7.04/7.23	c 7	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.33/7.51	c 7	Encoding CSP to SAT : HOME/temp.cnf
7.33/7.59	c 7	116 (10%) CSP integer variables are encoded (3712 clauses, 46174 bytes)
7.44/7.62	c 7	232 (20%) CSP integer variables are encoded (7424 clauses, 94430 bytes)
7.44/7.64	c 7	347 (30%) CSP integer variables are encoded (11104 clauses, 145086 bytes)
7.44/7.67	c 7	463 (40%) CSP integer variables are encoded (14816 clauses, 200766 bytes)
7.44/7.69	c 7	578 (50%) CSP integer variables are encoded (18496 clauses, 255966 bytes)
7.54/7.72	c 7	694 (60%) CSP integer variables are encoded (22208 clauses, 311646 bytes)
7.54/7.74	c 7	810 (70%) CSP integer variables are encoded (25920 clauses, 367326 bytes)
7.54/7.77	c 7	925 (80%) CSP integer variables are encoded (29600 clauses, 422526 bytes)
7.54/7.79	c 7	1041 (90%) CSP integer variables are encoded (33312 clauses, 478206 bytes)
7.63/7.81	c 7	1156 (100%) CSP integer variables are encoded (36992 clauses, 533406 bytes)
8.82/9.09	c 9	7660 (10%) CSP clauses are encoded (230259 clauses, 4356568 bytes)
10.10/10.34	c 10	15319 (20%) CSP clauses are encoded (424940 clauses, 8323624 bytes)
11.30/11.57	c 11	22978 (30%) CSP clauses are encoded (619621 clauses, 12300574 bytes)
12.58/12.81	c 12	30637 (40%) CSP clauses are encoded (812832 clauses, 16258078 bytes)
13.77/14.05	c 13	38296 (50%) CSP clauses are encoded (1007682 clauses, 20349992 bytes)
14.96/15.29	c 15	45955 (60%) CSP clauses are encoded (1200700 clauses, 24504311 bytes)
16.24/16.53	c 16	53614 (70%) CSP clauses are encoded (1395013 clauses, 28688352 bytes)
17.42/17.78	c 17	61273 (80%) CSP clauses are encoded (1589897 clauses, 32883181 bytes)
18.72/19.01	c 18	68932 (90%) CSP clauses are encoded (1784335 clauses, 37070424 bytes)
19.90/20.24	c 20	76591 (100%) CSP clauses are encoded (1976730 clauses, 41210672 bytes)
19.90/20.24	c 20	76591 CSP clauses encoded
19.90/20.24	c 20	Writing map file : HOME/temp.map
19.90/20.27	c 20	Heap : 28 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
19.90/20.27	c 20	SAT : 76296 SAT variables, 1976730 SAT clauses, 41210672 bytes
19.90/20.27	c 20	Heap : 28 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
19.97/20.31	c 20	SOLVING HOME/temp.cnf
19.97/20.31	c 20	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
19.97/20.31	c 20	This is MiniSat 2.0 beta
19.97/20.31	c 20	WARNING: for repeatability, setting FPU to use double precision
19.97/20.31	c 20	============================[ Problem Statistics ]=============================
19.97/20.31	c 20	|                                                                             |
19.97/20.31	c 20	|  Number of variables:  76296                                                |
19.97/20.31	c 20	|  Number of clauses:    1976730                                              |
20.95/21.35	c 21	|  Parsing time:         0.89         s                                       |
21.05/21.41	c 21	============================[ Search Statistics ]==============================
21.05/21.41	c 21	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
21.05/21.41	c 21	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
21.05/21.41	c 21	===============================================================================
21.05/21.41	c 21	|         0 |   76296  1976730  5757044 |   658910        0    nan |  0.000 % |
21.24/21.67	c 21	|       101 |   76296  1976730  5757044 |   724801      101      5 |  0.000 % |
21.54/21.90	c 21	|       253 |   76296  1976730  5757044 |   797281      253      5 |  0.000 % |
21.73/22.13	c 22	|       478 |   76296  1976730  5757044 |   877009      478      5 |  0.000 % |
22.04/22.42	c 22	|       815 |   76296  1976730  5757044 |   964710      815      6 |  0.000 % |
22.33/22.73	c 22	|      1323 |   76296  1976730  5757044 |  1061181     1323      6 |  0.000 % |
22.93/23.33	c 23	|      2082 |   76296  1976730  5757044 |  1167299     2082      7 |  0.000 % |
23.72/24.12	c 24	|      3221 |   76296  1976730  5757044 |  1284029     3221      6 |  0.000 % |
24.52/24.97	c 24	|      4929 |   76296  1976730  5757044 |  1412432     4929      7 |  0.000 % |
25.71/26.19	c 26	|      7491 |   76296  1976730  5757044 |  1553675     7491      7 |  0.000 % |
27.19/27.65	c 27	|     11335 |   76296  1976730  5757044 |  1709042    11335      8 |  0.000 % |
28.87/29.32	c 29	|     17101 |   76296  1976730  5757044 |  1879947    17101     11 |  0.000 % |
31.15/31.60	c 31	|     25750 |   76296  1976730  5757044 |  2067941    25750     11 |  0.000 % |
36.99/37.60	c 37	|     38724 |   76296  1976730  5757044 |  2274736    38724     18 |  0.000 % |
41.05/41.61	c 41	|     58187 |   76296  1976730  5757044 |  2502209    58187     16 |  0.000 % |
48.98/49.68	c 49	|     87380 |   76296  1976730  5757044 |  2752430    87380     16 |  0.000 % |
55.62/56.38	c 56	|    131170 |   76296  1976730  5757044 |  3027673   131170     15 |  0.000 % |
69.39/70.28	c 70	|    196854 |   76296  1976730  5757044 |  3330441   196854     15 |  0.000 % |
107.02/108.21	c 108	|    295380 |   76296  1976730  5757044 |  3663485   295380     17 |  0.000 % |
172.30/174.18	c 174	|    443170 |   76296  1976730  5757044 |  4029833   443170     17 |  0.000 % |
270.74/273.53	c 273	|    664854 |   76296  1976730  5757044 |  4432816   664854     17 |  0.000 % |
376.93/380.78	c 380	|    997379 |   76296  1976730  5757044 |  4876098   997379     17 |  0.000 % |
609.34/615.38	c 615	|   1496168 |   76296  1976730  5757044 |  5363708  1496168     17 |  0.000 % |
1800.09/1812.72	c ERROR INTERRUPTED
1800.09/1812.77	s UNKNOWN
1800.09/1812.77	c 1812	CPU 19.99 (0.06 0.01 19.4 0.52)
1800.09/1812.77	c 1812	END Sun Jul 12 06:26:41 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-2080740-1247370988/watcher-2080740-1247370988 -o /tmp/evaluation-result-2080740-1247370988/solver-2080740-1247370988 -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-2080740-1247370988.xml 

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


[startup+0 s]
/proc/loadavg: 1.91 1.95 1.98 4/80 25987
/proc/meminfo: memFree=1550920/2055920 swapFree=4192812/4192956
[pid=25987] ppid=25985 vsize=12268 CPUtime=0
/proc/25987/stat : 25987 (sugar) R 25985 25987 21831 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24165476 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 255236733541 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/25987/statm: 3067 316 241 3 0 167 0

[startup+0.0816859 s]
/proc/loadavg: 1.91 1.95 1.98 4/80 25987
/proc/meminfo: memFree=1550920/2055920 swapFree=4192812/4192956
[pid=25987] ppid=25985 vsize=16740 CPUtime=0.06
/proc/25987/stat : 25987 (sugar) S 25985 25987 21831 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24165476 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25987/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101819 s]
/proc/loadavg: 1.91 1.95 1.98 4/80 25987
/proc/meminfo: memFree=1550920/2055920 swapFree=4192812/4192956
[pid=25987] ppid=25985 vsize=16868 CPUtime=0.06
/proc/25987/stat : 25987 (sugar) S 25985 25987 21831 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24165476 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25987/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301782 s]
/proc/loadavg: 1.91 1.95 1.98 4/80 25987
/proc/meminfo: memFree=1550920/2055920 swapFree=4192812/4192956
[pid=25987] ppid=25985 vsize=16868 CPUtime=0.06
/proc/25987/stat : 25987 (sugar) S 25985 25987 21831 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24165476 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25987/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701831 s]
/proc/loadavg: 1.91 1.95 1.98 4/80 25987
/proc/meminfo: memFree=1550920/2055920 swapFree=4192812/4192956
[pid=25987] ppid=25985 vsize=16868 CPUtime=0.06
/proc/25987/stat : 25987 (sugar) S 25985 25987 21831 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24165476 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25987/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50292 s]
/proc/loadavg: 1.91 1.95 1.98 4/91 25999
/proc/meminfo: memFree=1525936/2055920 swapFree=4192812/4192956
[pid=25987] ppid=25985 vsize=16868 CPUtime=0.06
/proc/25987/stat : 25987 (sugar) S 25985 25987 21831 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24165476 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25987/statm: 4217 1111 409 3 0 796 0
[pid=25990] ppid=25987 vsize=5356 CPUtime=0
/proc/25990/stat : 25990 (sh) S 25987 25987 21831 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24165485 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25990/statm: 1339 233 193 169 0 50 0
[pid=25991] ppid=25990 vsize=864792 CPUtime=1.38
/proc/25991/stat : 25991 (java) S 25990 25987 21831 0 -1 0 12587 0 1 0 133 5 0 0 18 0 9 0 24165485 885547008 10613 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25991/statm: 216198 10613 2557 9 0 210710 0
[pid=25991/tid=25992] ppid=25990 vsize=864792 CPUtime=0.81
/proc/25991/task/25992/stat : 25992 (java) R 25990 25987 21831 0 -1 64 3042 0 1 0 79 2 0 0 24 0 9 0 24165486 885547008 10613 996147200 134512640 134550932 4294955984 18446744073709551615 4126381333 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25991/tid=25993] ppid=25990 vsize=864792 CPUtime=0.41
/proc/25991/task/25993/stat : 25993 (java) S 25990 25987 21831 0 -1 64 8312 0 0 0 39 2 0 0 16 0 9 0 24165487 885547008 10613 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25991/tid=25994] ppid=25990 vsize=864792 CPUtime=0
/proc/25991/task/25994/stat : 25994 (java) S 25990 25987 21831 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24165488 885547008 10613 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25991/tid=25995] ppid=25990 vsize=864792 CPUtime=0
/proc/25991/task/25995/stat : 25995 (java) S 25990 25987 21831 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24165488 885547008 10613 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25991/tid=25996] ppid=25990 vsize=864792 CPUtime=0
/proc/25991/task/25996/stat : 25996 (java) S 25990 25987 21831 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24165490 885547008 10613 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25991/tid=25997] ppid=25990 vsize=864792 CPUtime=0.13
/proc/25991/task/25997/stat : 25997 (java) S 25990 25987 21831 0 -1 64 529 0 0 0 13 0 0 0 16 0 9 0 24165490 885547008 10613 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25991/tid=25998] ppid=25990 vsize=864792 CPUtime=0
/proc/25991/task/25998/stat : 25998 (java) S 25990 25987 21831 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24165490 885547008 10613 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25991/tid=25999] ppid=25990 vsize=864792 CPUtime=0
/proc/25991/task/25999/stat : 25999 (java) S 25990 25987 21831 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24165490 885547008 10613 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887016

[startup+3.10209 s]
/proc/loadavg: 1.91 1.95 1.98 3/91 26009
/proc/meminfo: memFree=1535152/2055920 swapFree=4192812/4192956
[pid=25987] ppid=25985 vsize=16868 CPUtime=1.62
/proc/25987/stat : 25987 (sugar) S 25985 25987 21831 0 -1 4194304 1309 13020 0 1 5 1 149 7 15 0 1 0 24165476 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25987/statm: 4217 1111 409 3 0 796 0
[pid=26000] ppid=25987 vsize=5356 CPUtime=0
/proc/26000/stat : 26000 (sh) S 25987 25987 21831 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24165647 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26000/statm: 1339 233 193 169 0 50 0
[pid=26001] ppid=26000 vsize=868564 CPUtime=1.36
/proc/26001/stat : 26001 (java) S 26000 25987 21831 0 -1 0 8958 0 1 0 130 6 0 0 18 0 9 0 24165648 889409536 8033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26001/statm: 217141 8033 2566 9 0 211646 0
[pid=26001/tid=26002] ppid=26000 vsize=868564 CPUtime=0.97
/proc/26001/task/26002/stat : 26002 (java) R 26000 25987 21831 0 -1 64 2636 0 1 0 96 1 0 0 25 0 9 0 24165648 889409536 8033 996147200 134512640 134550932 4294955936 18446744073709551615 4126457664 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26001/tid=26003] ppid=26000 vsize=868564 CPUtime=0.2
/proc/26001/task/26003/stat : 26003 (java) S 26000 25987 21831 0 -1 64 4149 0 0 0 18 2 0 0 16 0 9 0 24165650 889409536 8033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26001/tid=26004] ppid=26000 vsize=868564 CPUtime=0
/proc/26001/task/26004/stat : 26004 (java) S 26000 25987 21831 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24165650 889409536 8033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26001/tid=26005] ppid=26000 vsize=868564 CPUtime=0
/proc/26001/task/26005/stat : 26005 (java) S 26000 25987 21831 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24165650 889409536 8033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26001/tid=26006] ppid=26000 vsize=868564 CPUtime=0
/proc/26001/task/26006/stat : 26006 (java) S 26000 25987 21831 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24165652 889409536 8033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26001/tid=26007] ppid=26000 vsize=868564 CPUtime=0.16
/proc/26001/task/26007/stat : 26007 (java) S 26000 25987 21831 0 -1 64 1470 0 0 0 15 1 0 0 15 0 9 0 24165652 889409536 8033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26001/tid=26008] ppid=26000 vsize=868564 CPUtime=0
/proc/26001/task/26008/stat : 26008 (java) S 26000 25987 21831 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24165652 889409536 8033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26001/tid=26009] ppid=26000 vsize=868564 CPUtime=0
/proc/26001/task/26009/stat : 26009 (java) S 26000 25987 21831 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24165652 889409536 8033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890788

[startup+6.30143 s]
/proc/loadavg: 1.92 1.95 1.98 3/91 26009
/proc/meminfo: memFree=1507768/2055920 swapFree=4192812/4192956
[pid=25987] ppid=25985 vsize=16868 CPUtime=1.62
/proc/25987/stat : 25987 (sugar) S 25985 25987 21831 0 -1 4194304 1310 13020 0 1 5 1 149 7 15 0 1 0 24165476 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25987/statm: 4217 1111 409 3 0 796 0
[pid=26000] ppid=25987 vsize=5356 CPUtime=0
/proc/26000/stat : 26000 (sh) S 25987 25987 21831 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24165647 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26000/statm: 1339 233 193 169 0 50 0
[pid=26001] ppid=26000 vsize=868564 CPUtime=4.53
/proc/26001/stat : 26001 (java) S 26000 25987 21831 0 -1 0 15000 0 1 0 442 11 0 0 18 0 9 0 24165648 889409536 13649 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26001/statm: 217141 13649 2566 9 0 211646 0
[pid=26001/tid=26002] ppid=26000 vsize=868564 CPUtime=3.62
/proc/26001/task/26002/stat : 26002 (java) R 26000 25987 21831 0 -1 64 3020 0 1 0 359 3 0 0 25 0 9 0 24165648 889409536 13649 996147200 134512640 134550932 4294955936 18446744073709551615 4126518768 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26001/tid=26003] ppid=26000 vsize=868564 CPUtime=0.7
/proc/26001/task/26003/stat : 26003 (java) S 26000 25987 21831 0 -1 64 9798 0 0 0 65 5 0 0 16 0 9 0 24165650 889409536 13649 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26001/tid=26004] ppid=26000 vsize=868564 CPUtime=0
/proc/26001/task/26004/stat : 26004 (java) S 26000 25987 21831 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24165650 889409536 13649 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26001/tid=26005] ppid=26000 vsize=868564 CPUtime=0
/proc/26001/task/26005/stat : 26005 (java) S 26000 25987 21831 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24165650 889409536 13649 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26001/tid=26006] ppid=26000 vsize=868564 CPUtime=0
/proc/26001/task/26006/stat : 26006 (java) S 26000 25987 21831 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24165652 889409536 13649 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26001/tid=26007] ppid=26000 vsize=868564 CPUtime=0.17
/proc/26001/task/26007/stat : 26007 (java) S 26000 25987 21831 0 -1 64 1479 0 0 0 16 1 0 0 16 0 9 0 24165652 889409536 13649 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26001/tid=26008] ppid=26000 vsize=868564 CPUtime=0
/proc/26001/task/26008/stat : 26008 (java) S 26000 25987 21831 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24165652 889409536 13649 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26001/tid=26009] ppid=26000 vsize=868564 CPUtime=0
/proc/26001/task/26009/stat : 26009 (java) S 26000 25987 21831 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24165652 889409536 13649 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890788

[startup+12.7021 s]
/proc/loadavg: 1.93 1.95 1.98 3/91 26009
/proc/meminfo: memFree=1480120/2055920 swapFree=4192812/4192956
[pid=25987] ppid=25985 vsize=16868 CPUtime=1.62
/proc/25987/stat : 25987 (sugar) S 25985 25987 21831 0 -1 4194304 1310 13020 0 1 5 1 149 7 16 0 1 0 24165476 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25987/statm: 4217 1111 409 3 0 796 0
[pid=26000] ppid=25987 vsize=5356 CPUtime=0
/proc/26000/stat : 26000 (sh) S 25987 25987 21831 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24165647 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26000/statm: 1339 233 193 169 0 50 0
[pid=26001] ppid=26000 vsize=868676 CPUtime=10.86
/proc/26001/stat : 26001 (java) S 26000 25987 21831 0 -1 0 23777 0 1 0 1061 25 0 0 18 0 9 0 24165648 889524224 15759 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26001/statm: 217169 15759 2593 9 0 211646 0
[pid=26001/tid=26002] ppid=26000 vsize=868676 CPUtime=9.16
/proc/26001/task/26002/stat : 26002 (java) R 26000 25987 21831 0 -1 64 3505 0 1 0 904 12 0 0 25 0 9 0 24165648 889524224 15759 996147200 134512640 134550932 4294955936 18446744073709551615 4126915319 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26001/tid=26003] ppid=26000 vsize=868676 CPUtime=1.43
/proc/26001/task/26003/stat : 26003 (java) S 26000 25987 21831 0 -1 64 18040 0 0 0 133 10 0 0 16 0 9 0 24165650 889524224 15759 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26001/tid=26004] ppid=26000 vsize=868676 CPUtime=0
/proc/26001/task/26004/stat : 26004 (java) S 26000 25987 21831 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24165650 889524224 15759 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26001/tid=26005] ppid=26000 vsize=868676 CPUtime=0
/proc/26001/task/26005/stat : 26005 (java) S 26000 25987 21831 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24165650 889524224 15759 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26001/tid=26006] ppid=26000 vsize=868676 CPUtime=0
/proc/26001/task/26006/stat : 26006 (java) S 26000 25987 21831 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24165652 889524224 15759 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26001/tid=26007] ppid=26000 vsize=868676 CPUtime=0.24
/proc/26001/task/26007/stat : 26007 (java) S 26000 25987 21831 0 -1 64 1529 0 0 0 23 1 0 0 16 0 9 0 24165652 889524224 15759 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26001/tid=26008] ppid=26000 vsize=868676 CPUtime=0
/proc/26001/task/26008/stat : 26008 (java) S 26000 25987 21831 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24165652 889524224 15759 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26001/tid=26009] ppid=26000 vsize=868676 CPUtime=0
/proc/26001/task/26009/stat : 26009 (java) S 26000 25987 21831 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24165652 889524224 15759 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890900

[startup+25.5015 s]
/proc/loadavg: 2.16 2.01 2.00 3/83 26011
/proc/meminfo: memFree=1414392/2055920 swapFree=4192812/4192956
[pid=25987] ppid=25985 vsize=16868 CPUtime=19.99
/proc/25987/stat : 25987 (sugar) S 25985 25987 21831 0 -1 4194304 1376 37350 0 2 6 1 1940 52 15 0 1 0 24165476 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25987/statm: 4217 1113 409 3 0 796 0
[pid=26010] ppid=25987 vsize=5356 CPUtime=0
/proc/26010/stat : 26010 (sh) S 25987 25987 21831 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24167508 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26010/statm: 1339 232 193 169 0 50 0
[pid=26011] ppid=26010 vsize=95044 CPUtime=5.12
/proc/26011/stat : 26011 (minisat) R 26010 25987 21831 0 -1 4194304 23013 0 0 0 497 15 0 0 25 0 1 0 24167508 97325056 22999 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26011/statm: 23761 22999 76 150 0 23608 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 117268

[startup+51.1012 s]
/proc/loadavg: 2.11 2.00 2.00 3/83 26011
/proc/meminfo: memFree=1406904/2055920 swapFree=4192812/4192956
[pid=25987] ppid=25985 vsize=16868 CPUtime=19.99
/proc/25987/stat : 25987 (sugar) S 25985 25987 21831 0 -1 4194304 1376 37350 0 2 6 1 1940 52 16 0 1 0 24165476 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25987/statm: 4217 1113 409 3 0 796 0

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

/proc/meminfo: memFree=872544/2055920 swapFree=4192812/4192956
[pid=25987] ppid=25985 vsize=16868 CPUtime=19.99
/proc/25987/stat : 25987 (sugar) S 25985 25987 21831 0 -1 4194304 1376 37350 0 2 6 1 1940 52 16 0 1 0 24165476 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25987/statm: 4217 1113 409 3 0 796 0
[pid=26010] ppid=25987 vsize=5356 CPUtime=0
/proc/26010/stat : 26010 (sh) S 25987 25987 21831 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24167508 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26010/statm: 1339 232 193 169 0 50 0
[pid=26011] ppid=26010 vsize=312320 CPUtime=1330.44
/proc/26011/stat : 26011 (minisat) R 26010 25987 21831 0 -1 4194304 76333 0 0 0 132981 63 0 0 25 0 1 0 24167508 319815680 76319 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26011/statm: 78080 76319 76 150 0 77927 0
Current children cumulated CPU time (s) 1350.43
Current children cumulated vsize (KiB) 334544

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 26142
/proc/meminfo: memFree=697056/2055920 swapFree=4192812/4192956
[pid=25987] ppid=25985 vsize=16868 CPUtime=19.99
/proc/25987/stat : 25987 (sugar) S 25985 25987 21831 0 -1 4194304 1376 37350 0 2 6 1 1940 52 16 0 1 0 24165476 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25987/statm: 4217 1113 409 3 0 796 0
[pid=26010] ppid=25987 vsize=5356 CPUtime=0
/proc/26010/stat : 26010 (sh) S 25987 25987 21831 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24167508 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26010/statm: 1339 232 193 169 0 50 0
[pid=26011] ppid=26010 vsize=314492 CPUtime=1390.33
/proc/26011/stat : 26011 (minisat) R 26010 25987 21831 0 -1 4194304 76900 0 0 0 138969 64 0 0 25 0 1 0 24167508 322039808 76886 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/26011/statm: 78623 76886 76 150 0 78470 0
Current children cumulated CPU time (s) 1410.32
Current children cumulated vsize (KiB) 336716

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 26142
/proc/meminfo: memFree=579680/2055920 swapFree=4192812/4192956
[pid=25987] ppid=25985 vsize=16868 CPUtime=19.99
/proc/25987/stat : 25987 (sugar) S 25985 25987 21831 0 -1 4194304 1376 37350 0 2 6 1 1940 52 16 0 1 0 24165476 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25987/statm: 4217 1113 409 3 0 796 0
[pid=26010] ppid=25987 vsize=5356 CPUtime=0
/proc/26010/stat : 26010 (sh) S 25987 25987 21831 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24167508 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26010/statm: 1339 232 193 169 0 50 0
[pid=26011] ppid=26010 vsize=316604 CPUtime=1450.17
/proc/26011/stat : 26011 (minisat) R 26010 25987 21831 0 -1 4194304 77456 0 0 0 144953 64 0 0 25 0 1 0 24167508 324202496 77442 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26011/statm: 79151 77442 76 150 0 78998 0
Current children cumulated CPU time (s) 1470.16
Current children cumulated vsize (KiB) 338828

[startup+1542.3 s]
/proc/loadavg: 2.34 2.06 2.02 4/86 26142
/proc/meminfo: memFree=574112/2055920 swapFree=4192812/4192956
[pid=25987] ppid=25985 vsize=16868 CPUtime=19.99
/proc/25987/stat : 25987 (sugar) S 25985 25987 21831 0 -1 4194304 1376 37350 0 2 6 1 1940 52 16 0 1 0 24165476 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25987/statm: 4217 1113 409 3 0 796 0
[pid=26010] ppid=25987 vsize=5356 CPUtime=0
/proc/26010/stat : 26010 (sh) S 25987 25987 21831 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24167508 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26010/statm: 1339 232 193 169 0 50 0
[pid=26011] ppid=26010 vsize=318668 CPUtime=1509.85
/proc/26011/stat : 26011 (minisat) R 26010 25987 21831 0 -1 4194304 77963 0 0 0 150921 64 0 0 25 0 1 0 24167508 326316032 77949 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26011/statm: 79667 77949 76 150 0 79514 0
Current children cumulated CPU time (s) 1529.84
Current children cumulated vsize (KiB) 340892

[startup+1602.3 s]
/proc/loadavg: 2.27 2.11 2.04 3/77 26193
/proc/meminfo: memFree=1075304/2055920 swapFree=4192812/4192956
[pid=25987] ppid=25985 vsize=16868 CPUtime=19.99
/proc/25987/stat : 25987 (sugar) S 25985 25987 21831 0 -1 4194304 1376 37350 0 2 6 1 1940 52 16 0 1 0 24165476 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25987/statm: 4217 1113 409 3 0 796 0
[pid=26010] ppid=25987 vsize=5356 CPUtime=0
/proc/26010/stat : 26010 (sh) S 25987 25987 21831 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24167508 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26010/statm: 1339 232 193 169 0 50 0
[pid=26011] ppid=26010 vsize=321092 CPUtime=1569.78
/proc/26011/stat : 26011 (minisat) R 26010 25987 21831 0 -1 4194304 78583 0 0 0 156912 66 0 0 25 0 1 0 24167508 328798208 78569 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/26011/statm: 80273 78569 76 150 0 80120 0
Current children cumulated CPU time (s) 1589.77
Current children cumulated vsize (KiB) 343316

[startup+1662.3 s]
/proc/loadavg: 2.10 2.08 2.03 3/77 26193
/proc/meminfo: memFree=1068968/2055920 swapFree=4192812/4192956
[pid=25987] ppid=25985 vsize=16868 CPUtime=19.99
/proc/25987/stat : 25987 (sugar) S 25985 25987 21831 0 -1 4194304 1376 37350 0 2 6 1 1940 52 16 0 1 0 24165476 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25987/statm: 4217 1113 409 3 0 796 0
[pid=26010] ppid=25987 vsize=5356 CPUtime=0
/proc/26010/stat : 26010 (sh) S 25987 25987 21831 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24167508 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26010/statm: 1339 232 193 169 0 50 0
[pid=26011] ppid=26010 vsize=323584 CPUtime=1629.76
/proc/26011/stat : 26011 (minisat) R 26010 25987 21831 0 -1 4194304 79166 0 0 0 162909 67 0 0 25 0 1 0 24167508 331350016 79152 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26011/statm: 80896 79152 76 150 0 80743 0
Current children cumulated CPU time (s) 1649.75
Current children cumulated vsize (KiB) 345808

[startup+1722.3 s]
/proc/loadavg: 2.03 2.07 2.02 3/77 26193
/proc/meminfo: memFree=1062760/2055920 swapFree=4192812/4192956
[pid=25987] ppid=25985 vsize=16868 CPUtime=19.99
/proc/25987/stat : 25987 (sugar) S 25985 25987 21831 0 -1 4194304 1376 37350 0 2 6 1 1940 52 16 0 1 0 24165476 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25987/statm: 4217 1113 409 3 0 796 0
[pid=26010] ppid=25987 vsize=5356 CPUtime=0
/proc/26010/stat : 26010 (sh) S 25987 25987 21831 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24167508 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26010/statm: 1339 232 193 169 0 50 0
[pid=26011] ppid=26010 vsize=325884 CPUtime=1689.73
/proc/26011/stat : 26011 (minisat) R 26010 25987 21831 0 -1 4194304 79732 0 0 0 168906 67 0 0 25 0 1 0 24167508 333705216 79718 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/26011/statm: 81471 79718 76 150 0 81318 0
Current children cumulated CPU time (s) 1709.72
Current children cumulated vsize (KiB) 348108

[startup+1782.3 s]
/proc/loadavg: 2.01 2.05 2.02 3/77 26193
/proc/meminfo: memFree=1059496/2055920 swapFree=4192812/4192956
[pid=25987] ppid=25985 vsize=16868 CPUtime=19.99
/proc/25987/stat : 25987 (sugar) S 25985 25987 21831 0 -1 4194304 1376 37350 0 2 6 1 1940 52 16 0 1 0 24165476 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25987/statm: 4217 1113 409 3 0 796 0
[pid=26010] ppid=25987 vsize=5356 CPUtime=0
/proc/26010/stat : 26010 (sh) S 25987 25987 21831 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24167508 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26010/statm: 1339 232 193 169 0 50 0
[pid=26011] ppid=26010 vsize=328024 CPUtime=1749.71
/proc/26011/stat : 26011 (minisat) R 26010 25987 21831 0 -1 4194304 80259 0 0 0 174903 68 0 0 25 0 1 0 24167508 335896576 80245 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26011/statm: 82006 80245 76 150 0 81853 0
Current children cumulated CPU time (s) 1769.7
Current children cumulated vsize (KiB) 350248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.7 s]
/proc/loadavg: 2.00 2.05 2.02 3/77 26193
/proc/meminfo: memFree=1058472/2055920 swapFree=4192812/4192956
[pid=25987] ppid=25985 vsize=16868 CPUtime=19.99
/proc/25987/stat : 25987 (sugar) S 25985 25987 21831 0 -1 4194304 1376 37350 0 2 6 1 1940 52 16 0 1 0 24165476 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25987/statm: 4217 1113 409 3 0 796 0
[pid=26010] ppid=25987 vsize=5356 CPUtime=0
/proc/26010/stat : 26010 (sh) S 25987 25987 21831 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24167508 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26010/statm: 1339 232 193 169 0 50 0
[pid=26011] ppid=26010 vsize=328860 CPUtime=1780.1
/proc/26011/stat : 26011 (minisat) R 26010 25987 21831 0 -1 4194304 80500 0 0 0 177942 68 0 0 25 0 1 0 24167508 336752640 80486 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26011/statm: 82215 80486 76 150 0 82062 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 351084

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

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

[startup+1812.7 s]
/proc/loadavg: 2.00 2.05 2.02 3/77 26193
/proc/meminfo: memFree=1058472/2055920 swapFree=4192812/4192956
[pid=25987] ppid=25985 vsize=16868 CPUtime=19.99
/proc/25987/stat : 25987 (sugar) S 25985 25987 21831 0 -1 4194304 1376 37350 0 2 6 1 1940 52 16 0 1 0 24165476 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25987/statm: 4217 1113 409 3 0 796 0
[pid=26010] ppid=25987 vsize=5356 CPUtime=0
/proc/26010/stat : 26010 (sh) S 25987 25987 21831 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24167508 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26010/statm: 1339 232 193 169 0 50 0
[pid=26011] ppid=26010 vsize=328860 CPUtime=1780.1
/proc/26011/stat : 26011 (minisat) R 26010 25987 21831 0 -1 4194304 80500 0 0 0 177942 68 0 0 25 0 1 0 24167508 336752640 80486 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26011/statm: 82215 80486 76 150 0 82062 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 351084

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25987 and gives
#  childrusage.ru_utime.tv_sec=19
#  childrusage.ru_utime.tv_usec=463041
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=571913
# CPU time returned by wait4() is 20.035
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1812.78
CPU time (s): 1800.09
CPU user time (s): 1798.88
CPU system time (s): 1.21
CPU usage (%): 99.2997
Max. virtual memory (cumulated for all children) (KiB): 902040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.463
system time used= 0.571913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39109
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= 8114
involuntary context switches= 8709

runsolver used 2.34764 second user time and 5.9361 second system time

The end

Launcher Data

Begin job on node19 at 2009-07-12 05:56:28
IDJOB=2080740
IDBENCH=57139
IDSOLVER=739
FILE ID=node19/2080740-1247370988
PBS_JOBID= 9507057
Free space on /tmp= 66428 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-34.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-2080740-1247370988/watcher-2080740-1247370988 -o /tmp/evaluation-result-2080740-1247370988/solver-2080740-1247370988 -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-2080740-1247370988.xml

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

MD5SUM BENCH= 723eb8728800019647d26dc95e15d2c3
RANDOM SEED=538532942

node19.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.211
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.211
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1551400 kB
Buffers:         51644 kB
Cached:         293728 kB
SwapCached:          0 kB
Active:         239316 kB
Inactive:       188216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1551400 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3680 kB
Writeback:           0 kB
Mapped:          99836 kB
Slab:            62032 kB
Committed_AS:   936960 kB
PageTables:       2012 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= 66364 MiB
End job on node19 at 2009-07-12 06:26:43