Trace number 2080773

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (TO) 1800.04 1812.92

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-38.xml
MD5SUMee51d8f03f846d4f6b75cf05c1c7369b
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 variables1444
Number of constraints26751
Maximum constraint arity2
Maximum domain size38
Number of constraints which are defined in extension0
Number of constraints which are defined in intension26751
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:59:15 2009
0.00/0.08	c 0	PID 24248
0.00/0.08	c 0	HOST node70.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2080773-1247371155.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-2080773-1247371155.xml' 'HOME/temp.csp'
1.55/1.63	c 2	1 domains, 1444 variables, 4 predicates, 0 relations, 26751 constraints
1.55/1.64	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.55/1.64	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.60/1.72	c 2	Parsing HOME/temp.csp
1.60/1.99	c 2	parsed 10000 expressions
2.04/2.11	c 2	parsed 20000 expressions
2.14/2.22	c 2	parsed 28200 expressions
2.14/2.23	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.14/2.23	c 2	Converting to clausal form CSP
2.63/2.78	c 3	converted 2820 (10%) expressions
3.32/3.44	c 3	converted 5640 (20%) expressions
3.92/4.01	c 4	converted 8460 (30%) expressions
4.61/4.74	c 5	converted 11280 (40%) expressions
5.20/5.31	c 5	converted 14100 (50%) expressions
5.69/5.88	c 6	converted 16920 (60%) expressions
6.29/6.45	c 6	converted 19740 (70%) expressions
7.18/7.34	c 7	converted 22560 (80%) expressions
7.77/7.92	c 8	converted 25380 (90%) expressions
8.27/8.48	c 8	converted 28200 (100%) expressions
8.27/8.49	c 8	CSP : 1444 integers, 25596 booleans, 79349 clauses, largest domain size 38
8.27/8.49	c 8	Heap : 45 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.27/8.49	c 8	Propagation in CSP
9.35/9.60	c 10	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
9.35/9.60	c 10	CSP : 1444 integers, 25596 booleans, 79349 clauses, largest domain size 38
9.35/9.60	c 10	Heap : 43 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.45/9.62	c 10	Simplifing CSP by introducing new Boolean variables
9.56/9.78	c 10	CSP : 1444 integers, 53428 booleans, 107181 clauses, largest domain size 38
9.56/9.78	c 10	Heap : 53 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.94/10.14	c 10	Encoding CSP to SAT : HOME/temp.cnf
10.05/10.23	c 10	145 (10%) CSP integer variables are encoded (5220 clauses, 65770 bytes)
10.05/10.26	c 10	289 (20%) CSP integer variables are encoded (10404 clauses, 134513 bytes)
10.05/10.28	c 10	434 (30%) CSP integer variables are encoded (15624 clauses, 212813 bytes)
10.15/10.31	c 10	578 (40%) CSP integer variables are encoded (20808 clauses, 290573 bytes)
10.15/10.34	c 10	722 (50%) CSP integer variables are encoded (25992 clauses, 368333 bytes)
10.15/10.36	c 10	867 (60%) CSP integer variables are encoded (31212 clauses, 446633 bytes)
10.15/10.38	c 10	1011 (70%) CSP integer variables are encoded (36396 clauses, 524393 bytes)
10.24/10.41	c 10	1156 (80%) CSP integer variables are encoded (41616 clauses, 602693 bytes)
10.24/10.43	c 10	1300 (90%) CSP integer variables are encoded (46800 clauses, 680453 bytes)
10.24/10.46	c 10	1444 (100%) CSP integer variables are encoded (51984 clauses, 758213 bytes)
11.73/11.92	c 12	10719 (10%) CSP clauses are encoded (355316 clauses, 6836853 bytes)
13.11/13.31	c 13	21437 (20%) CSP clauses are encoded (659880 clauses, 13081819 bytes)
14.40/14.69	c 15	32155 (30%) CSP clauses are encoded (961564 clauses, 19280985 bytes)
15.79/16.08	c 16	42873 (40%) CSP clauses are encoded (1266129 clauses, 25742678 bytes)
17.17/17.49	c 17	53591 (50%) CSP clauses are encoded (1570952 clauses, 32319898 bytes)
18.64/18.90	c 19	64309 (60%) CSP clauses are encoded (1873419 clauses, 38847415 bytes)
19.93/20.29	c 20	75027 (70%) CSP clauses are encoded (2176173 clauses, 45380242 bytes)
21.32/21.69	c 22	85745 (80%) CSP clauses are encoded (2480403 clauses, 51997564 bytes)
22.80/23.12	c 23	96463 (90%) CSP clauses are encoded (2782730 clauses, 58630313 bytes)
24.17/24.54	c 25	107181 (100%) CSP clauses are encoded (3087086 clauses, 65305660 bytes)
24.17/24.54	c 25	107181 CSP clauses encoded
24.17/24.54	c 25	Writing map file : HOME/temp.map
24.17/24.57	c 25	Heap : 42 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
24.17/24.57	c 25	SAT : 106856 SAT variables, 3087086 SAT clauses, 65305660 bytes
24.17/24.57	c 25	Heap : 42 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
24.24/24.61	c 25	SOLVING HOME/temp.cnf
24.24/24.61	c 25	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
24.24/24.62	c 25	This is MiniSat 2.0 beta
24.24/24.62	c 25	WARNING: for repeatability, setting FPU to use double precision
24.24/24.62	c 25	============================[ Problem Statistics ]=============================
24.24/24.62	c 25	|                                                                             |
24.24/24.62	c 25	|  Number of variables:  106856                                               |
24.24/24.62	c 25	|  Number of clauses:    3087086                                              |
25.83/26.22	c 26	|  Parsing time:         1.40         s                                       |
25.92/26.31	c 26	============================[ Search Statistics ]==============================
25.92/26.31	c 26	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
25.92/26.31	c 26	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
25.92/26.31	c 26	===============================================================================
25.92/26.31	c 26	|         0 |  106856  3087086  9019036 |  1029028        0    nan |  0.000 % |
26.22/26.61	c 27	|       101 |  106856  3087086  9019036 |  1131931      101      5 |  0.000 % |
26.52/26.91	c 27	|       251 |  106856  3087086  9019036 |  1245124      251      6 |  0.000 % |
26.81/27.21	c 27	|       476 |  106856  3087086  9019036 |  1369637      476      6 |  0.000 % |
26.91/27.34	c 27	|       813 |  106856  3087086  9019036 |  1506600      813      6 |  0.000 % |
27.40/27.84	c 28	|      1319 |  106856  3087086  9019036 |  1657260     1319      7 |  0.000 % |
28.10/28.54	c 29	|      2078 |  106856  3087086  9019036 |  1822987     2078      7 |  0.000 % |
29.39/29.87	c 30	|      3217 |  106856  3087086  9019036 |  2005285     3217      7 |  0.000 % |
31.27/31.75	c 32	|      4925 |  106856  3087086  9019036 |  2205814     4925      6 |  0.000 % |
32.46/32.94	c 33	|      7487 |  106856  3087086  9019036 |  2426395     7487      7 |  0.000 % |
34.54/35.00	c 35	|     11331 |  106856  3087086  9019036 |  2669035    11331      7 |  0.000 % |
36.62/37.16	c 37	|     17097 |  106856  3087086  9019036 |  2935938    17097     10 |  0.000 % |
38.50/39.09	c 39	|     25747 |  106856  3087086  9019036 |  3229532    25747     10 |  0.000 % |
42.37/42.92	c 43	|     38721 |  106856  3087086  9019036 |  3552486    38721     10 |  0.000 % |
46.43/47.06	c 47	|     58182 |  106856  3087086  9019036 |  3907734    58182     11 |  0.000 % |
51.97/52.62	c 53	|     87374 |  106856  3087086  9019036 |  4298508    87374     12 |  0.000 % |
58.12/58.89	c 59	|    131163 |  106856  3087086  9019036 |  4728358   131163     12 |  0.000 % |
67.13/67.97	c 68	|    196847 |  106856  3087086  9019036 |  5201194   196847     12 |  0.000 % |
110.01/111.25	c 111	|    295375 |  106856  3087086  9019036 |  5721314   295375     13 |  0.000 % |
145.88/147.47	c 147	|    443164 |  106856  3087086  9019036 |  6293445   443164     14 |  0.000 % |
411.07/415.17	c 415	|    664848 |  106856  3087086  9019036 |  6922790   664848     15 |  0.000 % |
571.15/576.80	c 577	|    997373 |  106856  3087086  9019036 |  7615069   997373     16 |  0.000 % |
956.42/965.64	c 966	|   1496162 |  106856  3087086  9019036 |  8376576  1496162     15 |  0.000 % |
1378.85/1391.11	c 1391	|   2244344 |  106856  3087086  9019036 |  9214233  2244344     16 |  0.000 % |
1800.04/1812.82	c ERROR INTERRUPTED
1800.04/1812.88	s UNKNOWN
1800.04/1812.88	c 1813	CPU 24.27 (0.05 0.02 23.52 0.68)
1800.04/1812.88	c 1813	END Sun Jul 12 06:29:28 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-2080773-1247371155/watcher-2080773-1247371155 -o /tmp/evaluation-result-2080773-1247371155/solver-2080773-1247371155 -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-2080773-1247371155.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.97 1.99 4/72 24248
/proc/meminfo: memFree=1690216/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=12268 CPUtime=0
/proc/24248/stat : 24248 (sugar) R 24246 24248 18582 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24178159 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 233402235493 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/24248/statm: 3067 316 241 3 0 167 0

[startup+0.0846681 s]
/proc/loadavg: 1.91 1.97 1.99 4/72 24248
/proc/meminfo: memFree=1690216/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=16868 CPUtime=0.06
/proc/24248/stat : 24248 (sugar) S 24246 24248 18582 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24178159 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24248/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101676 s]
/proc/loadavg: 1.91 1.97 1.99 4/72 24248
/proc/meminfo: memFree=1690216/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=16868 CPUtime=0.06
/proc/24248/stat : 24248 (sugar) S 24246 24248 18582 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24178159 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24248/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301695 s]
/proc/loadavg: 1.91 1.97 1.99 4/72 24248
/proc/meminfo: memFree=1690216/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=16868 CPUtime=0.06
/proc/24248/stat : 24248 (sugar) S 24246 24248 18582 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24178159 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24248/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701732 s]
/proc/loadavg: 1.91 1.97 1.99 4/72 24248
/proc/meminfo: memFree=1690216/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=16868 CPUtime=0.06
/proc/24248/stat : 24248 (sugar) S 24246 24248 18582 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24178159 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24248/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50282 s]
/proc/loadavg: 1.91 1.97 1.99 4/83 24260
/proc/meminfo: memFree=1654352/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=16868 CPUtime=0.06
/proc/24248/stat : 24248 (sugar) S 24246 24248 18582 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24178159 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24248/statm: 4217 1111 409 3 0 796 0
[pid=24251] ppid=24248 vsize=5356 CPUtime=0
/proc/24251/stat : 24251 (sh) S 24248 24248 18582 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24178167 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24251/statm: 1339 233 193 169 0 50 0
[pid=24252] ppid=24251 vsize=864772 CPUtime=1.38
/proc/24252/stat : 24252 (java) S 24251 24248 18582 0 -1 0 15228 0 1 0 132 6 0 0 18 0 9 0 24178168 885526528 13258 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24252/statm: 216193 13258 2557 9 0 210705 0
[pid=24252/tid=24253] ppid=24251 vsize=864772 CPUtime=0.78
/proc/24252/task/24253/stat : 24253 (java) R 24251 24248 18582 0 -1 64 3077 0 1 0 76 2 0 0 23 0 9 0 24178169 885526528 13258 996147200 134512640 134550932 4294955984 18446744073709551615 4126717765 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24252/tid=24254] ppid=24251 vsize=864772 CPUtime=0.45
/proc/24252/task/24254/stat : 24254 (java) S 24251 24248 18582 0 -1 64 10921 0 0 0 42 3 0 0 16 0 9 0 24178170 885526528 13258 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24252/tid=24255] ppid=24251 vsize=864772 CPUtime=0
/proc/24252/task/24255/stat : 24255 (java) S 24251 24248 18582 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24178170 885526528 13258 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24252/tid=24256] ppid=24251 vsize=864772 CPUtime=0
/proc/24252/task/24256/stat : 24256 (java) S 24251 24248 18582 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24178170 885526528 13258 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24252/tid=24257] ppid=24251 vsize=864772 CPUtime=0
/proc/24252/task/24257/stat : 24257 (java) S 24251 24248 18582 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24178172 885526528 13258 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24252/tid=24258] ppid=24251 vsize=864772 CPUtime=0.13
/proc/24252/task/24258/stat : 24258 (java) S 24251 24248 18582 0 -1 64 526 0 0 0 13 0 0 0 16 0 9 0 24178172 885526528 13258 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24252/tid=24259] ppid=24251 vsize=864772 CPUtime=0
/proc/24252/task/24259/stat : 24259 (java) S 24251 24248 18582 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24178172 885526528 13258 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24252/tid=24260] ppid=24251 vsize=864772 CPUtime=0
/proc/24252/task/24260/stat : 24260 (java) S 24251 24248 18582 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24178172 885526528 13258 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) 886996

[startup+3.10297 s]
/proc/loadavg: 1.91 1.97 1.99 3/83 24270
/proc/meminfo: memFree=1675344/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=16868 CPUtime=1.6
/proc/24248/stat : 24248 (sugar) S 24246 24248 18582 0 -1 4194304 1309 15701 0 1 5 2 145 8 15 0 1 0 24178159 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24248/statm: 4217 1111 409 3 0 796 0
[pid=24261] ppid=24248 vsize=5356 CPUtime=0
/proc/24261/stat : 24261 (sh) S 24248 24248 18582 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24178324 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24261/statm: 1339 233 193 169 0 50 0
[pid=24262] ppid=24261 vsize=868560 CPUtime=1.42
/proc/24262/stat : 24262 (java) S 24261 24248 18582 0 -1 0 9118 0 1 0 138 4 0 0 18 0 9 0 24178324 889405440 8210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24262/statm: 217140 8210 2569 9 0 211645 0
[pid=24262/tid=24263] ppid=24261 vsize=868560 CPUtime=1.03
/proc/24262/task/24263/stat : 24263 (java) R 24261 24248 18582 0 -1 64 2635 0 1 0 102 1 0 0 24 0 9 0 24178325 889405440 8210 996147200 134512640 134550932 4294955936 18446744073709551615 4126536460 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24264] ppid=24261 vsize=868560 CPUtime=0.2
/proc/24262/task/24264/stat : 24264 (java) S 24261 24248 18582 0 -1 64 4318 0 0 0 19 1 0 0 16 0 9 0 24178326 889405440 8210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24265] ppid=24261 vsize=868560 CPUtime=0
/proc/24262/task/24265/stat : 24265 (java) S 24261 24248 18582 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24178326 889405440 8210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24266] ppid=24261 vsize=868560 CPUtime=0
/proc/24262/task/24266/stat : 24266 (java) S 24261 24248 18582 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24178326 889405440 8210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24267] ppid=24261 vsize=868560 CPUtime=0
/proc/24262/task/24267/stat : 24267 (java) S 24261 24248 18582 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24178328 889405440 8210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24268] ppid=24261 vsize=868560 CPUtime=0.17
/proc/24262/task/24268/stat : 24268 (java) S 24261 24248 18582 0 -1 64 1463 0 0 0 17 0 0 0 16 0 9 0 24178328 889405440 8210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24269] ppid=24261 vsize=868560 CPUtime=0
/proc/24262/task/24269/stat : 24269 (java) S 24261 24248 18582 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24178328 889405440 8210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24270] ppid=24261 vsize=868560 CPUtime=0
/proc/24262/task/24270/stat : 24270 (java) S 24261 24248 18582 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24178328 889405440 8210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890784

[startup+6.30129 s]
/proc/loadavg: 2.00 1.99 1.99 3/83 24270
/proc/meminfo: memFree=1648080/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=16868 CPUtime=1.6
/proc/24248/stat : 24248 (sugar) S 24246 24248 18582 0 -1 4194304 1309 15701 0 1 5 2 145 8 15 0 1 0 24178159 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24248/statm: 4217 1111 409 3 0 796 0
[pid=24261] ppid=24248 vsize=5356 CPUtime=0
/proc/24261/stat : 24261 (sh) S 24248 24248 18582 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24178324 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24261/statm: 1339 233 193 169 0 50 0
[pid=24262] ppid=24261 vsize=868648 CPUtime=4.59
/proc/24262/stat : 24262 (java) S 24261 24248 18582 0 -1 0 14815 0 1 0 451 8 0 0 18 0 9 0 24178324 889495552 13502 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24262/statm: 217162 13502 2566 9 0 211667 0
[pid=24262/tid=24263] ppid=24261 vsize=868648 CPUtime=3.69
/proc/24262/task/24263/stat : 24263 (java) R 24261 24248 18582 0 -1 64 3011 0 1 0 368 1 0 0 25 0 9 0 24178325 889495552 13502 996147200 134512640 134550932 4294955936 18446744073709551615 4126535568 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24264] ppid=24261 vsize=868648 CPUtime=0.7
/proc/24262/task/24264/stat : 24264 (java) S 24261 24248 18582 0 -1 64 9636 0 0 0 65 5 0 0 16 0 9 0 24178326 889495552 13502 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24265] ppid=24261 vsize=868648 CPUtime=0
/proc/24262/task/24265/stat : 24265 (java) S 24261 24248 18582 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24178326 889495552 13502 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24266] ppid=24261 vsize=868648 CPUtime=0
/proc/24262/task/24266/stat : 24266 (java) S 24261 24248 18582 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24178326 889495552 13502 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24267] ppid=24261 vsize=868648 CPUtime=0
/proc/24262/task/24267/stat : 24267 (java) S 24261 24248 18582 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24178328 889495552 13502 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24268] ppid=24261 vsize=868648 CPUtime=0.17
/proc/24262/task/24268/stat : 24268 (java) S 24261 24248 18582 0 -1 64 1466 0 0 0 17 0 0 0 15 0 9 0 24178328 889495552 13502 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24269] ppid=24261 vsize=868648 CPUtime=0
/proc/24262/task/24269/stat : 24269 (java) S 24261 24248 18582 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24178328 889495552 13502 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24270] ppid=24261 vsize=868648 CPUtime=0
/proc/24262/task/24270/stat : 24270 (java) S 24261 24248 18582 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24178328 889495552 13502 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890872

[startup+12.7029 s]
/proc/loadavg: 2.00 1.99 1.99 3/83 24270
/proc/meminfo: memFree=1611344/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=16868 CPUtime=1.6
/proc/24248/stat : 24248 (sugar) S 24246 24248 18582 0 -1 4194304 1310 15701 0 1 5 2 145 8 16 0 1 0 24178159 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24248/statm: 4217 1111 409 3 0 796 0
[pid=24261] ppid=24248 vsize=5356 CPUtime=0
/proc/24261/stat : 24261 (sh) S 24248 24248 18582 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24178324 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24261/statm: 1339 233 193 169 0 50 0
[pid=24262] ppid=24261 vsize=868760 CPUtime=10.92
/proc/24262/stat : 24262 (java) S 24261 24248 18582 0 -1 0 27305 0 1 0 1070 22 0 0 18 0 9 0 24178324 889610240 19328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24262/statm: 217190 19328 2593 9 0 211667 0
[pid=24262/tid=24263] ppid=24261 vsize=868760 CPUtime=8.99
/proc/24262/task/24263/stat : 24263 (java) R 24261 24248 18582 0 -1 64 3484 0 1 0 890 9 0 0 25 0 9 0 24178325 889610240 19328 996147200 134512640 134550932 4294955936 18446744073709551615 4126979678 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24264] ppid=24261 vsize=868760 CPUtime=1.64
/proc/24262/task/24264/stat : 24264 (java) S 24261 24248 18582 0 -1 64 21602 0 0 0 153 11 0 0 16 0 9 0 24178326 889610240 19328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24265] ppid=24261 vsize=868760 CPUtime=0
/proc/24262/task/24265/stat : 24265 (java) S 24261 24248 18582 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24178326 889610240 19328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24266] ppid=24261 vsize=868760 CPUtime=0
/proc/24262/task/24266/stat : 24266 (java) S 24261 24248 18582 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24178326 889610240 19328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24267] ppid=24261 vsize=868760 CPUtime=0
/proc/24262/task/24267/stat : 24267 (java) S 24261 24248 18582 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24178328 889610240 19328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24268] ppid=24261 vsize=868760 CPUtime=0.25
/proc/24262/task/24268/stat : 24268 (java) S 24261 24248 18582 0 -1 64 1517 0 0 0 25 0 0 0 16 0 9 0 24178328 889610240 19328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24269] ppid=24261 vsize=868760 CPUtime=0
/proc/24262/task/24269/stat : 24269 (java) S 24261 24248 18582 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24178328 889610240 19328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24262/tid=24270] ppid=24261 vsize=868760 CPUtime=0
/proc/24262/task/24270/stat : 24270 (java) S 24261 24248 18582 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24178328 889610240 19328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 890984

[startup+25.5012 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 24272
/proc/meminfo: memFree=1574416/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=16868 CPUtime=24.27
/proc/24248/stat : 24248 (sugar) S 24246 24248 18582 0 -1 4194304 1376 43734 0 2 5 2 2352 68 16 0 1 0 24178159 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24248/statm: 4217 1113 409 3 0 796 0
[pid=24271] ppid=24248 vsize=5356 CPUtime=0
/proc/24271/stat : 24271 (sh) S 24248 24248 18582 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24180621 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24271/statm: 1339 232 193 169 0 50 0
[pid=24272] ppid=24271 vsize=73108 CPUtime=0.86
/proc/24272/stat : 24272 (minisat) R 24271 24248 18582 0 -1 4194304 17127 0 0 0 75 11 0 0 25 0 1 0 24180621 74862592 17113 996147200 134512640 135127466 4294956256 18446744073709551615 134514069 0 0 4096 3 0 0 0 17 1 0 0
/proc/24272/statm: 18277 17113 62 150 0 18124 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 95332

[startup+51.1017 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 24272
/proc/meminfo: memFree=1480528/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=16868 CPUtime=24.27
/proc/24248/stat : 24248 (sugar) S 24246 24248 18582 0 -1 4194304 1376 43734 0 2 5 2 2352 68 16 0 1 0 24178159 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24248/statm: 4217 1113 409 3 0 796 0

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

/proc/meminfo: memFree=1127168/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=16868 CPUtime=24.27
/proc/24248/stat : 24248 (sugar) S 24246 24248 18582 0 -1 4194304 1376 43734 0 2 5 2 2352 68 16 0 1 0 24178159 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24248/statm: 4217 1113 409 3 0 796 0
[pid=24271] ppid=24248 vsize=5356 CPUtime=0
/proc/24271/stat : 24271 (sh) S 24248 24248 18582 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24180621 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24271/statm: 1339 232 193 169 0 50 0
[pid=24272] ppid=24271 vsize=362316 CPUtime=1265.84
/proc/24272/stat : 24272 (minisat) R 24271 24248 18582 0 -1 4194304 88618 0 0 0 126511 73 0 0 25 0 1 0 24180621 371011584 88604 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24272/statm: 90579 88604 76 150 0 90426 0
Current children cumulated CPU time (s) 1290.11
Current children cumulated vsize (KiB) 384540

[startup+1362.3 s]
/proc/loadavg: 2.24 2.05 2.01 3/77 24528
/proc/meminfo: memFree=1257208/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=16868 CPUtime=24.27
/proc/24248/stat : 24248 (sugar) S 24246 24248 18582 0 -1 4194304 1376 43734 0 2 5 2 2352 68 16 0 1 0 24178159 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24248/statm: 4217 1113 409 3 0 796 0
[pid=24271] ppid=24248 vsize=5356 CPUtime=0
/proc/24271/stat : 24271 (sh) S 24248 24248 18582 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24180621 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24271/statm: 1339 232 193 169 0 50 0
[pid=24272] ppid=24271 vsize=371156 CPUtime=1325.79
/proc/24272/stat : 24272 (minisat) R 24271 24248 18582 0 -1 4194304 90889 0 0 0 132502 77 0 0 25 0 1 0 24180621 380063744 90875 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24272/statm: 92789 90875 76 150 0 92636 0
Current children cumulated CPU time (s) 1350.06
Current children cumulated vsize (KiB) 393380

[startup+1422.31 s]
/proc/loadavg: 2.09 2.04 2.01 3/77 24528
/proc/meminfo: memFree=1241848/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=16868 CPUtime=24.27
/proc/24248/stat : 24248 (sugar) S 24246 24248 18582 0 -1 4194304 1376 43734 0 2 5 2 2352 68 16 0 1 0 24178159 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24248/statm: 4217 1113 409 3 0 796 0
[pid=24271] ppid=24248 vsize=5356 CPUtime=0
/proc/24271/stat : 24271 (sh) S 24248 24248 18582 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24180621 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24271/statm: 1339 232 193 169 0 50 0
[pid=24272] ppid=24271 vsize=384552 CPUtime=1385.76
/proc/24272/stat : 24272 (minisat) R 24271 24248 18582 0 -1 4194304 94329 0 0 0 138496 80 0 0 25 0 1 0 24180621 393781248 94315 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24272/statm: 96138 94315 76 150 0 95985 0
Current children cumulated CPU time (s) 1410.03
Current children cumulated vsize (KiB) 406776

[startup+1482.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/77 24528
/proc/meminfo: memFree=1233912/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=16868 CPUtime=24.27
/proc/24248/stat : 24248 (sugar) S 24246 24248 18582 0 -1 4194304 1376 43734 0 2 5 2 2352 68 16 0 1 0 24178159 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24248/statm: 4217 1113 409 3 0 796 0
[pid=24271] ppid=24248 vsize=5356 CPUtime=0
/proc/24271/stat : 24271 (sh) S 24248 24248 18582 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24180621 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24271/statm: 1339 232 193 169 0 50 0
[pid=24272] ppid=24271 vsize=396304 CPUtime=1445.74
/proc/24272/stat : 24272 (minisat) R 24271 24248 18582 0 -1 4194304 96166 0 0 0 144492 82 0 0 25 0 1 0 24180621 405815296 96152 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24272/statm: 99076 96152 76 150 0 98923 0
Current children cumulated CPU time (s) 1470.01
Current children cumulated vsize (KiB) 418528

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/77 24528
/proc/meminfo: memFree=1228408/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=16868 CPUtime=24.27
/proc/24248/stat : 24248 (sugar) S 24246 24248 18582 0 -1 4194304 1376 43734 0 2 5 2 2352 68 16 0 1 0 24178159 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24248/statm: 4217 1113 409 3 0 796 0
[pid=24271] ppid=24248 vsize=5356 CPUtime=0
/proc/24271/stat : 24271 (sh) S 24248 24248 18582 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24180621 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24271/statm: 1339 232 193 169 0 50 0
[pid=24272] ppid=24271 vsize=401252 CPUtime=1505.72
/proc/24272/stat : 24272 (minisat) R 24271 24248 18582 0 -1 4194304 97444 0 0 0 150489 83 0 0 25 0 1 0 24180621 410882048 97430 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24272/statm: 100313 97430 76 150 0 100160 0
Current children cumulated CPU time (s) 1529.99
Current children cumulated vsize (KiB) 423476

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 24528
/proc/meminfo: memFree=1218104/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=16868 CPUtime=24.27
/proc/24248/stat : 24248 (sugar) S 24246 24248 18582 0 -1 4194304 1376 43734 0 2 5 2 2352 68 16 0 1 0 24178159 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24248/statm: 4217 1113 409 3 0 796 0
[pid=24271] ppid=24248 vsize=5356 CPUtime=0
/proc/24271/stat : 24271 (sh) S 24248 24248 18582 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24180621 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24271/statm: 1339 232 193 169 0 50 0
[pid=24272] ppid=24271 vsize=411364 CPUtime=1565.69
/proc/24272/stat : 24272 (minisat) R 24271 24248 18582 0 -1 4194304 100028 0 0 0 156484 85 0 0 25 0 1 0 24180621 421236736 100014 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/24272/statm: 102841 100014 76 150 0 102688 0
Current children cumulated CPU time (s) 1589.96
Current children cumulated vsize (KiB) 433588

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 24528
/proc/meminfo: memFree=1208696/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=16868 CPUtime=24.27
/proc/24248/stat : 24248 (sugar) S 24246 24248 18582 0 -1 4194304 1376 43734 0 2 5 2 2352 68 16 0 1 0 24178159 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24248/statm: 4217 1113 409 3 0 796 0
[pid=24271] ppid=24248 vsize=5356 CPUtime=0
/proc/24271/stat : 24271 (sh) S 24248 24248 18582 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24180621 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24271/statm: 1339 232 193 169 0 50 0
[pid=24272] ppid=24271 vsize=420216 CPUtime=1625.67
/proc/24272/stat : 24272 (minisat) R 24271 24248 18582 0 -1 4194304 102253 0 0 0 162480 87 0 0 25 0 1 0 24180621 430301184 102239 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24272/statm: 105054 102239 76 150 0 104901 0
Current children cumulated CPU time (s) 1649.94
Current children cumulated vsize (KiB) 442440

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/85 24576
/proc/meminfo: memFree=1125432/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=16868 CPUtime=24.27
/proc/24248/stat : 24248 (sugar) S 24246 24248 18582 0 -1 4194304 1376 43734 0 2 5 2 2352 68 16 0 1 0 24178159 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24248/statm: 4217 1113 409 3 0 796 0
[pid=24271] ppid=24248 vsize=5356 CPUtime=0
/proc/24271/stat : 24271 (sh) S 24248 24248 18582 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24180621 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24271/statm: 1339 232 193 169 0 50 0
[pid=24272] ppid=24271 vsize=425484 CPUtime=1685.64
/proc/24272/stat : 24272 (minisat) R 24271 24248 18582 0 -1 4194304 103595 0 0 0 168474 90 0 0 25 0 1 0 24180621 435695616 103581 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24272/statm: 106371 103581 76 150 0 106218 0
Current children cumulated CPU time (s) 1709.91
Current children cumulated vsize (KiB) 447708

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 24606
/proc/meminfo: memFree=1109200/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=16868 CPUtime=24.27
/proc/24248/stat : 24248 (sugar) S 24246 24248 18582 0 -1 4194304 1376 43734 0 2 5 2 2352 68 16 0 1 0 24178159 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24248/statm: 4217 1113 409 3 0 796 0
[pid=24271] ppid=24248 vsize=5356 CPUtime=0
/proc/24271/stat : 24271 (sh) S 24248 24248 18582 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24180621 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24271/statm: 1339 232 193 169 0 50 0
[pid=24272] ppid=24271 vsize=429660 CPUtime=1745.56
/proc/24272/stat : 24272 (minisat) R 24271 24248 18582 0 -1 4194304 104641 0 0 0 174461 95 0 0 25 0 1 0 24180621 439971840 104627 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24272/statm: 107415 104627 76 150 0 107262 0
Current children cumulated CPU time (s) 1769.83
Current children cumulated vsize (KiB) 451884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.81 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 24606
/proc/meminfo: memFree=1092368/2055920 swapFree=4192812/4192956
[pid=24248] ppid=24246 vsize=16868 CPUtime=24.27
/proc/24248/stat : 24248 (sugar) S 24246 24248 18582 0 -1 4194304 1376 43734 0 2 5 2 2352 68 16 0 1 0 24178159 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24248/statm: 4217 1113 409 3 0 796 0
[pid=24271] ppid=24248 vsize=5356 CPUtime=0
/proc/24271/stat : 24271 (sh) S 24248 24248 18582 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24180621 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24271/statm: 1339 232 193 169 0 50 0
[pid=24272] ppid=24271 vsize=431620 CPUtime=1775.77
/proc/24272/stat : 24272 (minisat) R 24271 24248 18582 0 -1 4194304 105131 0 0 0 177482 95 0 0 25 0 1 0 24180621 441978880 105117 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24272/statm: 107905 105117 76 150 0 107752 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 453844

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

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

Child status: 0

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

Real time (s): 1812.92
CPU time (s): 1800.04
CPU user time (s): 1798.39
CPU system time (s): 1.65
CPU usage (%): 99.2896
Max. virtual memory (cumulated for all children) (KiB): 902124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.5864
system time used= 0.747886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45493
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= 9445
involuntary context switches= 9760

runsolver used 2.15367 second user time and 6.12007 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-12 05:59:15
IDJOB=2080773
IDBENCH=57147
IDSOLVER=739
FILE ID=node70/2080773-1247371155
PBS_JOBID= 9507007
Free space on /tmp= 66416 MiB

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

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

MD5SUM BENCH= ee51d8f03f846d4f6b75cf05c1c7369b
RANDOM SEED=940736272

node70.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.214
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.214
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:       1690696 kB
Buffers:         24784 kB
Cached:         247624 kB
SwapCached:          0 kB
Active:         137216 kB
Inactive:       155376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1690696 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4564 kB
Writeback:           0 kB
Mapped:          31792 kB
Slab:            58164 kB
Committed_AS:   165420 kB
PageTables:       1692 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= 66320 MiB
End job on node70 at 2009-07-12 06:29:30