Trace number 1081801

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 1800.12 1803.69

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-48.xml
MD5SUM2954e4929c1ef5c3af61301ca56f5bd2
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 variables2304
Number of constraints54191
Maximum constraint arity2
Maximum domain size48
Number of constraints which are defined in extension0
Number of constraints which are defined in intension54191
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 02:52:44 2008
0.00/0.04	c 0	PID 15901
0.00/0.05	c 0	HOST node35.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1081801-1215219163.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1081801-1215219163.xml' 'HOME/temp.csp'
2.85/2.98	c 2	1 domains, 2304 variables, 4 predicates, 0 relations, 54191 constraints
2.93/3.03	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.93/3.03	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.95/3.11	c 3	Parsing HOME/temp.csp
3.30/3.42	c 3	parsed 10000 expressions
3.50/3.63	c 3	parsed 20000 expressions
3.69/3.84	c 3	parsed 30000 expressions
3.90/4.01	c 3	parsed 40000 expressions
4.09/4.25	c 4	parsed 50000 expressions
4.19/4.37	c 4	parsed 56500 expressions
4.19/4.37	c 4	Heap : 15 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.19/4.37	c 4	Converting to clausal form CSP
5.08/5.25	c 5	converted 5650 (10%) expressions
6.26/6.46	c 6	converted 11300 (20%) expressions
7.36/7.52	c 7	converted 16950 (30%) expressions
8.64/8.87	c 8	converted 22600 (40%) expressions
9.73/9.92	c 9	converted 28250 (50%) expressions
10.72/10.98	c 10	converted 33900 (60%) expressions
12.20/12.44	c 12	converted 39550 (70%) expressions
13.19/13.48	c 13	converted 45200 (80%) expressions
14.28/14.52	c 14	converted 50850 (90%) expressions
15.27/15.58	c 15	converted 56500 (100%) expressions
15.27/15.58	c 15	CSP : 2304 integers, 52314 booleans, 161075 clauses, largest domain size 48
15.27/15.58	c 15	Heap : 80 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.27/15.58	c 15	Propagation in CSP
18.24/18.57	c 18	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
18.24/18.58	c 18	CSP : 2304 integers, 52314 booleans, 161075 clauses, largest domain size 48
18.24/18.58	c 18	Heap : 93 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.34/18.62	c 18	Simplifing CSP by introducing new Boolean variables
19.23/19.57	c 19	CSP : 2304 integers, 108288 booleans, 217049 clauses, largest domain size 48
19.23/19.57	c 19	Heap : 113 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.83/20.18	c 20	Encoding CSP to SAT : HOME/temp.cnf
20.01/20.30	c 20	231 (10%) CSP integer variables are encoded (10626 clauses, 137716 bytes)
20.01/20.35	c 20	461 (20%) CSP integer variables are encoded (21206 clauses, 296416 bytes)
20.12/20.40	c 20	692 (30%) CSP integer variables are encoded (31832 clauses, 455806 bytes)
20.12/20.45	c 20	922 (40%) CSP integer variables are encoded (42412 clauses, 614506 bytes)
20.22/20.51	c 20	1152 (50%) CSP integer variables are encoded (52992 clauses, 773206 bytes)
20.22/20.56	c 20	1383 (60%) CSP integer variables are encoded (63618 clauses, 932596 bytes)
20.31/20.61	c 20	1613 (70%) CSP integer variables are encoded (74198 clauses, 1091296 bytes)
20.31/20.66	c 20	1844 (80%) CSP integer variables are encoded (84824 clauses, 1250686 bytes)
20.41/20.71	c 20	2074 (90%) CSP integer variables are encoded (95404 clauses, 1409386 bytes)
20.41/20.76	c 20	2304 (100%) CSP integer variables are encoded (105984 clauses, 1584311 bytes)
24.18/24.59	c 24	21705 (10%) CSP clauses are encoded (882517 clauses, 18282231 bytes)
27.92/28.38	c 28	43410 (20%) CSP clauses are encoded (1660966 clauses, 35409433 bytes)
31.78/32.20	c 32	65115 (30%) CSP clauses are encoded (2439988 clauses, 53141345 bytes)
35.52/36.02	c 35	86820 (40%) CSP clauses are encoded (3217473 clauses, 70845987 bytes)
39.19/39.79	c 39	108525 (50%) CSP clauses are encoded (3991881 clauses, 88477886 bytes)
42.94/43.57	c 43	130230 (60%) CSP clauses are encoded (4766192 clauses, 106116361 bytes)
46.69/47.40	c 47	151935 (70%) CSP clauses are encoded (5550051 clauses, 123992393 bytes)
50.54/51.21	c 51	173640 (80%) CSP clauses are encoded (6324974 clauses, 141680775 bytes)
54.31/55.01	c 54	195345 (90%) CSP clauses are encoded (7099539 clauses, 159397285 bytes)
58.04/58.83	c 58	217049 (100%) CSP clauses are encoded (7877860 clauses, 177412119 bytes)
58.04/58.83	c 58	217049 CSP clauses encoded
58.04/58.83	c 58	Writing map file : HOME/temp.map
58.04/58.89	c 58	Heap : 84 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
58.04/58.90	c 58	SAT : 216576 SAT variables, 7877860 SAT clauses, 177412119 bytes
58.04/58.90	c 58	Heap : 84 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
58.14/58.97	c 58	SOLVING HOME/temp.cnf
58.14/58.97	c 58	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
58.14/58.98	c 58	This is MiniSat 2.0 beta
58.14/58.98	c 58	WARNING: for repeatability, setting FPU to use double precision
58.14/58.98	c 58	============================[ Problem Statistics ]=============================
58.14/58.98	c 58	|                                                                             |
58.14/58.98	c 58	|  Number of variables:  216576                                               |
58.14/58.98	c 58	|  Number of clauses:    7877860                                              |
62.43/63.30	c 63	|  Parsing time:         3.75         s                                       |
62.63/63.52	c 63	============================[ Search Statistics ]==============================
62.63/63.52	c 63	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
62.63/63.52	c 63	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
62.63/63.52	c 63	===============================================================================
62.63/63.52	c 63	|         0 |  216576  7877860 23143412 |  2625953        0    nan |  0.000 % |
63.23/64.16	c 64	|       100 |  216576  7877860 23143412 |  2888548      100      5 |  0.000 % |
63.63/64.55	c 64	|       251 |  216576  7877860 23143412 |  3177403      251      6 |  0.000 % |
64.12/65.07	c 65	|       476 |  216576  7877860 23143412 |  3495143      476      5 |  0.000 % |
64.91/65.86	c 65	|       813 |  216576  7877860 23143412 |  3844658      813      6 |  0.000 % |
65.60/66.54	c 66	|      1319 |  216576  7877860 23143412 |  4229124     1319      6 |  0.000 % |
66.30/67.21	c 67	|      2078 |  216576  7877860 23143412 |  4652036     2078      6 |  0.000 % |
67.69/68.65	c 68	|      3218 |  216576  7877860 23143412 |  5117240     3218      7 |  0.000 % |
69.96/70.97	c 70	|      4927 |  216576  7877860 23143412 |  5628964     4927      7 |  0.000 % |
74.03/75.04	c 74	|      7489 |  216576  7877860 23143412 |  6191860     7489      7 |  0.000 % |
79.08/80.18	c 80	|     11333 |  216576  7877860 23143412 |  6811046    11333      7 |  0.000 % |
82.84/83.93	c 83	|     17101 |  216576  7877860 23143412 |  7492151    17101      7 |  0.000 % |
93.14/94.33	c 94	|     25750 |  216576  7877860 23143412 |  8241366    25750      7 |  0.000 % |
98.69/100.00	c 99	|     38725 |  216576  7877860 23143412 |  9065503    38725      9 |  0.000 % |
109.28/110.68	c 110	|     58187 |  216576  7877860 23143412 |  9972053    58187     10 |  0.000 % |
121.07/122.55	c 122	|     87382 |  216576  7877860 23143412 | 10969258    87382     10 |  0.000 % |
130.78/132.37	c 132	|    131172 |  216576  7877860 23143412 | 12066184   131172     11 |  0.000 % |
145.55/147.25	c 147	|    196856 |  216576  7877860 23143412 | 13272803   196856     11 |  0.000 % |
179.62/181.60	c 181	|    295382 |  216576  7877860 23143412 | 14600083   295382     12 |  0.000 % |
216.87/219.29	c 219	|    443171 |  216576  7877860 23143412 | 16060091   443171     13 |  0.000 % |
325.49/328.37	c 328	|    664854 |  216576  7877860 23143412 | 17666100   664854     13 |  0.000 % |
479.02/481.96	c 481	|    997379 |  216576  7877860 23143412 | 19432711   997379     14 |  0.000 % |
804.37/807.46	c 807	|   1496170 |  216576  7877860 23143412 | 21375982  1496170     16 |  0.000 % |
1274.75/1278.10	c 1278	|   2244353 |  216576  7877860 23143412 | 23513580  2244353     17 |  0.000 % |
1800.02/1803.51	c ERROR INTERRUPTED
1800.02/1803.61	s UNKNOWN
1800.02/1803.61	c 1803	CPU 56.68 (0.03 0.01 56.65 1.48)
1800.02/1803.61	c 1803	END Sat Jul  5 03:22:47 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1081801-1215219163/watcher-1081801-1215219163 -o /tmp/evaluation-result-1081801-1215219163/solver-1081801-1215219163 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1081801-1215219163.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.97 1.99 1.99 4/72 15901
/proc/meminfo: memFree=1657264/2055920 swapFree=4174728/4192956
[pid=15901] ppid=15899 vsize=12268 CPUtime=0
/proc/15901/stat : 15901 (sugar) R 15899 15901 15131 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1006318876 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 266152325568 0 0 4224 0 0 0 0 17 1 0 0
/proc/15901/statm: 3067 316 241 3 0 167 0

[startup+0.065049 s]
/proc/loadavg: 1.97 1.99 1.99 4/72 15901
/proc/meminfo: memFree=1657264/2055920 swapFree=4174728/4192956
[pid=15901] ppid=15899 vsize=13600 CPUtime=0.04
/proc/15901/stat : 15901 (sugar) S 15899 15901 15131 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1006318876 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15901/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101038 s]
/proc/loadavg: 1.97 1.99 1.99 4/72 15901
/proc/meminfo: memFree=1657264/2055920 swapFree=4174728/4192956
[pid=15901] ppid=15899 vsize=13600 CPUtime=0.04
/proc/15901/stat : 15901 (sugar) S 15899 15901 15131 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1006318876 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15901/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301072 s]
/proc/loadavg: 1.97 1.99 1.99 4/72 15901
/proc/meminfo: memFree=1657264/2055920 swapFree=4174728/4192956
[pid=15901] ppid=15899 vsize=13600 CPUtime=0.04
/proc/15901/stat : 15901 (sugar) S 15899 15901 15131 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1006318876 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15901/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701159 s]
/proc/loadavg: 1.97 1.99 1.99 4/72 15901
/proc/meminfo: memFree=1657264/2055920 swapFree=4174728/4192956
[pid=15901] ppid=15899 vsize=13600 CPUtime=0.04
/proc/15901/stat : 15901 (sugar) S 15899 15901 15131 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1006318876 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15901/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50231 s]
/proc/loadavg: 1.97 1.99 1.99 3/83 15913
/proc/meminfo: memFree=1628568/2055920 swapFree=4174728/4192956
[pid=15901] ppid=15899 vsize=13600 CPUtime=0.04
/proc/15901/stat : 15901 (sugar) S 15899 15901 15131 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1006318876 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15901/statm: 3400 796 370 3 0 500 0
[pid=15904] ppid=15901 vsize=5356 CPUtime=0
/proc/15904/stat : 15904 (sh) S 15901 15901 15131 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1006318881 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15904/statm: 1339 233 193 169 0 50 0
[pid=15905] ppid=15904 vsize=865700 CPUtime=1.43
/proc/15905/stat : 15905 (java) S 15904 15901 15131 0 -1 0 16171 0 1 0 134 9 0 0 18 0 9 0 1006318881 886476800 13722 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15905/statm: 216425 13722 2529 9 0 211007 0
[pid=15905/tid=15906] ppid=15904 vsize=865700 CPUtime=0.85
/proc/15905/task/15906/stat : 15906 (java) R 15904 15901 15131 0 -1 64 3050 0 1 0 82 3 0 0 24 0 9 0 1006318882 886476800 13722 996147200 134512640 134550740 4294956000 18446744073709551615 4125975782 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15905/tid=15907] ppid=15904 vsize=865700 CPUtime=0.46
/proc/15905/task/15907/stat : 15907 (java) S 15904 15901 15131 0 -1 64 11929 0 0 0 42 4 0 0 16 0 9 0 1006318884 886476800 13722 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15905/tid=15908] ppid=15904 vsize=865700 CPUtime=0
/proc/15905/task/15908/stat : 15908 (java) S 15904 15901 15131 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1006318884 886476800 13722 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15905/tid=15909] ppid=15904 vsize=865700 CPUtime=0
/proc/15905/task/15909/stat : 15909 (java) S 15904 15901 15131 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1006318884 886476800 13722 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15905/tid=15910] ppid=15904 vsize=865700 CPUtime=0
/proc/15905/task/15910/stat : 15910 (java) S 15904 15901 15131 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1006318886 886476800 13722 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15905/tid=15911] ppid=15904 vsize=865700 CPUtime=0.09
/proc/15905/task/15911/stat : 15911 (java) S 15904 15901 15131 0 -1 64 491 0 0 0 9 0 0 0 16 0 9 0 1006318886 886476800 13722 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15905/tid=15912] ppid=15904 vsize=865700 CPUtime=0
/proc/15905/task/15912/stat : 15912 (java) S 15904 15901 15131 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1006318886 886476800 13722 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15905/tid=15913] ppid=15904 vsize=865700 CPUtime=0
/proc/15905/task/15913/stat : 15913 (java) S 15904 15901 15131 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1006318886 886476800 13722 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 884656

[startup+3.10261 s]
/proc/loadavg: 1.97 1.99 1.99 4/83 15913
/proc/meminfo: memFree=1587608/2055920 swapFree=4174728/4192956
[pid=15901] ppid=15899 vsize=13600 CPUtime=2.95
/proc/15901/stat : 15901 (sugar) S 15899 15901 15131 0 -1 4194304 956 26176 0 1 3 1 276 15 16 0 1 0 1006318876 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15901/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 13600

[startup+6.30222 s]
/proc/loadavg: 2.05 2.00 2.00 3/83 15923
/proc/meminfo: memFree=1622552/2055920 swapFree=4174728/4192956
[pid=15901] ppid=15899 vsize=13600 CPUtime=2.95
/proc/15901/stat : 15901 (sugar) S 15899 15901 15131 0 -1 4194304 974 26176 0 1 3 1 276 15 16 0 1 0 1006318876 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15901/statm: 3400 797 370 3 0 500 0
[pid=15914] ppid=15901 vsize=5356 CPUtime=0
/proc/15914/stat : 15914 (sh) S 15901 15901 15131 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1006319179 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15914/statm: 1339 233 193 169 0 50 0
[pid=15915] ppid=15914 vsize=868408 CPUtime=3.22
/proc/15915/stat : 15915 (java) S 15914 15901 15131 0 -1 0 13024 0 1 0 313 9 0 0 19 0 9 0 1006319180 889249792 11474 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15915/statm: 217102 11474 2541 9 0 211677 0
[pid=15915/tid=15916] ppid=15914 vsize=868408 CPUtime=2.35
/proc/15915/task/15916/stat : 15916 (java) R 15914 15901 15131 0 -1 64 3052 0 1 0 233 2 0 0 25 0 9 0 1006319181 889249792 11474 996147200 134512640 134550740 4294955952 18446744073709551615 4126625241 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15917] ppid=15914 vsize=868408 CPUtime=0.64
/proc/15915/task/15917/stat : 15917 (java) S 15914 15901 15131 0 -1 64 7796 0 0 0 59 5 0 0 16 0 9 0 1006319182 889249792 11474 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15918] ppid=15914 vsize=868408 CPUtime=0
/proc/15915/task/15918/stat : 15918 (java) S 15914 15901 15131 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1006319182 889249792 11474 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15919] ppid=15914 vsize=868408 CPUtime=0
/proc/15915/task/15919/stat : 15919 (java) S 15914 15901 15131 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1006319182 889249792 11474 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15920] ppid=15914 vsize=868408 CPUtime=0
/proc/15915/task/15920/stat : 15920 (java) S 15914 15901 15131 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1006319184 889249792 11474 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15921] ppid=15914 vsize=868408 CPUtime=0.19
/proc/15915/task/15921/stat : 15921 (java) S 15914 15901 15131 0 -1 64 1479 0 0 0 19 0 0 0 16 0 9 0 1006319184 889249792 11474 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15922] ppid=15914 vsize=868408 CPUtime=0
/proc/15915/task/15922/stat : 15922 (java) S 15914 15901 15131 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1006319184 889249792 11474 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15923] ppid=15914 vsize=868408 CPUtime=0
/proc/15915/task/15923/stat : 15923 (java) S 15914 15901 15131 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1006319184 889249792 11474 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887364

[startup+12.7024 s]
/proc/loadavg: 2.05 2.00 2.00 4/83 15923
/proc/meminfo: memFree=1573656/2055920 swapFree=4174728/4192956
[pid=15901] ppid=15899 vsize=13600 CPUtime=2.95
/proc/15901/stat : 15901 (sugar) S 15899 15901 15131 0 -1 4194304 974 26176 0 1 3 1 276 15 16 0 1 0 1006318876 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15901/statm: 3400 797 370 3 0 500 0
[pid=15914] ppid=15901 vsize=5356 CPUtime=0
/proc/15914/stat : 15914 (sh) S 15901 15901 15131 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1006319179 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15914/statm: 1339 233 193 169 0 50 0
[pid=15915] ppid=15914 vsize=868408 CPUtime=9.54
/proc/15915/stat : 15915 (java) S 15914 15901 15131 0 -1 0 32329 0 1 0 937 17 0 0 19 0 9 0 1006319180 889249792 21213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15915/statm: 217102 21213 2541 9 0 211677 0
[pid=15915/tid=15916] ppid=15914 vsize=868408 CPUtime=7.44
/proc/15915/task/15916/stat : 15916 (java) R 15914 15901 15131 0 -1 64 3817 0 1 0 741 3 0 0 25 0 9 0 1006319181 889249792 21213 996147200 134512640 134550740 4294955952 18446744073709551615 4126463836 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15917] ppid=15914 vsize=868408 CPUtime=1.88
/proc/15915/task/15917/stat : 15917 (java) S 15914 15901 15131 0 -1 64 26334 0 0 0 175 13 0 0 16 0 9 0 1006319182 889249792 21213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15918] ppid=15914 vsize=868408 CPUtime=0
/proc/15915/task/15918/stat : 15918 (java) S 15914 15901 15131 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1006319182 889249792 21213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15919] ppid=15914 vsize=868408 CPUtime=0
/proc/15915/task/15919/stat : 15919 (java) S 15914 15901 15131 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1006319182 889249792 21213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15920] ppid=15914 vsize=868408 CPUtime=0
/proc/15915/task/15920/stat : 15920 (java) S 15914 15901 15131 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1006319184 889249792 21213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15921] ppid=15914 vsize=868408 CPUtime=0.2
/proc/15915/task/15921/stat : 15921 (java) S 15914 15901 15131 0 -1 64 1481 0 0 0 20 0 0 0 17 0 9 0 1006319184 889249792 21213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15922] ppid=15914 vsize=868408 CPUtime=0
/proc/15915/task/15922/stat : 15922 (java) S 15914 15901 15131 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1006319184 889249792 21213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15923] ppid=15914 vsize=868408 CPUtime=0
/proc/15915/task/15923/stat : 15923 (java) S 15914 15901 15131 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1006319184 889249792 21213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887364

[startup+25.5019 s]
/proc/loadavg: 2.19 2.04 2.01 3/83 15923
/proc/meminfo: memFree=1505880/2055920 swapFree=4174728/4192956
[pid=15901] ppid=15899 vsize=13600 CPUtime=2.95
/proc/15901/stat : 15901 (sugar) S 15899 15901 15131 0 -1 4194304 974 26176 0 1 3 1 276 15 16 0 1 0 1006318876 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15901/statm: 3400 797 370 3 0 500 0
[pid=15914] ppid=15901 vsize=5356 CPUtime=0
/proc/15914/stat : 15914 (sh) S 15901 15901 15131 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1006319179 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15914/statm: 1339 233 193 169 0 50 0
[pid=15915] ppid=15914 vsize=868520 CPUtime=22.22
/proc/15915/stat : 15915 (java) S 15914 15901 15131 0 -1 0 50060 0 1 0 2182 40 0 0 19 0 9 0 1006319180 889364480 34104 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15915/statm: 217130 34104 2566 9 0 211677 0
[pid=15915/tid=15916] ppid=15914 vsize=868520 CPUtime=18.06
/proc/15915/task/15916/stat : 15916 (java) R 15914 15901 15131 0 -1 64 4725 0 1 0 1790 16 0 0 25 0 9 0 1006319181 889364480 34104 996147200 134512640 134550740 4294955952 18446744073709551615 4127025371 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15917] ppid=15914 vsize=868520 CPUtime=3.84
/proc/15915/task/15917/stat : 15917 (java) S 15914 15901 15131 0 -1 64 43110 0 0 0 363 21 0 0 16 0 9 0 1006319182 889364480 34104 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15918] ppid=15914 vsize=868520 CPUtime=0
/proc/15915/task/15918/stat : 15918 (java) S 15914 15901 15131 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1006319182 889364480 34104 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15919] ppid=15914 vsize=868520 CPUtime=0
/proc/15915/task/15919/stat : 15919 (java) S 15914 15901 15131 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1006319182 889364480 34104 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15920] ppid=15914 vsize=868520 CPUtime=0
/proc/15915/task/15920/stat : 15920 (java) S 15914 15901 15131 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1006319184 889364480 34104 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15921] ppid=15914 vsize=868520 CPUtime=0.29
/proc/15915/task/15921/stat : 15921 (java) S 15914 15901 15131 0 -1 64 1528 0 0 0 28 1 0 0 16 0 9 0 1006319184 889364480 34104 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15922] ppid=15914 vsize=868520 CPUtime=0
/proc/15915/task/15922/stat : 15922 (java) S 15914 15901 15131 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1006319184 889364480 34104 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15923] ppid=15914 vsize=868520 CPUtime=0
/proc/15915/task/15923/stat : 15923 (java) S 15914 15901 15131 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1006319184 889364480 34104 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 887476

[startup+51.1018 s]
/proc/loadavg: 2.12 2.03 2.01 3/83 15923
/proc/meminfo: memFree=1388376/2055920 swapFree=4174728/4192956
[pid=15901] ppid=15899 vsize=13600 CPUtime=2.95
/proc/15901/stat : 15901 (sugar) S 15899 15901 15131 0 -1 4194304 974 26176 0 1 3 1 276 15 16 0 1 0 1006318876 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15901/statm: 3400 797 370 3 0 500 0
[pid=15914] ppid=15901 vsize=5356 CPUtime=0
/proc/15914/stat : 15914 (sh) S 15901 15901 15131 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1006319179 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15914/statm: 1339 233 193 169 0 50 0
[pid=15915] ppid=15914 vsize=868520 CPUtime=47.49
/proc/15915/stat : 15915 (java) S 15914 15901 15131 0 -1 0 50454 0 1 0 4639 110 0 0 19 0 9 0 1006319180 889364480 34104 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=15924] ppid=15901 vsize=5356 CPUtime=0
/proc/15924/stat : 15924 (sh) S 15901 15901 15131 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1006324774 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15924/statm: 1339 232 193 169 0 50 0
[pid=15925] ppid=15924 vsize=632684 CPUtime=1360.82
/proc/15925/stat : 15925 (minisat) R 15924 15901 15131 0 -1 4194304 155525 0 0 0 135960 122 0 0 25 0 1 0 1006324774 647868416 155511 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/15925/statm: 158171 155511 76 150 0 158018 0
Current children cumulated CPU time (s) 1418.99
Current children cumulated vsize (KiB) 651640

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15973
/proc/meminfo: memFree=822728/2055920 swapFree=4174728/4192956
[pid=15901] ppid=15899 vsize=13600 CPUtime=58.17
/proc/15901/stat : 15901 (sugar) S 15899 15901 15131 0 -1 4194304 1033 77066 0 2 3 1 5665 148 16 0 1 0 1006318876 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15901/statm: 3400 799 370 3 0 500 0
[pid=15924] ppid=15901 vsize=5356 CPUtime=0
/proc/15924/stat : 15924 (sh) S 15901 15901 15131 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1006324774 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15924/statm: 1339 232 193 169 0 50 0
[pid=15925] ppid=15924 vsize=639784 CPUtime=1420.79
/proc/15925/stat : 15925 (minisat) R 15924 15901 15131 0 -1 4194304 157317 0 0 0 141955 124 0 0 25 0 1 0 1006324774 655138816 157303 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15925/statm: 159946 157303 76 150 0 159793 0
Current children cumulated CPU time (s) 1478.96
Current children cumulated vsize (KiB) 658740

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15973
/proc/meminfo: memFree=816392/2055920 swapFree=4174728/4192956
[pid=15901] ppid=15899 vsize=13600 CPUtime=58.17
/proc/15901/stat : 15901 (sugar) S 15899 15901 15131 0 -1 4194304 1033 77066 0 2 3 1 5665 148 16 0 1 0 1006318876 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15901/statm: 3400 799 370 3 0 500 0
[pid=15924] ppid=15901 vsize=5356 CPUtime=0
/proc/15924/stat : 15924 (sh) S 15901 15901 15131 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1006324774 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15924/statm: 1339 232 193 169 0 50 0
[pid=15925] ppid=15924 vsize=645992 CPUtime=1480.77
/proc/15925/stat : 15925 (minisat) R 15924 15901 15131 0 -1 4194304 158862 0 0 0 147951 126 0 0 25 0 1 0 1006324774 661495808 158848 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/15925/statm: 161498 158848 76 150 0 161345 0
Current children cumulated CPU time (s) 1538.94
Current children cumulated vsize (KiB) 664948

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15973
/proc/meminfo: memFree=811400/2055920 swapFree=4174728/4192956
[pid=15901] ppid=15899 vsize=13600 CPUtime=58.17
/proc/15901/stat : 15901 (sugar) S 15899 15901 15131 0 -1 4194304 1033 77066 0 2 3 1 5665 148 16 0 1 0 1006318876 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15901/statm: 3400 799 370 3 0 500 0
[pid=15924] ppid=15901 vsize=5356 CPUtime=0
/proc/15924/stat : 15924 (sh) S 15901 15901 15131 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1006324774 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15924/statm: 1339 232 193 169 0 50 0
[pid=15925] ppid=15924 vsize=651072 CPUtime=1540.73
/proc/15925/stat : 15925 (minisat) R 15924 15901 15131 0 -1 4194304 160135 0 0 0 153947 126 0 0 25 0 1 0 1006324774 666697728 160121 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15925/statm: 162768 160121 76 150 0 162615 0
Current children cumulated CPU time (s) 1598.9
Current children cumulated vsize (KiB) 670028

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15973
/proc/meminfo: memFree=806920/2055920 swapFree=4174728/4192956
[pid=15901] ppid=15899 vsize=13600 CPUtime=58.17
/proc/15901/stat : 15901 (sugar) S 15899 15901 15131 0 -1 4194304 1033 77066 0 2 3 1 5665 148 16 0 1 0 1006318876 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15901/statm: 3400 799 370 3 0 500 0
[pid=15924] ppid=15901 vsize=5356 CPUtime=0
/proc/15924/stat : 15924 (sh) S 15901 15901 15131 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1006324774 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15924/statm: 1339 232 193 169 0 50 0
[pid=15925] ppid=15924 vsize=655296 CPUtime=1600.71
/proc/15925/stat : 15925 (minisat) R 15924 15901 15131 0 -1 4194304 161230 0 0 0 159943 128 0 0 25 0 1 0 1006324774 671023104 161216 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15925/statm: 163824 161216 76 150 0 163671 0
Current children cumulated CPU time (s) 1658.88
Current children cumulated vsize (KiB) 674252

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15973
/proc/meminfo: memFree=802632/2055920 swapFree=4174728/4192956
[pid=15901] ppid=15899 vsize=13600 CPUtime=58.17
/proc/15901/stat : 15901 (sugar) S 15899 15901 15131 0 -1 4194304 1033 77066 0 2 3 1 5665 148 16 0 1 0 1006318876 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15901/statm: 3400 799 370 3 0 500 0
[pid=15924] ppid=15901 vsize=5356 CPUtime=0
/proc/15924/stat : 15924 (sh) S 15901 15901 15131 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1006324774 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15924/statm: 1339 232 193 169 0 50 0
[pid=15925] ppid=15924 vsize=659600 CPUtime=1660.68
/proc/15925/stat : 15925 (minisat) R 15924 15901 15131 0 -1 4194304 162299 0 0 0 165939 129 0 0 25 0 1 0 1006324774 675430400 162285 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/15925/statm: 164900 162285 76 150 0 164747 0
Current children cumulated CPU time (s) 1718.85
Current children cumulated vsize (KiB) 678556

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15973
/proc/meminfo: memFree=798408/2055920 swapFree=4174728/4192956
[pid=15901] ppid=15899 vsize=13600 CPUtime=58.17
/proc/15901/stat : 15901 (sugar) S 15899 15901 15131 0 -1 4194304 1033 77066 0 2 3 1 5665 148 16 0 1 0 1006318876 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15901/statm: 3400 799 370 3 0 500 0
[pid=15924] ppid=15901 vsize=5356 CPUtime=0
/proc/15924/stat : 15924 (sh) S 15901 15901 15131 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1006324774 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15924/statm: 1339 232 193 169 0 50 0
[pid=15925] ppid=15924 vsize=663736 CPUtime=1720.65
/proc/15925/stat : 15925 (minisat) R 15924 15901 15131 0 -1 4194304 163338 0 0 0 171935 130 0 0 25 0 1 0 1006324774 679665664 163324 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15925/statm: 165934 163324 76 150 0 165781 0
Current children cumulated CPU time (s) 1778.82
Current children cumulated vsize (KiB) 682692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15973
/proc/meminfo: memFree=796872/2055920 swapFree=4174728/4192956
[pid=15901] ppid=15899 vsize=13600 CPUtime=58.17
/proc/15901/stat : 15901 (sugar) S 15899 15901 15131 0 -1 4194304 1033 77066 0 2 3 1 5665 148 16 0 1 0 1006318876 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15901/statm: 3400 799 370 3 0 500 0
[pid=15924] ppid=15901 vsize=5356 CPUtime=0
/proc/15924/stat : 15924 (sh) S 15901 15901 15131 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1006324774 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15924/statm: 1339 232 193 169 0 50 0
[pid=15925] ppid=15924 vsize=665204 CPUtime=1741.85
/proc/15925/stat : 15925 (minisat) R 15924 15901 15131 0 -1 4194304 163711 0 0 0 174054 131 0 0 25 0 1 0 1006324774 681168896 163697 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15925/statm: 166301 163697 76 150 0 166148 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 684160

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

[startup+1803.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15973
/proc/meminfo: memFree=796872/2055920 swapFree=4174728/4192956
[pid=15901] ppid=15899 vsize=13600 CPUtime=58.17
/proc/15901/stat : 15901 (sugar) S 15899 15901 15131 0 -1 4194304 1033 77066 0 2 3 1 5665 148 16 0 1 0 1006318876 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15901/statm: 3400 799 370 3 0 500 0
[pid=15924] ppid=15901 vsize=5356 CPUtime=0
/proc/15924/stat : 15924 (sh) S 15901 15901 15131 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1006324774 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15924/statm: 1339 232 193 169 0 50 0
[pid=15925] ppid=15924 vsize=665204 CPUtime=1741.85
/proc/15925/stat : 15925 (minisat) R 15924 15901 15131 0 -1 4194304 163711 0 0 0 174054 131 0 0 25 0 1 0 1006324774 681168896 163697 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15925/statm: 166301 163697 76 150 0 166148 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 684160

# WARNING:
# current cumulated CPU time (58.18 s) is less than in the last sample (1800.02 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1741.84 s) to the 'lost time'.

[startup+1803.62 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15973
/proc/meminfo: memFree=796872/2055920 swapFree=4174728/4192956
[pid=15901] ppid=15899 vsize=13600 CPUtime=58.18
/proc/15901/stat : 15901 (sugar) R 15899 15901 15131 0 -1 4194304 1070 77343 0 2 3 2 5665 148 17 0 1 0 1006318876 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 266134590505 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15901/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 58.18
Current children cumulated vsize (KiB) 13600

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

[startup+1803.62 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15973
/proc/meminfo: memFree=796872/2055920 swapFree=4174728/4192956
[pid=15901] ppid=15899 vsize=13600 CPUtime=58.18
/proc/15901/stat : 15901 (sugar) R 15899 15901 15131 0 -1 4194304 1070 77343 0 2 3 2 5665 148 17 0 1 0 1006318876 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 266134590505 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15901/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 58.18
Current children cumulated vsize (KiB) 13600

Child status: 0

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

Real time (s): 1803.69
CPU time (s): 1800.12
CPU user time (s): 1797.24
CPU system time (s): 2.88876
CPU usage (%): 99.8021
Max. virtual memory (cumulated for all children) (KiB): 899616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.6954
system time used= 1.58876
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78444
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= 10960
involuntary context switches= 11967

runsolver used 2.12068 second user time and 6.10607 second system time

The end

Launcher Data (download as text)

Begin job on node35 at 2008-07-05 02:52:43
IDJOB=1081801
IDBENCH=57142
IDSOLVER=346
FILE ID=node35/1081801-1215219163
PBS_JOBID= 7881805
Free space on /tmp= 66468 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2954e4929c1ef5c3af61301ca56f5bd2
RANDOM SEED=1736652471

node35.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.261
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.261
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:       1657808 kB
Buffers:         65144 kB
Cached:         249196 kB
SwapCached:      11992 kB
Active:         181628 kB
Inactive:       149308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1657808 kB
SwapTotal:     4192956 kB
SwapFree:      4174728 kB
Dirty:            8016 kB
Writeback:           0 kB
Mapped:          24356 kB
Slab:            52588 kB
Committed_AS:  1607408 kB
PageTables:       1740 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= 66464 MiB
End job on node35 at 2008-07-05 03:22:49