Trace number 1110816

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.1 3614.69

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg13-17_ext.xml
MD5SUM9bb2e152e67c1e9d0e114d3aaec20495
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints30
Best CPU time to get the best result obtained on this benchmark3600.08
Satisfiable
(Un)Satisfiability was proved
Number of variables221
Number of constraints30
Maximum constraint arity17
Maximum domain size26
Number of constraints which are defined in extension30
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:09:21 2008
0.00/0.05	c 0	PID 16464
0.00/0.05	c 0	HOST node18.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1110816-1215835760.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-1110816-1215835760.xml' 'HOME/temp.csp'
0.04/0.63	c 0	1 domains, 221 variables, 0 predicates, 2 relations, 30 constraints
0.04/0.68	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.68	c 0	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.60/0.76	c 0	Parsing HOME/temp.csp
0.89/1.08	c 1	parsed 254 expressions
0.89/1.08	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.89/1.08	c 1	MAX CSP: 30 constraints
0.89/1.08	c 1	Converting to clausal form CSP
0.89/1.10	c 1	converted 29 (10%) expressions
0.89/1.10	c 1	converted 58 (20%) expressions
0.89/1.10	c 1	converted 87 (30%) expressions
0.89/1.10	c 1	converted 115 (40%) expressions
0.99/1.10	c 1	converted 144 (50%) expressions
0.99/1.10	c 1	converted 173 (60%) expressions
0.99/1.11	c 1	converted 201 (70%) expressions
1.89/2.02	c 1	converted 230 (80%) expressions
5.95/6.20	c 6	converted 259 (90%) expressions
7.92/8.13	c 8	converted 287 (100%) expressions
7.92/8.13	c 8	CSP : 281 integers, 0 booleans, 89 clauses, largest domain size 46
7.92/8.13	c 8	Heap : 187 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.92/8.13	c 8	Propagation in CSP
7.92/8.14	c 8	26 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.92/8.14	c 8	CSP : 281 integers, 0 booleans, 89 clauses, largest domain size 31
7.92/8.14	c 8	Heap : 187 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.92/8.14	c 8	Simplifing CSP by introducing new Boolean variables
7.92/8.14	c 8	CSP : 281 integers, 0 booleans, 89 clauses, largest domain size 31
7.92/8.14	c 8	Heap : 187 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.91/9.14	c 9	Encoding CSP to SAT : HOME/temp.cnf
8.91/9.16	c 9	29 (10%) CSP integer variables are encoded (696 clauses, 7512 bytes)
8.91/9.18	c 9	57 (20%) CSP integer variables are encoded (1368 clauses, 15721 bytes)
8.91/9.18	c 9	85 (30%) CSP integer variables are encoded (2040 clauses, 24457 bytes)
8.91/9.18	c 9	113 (40%) CSP integer variables are encoded (2712 clauses, 33193 bytes)
8.91/9.18	c 9	141 (50%) CSP integer variables are encoded (3384 clauses, 41929 bytes)
8.91/9.19	c 9	169 (60%) CSP integer variables are encoded (4056 clauses, 50665 bytes)
8.91/9.19	c 9	197 (70%) CSP integer variables are encoded (4728 clauses, 59401 bytes)
8.91/9.19	c 9	225 (80%) CSP integer variables are encoded (5304 clauses, 66889 bytes)
8.91/9.19	c 9	253 (90%) CSP integer variables are encoded (5334 clauses, 67279 bytes)
8.91/9.19	c 9	281 (100%) CSP integer variables are encoded (5517 clauses, 69658 bytes)
1612.52/1624.78	c 1624	9 (10%) CSP clauses are encoded (1831815 clauses, 175054775 bytes)
3048.17/3061.02	c 3060	18 (20%) CSP clauses are encoded (3490765 clauses, 337398216 bytes)
3104.74/3117.65	c 3117	27 (30%) CSP clauses are encoded (3810931 clauses, 374019826 bytes)
3125.62/3138.58	c 3138	36 (40%) CSP clauses are encoded (3917681 clauses, 386593931 bytes)
3125.62/3138.58	c 3138	45 (50%) CSP clauses are encoded (3917760 clauses, 386595206 bytes)
3125.62/3138.58	c 3138	54 (60%) CSP clauses are encoded (3917911 clauses, 386597565 bytes)
3125.62/3138.59	c 3138	63 (70%) CSP clauses are encoded (3918870 clauses, 386614200 bytes)
3125.62/3138.59	c 3138	72 (80%) CSP clauses are encoded (3918917 clauses, 386614926 bytes)
3125.62/3138.59	c 3138	81 (90%) CSP clauses are encoded (3918996 clauses, 386616201 bytes)
3125.62/3138.59	c 3138	89 (100%) CSP clauses are encoded (3919204 clauses, 386619665 bytes)
3125.62/3138.59	c 3138	89 CSP clauses encoded
3125.62/3138.59	c 3138	Writing map file : HOME/temp.map
3125.62/3138.60	c 3138	Heap : 301 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3125.62/3138.60	c 3138	SAT : 5798 SAT variables, 3919204 SAT clauses, 386619665 bytes
3125.62/3138.60	c 3138	Heap : 301 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3125.73/3138.69	c 3138	OBJECTIVE minimize _COST
3125.73/3138.69	c 3138	OBJECTIVE BOUND: 0 <= _COST <= 
3125.73/3138.69	c 3138	SEARCHING: _COST <= 15
3125.73/3138.69	c 3138	SOLVING HOME/temp.cnf
3125.73/3138.69	c 3138	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3125.73/3138.70	c 3138	This is MiniSat 2.0 beta
3125.73/3138.70	c 3138	WARNING: for repeatability, setting FPU to use double precision
3125.73/3138.70	c 3138	============================[ Problem Statistics ]=============================
3125.73/3138.70	c 3138	|                                                                             |
3125.73/3138.70	c 3138	|  Number of variables:  5798                                                 |
3125.73/3138.70	c 3138	|  Number of clauses:    3919205                                              |
3133.71/3146.70	c 3146	|  Parsing time:         7.05         s                                       |
3134.11/3147.10	c 3147	============================[ Search Statistics ]==============================
3134.11/3147.10	c 3147	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3134.11/3147.10	c 3147	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3134.11/3147.10	c 3147	===============================================================================
3134.11/3147.10	c 3147	|         0 |    5723  3918594 71751989 |  1306198        0    nan |  0.000 % |
3134.51/3147.50	c 3147	|       101 |    5723  3918594 71751989 |  1436817      101      6 |  1.294 % |
3135.01/3148.04	c 3148	|       251 |    5723  3918594 71751989 |  1580499      251      8 |  1.294 % |
3135.40/3148.42	c 3148	|       476 |    5723  3918594 71751989 |  1738549      476      8 |  1.294 % |
3135.61/3148.63	c 3148	|       813 |    5723  3918594 71751989 |  1912404      813      9 |  1.294 % |
3136.11/3149.16	c 3149	|      1322 |    5723  3918594 71751989 |  2103644     1322      9 |  1.294 % |
3137.00/3150.03	c 3149	|      2082 |    5723  3918594 71751989 |  2314009     2082      9 |  1.294 % |
3137.61/3150.69	c 3150	|      3221 |    5723  3918594 71751989 |  2545410     3221     10 |  1.294 % |
3138.81/3151.82	c 3151	|      4929 |    5723  3918594 71751989 |  2799951     4929     10 |  1.294 % |
3140.41/3153.43	c 3153	|      7492 |    5723  3918594 71751989 |  3079946     7492     10 |  1.294 % |
3143.70/3156.75	c 3156	|     11336 |    5723  3918594 71751989 |  3387941    11336     11 |  1.294 % |
3149.89/3162.92	c 3162	|     17103 |    5723  3918594 71751989 |  3726735    17103     12 |  1.294 % |
3156.19/3169.22	c 3169	|     25753 |    5723  3918594 71751989 |  4099408    25753     13 |  1.294 % |
3163.40/3176.49	c 3176	|     38728 |    5723  3918594 71751989 |  4509349    38728     12 |  1.294 % |
3179.28/3192.40	c 3192	|     58189 |    5723  3918594 71751989 |  4960284    58189     12 |  1.294 % |
3201.97/3215.02	c 3214	|     87381 |    5723  3918594 71751989 |  5456313    87381     13 |  1.294 % |
3239.36/3252.40	c 3252	|    131170 |    5723  3918594 71751989 |  6001944   131170     13 |  1.294 % |
3294.14/3307.25	c 3307	|    196855 |    5723  3918594 71751989 |  6602138   196855     13 |  1.294 % |
3389.37/3402.65	c 3402	|    295381 |    5723  3918594 71751989 |  7262352   295381     13 |  1.294 % |
3561.49/3575.62	c 3575	|    443170 |    5723  3918594 71751989 |  7988588   443170     14 |  1.294 % |
3600.05/3614.21	c ERROR INTERRUPTED
3600.05/3614.29	s UNKNOWN
3600.05/3614.29	c 3614	CPU 3122.47 (0.03 0.01 3122.44 3.32)
3600.05/3614.29	c 3614	END Sat Jul 12 07:09:35 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-1110816-1215835760/watcher-1110816-1215835760 -o /tmp/evaluation-result-1110816-1215835760/solver-1110816-1215835760 -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-1110816-1215835760.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.92 1.98 1.99 4/82 16464
/proc/meminfo: memFree=1478424/2055920 swapFree=4180820/4192956
[pid=16464] ppid=16462 vsize=12000 CPUtime=0
/proc/16464/stat : 16464 (sugar) R 16462 16464 15662 0 -1 4194304 200 0 0 0 0 0 0 0 20 0 1 0 40278356 12288000 168 996147200 4194304 4206940 548682068592 18446744073709551615 227867161282 0 0 4224 0 0 0 0 17 1 0 0
/proc/16464/statm: 3000 168 129 3 0 100 0

[startup+0.0659321 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 16464
/proc/meminfo: memFree=1478424/2055920 swapFree=4180820/4192956
[pid=16464] ppid=16462 vsize=13600 CPUtime=0.04
/proc/16464/stat : 16464 (sugar) S 16462 16464 15662 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 40278356 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16464/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102037 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 16464
/proc/meminfo: memFree=1478424/2055920 swapFree=4180820/4192956
[pid=16464] ppid=16462 vsize=13600 CPUtime=0.04
/proc/16464/stat : 16464 (sugar) S 16462 16464 15662 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 40278356 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16464/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301941 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 16464
/proc/meminfo: memFree=1478424/2055920 swapFree=4180820/4192956
[pid=16464] ppid=16462 vsize=13600 CPUtime=0.04
/proc/16464/stat : 16464 (sugar) S 16462 16464 15662 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 40278356 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16464/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70198 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 16464
/proc/meminfo: memFree=1478424/2055920 swapFree=4180820/4192956
[pid=16464] ppid=16462 vsize=13600 CPUtime=0.6
/proc/16464/stat : 16464 (sugar) S 16462 16464 15662 0 -1 4194304 957 7154 0 1 3 1 51 5 16 0 1 0 40278356 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16464/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 13600

[startup+1.50206 s]
/proc/loadavg: 1.92 1.98 1.99 5/93 16486
/proc/meminfo: memFree=1467136/2055920 swapFree=4180820/4192956
[pid=16464] ppid=16462 vsize=13600 CPUtime=0.6
/proc/16464/stat : 16464 (sugar) S 16462 16464 15662 0 -1 4194304 974 7154 0 1 3 1 51 5 15 0 1 0 40278356 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16464/statm: 3400 797 370 3 0 500 0
[pid=16477] ppid=16464 vsize=5356 CPUtime=0
/proc/16477/stat : 16477 (sh) S 16464 16464 15662 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40278425 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16477/statm: 1339 233 193 169 0 50 0
[pid=16478] ppid=16477 vsize=864148 CPUtime=0.79
/proc/16478/stat : 16478 (java) S 16477 16464 15662 0 -1 0 9183 0 1 0 74 5 0 0 18 0 9 0 40278425 884887552 8294 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16478/statm: 216037 8294 2540 9 0 210612 0
[pid=16478/tid=16479] ppid=16477 vsize=864148 CPUtime=0.38
/proc/16478/task/16479/stat : 16479 (java) R 16477 16464 15662 0 -1 64 2678 0 1 0 37 1 0 0 22 0 9 0 40278426 884887552 8294 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16478/tid=16480] ppid=16477 vsize=864148 CPUtime=0.31
/proc/16478/task/16480/stat : 16480 (java) R 16477 16464 15662 0 -1 64 5475 0 0 0 29 2 0 0 16 0 9 0 40278427 884887552 8294 996147200 134512640 134550740 4294955936 18446744073709551615 102723292 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16478/tid=16481] ppid=16477 vsize=864148 CPUtime=0
/proc/16478/task/16481/stat : 16481 (java) S 16477 16464 15662 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40278427 884887552 8294 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16478/tid=16482] ppid=16477 vsize=864148 CPUtime=0
/proc/16478/task/16482/stat : 16482 (java) S 16477 16464 15662 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 40278427 884887552 8294 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16478/tid=16483] ppid=16477 vsize=864148 CPUtime=0
/proc/16478/task/16483/stat : 16483 (java) S 16477 16464 15662 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40278429 884887552 8294 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16478/tid=16484] ppid=16477 vsize=864148 CPUtime=0.06
/proc/16478/task/16484/stat : 16484 (java) S 16477 16464 15662 0 -1 64 334 0 0 0 6 0 0 0 16 0 9 0 40278429 884887552 8294 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16478/tid=16485] ppid=16477 vsize=864148 CPUtime=0
/proc/16478/task/16485/stat : 16485 (java) S 16477 16464 15662 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40278429 884887552 8294 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16478/tid=16486] ppid=16477 vsize=864148 CPUtime=0
/proc/16478/task/16486/stat : 16486 (java) S 16477 16464 15662 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40278429 884887552 8294 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 883104

[startup+3.10222 s]
/proc/loadavg: 1.92 1.98 1.99 5/93 16486
/proc/meminfo: memFree=1433216/2055920 swapFree=4180820/4192956
[pid=16464] ppid=16462 vsize=13600 CPUtime=0.6
/proc/16464/stat : 16464 (sugar) S 16462 16464 15662 0 -1 4194304 974 7154 0 1 3 1 51 5 16 0 1 0 40278356 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16464/statm: 3400 797 370 3 0 500 0
[pid=16477] ppid=16464 vsize=5356 CPUtime=0
/proc/16477/stat : 16477 (sh) S 16464 16464 15662 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40278425 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16477/statm: 1339 233 193 169 0 50 0
[pid=16478] ppid=16477 vsize=864148 CPUtime=2.37
/proc/16478/stat : 16478 (java) S 16477 16464 15662 0 -1 0 20702 0 1 0 227 10 0 0 18 0 9 0 40278425 884887552 19144 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16478/statm: 216037 19144 2540 9 0 210612 0
[pid=16478/tid=16479] ppid=16477 vsize=864148 CPUtime=0.8
/proc/16478/task/16479/stat : 16479 (java) R 16477 16464 15662 0 -1 64 3086 0 1 0 79 1 0 0 25 0 9 0 40278426 884887552 19144 996147200 134512640 134550740 4294955936 18446744073709551615 4126547601 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16478/tid=16480] ppid=16477 vsize=864148 CPUtime=1.48
/proc/16478/task/16480/stat : 16480 (java) S 16477 16464 15662 0 -1 64 16586 0 0 0 141 7 0 0 19 0 9 0 40278427 884887552 19144 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16478/tid=16481] ppid=16477 vsize=864148 CPUtime=0
/proc/16478/task/16481/stat : 16481 (java) S 16477 16464 15662 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40278427 884887552 19144 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16478/tid=16482] ppid=16477 vsize=864148 CPUtime=0
/proc/16478/task/16482/stat : 16482 (java) S 16477 16464 15662 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 40278427 884887552 19144 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16478/tid=16483] ppid=16477 vsize=864148 CPUtime=0
/proc/16478/task/16483/stat : 16483 (java) S 16477 16464 15662 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40278429 884887552 19144 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16478/tid=16484] ppid=16477 vsize=864148 CPUtime=0.06
/proc/16478/task/16484/stat : 16484 (java) S 16477 16464 15662 0 -1 64 334 0 0 0 6 0 0 0 16 0 9 0 40278429 884887552 19144 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16478/tid=16485] ppid=16477 vsize=864148 CPUtime=0
/proc/16478/task/16485/stat : 16485 (java) S 16477 16464 15662 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40278429 884887552 19144 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16478/tid=16486] ppid=16477 vsize=864148 CPUtime=0
/proc/16478/task/16486/stat : 16486 (java) S 16477 16464 15662 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40278429 884887552 19144 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 883104

[startup+6.30253 s]
/proc/loadavg: 2.01 2.00 2.00 3/93 16486
/proc/meminfo: memFree=1333696/2055920 swapFree=4180820/4192956
[pid=16464] ppid=16462 vsize=13600 CPUtime=0.6
/proc/16464/stat : 16464 (sugar) S 16462 16464 15662 0 -1 4194304 974 7154 0 1 3 1 51 5 16 0 1 0 40278356 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16464/statm: 3400 797 370 3 0 500 0
[pid=16477] ppid=16464 vsize=5356 CPUtime=0
/proc/16477/stat : 16477 (sh) S 16464 16464 15662 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40278425 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16477/statm: 1339 233 193 169 0 50 0
[pid=16478] ppid=16477 vsize=864148 CPUtime=5.54
/proc/16478/stat : 16478 (java) S 16477 16464 15662 0 -1 0 49377 0 1 0 533 21 0 0 18 0 9 0 40278425 884887552 47582 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16478/statm: 216037 47582 2540 9 0 210612 0
[pid=16478/tid=16479] ppid=16477 vsize=864148 CPUtime=1.94
/proc/16478/task/16479/stat : 16479 (java) R 16477 16464 15662 0 -1 64 4260 0 1 0 193 1 0 0 25 0 9 0 40278426 884887552 47582 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16478/tid=16480] ppid=16477 vsize=864148 CPUtime=3.5
/proc/16478/task/16480/stat : 16480 (java) R 16477 16464 15662 0 -1 64 44086 0 0 0 332 18 0 0 16 0 9 0 40278427 884887552 47582 996147200 134512640 134550740 4294955936 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16478/tid=16481] ppid=16477 vsize=864148 CPUtime=0
/proc/16478/task/16481/stat : 16481 (java) S 16477 16464 15662 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40278427 884887552 47582 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16478/tid=16482] ppid=16477 vsize=864148 CPUtime=0
/proc/16478/task/16482/stat : 16482 (java) S 16477 16464 15662 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 40278427 884887552 47582 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16478/tid=16483] ppid=16477 vsize=864148 CPUtime=0
/proc/16478/task/16483/stat : 16483 (java) S 16477 16464 15662 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40278429 884887552 47582 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16478/tid=16484] ppid=16477 vsize=864148 CPUtime=0.07
/proc/16478/task/16484/stat : 16484 (java) S 16477 16464 15662 0 -1 64 335 0 0 0 7 0 0 0 17 0 9 0 40278429 884887552 47582 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16478/tid=16485] ppid=16477 vsize=864148 CPUtime=0
/proc/16478/task/16485/stat : 16485 (java) S 16477 16464 15662 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40278429 884887552 47582 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16478/tid=16486] ppid=16477 vsize=864148 CPUtime=0
/proc/16478/task/16486/stat : 16486 (java) S 16477 16464 15662 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40278429 884887552 47582 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 883104

[startup+12.7021 s]
/proc/loadavg: 2.01 2.00 2.00 3/93 16486
/proc/meminfo: memFree=1257600/2055920 swapFree=4180820/4192956
[pid=16464] ppid=16462 vsize=13600 CPUtime=0.6
/proc/16464/stat : 16464 (sugar) S 16462 16464 15662 0 -1 4194304 974 7154 0 1 3 1 51 5 16 0 1 0 40278356 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16464/statm: 3400 797 370 3 0 500 0
[pid=16477] ppid=16464 vsize=5356 CPUtime=0
/proc/16477/stat : 16477 (sh) S 16464 16464 15662 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40278425 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16477/statm: 1339 233 193 169 0 50 0
[pid=16478] ppid=16477 vsize=864260 CPUtime=11.88
/proc/16478/stat : 16478 (java) S 16477 16464 15662 0 -1 0 79554 0 1 0 1153 35 0 0 18 0 9 0 40278425 885002240 57000 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16478/statm: 216065 57000 2565 9 0 210612 0
[pid=16478/tid=16479] ppid=16477 vsize=864260 CPUtime=5.55
/proc/16478/task/16479/stat : 16479 (java) R 16477 16464 15662 0 -1 64 5685 0 1 0 553 2 0 0 25 0 9 0 40278426 885002240 57000 996147200 134512640 134550740 4294955936 18446744073709551615 4125952101 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16478/tid=16480] ppid=16477 vsize=864260 CPUtime=6.19
/proc/16478/task/16480/stat : 16480 (java) S 16477 16464 15662 0 -1 64 72813 0 0 0 588 31 0 0 16 0 9 0 40278427 885002240 57000 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16478/tid=16481] ppid=16477 vsize=864260 CPUtime=0
/proc/16478/task/16481/stat : 16481 (java) S 16477 16464 15662 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40278427 885002240 57000 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16478/tid=16482] ppid=16477 vsize=864260 CPUtime=0
/proc/16478/task/16482/stat : 16482 (java) S 16477 16464 15662 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 40278427 885002240 57000 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16478/tid=16483] ppid=16477 vsize=864260 CPUtime=0
/proc/16478/task/16483/stat : 16483 (java) S 16477 16464 15662 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40278429 885002240 57000 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16478/tid=16484] ppid=16477 vsize=864260 CPUtime=0.11
/proc/16478/task/16484/stat : 16484 (java) S 16477 16464 15662 0 -1 64 360 0 0 0 11 0 0 0 16 0 9 0 40278429 885002240 57000 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16478/tid=16485] ppid=16477 vsize=864260 CPUtime=0
/proc/16478/task/16485/stat : 16485 (java) S 16477 16464 15662 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40278429 885002240 57000 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16478/tid=16486] ppid=16477 vsize=864260 CPUtime=0
/proc/16478/task/16486/stat : 16486 (java) S 16477 16464 15662 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40278429 885002240 57000 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 883216

[startup+25.5014 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 16486
/proc/meminfo: memFree=1241472/2055920 swapFree=4180820/4192956
[pid=16464] ppid=16462 vsize=13600 CPUtime=0.6
/proc/16464/stat : 16464 (sugar) S 16462 16464 15662 0 -1 4194304 974 7154 0 1 3 1 51 5 16 0 1 0 40278356 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16464/statm: 3400 797 370 3 0 500 0
[pid=16477] ppid=16464 vsize=5356 CPUtime=0
/proc/16477/stat : 16477 (sh) S 16464 16464 15662 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40278425 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16477/statm: 1339 233 193 169 0 50 0
[pid=16478] ppid=16477 vsize=864260 CPUtime=24.54
/proc/16478/stat : 16478 (java) S 16477 16464 15662 0 -1 0 79554 0 1 0 2418 36 0 0 18 0 9 0 40278425 885002240 57000 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16478/statm: 216065 57000 2565 9 0 210612 0
[pid=16478/tid=16479] ppid=16477 vsize=864260 CPUtime=18.22
/proc/16478/task/16479/stat : 16479 (java) R 16477 16464 15662 0 -1 64 5685 0 1 0 1819 3 0 0 25 0 9 0 40278426 885002240 57000 996147200 134512640 134550740 4294955936 18446744073709551615 4126621719 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16478/tid=16480] ppid=16477 vsize=864260 CPUtime=6.19
/proc/16478/task/16480/stat : 16480 (java) S 16477 16464 15662 0 -1 64 72813 0 0 0 588 31 0 0 16 0 9 0 40278427 885002240 57000 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16478/tid=16481] ppid=16477 vsize=864260 CPUtime=0
/proc/16478/task/16481/stat : 16481 (java) S 16477 16464 15662 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40278427 885002240 57000 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16478/tid=16482] ppid=16477 vsize=864260 CPUtime=0
/proc/16478/task/16482/stat : 16482 (java) S 16477 16464 15662 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 40278427 885002240 57000 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=16497] ppid=16464 vsize=5356 CPUtime=0
/proc/16497/stat : 16497 (sh) S 16464 16464 15662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40592225 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16497/statm: 1339 232 193 169 0 50 0
[pid=16498] ppid=16497 vsize=453072 CPUtime=83.48
/proc/16498/stat : 16498 (minisat) R 16497 16464 15662 0 -1 4194304 109969 0 0 0 8249 99 0 0 25 0 1 0 40592226 463945728 109955 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16498/statm: 113268 109955 76 150 0 113115 0
Current children cumulated CPU time (s) 3209.27
Current children cumulated vsize (KiB) 472028

[startup+3282.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/76 16708
/proc/meminfo: memFree=909256/2055920 swapFree=4180820/4192956
[pid=16464] ppid=16462 vsize=13600 CPUtime=3125.79
/proc/16464/stat : 16464 (sugar) S 16462 16464 15662 0 -1 4194304 1053 173180 0 2 3 1 312243 332 16 0 1 0 40278356 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16464/statm: 3400 803 374 3 0 500 0
[pid=16497] ppid=16464 vsize=5356 CPUtime=0
/proc/16497/stat : 16497 (sh) S 16464 16464 15662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40592225 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16497/statm: 1339 232 193 169 0 50 0
[pid=16498] ppid=16497 vsize=470504 CPUtime=143.46
/proc/16498/stat : 16498 (minisat) R 16497 16464 15662 0 -1 4194304 114113 0 0 0 14244 102 0 0 25 0 1 0 40592226 481796096 114099 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16498/statm: 117626 114099 76 150 0 117473 0
Current children cumulated CPU time (s) 3269.25
Current children cumulated vsize (KiB) 489460

[startup+3342.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/85 16756
/proc/meminfo: memFree=581056/2055920 swapFree=4180820/4192956
[pid=16464] ppid=16462 vsize=13600 CPUtime=3125.79
/proc/16464/stat : 16464 (sugar) S 16462 16464 15662 0 -1 4194304 1053 173180 0 2 3 1 312243 332 16 0 1 0 40278356 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16464/statm: 3400 803 374 3 0 500 0
[pid=16497] ppid=16464 vsize=5356 CPUtime=0
/proc/16497/stat : 16497 (sh) S 16464 16464 15662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40592225 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16497/statm: 1339 232 193 169 0 50 0
[pid=16498] ppid=16497 vsize=483820 CPUtime=203.42
/proc/16498/stat : 16498 (minisat) R 16497 16464 15662 0 -1 4194304 117271 0 0 0 20230 112 0 0 25 0 1 0 40592226 495431680 117257 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16498/statm: 120955 117257 76 150 0 120802 0
Current children cumulated CPU time (s) 3329.21
Current children cumulated vsize (KiB) 502776

[startup+3402.31 s]
/proc/loadavg: 2.15 2.05 2.01 3/85 16756
/proc/meminfo: memFree=15616/2055920 swapFree=4181176/4192956
[pid=16464] ppid=16462 vsize=13600 CPUtime=3125.79
/proc/16464/stat : 16464 (sugar) S 16462 16464 15662 0 -1 4194304 1053 173180 0 2 3 1 312243 332 16 0 1 0 40278356 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16464/statm: 3400 803 374 3 0 500 0
[pid=16497] ppid=16464 vsize=5356 CPUtime=0
/proc/16497/stat : 16497 (sh) S 16464 16464 15662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40592225 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16497/statm: 1339 232 193 169 0 50 0
[pid=16498] ppid=16497 vsize=493580 CPUtime=263.28
/proc/16498/stat : 16498 (minisat) R 16497 16464 15662 0 -1 4194304 119668 0 0 0 26200 128 0 0 25 0 1 0 40592226 505425920 119654 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16498/statm: 123395 119654 76 150 0 123242 0
Current children cumulated CPU time (s) 3389.07
Current children cumulated vsize (KiB) 512536

[startup+3462.3 s]
/proc/loadavg: 2.34 2.11 2.03 3/85 16756
/proc/meminfo: memFree=15808/2055920 swapFree=4181176/4192956
[pid=16464] ppid=16462 vsize=13600 CPUtime=3125.79
/proc/16464/stat : 16464 (sugar) S 16462 16464 15662 0 -1 4194304 1053 173180 0 2 3 1 312243 332 16 0 1 0 40278356 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16464/statm: 3400 803 374 3 0 500 0
[pid=16497] ppid=16464 vsize=5356 CPUtime=0
/proc/16497/stat : 16497 (sh) S 16464 16464 15662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40592225 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16497/statm: 1339 232 193 169 0 50 0
[pid=16498] ppid=16497 vsize=502044 CPUtime=323.2
/proc/16498/stat : 16498 (minisat) R 16497 16464 15662 0 -1 4194304 121616 0 0 0 32175 145 0 0 25 0 1 0 40592226 514093056 121602 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16498/statm: 125511 121602 76 150 0 125358 0
Current children cumulated CPU time (s) 3448.99
Current children cumulated vsize (KiB) 521000

[startup+3522.3 s]
/proc/loadavg: 2.20 2.12 2.04 3/85 16756
/proc/meminfo: memFree=15552/2055920 swapFree=4181176/4192956
[pid=16464] ppid=16462 vsize=13600 CPUtime=3125.79
/proc/16464/stat : 16464 (sugar) S 16462 16464 15662 0 -1 4194304 1053 173180 0 2 3 1 312243 332 16 0 1 0 40278356 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16464/statm: 3400 803 374 3 0 500 0
[pid=16497] ppid=16464 vsize=5356 CPUtime=0
/proc/16497/stat : 16497 (sh) S 16464 16464 15662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40592225 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16497/statm: 1339 232 193 169 0 50 0
[pid=16498] ppid=16497 vsize=507132 CPUtime=382.98
/proc/16498/stat : 16498 (minisat) R 16497 16464 15662 0 -1 4194304 122901 0 0 0 38130 168 0 0 25 0 1 0 40592226 519303168 122887 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16498/statm: 126783 122887 76 150 0 126630 0
Current children cumulated CPU time (s) 3508.77
Current children cumulated vsize (KiB) 526088

[startup+3582.3 s]
/proc/loadavg: 2.31 2.16 2.05 3/85 16804
/proc/meminfo: memFree=1445056/2055920 swapFree=4181176/4192956
[pid=16464] ppid=16462 vsize=13600 CPUtime=3125.79
/proc/16464/stat : 16464 (sugar) S 16462 16464 15662 0 -1 4194304 1053 173180 0 2 3 1 312243 332 16 0 1 0 40278356 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16464/statm: 3400 803 374 3 0 500 0
[pid=16497] ppid=16464 vsize=5356 CPUtime=0
/proc/16497/stat : 16497 (sh) S 16464 16464 15662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40592225 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16497/statm: 1339 232 193 169 0 50 0
[pid=16498] ppid=16497 vsize=512620 CPUtime=442.38
/proc/16498/stat : 16498 (minisat) R 16497 16464 15662 0 -1 4194304 124256 0 0 0 44047 191 0 0 25 0 1 0 40592226 524922880 124242 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16498/statm: 128155 124242 76 150 0 128002 0
Current children cumulated CPU time (s) 3568.17
Current children cumulated vsize (KiB) 531576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3614.2 s]
/proc/loadavg: 2.17 2.14 2.05 3/77 16866
/proc/meminfo: memFree=1411584/2055920 swapFree=4181176/4192956
[pid=16464] ppid=16462 vsize=13600 CPUtime=3125.79
/proc/16464/stat : 16464 (sugar) S 16462 16464 15662 0 -1 4194304 1053 173180 0 2 3 1 312243 332 16 0 1 0 40278356 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16464/statm: 3400 803 374 3 0 500 0
[pid=16497] ppid=16464 vsize=5356 CPUtime=0
/proc/16497/stat : 16497 (sh) S 16464 16464 15662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40592225 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16497/statm: 1339 232 193 169 0 50 0
[pid=16498] ppid=16497 vsize=517340 CPUtime=474.26
/proc/16498/stat : 16498 (minisat) R 16497 16464 15662 0 -1 4194304 125202 0 0 0 47234 192 0 0 25 0 1 0 40592226 529756160 125188 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16498/statm: 129335 125188 76 150 0 129182 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 536296

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

[startup+3614.2 s]
/proc/loadavg: 2.17 2.14 2.05 3/77 16866
/proc/meminfo: memFree=1411584/2055920 swapFree=4181176/4192956
[pid=16464] ppid=16462 vsize=13600 CPUtime=3125.79
/proc/16464/stat : 16464 (sugar) S 16462 16464 15662 0 -1 4194304 1053 173180 0 2 3 1 312243 332 16 0 1 0 40278356 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16464/statm: 3400 803 374 3 0 500 0
[pid=16497] ppid=16464 vsize=5356 CPUtime=0
/proc/16497/stat : 16497 (sh) S 16464 16464 15662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40592225 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16497/statm: 1339 232 193 169 0 50 0
[pid=16498] ppid=16497 vsize=517340 CPUtime=474.26
/proc/16498/stat : 16498 (minisat) R 16497 16464 15662 0 -1 4194304 125202 0 0 0 47234 192 0 0 25 0 1 0 40592226 529756160 125188 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16498/statm: 129335 125188 76 150 0 129182 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 536296

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

[startup+3614.32 s]
/proc/loadavg: 2.17 2.14 2.05 3/77 16866
/proc/meminfo: memFree=1411584/2055920 swapFree=4181176/4192956
[pid=16464] ppid=16462 vsize=13600 CPUtime=3125.8
/proc/16464/stat : 16464 (sugar) D 16462 16464 15662 0 -1 4194304 1091 173457 0 2 3 1 312244 332 16 0 1 0 40278356 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 227848983593 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16464/statm: 3400 804 375 3 0 500 0
Current children cumulated CPU time (s) 3125.8
Current children cumulated vsize (KiB) 13600

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

[startup+3614.61 s]
/proc/loadavg: 2.17 2.14 2.05 2/76 16867
/proc/meminfo: memFree=1912904/2055920 swapFree=4181176/4192956
[pid=16464] ppid=16462 vsize=13600 CPUtime=3125.83
/proc/16464/stat : 16464 (sugar) D 16462 16464 15662 0 -1 4194304 1092 173457 0 2 3 4 312244 332 15 0 1 0 40278356 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 227848983593 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16464/statm: 3400 804 375 3 0 500 0
Current children cumulated CPU time (s) 3125.83
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): 474.25
#  lost CPU user time (s): 472.33
#  lost CPU system time (s): 1.92

Real time (s): 3614.69
CPU time (s): 3600.1
CPU user time (s): 3594.81
CPU system time (s): 5.29649
CPU usage (%): 99.5966
Max. virtual memory (cumulated for all children) (KiB): 909220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3122.48
system time used= 3.37649
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174579
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= 73908
involuntary context switches= 82484

runsolver used 4.12737 second user time and 12.4971 second system time

The end

Launcher Data (download as text)

Begin job on node18 at 2008-07-12 06:09:20
IDJOB=1110816
IDBENCH=61156
IDSOLVER=368
FILE ID=node18/1110816-1215835760
PBS_JOBID= 7903352
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg13-17_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-1110816-1215835760/watcher-1110816-1215835760 -o /tmp/evaluation-result-1110816-1215835760/solver-1110816-1215835760 -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-1110816-1215835760.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9bb2e152e67c1e9d0e114d3aaec20495
RANDOM SEED=1313817367

node18.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.218
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	: 5931.00
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.218
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:       1478904 kB
Buffers:         51252 kB
Cached:         192004 kB
SwapCached:       6848 kB
Active:         421436 kB
Inactive:       108516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1478904 kB
SwapTotal:     4192956 kB
SwapFree:      4180820 kB
Dirty:            3584 kB
Writeback:           0 kB
Mapped:         302324 kB
Slab:            31516 kB
Committed_AS:   464452 kB
PageTables:       2532 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= 66540 MiB
End job on node18 at 2008-07-12 07:09:37