Trace number 1064043

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 1800.08 1815.26

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-19-10.xml
MD5SUMc027916dfd2e151efb6693997eb2418f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.767883
Satisfiable
(Un)Satisfiability was proved
Number of variables291
Number of constraints3443
Maximum constraint arity38
Maximum domain size26
Number of constraints which are defined in extension128
Number of constraints which are defined in intension3315
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 04:46:57 2008
0.00/0.05	c 0	PID 5873
0.00/0.05	c 0	HOST node47.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1064043-1215139617.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-1064043-1215139617.xml' 'HOME/temp.csp'
1.46/1.59	c 2	1 domains, 291 variables, 8 predicates, 8 relations, 3443 constraints
1.53/1.64	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.53/1.64	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.54/1.72	c 2	Parsing HOME/temp.csp
3.07/3.27	c 3	parsed 3751 expressions
3.07/3.27	c 3	Heap : 26 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.07/3.27	c 3	Converting to clausal form CSP
4.45/4.60	c 5	converted 376 (10%) expressions
9.21/9.48	c 9	converted 751 (20%) expressions
9.30/9.51	c 9	converted 1126 (30%) expressions
9.30/9.55	c 10	converted 1501 (40%) expressions
9.40/9.62	c 10	converted 1876 (50%) expressions
9.40/9.65	c 10	converted 2251 (60%) expressions
9.80/10.00	c 10	converted 2626 (70%) expressions
9.89/10.11	c 10	converted 3001 (80%) expressions
9.89/10.14	c 10	converted 3376 (90%) expressions
11.88/12.15	c 12	converted 3751 (100%) expressions
11.88/12.16	c 12	CSP : 291 integers, 0 booleans, 3443 clauses, largest domain size 26
11.88/12.16	c 12	Heap : 207 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.88/12.16	c 12	Propagation in CSP
12.37/12.60	c 13	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.37/12.60	c 13	CSP : 291 integers, 0 booleans, 3443 clauses, largest domain size 26
12.37/12.60	c 13	Heap : 202 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.37/12.61	c 13	Simplifing CSP by introducing new Boolean variables
12.37/12.66	c 13	CSP : 291 integers, 26460 booleans, 29903 clauses, largest domain size 26
12.37/12.66	c 13	Heap : 212 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.76/14.04	c 14	Encoding CSP to SAT : HOME/temp.cnf
13.76/14.07	c 14	30 (10%) CSP integer variables are encoded (720 clauses, 7776 bytes)
13.76/14.08	c 14	59 (20%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
13.76/14.08	c 14	88 (30%) CSP integer variables are encoded (2112 clauses, 25393 bytes)
13.76/14.08	c 14	117 (40%) CSP integer variables are encoded (2808 clauses, 34441 bytes)
13.76/14.08	c 14	146 (50%) CSP integer variables are encoded (3504 clauses, 43489 bytes)
13.76/14.08	c 14	175 (60%) CSP integer variables are encoded (4200 clauses, 52537 bytes)
13.76/14.08	c 14	204 (70%) CSP integer variables are encoded (4896 clauses, 61585 bytes)
13.76/14.08	c 14	233 (80%) CSP integer variables are encoded (5592 clauses, 70633 bytes)
13.76/14.09	c 14	262 (90%) CSP integer variables are encoded (6288 clauses, 79681 bytes)
13.76/14.09	c 14	291 (100%) CSP integer variables are encoded (6984 clauses, 88729 bytes)
602.70/606.25	c 606	2991 (10%) CSP clauses are encoded (2197883 clauses, 103430103 bytes)
602.80/606.39	c 606	5981 (20%) CSP clauses are encoded (2267323 clauses, 104723772 bytes)
602.99/606.52	c 607	8971 (30%) CSP clauses are encoded (2336763 clauses, 106040194 bytes)
603.09/606.66	c 607	11962 (40%) CSP clauses are encoded (2406229 clauses, 107373900 bytes)
603.19/606.79	c 607	14952 (50%) CSP clauses are encoded (2475644 clauses, 108742963 bytes)
837.93/843.75	c 844	17942 (60%) CSP clauses are encoded (2785155 clauses, 126133720 bytes)
838.00/843.90	c 844	20933 (70%) CSP clauses are encoded (2854621 clauses, 127503751 bytes)
838.19/844.04	c 844	23923 (80%) CSP clauses are encoded (2924061 clauses, 128873273 bytes)
1055.90/1063.85	c 1064	26913 (90%) CSP clauses are encoded (3233572 clauses, 146264030 bytes)
1229.22/1238.87	c 1239	29903 (100%) CSP clauses are encoded (3538201 clauses, 170562521 bytes)
1229.22/1238.87	c 1239	29903 CSP clauses encoded
1229.22/1238.87	c 1239	Writing map file : HOME/temp.map
1229.22/1238.89	c 1239	Heap : 341 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1229.22/1238.89	c 1239	SAT : 33735 SAT variables, 3538201 SAT clauses, 170562521 bytes
1229.22/1238.89	c 1239	Heap : 341 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1229.30/1238.98	c 1239	SOLVING HOME/temp.cnf
1229.30/1238.98	c 1239	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1229.30/1238.98	c 1239	This is MiniSat 2.0 beta
1229.30/1238.98	c 1239	WARNING: for repeatability, setting FPU to use double precision
1229.30/1238.98	c 1239	============================[ Problem Statistics ]=============================
1229.30/1238.98	c 1239	|                                                                             |
1229.30/1238.98	c 1239	|  Number of variables:  33735                                                |
1229.30/1238.98	c 1239	|  Number of clauses:    3538201                                              |
1232.96/1242.66	c 1243	|  Parsing time:         3.18         s                                       |
1233.16/1242.88	c 1243	============================[ Search Statistics ]==============================
1233.16/1242.88	c 1243	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1233.16/1242.88	c 1243	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1233.16/1242.88	c 1243	===============================================================================
1233.16/1242.88	c 1243	|         0 |   33733  3538020 29954643 |  1179340        0    nan |  0.000 % |
1233.46/1243.14	c 1243	|       101 |   33733  3538020 29954643 |  1297274      101     11 |  0.006 % |
1233.56/1243.27	c 1243	|       252 |   33733  3538020 29954643 |  1427001      252      9 |  0.006 % |
1233.65/1243.33	c 1243	|       478 |   33733  3538020 29954643 |  1569701      478      9 |  0.006 % |
1233.75/1243.41	c 1243	|       816 |   33733  3538020 29954643 |  1726671      816     10 |  0.006 % |
1233.75/1243.46	c 1243	|      1322 |   33733  3538020 29954643 |  1899338     1322      9 |  0.006 % |
1234.24/1243.92	c 1244	|      2081 |   33733  3538020 29954643 |  2089272     2081      9 |  0.006 % |
1234.74/1244.50	c 1244	|      3220 |   33733  3538020 29954643 |  2298200     3220      9 |  0.006 % |
1235.24/1244.90	c 1245	|      4928 |   33733  3538020 29954643 |  2528020     4928     10 |  0.006 % |
1236.62/1246.37	c 1246	|      7490 |   33733  3538020 29954643 |  2780822     7490     10 |  0.006 % |
1237.41/1247.16	c 1247	|     11334 |   33733  3538020 29954643 |  3058904    11334     11 |  0.006 % |
1240.58/1250.32	c 1250	|     17100 |   33733  3538020 29954643 |  3364794    17100     12 |  0.006 % |
1245.53/1255.39	c 1255	|     25750 |   33733  3538020 29954643 |  3701274    25750     12 |  0.006 % |
1253.46/1263.37	c 1263	|     38724 |   33733  3538020 29954643 |  4071401    38724     12 |  0.006 % |
1263.46/1273.45	c 1273	|     58185 |   33733  3538020 29954643 |  4478541    58185     12 |  0.006 % |
1289.41/1299.61	c 1300	|     87379 |   33733  3538020 29954643 |  4926395    87379     12 |  0.006 % |
1319.33/1329.90	c 1330	|    131168 |   33733  3538020 29954643 |  5419035   131168     13 |  0.006 % |
1361.12/1372.06	c 1372	|    196854 |   33733  3538020 29954643 |  5960938   196854     13 |  0.006 % |
1461.76/1473.69	c 1474	|    295380 |   33732  3538020 29954643 |  6557032   295379     13 |  0.009 % |
1590.32/1603.45	c 1603	|    443171 |   33731  3538020 29954643 |  7212736   443169     14 |  0.012 % |
1800.02/1815.12	c ERROR INTERRUPTED
1800.02/1815.16	s UNKNOWN
1800.02/1815.16	c 1815	CPU 1227.27 (0.03 0.01 1227.24 2.11)
1800.02/1815.16	c 1815	END Fri Jul  4 05:17:12 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.09 2.03 4/72 5873
/proc/meminfo: memFree=1761392/2055920 swapFree=4117692/4192956
[pid=5873] ppid=5871 vsize=12268 CPUtime=0
/proc/5873/stat : 5873 (sugar) R 5871 5873 5776 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1992933964 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 208717707877 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/5873/statm: 3067 316 241 3 0 167 0

[startup+0.0906739 s]
/proc/loadavg: 2.01 2.09 2.03 4/72 5873
/proc/meminfo: memFree=1761392/2055920 swapFree=4117692/4192956
[pid=5873] ppid=5871 vsize=13600 CPUtime=0.03
/proc/5873/stat : 5873 (sugar) S 5871 5873 5776 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992933964 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5873/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101672 s]
/proc/loadavg: 2.01 2.09 2.03 4/72 5873
/proc/meminfo: memFree=1761392/2055920 swapFree=4117692/4192956
[pid=5873] ppid=5871 vsize=13600 CPUtime=0.03
/proc/5873/stat : 5873 (sugar) S 5871 5873 5776 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992933964 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5873/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301708 s]
/proc/loadavg: 2.01 2.09 2.03 4/72 5873
/proc/meminfo: memFree=1761392/2055920 swapFree=4117692/4192956
[pid=5873] ppid=5871 vsize=13600 CPUtime=0.03
/proc/5873/stat : 5873 (sugar) S 5871 5873 5776 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992933964 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5873/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701785 s]
/proc/loadavg: 2.01 2.09 2.03 4/72 5873
/proc/meminfo: memFree=1761392/2055920 swapFree=4117692/4192956
[pid=5873] ppid=5871 vsize=13600 CPUtime=0.03
/proc/5873/stat : 5873 (sugar) S 5871 5873 5776 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992933964 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5873/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50294 s]
/proc/loadavg: 2.09 2.10 2.03 3/83 5885
/proc/meminfo: memFree=1733016/2055920 swapFree=4117692/4192956
[pid=5873] ppid=5871 vsize=13600 CPUtime=0.03
/proc/5873/stat : 5873 (sugar) S 5871 5873 5776 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992933964 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5873/statm: 3400 796 370 3 0 500 0
[pid=5876] ppid=5873 vsize=5356 CPUtime=0
/proc/5876/stat : 5876 (sh) S 5873 5873 5776 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992933969 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5876/statm: 1339 233 193 169 0 50 0
[pid=5877] ppid=5876 vsize=864696 CPUtime=1.43
/proc/5877/stat : 5877 (java) S 5876 5873 5776 0 -1 0 12452 0 1 0 133 10 0 0 18 0 9 0 1992933970 885448704 11549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5877/statm: 216174 11549 2529 9 0 210756 0
[pid=5877/tid=5878] ppid=5876 vsize=864696 CPUtime=0.94
/proc/5877/task/5878/stat : 5878 (java) R 5876 5873 5776 0 -1 64 4496 0 1 0 90 4 0 0 25 0 9 0 1992933971 885448704 11549 996147200 134512640 134550740 4294956016 18446744073709551615 102064736 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5877/tid=5879] ppid=5876 vsize=864696 CPUtime=0.32
/proc/5877/task/5879/stat : 5879 (java) S 5876 5873 5776 0 -1 64 6751 0 0 0 29 3 0 0 16 0 9 0 1992933972 885448704 11549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5877/tid=5880] ppid=5876 vsize=864696 CPUtime=0
/proc/5877/task/5880/stat : 5880 (java) S 5876 5873 5776 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1992933972 885448704 11549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5877/tid=5881] ppid=5876 vsize=864696 CPUtime=0
/proc/5877/task/5881/stat : 5881 (java) S 5876 5873 5776 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992933972 885448704 11549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5877/tid=5882] ppid=5876 vsize=864696 CPUtime=0
/proc/5877/task/5882/stat : 5882 (java) S 5876 5873 5776 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992933974 885448704 11549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5877/tid=5883] ppid=5876 vsize=864696 CPUtime=0.13
/proc/5877/task/5883/stat : 5883 (java) S 5876 5873 5776 0 -1 64 507 0 0 0 13 0 0 0 16 0 9 0 1992933974 885448704 11549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5877/tid=5884] ppid=5876 vsize=864696 CPUtime=0
/proc/5877/task/5884/stat : 5884 (java) S 5876 5873 5776 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992933974 885448704 11549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5877/tid=5885] ppid=5876 vsize=864696 CPUtime=0
/proc/5877/task/5885/stat : 5885 (java) S 5876 5873 5776 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992933974 885448704 11549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883652

[startup+3.10225 s]
/proc/loadavg: 2.09 2.10 2.03 3/83 5895
/proc/meminfo: memFree=1745176/2055920 swapFree=4117692/4192956
[pid=5873] ppid=5871 vsize=13600 CPUtime=1.54
/proc/5873/stat : 5873 (sugar) S 5871 5873 5776 0 -1 4194304 973 12893 0 1 3 0 140 11 16 0 1 0 1992933964 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5873/statm: 3400 797 370 3 0 500 0
[pid=5886] ppid=5873 vsize=5356 CPUtime=0
/proc/5886/stat : 5886 (sh) S 5873 5873 5776 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992934128 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5886/statm: 1339 233 193 169 0 50 0
[pid=5887] ppid=5886 vsize=864604 CPUtime=1.43
/proc/5887/stat : 5887 (java) S 5886 5873 5776 0 -1 0 11315 0 1 0 136 7 0 0 18 0 9 0 1992934129 885354496 10230 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5887/statm: 216151 10230 2532 9 0 210733 0
[pid=5887/tid=5888] ppid=5886 vsize=864604 CPUtime=0.74
/proc/5887/task/5888/stat : 5888 (java) R 5886 5873 5776 0 -1 64 2587 0 1 0 73 1 0 0 25 0 9 0 1992934130 885354496 10230 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5887/tid=5889] ppid=5886 vsize=864604 CPUtime=0.57
/proc/5887/task/5889/stat : 5889 (java) R 5886 5873 5776 0 -1 64 7699 0 0 0 54 3 0 0 16 0 9 0 1992934131 885354496 10230 996147200 134512640 134550740 4294955952 18446744073709551615 102731867 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5887/tid=5890] ppid=5886 vsize=864604 CPUtime=0
/proc/5887/task/5890/stat : 5890 (java) S 5886 5873 5776 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992934131 885354496 10230 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5887/tid=5891] ppid=5886 vsize=864604 CPUtime=0
/proc/5887/task/5891/stat : 5891 (java) S 5886 5873 5776 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992934131 885354496 10230 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5887/tid=5892] ppid=5886 vsize=864604 CPUtime=0
/proc/5887/task/5892/stat : 5892 (java) S 5886 5873 5776 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992934133 885354496 10230 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5887/tid=5893] ppid=5886 vsize=864604 CPUtime=0.07
/proc/5887/task/5893/stat : 5893 (java) S 5886 5873 5776 0 -1 64 333 0 0 0 7 0 0 0 16 0 9 0 1992934133 885354496 10230 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5887/tid=5894] ppid=5886 vsize=864604 CPUtime=0
/proc/5887/task/5894/stat : 5894 (java) S 5886 5873 5776 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992934133 885354496 10230 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5887/tid=5895] ppid=5886 vsize=864604 CPUtime=0
/proc/5887/task/5895/stat : 5895 (java) S 5886 5873 5776 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992934133 885354496 10230 996147200 134512640 134550740 4294955952 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) 883560

[startup+6.30284 s]
/proc/loadavg: 2.09 2.10 2.03 3/83 5895
/proc/meminfo: memFree=1674712/2055920 swapFree=4117692/4192956
[pid=5873] ppid=5871 vsize=13600 CPUtime=1.54
/proc/5873/stat : 5873 (sugar) S 5871 5873 5776 0 -1 4194304 973 12893 0 1 3 0 140 11 16 0 1 0 1992933964 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5873/statm: 3400 797 370 3 0 500 0
[pid=5886] ppid=5873 vsize=5356 CPUtime=0
/proc/5886/stat : 5886 (sh) S 5873 5873 5776 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992934128 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5886/statm: 1339 233 193 169 0 50 0
[pid=5887] ppid=5886 vsize=864188 CPUtime=4.6
/proc/5887/stat : 5887 (java) S 5886 5873 5776 0 -1 0 31285 0 1 0 441 19 0 0 18 0 9 0 1992934129 884928512 29572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5887/statm: 216047 29572 2540 9 0 210622 0
[pid=5887/tid=5888] ppid=5886 vsize=864188 CPUtime=2.13
/proc/5887/task/5888/stat : 5888 (java) R 5886 5873 5776 0 -1 64 3686 0 1 0 211 2 0 0 25 0 9 0 1992934130 884928512 29572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5887/tid=5889] ppid=5886 vsize=864188 CPUtime=2.35
/proc/5887/task/5889/stat : 5889 (java) R 5886 5873 5776 0 -1 64 26562 0 0 0 221 14 0 0 16 0 9 0 1992934131 884928512 29572 996147200 134512640 134550740 4294955952 18446744073709551615 102674820 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5887/tid=5890] ppid=5886 vsize=864188 CPUtime=0
/proc/5887/task/5890/stat : 5890 (java) S 5886 5873 5776 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992934131 884928512 29572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5887/tid=5891] ppid=5886 vsize=864188 CPUtime=0
/proc/5887/task/5891/stat : 5891 (java) S 5886 5873 5776 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992934131 884928512 29572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5887/tid=5892] ppid=5886 vsize=864188 CPUtime=0
/proc/5887/task/5892/stat : 5892 (java) S 5886 5873 5776 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992934133 884928512 29572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5887/tid=5893] ppid=5886 vsize=864188 CPUtime=0.08
/proc/5887/task/5893/stat : 5893 (java) S 5886 5873 5776 0 -1 64 341 0 0 0 8 0 0 0 16 0 9 0 1992934133 884928512 29572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5887/tid=5894] ppid=5886 vsize=864188 CPUtime=0
/proc/5887/task/5894/stat : 5894 (java) S 5886 5873 5776 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992934133 884928512 29572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5887/tid=5895] ppid=5886 vsize=864188 CPUtime=0
/proc/5887/task/5895/stat : 5895 (java) S 5886 5873 5776 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992934133 884928512 29572 996147200 134512640 134550740 4294955952 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) 883144

[startup+12.702 s]
/proc/loadavg: 2.15 2.11 2.04 4/83 5895
/proc/meminfo: memFree=1525464/2055920 swapFree=4117692/4192956
[pid=5873] ppid=5871 vsize=13600 CPUtime=1.54
/proc/5873/stat : 5873 (sugar) S 5871 5873 5776 0 -1 4194304 974 12893 0 1 3 0 140 11 15 0 1 0 1992933964 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5873/statm: 3400 797 370 3 0 500 0
[pid=5886] ppid=5873 vsize=5356 CPUtime=0
/proc/5886/stat : 5886 (sh) S 5873 5873 5776 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992934128 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5886/statm: 1339 233 193 169 0 50 0
[pid=5887] ppid=5886 vsize=868388 CPUtime=10.93
/proc/5887/stat : 5887 (java) S 5886 5873 5776 0 -1 0 81817 0 1 0 1047 46 0 0 18 0 9 0 1992934129 889229312 59288 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5887/statm: 217097 59288 2540 9 0 211672 0
[pid=5887/tid=5888] ppid=5886 vsize=868388 CPUtime=4.02
/proc/5887/task/5888/stat : 5888 (java) R 5886 5873 5776 0 -1 64 5826 0 1 0 398 4 0 0 25 0 9 0 1992934130 889229312 59288 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5887/tid=5889] ppid=5886 vsize=868388 CPUtime=6.67
/proc/5887/task/5889/stat : 5889 (java) R 5886 5873 5776 0 -1 64 73832 0 0 0 628 39 0 0 16 0 9 0 1992934131 889229312 59288 996147200 134512640 134550740 4294955952 18446744073709551615 102721963 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5887/tid=5890] ppid=5886 vsize=868388 CPUtime=0
/proc/5887/task/5890/stat : 5890 (java) S 5886 5873 5776 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992934131 889229312 59288 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5887/tid=5891] ppid=5886 vsize=868388 CPUtime=0
/proc/5887/task/5891/stat : 5891 (java) S 5886 5873 5776 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992934131 889229312 59288 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5887/tid=5892] ppid=5886 vsize=868388 CPUtime=0
/proc/5887/task/5892/stat : 5892 (java) S 5886 5873 5776 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992934133 889229312 59288 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5887/tid=5893] ppid=5886 vsize=868388 CPUtime=0.21
/proc/5887/task/5893/stat : 5893 (java) S 5886 5873 5776 0 -1 64 1463 0 0 0 20 1 0 0 15 0 9 0 1992934133 889229312 59288 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5887/tid=5894] ppid=5886 vsize=868388 CPUtime=0
/proc/5887/task/5894/stat : 5894 (java) S 5886 5873 5776 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992934133 889229312 59288 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5887/tid=5895] ppid=5886 vsize=868388 CPUtime=0
/proc/5887/task/5895/stat : 5895 (java) S 5886 5873 5776 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992934133 889229312 59288 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 887344

[startup+25.5014 s]
/proc/loadavg: 2.13 2.11 2.04 3/83 5895
/proc/meminfo: memFree=1511960/2055920 swapFree=4117692/4192956
[pid=5873] ppid=5871 vsize=13600 CPUtime=1.54
/proc/5873/stat : 5873 (sugar) S 5871 5873 5776 0 -1 4194304 974 12893 0 1 3 0 140 11 16 0 1 0 1992933964 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5873/statm: 3400 797 370 3 0 500 0
[pid=5886] ppid=5873 vsize=5356 CPUtime=0
/proc/5886/stat : 5886 (sh) S 5873 5873 5776 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992934128 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5886/statm: 1339 233 193 169 0 50 0
[pid=5887] ppid=5886 vsize=868500 CPUtime=23.6
/proc/5887/stat : 5887 (java) S 5886 5873 5776 0 -1 0 87087 0 2 0 2301 59 0 0 18 0 9 0 1992934129 889344000 60007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5887/statm: 217125 60007 2567 9 0 211672 0
[pid=5887/tid=5888] ppid=5886 vsize=868500 CPUtime=15.13
/proc/5887/task/5888/stat : 5888 (java) R 5886 5873 5776 0 -1 64 5939 0 2 0 1499 14 0 0 25 0 9 0 1992934130 889344000 60007 996147200 134512640 134550740 4294955952 18446744073709551615 4126627832 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5887/tid=5889] ppid=5886 vsize=868500 CPUtime=8.16
/proc/5887/task/5889/stat : 5889 (java) S 5886 5873 5776 0 -1 64 78949 0 0 0 775 41 0 0 16 0 9 0 1992934131 889344000 60007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5887/tid=5890] ppid=5886 vsize=868500 CPUtime=0
/proc/5887/task/5890/stat : 5890 (java) S 5886 5873 5776 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992934131 889344000 60007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5887/tid=5891] ppid=5886 vsize=868500 CPUtime=0
/proc/5887/task/5891/stat : 5891 (java) S 5886 5873 5776 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992934131 889344000 60007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=6116] ppid=5873 vsize=5356 CPUtime=0
/proc/6116/stat : 6116 (sh) S 5873 5873 5776 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993057862 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6116/statm: 1339 232 193 169 0 50 0
[pid=6117] ppid=6116 vsize=279264 CPUtime=181.56
/proc/6117/stat : 6117 (minisat) R 6116 5873 5776 0 -1 4194304 68581 0 0 0 18098 58 0 0 25 0 1 0 1993057863 285966336 68567 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6117/statm: 69816 68567 76 150 0 69663 0
Current children cumulated CPU time (s) 1410.95
Current children cumulated vsize (KiB) 298220

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 6117
/proc/meminfo: memFree=768512/2055920 swapFree=4117692/4192956
[pid=5873] ppid=5871 vsize=13600 CPUtime=1229.39
/proc/5873/stat : 5873 (sugar) S 5871 5873 5776 0 -1 4194304 1034 138219 0 3 3 1 122724 211 16 0 1 0 1992933964 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5873/statm: 3400 799 370 3 0 500 0
[pid=6116] ppid=5873 vsize=5356 CPUtime=0
/proc/6116/stat : 6116 (sh) S 5873 5873 5776 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993057862 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6116/statm: 1339 232 193 169 0 50 0
[pid=6117] ppid=6116 vsize=287300 CPUtime=240.99
/proc/6117/stat : 6117 (minisat) R 6116 5873 5776 0 -1 4194304 70440 0 0 0 24039 60 0 0 25 0 1 0 1993057863 294195200 70426 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6117/statm: 71825 70426 76 150 0 71672 0
Current children cumulated CPU time (s) 1470.38
Current children cumulated vsize (KiB) 306256

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 6117
/proc/meminfo: memFree=752000/2055920 swapFree=4117692/4192956
[pid=5873] ppid=5871 vsize=13600 CPUtime=1229.39
/proc/5873/stat : 5873 (sugar) S 5871 5873 5776 0 -1 4194304 1034 138219 0 3 3 1 122724 211 16 0 1 0 1992933964 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5873/statm: 3400 799 370 3 0 500 0
[pid=6116] ppid=5873 vsize=5356 CPUtime=0
/proc/6116/stat : 6116 (sh) S 5873 5873 5776 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993057862 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6116/statm: 1339 232 193 169 0 50 0
[pid=6117] ppid=6116 vsize=294176 CPUtime=300.42
/proc/6117/stat : 6117 (minisat) R 6116 5873 5776 0 -1 4194304 72238 0 0 0 29979 63 0 0 25 0 1 0 1993057863 301236224 72224 996147200 134512640 135127466 4294956272 18446744073709551615 134521703 0 0 4096 3 0 0 0 17 1 0 0
/proc/6117/statm: 73544 72224 76 150 0 73391 0
Current children cumulated CPU time (s) 1529.81
Current children cumulated vsize (KiB) 313132

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 6117
/proc/meminfo: memFree=734408/2055920 swapFree=4117692/4192956
[pid=5873] ppid=5871 vsize=13600 CPUtime=1229.39
/proc/5873/stat : 5873 (sugar) S 5871 5873 5776 0 -1 4194304 1034 138219 0 3 3 1 122724 211 16 0 1 0 1992933964 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5873/statm: 3400 799 370 3 0 500 0
[pid=6116] ppid=5873 vsize=5356 CPUtime=0
/proc/6116/stat : 6116 (sh) S 5873 5873 5776 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993057862 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6116/statm: 1339 232 193 169 0 50 0
[pid=6117] ppid=6116 vsize=302672 CPUtime=359.84
/proc/6117/stat : 6117 (minisat) R 6116 5873 5776 0 -1 4194304 74331 0 0 0 35920 64 0 0 25 0 1 0 1993057863 309936128 74317 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6117/statm: 75668 74317 76 150 0 75515 0
Current children cumulated CPU time (s) 1589.23
Current children cumulated vsize (KiB) 321628

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 6117
/proc/meminfo: memFree=728968/2055920 swapFree=4117692/4192956
[pid=5873] ppid=5871 vsize=13600 CPUtime=1229.39
/proc/5873/stat : 5873 (sugar) S 5871 5873 5776 0 -1 4194304 1034 138219 0 3 3 1 122724 211 16 0 1 0 1992933964 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5873/statm: 3400 799 370 3 0 500 0
[pid=6116] ppid=5873 vsize=5356 CPUtime=0
/proc/6116/stat : 6116 (sh) S 5873 5873 5776 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993057862 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6116/statm: 1339 232 193 169 0 50 0
[pid=6117] ppid=6116 vsize=308848 CPUtime=419.28
/proc/6117/stat : 6117 (minisat) R 6116 5873 5776 0 -1 4194304 75664 0 0 0 41862 66 0 0 25 0 1 0 1993057863 316260352 75650 996147200 134512640 135127466 4294956272 18446744073709551615 134530650 0 0 4096 3 0 0 0 17 1 0 0
/proc/6117/statm: 77212 75650 76 150 0 77059 0
Current children cumulated CPU time (s) 1648.67
Current children cumulated vsize (KiB) 327804

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 6117
/proc/meminfo: memFree=715784/2055920 swapFree=4117692/4192956
[pid=5873] ppid=5871 vsize=13600 CPUtime=1229.39
/proc/5873/stat : 5873 (sugar) S 5871 5873 5776 0 -1 4194304 1034 138219 0 3 3 1 122724 211 16 0 1 0 1992933964 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5873/statm: 3400 799 370 3 0 500 0
[pid=6116] ppid=5873 vsize=5356 CPUtime=0
/proc/6116/stat : 6116 (sh) S 5873 5873 5776 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993057862 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6116/statm: 1339 232 193 169 0 50 0
[pid=6117] ppid=6116 vsize=312696 CPUtime=478.7
/proc/6117/stat : 6117 (minisat) R 6116 5873 5776 0 -1 4194304 76631 0 0 0 47804 66 0 0 25 0 1 0 1993057863 320200704 76617 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6117/statm: 78174 76617 76 150 0 78021 0
Current children cumulated CPU time (s) 1708.09
Current children cumulated vsize (KiB) 331652

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 6117
/proc/meminfo: memFree=712456/2055920 swapFree=4117692/4192956
[pid=5873] ppid=5871 vsize=13600 CPUtime=1229.39
/proc/5873/stat : 5873 (sugar) S 5871 5873 5776 0 -1 4194304 1034 138219 0 3 3 1 122724 211 16 0 1 0 1992933964 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5873/statm: 3400 799 370 3 0 500 0
[pid=6116] ppid=5873 vsize=5356 CPUtime=0
/proc/6116/stat : 6116 (sh) S 5873 5873 5776 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993057862 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6116/statm: 1339 232 193 169 0 50 0
[pid=6117] ppid=6116 vsize=315900 CPUtime=538.13
/proc/6117/stat : 6117 (minisat) R 6116 5873 5776 0 -1 4194304 77439 0 0 0 53746 67 0 0 25 0 1 0 1993057863 323481600 77425 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6117/statm: 78975 77425 76 150 0 78822 0
Current children cumulated CPU time (s) 1767.52
Current children cumulated vsize (KiB) 334856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 6117
/proc/meminfo: memFree=710664/2055920 swapFree=4117692/4192956
[pid=5873] ppid=5871 vsize=13600 CPUtime=1229.39
/proc/5873/stat : 5873 (sugar) S 5871 5873 5776 0 -1 4194304 1034 138219 0 3 3 1 122724 211 16 0 1 0 1992933964 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5873/statm: 3400 799 370 3 0 500 0
[pid=6116] ppid=5873 vsize=5356 CPUtime=0
/proc/6116/stat : 6116 (sh) S 5873 5873 5776 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993057862 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6116/statm: 1339 232 193 169 0 50 0
[pid=6117] ppid=6116 vsize=317584 CPUtime=570.63
/proc/6117/stat : 6117 (minisat) R 6116 5873 5776 0 -1 4194304 77882 0 0 0 56995 68 0 0 25 0 1 0 1993057863 325206016 77868 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6117/statm: 79396 77868 76 150 0 79243 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 336540

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

[startup+1815.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 6117
/proc/meminfo: memFree=710664/2055920 swapFree=4117692/4192956
[pid=5873] ppid=5871 vsize=13600 CPUtime=1229.39
/proc/5873/stat : 5873 (sugar) S 5871 5873 5776 0 -1 4194304 1034 138219 0 3 3 1 122724 211 16 0 1 0 1992933964 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5873/statm: 3400 799 370 3 0 500 0
[pid=6116] ppid=5873 vsize=5356 CPUtime=0
/proc/6116/stat : 6116 (sh) S 5873 5873 5776 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993057862 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6116/statm: 1339 232 193 169 0 50 0
[pid=6117] ppid=6116 vsize=317584 CPUtime=570.63
/proc/6117/stat : 6117 (minisat) R 6116 5873 5776 0 -1 4194304 77882 0 0 0 56995 68 0 0 25 0 1 0 1993057863 325206016 77868 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6117/statm: 79396 77868 76 150 0 79243 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 336540

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

[startup+1815.22 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 6117
/proc/meminfo: memFree=710664/2055920 swapFree=4117692/4192956
[pid=5873] ppid=5871 vsize=13600 CPUtime=1229.45
/proc/5873/stat : 5873 (sugar) R 5871 5873 5776 0 -1 4194304 1069 138496 0 3 3 7 122724 211 16 0 1 0 1992933964 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 208717714473 0 0 4224 16386 0 0 0 17 1 0 0
/proc/5873/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 1229.45
Current children cumulated vsize (KiB) 13600

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

[startup+1815.22 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 6117
/proc/meminfo: memFree=710664/2055920 swapFree=4117692/4192956
[pid=5873] ppid=5871 vsize=13600 CPUtime=1229.45
/proc/5873/stat : 5873 (sugar) R 5871 5873 5776 0 -1 4194304 1069 138496 0 3 3 7 122724 211 16 0 1 0 1992933964 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 208717714473 0 0 4224 16386 0 0 0 17 1 0 0
/proc/5873/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 1229.45
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): 570.57
#  lost CPU user time (s): 569.95
#  lost CPU system time (s): 0.62

Real time (s): 1815.26
CPU time (s): 1800.08
CPU user time (s): 1797.24
CPU system time (s): 2.83966
CPU usage (%): 99.1636
Max. virtual memory (cumulated for all children) (KiB): 908340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1227.29
system time used= 2.21966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139596
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31911
involuntary context switches= 56457

runsolver used 2.08968 second user time and 6.21905 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-04 04:46:57
IDJOB=1064043
IDBENCH=54900
IDSOLVER=346
FILE ID=node47/1064043-1215139617
PBS_JOBID= 7877383
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c027916dfd2e151efb6693997eb2418f
RANDOM SEED=1206734096

node47.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.281
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.281
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:       1761872 kB
Buffers:          8172 kB
Cached:         118596 kB
SwapCached:      69140 kB
Active:         171432 kB
Inactive:        70700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1761872 kB
SwapTotal:     4192956 kB
SwapFree:      4117692 kB
Dirty:            3856 kB
Writeback:           0 kB
Mapped:         122808 kB
Slab:            36976 kB
Committed_AS:  3992332 kB
PageTables:       2004 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= 66388 MiB
End job on node47 at 2008-07-04 05:17:14