Trace number 1079012

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.06 1808.35

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg9-9_ext.xml
MD5SUM12c563a014452c8c9bf97415b366b304
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 benchmark10.3844
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints18
Maximum constraint arity9
Maximum domain size26
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.04	c 0	Sugar v1-13 + HOME/minisat
0.02/0.04	c 0	BEGIN Sat Jul  5 00:03:32 2008
0.02/0.04	c 0	PID 9325
0.02/0.04	c 0	HOST node79.alineos.net
0.02/0.04	c 0	CONVERTING HOME/instance-1079012-1215209012.xml TO HOME/temp.csp
0.02/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1079012-1215209012.xml' 'HOME/temp.csp'
0.03/0.25	c 0	1 domains, 81 variables, 0 predicates, 1 relations, 18 constraints
0.03/0.30	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.30	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.38	c 0	Parsing HOME/temp.csp
0.23/0.51	c 0	parsed 101 expressions
0.23/0.51	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.23/0.51	c 0	Converting to clausal form CSP
0.23/0.53	c 0	converted 11 (10%) expressions
0.23/0.53	c 0	converted 21 (20%) expressions
0.23/0.53	c 0	converted 31 (30%) expressions
0.23/0.53	c 0	converted 41 (40%) expressions
0.23/0.53	c 0	converted 51 (50%) expressions
0.23/0.53	c 0	converted 61 (60%) expressions
0.23/0.53	c 0	converted 71 (70%) expressions
0.23/0.53	c 0	converted 81 (80%) expressions
0.23/0.95	c 1	converted 91 (90%) expressions
1.31/1.41	c 1	converted 101 (100%) expressions
1.31/1.41	c 1	CSP : 81 integers, 0 booleans, 18 clauses, largest domain size 26
1.31/1.41	c 1	Heap : 31 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.31/1.41	c 1	Propagation in CSP
1.31/1.41	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.31/1.41	c 1	CSP : 81 integers, 0 booleans, 18 clauses, largest domain size 26
1.31/1.41	c 1	Heap : 31 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.31/1.41	c 1	Simplifing CSP by introducing new Boolean variables
1.31/1.41	c 1	CSP : 81 integers, 0 booleans, 18 clauses, largest domain size 26
1.31/1.41	c 1	Heap : 31 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.41/1.54	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.41/1.56	c 1	9 (10%) CSP integer variables are encoded (216 clauses, 2232 bytes)
1.41/1.56	c 1	17 (20%) CSP integer variables are encoded (408 clauses, 4344 bytes)
1.41/1.56	c 1	25 (30%) CSP integer variables are encoded (600 clauses, 6456 bytes)
1.41/1.57	c 1	33 (40%) CSP integer variables are encoded (792 clauses, 8568 bytes)
1.41/1.57	c 1	41 (50%) CSP integer variables are encoded (984 clauses, 10729 bytes)
1.41/1.57	c 1	49 (60%) CSP integer variables are encoded (1176 clauses, 13225 bytes)
1.41/1.57	c 1	57 (70%) CSP integer variables are encoded (1368 clauses, 15721 bytes)
1.41/1.57	c 1	65 (80%) CSP integer variables are encoded (1560 clauses, 18217 bytes)
1.41/1.57	c 1	73 (90%) CSP integer variables are encoded (1752 clauses, 20713 bytes)
1.41/1.57	c 1	81 (100%) CSP integer variables are encoded (1944 clauses, 23209 bytes)
12.25/12.48	c 12	2 (10%) CSP clauses are encoded (80240 clauses, 4029083 bytes)
23.29/23.54	c 23	4 (20%) CSP clauses are encoded (158536 clauses, 8436957 bytes)
34.03/34.39	c 34	6 (30%) CSP clauses are encoded (236832 clauses, 12981951 bytes)
44.97/45.32	c 45	8 (40%) CSP clauses are encoded (315128 clauses, 17662811 bytes)
50.55/50.97	c 51	9 (50%) CSP clauses are encoded (354276 clauses, 20003241 bytes)
61.39/61.89	c 62	11 (60%) CSP clauses are encoded (432572 clauses, 24514881 bytes)
72.23/72.75	c 73	13 (70%) CSP clauses are encoded (510868 clauses, 28857301 bytes)
83.28/83.88	c 84	15 (80%) CSP clauses are encoded (589164 clauses, 33831890 bytes)
94.10/94.74	c 95	17 (90%) CSP clauses are encoded (667460 clauses, 39099372 bytes)
99.58/100.21	c 100	18 (100%) CSP clauses are encoded (706608 clauses, 41733113 bytes)
99.58/100.21	c 100	18 CSP clauses encoded
99.58/100.21	c 100	Writing map file : HOME/temp.map
99.58/100.21	c 100	Heap : 59 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
99.58/100.21	c 100	SAT : 2025 SAT variables, 706608 SAT clauses, 41733113 bytes
99.58/100.21	c 100	Heap : 59 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
99.58/100.27	c 100	SOLVING HOME/temp.cnf
99.58/100.27	c 100	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
99.58/100.27	c 100	This is MiniSat 2.0 beta
99.58/100.27	c 100	WARNING: for repeatability, setting FPU to use double precision
99.58/100.27	c 100	============================[ Problem Statistics ]=============================
99.58/100.27	c 100	|                                                                             |
99.58/100.27	c 100	|  Number of variables:  2025                                                 |
99.58/100.27	c 100	|  Number of clauses:    706608                                               |
100.42/101.16	c 101	|  Parsing time:         0.79         s                                       |
100.52/101.21	c 101	============================[ Search Statistics ]==============================
100.52/101.21	c 101	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
100.52/101.21	c 101	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
100.52/101.21	c 101	===============================================================================
100.52/101.21	c 101	|         0 |    2025   706608  8329446 |   235536        0    nan |  0.000 % |
100.52/101.23	c 101	|       100 |    2025   706608  8329446 |   259089      100      6 |  0.000 % |
100.52/101.26	c 101	|       250 |    2025   706608  8329446 |   284998      250      6 |  0.001 % |
100.62/101.32	c 101	|       477 |    2025   706608  8329446 |   313498      477      8 |  0.000 % |
100.72/101.45	c 101	|       814 |    2025   706608  8329446 |   344848      814      7 |  0.000 % |
100.82/101.53	c 101	|      1320 |    2025   706608  8329446 |   379333     1320      7 |  0.000 % |
100.93/101.66	c 101	|      2079 |    2025   706608  8329446 |   417266     2079      8 |  0.000 % |
101.32/102.08	c 102	|      3218 |    2025   706608  8329446 |   458993     3218      8 |  0.000 % |
101.52/102.27	c 102	|      4926 |    2025   706608  8329446 |   504892     4926      9 |  0.000 % |
102.02/102.70	c 103	|      7489 |    2025   706608  8329446 |   555381     7489      9 |  0.001 % |
102.81/103.53	c 103	|     11334 |    2025   706608  8329446 |   610919    11334      9 |  0.000 % |
104.10/104.84	c 105	|     17100 |    2025   706608  8329446 |   672011    17100     10 |  0.000 % |
105.50/106.22	c 106	|     25749 |    2025   706608  8329446 |   739212    25749     10 |  0.000 % |
109.48/110.22	c 110	|     38725 |    2025   706608  8329446 |   813134    38725     10 |  0.000 % |
149.58/150.59	c 150	|     58187 |    2023   706608  8329446 |   894447    58186     11 |  0.099 % |
212.56/213.86	c 214	|     87380 |    2023   706608  8329446 |   983892    87379     13 |  0.099 % |
320.44/322.21	c 322	|    131171 |    2020   706608  8329446 |  1082281   131169     14 |  0.346 % |
496.98/499.68	c 500	|    196855 |    2018   701505  8270873 |  1190509   170748     15 |  0.346 % |
799.52/803.62	c 803	|    295381 |    2012   696741  8215488 |  1309560   200391     15 |  0.642 % |
1350.36/1356.87	c 1357	|    443170 |    2012   696741  8215488 |  1440516   348180     17 |  0.642 % |
1800.06/1808.32	c ERROR INTERRUPTED
1800.06/1808.33	s UNKNOWN
1800.06/1808.33	c 1808	CPU 99.1 (0.04 0 99.06 0.52)
1800.06/1808.33	c 1808	END Sat Jul  5 00:33:40 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-1079012-1215209012/watcher-1079012-1215209012 -o /tmp/evaluation-result-1079012-1215209012/solver-1079012-1215209012 -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-1079012-1215209012.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 2.00 4/82 9325
/proc/meminfo: memFree=1726272/2055920 swapFree=4180580/4192956
[pid=9325] ppid=9323 vsize=12272 CPUtime=0
/proc/9325/stat : 9325 (sugar) R 9323 9325 8622 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 643831586 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 234054794238 0 0 4224 0 0 0 0 17 1 0 0
/proc/9325/statm: 3068 327 246 3 0 168 0

[startup+0.037062 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 9325
/proc/meminfo: memFree=1726272/2055920 swapFree=4180580/4192956
[pid=9325] ppid=9323 vsize=13468 CPUtime=0.02
/proc/9325/stat : 9325 (sugar) R 9323 9325 8622 0 -1 4194304 762 0 0 0 2 0 0 0 18 0 1 0 643831586 13791232 730 996147200 4194304 4206940 548682068608 18446744073709551615 234045739745 0 0 4224 0 0 0 0 17 1 0 0
/proc/9325/statm: 3367 731 338 3 0 467 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13468

[startup+0.101086 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 9325
/proc/meminfo: memFree=1726272/2055920 swapFree=4180580/4192956
[pid=9325] ppid=9323 vsize=13600 CPUtime=0.03
/proc/9325/stat : 9325 (sugar) S 9323 9325 8622 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 643831586 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9325/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301091 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 9325
/proc/meminfo: memFree=1726272/2055920 swapFree=4180580/4192956
[pid=9325] ppid=9323 vsize=13600 CPUtime=0.03
/proc/9325/stat : 9325 (sugar) S 9323 9325 8622 0 -1 4194304 918 127 0 0 3 0 0 0 15 0 1 0 643831586 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9325/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701138 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 9325
/proc/meminfo: memFree=1726272/2055920 swapFree=4180580/4192956
[pid=9325] ppid=9323 vsize=13600 CPUtime=0.23
/proc/9325/stat : 9325 (sugar) S 9323 9325 8622 0 -1 4194304 973 4547 0 1 3 0 17 3 15 0 1 0 643831586 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9325/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 13600

[startup+1.50223 s]
/proc/loadavg: 2.08 2.02 2.01 3/93 9347
/proc/meminfo: memFree=1700392/2055920 swapFree=4180580/4192956
[pid=9325] ppid=9323 vsize=13600 CPUtime=0.23
/proc/9325/stat : 9325 (sugar) S 9323 9325 8622 0 -1 4194304 974 4547 0 1 3 0 17 3 15 0 1 0 643831586 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9325/statm: 3400 797 370 3 0 500 0
[pid=9338] ppid=9325 vsize=5356 CPUtime=0
/proc/9338/stat : 9338 (sh) S 9325 9325 8622 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 643831616 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9338/statm: 1339 233 193 169 0 50 0
[pid=9339] ppid=9338 vsize=864364 CPUtime=1.18
/proc/9339/stat : 9339 (java) S 9338 9325 8622 0 -1 0 12976 0 1 0 112 6 0 0 20 0 9 0 643831617 885108736 12115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9339/statm: 216091 12115 2540 9 0 210666 0
[pid=9339/tid=9340] ppid=9338 vsize=864364 CPUtime=0.46
/proc/9339/task/9340/stat : 9340 (java) R 9338 9325 8622 0 -1 64 2930 0 1 0 45 1 0 0 25 0 9 0 643831618 885108736 12115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9339/tid=9341] ppid=9338 vsize=864364 CPUtime=0.66
/proc/9339/task/9341/stat : 9341 (java) R 9338 9325 8622 0 -1 64 9029 0 0 0 62 4 0 0 17 0 9 0 643831619 885108736 12115 996147200 134512640 134550740 4294955952 18446744073709551615 102687684 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9339/tid=9342] ppid=9338 vsize=864364 CPUtime=0
/proc/9339/task/9342/stat : 9342 (java) S 9338 9325 8622 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 643831619 885108736 12115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9339/tid=9343] ppid=9338 vsize=864364 CPUtime=0
/proc/9339/task/9343/stat : 9343 (java) S 9338 9325 8622 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 643831619 885108736 12115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9339/tid=9344] ppid=9338 vsize=864364 CPUtime=0
/proc/9339/task/9344/stat : 9344 (java) S 9338 9325 8622 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 643831621 885108736 12115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9339/tid=9345] ppid=9338 vsize=864364 CPUtime=0.04
/proc/9339/task/9345/stat : 9345 (java) S 9338 9325 8622 0 -1 64 324 0 0 0 4 0 0 0 16 0 9 0 643831621 885108736 12115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9339/tid=9346] ppid=9338 vsize=864364 CPUtime=0
/proc/9339/task/9346/stat : 9346 (java) S 9338 9325 8622 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 643831621 885108736 12115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9339/tid=9347] ppid=9338 vsize=864364 CPUtime=0
/proc/9339/task/9347/stat : 9347 (java) S 9338 9325 8622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 643831621 885108736 12115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883320

[startup+3.10238 s]
/proc/loadavg: 2.08 2.02 2.01 3/93 9347
/proc/meminfo: memFree=1682600/2055920 swapFree=4180580/4192956
[pid=9325] ppid=9323 vsize=13600 CPUtime=0.23
/proc/9325/stat : 9325 (sugar) S 9323 9325 8622 0 -1 4194304 974 4547 0 1 3 0 17 3 15 0 1 0 643831586 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9325/statm: 3400 797 370 3 0 500 0
[pid=9338] ppid=9325 vsize=5356 CPUtime=0
/proc/9338/stat : 9338 (sh) S 9325 9325 8622 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 643831616 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9338/statm: 1339 233 193 169 0 50 0
[pid=9339] ppid=9338 vsize=864240 CPUtime=2.77
/proc/9339/stat : 9339 (java) S 9338 9325 8622 0 -1 0 13947 0 1 0 270 7 0 0 20 0 9 0 643831617 884981760 13022 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9339/statm: 216060 13022 2564 9 0 210607 0
[pid=9339/tid=9340] ppid=9338 vsize=864240 CPUtime=1.94
/proc/9339/task/9340/stat : 9340 (java) R 9338 9325 8622 0 -1 64 3159 0 1 0 193 1 0 0 25 0 9 0 643831618 884981760 13022 996147200 134512640 134550740 4294955952 18446744073709551615 4126568711 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9339/tid=9341] ppid=9338 vsize=864240 CPUtime=0.72
/proc/9339/task/9341/stat : 9341 (java) S 9338 9325 8622 0 -1 64 9750 0 0 0 68 4 0 0 16 0 9 0 643831619 884981760 13022 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9339/tid=9342] ppid=9338 vsize=864240 CPUtime=0
/proc/9339/task/9342/stat : 9342 (java) S 9338 9325 8622 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 643831619 884981760 13022 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9339/tid=9343] ppid=9338 vsize=864240 CPUtime=0
/proc/9339/task/9343/stat : 9343 (java) S 9338 9325 8622 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 643831619 884981760 13022 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9339/tid=9344] ppid=9338 vsize=864240 CPUtime=0
/proc/9339/task/9344/stat : 9344 (java) S 9338 9325 8622 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 643831621 884981760 13022 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9339/tid=9345] ppid=9338 vsize=864240 CPUtime=0.07
/proc/9339/task/9345/stat : 9345 (java) S 9338 9325 8622 0 -1 64 345 0 0 0 7 0 0 0 16 0 9 0 643831621 884981760 13022 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9339/tid=9346] ppid=9338 vsize=864240 CPUtime=0
/proc/9339/task/9346/stat : 9346 (java) S 9338 9325 8622 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 643831621 884981760 13022 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9339/tid=9347] ppid=9338 vsize=864240 CPUtime=0
/proc/9339/task/9347/stat : 9347 (java) S 9338 9325 8622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 643831621 884981760 13022 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883196

[startup+6.30172 s]
/proc/loadavg: 2.08 2.02 2.01 3/93 9347
/proc/meminfo: memFree=1678952/2055920 swapFree=4180580/4192956
[pid=9325] ppid=9323 vsize=13600 CPUtime=0.23
/proc/9325/stat : 9325 (sugar) S 9323 9325 8622 0 -1 4194304 974 4547 0 1 3 0 17 3 15 0 1 0 643831586 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9325/statm: 3400 797 370 3 0 500 0
[pid=9338] ppid=9325 vsize=5356 CPUtime=0
/proc/9338/stat : 9338 (sh) S 9325 9325 8622 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 643831616 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9338/statm: 1339 233 193 169 0 50 0
[pid=9339] ppid=9338 vsize=864240 CPUtime=5.95
/proc/9339/stat : 9339 (java) S 9338 9325 8622 0 -1 0 14774 0 1 0 587 8 0 0 20 0 9 0 643831617 884981760 13823 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9339/statm: 216060 13823 2564 9 0 210607 0
[pid=9339/tid=9340] ppid=9338 vsize=864240 CPUtime=5.07
/proc/9339/task/9340/stat : 9340 (java) R 9338 9325 8622 0 -1 64 3185 0 1 0 506 1 0 0 25 0 9 0 643831618 884981760 13823 996147200 134512640 134550740 4294955952 18446744073709551615 4126568831 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9339/tid=9341] ppid=9338 vsize=864240 CPUtime=0.78
/proc/9339/task/9341/stat : 9341 (java) S 9338 9325 8622 0 -1 64 10551 0 0 0 73 5 0 0 16 0 9 0 643831619 884981760 13823 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9339/tid=9342] ppid=9338 vsize=864240 CPUtime=0
/proc/9339/task/9342/stat : 9342 (java) S 9338 9325 8622 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 643831619 884981760 13823 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9339/tid=9343] ppid=9338 vsize=864240 CPUtime=0
/proc/9339/task/9343/stat : 9343 (java) S 9338 9325 8622 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 643831619 884981760 13823 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9339/tid=9344] ppid=9338 vsize=864240 CPUtime=0
/proc/9339/task/9344/stat : 9344 (java) S 9338 9325 8622 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 643831621 884981760 13823 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9339/tid=9345] ppid=9338 vsize=864240 CPUtime=0.07
/proc/9339/task/9345/stat : 9345 (java) S 9338 9325 8622 0 -1 64 345 0 0 0 7 0 0 0 16 0 9 0 643831621 884981760 13823 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9339/tid=9346] ppid=9338 vsize=864240 CPUtime=0
/proc/9339/task/9346/stat : 9346 (java) S 9338 9325 8622 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 643831621 884981760 13823 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9339/tid=9347] ppid=9338 vsize=864240 CPUtime=0
/proc/9339/task/9347/stat : 9347 (java) S 9338 9325 8622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 643831621 884981760 13823 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 883196

[startup+12.7014 s]
/proc/loadavg: 2.07 2.02 2.00 3/93 9347
/proc/meminfo: memFree=1671016/2055920 swapFree=4180580/4192956
[pid=9325] ppid=9323 vsize=13600 CPUtime=0.23
/proc/9325/stat : 9325 (sugar) S 9323 9325 8622 0 -1 4194304 974 4547 0 1 3 0 17 3 16 0 1 0 643831586 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9325/statm: 3400 797 370 3 0 500 0
[pid=9338] ppid=9325 vsize=5356 CPUtime=0
/proc/9338/stat : 9338 (sh) S 9325 9325 8622 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 643831616 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9338/statm: 1339 233 193 169 0 50 0
[pid=9339] ppid=9338 vsize=864240 CPUtime=12.31
/proc/9339/stat : 9339 (java) S 9338 9325 8622 0 -1 0 16438 0 1 0 1220 11 0 0 20 0 9 0 643831617 884981760 15394 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9339/statm: 216060 15394 2564 9 0 210607 0
[pid=9339/tid=9340] ppid=9338 vsize=864240 CPUtime=11.29
/proc/9339/task/9340/stat : 9340 (java) R 9338 9325 8622 0 -1 64 3279 0 1 0 1125 4 0 0 25 0 9 0 643831618 884981760 15394 996147200 134512640 134550740 4294955952 18446744073709551615 102064405 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9339/tid=9341] ppid=9338 vsize=864240 CPUtime=0.91
/proc/9339/task/9341/stat : 9341 (java) S 9338 9325 8622 0 -1 64 12118 0 0 0 85 6 0 0 16 0 9 0 643831619 884981760 15394 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9339/tid=9342] ppid=9338 vsize=864240 CPUtime=0
/proc/9339/task/9342/stat : 9342 (java) S 9338 9325 8622 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 643831619 884981760 15394 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9339/tid=9343] ppid=9338 vsize=864240 CPUtime=0
/proc/9339/task/9343/stat : 9343 (java) S 9338 9325 8622 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 643831619 884981760 15394 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9339/tid=9344] ppid=9338 vsize=864240 CPUtime=0
/proc/9339/task/9344/stat : 9344 (java) S 9338 9325 8622 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 643831621 884981760 15394 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9339/tid=9345] ppid=9338 vsize=864240 CPUtime=0.08
/proc/9339/task/9345/stat : 9345 (java) S 9338 9325 8622 0 -1 64 348 0 0 0 8 0 0 0 16 0 9 0 643831621 884981760 15394 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9339/tid=9346] ppid=9338 vsize=864240 CPUtime=0
/proc/9339/task/9346/stat : 9346 (java) S 9338 9325 8622 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 643831621 884981760 15394 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9339/tid=9347] ppid=9338 vsize=864240 CPUtime=0
/proc/9339/task/9347/stat : 9347 (java) S 9338 9325 8622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 643831621 884981760 15394 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 883196

[startup+25.5027 s]
/proc/loadavg: 2.06 2.01 2.00 3/93 9347
/proc/meminfo: memFree=1653608/2055920 swapFree=4180580/4192956
[pid=9325] ppid=9323 vsize=13600 CPUtime=0.23
/proc/9325/stat : 9325 (sugar) S 9323 9325 8622 0 -1 4194304 974 4547 0 1 3 0 17 3 16 0 1 0 643831586 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9325/statm: 3400 797 370 3 0 500 0
[pid=9338] ppid=9325 vsize=5356 CPUtime=0
/proc/9338/stat : 9338 (sh) S 9325 9325 8622 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 643831616 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9338/statm: 1339 233 193 169 0 50 0
[pid=9339] ppid=9338 vsize=864356 CPUtime=25.05
/proc/9339/stat : 9339 (java) S 9338 9325 8622 0 -1 0 21576 0 1 0 2487 18 0 0 20 0 9 0 643831617 885100544 17888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9339/statm: 216089 17888 2564 9 0 210636 0
[pid=9339/tid=9340] ppid=9338 vsize=864356 CPUtime=23.62
/proc/9339/task/9340/stat : 9340 (java) R 9338 9325 8622 0 -1 64 3409 0 1 0 2355 7 0 0 25 0 9 0 643831618 885100544 17888 996147200 134512640 134550740 4294955952 18446744073709551615 4126568839 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9339/tid=9341] ppid=9338 vsize=864356 CPUtime=1.31
/proc/9339/task/9341/stat : 9341 (java) S 9338 9325 8622 0 -1 64 17121 0 0 0 122 9 0 0 16 0 9 0 643831619 885100544 17888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9339/tid=9342] ppid=9338 vsize=864356 CPUtime=0
/proc/9339/task/9342/stat : 9342 (java) S 9338 9325 8622 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 643831619 885100544 17888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9339/tid=9343] ppid=9338 vsize=864356 CPUtime=0
/proc/9339/task/9343/stat : 9343 (java) S 9338 9325 8622 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 643831619 885100544 17888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/meminfo: memFree=1714736/2055920 swapFree=4180580/4192956
[pid=9325] ppid=9323 vsize=13600 CPUtime=99.62
/proc/9325/stat : 9325 (sugar) S 9323 9325 8622 0 -1 4194304 1031 34284 0 2 4 0 9906 52 16 0 1 0 643831586 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9325/statm: 3400 798 370 3 0 500 0
[pid=9348] ppid=9325 vsize=5356 CPUtime=0
/proc/9348/stat : 9348 (sh) S 9325 9325 8622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 643841613 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9348/statm: 1339 232 193 169 0 50 0
[pid=9349] ppid=9348 vsize=103792 CPUtime=1256.22
/proc/9349/stat : 9349 (minisat) R 9348 9325 8622 0 -1 4194304 25141 0 0 0 125604 18 0 0 25 0 1 0 643841614 106283008 25127 996147200 134512640 135127466 4294956256 18446744073709551615 134530632 0 0 4096 3 0 0 0 17 0 0 0
/proc/9349/statm: 25948 25127 75 150 0 25795 0
Current children cumulated CPU time (s) 1355.84
Current children cumulated vsize (KiB) 122748

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 9378
/proc/meminfo: memFree=1713136/2055920 swapFree=4180580/4192956
[pid=9325] ppid=9323 vsize=13600 CPUtime=99.62
/proc/9325/stat : 9325 (sugar) S 9323 9325 8622 0 -1 4194304 1031 34284 0 2 4 0 9906 52 16 0 1 0 643831586 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9325/statm: 3400 798 370 3 0 500 0
[pid=9348] ppid=9325 vsize=5356 CPUtime=0
/proc/9348/stat : 9348 (sh) S 9325 9325 8622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 643841613 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9348/statm: 1339 232 193 169 0 50 0
[pid=9349] ppid=9348 vsize=105268 CPUtime=1315.99
/proc/9349/stat : 9349 (minisat) R 9348 9325 8622 0 -1 4194304 25524 0 0 0 131580 19 0 0 25 0 1 0 643841614 107794432 25510 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9349/statm: 26317 25510 75 150 0 26164 0
Current children cumulated CPU time (s) 1415.61
Current children cumulated vsize (KiB) 124224

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 9378
/proc/meminfo: memFree=1711472/2055920 swapFree=4180580/4192956
[pid=9325] ppid=9323 vsize=13600 CPUtime=99.62
/proc/9325/stat : 9325 (sugar) S 9323 9325 8622 0 -1 4194304 1031 34284 0 2 4 0 9906 52 16 0 1 0 643831586 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9325/statm: 3400 798 370 3 0 500 0
[pid=9348] ppid=9325 vsize=5356 CPUtime=0
/proc/9348/stat : 9348 (sh) S 9325 9325 8622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 643841613 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9348/statm: 1339 232 193 169 0 50 0
[pid=9349] ppid=9348 vsize=106876 CPUtime=1375.74
/proc/9349/stat : 9349 (minisat) R 9348 9325 8622 0 -1 4194304 25939 0 0 0 137555 19 0 0 25 0 1 0 643841614 109441024 25925 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9349/statm: 26719 25925 75 150 0 26566 0
Current children cumulated CPU time (s) 1475.36
Current children cumulated vsize (KiB) 125832

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 9378
/proc/meminfo: memFree=1709680/2055920 swapFree=4180580/4192956
[pid=9325] ppid=9323 vsize=13600 CPUtime=99.62
/proc/9325/stat : 9325 (sugar) S 9323 9325 8622 0 -1 4194304 1031 34284 0 2 4 0 9906 52 16 0 1 0 643831586 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9325/statm: 3400 798 370 3 0 500 0
[pid=9348] ppid=9325 vsize=5356 CPUtime=0
/proc/9348/stat : 9348 (sh) S 9325 9325 8622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 643841613 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9348/statm: 1339 232 193 169 0 50 0
[pid=9349] ppid=9348 vsize=108612 CPUtime=1435.5
/proc/9349/stat : 9349 (minisat) R 9348 9325 8622 0 -1 4194304 26382 0 0 0 143530 20 0 0 25 0 1 0 643841614 111218688 26368 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9349/statm: 27153 26368 75 150 0 27000 0
Current children cumulated CPU time (s) 1535.12
Current children cumulated vsize (KiB) 127568

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 9378
/proc/meminfo: memFree=1707632/2055920 swapFree=4180580/4192956
[pid=9325] ppid=9323 vsize=13600 CPUtime=99.62
/proc/9325/stat : 9325 (sugar) S 9323 9325 8622 0 -1 4194304 1031 34284 0 2 4 0 9906 52 16 0 1 0 643831586 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9325/statm: 3400 798 370 3 0 500 0
[pid=9348] ppid=9325 vsize=5356 CPUtime=0
/proc/9348/stat : 9348 (sh) S 9325 9325 8622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 643841613 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9348/statm: 1339 232 193 169 0 50 0
[pid=9349] ppid=9348 vsize=110404 CPUtime=1495.26
/proc/9349/stat : 9349 (minisat) R 9348 9325 8622 0 -1 4194304 26839 0 0 0 149506 20 0 0 25 0 1 0 643841614 113053696 26825 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9349/statm: 27601 26825 75 150 0 27448 0
Current children cumulated CPU time (s) 1594.88
Current children cumulated vsize (KiB) 129360

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 9378
/proc/meminfo: memFree=1705840/2055920 swapFree=4180580/4192956
[pid=9325] ppid=9323 vsize=13600 CPUtime=99.62
/proc/9325/stat : 9325 (sugar) S 9323 9325 8622 0 -1 4194304 1031 34284 0 2 4 0 9906 52 16 0 1 0 643831586 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9325/statm: 3400 798 370 3 0 500 0
[pid=9348] ppid=9325 vsize=5356 CPUtime=0
/proc/9348/stat : 9348 (sh) S 9325 9325 8622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 643841613 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9348/statm: 1339 232 193 169 0 50 0
[pid=9349] ppid=9348 vsize=112152 CPUtime=1555.02
/proc/9349/stat : 9349 (minisat) R 9348 9325 8622 0 -1 4194304 27278 0 0 0 155481 21 0 0 25 0 1 0 643841614 114843648 27264 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9349/statm: 28038 27264 75 150 0 27885 0
Current children cumulated CPU time (s) 1654.64
Current children cumulated vsize (KiB) 131108

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 9378
/proc/meminfo: memFree=1704688/2055920 swapFree=4180580/4192956
[pid=9325] ppid=9323 vsize=13600 CPUtime=99.62
/proc/9325/stat : 9325 (sugar) S 9323 9325 8622 0 -1 4194304 1031 34284 0 2 4 0 9906 52 16 0 1 0 643831586 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9325/statm: 3400 798 370 3 0 500 0
[pid=9348] ppid=9325 vsize=5356 CPUtime=0
/proc/9348/stat : 9348 (sh) S 9325 9325 8622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 643841613 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9348/statm: 1339 232 193 169 0 50 0
[pid=9349] ppid=9348 vsize=113200 CPUtime=1614.77
/proc/9349/stat : 9349 (minisat) R 9348 9325 8622 0 -1 4194304 27555 0 0 0 161456 21 0 0 25 0 1 0 643841614 115916800 27541 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9349/statm: 28300 27541 75 150 0 28147 0
Current children cumulated CPU time (s) 1714.39
Current children cumulated vsize (KiB) 132156

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 9378
/proc/meminfo: memFree=1703472/2055920 swapFree=4180580/4192956
[pid=9325] ppid=9323 vsize=13600 CPUtime=99.62
/proc/9325/stat : 9325 (sugar) S 9323 9325 8622 0 -1 4194304 1031 34284 0 2 4 0 9906 52 16 0 1 0 643831586 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9325/statm: 3400 798 370 3 0 500 0
[pid=9348] ppid=9325 vsize=5356 CPUtime=0
/proc/9348/stat : 9348 (sh) S 9325 9325 8622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 643841613 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9348/statm: 1339 232 193 169 0 50 0
[pid=9349] ppid=9348 vsize=114344 CPUtime=1674.54
/proc/9349/stat : 9349 (minisat) R 9348 9325 8622 0 -1 4194304 27858 0 0 0 167432 22 0 0 25 0 1 0 643841614 117088256 27844 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9349/statm: 28586 27844 75 150 0 28433 0
Current children cumulated CPU time (s) 1774.16
Current children cumulated vsize (KiB) 133300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 9378
/proc/meminfo: memFree=1702960/2055920 swapFree=4180580/4192956
[pid=9325] ppid=9323 vsize=13600 CPUtime=99.62
/proc/9325/stat : 9325 (sugar) S 9323 9325 8622 0 -1 4194304 1031 34284 0 2 4 0 9906 52 16 0 1 0 643831586 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9325/statm: 3400 798 370 3 0 500 0
[pid=9348] ppid=9325 vsize=5356 CPUtime=0
/proc/9348/stat : 9348 (sh) S 9325 9325 8622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 643841613 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9348/statm: 1339 232 193 169 0 50 0
[pid=9349] ppid=9348 vsize=114764 CPUtime=1700.44
/proc/9349/stat : 9349 (minisat) R 9348 9325 8622 0 -1 4194304 27978 0 0 0 170022 22 0 0 25 0 1 0 643841614 117518336 27964 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9349/statm: 28691 27964 75 150 0 28538 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 133720

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

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

[startup+1808.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 9378
/proc/meminfo: memFree=1702960/2055920 swapFree=4180580/4192956
[pid=9325] ppid=9323 vsize=13600 CPUtime=99.62
/proc/9325/stat : 9325 (sugar) S 9323 9325 8622 0 -1 4194304 1031 34284 0 2 4 0 9906 52 16 0 1 0 643831586 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9325/statm: 3400 798 370 3 0 500 0
[pid=9348] ppid=9325 vsize=5356 CPUtime=0
/proc/9348/stat : 9348 (sh) S 9325 9325 8622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 643841613 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9348/statm: 1339 232 193 169 0 50 0
[pid=9349] ppid=9348 vsize=114764 CPUtime=1700.44
/proc/9349/stat : 9349 (minisat) R 9348 9325 8622 0 -1 4194304 27978 0 0 0 170022 22 0 0 25 0 1 0 643841614 117518336 27964 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9349/statm: 28691 27964 75 150 0 28538 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 133720

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9325 and gives
#  childrusage.ru_utime.tv_sec=99
#  childrusage.ru_utime.tv_usec=108933
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=553915
# CPU time returned by wait4() is 99.6628
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.35
CPU time (s): 1800.06
CPU user time (s): 1799.32
CPU system time (s): 0.74
CPU usage (%): 99.5415
Max. virtual memory (cumulated for all children) (KiB): 889724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 99.1089
system time used= 0.553915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35659
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= 10426
involuntary context switches= 12825

runsolver used 1.63975 second user time and 5.05823 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-05 00:03:32
IDJOB=1079012
IDBENCH=56856
IDSOLVER=346
FILE ID=node79/1079012-1215209012
PBS_JOBID= 7881733
Free space on /tmp= 66488 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg9-9_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-1079012-1215209012/watcher-1079012-1215209012 -o /tmp/evaluation-result-1079012-1215209012/solver-1079012-1215209012 -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-1079012-1215209012.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 12c563a014452c8c9bf97415b366b304
RANDOM SEED=104952669

node79.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 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.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1726752 kB
Buffers:         20004 kB
Cached:         122340 kB
SwapCached:       6916 kB
Active:         228260 kB
Inactive:        54320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1726752 kB
SwapTotal:     4192956 kB
SwapFree:      4180580 kB
Dirty:            1340 kB
Writeback:           0 kB
Mapped:         153760 kB
Slab:            31552 kB
Committed_AS:  1817308 kB
PageTables:       2092 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66492 MiB
End job on node79 at 2008-07-05 00:33:42