Trace number 1110824

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? (TO) 3600.19 3624.87

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg14-15_ext.xml
MD5SUMaca7198b8bad2de4793a977967afcafb
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints29
Best CPU time to get the best result obtained on this benchmark3600.05
Satisfiable
(Un)Satisfiability was proved
Number of variables210
Number of constraints29
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension29
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul 12 06:21:55 2008
0.00/0.05	c 0	PID 15319
0.00/0.05	c 0	HOST node15.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1110824-1215836515.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-1110824-1215836515.xml' 'HOME/temp.csp'
0.03/0.61	c 1	1 domains, 210 variables, 0 predicates, 2 relations, 29 constraints
0.03/0.63	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.63	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.58/0.71	c 1	Parsing HOME/temp.csp
0.58/0.98	c 1	parsed 242 expressions
0.58/0.98	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.58/0.98	c 1	MAX CSP: 29 constraints
0.58/0.98	c 1	Converting to clausal form CSP
0.93/1.01	c 1	converted 28 (10%) expressions
0.93/1.01	c 1	converted 55 (20%) expressions
0.93/1.01	c 1	converted 83 (30%) expressions
0.93/1.01	c 1	converted 110 (40%) expressions
0.93/1.01	c 1	converted 137 (50%) expressions
0.93/1.01	c 1	converted 165 (60%) expressions
0.93/1.01	c 1	converted 192 (70%) expressions
1.62/1.79	c 2	converted 220 (80%) expressions
4.79/4.95	c 5	converted 247 (90%) expressions
5.97/6.10	c 6	converted 274 (100%) expressions
5.97/6.10	c 6	CSP : 268 integers, 0 booleans, 86 clauses, largest domain size 44
5.97/6.10	c 6	Heap : 185 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.97/6.10	c 6	Propagation in CSP
5.97/6.10	c 6	25 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.97/6.10	c 6	CSP : 268 integers, 0 booleans, 86 clauses, largest domain size 30
5.97/6.10	c 6	Heap : 185 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.97/6.10	c 6	Simplifing CSP by introducing new Boolean variables
5.97/6.10	c 6	CSP : 268 integers, 0 booleans, 86 clauses, largest domain size 30
5.97/6.10	c 6	Heap : 185 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.06/7.26	c 7	Encoding CSP to SAT : HOME/temp.cnf
7.06/7.28	c 7	27 (10%) CSP integer variables are encoded (648 clauses, 6984 bytes)
7.06/7.29	c 7	54 (20%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
7.06/7.29	c 7	81 (30%) CSP integer variables are encoded (1944 clauses, 23209 bytes)
7.06/7.29	c 7	108 (40%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
7.06/7.29	c 7	134 (50%) CSP integer variables are encoded (3216 clauses, 39745 bytes)
7.06/7.29	c 7	161 (60%) CSP integer variables are encoded (3864 clauses, 48169 bytes)
7.06/7.29	c 7	188 (70%) CSP integer variables are encoded (4512 clauses, 56593 bytes)
7.06/7.29	c 7	215 (80%) CSP integer variables are encoded (5040 clauses, 63457 bytes)
7.06/7.29	c 7	242 (90%) CSP integer variables are encoded (5070 clauses, 63847 bytes)
7.06/7.29	c 7	268 (100%) CSP integer variables are encoded (5245 clauses, 66122 bytes)
869.78/878.39	c 878	9 (10%) CSP clauses are encoded (1344265 clauses, 133266497 bytes)
1592.73/1608.37	c 1608	18 (20%) CSP clauses are encoded (2530363 clauses, 250645288 bytes)
1966.57/1985.83	c 1986	26 (30%) CSP clauses are encoded (3312811 clauses, 336883400 bytes)
2099.64/2120.25	c 2120	35 (40%) CSP clauses are encoded (3606257 clauses, 369223122 bytes)
2099.64/2120.25	c 2120	43 (50%) CSP clauses are encoded (3606333 clauses, 369224352 bytes)
2099.64/2120.25	c 2120	52 (60%) CSP clauses are encoded (3606372 clauses, 369224948 bytes)
2099.64/2120.26	c 2120	61 (70%) CSP clauses are encoded (3606569 clauses, 369228289 bytes)
2099.64/2120.26	c 2120	69 (80%) CSP clauses are encoded (3606879 clauses, 369233303 bytes)
2099.64/2120.26	c 2120	78 (90%) CSP clauses are encoded (3607188 clauses, 369238578 bytes)
2099.64/2120.26	c 2120	86 (100%) CSP clauses are encoded (3607676 clauses, 369247026 bytes)
2099.64/2120.26	c 2120	86 CSP clauses encoded
2099.64/2120.26	c 2120	Writing map file : HOME/temp.map
2099.64/2120.27	c 2120	Heap : 202 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2099.64/2120.27	c 2120	SAT : 5513 SAT variables, 3607676 SAT clauses, 369247026 bytes
2099.64/2120.27	c 2120	Heap : 202 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2099.72/2120.35	c 2120	OBJECTIVE minimize _COST
2099.72/2120.35	c 2120	OBJECTIVE BOUND: 0 <= _COST <= 
2099.72/2120.35	c 2120	SEARCHING: _COST <= 15
2099.72/2120.35	c 2120	SOLVING HOME/temp.cnf
2099.72/2120.35	c 2120	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2099.72/2120.36	c 2120	This is MiniSat 2.0 beta
2099.72/2120.36	c 2120	WARNING: for repeatability, setting FPU to use double precision
2099.72/2120.36	c 2120	============================[ Problem Statistics ]=============================
2099.72/2120.36	c 2120	|                                                                             |
2099.72/2120.36	c 2120	|  Number of variables:  5513                                                 |
2099.72/2120.36	c 2120	|  Number of clauses:    3607677                                              |
2107.13/2127.87	c 2128	|  Parsing time:         6.77         s                                       |
2107.53/2128.29	c 2128	============================[ Search Statistics ]==============================
2107.53/2128.29	c 2128	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2107.53/2128.29	c 2128	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2107.53/2128.29	c 2128	===============================================================================
2107.53/2128.29	c 2128	|         0 |    5443  3607130 68620353 |  1202376        0    nan |  0.000 % |
2107.63/2128.38	c 2128	|       101 |    5443  3607130 68620353 |  1322614      101      6 |  1.270 % |
2107.82/2128.52	c 2128	|       251 |    5443  3607130 68620353 |  1454875      251      6 |  1.270 % |
2107.92/2128.70	c 2129	|       477 |    5443  3607130 68620353 |  1600363      477      7 |  1.270 % |
2108.22/2128.94	c 2129	|       814 |    5443  3607130 68620353 |  1760399      814      7 |  1.270 % |
2109.21/2129.93	c 2130	|      1321 |    5443  3607130 68620353 |  1936439     1321      7 |  1.270 % |
2110.30/2131.07	c 2131	|      2080 |    5443  3607130 68620353 |  2130083     2080      8 |  1.270 % |
2111.19/2131.99	c 2132	|      3220 |    5443  3607130 68620353 |  2343091     3220      8 |  1.270 % |
2113.86/2134.63	c 2135	|      4930 |    5443  3607130 68620353 |  2577401     4930      9 |  1.270 % |
2114.66/2135.42	c 2135	|      7493 |    5443  3607130 68620353 |  2835141     7493     10 |  1.270 % |
2117.04/2137.80	c 2138	|     11337 |    5443  3607130 68620353 |  3118655    11337     10 |  1.270 % |
2120.61/2141.48	c 2141	|     17103 |    5443  3607130 68620353 |  3430520    17103     11 |  1.270 % |
2125.36/2146.21	c 2146	|     25753 |    5443  3607130 68620353 |  3773573    25753     10 |  1.270 % |
2134.27/2155.21	c 2155	|     38728 |    5443  3607130 68620353 |  4150930    38728     11 |  1.270 % |
2144.58/2165.68	c 2166	|     58189 |    5443  3607130 68620353 |  4566023    58189     11 |  1.270 % |
2172.61/2193.95	c 2194	|     87381 |    5443  3607130 68620353 |  5022625    87381     12 |  1.270 % |
2201.83/2223.44	c 2223	|    131172 |    5443  3607130 68620353 |  5524888   131172     12 |  1.270 % |
2248.88/2270.92	c 2271	|    196857 |    5443  3607130 68620353 |  6077377   196857     13 |  1.270 % |
2328.80/2351.60	c 2352	|    295384 |    5443  3607130 68620353 |  6685114   295384     13 |  1.270 % |
2479.74/2503.80	c 2504	|    443174 |    5443  3607130 68620353 |  7353626   443174     14 |  1.270 % |
2851.86/2876.12	c 2876	|    664860 |    5443  3607130 68620353 |  8088988   664860     15 |  1.270 % |
3269.57/3294.07	c 3294	|    997385 |    5443  3607130 68620353 |  8897887   997385     15 |  1.270 % |
3600.03/3624.61	c ERROR INTERRUPTED
3600.03/3624.69	s UNKNOWN
3600.03/3624.69	c 3625	CPU 2096.64 (0.04 0 2096.6 3.16)
3600.03/3624.69	c 3625	END Sat Jul 12 07:22:20 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1110824-1215836515/watcher-1110824-1215836515 -o /tmp/evaluation-result-1110824-1215836515/solver-1110824-1215836515 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1110824-1215836515.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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.91 1.97 1.99 4/81 15319
/proc/meminfo: memFree=1855064/2055920 swapFree=4180544/4192956
[pid=15319] ppid=15317 vsize=12000 CPUtime=0
/proc/15319/stat : 15319 (sugar) R 15317 15319 15282 0 -1 4194304 207 0 0 0 0 0 0 0 23 0 1 0 40354089 12288000 175 996147200 4194304 4206940 548682068592 18446744073709551615 240490395200 0 0 4224 0 0 0 0 17 1 0 0
/proc/15319/statm: 3000 175 136 3 0 100 0

[startup+0.05406 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 15319
/proc/meminfo: memFree=1855064/2055920 swapFree=4180544/4192956
[pid=15319] ppid=15317 vsize=13600 CPUtime=0.03
/proc/15319/stat : 15319 (sugar) S 15317 15319 15282 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 40354089 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15319/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101911 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 15319
/proc/meminfo: memFree=1855064/2055920 swapFree=4180544/4192956
[pid=15319] ppid=15317 vsize=13600 CPUtime=0.03
/proc/15319/stat : 15319 (sugar) S 15317 15319 15282 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 40354089 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15319/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301942 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 15319
/proc/meminfo: memFree=1855064/2055920 swapFree=4180544/4192956
[pid=15319] ppid=15317 vsize=13600 CPUtime=0.03
/proc/15319/stat : 15319 (sugar) S 15317 15319 15282 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 40354089 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15319/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702016 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 15319
/proc/meminfo: memFree=1855064/2055920 swapFree=4180544/4192956
[pid=15319] ppid=15317 vsize=13600 CPUtime=0.58
/proc/15319/stat : 15319 (sugar) S 15317 15319 15282 0 -1 4194304 957 7046 0 1 3 0 51 4 16 0 1 0 40354089 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15319/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 13600

[startup+1.50215 s]
/proc/loadavg: 1.91 1.97 1.99 4/92 15341
/proc/meminfo: memFree=1842688/2055920 swapFree=4180544/4192956
[pid=15319] ppid=15317 vsize=13600 CPUtime=0.58
/proc/15319/stat : 15319 (sugar) S 15317 15319 15282 0 -1 4194304 974 7046 0 1 3 0 51 4 15 0 1 0 40354089 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15319/statm: 3400 797 370 3 0 500 0
[pid=15332] ppid=15319 vsize=5356 CPUtime=0
/proc/15332/stat : 15332 (sh) S 15319 15319 15282 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40354152 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15332/statm: 1339 233 193 169 0 50 0
[pid=15333] ppid=15332 vsize=864140 CPUtime=0.84
/proc/15333/stat : 15333 (java) S 15332 15319 15282 0 -1 0 10029 0 1 0 80 4 0 0 19 0 9 0 40354152 884879360 9162 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15333/statm: 216035 9162 2540 9 0 210610 0
[pid=15333/tid=15334] ppid=15332 vsize=864140 CPUtime=0.4
/proc/15333/task/15334/stat : 15334 (java) R 15332 15319 15282 0 -1 64 2774 0 1 0 39 1 0 0 22 0 9 0 40354153 884879360 9162 996147200 134512640 134550740 4294955936 18446744073709551615 4126551306 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15333/tid=15335] ppid=15332 vsize=864140 CPUtime=0.35
/proc/15333/task/15335/stat : 15335 (java) S 15332 15319 15282 0 -1 64 6227 0 0 0 33 2 0 0 17 0 9 0 40354154 884879360 9162 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15333/tid=15336] ppid=15332 vsize=864140 CPUtime=0
/proc/15333/task/15336/stat : 15336 (java) S 15332 15319 15282 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40354155 884879360 9162 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15333/tid=15337] ppid=15332 vsize=864140 CPUtime=0
/proc/15333/task/15337/stat : 15337 (java) S 15332 15319 15282 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40354155 884879360 9162 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15333/tid=15338] ppid=15332 vsize=864140 CPUtime=0
/proc/15333/task/15338/stat : 15338 (java) S 15332 15319 15282 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40354157 884879360 9162 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15333/tid=15339] ppid=15332 vsize=864140 CPUtime=0.06
/proc/15333/task/15339/stat : 15339 (java) S 15332 15319 15282 0 -1 64 335 0 0 0 6 0 0 0 16 0 9 0 40354157 884879360 9162 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15333/tid=15340] ppid=15332 vsize=864140 CPUtime=0
/proc/15333/task/15340/stat : 15340 (java) S 15332 15319 15282 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40354157 884879360 9162 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15333/tid=15341] ppid=15332 vsize=864140 CPUtime=0
/proc/15333/task/15341/stat : 15341 (java) S 15332 15319 15282 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40354157 884879360 9162 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883096

[startup+3.10142 s]
/proc/loadavg: 1.91 1.97 1.99 4/92 15341
/proc/meminfo: memFree=1808128/2055920 swapFree=4180544/4192956
[pid=15319] ppid=15317 vsize=13600 CPUtime=0.58
/proc/15319/stat : 15319 (sugar) S 15317 15319 15282 0 -1 4194304 974 7046 0 1 3 0 51 4 15 0 1 0 40354089 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15319/statm: 3400 797 370 3 0 500 0
[pid=15332] ppid=15319 vsize=5356 CPUtime=0
/proc/15332/stat : 15332 (sh) S 15319 15319 15282 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40354152 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15332/statm: 1339 233 193 169 0 50 0
[pid=15333] ppid=15332 vsize=864140 CPUtime=2.42
/proc/15333/stat : 15333 (java) S 15332 15319 15282 0 -1 0 21888 0 1 0 232 10 0 0 19 0 9 0 40354152 884879360 20728 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15333/statm: 216035 20728 2540 9 0 210610 0
[pid=15333/tid=15334] ppid=15332 vsize=864140 CPUtime=0.8
/proc/15333/task/15334/stat : 15334 (java) R 15332 15319 15282 0 -1 64 3677 0 1 0 79 1 0 0 21 0 9 0 40354153 884879360 20728 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15333/tid=15335] ppid=15332 vsize=864140 CPUtime=1.52
/proc/15333/task/15335/stat : 15335 (java) R 15332 15319 15282 0 -1 64 17183 0 0 0 145 7 0 0 17 0 9 0 40354154 884879360 20728 996147200 134512640 134550740 4294955936 18446744073709551615 102723259 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15333/tid=15336] ppid=15332 vsize=864140 CPUtime=0
/proc/15333/task/15336/stat : 15336 (java) S 15332 15319 15282 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40354155 884879360 20728 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15333/tid=15337] ppid=15332 vsize=864140 CPUtime=0
/proc/15333/task/15337/stat : 15337 (java) S 15332 15319 15282 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40354155 884879360 20728 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15333/tid=15338] ppid=15332 vsize=864140 CPUtime=0
/proc/15333/task/15338/stat : 15338 (java) S 15332 15319 15282 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40354157 884879360 20728 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15333/tid=15339] ppid=15332 vsize=864140 CPUtime=0.06
/proc/15333/task/15339/stat : 15339 (java) S 15332 15319 15282 0 -1 64 335 0 0 0 6 0 0 0 16 0 9 0 40354157 884879360 20728 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15333/tid=15340] ppid=15332 vsize=864140 CPUtime=0
/proc/15333/task/15340/stat : 15340 (java) S 15332 15319 15282 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40354157 884879360 20728 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15333/tid=15341] ppid=15332 vsize=864140 CPUtime=0
/proc/15333/task/15341/stat : 15341 (java) S 15332 15319 15282 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40354157 884879360 20728 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883096

[startup+6.30296 s]
/proc/loadavg: 1.92 1.97 1.99 4/92 15341
/proc/meminfo: memFree=1692800/2055920 swapFree=4180544/4192956
[pid=15319] ppid=15317 vsize=13600 CPUtime=0.58
/proc/15319/stat : 15319 (sugar) S 15317 15319 15282 0 -1 4194304 974 7046 0 1 3 0 51 4 16 0 1 0 40354089 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15319/statm: 3400 797 370 3 0 500 0
[pid=15332] ppid=15319 vsize=5356 CPUtime=0
/proc/15332/stat : 15332 (sh) S 15319 15319 15282 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40354152 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15332/statm: 1339 233 193 169 0 50 0
[pid=15333] ppid=15332 vsize=869520 CPUtime=5.6
/proc/15333/stat : 15333 (java) S 15332 15319 15282 0 -1 0 53686 0 1 0 534 26 0 0 19 0 9 0 40354152 890388480 51210 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15333/statm: 217380 51210 2540 9 0 211955 0
[pid=15333/tid=15334] ppid=15332 vsize=869520 CPUtime=1.87
/proc/15333/task/15334/stat : 15334 (java) S 15332 15319 15282 0 -1 64 4447 0 1 0 185 2 0 0 16 0 9 0 40354153 890388480 51210 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15333/tid=15335] ppid=15332 vsize=869520 CPUtime=3.63
/proc/15333/task/15335/stat : 15335 (java) R 15332 15319 15282 0 -1 64 48205 0 0 0 340 23 0 0 25 0 9 0 40354154 890388480 51210 996147200 134512640 134550740 4294955936 18446744073709551615 104456944 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15333/tid=15336] ppid=15332 vsize=869520 CPUtime=0
/proc/15333/task/15336/stat : 15336 (java) S 15332 15319 15282 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40354155 890388480 51210 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15333/tid=15337] ppid=15332 vsize=869520 CPUtime=0
/proc/15333/task/15337/stat : 15337 (java) S 15332 15319 15282 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40354155 890388480 51210 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15333/tid=15338] ppid=15332 vsize=869520 CPUtime=0
/proc/15333/task/15338/stat : 15338 (java) S 15332 15319 15282 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40354157 890388480 51210 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15333/tid=15339] ppid=15332 vsize=869520 CPUtime=0.07
/proc/15333/task/15339/stat : 15339 (java) S 15332 15319 15282 0 -1 64 341 0 0 0 7 0 0 0 16 0 9 0 40354157 890388480 51210 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15333/tid=15340] ppid=15332 vsize=869520 CPUtime=0
/proc/15333/task/15340/stat : 15340 (java) S 15332 15319 15282 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40354157 890388480 51210 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15333/tid=15341] ppid=15332 vsize=869520 CPUtime=0
/proc/15333/task/15341/stat : 15341 (java) S 15332 15319 15282 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40354157 890388480 51210 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 888476

[startup+12.701 s]
/proc/loadavg: 1.93 1.97 1.99 3/92 15341
/proc/meminfo: memFree=1647552/2055920 swapFree=4180544/4192956
[pid=15319] ppid=15317 vsize=13600 CPUtime=0.58
/proc/15319/stat : 15319 (sugar) S 15317 15319 15282 0 -1 4194304 974 7046 0 1 3 0 51 4 16 0 1 0 40354089 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15319/statm: 3400 797 370 3 0 500 0
[pid=15332] ppid=15319 vsize=5356 CPUtime=0
/proc/15332/stat : 15332 (sh) S 15319 15319 15282 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40354152 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15332/statm: 1339 233 193 169 0 50 0
[pid=15333] ppid=15332 vsize=864252 CPUtime=11.93
/proc/15333/stat : 15333 (java) S 15332 15319 15282 0 -1 0 64981 0 1 0 1161 32 0 0 19 0 9 0 40354152 884994048 53446 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15333/statm: 216063 53446 2565 9 0 210610 0
[pid=15333/tid=15334] ppid=15332 vsize=864252 CPUtime=6.94
/proc/15333/task/15334/stat : 15334 (java) R 15332 15319 15282 0 -1 64 5711 0 1 0 691 3 0 0 25 0 9 0 40354153 884994048 53446 996147200 134512640 134550740 4294955936 18446744073709551615 4126575287 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15333/tid=15335] ppid=15332 vsize=864252 CPUtime=4.85
/proc/15333/task/15335/stat : 15335 (java) S 15332 15319 15282 0 -1 64 58218 0 0 0 458 27 0 0 16 0 9 0 40354154 884994048 53446 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15333/tid=15336] ppid=15332 vsize=864252 CPUtime=0
/proc/15333/task/15336/stat : 15336 (java) S 15332 15319 15282 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40354155 884994048 53446 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15333/tid=15337] ppid=15332 vsize=864252 CPUtime=0
/proc/15333/task/15337/stat : 15337 (java) S 15332 15319 15282 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40354155 884994048 53446 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15333/tid=15338] ppid=15332 vsize=864252 CPUtime=0
/proc/15333/task/15338/stat : 15338 (java) S 15332 15319 15282 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40354157 884994048 53446 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15333/tid=15339] ppid=15332 vsize=864252 CPUtime=0.1
/proc/15333/task/15339/stat : 15339 (java) S 15332 15319 15282 0 -1 64 359 0 0 0 10 0 0 0 16 0 9 0 40354157 884994048 53446 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15333/tid=15340] ppid=15332 vsize=864252 CPUtime=0
/proc/15333/task/15340/stat : 15340 (java) S 15332 15319 15282 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40354157 884994048 53446 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15333/tid=15341] ppid=15332 vsize=864252 CPUtime=0
/proc/15333/task/15341/stat : 15341 (java) S 15332 15319 15282 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40354157 884994048 53446 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 883208

[startup+25.5022 s]
/proc/loadavg: 1.94 1.97 1.99 3/92 15341
/proc/meminfo: memFree=1644544/2055920 swapFree=4180544/4192956
[pid=15319] ppid=15317 vsize=13600 CPUtime=0.58
/proc/15319/stat : 15319 (sugar) S 15317 15319 15282 0 -1 4194304 974 7046 0 1 3 0 51 4 16 0 1 0 40354089 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15319/statm: 3400 797 370 3 0 500 0
[pid=15332] ppid=15319 vsize=5356 CPUtime=0
/proc/15332/stat : 15332 (sh) S 15319 15319 15282 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40354152 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15332/statm: 1339 233 193 169 0 50 0
[pid=15333] ppid=15332 vsize=864252 CPUtime=24.6
/proc/15333/stat : 15333 (java) S 15332 15319 15282 0 -1 0 65736 0 1 0 2428 32 0 0 19 0 9 0 40354152 884994048 54197 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15333/statm: 216063 54197 2565 9 0 210610 0
[pid=15333/tid=15334] ppid=15332 vsize=864252 CPUtime=19.59
/proc/15333/task/15334/stat : 15334 (java) R 15332 15319 15282 0 -1 64 5715 0 1 0 1955 4 0 0 25 0 9 0 40354153 884994048 54197 996147200 134512640 134550740 4294955936 18446744073709551615 4126095741 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15333/tid=15335] ppid=15332 vsize=864252 CPUtime=4.89
/proc/15333/task/15335/stat : 15335 (java) S 15332 15319 15282 0 -1 64 58969 0 0 0 462 27 0 0 16 0 9 0 40354154 884994048 54197 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15333/tid=15336] ppid=15332 vsize=864252 CPUtime=0
/proc/15333/task/15336/stat : 15336 (java) S 15332 15319 15282 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40354155 884994048 54197 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15333/tid=15337] ppid=15332 vsize=864252 CPUtime=0
/proc/15333/task/15337/stat : 15337 (java) S 15332 15319 15282 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40354155 884994048 54197 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=15342] ppid=15319 vsize=5356 CPUtime=0
/proc/15342/stat : 15342 (sh) S 15319 15319 15282 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40566124 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15342/statm: 1339 232 193 169 0 50 0
[pid=15343] ppid=15342 vsize=550428 CPUtime=1098.11
/proc/15343/stat : 15343 (minisat) R 15342 15319 15282 0 -1 4194304 133464 0 0 0 109705 106 0 0 25 0 1 0 40566125 563638272 133450 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15343/statm: 137607 133450 76 150 0 137454 0
Current children cumulated CPU time (s) 3197.9
Current children cumulated vsize (KiB) 569384

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15560
/proc/meminfo: memFree=939656/2055920 swapFree=4180544/4192956
[pid=15319] ppid=15317 vsize=13600 CPUtime=2099.79
/proc/15319/stat : 15319 (sugar) S 15317 15319 15282 0 -1 4194304 1054 163531 0 2 4 0 209660 315 16 0 1 0 40354089 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15319/statm: 3400 803 374 3 0 500 0
[pid=15342] ppid=15319 vsize=5356 CPUtime=0
/proc/15342/stat : 15342 (sh) S 15319 15319 15282 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40566124 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15342/statm: 1339 232 193 169 0 50 0
[pid=15343] ppid=15342 vsize=555448 CPUtime=1158.09
/proc/15343/stat : 15343 (minisat) R 15342 15319 15282 0 -1 4194304 134729 0 0 0 115702 107 0 0 25 0 1 0 40566125 568778752 134715 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15343/statm: 138862 134715 76 150 0 138709 0
Current children cumulated CPU time (s) 3257.88
Current children cumulated vsize (KiB) 574404

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15560
/proc/meminfo: memFree=933640/2055920 swapFree=4180544/4192956
[pid=15319] ppid=15317 vsize=13600 CPUtime=2099.79
/proc/15319/stat : 15319 (sugar) S 15317 15319 15282 0 -1 4194304 1054 163531 0 2 4 0 209660 315 16 0 1 0 40354089 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15319/statm: 3400 803 374 3 0 500 0
[pid=15342] ppid=15319 vsize=5356 CPUtime=0
/proc/15342/stat : 15342 (sh) S 15319 15319 15282 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40566124 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15342/statm: 1339 232 193 169 0 50 0
[pid=15343] ppid=15342 vsize=561316 CPUtime=1218.05
/proc/15343/stat : 15343 (minisat) R 15342 15319 15282 0 -1 4194304 136195 0 0 0 121697 108 0 0 25 0 1 0 40566125 574787584 136181 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15343/statm: 140329 136181 76 150 0 140176 0
Current children cumulated CPU time (s) 3317.84
Current children cumulated vsize (KiB) 580272

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15562
/proc/meminfo: memFree=929352/2055920 swapFree=4180544/4192956
[pid=15319] ppid=15317 vsize=13600 CPUtime=2099.79
/proc/15319/stat : 15319 (sugar) S 15317 15319 15282 0 -1 4194304 1054 163531 0 2 4 0 209660 315 16 0 1 0 40354089 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15319/statm: 3400 803 374 3 0 500 0
[pid=15342] ppid=15319 vsize=5356 CPUtime=0
/proc/15342/stat : 15342 (sh) S 15319 15319 15282 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40566124 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15342/statm: 1339 232 193 169 0 50 0
[pid=15343] ppid=15342 vsize=567472 CPUtime=1278.04
/proc/15343/stat : 15343 (minisat) R 15342 15319 15282 0 -1 4194304 137203 0 0 0 127694 110 0 0 25 0 1 0 40566125 581091328 137189 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15343/statm: 141868 137189 76 150 0 141715 0
Current children cumulated CPU time (s) 3377.83
Current children cumulated vsize (KiB) 586428

[startup+3462.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 15562
/proc/meminfo: memFree=925512/2055920 swapFree=4180544/4192956
[pid=15319] ppid=15317 vsize=13600 CPUtime=2099.79
/proc/15319/stat : 15319 (sugar) S 15317 15319 15282 0 -1 4194304 1054 163531 0 2 4 0 209660 315 16 0 1 0 40354089 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15319/statm: 3400 803 374 3 0 500 0
[pid=15342] ppid=15319 vsize=5356 CPUtime=0
/proc/15342/stat : 15342 (sh) S 15319 15319 15282 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40566124 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15342/statm: 1339 232 193 169 0 50 0
[pid=15343] ppid=15342 vsize=571212 CPUtime=1338
/proc/15343/stat : 15343 (minisat) R 15342 15319 15282 0 -1 4194304 138184 0 0 0 133689 111 0 0 25 0 1 0 40566125 584921088 138170 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15343/statm: 142803 138170 76 150 0 142650 0
Current children cumulated CPU time (s) 3437.79
Current children cumulated vsize (KiB) 590168

[startup+3522.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/84 15562
/proc/meminfo: memFree=921736/2055920 swapFree=4180544/4192956
[pid=15319] ppid=15317 vsize=13600 CPUtime=2099.79
/proc/15319/stat : 15319 (sugar) S 15317 15319 15282 0 -1 4194304 1054 163531 0 2 4 0 209660 315 16 0 1 0 40354089 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15319/statm: 3400 803 374 3 0 500 0
[pid=15342] ppid=15319 vsize=5356 CPUtime=0
/proc/15342/stat : 15342 (sh) S 15319 15319 15282 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40566124 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15342/statm: 1339 232 193 169 0 50 0
[pid=15343] ppid=15342 vsize=574860 CPUtime=1397.97
/proc/15343/stat : 15343 (minisat) R 15342 15319 15282 0 -1 4194304 139101 0 0 0 139685 112 0 0 25 0 1 0 40566125 588656640 139087 996147200 134512640 135127466 4294956256 18446744073709551615 134528050 0 0 4096 3 0 0 0 17 0 0 0
/proc/15343/statm: 143715 139087 76 150 0 143562 0
Current children cumulated CPU time (s) 3497.76
Current children cumulated vsize (KiB) 593816

[startup+3582.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/84 15562
/proc/meminfo: memFree=918536/2055920 swapFree=4180544/4192956
[pid=15319] ppid=15317 vsize=13600 CPUtime=2099.79
/proc/15319/stat : 15319 (sugar) S 15317 15319 15282 0 -1 4194304 1054 163531 0 2 4 0 209660 315 16 0 1 0 40354089 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15319/statm: 3400 803 374 3 0 500 0
[pid=15342] ppid=15319 vsize=5356 CPUtime=0
/proc/15342/stat : 15342 (sh) S 15319 15319 15282 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40566124 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15342/statm: 1339 232 193 169 0 50 0
[pid=15343] ppid=15342 vsize=578036 CPUtime=1457.94
/proc/15343/stat : 15343 (minisat) R 15342 15319 15282 0 -1 4194304 139928 0 0 0 145681 113 0 0 25 0 1 0 40566125 591908864 139914 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15343/statm: 144509 139914 76 150 0 144356 0
Current children cumulated CPU time (s) 3557.73
Current children cumulated vsize (KiB) 596992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3624.6 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 15562
/proc/meminfo: memFree=916104/2055920 swapFree=4180544/4192956
[pid=15319] ppid=15317 vsize=13600 CPUtime=2099.79
/proc/15319/stat : 15319 (sugar) S 15317 15319 15282 0 -1 4194304 1054 163531 0 2 4 0 209660 315 16 0 1 0 40354089 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15319/statm: 3400 803 374 3 0 500 0
[pid=15342] ppid=15319 vsize=5356 CPUtime=0
/proc/15342/stat : 15342 (sh) S 15319 15319 15282 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40566124 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15342/statm: 1339 232 193 169 0 50 0
[pid=15343] ppid=15342 vsize=580340 CPUtime=1500.24
/proc/15343/stat : 15343 (minisat) R 15342 15319 15282 0 -1 4194304 140508 0 0 0 149910 114 0 0 25 0 1 0 40566125 594268160 140494 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/15343/statm: 145085 140494 76 150 0 144932 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 599296

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

[startup+3624.6 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 15562
/proc/meminfo: memFree=916104/2055920 swapFree=4180544/4192956
[pid=15319] ppid=15317 vsize=13600 CPUtime=2099.79
/proc/15319/stat : 15319 (sugar) S 15317 15319 15282 0 -1 4194304 1054 163531 0 2 4 0 209660 315 16 0 1 0 40354089 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15319/statm: 3400 803 374 3 0 500 0
[pid=15342] ppid=15319 vsize=5356 CPUtime=0
/proc/15342/stat : 15342 (sh) S 15319 15319 15282 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40566124 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15342/statm: 1339 232 193 169 0 50 0
[pid=15343] ppid=15342 vsize=580340 CPUtime=1500.24
/proc/15343/stat : 15343 (minisat) R 15342 15319 15282 0 -1 4194304 140508 0 0 0 149910 114 0 0 25 0 1 0 40566125 594268160 140494 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/15343/statm: 145085 140494 76 150 0 144932 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 599296

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

[startup+3624.72 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 15562
/proc/meminfo: memFree=916104/2055920 swapFree=4180544/4192956
[pid=15319] ppid=15317 vsize=13600 CPUtime=2099.83
/proc/15319/stat : 15319 (sugar) R 15317 15319 15282 0 -1 4194304 1093 163808 0 2 4 3 209660 316 17 0 1 0 40354089 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 240472790057 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15319/statm: 3400 804 375 3 0 500 0
Current children cumulated CPU time (s) 2099.83
Current children cumulated vsize (KiB) 13600

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

[startup+3624.8 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 15562
/proc/meminfo: memFree=916104/2055920 swapFree=4180544/4192956
[pid=15319] ppid=15317 vsize=13600 CPUtime=2099.91
/proc/15319/stat : 15319 (sugar) R 15317 15319 15282 0 -1 4194304 1093 163808 0 2 4 11 209660 316 17 0 1 0 40354089 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 240472790057 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15319/statm: 3400 804 375 3 0 500 0
Current children cumulated CPU time (s) 2099.91
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): 1500.2
#  lost CPU user time (s): 1499.1
#  lost CPU system time (s): 1.1

Real time (s): 3624.87
CPU time (s): 3600.19
CPU user time (s): 3595.75
CPU system time (s): 4.44449
CPU usage (%): 99.3193
Max. virtual memory (cumulated for all children) (KiB): 904700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2096.65
system time used= 3.34449
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164931
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= 53755
involuntary context switches= 104965

runsolver used 4.13737 second user time and 12.0832 second system time

The end

Launcher Data (download as text)

Begin job on node15 at 2008-07-12 06:21:55
IDJOB=1110824
IDBENCH=61157
IDSOLVER=368
FILE ID=node15/1110824-1215836515
PBS_JOBID= 7903397
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg14-15_ext.xml
COMMAND LINE= DIR/sugar -max -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-1110824-1215836515/watcher-1110824-1215836515 -o /tmp/evaluation-result-1110824-1215836515/solver-1110824-1215836515 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1110824-1215836515.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= aca7198b8bad2de4793a977967afcafb
RANDOM SEED=1151284683

node15.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.279
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.279
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:       1855544 kB
Buffers:         33516 kB
Cached:          84380 kB
SwapCached:       6204 kB
Active:          95488 kB
Inactive:        62712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1855544 kB
SwapTotal:     4192956 kB
SwapFree:      4180544 kB
Dirty:            1772 kB
Writeback:           0 kB
Mapped:          56372 kB
Slab:            27312 kB
Committed_AS:   201772 kB
PageTables:       2000 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= 66492 MiB
End job on node15 at 2008-07-12 07:22:22