Trace number 1110807

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-inc? (TO) 3600.28 3620.85

General information on the benchmark

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

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 06:01:08 2008
0.00/0.08	c 0	PID 17742
0.06/0.08	c 0	HOST node21.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1110807-1215835267.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110807-1215835267.xml' 'HOME/temp.csp'
0.06/0.42	c 0	1 domains, 238 variables, 0 predicates, 2 relations, 31 constraints
0.06/0.46	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.46	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.39/0.53	c 0	Parsing HOME/temp.csp
0.39/0.76	c 0	parsed 272 expressions
0.39/0.77	c 0	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.39/0.77	c 0	MAX CSP: 31 constraints
0.39/0.77	c 0	Converting to clausal form CSP
0.39/0.79	c 0	converted 31 (10%) expressions
0.39/0.79	c 0	converted 62 (20%) expressions
0.39/0.79	c 0	converted 92 (30%) expressions
0.39/0.79	c 0	converted 123 (40%) expressions
0.39/0.79	c 0	converted 153 (50%) expressions
0.39/0.80	c 0	converted 184 (60%) expressions
0.39/0.80	c 0	converted 215 (70%) expressions
1.10/1.30	c 1	converted 245 (80%) expressions
4.47/4.68	c 4	converted 276 (90%) expressions
4.97/5.19	c 5	converted 306 (100%) expressions
4.97/5.19	c 5	CSP : 300 integers, 0 booleans, 92 clauses, largest domain size 47
4.97/5.19	c 5	Heap : 156 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.97/5.19	c 5	Propagation in CSP
5.06/5.20	c 5	26 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.06/5.20	c 5	CSP : 300 integers, 0 booleans, 92 clauses, largest domain size 32
5.06/5.20	c 5	Heap : 156 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.06/5.20	c 5	Simplifing CSP by introducing new Boolean variables
5.06/5.20	c 5	CSP : 300 integers, 0 booleans, 92 clauses, largest domain size 32
5.06/5.20	c 5	Heap : 156 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.96/6.19	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.06/6.21	c 6	30 (10%) CSP integer variables are encoded (720 clauses, 7776 bytes)
6.06/6.21	c 6	60 (20%) CSP integer variables are encoded (1440 clauses, 16657 bytes)
6.06/6.22	c 6	90 (30%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
6.06/6.22	c 6	120 (40%) CSP integer variables are encoded (2880 clauses, 35377 bytes)
6.06/6.22	c 6	150 (50%) CSP integer variables are encoded (3600 clauses, 44737 bytes)
6.06/6.22	c 6	180 (60%) CSP integer variables are encoded (4320 clauses, 54097 bytes)
6.06/6.22	c 6	210 (70%) CSP integer variables are encoded (5040 clauses, 63457 bytes)
6.06/6.22	c 6	240 (80%) CSP integer variables are encoded (5712 clauses, 72193 bytes)
6.06/6.22	c 6	270 (90%) CSP integer variables are encoded (5742 clauses, 72583 bytes)
6.06/6.22	c 6	300 (100%) CSP integer variables are encoded (5934 clauses, 75079 bytes)
879.33/880.27	c 880	10 (10%) CSP clauses are encoded (1493734 clauses, 149357330 bytes)
1513.28/1514.55	c 1514	19 (20%) CSP clauses are encoded (2606342 clauses, 262607221 bytes)
1565.03/1566.32	c 1566	28 (30%) CSP clauses are encoded (2926508 clauses, 299936248 bytes)
1582.21/1583.52	c 1583	37 (40%) CSP clauses are encoded (3033258 clauses, 312510353 bytes)
1582.21/1583.52	c 1583	46 (50%) CSP clauses are encoded (3033337 clauses, 312511628 bytes)
1582.21/1583.52	c 1583	56 (60%) CSP clauses are encoded (3033382 clauses, 312512319 bytes)
1582.21/1583.53	c 1583	65 (70%) CSP clauses are encoded (3033610 clauses, 312516205 bytes)
1582.21/1583.53	c 1583	74 (80%) CSP clauses are encoded (3033678 clauses, 312517295 bytes)
1582.21/1583.53	c 1583	83 (90%) CSP clauses are encoded (3033736 clauses, 312518206 bytes)
1582.21/1583.53	c 1583	92 (100%) CSP clauses are encoded (3034860 clauses, 312537443 bytes)
1582.21/1583.53	c 1583	92 CSP clauses encoded
1582.21/1583.53	c 1583	Writing map file : HOME/temp.map
1582.21/1583.54	c 1583	Heap : 244 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1582.21/1583.54	c 1583	SAT : 6234 SAT variables, 3034860 SAT clauses, 312537443 bytes
1582.21/1583.54	c 1583	Heap : 244 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1582.30/1583.60	c 1583	OBJECTIVE minimize _COST
1582.30/1583.60	c 1583	SOLVING HOME/temp.cnf
1582.30/1583.60	c 1583	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1582.30/1583.60	c 1583	This is MiniSat 2.0 beta incremental
1582.30/1583.60	c 1583	WARNING: for repeatability, setting FPU to use double precision
1582.30/1583.60	c 1583	============================[ Problem Statistics ]=============================
1582.30/1583.60	c 1583	|                                                                             |
1582.30/1583.60	c 1583	|  Number of variables:  6234                                                 |
1582.30/1583.60	c 1583	|  Number of clauses:    3034860                                              |
1588.45/1589.84	c 1589	|  Parsing time:         5.64         s                                       |
1588.74/1590.15	c 1590	OK
1588.74/1590.15	c 1590	OBJECTIVE BOUND: 0 <= _COST <= 
1588.74/1590.15	c 1590	SEARCHING: _COST <= 16
1588.74/1590.15	c 1590	============================[ Search Statistics ]==============================
1588.74/1590.15	c 1590	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1588.74/1590.15	c 1590	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1588.74/1590.15	c 1590	===============================================================================
1588.74/1590.15	c 1590	|         0 |    6234  3034860 57902676 |  1011620        0    nan |  0.000 % |
1589.24/1590.65	c 1590	|       100 |    6234  3034860 57902676 |  1112782      100      7 |  0.000 % |
1589.64/1591.04	c 1590	|       250 |    6234  3034860 57902676 |  1224060      250      8 |  0.000 % |
1589.83/1591.25	c 1591	|       477 |    6234  3034860 57902676 |  1346466      477      8 |  0.000 % |
1589.93/1591.32	c 1591	|       815 |    6234  3034860 57902676 |  1481112      815      9 |  0.000 % |
1590.13/1591.54	c 1591	|      1322 |    6234  3034860 57902676 |  1629224     1322      9 |  0.000 % |
1591.02/1592.40	c 1592	|      2082 |    6234  3034860 57902676 |  1792146     2082     10 |  0.000 % |
1591.31/1592.74	c 1592	|      3221 |    6234  3034860 57902676 |  1971361     3221     10 |  0.000 % |
1591.51/1592.99	c 1592	|      4930 |    6234  3034860 57902676 |  2168497     4930     10 |  0.000 % |
1592.80/1594.26	c 1594	|      7493 |    6234  3034860 57902676 |  2385347     7493     11 |  0.000 % |
1594.19/1595.62	c 1595	|     11337 |    6234  3034860 57902676 |  2623881    11337     11 |  0.000 % |
1596.76/1598.24	c 1598	|     17103 |    6234  3034860 57902676 |  2886269    17103     11 |  0.000 % |
1600.72/1602.23	c 1602	|     25752 |    6234  3034860 57902676 |  3174896    25752     11 |  0.000 % |
1610.04/1611.62	c 1611	|     38728 |    6234  3034860 57902676 |  3492386    38728     11 |  0.000 % |
1619.05/1620.78	c 1620	|     58189 |    6234  3034860 57902676 |  3841625    58189     11 |  0.000 % |
1637.17/1639.00	c 1638	|     87382 |    6234  3034860 57902676 |  4225787    87382     11 |  0.000 % |
1663.62/1665.76	c 1665	|    131171 |    6234  3034860 57902676 |  4648366   131171     12 |  0.000 % |
1703.83/1706.32	c 1706	|    196856 |    6234  3034860 57902676 |  5113203   196856     12 |  0.000 % |
1796.15/1799.51	c 1799	|    295383 |    6234  3034860 57902676 |  5624523   295383     13 |  0.000 % |
1987.31/1992.52	c 1992	|    443172 |    6234  3034860 57902676 |  6186975   443172     14 |  0.000 % |
2249.30/2257.05	c 2257	|    664855 |    6234  3034860 57902676 |  6805673   664855     15 |  0.000 % |
2751.71/2764.25	c 2764	|    997381 |    6234  3034860 57902676 |  7486240   997381     16 |  0.000 % |
3600.00/3620.61	c ERROR INTERRUPTED
3600.00/3620.61	s UNKNOWN
3600.15/3620.73	c 3620	CPU 3596.63 (0.06 0.01 3596.57 3.46)
3600.15/3620.73	c 3620	END Sat Jul 12 07:01:28 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-1110807-1215835267/watcher-1110807-1215835267 -o /tmp/evaluation-result-1110807-1215835267/solver-1110807-1215835267 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1110807-1215835267.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 2.00 2.00 4/81 17742
/proc/meminfo: memFree=1870864/2055920 swapFree=4179080/4192956
[pid=17742] ppid=17740 vsize=12268 CPUtime=0
/proc/17742/stat : 17742 (sugar++) R 17740 17742 16850 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 40228845 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 221236656741 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/17742/statm: 3067 316 241 3 0 167 0

[startup+0.0813229 s]
/proc/loadavg: 1.92 2.00 2.00 4/81 17742
/proc/meminfo: memFree=1870864/2055920 swapFree=4179080/4192956
[pid=17742] ppid=17740 vsize=16740 CPUtime=0.06
/proc/17742/stat : 17742 (sugar++) S 17740 17742 16850 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 40228845 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17742/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101612 s]
/proc/loadavg: 1.92 2.00 2.00 4/81 17742
/proc/meminfo: memFree=1870864/2055920 swapFree=4179080/4192956
[pid=17742] ppid=17740 vsize=16740 CPUtime=0.06
/proc/17742/stat : 17742 (sugar++) S 17740 17742 16850 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 40228845 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17742/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301625 s]
/proc/loadavg: 1.92 2.00 2.00 4/81 17742
/proc/meminfo: memFree=1870864/2055920 swapFree=4179080/4192956
[pid=17742] ppid=17740 vsize=16740 CPUtime=0.06
/proc/17742/stat : 17742 (sugar++) S 17740 17742 16850 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 40228845 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17742/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.702698 s]
/proc/loadavg: 1.92 2.00 2.00 4/81 17742
/proc/meminfo: memFree=1870864/2055920 swapFree=4179080/4192956
[pid=17742] ppid=17740 vsize=16740 CPUtime=0.39
/proc/17742/stat : 17742 (sugar++) S 17740 17742 16850 0 -1 4194304 1296 6601 0 1 5 1 29 4 16 0 1 0 40228845 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17742/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 16740

[startup+1.50286 s]
/proc/loadavg: 1.92 2.00 2.00 4/92 17764
/proc/meminfo: memFree=1853432/2055920 swapFree=4179080/4192956
[pid=17742] ppid=17740 vsize=16740 CPUtime=0.39
/proc/17742/stat : 17742 (sugar++) S 17740 17742 16850 0 -1 4194304 1296 6601 0 1 5 1 29 4 15 0 1 0 40228845 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17742/statm: 4185 1104 409 3 0 764 0
[pid=17755] ppid=17742 vsize=5356 CPUtime=0
/proc/17755/stat : 17755 (sh) S 17742 17742 16850 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40228891 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17755/statm: 1339 233 193 169 0 50 0
[pid=17756] ppid=17755 vsize=864152 CPUtime=1.01
/proc/17756/stat : 17756 (java) S 17755 17742 16850 0 -1 0 10785 0 1 0 97 4 0 0 19 0 9 0 40228891 884891648 9825 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17756/statm: 216038 9825 2540 9 0 210613 0
[pid=17756/tid=17757] ppid=17755 vsize=864152 CPUtime=0.4
/proc/17756/task/17757/stat : 17757 (java) R 17755 17742 16850 0 -1 64 2897 0 1 0 39 1 0 0 19 0 9 0 40228892 884891648 9825 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17756/tid=17758] ppid=17755 vsize=864152 CPUtime=0.52
/proc/17756/task/17758/stat : 17758 (java) R 17755 17742 16850 0 -1 64 6861 0 0 0 50 2 0 0 17 0 9 0 40228893 884891648 9825 996147200 134512640 134550740 4294955920 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17756/tid=17759] ppid=17755 vsize=864152 CPUtime=0
/proc/17756/task/17759/stat : 17759 (java) S 17755 17742 16850 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40228893 884891648 9825 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17756/tid=17760] ppid=17755 vsize=864152 CPUtime=0
/proc/17756/task/17760/stat : 17760 (java) S 17755 17742 16850 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40228893 884891648 9825 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17756/tid=17761] ppid=17755 vsize=864152 CPUtime=0
/proc/17756/task/17761/stat : 17761 (java) S 17755 17742 16850 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40228895 884891648 9825 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17756/tid=17762] ppid=17755 vsize=864152 CPUtime=0.07
/proc/17756/task/17762/stat : 17762 (java) S 17755 17742 16850 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 40228895 884891648 9825 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17756/tid=17763] ppid=17755 vsize=864152 CPUtime=0
/proc/17756/task/17763/stat : 17763 (java) S 17755 17742 16850 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40228895 884891648 9825 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17756/tid=17764] ppid=17755 vsize=864152 CPUtime=0
/proc/17756/task/17764/stat : 17764 (java) S 17755 17742 16850 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40228895 884891648 9825 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886248

[startup+3.10216 s]
/proc/loadavg: 1.92 2.00 2.00 4/92 17764
/proc/meminfo: memFree=1815416/2055920 swapFree=4179080/4192956
[pid=17742] ppid=17740 vsize=16740 CPUtime=0.39
/proc/17742/stat : 17742 (sugar++) S 17740 17742 16850 0 -1 4194304 1296 6601 0 1 5 1 29 4 15 0 1 0 40228845 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17742/statm: 4185 1104 409 3 0 764 0
[pid=17755] ppid=17742 vsize=5356 CPUtime=0
/proc/17755/stat : 17755 (sh) S 17742 17742 16850 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40228891 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17755/statm: 1339 233 193 169 0 50 0
[pid=17756] ppid=17755 vsize=864152 CPUtime=2.6
/proc/17756/stat : 17756 (java) S 17755 17742 16850 0 -1 0 25142 0 1 0 249 11 0 0 19 0 9 0 40228891 884891648 23980 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17756/statm: 216038 23980 2540 9 0 210613 0
[pid=17756/tid=17757] ppid=17755 vsize=864152 CPUtime=0.87
/proc/17756/task/17757/stat : 17757 (java) R 17755 17742 16850 0 -1 64 3559 0 1 0 86 1 0 0 21 0 9 0 40228892 884891648 23980 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17756/tid=17758] ppid=17755 vsize=864152 CPUtime=1.62
/proc/17756/task/17758/stat : 17758 (java) R 17755 17742 16850 0 -1 64 20556 0 0 0 154 8 0 0 16 0 9 0 40228893 884891648 23980 996147200 134512640 134550740 4294955920 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17756/tid=17759] ppid=17755 vsize=864152 CPUtime=0
/proc/17756/task/17759/stat : 17759 (java) S 17755 17742 16850 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40228893 884891648 23980 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17756/tid=17760] ppid=17755 vsize=864152 CPUtime=0
/proc/17756/task/17760/stat : 17760 (java) S 17755 17742 16850 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40228893 884891648 23980 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17756/tid=17761] ppid=17755 vsize=864152 CPUtime=0
/proc/17756/task/17761/stat : 17761 (java) S 17755 17742 16850 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40228895 884891648 23980 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17756/tid=17762] ppid=17755 vsize=864152 CPUtime=0.07
/proc/17756/task/17762/stat : 17762 (java) S 17755 17742 16850 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 40228895 884891648 23980 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17756/tid=17763] ppid=17755 vsize=864152 CPUtime=0
/proc/17756/task/17763/stat : 17763 (java) S 17755 17742 16850 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40228895 884891648 23980 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17756/tid=17764] ppid=17755 vsize=864152 CPUtime=0
/proc/17756/task/17764/stat : 17764 (java) S 17755 17742 16850 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40228895 884891648 23980 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886248

[startup+6.30276 s]
/proc/loadavg: 2.01 2.01 2.01 3/92 17764
/proc/meminfo: memFree=1686776/2055920 swapFree=4179080/4192956
[pid=17742] ppid=17740 vsize=16740 CPUtime=0.39
/proc/17742/stat : 17742 (sugar++) S 17740 17742 16850 0 -1 4194304 1297 6601 0 1 5 1 29 4 16 0 1 0 40228845 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17742/statm: 4185 1104 409 3 0 764 0
[pid=17755] ppid=17742 vsize=5356 CPUtime=0
/proc/17755/stat : 17755 (sh) S 17742 17742 16850 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40228891 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17755/statm: 1339 233 193 169 0 50 0
[pid=17756] ppid=17755 vsize=864284 CPUtime=5.75
/proc/17756/stat : 17756 (java) S 17755 17742 16850 0 -1 0 57236 0 1 0 550 25 0 0 19 0 9 0 40228891 885026816 45668 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17756/statm: 216071 45668 2565 9 0 210618 0
[pid=17756/tid=17757] ppid=17755 vsize=864284 CPUtime=1.66
/proc/17756/task/17757/stat : 17757 (java) R 17755 17742 16850 0 -1 64 5153 0 1 0 164 2 0 0 17 0 9 0 40228892 885026816 45668 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17756/tid=17758] ppid=17755 vsize=864284 CPUtime=3.98
/proc/17756/task/17758/stat : 17758 (java) S 17755 17742 16850 0 -1 64 51038 0 0 0 376 22 0 0 16 0 9 0 40228893 885026816 45668 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17756/tid=17759] ppid=17755 vsize=864284 CPUtime=0
/proc/17756/task/17759/stat : 17759 (java) S 17755 17742 16850 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40228893 885026816 45668 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17756/tid=17760] ppid=17755 vsize=864284 CPUtime=0
/proc/17756/task/17760/stat : 17760 (java) S 17755 17742 16850 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40228893 885026816 45668 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17756/tid=17761] ppid=17755 vsize=864284 CPUtime=0
/proc/17756/task/17761/stat : 17761 (java) S 17755 17742 16850 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40228895 885026816 45668 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17756/tid=17762] ppid=17755 vsize=864284 CPUtime=0.1
/proc/17756/task/17762/stat : 17762 (java) R 17755 17742 16850 0 -1 64 353 0 0 0 10 0 0 0 16 0 9 0 40228895 885026816 45668 996147200 134512640 134550740 4294955920 18446744073709551615 102097130 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17756/tid=17763] ppid=17755 vsize=864284 CPUtime=0
/proc/17756/task/17763/stat : 17763 (java) S 17755 17742 16850 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40228895 885026816 45668 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17756/tid=17764] ppid=17755 vsize=864284 CPUtime=0
/proc/17756/task/17764/stat : 17764 (java) S 17755 17742 16850 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40228895 885026816 45668 996147200 134512640 134550740 4294955920 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) 886380

[startup+12.702 s]
/proc/loadavg: 2.01 2.01 2.00 3/92 17764
/proc/meminfo: memFree=1690552/2055920 swapFree=4179080/4192956
[pid=17742] ppid=17740 vsize=16740 CPUtime=0.39
/proc/17742/stat : 17742 (sugar++) S 17740 17742 16850 0 -1 4194304 1297 6601 0 1 5 1 29 4 16 0 1 0 40228845 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17742/statm: 4185 1104 409 3 0 764 0
[pid=17755] ppid=17742 vsize=5356 CPUtime=0
/proc/17755/stat : 17755 (sh) S 17742 17742 16850 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40228891 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17755/statm: 1339 233 193 169 0 50 0
[pid=17756] ppid=17755 vsize=864284 CPUtime=12.1
/proc/17756/stat : 17756 (java) S 17755 17742 16850 0 -1 0 58063 0 1 0 1184 26 0 0 19 0 9 0 40228891 885026816 46486 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17756/statm: 216071 46486 2565 9 0 210618 0
[pid=17756/tid=17757] ppid=17755 vsize=864284 CPUtime=7.93
/proc/17756/task/17757/stat : 17757 (java) R 17755 17742 16850 0 -1 64 5188 0 1 0 791 2 0 0 25 0 9 0 40228892 885026816 46486 996147200 134512640 134550740 4294955920 18446744073709551615 4125952064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17756/tid=17758] ppid=17755 vsize=864284 CPUtime=4.04
/proc/17756/task/17758/stat : 17758 (java) S 17755 17742 16850 0 -1 64 51823 0 0 0 381 23 0 0 16 0 9 0 40228893 885026816 46486 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17756/tid=17759] ppid=17755 vsize=864284 CPUtime=0
/proc/17756/task/17759/stat : 17759 (java) S 17755 17742 16850 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40228893 885026816 46486 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17756/tid=17760] ppid=17755 vsize=864284 CPUtime=0
/proc/17756/task/17760/stat : 17760 (java) S 17755 17742 16850 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40228893 885026816 46486 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17756/tid=17761] ppid=17755 vsize=864284 CPUtime=0
/proc/17756/task/17761/stat : 17761 (java) S 17755 17742 16850 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40228895 885026816 46486 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17756/tid=17762] ppid=17755 vsize=864284 CPUtime=0.11
/proc/17756/task/17762/stat : 17762 (java) S 17755 17742 16850 0 -1 64 360 0 0 0 11 0 0 0 16 0 9 0 40228895 885026816 46486 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17756/tid=17763] ppid=17755 vsize=864284 CPUtime=0
/proc/17756/task/17763/stat : 17763 (java) S 17755 17742 16850 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40228895 885026816 46486 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17756/tid=17764] ppid=17755 vsize=864284 CPUtime=0
/proc/17756/task/17764/stat : 17764 (java) S 17755 17742 16850 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40228895 885026816 46486 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 886380

[startup+25.5024 s]
/proc/loadavg: 2.00 2.01 2.00 3/92 17764
/proc/meminfo: memFree=1687160/2055920 swapFree=4179080/4192956
[pid=17742] ppid=17740 vsize=16740 CPUtime=0.39
/proc/17742/stat : 17742 (sugar++) S 17740 17742 16850 0 -1 4194304 1297 6601 0 1 5 1 29 4 16 0 1 0 40228845 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17742/statm: 4185 1104 409 3 0 764 0
[pid=17755] ppid=17742 vsize=5356 CPUtime=0
/proc/17755/stat : 17755 (sh) S 17742 17742 16850 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40228891 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17755/statm: 1339 233 193 169 0 50 0
[pid=17756] ppid=17755 vsize=864284 CPUtime=24.77
/proc/17756/stat : 17756 (java) S 17755 17742 16850 0 -1 0 58910 0 1 0 2450 27 0 0 19 0 9 0 40228891 885026816 47328 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17756/statm: 216071 47328 2565 9 0 210618 0
[pid=17756/tid=17757] ppid=17755 vsize=864284 CPUtime=20.56
/proc/17756/task/17757/stat : 17757 (java) R 17755 17742 16850 0 -1 64 5193 0 1 0 2054 2 0 0 25 0 9 0 40228892 885026816 47328 996147200 134512640 134550740 4294955920 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17756/tid=17758] ppid=17755 vsize=864284 CPUtime=4.07
/proc/17756/task/17758/stat : 17758 (java) S 17755 17742 16850 0 -1 64 52665 0 0 0 384 23 0 0 16 0 9 0 40228893 885026816 47328 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17756/tid=17759] ppid=17755 vsize=864284 CPUtime=0
/proc/17756/task/17759/stat : 17759 (java) S 17755 17742 16850 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40228893 885026816 47328 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17756/tid=17760] ppid=17755 vsize=864284 CPUtime=0
/proc/17756/task/17760/stat : 17760 (java) S 17755 17742 16850 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40228893 885026816 47328 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=17742] ppid=17740 vsize=16740 CPUtime=1582.32
/proc/17742/stat : 17742 (sugar++) S 17740 17742 16850 0 -1 4194304 1462 143117 0 2 6 1 157984 241 16 0 1 0 40228845 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17742/statm: 4185 1113 414 3 0 764 0
[pid=17799] ppid=17742 vsize=499760 CPUtime=1325.99
/proc/17799/stat : 17799 (minisat-inc) R 17742 17742 16850 0 -1 4194304 121845 0 0 0 132511 88 0 0 25 0 1 0 40387205 511754240 121793 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17799/statm: 124940 121793 74 151 0 124786 0
Current children cumulated CPU time (s) 2908.31
Current children cumulated vsize (KiB) 516500

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17799
/proc/meminfo: memFree=1043328/2055920 swapFree=4179080/4192956
[pid=17742] ppid=17740 vsize=16740 CPUtime=1582.32
/proc/17742/stat : 17742 (sugar++) S 17740 17742 16850 0 -1 4194304 1462 143117 0 2 6 1 157984 241 16 0 1 0 40228845 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17742/statm: 4185 1113 414 3 0 764 0
[pid=17799] ppid=17742 vsize=502912 CPUtime=1385.43
/proc/17799/stat : 17799 (minisat-inc) R 17742 17742 16850 0 -1 4194304 122660 0 0 0 138454 89 0 0 25 0 1 0 40387205 514981888 122608 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17799/statm: 125728 122608 74 151 0 125574 0
Current children cumulated CPU time (s) 2967.75
Current children cumulated vsize (KiB) 519652

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17799
/proc/meminfo: memFree=1040384/2055920 swapFree=4179080/4192956
[pid=17742] ppid=17740 vsize=16740 CPUtime=1582.32
/proc/17742/stat : 17742 (sugar++) S 17740 17742 16850 0 -1 4194304 1462 143117 0 2 6 1 157984 241 16 0 1 0 40228845 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17742/statm: 4185 1113 414 3 0 764 0
[pid=17799] ppid=17742 vsize=505972 CPUtime=1444.86
/proc/17799/stat : 17799 (minisat-inc) R 17742 17742 16850 0 -1 4194304 123423 0 0 0 144396 90 0 0 25 0 1 0 40387205 518115328 123371 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17799/statm: 126493 123371 74 151 0 126339 0
Current children cumulated CPU time (s) 3027.18
Current children cumulated vsize (KiB) 522712

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17799
/proc/meminfo: memFree=1037568/2055920 swapFree=4179080/4192956
[pid=17742] ppid=17740 vsize=16740 CPUtime=1582.32
/proc/17742/stat : 17742 (sugar++) S 17740 17742 16850 0 -1 4194304 1462 143117 0 2 6 1 157984 241 16 0 1 0 40228845 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17742/statm: 4185 1113 414 3 0 764 0
[pid=17799] ppid=17742 vsize=508676 CPUtime=1504.29
/proc/17799/stat : 17799 (minisat-inc) R 17742 17742 16850 0 -1 4194304 124135 0 0 0 150339 90 0 0 25 0 1 0 40387205 520884224 124083 996147200 134512640 135134323 4294956192 18446744073709551615 134532022 0 0 4096 3 0 0 0 17 1 0 0
/proc/17799/statm: 127169 124083 74 151 0 127015 0
Current children cumulated CPU time (s) 3086.61
Current children cumulated vsize (KiB) 525416

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17799
/proc/meminfo: memFree=1034880/2055920 swapFree=4179080/4192956
[pid=17742] ppid=17740 vsize=16740 CPUtime=1582.32
/proc/17742/stat : 17742 (sugar++) S 17740 17742 16850 0 -1 4194304 1462 143117 0 2 6 1 157984 241 16 0 1 0 40228845 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17742/statm: 4185 1113 414 3 0 764 0
[pid=17799] ppid=17742 vsize=511320 CPUtime=1563.73
/proc/17799/stat : 17799 (minisat-inc) R 17742 17742 16850 0 -1 4194304 124785 0 0 0 156282 91 0 0 25 0 1 0 40387205 523591680 124733 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17799/statm: 127830 124733 74 151 0 127676 0
Current children cumulated CPU time (s) 3146.05
Current children cumulated vsize (KiB) 528060

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17799
/proc/meminfo: memFree=1032640/2055920 swapFree=4179080/4192956
[pid=17742] ppid=17740 vsize=16740 CPUtime=1582.32
/proc/17742/stat : 17742 (sugar++) S 17740 17742 16850 0 -1 4194304 1462 143117 0 2 6 1 157984 241 16 0 1 0 40228845 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17742/statm: 4185 1113 414 3 0 764 0
[pid=17799] ppid=17742 vsize=513624 CPUtime=1623.16
/proc/17799/stat : 17799 (minisat-inc) R 17742 17742 16850 0 -1 4194304 125333 0 0 0 162225 91 0 0 25 0 1 0 40387205 525950976 125281 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17799/statm: 128406 125281 74 151 0 128252 0
Current children cumulated CPU time (s) 3205.48
Current children cumulated vsize (KiB) 530364

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17799
/proc/meminfo: memFree=1029184/2055920 swapFree=4179080/4192956
[pid=17742] ppid=17740 vsize=16740 CPUtime=1582.32
/proc/17742/stat : 17742 (sugar++) S 17740 17742 16850 0 -1 4194304 1462 143117 0 2 6 1 157984 241 16 0 1 0 40228845 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17742/statm: 4185 1113 414 3 0 764 0
[pid=17799] ppid=17742 vsize=516900 CPUtime=1682.6
/proc/17799/stat : 17799 (minisat-inc) R 17742 17742 16850 0 -1 4194304 126179 0 0 0 168168 92 0 0 25 0 1 0 40387205 529305600 126127 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17799/statm: 129225 126127 74 151 0 129071 0
Current children cumulated CPU time (s) 3264.92
Current children cumulated vsize (KiB) 533640

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17799
/proc/meminfo: memFree=1026240/2055920 swapFree=4179080/4192956
[pid=17742] ppid=17740 vsize=16740 CPUtime=1582.32
/proc/17742/stat : 17742 (sugar++) S 17740 17742 16850 0 -1 4194304 1462 143117 0 2 6 1 157984 241 16 0 1 0 40228845 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17742/statm: 4185 1113 414 3 0 764 0
[pid=17799] ppid=17742 vsize=519800 CPUtime=1742.03
/proc/17799/stat : 17799 (minisat-inc) R 17742 17742 16850 0 -1 4194304 126917 0 0 0 174110 93 0 0 25 0 1 0 40387205 532275200 126865 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17799/statm: 129950 126865 74 151 0 129796 0
Current children cumulated CPU time (s) 3324.35
Current children cumulated vsize (KiB) 536540

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17799
/proc/meminfo: memFree=1023936/2055920 swapFree=4179080/4192956
[pid=17742] ppid=17740 vsize=16740 CPUtime=1582.32
/proc/17742/stat : 17742 (sugar++) S 17740 17742 16850 0 -1 4194304 1462 143117 0 2 6 1 157984 241 16 0 1 0 40228845 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17742/statm: 4185 1113 414 3 0 764 0
[pid=17799] ppid=17742 vsize=522084 CPUtime=1801.47
/proc/17799/stat : 17799 (minisat-inc) R 17742 17742 16850 0 -1 4194304 127486 0 0 0 180053 94 0 0 25 0 1 0 40387205 534614016 127434 996147200 134512640 135134323 4294956192 18446744073709551615 134532126 0 0 4096 3 0 0 0 17 1 0 0
/proc/17799/statm: 130521 127434 74 151 0 130367 0
Current children cumulated CPU time (s) 3383.79
Current children cumulated vsize (KiB) 538824

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17799
/proc/meminfo: memFree=1021120/2055920 swapFree=4179080/4192956
[pid=17742] ppid=17740 vsize=16740 CPUtime=1582.32
/proc/17742/stat : 17742 (sugar++) S 17740 17742 16850 0 -1 4194304 1462 143117 0 2 6 1 157984 241 16 0 1 0 40228845 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17742/statm: 4185 1113 414 3 0 764 0
[pid=17799] ppid=17742 vsize=524808 CPUtime=1860.9
/proc/17799/stat : 17799 (minisat-inc) R 17742 17742 16850 0 -1 4194304 128193 0 0 0 185996 94 0 0 25 0 1 0 40387205 537403392 128141 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17799/statm: 131202 128141 74 151 0 131048 0
Current children cumulated CPU time (s) 3443.22
Current children cumulated vsize (KiB) 541548

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17799
/proc/meminfo: memFree=1017728/2055920 swapFree=4179080/4192956
[pid=17742] ppid=17740 vsize=16740 CPUtime=1582.32
/proc/17742/stat : 17742 (sugar++) S 17740 17742 16850 0 -1 4194304 1462 143117 0 2 6 1 157984 241 16 0 1 0 40228845 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17742/statm: 4185 1113 414 3 0 764 0
[pid=17799] ppid=17742 vsize=528160 CPUtime=1920.33
/proc/17799/stat : 17799 (minisat-inc) R 17742 17742 16850 0 -1 4194304 129030 0 0 0 191938 95 0 0 25 0 1 0 40387205 540835840 128978 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17799/statm: 132040 128978 74 151 0 131886 0
Current children cumulated CPU time (s) 3502.65
Current children cumulated vsize (KiB) 544900

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17799
/proc/meminfo: memFree=1015104/2055920 swapFree=4179080/4192956
[pid=17742] ppid=17740 vsize=16740 CPUtime=1582.32
/proc/17742/stat : 17742 (sugar++) S 17740 17742 16850 0 -1 4194304 1462 143117 0 2 6 1 157984 241 16 0 1 0 40228845 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17742/statm: 4185 1113 414 3 0 764 0
[pid=17799] ppid=17742 vsize=530644 CPUtime=1979.77
/proc/17799/stat : 17799 (minisat-inc) R 17742 17742 16850 0 -1 4194304 129653 0 0 0 197881 96 0 0 25 0 1 0 40387205 543379456 129601 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17799/statm: 132661 129601 74 151 0 132507 0
Current children cumulated CPU time (s) 3562.09
Current children cumulated vsize (KiB) 547384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3620.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17805
/proc/meminfo: memFree=1013176/2055920 swapFree=4179080/4192956
[pid=17742] ppid=17740 vsize=16740 CPUtime=1582.32
/proc/17742/stat : 17742 (sugar++) S 17740 17742 16850 0 -1 4194304 1462 143117 0 2 6 1 157984 241 16 0 1 0 40228845 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17742/statm: 4185 1113 414 3 0 764 0
[pid=17799] ppid=17742 vsize=532448 CPUtime=2017.68
/proc/17799/stat : 17799 (minisat-inc) R 17742 17742 16850 0 -1 4194304 130112 0 0 0 201672 96 0 0 25 0 1 0 40387205 545226752 130060 996147200 134512640 135134323 4294956192 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/17799/statm: 133112 130060 74 151 0 132958 0
Current children cumulated CPU time (s) 3600
Current children cumulated vsize (KiB) 549188

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

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

[startup+3620.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17805
/proc/meminfo: memFree=1013176/2055920 swapFree=4179080/4192956
[pid=17742] ppid=17740 vsize=16740 CPUtime=3600.22
/proc/17742/stat : 17742 (sugar++) R 17740 17742 16850 0 -1 4194304 1489 273229 0 2 6 13 359657 346 18 0 1 0 40228845 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 221236663337 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17742/statm: 4185 1114 415 3 0 764 0
Current children cumulated CPU time (s) 3600.22
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 3620.85
CPU time (s): 3600.28
CPU user time (s): 3596.64
CPU system time (s): 3.64245
CPU usage (%): 99.4318
Max. virtual memory (cumulated for all children) (KiB): 908144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.64
system time used= 3.64245
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 274764
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= 42602
involuntary context switches= 63227

runsolver used 4.97424 second user time and 11.5092 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-12 06:01:07
IDJOB=1110807
IDBENCH=61155
IDSOLVER=367
FILE ID=node21/1110807-1215835267
PBS_JOBID= 7903340
Free space on /tmp= 66484 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg14-17_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1110807-1215835267/watcher-1110807-1215835267 -o /tmp/evaluation-result-1110807-1215835267/solver-1110807-1215835267 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1110807-1215835267.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5ee30fcd9fb7e75f6504269d4bfa591b
RANDOM SEED=537733685

node21.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.257
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.257
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:       1871344 kB
Buffers:         37760 kB
Cached:          82728 kB
SwapCached:       7624 kB
Active:          65448 kB
Inactive:        75044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1871344 kB
SwapTotal:     4192956 kB
SwapFree:      4179080 kB
Dirty:            1260 kB
Writeback:           0 kB
Mapped:          34888 kB
Slab:            29280 kB
Committed_AS:   170752 kB
PageTables:       1824 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= 66472 MiB
End job on node21 at 2008-07-12 07:01:30