Trace number 1069530

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.04 1822.16

General information on the benchmark

Namecsp/pseudoGLB/
normalized-pigeon-clauses-65-60.xml
MD5SUM26254908075164ff2a1be5da4737d9f8
Bench CategoryGLOBAL (global constraints)
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 variables3900
Number of constraints124865
Maximum constraint arity60
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(124865)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 10:39:51 2008
0.00/0.05	c 0	PID 6244
0.00/0.05	c 0	HOST node34.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1069530-1215160790.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-1069530-1215160790.xml' 'HOME/temp.csp'
9.26/9.40	c 9	1 domains, 3900 variables, 0 predicates, 0 relations, 124865 constraints
9.26/9.47	c 9	ENCODING HOME/temp.csp TO HOME/temp.cnf
9.26/9.47	c 9	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'
9.31/9.56	c 10	Parsing HOME/temp.csp
9.81/10.06	c 10	parsed 10000 expressions
10.21/10.48	c 10	parsed 20000 expressions
10.70/10.97	c 11	parsed 30000 expressions
11.19/11.49	c 11	parsed 40000 expressions
11.59/11.89	c 12	parsed 50000 expressions
12.28/12.52	c 13	parsed 60000 expressions
12.67/12.92	c 13	parsed 70000 expressions
13.07/13.32	c 13	parsed 80000 expressions
13.47/13.71	c 14	parsed 90000 expressions
14.34/14.69	c 15	parsed 100000 expressions
14.75/15.10	c 15	parsed 110000 expressions
15.14/15.50	c 15	parsed 120000 expressions
15.53/15.88	c 16	parsed 128766 expressions
15.53/15.89	c 16	Heap : 75 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
15.53/15.89	c 16	Converting to clausal form CSP
16.03/16.38	c 16	converted 12877 (10%) expressions
16.42/16.77	c 17	converted 25754 (20%) expressions
16.82/17.15	c 17	converted 38630 (30%) expressions
17.91/18.21	c 18	converted 51507 (40%) expressions
18.40/18.72	c 19	converted 64383 (50%) expressions
18.79/19.10	c 19	converted 77260 (60%) expressions
19.10/19.48	c 19	converted 90137 (70%) expressions
19.49/19.87	c 20	converted 103013 (80%) expressions
19.89/20.25	c 20	converted 115890 (90%) expressions
20.58/20.92	c 21	converted 128766 (100%) expressions
20.58/20.93	c 21	CSP : 7670 integers, 0 booleans, 132405 clauses, largest domain size 31
20.58/20.93	c 21	Heap : 136 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.58/20.93	c 21	Propagation in CSP
20.97/21.36	c 21	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
20.97/21.36	c 21	CSP : 7670 integers, 0 booleans, 132405 clauses, largest domain size 31
20.97/21.36	c 21	Heap : 134 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.07/21.40	c 21	Simplifing CSP by introducing new Boolean variables
21.07/21.45	c 21	CSP : 7670 integers, 0 booleans, 132405 clauses, largest domain size 31
21.07/21.45	c 21	Heap : 143 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.46/21.88	c 22	Encoding CSP to SAT : HOME/temp.cnf
21.56/21.91	c 22	767 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
21.56/21.91	c 22	1534 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
21.56/21.91	c 22	2301 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
21.56/21.92	c 22	3068 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
21.56/21.92	c 22	3835 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
21.56/21.93	c 22	4602 (60%) CSP integer variables are encoded (2866 clauses, 37322 bytes)
21.56/21.93	c 22	5369 (70%) CSP integer variables are encoded (6002 clauses, 80293 bytes)
21.56/21.94	c 22	6136 (80%) CSP integer variables are encoded (9168 clauses, 127783 bytes)
21.56/21.95	c 22	6903 (90%) CSP integer variables are encoded (12304 clauses, 174823 bytes)
21.56/21.95	c 22	7670 (100%) CSP integer variables are encoded (15470 clauses, 222313 bytes)
21.66/22.08	c 22	13241 (10%) CSP clauses are encoded (28711 clauses, 358002 bytes)
21.75/22.15	c 22	26481 (20%) CSP clauses are encoded (41951 clauses, 501238 bytes)
21.85/22.23	c 22	39722 (30%) CSP clauses are encoded (55192 clauses, 645239 bytes)
21.96/22.30	c 22	52962 (40%) CSP clauses are encoded (68432 clauses, 790164 bytes)
21.96/22.38	c 22	66203 (50%) CSP clauses are encoded (81673 clauses, 945901 bytes)
22.05/22.45	c 22	79443 (60%) CSP clauses are encoded (94913 clauses, 1104781 bytes)
22.15/22.53	c 23	92684 (70%) CSP clauses are encoded (108154 clauses, 1263673 bytes)
22.25/22.61	c 23	105924 (80%) CSP clauses are encoded (121394 clauses, 1422553 bytes)
22.25/22.68	c 23	119165 (90%) CSP clauses are encoded (134635 clauses, 1581445 bytes)
22.65/23.05	c 23	132405 (100%) CSP clauses are encoded (291915 clauses, 4511453 bytes)
22.65/23.05	c 23	132405 CSP clauses encoded
22.65/23.05	c 23	Writing map file : HOME/temp.map
22.65/23.10	c 23	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
22.65/23.10	c 23	SAT : 23140 SAT variables, 291915 SAT clauses, 4511453 bytes
22.65/23.10	c 23	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
22.74/23.15	c 23	SOLVING HOME/temp.cnf
22.74/23.15	c 23	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
22.74/23.16	c 23	This is MiniSat 2.0 beta
22.74/23.16	c 23	WARNING: for repeatability, setting FPU to use double precision
22.74/23.16	c 23	============================[ Problem Statistics ]=============================
22.74/23.16	c 23	|                                                                             |
22.74/23.16	c 23	|  Number of variables:  23140                                                |
22.74/23.16	c 23	|  Number of clauses:    291915                                               |
22.78/23.31	c 23	|  Parsing time:         0.12         s                                       |
22.78/23.32	c 23	============================[ Search Statistics ]==============================
22.78/23.32	c 23	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
22.78/23.32	c 23	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
22.78/23.32	c 23	===============================================================================
22.78/23.32	c 23	|         0 |   23140   291915   696930 |    97305        0    nan |  0.000 % |
22.78/23.34	c 23	|       100 |   23140   291915   696930 |   107035      100      3 |  0.000 % |
22.78/23.38	c 23	|       250 |   23140   291915   696930 |   117739      250      3 |  0.000 % |
22.78/23.46	c 23	|       476 |   23140   291915   696930 |   129512      476     27 |  0.000 % |
22.78/23.54	c 24	|       813 |   23140   291915   696930 |   142464      813     29 |  0.000 % |
22.78/23.69	c 24	|      1319 |   23140   291915   696930 |   156710     1319     32 |  0.000 % |
22.78/23.93	c 24	|      2079 |   23140   291915   696930 |   172381     2079     62 |  0.000 % |
23.70/24.17	c 24	|      3220 |   23140   291915   696930 |   189619     3220     61 |  0.000 % |
24.09/24.50	c 24	|      4928 |   23140   291915   696930 |   208581     4928     59 |  0.000 % |
24.50/24.90	c 25	|      7492 |   23140   291915   696930 |   229440     7492     52 |  0.000 % |
25.09/25.56	c 26	|     11338 |   23140   291915   696930 |   252384    11338     52 |  0.000 % |
25.98/26.43	c 26	|     17105 |   23140   291915   696930 |   277622    17105     46 |  0.000 % |
27.76/28.26	c 28	|     25754 |   23140   291915   696930 |   305384    25754     45 |  0.000 % |
30.34/30.88	c 31	|     38728 |   23140   291915   696930 |   335923    38728     48 |  0.000 % |
37.06/37.69	c 38	|     58190 |   23140   291915   696930 |   369515    58190     53 |  0.000 % |
51.73/52.46	c 52	|     87384 |   23140   291915   696930 |   406467    87384     60 |  0.000 % |
84.20/85.28	c 85	|    131173 |   23140   291915   696930 |   447113   131173     69 |  0.000 % |
170.37/172.25	c 172	|    196857 |   23140   291915   696930 |   491825   196857     79 |  0.000 % |
352.99/356.64	c 357	|    295385 |   23140   291915   696930 |   541007   295385    106 |  0.000 % |
666.94/675.27	c 675	|    443175 |   23140   291915   696930 |   595108   443175    101 |  0.000 % |
1004.76/1019.72	c 1020	|    664859 |   23140   291915   696930 |   654619    68515    114 |  0.000 % |
1751.66/1773.79	c 1774	|    997387 |   23140   291915   696930 |   720081   401043    139 |  0.000 % |
1800.04/1822.11	c ERROR INTERRUPTED
1800.04/1822.15	s UNKNOWN
1800.04/1822.15	c 1822	CPU 21.89 (0.03 0.01 21.86 0.88)
1800.04/1822.15	c 1822	END Fri Jul  4 11:10:13 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-1069530-1215160790/watcher-1069530-1215160790 -o /tmp/evaluation-result-1069530-1215160790/solver-1069530-1215160790 -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-1069530-1215160790.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.93 2.00 1.99 4/84 6244
/proc/meminfo: memFree=1487728/2055920 swapFree=4179828/4192956
[pid=6244] ppid=6242 vsize=18572 CPUtime=0
/proc/6244/stat : 6244 (runsolver) R 6242 6244 5835 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1995052583 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 254195330343 0 0 4096 24578 0 0 0 17 1 0 0
/proc/6244/statm: 4643 292 257 25 0 2626 0

[startup+0.0929011 s]
/proc/loadavg: 1.93 2.00 1.99 4/84 6244
/proc/meminfo: memFree=1487728/2055920 swapFree=4179828/4192956
[pid=6244] ppid=6242 vsize=13600 CPUtime=0.04
/proc/6244/stat : 6244 (sugar) S 6242 6244 5835 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1995052583 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6244/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102567 s]
/proc/loadavg: 1.93 2.00 1.99 4/84 6244
/proc/meminfo: memFree=1487728/2055920 swapFree=4179828/4192956
[pid=6244] ppid=6242 vsize=13600 CPUtime=0.04
/proc/6244/stat : 6244 (sugar) S 6242 6244 5835 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1995052583 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6244/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302601 s]
/proc/loadavg: 1.93 2.00 1.99 4/84 6244
/proc/meminfo: memFree=1487728/2055920 swapFree=4179828/4192956
[pid=6244] ppid=6242 vsize=13600 CPUtime=0.04
/proc/6244/stat : 6244 (sugar) S 6242 6244 5835 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1995052583 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6244/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702671 s]
/proc/loadavg: 1.93 2.00 1.99 4/84 6244
/proc/meminfo: memFree=1487728/2055920 swapFree=4179828/4192956
[pid=6244] ppid=6242 vsize=13600 CPUtime=0.04
/proc/6244/stat : 6244 (sugar) S 6242 6244 5835 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1995052583 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6244/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50179 s]
/proc/loadavg: 1.93 2.00 1.99 4/95 6256
/proc/meminfo: memFree=1451800/2055920 swapFree=4179828/4192956
[pid=6244] ppid=6242 vsize=13600 CPUtime=0.04
/proc/6244/stat : 6244 (sugar) S 6242 6244 5835 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1995052583 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6244/statm: 3400 796 370 3 0 500 0
[pid=6247] ppid=6244 vsize=5356 CPUtime=0
/proc/6247/stat : 6247 (sh) S 6244 6244 5835 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995052588 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6247/statm: 1339 233 193 169 0 50 0
[pid=6248] ppid=6247 vsize=866664 CPUtime=1.42
/proc/6248/stat : 6248 (java) S 6247 6244 5835 0 -1 0 17991 0 1 0 132 10 0 0 18 0 9 0 1995052589 887463936 15575 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6248/statm: 216666 15575 2529 9 0 211248 0
[pid=6248/tid=6249] ppid=6247 vsize=866664 CPUtime=0.71
/proc/6248/task/6249/stat : 6249 (java) R 6247 6244 5835 0 -1 64 3021 0 1 0 69 2 0 0 25 0 9 0 1995052590 887463936 15575 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6248/tid=6250] ppid=6247 vsize=866664 CPUtime=0.59
/proc/6248/task/6250/stat : 6250 (java) R 6247 6244 5835 0 -1 64 13780 0 0 0 52 7 0 0 16 0 9 0 1995052591 887463936 15575 996147200 134512640 134550740 4294956000 18446744073709551615 104181349 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6248/tid=6251] ppid=6247 vsize=866664 CPUtime=0
/proc/6248/task/6251/stat : 6251 (java) S 6247 6244 5835 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1995052591 887463936 15575 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6248/tid=6252] ppid=6247 vsize=866664 CPUtime=0
/proc/6248/task/6252/stat : 6252 (java) S 6247 6244 5835 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1995052591 887463936 15575 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6248/tid=6253] ppid=6247 vsize=866664 CPUtime=0
/proc/6248/task/6253/stat : 6253 (java) S 6247 6244 5835 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995052593 887463936 15575 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6248/tid=6254] ppid=6247 vsize=866664 CPUtime=0.09
/proc/6248/task/6254/stat : 6254 (java) S 6247 6244 5835 0 -1 64 489 0 0 0 9 0 0 0 16 0 9 0 1995052593 887463936 15575 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6248/tid=6255] ppid=6247 vsize=866664 CPUtime=0
/proc/6248/task/6255/stat : 6255 (java) S 6247 6244 5835 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995052593 887463936 15575 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6248/tid=6256] ppid=6247 vsize=866664 CPUtime=0
/proc/6248/task/6256/stat : 6256 (java) S 6247 6244 5835 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995052593 887463936 15575 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 885620

[startup+3.10204 s]
/proc/loadavg: 1.93 2.00 1.99 3/95 6256
/proc/meminfo: memFree=1410072/2055920 swapFree=4179828/4192956
[pid=6244] ppid=6242 vsize=13600 CPUtime=0.04
/proc/6244/stat : 6244 (sugar) S 6242 6244 5835 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1995052583 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6244/statm: 3400 796 370 3 0 500 0
[pid=6247] ppid=6244 vsize=5356 CPUtime=0
/proc/6247/stat : 6247 (sh) S 6244 6244 5835 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995052588 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6247/statm: 1339 233 193 169 0 50 0
[pid=6248] ppid=6247 vsize=864664 CPUtime=2.99
/proc/6248/stat : 6248 (java) S 6247 6244 5835 0 -1 0 35711 0 1 0 278 21 0 0 18 0 9 0 1995052589 885415936 30818 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6248/statm: 216166 30818 2529 9 0 210748 0
[pid=6248/tid=6249] ppid=6247 vsize=864664 CPUtime=1.61
/proc/6248/task/6249/stat : 6249 (java) R 6247 6244 5835 0 -1 64 3831 0 1 0 156 5 0 0 25 0 9 0 1995052590 885415936 30818 996147200 134512640 134550740 4294956000 18446744073709551615 4126431675 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6248/tid=6250] ppid=6247 vsize=864664 CPUtime=1.26
/proc/6248/task/6250/stat : 6250 (java) S 6247 6244 5835 0 -1 64 30689 0 0 0 111 15 0 0 16 0 9 0 1995052591 885415936 30818 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6248/tid=6251] ppid=6247 vsize=864664 CPUtime=0
/proc/6248/task/6251/stat : 6251 (java) S 6247 6244 5835 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1995052591 885415936 30818 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6248/tid=6252] ppid=6247 vsize=864664 CPUtime=0
/proc/6248/task/6252/stat : 6252 (java) S 6247 6244 5835 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1995052591 885415936 30818 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6248/tid=6253] ppid=6247 vsize=864664 CPUtime=0
/proc/6248/task/6253/stat : 6253 (java) S 6247 6244 5835 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995052593 885415936 30818 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6248/tid=6254] ppid=6247 vsize=864664 CPUtime=0.1
/proc/6248/task/6254/stat : 6254 (java) S 6247 6244 5835 0 -1 64 490 0 0 0 10 0 0 0 16 0 9 0 1995052593 885415936 30818 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6248/tid=6255] ppid=6247 vsize=864664 CPUtime=0
/proc/6248/task/6255/stat : 6255 (java) S 6247 6244 5835 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995052593 885415936 30818 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6248/tid=6256] ppid=6247 vsize=864664 CPUtime=0
/proc/6248/task/6256/stat : 6256 (java) S 6247 6244 5835 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995052593 885415936 30818 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 883620

[startup+6.30153 s]
/proc/loadavg: 2.01 2.02 2.00 3/95 6256
/proc/meminfo: memFree=1276312/2055920 swapFree=4179828/4192956
[pid=6244] ppid=6242 vsize=13600 CPUtime=0.04
/proc/6244/stat : 6244 (sugar) S 6242 6244 5835 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1995052583 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6244/statm: 3400 796 370 3 0 500 0
[pid=6247] ppid=6244 vsize=5356 CPUtime=0
/proc/6247/stat : 6247 (sh) S 6244 6244 5835 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995052588 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6247/statm: 1339 233 193 169 0 50 0
[pid=6248] ppid=6247 vsize=864664 CPUtime=6.15
/proc/6248/stat : 6248 (java) S 6247 6244 5835 0 -1 0 64343 0 1 0 578 37 0 0 18 0 9 0 1995052589 885415936 55455 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6248/statm: 216166 55455 2529 9 0 210748 0
[pid=6248/tid=6249] ppid=6247 vsize=864664 CPUtime=3.31
/proc/6248/task/6249/stat : 6249 (java) R 6247 6244 5835 0 -1 64 4868 0 1 0 325 6 0 0 25 0 9 0 1995052590 885415936 55455 996147200 134512640 134550740 4294956000 18446744073709551615 4126731320 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6248/tid=6250] ppid=6247 vsize=864664 CPUtime=2.61
/proc/6248/task/6250/stat : 6250 (java) S 6247 6244 5835 0 -1 64 58223 0 0 0 232 29 0 0 16 0 9 0 1995052591 885415936 55455 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6248/tid=6251] ppid=6247 vsize=864664 CPUtime=0
/proc/6248/task/6251/stat : 6251 (java) S 6247 6244 5835 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1995052591 885415936 55455 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6248/tid=6252] ppid=6247 vsize=864664 CPUtime=0
/proc/6248/task/6252/stat : 6252 (java) S 6247 6244 5835 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995052591 885415936 55455 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6248/tid=6253] ppid=6247 vsize=864664 CPUtime=0
/proc/6248/task/6253/stat : 6253 (java) S 6247 6244 5835 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995052593 885415936 55455 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6248/tid=6254] ppid=6247 vsize=864664 CPUtime=0.2
/proc/6248/task/6254/stat : 6254 (java) S 6247 6244 5835 0 -1 64 551 0 0 0 20 0 0 0 16 0 9 0 1995052593 885415936 55455 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6248/tid=6255] ppid=6247 vsize=864664 CPUtime=0
/proc/6248/task/6255/stat : 6255 (java) S 6247 6244 5835 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995052593 885415936 55455 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6248/tid=6256] ppid=6247 vsize=864664 CPUtime=0
/proc/6248/task/6256/stat : 6256 (java) S 6247 6244 5835 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995052593 885415936 55455 996147200 134512640 134550740 4294956000 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) 883620

[startup+12.706 s]
/proc/loadavg: 2.01 2.02 2.00 3/95 6266
/proc/meminfo: memFree=1441304/2055920 swapFree=4179828/4192956
[pid=6244] ppid=6242 vsize=13600 CPUtime=9.31
/proc/6244/stat : 6244 (sugar) S 6242 6244 5835 0 -1 4194304 973 64824 0 1 3 1 881 46 15 0 1 0 1995052583 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6244/statm: 3400 797 370 3 0 500 0
[pid=6257] ppid=6244 vsize=5356 CPUtime=0
/proc/6257/stat : 6257 (sh) S 6244 6244 5835 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995053531 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6257/statm: 1339 233 193 169 0 50 0
[pid=6258] ppid=6257 vsize=864084 CPUtime=3.17
/proc/6258/stat : 6258 (java) S 6257 6244 5835 0 -1 0 15362 0 1 0 308 9 0 0 18 0 9 0 1995053531 884822016 13874 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6258/statm: 216021 13874 2532 9 0 210603 0
[pid=6258/tid=6259] ppid=6257 vsize=864084 CPUtime=1.97
/proc/6258/task/6259/stat : 6259 (java) R 6257 6244 5835 0 -1 64 3137 0 1 0 195 2 0 0 25 0 9 0 1995053532 884822016 13874 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6258/tid=6260] ppid=6257 vsize=864084 CPUtime=1.1
/proc/6258/task/6260/stat : 6260 (java) S 6257 6244 5835 0 -1 64 11189 0 0 0 104 6 0 0 15 0 9 0 1995053533 884822016 13874 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6258/tid=6261] ppid=6257 vsize=864084 CPUtime=0
/proc/6258/task/6261/stat : 6261 (java) S 6257 6244 5835 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995053533 884822016 13874 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6258/tid=6262] ppid=6257 vsize=864084 CPUtime=0
/proc/6258/task/6262/stat : 6262 (java) S 6257 6244 5835 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1995053533 884822016 13874 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6258/tid=6263] ppid=6257 vsize=864084 CPUtime=0
/proc/6258/task/6263/stat : 6263 (java) S 6257 6244 5835 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1995053535 884822016 13874 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6258/tid=6264] ppid=6257 vsize=864084 CPUtime=0.07
/proc/6258/task/6264/stat : 6264 (java) S 6257 6244 5835 0 -1 64 339 0 0 0 7 0 0 0 16 0 9 0 1995053535 884822016 13874 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6258/tid=6265] ppid=6257 vsize=864084 CPUtime=0
/proc/6258/task/6265/stat : 6265 (java) S 6257 6244 5835 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995053535 884822016 13874 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6258/tid=6266] ppid=6257 vsize=864084 CPUtime=0
/proc/6258/task/6266/stat : 6266 (java) S 6257 6244 5835 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995053535 884822016 13874 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 883040

[startup+25.5025 s]
/proc/loadavg: 2.08 2.03 2.00 3/87 6268
/proc/meminfo: memFree=1456984/2055920 swapFree=4179828/4192956
[pid=6244] ppid=6242 vsize=13600 CPUtime=22.78
/proc/6244/stat : 6244 (sugar) S 6242 6244 5835 0 -1 4194304 1033 130477 0 2 3 1 2186 88 15 0 1 0 1995052583 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6244/statm: 3400 799 370 3 0 500 0
[pid=6267] ppid=6244 vsize=5356 CPUtime=0
/proc/6267/stat : 6267 (sh) S 6244 6244 5835 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995054899 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6267/statm: 1339 232 193 169 0 50 0
[pid=6268] ppid=6267 vsize=18000 CPUtime=2.31
/proc/6268/stat : 6268 (minisat) R 6267 6244 5835 0 -1 4194304 4324 0 0 0 228 3 0 0 25 0 1 0 1995054899 18432000 4310 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/6268/statm: 4500 4310 76 150 0 4347 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 36956

[startup+51.1025 s]
/proc/loadavg: 2.05 2.03 2.00 3/87 6268
/proc/meminfo: memFree=1436248/2055920 swapFree=4179828/4192956
[pid=6244] ppid=6242 vsize=13600 CPUtime=22.78
/proc/6244/stat : 6244 (sugar) S 6242 6244 5835 0 -1 4194304 1033 130477 0 2 3 1 2186 88 16 0 1 0 1995052583 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

/proc/meminfo: memFree=1476176/2055920 swapFree=4179828/4192956
[pid=6244] ppid=6242 vsize=13600 CPUtime=22.78
/proc/6244/stat : 6244 (sugar) S 6242 6244 5835 0 -1 4194304 1033 130477 0 2 3 1 2186 88 16 0 1 0 1995052583 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6244/statm: 3400 799 370 3 0 500 0
[pid=6267] ppid=6244 vsize=5356 CPUtime=0
/proc/6267/stat : 6267 (sh) S 6244 6244 5835 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995054899 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6267/statm: 1339 232 193 169 0 50 0
[pid=6268] ppid=6267 vsize=290416 CPUtime=1317.92
/proc/6268/stat : 6268 (minisat) R 6267 6244 5835 0 -1 4194304 71948 0 0 0 131705 87 0 0 25 0 1 0 1995054899 297385984 71934 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6268/statm: 72604 71934 76 150 0 72451 0
Current children cumulated CPU time (s) 1340.7
Current children cumulated vsize (KiB) 309372

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6371
/proc/meminfo: memFree=1554040/2055920 swapFree=4179828/4192956
[pid=6244] ppid=6242 vsize=13600 CPUtime=22.78
/proc/6244/stat : 6244 (sugar) S 6242 6244 5835 0 -1 4194304 1033 130477 0 2 3 1 2186 88 16 0 1 0 1995052583 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6244/statm: 3400 799 370 3 0 500 0
[pid=6267] ppid=6244 vsize=5356 CPUtime=0
/proc/6267/stat : 6267 (sh) S 6244 6244 5835 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995054899 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6267/statm: 1339 232 193 169 0 50 0
[pid=6268] ppid=6267 vsize=290416 CPUtime=1377.65
/proc/6268/stat : 6268 (minisat) R 6267 6244 5835 0 -1 4194304 71948 0 0 0 137678 87 0 0 25 0 1 0 1995054899 297385984 71934 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6268/statm: 72604 71934 76 150 0 72451 0
Current children cumulated CPU time (s) 1400.43
Current children cumulated vsize (KiB) 309372

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6371
/proc/meminfo: memFree=1553592/2055920 swapFree=4179828/4192956
[pid=6244] ppid=6242 vsize=13600 CPUtime=22.78
/proc/6244/stat : 6244 (sugar) S 6242 6244 5835 0 -1 4194304 1033 130477 0 2 3 1 2186 88 16 0 1 0 1995052583 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6244/statm: 3400 799 370 3 0 500 0
[pid=6267] ppid=6244 vsize=5356 CPUtime=0
/proc/6267/stat : 6267 (sh) S 6244 6244 5835 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995054899 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6267/statm: 1339 232 193 169 0 50 0
[pid=6268] ppid=6267 vsize=290416 CPUtime=1437.61
/proc/6268/stat : 6268 (minisat) R 6267 6244 5835 0 -1 4194304 71948 0 0 0 143674 87 0 0 25 0 1 0 1995054899 297385984 71934 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6268/statm: 72604 71934 76 150 0 72451 0
Current children cumulated CPU time (s) 1460.39
Current children cumulated vsize (KiB) 309372

[startup+1542.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/75 6371
/proc/meminfo: memFree=1553528/2055920 swapFree=4179828/4192956
[pid=6244] ppid=6242 vsize=13600 CPUtime=22.78
/proc/6244/stat : 6244 (sugar) S 6242 6244 5835 0 -1 4194304 1033 130477 0 2 3 1 2186 88 16 0 1 0 1995052583 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6244/statm: 3400 799 370 3 0 500 0
[pid=6267] ppid=6244 vsize=5356 CPUtime=0
/proc/6267/stat : 6267 (sh) S 6244 6244 5835 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995054899 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6267/statm: 1339 232 193 169 0 50 0
[pid=6268] ppid=6267 vsize=290416 CPUtime=1497.59
/proc/6268/stat : 6268 (minisat) R 6267 6244 5835 0 -1 4194304 71948 0 0 0 149672 87 0 0 25 0 1 0 1995054899 297385984 71934 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6268/statm: 72604 71934 76 150 0 72451 0
Current children cumulated CPU time (s) 1520.37
Current children cumulated vsize (KiB) 309372

[startup+1602.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/75 6371
/proc/meminfo: memFree=1553528/2055920 swapFree=4179828/4192956
[pid=6244] ppid=6242 vsize=13600 CPUtime=22.78
/proc/6244/stat : 6244 (sugar) S 6242 6244 5835 0 -1 4194304 1033 130477 0 2 3 1 2186 88 16 0 1 0 1995052583 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6244/statm: 3400 799 370 3 0 500 0
[pid=6267] ppid=6244 vsize=5356 CPUtime=0
/proc/6267/stat : 6267 (sh) S 6244 6244 5835 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995054899 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6267/statm: 1339 232 193 169 0 50 0
[pid=6268] ppid=6267 vsize=290416 CPUtime=1557.56
/proc/6268/stat : 6268 (minisat) R 6267 6244 5835 0 -1 4194304 71948 0 0 0 155669 87 0 0 25 0 1 0 1995054899 297385984 71934 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6268/statm: 72604 71934 76 150 0 72451 0
Current children cumulated CPU time (s) 1580.34
Current children cumulated vsize (KiB) 309372

[startup+1662.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/75 6371
/proc/meminfo: memFree=1553528/2055920 swapFree=4179828/4192956
[pid=6244] ppid=6242 vsize=13600 CPUtime=22.78
/proc/6244/stat : 6244 (sugar) S 6242 6244 5835 0 -1 4194304 1033 130477 0 2 3 1 2186 88 16 0 1 0 1995052583 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6244/statm: 3400 799 370 3 0 500 0
[pid=6267] ppid=6244 vsize=5356 CPUtime=0
/proc/6267/stat : 6267 (sh) S 6244 6244 5835 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995054899 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6267/statm: 1339 232 193 169 0 50 0
[pid=6268] ppid=6267 vsize=290416 CPUtime=1617.53
/proc/6268/stat : 6268 (minisat) R 6267 6244 5835 0 -1 4194304 71948 0 0 0 161666 87 0 0 25 0 1 0 1995054899 297385984 71934 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6268/statm: 72604 71934 76 150 0 72451 0
Current children cumulated CPU time (s) 1640.31
Current children cumulated vsize (KiB) 309372

[startup+1722.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/75 6371
/proc/meminfo: memFree=1553528/2055920 swapFree=4179828/4192956
[pid=6244] ppid=6242 vsize=13600 CPUtime=22.78
/proc/6244/stat : 6244 (sugar) S 6242 6244 5835 0 -1 4194304 1033 130477 0 2 3 1 2186 88 16 0 1 0 1995052583 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6244/statm: 3400 799 370 3 0 500 0
[pid=6267] ppid=6244 vsize=5356 CPUtime=0
/proc/6267/stat : 6267 (sh) S 6244 6244 5835 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995054899 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6267/statm: 1339 232 193 169 0 50 0
[pid=6268] ppid=6267 vsize=290416 CPUtime=1677.51
/proc/6268/stat : 6268 (minisat) R 6267 6244 5835 0 -1 4194304 71948 0 0 0 167664 87 0 0 25 0 1 0 1995054899 297385984 71934 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6268/statm: 72604 71934 76 150 0 72451 0
Current children cumulated CPU time (s) 1700.29
Current children cumulated vsize (KiB) 309372

[startup+1782.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/75 6371
/proc/meminfo: memFree=1553464/2055920 swapFree=4179828/4192956
[pid=6244] ppid=6242 vsize=13600 CPUtime=22.78
/proc/6244/stat : 6244 (sugar) S 6242 6244 5835 0 -1 4194304 1033 130477 0 2 3 1 2186 88 16 0 1 0 1995052583 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6244/statm: 3400 799 370 3 0 500 0
[pid=6267] ppid=6244 vsize=5356 CPUtime=0
/proc/6267/stat : 6267 (sh) S 6244 6244 5835 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995054899 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6267/statm: 1339 232 193 169 0 50 0
[pid=6268] ppid=6267 vsize=290416 CPUtime=1737.48
/proc/6268/stat : 6268 (minisat) R 6267 6244 5835 0 -1 4194304 71948 0 0 0 173661 87 0 0 25 0 1 0 1995054899 297385984 71934 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/6268/statm: 72604 71934 76 150 0 72451 0
Current children cumulated CPU time (s) 1760.26
Current children cumulated vsize (KiB) 309372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1822.1 s]
/proc/loadavg: 2.24 2.10 2.02 3/75 6371
/proc/meminfo: memFree=1547896/2055920 swapFree=4179828/4192956
[pid=6244] ppid=6242 vsize=13600 CPUtime=22.78
/proc/6244/stat : 6244 (sugar) S 6242 6244 5835 0 -1 4194304 1033 130477 0 2 3 1 2186 88 16 0 1 0 1995052583 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6244/statm: 3400 799 370 3 0 500 0
[pid=6267] ppid=6244 vsize=5356 CPUtime=0
/proc/6267/stat : 6267 (sh) S 6244 6244 5835 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995054899 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6267/statm: 1339 232 193 169 0 50 0
[pid=6268] ppid=6267 vsize=296192 CPUtime=1777.26
/proc/6268/stat : 6268 (minisat) R 6267 6244 5835 0 -1 4194304 73362 0 0 0 177637 89 0 0 25 0 1 0 1995054899 303300608 73348 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6268/statm: 74048 73348 76 150 0 73895 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 315148

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

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

[startup+1822.1 s]
/proc/loadavg: 2.24 2.10 2.02 3/75 6371
/proc/meminfo: memFree=1547896/2055920 swapFree=4179828/4192956
[pid=6244] ppid=6242 vsize=13600 CPUtime=22.78
/proc/6244/stat : 6244 (sugar) S 6242 6244 5835 0 -1 4194304 1033 130477 0 2 3 1 2186 88 16 0 1 0 1995052583 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6244/statm: 3400 799 370 3 0 500 0
[pid=6267] ppid=6244 vsize=5356 CPUtime=0
/proc/6267/stat : 6267 (sh) S 6244 6244 5835 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995054899 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6267/statm: 1339 232 193 169 0 50 0
[pid=6268] ppid=6267 vsize=296192 CPUtime=1777.26
/proc/6268/stat : 6268 (minisat) R 6267 6244 5835 0 -1 4194304 73362 0 0 0 177637 89 0 0 25 0 1 0 1995054899 303300608 73348 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6268/statm: 74048 73348 76 150 0 73895 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 315148

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6244 and gives
#  childrusage.ru_utime.tv_sec=21
#  childrusage.ru_utime.tv_usec=902670
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=904862
# CPU time returned by wait4() is 22.8075
# 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): 1822.16
CPU time (s): 1800.04
CPU user time (s): 1798.26
CPU system time (s): 1.78
CPU usage (%): 98.7862
Max. virtual memory (cumulated for all children) (KiB): 915012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.9027
system time used= 0.904862
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131854
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= 6036
involuntary context switches= 6377

runsolver used 2.28765 second user time and 6.03308 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-04 10:39:51
IDJOB=1069530
IDBENCH=55643
IDSOLVER=346
FILE ID=node34/1069530-1215160790
PBS_JOBID= 7881401
Free space on /tmp= 66484 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-pigeon-clauses-65-60.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-1069530-1215160790/watcher-1069530-1215160790 -o /tmp/evaluation-result-1069530-1215160790/solver-1069530-1215160790 -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-1069530-1215160790.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 26254908075164ff2a1be5da4737d9f8
RANDOM SEED=1089360080

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
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.259
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:       1488208 kB
Buffers:         14332 kB
Cached:         163196 kB
SwapCached:       6752 kB
Active:         466220 kB
Inactive:        45848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1488208 kB
SwapTotal:     4192956 kB
SwapFree:      4179828 kB
Dirty:           22356 kB
Writeback:           0 kB
Mapped:         351992 kB
Slab:            39828 kB
Committed_AS:  3813692 kB
PageTables:       2636 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= 66532 MiB
End job on node34 at 2008-07-04 11:10:15