Trace number 1066619

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 1808.67

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg10-10_ext.xml
MD5SUM39d66384100af8e536d57221a6b03f7a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.1721
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension20
Number of constraints which are defined in intension0
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.04	c 0	BEGIN Fri Jul  4 07:18:08 2008
0.00/0.04	c 0	PID 5012
0.03/0.05	c 0	HOST node59.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1066619-1215148688.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1066619-1215148688.xml' 'HOME/temp.csp'
0.03/0.29	c 0	1 domains, 100 variables, 0 predicates, 1 relations, 20 constraints
0.03/0.31	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.31	c 0	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'
0.03/0.39	c 0	Parsing HOME/temp.csp
0.26/0.53	c 0	parsed 122 expressions
0.26/0.54	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.26/0.54	c 0	Converting to clausal form CSP
0.26/0.56	c 0	converted 13 (10%) expressions
0.26/0.56	c 0	converted 25 (20%) expressions
0.26/0.56	c 0	converted 37 (30%) expressions
0.26/0.56	c 0	converted 49 (40%) expressions
0.26/0.56	c 0	converted 61 (50%) expressions
0.26/0.56	c 0	converted 74 (60%) expressions
0.26/0.56	c 0	converted 86 (70%) expressions
0.26/0.56	c 0	converted 98 (80%) expressions
1.23/1.33	c 1	converted 110 (90%) expressions
2.13/2.27	c 2	converted 122 (100%) expressions
2.13/2.27	c 2	CSP : 100 integers, 0 booleans, 20 clauses, largest domain size 26
2.13/2.27	c 2	Heap : 58 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.13/2.27	c 2	Propagation in CSP
2.13/2.27	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.13/2.27	c 2	CSP : 100 integers, 0 booleans, 20 clauses, largest domain size 26
2.13/2.27	c 2	Heap : 58 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.13/2.27	c 2	Simplifing CSP by introducing new Boolean variables
2.13/2.27	c 2	CSP : 100 integers, 0 booleans, 20 clauses, largest domain size 26
2.13/2.27	c 2	Heap : 58 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.42/2.52	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.42/2.54	c 2	10 (10%) CSP integer variables are encoded (240 clauses, 2496 bytes)
2.42/2.54	c 2	20 (20%) CSP integer variables are encoded (480 clauses, 5136 bytes)
2.42/2.55	c 2	30 (30%) CSP integer variables are encoded (720 clauses, 7776 bytes)
2.42/2.55	c 2	40 (40%) CSP integer variables are encoded (960 clauses, 10417 bytes)
2.42/2.55	c 2	50 (50%) CSP integer variables are encoded (1200 clauses, 13537 bytes)
2.42/2.55	c 2	60 (60%) CSP integer variables are encoded (1440 clauses, 16657 bytes)
2.42/2.55	c 2	70 (70%) CSP integer variables are encoded (1680 clauses, 19777 bytes)
2.42/2.55	c 2	80 (80%) CSP integer variables are encoded (1920 clauses, 22897 bytes)
2.42/2.55	c 2	90 (90%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
2.42/2.55	c 2	100 (100%) CSP integer variables are encoded (2400 clauses, 29137 bytes)
29.63/29.73	c 30	2 (10%) CSP clauses are encoded (121838 clauses, 7109379 bytes)
56.81/56.92	c 57	4 (20%) CSP clauses are encoded (241276 clauses, 14981671 bytes)
83.99/84.15	c 84	6 (30%) CSP clauses are encoded (360714 clauses, 22968107 bytes)
111.18/111.30	c 111	8 (40%) CSP clauses are encoded (480152 clauses, 31068269 bytes)
138.56/138.70	c 139	10 (50%) CSP clauses are encoded (599590 clauses, 39168431 bytes)
165.34/165.58	c 165	12 (60%) CSP clauses are encoded (719028 clauses, 46927379 bytes)
191.20/191.55	c 191	14 (70%) CSP clauses are encoded (838466 clauses, 54344837 bytes)
216.97/217.47	c 217	16 (80%) CSP clauses are encoded (957904 clauses, 63348473 bytes)
243.83/244.45	c 244	18 (90%) CSP clauses are encoded (1077342 clauses, 72352109 bytes)
270.04/272.06	c 272	20 (100%) CSP clauses are encoded (1196780 clauses, 81355745 bytes)
270.04/272.06	c 272	20 CSP clauses encoded
270.04/272.06	c 272	Writing map file : HOME/temp.map
270.04/272.07	c 272	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
270.04/272.07	c 272	SAT : 2500 SAT variables, 1196780 SAT clauses, 81355745 bytes
270.04/272.07	c 272	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
270.10/272.13	c 272	SOLVING HOME/temp.cnf
270.10/272.13	c 272	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
270.10/272.14	c 272	This is MiniSat 2.0 beta
270.10/272.14	c 272	WARNING: for repeatability, setting FPU to use double precision
270.10/272.14	c 272	============================[ Problem Statistics ]=============================
270.10/272.14	c 272	|                                                                             |
270.10/272.14	c 272	|  Number of variables:  2500                                                 |
270.10/272.14	c 272	|  Number of clauses:    1196780                                              |
271.89/273.92	c 274	|  Parsing time:         1.59         s                                       |
271.98/274.03	c 274	============================[ Search Statistics ]==============================
271.98/274.03	c 274	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
271.98/274.03	c 274	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
271.98/274.03	c 274	===============================================================================
271.98/274.03	c 274	|         0 |    2500  1196780 15871080 |   398926        0    nan |  0.000 % |
271.98/274.08	c 274	|       101 |    2500  1196780 15871080 |   438819      101      5 |  0.000 % |
272.08/274.17	c 274	|       251 |    2500  1196780 15871080 |   482701      251      6 |  0.000 % |
272.18/274.26	c 274	|       476 |    2500  1196780 15871080 |   530971      476      7 |  0.000 % |
272.28/274.40	c 274	|       814 |    2500  1196780 15871080 |   584068      814      7 |  0.000 % |
272.47/274.51	c 274	|      1321 |    2500  1196780 15871080 |   642475     1321      8 |  0.000 % |
272.57/274.66	c 275	|      2080 |    2500  1196780 15871080 |   706722     2080      8 |  0.001 % |
272.86/275.26	c 275	|      3220 |    2500  1196780 15871080 |   777395     3220      8 |  0.000 % |
273.25/275.63	c 276	|      4929 |    2500  1196780 15871080 |   855134     4929      8 |  0.000 % |
273.75/276.14	c 276	|      7491 |    2500  1196780 15871080 |   940648     7491      9 |  0.000 % |
274.55/276.90	c 277	|     11337 |    2500  1196780 15871080 |  1034713    11337      9 |  0.000 % |
275.75/278.13	c 278	|     17103 |    2500  1196780 15871080 |  1138184    17103     10 |  0.000 % |
278.05/280.47	c 280	|     25752 |    2500  1196780 15871080 |  1252002    25752     10 |  0.000 % |
281.85/284.25	c 284	|     38726 |    2500  1196780 15871080 |  1377203    38726     11 |  0.000 % |
303.40/305.80	c 306	|     58188 |    2500  1196780 15871080 |  1514923    58188     11 |  0.000 % |
394.91/397.72	c 398	|     87380 |    2500  1196780 15871080 |  1666415    87380     12 |  0.001 % |
499.38/502.65	c 503	|    131170 |    2498  1196780 15871080 |  1833057   131169     14 |  0.120 % |
728.53/732.76	c 733	|    196855 |    2498  1196780 15871080 |  2016362   196854     15 |  0.120 % |
1106.67/1112.49	c 1112	|    295382 |    2498  1196780 15871080 |  2217999   295381     17 |  0.120 % |
1800.00/1808.61	c ERROR INTERRUPTED
1800.00/1808.63	s UNKNOWN
1800.00/1808.63	c 1809	CPU 269.19 (0.03 0.01 269.16 0.94)
1800.00/1808.63	c 1809	END Fri Jul  4 07:48:17 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-1066619-1215148688/watcher-1066619-1215148688 -o /tmp/evaluation-result-1066619-1215148688/solver-1066619-1215148688 -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-1066619-1215148688.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.00 2.00 1.96 4/81 5012
/proc/meminfo: memFree=1699504/2055920 swapFree=4180500/4192956
[pid=5012] ppid=5010 vsize=18572 CPUtime=0
/proc/5012/stat : 5012 (runsolver) R 5010 5012 1886 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 1993840171 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 217051622695 0 0 4096 24578 0 0 0 17 1 0 0
/proc/5012/statm: 4643 292 257 25 0 2626 0

[startup+0.048349 s]
/proc/loadavg: 2.00 2.00 1.96 4/81 5012
/proc/meminfo: memFree=1699504/2055920 swapFree=4180500/4192956
[pid=5012] ppid=5010 vsize=13600 CPUtime=0.03
/proc/5012/stat : 5012 (sugar) S 5010 5012 1886 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1993840171 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5012/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101581 s]
/proc/loadavg: 2.00 2.00 1.96 4/81 5012
/proc/meminfo: memFree=1699504/2055920 swapFree=4180500/4192956
[pid=5012] ppid=5010 vsize=13600 CPUtime=0.03
/proc/5012/stat : 5012 (sugar) S 5010 5012 1886 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1993840171 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5012/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301617 s]
/proc/loadavg: 2.00 2.00 1.96 4/81 5012
/proc/meminfo: memFree=1699504/2055920 swapFree=4180500/4192956
[pid=5012] ppid=5010 vsize=13600 CPUtime=0.03
/proc/5012/stat : 5012 (sugar) S 5010 5012 1886 0 -1 4194304 918 127 0 0 3 0 0 0 15 0 1 0 1993840171 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5012/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701693 s]
/proc/loadavg: 2.00 2.00 1.96 4/81 5012
/proc/meminfo: memFree=1699504/2055920 swapFree=4180500/4192956
[pid=5012] ppid=5010 vsize=13600 CPUtime=0.26
/proc/5012/stat : 5012 (sugar) S 5010 5012 1886 0 -1 4194304 973 4979 0 1 3 0 19 4 15 0 1 0 1993840171 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5012/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13600

[startup+1.50284 s]
/proc/loadavg: 2.00 2.00 1.96 3/92 5034
/proc/meminfo: memFree=1677008/2055920 swapFree=4180500/4192956
[pid=5012] ppid=5010 vsize=13600 CPUtime=0.26
/proc/5012/stat : 5012 (sugar) S 5010 5012 1886 0 -1 4194304 973 4979 0 1 3 0 19 4 15 0 1 0 1993840171 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5012/statm: 3400 797 370 3 0 500 0
[pid=5025] ppid=5012 vsize=5356 CPUtime=0
/proc/5025/stat : 5025 (sh) S 5012 5012 1886 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993840202 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5025/statm: 1339 233 193 169 0 50 0
[pid=5026] ppid=5025 vsize=864140 CPUtime=1.17
/proc/5026/stat : 5026 (java) S 5025 5012 1886 0 -1 0 12820 0 1 0 111 6 0 0 18 0 9 0 1993840203 884879360 11958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5026/statm: 216035 11958 2540 9 0 210610 0
[pid=5026/tid=5027] ppid=5025 vsize=864140 CPUtime=0.48
/proc/5026/task/5027/stat : 5027 (java) R 5025 5012 1886 0 -1 64 2896 0 1 0 47 1 0 0 23 0 9 0 1993840203 884879360 11958 996147200 134512640 134550740 4294955952 18446744073709551615 103215010 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5026/tid=5028] ppid=5025 vsize=864140 CPUtime=0.61
/proc/5026/task/5028/stat : 5028 (java) S 5025 5012 1886 0 -1 64 8902 0 0 0 57 4 0 0 17 0 9 0 1993840205 884879360 11958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5026/tid=5029] ppid=5025 vsize=864140 CPUtime=0
/proc/5026/task/5029/stat : 5029 (java) S 5025 5012 1886 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993840205 884879360 11958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5026/tid=5030] ppid=5025 vsize=864140 CPUtime=0
/proc/5026/task/5030/stat : 5030 (java) S 5025 5012 1886 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993840205 884879360 11958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5026/tid=5031] ppid=5025 vsize=864140 CPUtime=0
/proc/5026/task/5031/stat : 5031 (java) S 5025 5012 1886 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993840207 884879360 11958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5026/tid=5032] ppid=5025 vsize=864140 CPUtime=0.05
/proc/5026/task/5032/stat : 5032 (java) S 5025 5012 1886 0 -1 64 329 0 0 0 5 0 0 0 16 0 9 0 1993840207 884879360 11958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5026/tid=5033] ppid=5025 vsize=864140 CPUtime=0
/proc/5026/task/5033/stat : 5033 (java) S 5025 5012 1886 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993840207 884879360 11958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5026/tid=5034] ppid=5025 vsize=864140 CPUtime=0
/proc/5026/task/5034/stat : 5034 (java) S 5025 5012 1886 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993840207 884879360 11958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883096

[startup+3.10115 s]
/proc/loadavg: 2.08 2.02 1.96 3/92 5034
/proc/meminfo: memFree=1640528/2055920 swapFree=4180500/4192956
[pid=5012] ppid=5010 vsize=13600 CPUtime=0.27
/proc/5012/stat : 5012 (sugar) S 5010 5012 1886 0 -1 4194304 974 4979 0 1 3 1 19 4 15 0 1 0 1993840171 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5012/statm: 3400 797 370 3 0 500 0
[pid=5025] ppid=5012 vsize=5356 CPUtime=0
/proc/5025/stat : 5025 (sh) S 5012 5012 1886 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993840202 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5025/statm: 1339 233 193 169 0 50 0
[pid=5026] ppid=5025 vsize=864252 CPUtime=2.76
/proc/5026/stat : 5026 (java) S 5025 5012 1886 0 -1 0 20961 0 1 0 267 9 0 0 18 0 9 0 1993840203 884994048 20003 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5026/statm: 216063 20003 2564 9 0 210610 0
[pid=5026/tid=5027] ppid=5025 vsize=864252 CPUtime=1.26
/proc/5026/task/5027/stat : 5027 (java) R 5025 5012 1886 0 -1 64 3514 0 1 0 125 1 0 0 22 0 9 0 1993840203 884994048 20003 996147200 134512640 134550740 4294955952 18446744073709551615 102492669 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5026/tid=5028] ppid=5025 vsize=864252 CPUtime=1.38
/proc/5026/task/5028/stat : 5028 (java) S 5025 5012 1886 0 -1 64 16404 0 0 0 132 6 0 0 16 0 9 0 1993840205 884994048 20003 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5026/tid=5029] ppid=5025 vsize=864252 CPUtime=0
/proc/5026/task/5029/stat : 5029 (java) S 5025 5012 1886 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993840205 884994048 20003 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5026/tid=5030] ppid=5025 vsize=864252 CPUtime=0
/proc/5026/task/5030/stat : 5030 (java) S 5025 5012 1886 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993840205 884994048 20003 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5026/tid=5031] ppid=5025 vsize=864252 CPUtime=0
/proc/5026/task/5031/stat : 5031 (java) S 5025 5012 1886 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993840207 884994048 20003 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5026/tid=5032] ppid=5025 vsize=864252 CPUtime=0.09
/proc/5026/task/5032/stat : 5032 (java) S 5025 5012 1886 0 -1 64 350 0 0 0 9 0 0 0 16 0 9 0 1993840207 884994048 20003 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5026/tid=5033] ppid=5025 vsize=864252 CPUtime=0
/proc/5026/task/5033/stat : 5033 (java) S 5025 5012 1886 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993840207 884994048 20003 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5026/tid=5034] ppid=5025 vsize=864252 CPUtime=0
/proc/5026/task/5034/stat : 5034 (java) S 5025 5012 1886 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993840207 884994048 20003 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 883208

[startup+6.30276 s]
/proc/loadavg: 2.08 2.02 1.96 3/92 5034
/proc/meminfo: memFree=1626712/2055920 swapFree=4180500/4192956
[pid=5012] ppid=5010 vsize=13600 CPUtime=0.27
/proc/5012/stat : 5012 (sugar) S 5010 5012 1886 0 -1 4194304 974 4979 0 1 3 1 19 4 15 0 1 0 1993840171 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5012/statm: 3400 797 370 3 0 500 0
[pid=5025] ppid=5012 vsize=5356 CPUtime=0
/proc/5025/stat : 5025 (sh) S 5012 5012 1886 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993840202 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5025/statm: 1339 233 193 169 0 50 0
[pid=5026] ppid=5025 vsize=864252 CPUtime=5.96
/proc/5026/stat : 5026 (java) S 5025 5012 1886 0 -1 0 21405 0 1 0 587 9 0 0 18 0 9 0 1993840203 884994048 20439 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5026/statm: 216063 20439 2564 9 0 210610 0
[pid=5026/tid=5027] ppid=5025 vsize=864252 CPUtime=4.43
/proc/5026/task/5027/stat : 5027 (java) R 5025 5012 1886 0 -1 64 3522 0 1 0 442 1 0 0 25 0 9 0 1993840203 884994048 20439 996147200 134512640 134550740 4294955952 18446744073709551615 4126575887 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5026/tid=5028] ppid=5025 vsize=864252 CPUtime=1.4
/proc/5026/task/5028/stat : 5028 (java) S 5025 5012 1886 0 -1 64 16840 0 0 0 134 6 0 0 16 0 9 0 1993840205 884994048 20439 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5026/tid=5029] ppid=5025 vsize=864252 CPUtime=0
/proc/5026/task/5029/stat : 5029 (java) S 5025 5012 1886 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993840205 884994048 20439 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5026/tid=5030] ppid=5025 vsize=864252 CPUtime=0
/proc/5026/task/5030/stat : 5030 (java) S 5025 5012 1886 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993840205 884994048 20439 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5026/tid=5031] ppid=5025 vsize=864252 CPUtime=0
/proc/5026/task/5031/stat : 5031 (java) S 5025 5012 1886 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993840207 884994048 20439 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5026/tid=5032] ppid=5025 vsize=864252 CPUtime=0.09
/proc/5026/task/5032/stat : 5032 (java) S 5025 5012 1886 0 -1 64 350 0 0 0 9 0 0 0 16 0 9 0 1993840207 884994048 20439 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5026/tid=5033] ppid=5025 vsize=864252 CPUtime=0
/proc/5026/task/5033/stat : 5033 (java) S 5025 5012 1886 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993840207 884994048 20439 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5026/tid=5034] ppid=5025 vsize=864252 CPUtime=0
/proc/5026/task/5034/stat : 5034 (java) S 5025 5012 1886 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993840207 884994048 20439 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 883208

[startup+12.703 s]
/proc/loadavg: 2.07 2.02 1.96 3/92 5034
/proc/meminfo: memFree=1620632/2055920 swapFree=4180500/4192956
[pid=5012] ppid=5010 vsize=13600 CPUtime=0.27
/proc/5012/stat : 5012 (sugar) S 5010 5012 1886 0 -1 4194304 974 4979 0 1 3 1 19 4 15 0 1 0 1993840171 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5012/statm: 3400 797 370 3 0 500 0
[pid=5025] ppid=5012 vsize=5356 CPUtime=0
/proc/5025/stat : 5025 (sh) S 5012 5012 1886 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993840202 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5025/statm: 1339 233 193 169 0 50 0
[pid=5026] ppid=5025 vsize=864252 CPUtime=12.36
/proc/5026/stat : 5026 (java) S 5025 5012 1886 0 -1 0 22533 0 1 0 1226 10 0 0 18 0 9 0 1993840203 884994048 21549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5026/statm: 216063 21549 2564 9 0 210610 0
[pid=5026/tid=5027] ppid=5025 vsize=864252 CPUtime=10.77
/proc/5026/task/5027/stat : 5027 (java) R 5025 5012 1886 0 -1 64 3540 0 1 0 1076 1 0 0 25 0 9 0 1993840203 884994048 21549 996147200 134512640 134550740 4294955952 18446744073709551615 4126575864 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5026/tid=5028] ppid=5025 vsize=864252 CPUtime=1.47
/proc/5026/task/5028/stat : 5028 (java) S 5025 5012 1886 0 -1 64 17950 0 0 0 140 7 0 0 16 0 9 0 1993840205 884994048 21549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5026/tid=5029] ppid=5025 vsize=864252 CPUtime=0
/proc/5026/task/5029/stat : 5029 (java) S 5025 5012 1886 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993840205 884994048 21549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5026/tid=5030] ppid=5025 vsize=864252 CPUtime=0
/proc/5026/task/5030/stat : 5030 (java) S 5025 5012 1886 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993840205 884994048 21549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5026/tid=5031] ppid=5025 vsize=864252 CPUtime=0
/proc/5026/task/5031/stat : 5031 (java) S 5025 5012 1886 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993840207 884994048 21549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5026/tid=5032] ppid=5025 vsize=864252 CPUtime=0.09
/proc/5026/task/5032/stat : 5032 (java) S 5025 5012 1886 0 -1 64 350 0 0 0 9 0 0 0 16 0 9 0 1993840207 884994048 21549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5026/tid=5033] ppid=5025 vsize=864252 CPUtime=0
/proc/5026/task/5033/stat : 5033 (java) S 5025 5012 1886 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993840207 884994048 21549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5026/tid=5034] ppid=5025 vsize=864252 CPUtime=0
/proc/5026/task/5034/stat : 5034 (java) S 5025 5012 1886 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993840207 884994048 21549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 883208

[startup+25.5014 s]
/proc/loadavg: 2.06 2.02 1.96 3/92 5034
/proc/meminfo: memFree=1608408/2055920 swapFree=4180500/4192956
[pid=5012] ppid=5010 vsize=13600 CPUtime=0.27
/proc/5012/stat : 5012 (sugar) S 5010 5012 1886 0 -1 4194304 974 4979 0 1 3 1 19 4 15 0 1 0 1993840171 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5012/statm: 3400 797 370 3 0 500 0
[pid=5025] ppid=5012 vsize=5356 CPUtime=0
/proc/5025/stat : 5025 (sh) S 5012 5012 1886 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993840202 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5025/statm: 1339 233 193 169 0 50 0
[pid=5026] ppid=5025 vsize=864252 CPUtime=25.15
/proc/5026/stat : 5026 (java) S 5025 5012 1886 0 -1 0 24822 0 1 0 2502 13 0 0 18 0 9 0 1993840203 884994048 23780 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5026/statm: 216063 23780 2564 9 0 210610 0
[pid=5026/tid=5027] ppid=5025 vsize=864252 CPUtime=23.39
/proc/5026/task/5027/stat : 5027 (java) R 5025 5012 1886 0 -1 64 3599 0 1 0 2336 3 0 0 25 0 9 0 1993840203 884994048 23780 996147200 134512640 134550740 4294955952 18446744073709551615 4126575840 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5026/tid=5028] ppid=5025 vsize=864252 CPUtime=1.64
/proc/5026/task/5028/stat : 5028 (java) S 5025 5012 1886 0 -1 64 20177 0 0 0 156 8 0 0 16 0 9 0 1993840205 884994048 23780 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5026/tid=5029] ppid=5025 vsize=864252 CPUtime=0
/proc/5026/task/5029/stat : 5029 (java) S 5025 5012 1886 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993840205 884994048 23780 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5026/tid=5030] ppid=5025 vsize=864252 CPUtime=0
/proc/5026/task/5030/stat : 5030 (java) S 5025 5012 1886 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993840205 884994048 23780 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1475616/2055920 swapFree=4180500/4192956
[pid=5012] ppid=5010 vsize=13600 CPUtime=270.13
/proc/5012/stat : 5012 (sugar) S 5010 5012 1886 0 -1 4194304 1031 59838 0 2 3 1 26916 93 16 0 1 0 1993840171 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5012/statm: 3400 798 370 3 0 500 0
[pid=5171] ppid=5012 vsize=5356 CPUtime=0
/proc/5171/stat : 5171 (sh) S 5012 5012 1886 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1993867384 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5171/statm: 1339 232 193 169 0 50 0
[pid=5172] ppid=5171 vsize=152680 CPUtime=1025.66
/proc/5172/stat : 5172 (minisat) R 5171 5012 1886 0 -1 4194304 37185 0 0 0 102533 33 0 0 25 0 1 0 1993867385 156344320 37171 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5172/statm: 38170 37171 75 150 0 38017 0
Current children cumulated CPU time (s) 1295.79
Current children cumulated vsize (KiB) 171636

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 5200
/proc/meminfo: memFree=1474336/2055920 swapFree=4180500/4192956
[pid=5012] ppid=5010 vsize=13600 CPUtime=270.13
/proc/5012/stat : 5012 (sugar) S 5010 5012 1886 0 -1 4194304 1031 59838 0 2 3 1 26916 93 16 0 1 0 1993840171 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5012/statm: 3400 798 370 3 0 500 0
[pid=5171] ppid=5012 vsize=5356 CPUtime=0
/proc/5171/stat : 5171 (sh) S 5012 5012 1886 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1993867384 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5171/statm: 1339 232 193 169 0 50 0
[pid=5172] ppid=5171 vsize=153864 CPUtime=1085.41
/proc/5172/stat : 5172 (minisat) R 5171 5012 1886 0 -1 4194304 37516 0 0 0 108508 33 0 0 25 0 1 0 1993867385 157556736 37502 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5172/statm: 38466 37502 75 150 0 38313 0
Current children cumulated CPU time (s) 1355.54
Current children cumulated vsize (KiB) 172820

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 5202
/proc/meminfo: memFree=1472992/2055920 swapFree=4180500/4192956
[pid=5012] ppid=5010 vsize=13600 CPUtime=270.13
/proc/5012/stat : 5012 (sugar) S 5010 5012 1886 0 -1 4194304 1031 59838 0 2 3 1 26916 93 16 0 1 0 1993840171 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5012/statm: 3400 798 370 3 0 500 0
[pid=5171] ppid=5012 vsize=5356 CPUtime=0
/proc/5171/stat : 5171 (sh) S 5012 5012 1886 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1993867384 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5171/statm: 1339 232 193 169 0 50 0
[pid=5172] ppid=5171 vsize=155160 CPUtime=1145.17
/proc/5172/stat : 5172 (minisat) R 5171 5012 1886 0 -1 4194304 37845 0 0 0 114483 34 0 0 25 0 1 0 1993867385 158883840 37831 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5172/statm: 38790 37831 75 150 0 38637 0
Current children cumulated CPU time (s) 1415.3
Current children cumulated vsize (KiB) 174116

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 5202
/proc/meminfo: memFree=1471520/2055920 swapFree=4180500/4192956
[pid=5012] ppid=5010 vsize=13600 CPUtime=270.13
/proc/5012/stat : 5012 (sugar) S 5010 5012 1886 0 -1 4194304 1031 59838 0 2 3 1 26916 93 16 0 1 0 1993840171 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5012/statm: 3400 798 370 3 0 500 0
[pid=5171] ppid=5012 vsize=5356 CPUtime=0
/proc/5171/stat : 5171 (sh) S 5012 5012 1886 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1993867384 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5171/statm: 1339 232 193 169 0 50 0
[pid=5172] ppid=5171 vsize=156712 CPUtime=1204.92
/proc/5172/stat : 5172 (minisat) R 5171 5012 1886 0 -1 4194304 38217 0 0 0 120457 35 0 0 25 0 1 0 1993867385 160473088 38203 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5172/statm: 39178 38203 75 150 0 39025 0
Current children cumulated CPU time (s) 1475.05
Current children cumulated vsize (KiB) 175668

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/75 5202
/proc/meminfo: memFree=1469984/2055920 swapFree=4180500/4192956
[pid=5012] ppid=5010 vsize=13600 CPUtime=270.13
/proc/5012/stat : 5012 (sugar) S 5010 5012 1886 0 -1 4194304 1031 59838 0 2 3 1 26916 93 16 0 1 0 1993840171 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5012/statm: 3400 798 370 3 0 500 0
[pid=5171] ppid=5012 vsize=5356 CPUtime=0
/proc/5171/stat : 5171 (sh) S 5012 5012 1886 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1993867384 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5171/statm: 1339 232 193 169 0 50 0
[pid=5172] ppid=5171 vsize=158064 CPUtime=1264.67
/proc/5172/stat : 5172 (minisat) R 5171 5012 1886 0 -1 4194304 38548 0 0 0 126432 35 0 0 25 0 1 0 1993867385 161857536 38534 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5172/statm: 39516 38534 75 150 0 39363 0
Current children cumulated CPU time (s) 1534.8
Current children cumulated vsize (KiB) 177020

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 5202
/proc/meminfo: memFree=1468640/2055920 swapFree=4180500/4192956
[pid=5012] ppid=5010 vsize=13600 CPUtime=270.13
/proc/5012/stat : 5012 (sugar) S 5010 5012 1886 0 -1 4194304 1031 59838 0 2 3 1 26916 93 16 0 1 0 1993840171 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5012/statm: 3400 798 370 3 0 500 0
[pid=5171] ppid=5012 vsize=5356 CPUtime=0
/proc/5171/stat : 5171 (sh) S 5012 5012 1886 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1993867384 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5171/statm: 1339 232 193 169 0 50 0
[pid=5172] ppid=5171 vsize=159300 CPUtime=1324.42
/proc/5172/stat : 5172 (minisat) R 5171 5012 1886 0 -1 4194304 38892 0 0 0 132407 35 0 0 25 0 1 0 1993867385 163123200 38878 996147200 134512640 135127466 4294956272 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/5172/statm: 39825 38878 75 150 0 39672 0
Current children cumulated CPU time (s) 1594.55
Current children cumulated vsize (KiB) 178256

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 5202
/proc/meminfo: memFree=1467040/2055920 swapFree=4180500/4192956
[pid=5012] ppid=5010 vsize=13600 CPUtime=270.13
/proc/5012/stat : 5012 (sugar) S 5010 5012 1886 0 -1 4194304 1031 59838 0 2 3 1 26916 93 16 0 1 0 1993840171 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5012/statm: 3400 798 370 3 0 500 0
[pid=5171] ppid=5012 vsize=5356 CPUtime=0
/proc/5171/stat : 5171 (sh) S 5012 5012 1886 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1993867384 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5171/statm: 1339 232 193 169 0 50 0
[pid=5172] ppid=5171 vsize=160828 CPUtime=1384.18
/proc/5172/stat : 5172 (minisat) R 5171 5012 1886 0 -1 4194304 39272 0 0 0 138382 36 0 0 25 0 1 0 1993867385 164687872 39258 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/5172/statm: 40207 39258 75 150 0 40054 0
Current children cumulated CPU time (s) 1654.31
Current children cumulated vsize (KiB) 179784

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 5202
/proc/meminfo: memFree=1465952/2055920 swapFree=4180500/4192956
[pid=5012] ppid=5010 vsize=13600 CPUtime=270.13
/proc/5012/stat : 5012 (sugar) S 5010 5012 1886 0 -1 4194304 1031 59838 0 2 3 1 26916 93 16 0 1 0 1993840171 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5012/statm: 3400 798 370 3 0 500 0
[pid=5171] ppid=5012 vsize=5356 CPUtime=0
/proc/5171/stat : 5171 (sh) S 5012 5012 1886 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1993867384 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5171/statm: 1339 232 193 169 0 50 0
[pid=5172] ppid=5171 vsize=161888 CPUtime=1443.93
/proc/5172/stat : 5172 (minisat) R 5171 5012 1886 0 -1 4194304 39554 0 0 0 144357 36 0 0 25 0 1 0 1993867385 165773312 39540 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5172/statm: 40472 39540 75 150 0 40319 0
Current children cumulated CPU time (s) 1714.06
Current children cumulated vsize (KiB) 180844

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 5202
/proc/meminfo: memFree=1464480/2055920 swapFree=4180500/4192956
[pid=5012] ppid=5010 vsize=13600 CPUtime=270.13
/proc/5012/stat : 5012 (sugar) S 5010 5012 1886 0 -1 4194304 1031 59838 0 2 3 1 26916 93 16 0 1 0 1993840171 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5012/statm: 3400 798 370 3 0 500 0
[pid=5171] ppid=5012 vsize=5356 CPUtime=0
/proc/5171/stat : 5171 (sh) S 5012 5012 1886 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1993867384 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5171/statm: 1339 232 193 169 0 50 0
[pid=5172] ppid=5171 vsize=163260 CPUtime=1503.68
/proc/5172/stat : 5172 (minisat) R 5171 5012 1886 0 -1 4194304 39896 0 0 0 150331 37 0 0 25 0 1 0 1993867385 167178240 39882 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5172/statm: 40815 39882 75 150 0 40662 0
Current children cumulated CPU time (s) 1773.81
Current children cumulated vsize (KiB) 182216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 5202
/proc/meminfo: memFree=1463904/2055920 swapFree=4180500/4192956
[pid=5012] ppid=5010 vsize=13600 CPUtime=270.13
/proc/5012/stat : 5012 (sugar) S 5010 5012 1886 0 -1 4194304 1031 59838 0 2 3 1 26916 93 16 0 1 0 1993840171 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5012/statm: 3400 798 370 3 0 500 0
[pid=5171] ppid=5012 vsize=5356 CPUtime=0
/proc/5171/stat : 5171 (sh) S 5012 5012 1886 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1993867384 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5171/statm: 1339 232 193 169 0 50 0
[pid=5172] ppid=5171 vsize=163788 CPUtime=1529.87
/proc/5172/stat : 5172 (minisat) R 5171 5012 1886 0 -1 4194304 40029 0 0 0 152950 37 0 0 25 0 1 0 1993867385 167718912 40015 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5172/statm: 40947 40015 75 150 0 40794 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 182744

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5012 and gives
#  childrusage.ru_utime.tv_sec=269
#  childrusage.ru_utime.tv_usec=202075
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=992849
# CPU time returned by wait4() is 270.195
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.67
CPU time (s): 1800
CPU user time (s): 1798.69
CPU system time (s): 1.31
CPU usage (%): 99.5204
Max. virtual memory (cumulated for all children) (KiB): 896376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 269.202
system time used= 0.992849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61213
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= 14561
involuntary context switches= 16547

runsolver used 1.85572 second user time and 5.00224 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-04 07:18:08
IDJOB=1066619
IDBENCH=55133
IDSOLVER=346
FILE ID=node59/1066619-1215148688
PBS_JOBID= 7877302
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg10-10_ext.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-1066619-1215148688/watcher-1066619-1215148688 -o /tmp/evaluation-result-1066619-1215148688/solver-1066619-1215148688 -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-1066619-1215148688.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 39d66384100af8e536d57221a6b03f7a
RANDOM SEED=1431132662

node59.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.261
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.261
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:       1699984 kB
Buffers:         56828 kB
Cached:         208384 kB
SwapCached:       6448 kB
Active:         122356 kB
Inactive:       166592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1699984 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:            1412 kB
Writeback:           0 kB
Mapped:          39856 kB
Slab:            51992 kB
Committed_AS:  4017168 kB
PageTables:       1960 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= 66552 MiB
End job on node59 at 2008-07-04 07:48:19