Trace number 1076997

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.02 1800.87

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-15-04.xml
MD5SUM3097f8c918f8091fb608d0f760556ab9
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.99648
Satisfiable
(Un)Satisfiability was proved
Number of variables193
Number of constraints698
Maximum constraint arity30
Maximum domain size26
Number of constraints which are defined in extension76
Number of constraints which are defined in intension622
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 19:02:20 2008
0.00/0.04	c 0	PID 18954
0.00/0.04	c 0	HOST node89.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1076997-1215190940.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1076997-1215190940.xml' 'HOME/temp.csp'
0.03/0.45	c 0	1 domains, 193 variables, 8 predicates, 6 relations, 698 constraints
0.03/0.48	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.48	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.55/0.55	c 0	Parsing HOME/temp.csp
0.55/0.83	c 1	parsed 906 expressions
0.55/0.84	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.55/0.84	c 1	Converting to clausal form CSP
0.55/0.85	c 1	converted 91 (10%) expressions
0.55/0.86	c 1	converted 182 (20%) expressions
1.82/1.70	c 1	converted 272 (30%) expressions
1.92/1.85	c 2	converted 363 (40%) expressions
2.40/2.28	c 2	converted 453 (50%) expressions
2.60/2.40	c 2	converted 544 (60%) expressions
2.60/2.50	c 2	converted 635 (70%) expressions
2.70/2.58	c 2	converted 725 (80%) expressions
2.70/2.59	c 2	converted 816 (90%) expressions
2.81/2.62	c 2	converted 906 (100%) expressions
2.81/2.62	c 2	CSP : 193 integers, 0 booleans, 698 clauses, largest domain size 26
2.81/2.62	c 2	Heap : 56 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.81/2.62	c 2	Propagation in CSP
2.81/2.63	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.81/2.63	c 2	CSP : 193 integers, 0 booleans, 698 clauses, largest domain size 26
2.81/2.63	c 2	Heap : 57 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.81/2.63	c 2	Simplifing CSP by introducing new Boolean variables
2.81/2.66	c 2	CSP : 193 integers, 5444 booleans, 6142 clauses, largest domain size 26
2.81/2.66	c 2	Heap : 57 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.12/2.95	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.12/2.96	c 3	20 (10%) CSP integer variables are encoded (480 clauses, 5136 bytes)
3.12/2.97	c 3	39 (20%) CSP integer variables are encoded (936 clauses, 10152 bytes)
3.12/2.97	c 3	58 (30%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
3.12/2.97	c 3	78 (40%) CSP integer variables are encoded (1872 clauses, 22273 bytes)
3.12/2.97	c 3	97 (50%) CSP integer variables are encoded (2328 clauses, 28201 bytes)
3.12/2.97	c 3	116 (60%) CSP integer variables are encoded (2784 clauses, 34129 bytes)
3.12/2.97	c 3	136 (70%) CSP integer variables are encoded (3264 clauses, 40369 bytes)
3.12/2.97	c 3	155 (80%) CSP integer variables are encoded (3720 clauses, 46297 bytes)
3.12/2.97	c 3	174 (90%) CSP integer variables are encoded (4176 clauses, 52225 bytes)
3.12/2.97	c 3	193 (100%) CSP integer variables are encoded (4632 clauses, 58153 bytes)
30.06/29.95	c 30	615 (10%) CSP clauses are encoded (515275 clauses, 20974917 bytes)
46.31/46.24	c 46	1229 (20%) CSP clauses are encoded (684044 clauses, 29116732 bytes)
59.79/59.72	c 60	1843 (30%) CSP clauses are encoded (761629 clauses, 33044260 bytes)
73.15/73.15	c 73	2457 (40%) CSP clauses are encoded (839214 clauses, 36632627 bytes)
87.12/87.13	c 87	3071 (50%) CSP clauses are encoded (916799 clauses, 40935117 bytes)
100.69/100.74	c 101	3686 (60%) CSP clauses are encoded (994685 clauses, 45240591 bytes)
100.69/100.76	c 101	4300 (70%) CSP clauses are encoded (1009249 clauses, 45513017 bytes)
100.69/100.79	c 101	4914 (80%) CSP clauses are encoded (1023813 clauses, 45785443 bytes)
100.79/100.82	c 101	5528 (90%) CSP clauses are encoded (1038402 clauses, 46057126 bytes)
102.68/102.72	c 103	6142 (100%) CSP clauses are encoded (1085732 clauses, 49306948 bytes)
102.68/102.72	c 103	6142 CSP clauses encoded
102.68/102.73	c 103	Writing map file : HOME/temp.map
102.68/102.73	c 103	Heap : 76 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
102.68/102.73	c 103	SAT : 10269 SAT variables, 1085732 SAT clauses, 49306948 bytes
102.68/102.73	c 103	Heap : 76 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
102.68/102.79	c 103	SOLVING HOME/temp.cnf
102.68/102.79	c 103	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
102.74/102.80	c 103	This is MiniSat 2.0 beta
102.74/102.80	c 103	WARNING: for repeatability, setting FPU to use double precision
102.74/102.80	c 103	============================[ Problem Statistics ]=============================
102.74/102.80	c 103	|                                                                             |
102.74/102.80	c 103	|  Number of variables:  10269                                                |
102.74/102.80	c 103	|  Number of clauses:    1085732                                              |
103.63/103.79	c 104	|  Parsing time:         0.86         s                                       |
103.73/103.86	c 104	============================[ Search Statistics ]==============================
103.73/103.86	c 104	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
103.73/103.86	c 104	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
103.73/103.86	c 104	===============================================================================
103.73/103.86	c 104	|         0 |   10253  1084200  8946993 |   361400        0    nan |  0.000 % |
103.82/103.94	c 104	|       100 |   10253  1084200  8946993 |   397540      100     13 |  0.156 % |
103.92/104.08	c 104	|       252 |   10253  1084200  8946993 |   437294      252     12 |  0.156 % |
104.12/104.23	c 104	|       478 |   10253  1084200  8946993 |   481023      478     11 |  0.156 % |
104.22/104.33	c 104	|       816 |   10253  1084200  8946993 |   529125      816     10 |  0.156 % |
104.22/104.40	c 104	|      1323 |   10253  1084200  8946993 |   582038     1323     10 |  0.156 % |
104.42/104.56	c 104	|      2084 |   10253  1084200  8946993 |   640242     2084     10 |  0.156 % |
104.72/104.85	c 105	|      3223 |   10253  1084200  8946993 |   704266     3223     10 |  0.156 % |
104.82/104.97	c 105	|      4931 |   10253  1084200  8946993 |   774692     4931     10 |  0.156 % |
105.22/105.31	c 105	|      7493 |   10253  1084200  8946993 |   852162     7493     11 |  0.156 % |
105.92/106.09	c 106	|     11338 |   10253  1084200  8946993 |   937378    11338     11 |  0.156 % |
107.82/107.94	c 108	|     17104 |   10253  1084200  8946993 |  1031116    17104     13 |  0.156 % |
110.31/110.40	c 110	|     25753 |   10253  1084200  8946993 |  1134228    25753     13 |  0.156 % |
113.72/113.89	c 114	|     38728 |   10253  1084200  8946993 |  1247650    38728     13 |  0.156 % |
118.11/118.27	c 118	|     58189 |   10253  1084200  8946993 |  1372415    58189     13 |  0.156 % |
124.12/124.23	c 124	|     87383 |   10253  1084200  8946993 |  1509657    87383     13 |  0.156 % |
136.80/136.94	c 137	|    131173 |   10252  1084200  8946993 |  1660623   131172     13 |  0.195 % |
165.50/165.67	c 165	|    196857 |   10251  1084200  8946993 |  1826685   196855     14 |  0.205 % |
232.47/232.63	c 232	|    295383 |   10248  1082384  8927837 |  2009354   295027     15 |  0.205 % |
334.23/334.48	c 334	|    443172 |   10248  1082384  8927837 |  2210289   442816     16 |  0.205 % |
550.35/550.64	c 550	|    664855 |   10247  1082247  8927114 |  2431318   664497     17 |  0.214 % |
965.16/965.63	c 965	|    997380 |   10245  1082208  8927016 |  2674450   997020     18 |  0.234 % |
1800.02/1800.81	c ERROR INTERRUPTED
1800.02/1800.84	s UNKNOWN
1800.02/1800.84	c 1801	CPU 102.12 (0.04 0.01 102.08 0.63)
1800.02/1800.84	c 1801	END Fri Jul  4 19:32:21 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-1076997-1215190940/watcher-1076997-1215190940 -o /tmp/evaluation-result-1076997-1215190940/solver-1076997-1215190940 -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-1076997-1215190940.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: 0.92 0.98 0.99 3/65 18954
/proc/meminfo: memFree=1741760/2055920 swapFree=4179808/4192956
[pid=18954] ppid=18952 vsize=12268 CPUtime=0
/proc/18954/stat : 18954 (sugar) R 18952 18954 18051 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 674821599 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 249070058085 0 0 4224 0 0 0 0 17 0 0 0
/proc/18954/statm: 3067 316 241 3 0 167 0

[startup+0.0862529 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 18954
/proc/meminfo: memFree=1741760/2055920 swapFree=4179808/4192956
[pid=18954] ppid=18952 vsize=13600 CPUtime=0.03
/proc/18954/stat : 18954 (sugar) S 18952 18954 18051 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 674821599 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18954/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101252 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 18954
/proc/meminfo: memFree=1741760/2055920 swapFree=4179808/4192956
[pid=18954] ppid=18952 vsize=13600 CPUtime=0.03
/proc/18954/stat : 18954 (sugar) S 18952 18954 18051 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 674821599 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18954/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301275 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 18954
/proc/meminfo: memFree=1741760/2055920 swapFree=4179808/4192956
[pid=18954] ppid=18952 vsize=13600 CPUtime=0.03
/proc/18954/stat : 18954 (sugar) S 18952 18954 18051 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 674821599 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18954/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701315 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 18954
/proc/meminfo: memFree=1741760/2055920 swapFree=4179808/4192956
[pid=18954] ppid=18952 vsize=13600 CPUtime=0.55
/proc/18954/stat : 18954 (sugar) S 18952 18954 18051 0 -1 4194304 973 7051 0 1 3 0 47 5 16 0 1 0 674821599 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18954/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 13600

[startup+1.5024 s]
/proc/loadavg: 0.92 0.98 0.99 2/76 18976
/proc/meminfo: memFree=1724392/2055920 swapFree=4179808/4192956
[pid=18954] ppid=18952 vsize=13600 CPUtime=0.55
/proc/18954/stat : 18954 (sugar) S 18952 18954 18051 0 -1 4194304 973 7051 0 1 3 0 47 5 16 0 1 0 674821599 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18954/statm: 3400 797 370 3 0 500 0
[pid=18967] ppid=18954 vsize=5356 CPUtime=0
/proc/18967/stat : 18967 (sh) S 18954 18954 18051 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 674821647 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18967/statm: 1339 233 193 169 0 50 0
[pid=18968] ppid=18967 vsize=865044 CPUtime=1.07
/proc/18968/stat : 18968 (java) S 18967 18954 18051 0 -1 0 10317 0 1 0 101 6 0 0 20 0 9 0 674821647 885805056 9574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18968/statm: 216261 9574 2540 9 0 210836 0
[pid=18968/tid=18969] ppid=18967 vsize=865044 CPUtime=0.5
/proc/18968/task/18969/stat : 18969 (java) S 18967 18954 18051 0 -1 64 2717 0 1 0 49 1 0 0 16 0 9 0 674821648 885805056 9574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18968/tid=18970] ppid=18967 vsize=865044 CPUtime=0.47
/proc/18968/task/18970/stat : 18970 (java) R 18967 18954 18051 0 -1 64 6549 0 0 0 44 3 0 0 17 0 9 0 674821649 885805056 9574 996147200 134512640 134550740 4294955952 18446744073709551615 104182483 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18971] ppid=18967 vsize=865044 CPUtime=0
/proc/18968/task/18971/stat : 18971 (java) S 18967 18954 18051 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 674821649 885805056 9574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18972] ppid=18967 vsize=865044 CPUtime=0
/proc/18968/task/18972/stat : 18972 (java) S 18967 18954 18051 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 674821649 885805056 9574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18973] ppid=18967 vsize=865044 CPUtime=0
/proc/18968/task/18973/stat : 18973 (java) S 18967 18954 18051 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 674821651 885805056 9574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18968/tid=18974] ppid=18967 vsize=865044 CPUtime=0.06
/proc/18968/task/18974/stat : 18974 (java) S 18967 18954 18051 0 -1 64 353 0 0 0 6 0 0 0 16 0 9 0 674821651 885805056 9574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18968/tid=18975] ppid=18967 vsize=865044 CPUtime=0
/proc/18968/task/18975/stat : 18975 (java) S 18967 18954 18051 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 674821651 885805056 9574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18976] ppid=18967 vsize=865044 CPUtime=0
/proc/18968/task/18976/stat : 18976 (java) S 18967 18954 18051 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 674821651 885805056 9574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 884000

[startup+3.10255 s]
/proc/loadavg: 0.92 0.98 0.99 3/76 18976
/proc/meminfo: memFree=1690984/2055920 swapFree=4179808/4192956
[pid=18954] ppid=18952 vsize=13600 CPUtime=0.55
/proc/18954/stat : 18954 (sugar) S 18952 18954 18051 0 -1 4194304 974 7051 0 1 3 0 47 5 16 0 1 0 674821599 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18954/statm: 3400 797 370 3 0 500 0
[pid=18967] ppid=18954 vsize=5356 CPUtime=0
/proc/18967/stat : 18967 (sh) S 18954 18954 18051 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 674821647 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18967/statm: 1339 233 193 169 0 50 0
[pid=18968] ppid=18967 vsize=869416 CPUtime=2.79
/proc/18968/stat : 18968 (java) S 18967 18954 18051 0 -1 0 21390 0 1 0 267 12 0 0 20 0 9 0 674821647 890281984 20488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18968/statm: 217354 20488 2565 9 0 211901 0
[pid=18968/tid=18969] ppid=18967 vsize=869416 CPUtime=1.17
/proc/18968/task/18969/stat : 18969 (java) R 18967 18954 18051 0 -1 64 3457 0 1 0 115 2 0 0 16 0 9 0 674821648 890281984 20488 996147200 134512640 134550740 4294955952 18446744073709551615 102492666 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18970] ppid=18967 vsize=869416 CPUtime=1.39
/proc/18968/task/18970/stat : 18970 (java) S 18967 18954 18051 0 -1 64 15783 0 0 0 132 7 0 0 16 0 9 0 674821649 890281984 20488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18968/tid=18971] ppid=18967 vsize=869416 CPUtime=0
/proc/18968/task/18971/stat : 18971 (java) S 18967 18954 18051 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 674821649 890281984 20488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18972] ppid=18967 vsize=869416 CPUtime=0
/proc/18968/task/18972/stat : 18972 (java) S 18967 18954 18051 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 674821649 890281984 20488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18968/tid=18973] ppid=18967 vsize=869416 CPUtime=0
/proc/18968/task/18973/stat : 18973 (java) S 18967 18954 18051 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 674821651 890281984 20488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18968/tid=18974] ppid=18967 vsize=869416 CPUtime=0.2
/proc/18968/task/18974/stat : 18974 (java) S 18967 18954 18051 0 -1 64 1452 0 0 0 19 1 0 0 16 0 9 0 674821651 890281984 20488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18968/tid=18975] ppid=18967 vsize=869416 CPUtime=0
/proc/18968/task/18975/stat : 18975 (java) S 18967 18954 18051 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 674821651 890281984 20488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18976] ppid=18967 vsize=869416 CPUtime=0
/proc/18968/task/18976/stat : 18976 (java) S 18967 18954 18051 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 674821651 890281984 20488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.34
Current children cumulated vsize (KiB) 888372

[startup+6.30287 s]
/proc/loadavg: 0.93 0.98 0.99 2/76 18976
/proc/meminfo: memFree=1662440/2055920 swapFree=4179808/4192956
[pid=18954] ppid=18952 vsize=13600 CPUtime=0.55
/proc/18954/stat : 18954 (sugar) S 18952 18954 18051 0 -1 4194304 974 7051 0 1 3 0 47 5 16 0 1 0 674821599 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18954/statm: 3400 797 370 3 0 500 0
[pid=18967] ppid=18954 vsize=5356 CPUtime=0
/proc/18967/stat : 18967 (sh) S 18954 18954 18051 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 674821647 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18967/statm: 1339 233 193 169 0 50 0
[pid=18968] ppid=18967 vsize=869416 CPUtime=5.99
/proc/18968/stat : 18968 (java) S 18967 18954 18051 0 -1 0 21737 0 1 0 584 15 0 0 20 0 9 0 674821647 890281984 20783 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18968/statm: 217354 20783 2565 9 0 211901 0
[pid=18968/tid=18969] ppid=18967 vsize=869416 CPUtime=4.25
/proc/18968/task/18969/stat : 18969 (java) R 18967 18954 18051 0 -1 64 3510 0 1 0 421 4 0 0 17 0 9 0 674821648 890281984 20783 996147200 134512640 134550740 4294955952 18446744073709551615 4126931520 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18970] ppid=18967 vsize=869416 CPUtime=1.5
/proc/18968/task/18970/stat : 18970 (java) S 18967 18954 18051 0 -1 64 16075 0 0 0 142 8 0 0 15 0 9 0 674821649 890281984 20783 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18968/tid=18971] ppid=18967 vsize=869416 CPUtime=0
/proc/18968/task/18971/stat : 18971 (java) S 18967 18954 18051 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 674821649 890281984 20783 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18972] ppid=18967 vsize=869416 CPUtime=0
/proc/18968/task/18972/stat : 18972 (java) S 18967 18954 18051 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 674821649 890281984 20783 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18968/tid=18973] ppid=18967 vsize=869416 CPUtime=0
/proc/18968/task/18973/stat : 18973 (java) S 18967 18954 18051 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 674821651 890281984 20783 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18968/tid=18974] ppid=18967 vsize=869416 CPUtime=0.2
/proc/18968/task/18974/stat : 18974 (java) S 18967 18954 18051 0 -1 64 1454 0 0 0 19 1 0 0 15 0 9 0 674821651 890281984 20783 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18968/tid=18975] ppid=18967 vsize=869416 CPUtime=0
/proc/18968/task/18975/stat : 18975 (java) S 18967 18954 18051 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 674821651 890281984 20783 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18976] ppid=18967 vsize=869416 CPUtime=0
/proc/18968/task/18976/stat : 18976 (java) S 18967 18954 18051 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 674821651 890281984 20783 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.54
Current children cumulated vsize (KiB) 888372

[startup+12.7015 s]
/proc/loadavg: 0.93 0.98 0.99 2/76 18976
/proc/meminfo: memFree=1649704/2055920 swapFree=4179808/4192956
[pid=18954] ppid=18952 vsize=13600 CPUtime=0.55
/proc/18954/stat : 18954 (sugar) S 18952 18954 18051 0 -1 4194304 974 7051 0 1 3 0 47 5 16 0 1 0 674821599 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18954/statm: 3400 797 370 3 0 500 0
[pid=18967] ppid=18954 vsize=5356 CPUtime=0
/proc/18967/stat : 18967 (sh) S 18954 18954 18051 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 674821647 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18967/statm: 1339 233 193 169 0 50 0
[pid=18968] ppid=18967 vsize=869416 CPUtime=12.37
/proc/18968/stat : 18968 (java) S 18967 18954 18051 0 -1 0 23680 0 1 0 1218 19 0 0 20 0 9 0 674821647 890281984 22652 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18968/statm: 217354 22652 2565 9 0 211901 0
[pid=18968/tid=18969] ppid=18967 vsize=869416 CPUtime=10.42
/proc/18968/task/18969/stat : 18969 (java) R 18967 18954 18051 0 -1 64 3584 0 1 0 1034 8 0 0 16 0 9 0 674821648 890281984 22652 996147200 134512640 134550740 4294955952 18446744073709551615 4126856196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18970] ppid=18967 vsize=869416 CPUtime=1.7
/proc/18968/task/18970/stat : 18970 (java) S 18967 18954 18051 0 -1 64 17939 0 0 0 162 8 0 0 15 0 9 0 674821649 890281984 22652 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18968/tid=18971] ppid=18967 vsize=869416 CPUtime=0
/proc/18968/task/18971/stat : 18971 (java) S 18967 18954 18051 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 674821649 890281984 22652 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18972] ppid=18967 vsize=869416 CPUtime=0
/proc/18968/task/18972/stat : 18972 (java) S 18967 18954 18051 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 674821649 890281984 22652 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18968/tid=18973] ppid=18967 vsize=869416 CPUtime=0
/proc/18968/task/18973/stat : 18973 (java) S 18967 18954 18051 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 674821651 890281984 22652 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18968/tid=18974] ppid=18967 vsize=869416 CPUtime=0.21
/proc/18968/task/18974/stat : 18974 (java) S 18967 18954 18051 0 -1 64 1459 0 0 0 20 1 0 0 16 0 9 0 674821651 890281984 22652 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18968/tid=18975] ppid=18967 vsize=869416 CPUtime=0
/proc/18968/task/18975/stat : 18975 (java) S 18967 18954 18051 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 674821651 890281984 22652 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18976] ppid=18967 vsize=869416 CPUtime=0
/proc/18968/task/18976/stat : 18976 (java) S 18967 18954 18051 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 674821651 890281984 22652 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.92
Current children cumulated vsize (KiB) 888372

[startup+25.5028 s]
/proc/loadavg: 0.95 0.98 0.99 2/76 18976
/proc/meminfo: memFree=1623464/2055920 swapFree=4179808/4192956
[pid=18954] ppid=18952 vsize=13600 CPUtime=0.55
/proc/18954/stat : 18954 (sugar) S 18952 18954 18051 0 -1 4194304 974 7051 0 1 3 0 47 5 16 0 1 0 674821599 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18954/statm: 3400 797 370 3 0 500 0
[pid=18967] ppid=18954 vsize=5356 CPUtime=0
/proc/18967/stat : 18967 (sh) S 18954 18954 18051 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 674821647 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18967/statm: 1339 233 193 169 0 50 0
[pid=18968] ppid=18967 vsize=869416 CPUtime=25.13
/proc/18968/stat : 18968 (java) S 18967 18954 18051 0 -1 0 28157 0 1 0 2486 27 0 0 20 0 9 0 674821647 890281984 27010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18968/statm: 217354 27010 2565 9 0 211901 0
[pid=18968/tid=18969] ppid=18967 vsize=869416 CPUtime=22.8
/proc/18968/task/18969/stat : 18969 (java) R 18967 18954 18051 0 -1 64 3703 0 1 0 2267 13 0 0 17 0 9 0 674821648 890281984 27010 996147200 134512640 134550740 4294955952 18446744073709551615 4126934020 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18970] ppid=18967 vsize=869416 CPUtime=2.08
/proc/18968/task/18970/stat : 18970 (java) S 18967 18954 18051 0 -1 64 22294 0 0 0 197 11 0 0 16 0 9 0 674821649 890281984 27010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18968/tid=18971] ppid=18967 vsize=869416 CPUtime=0
/proc/18968/task/18971/stat : 18971 (java) S 18967 18954 18051 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 674821649 890281984 27010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18972] ppid=18967 vsize=869416 CPUtime=0
/proc/18968/task/18972/stat : 18972 (java) S 18967 18954 18051 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 674821649 890281984 27010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/meminfo: memFree=1478248/2055920 swapFree=4179808/4192956
[pid=18954] ppid=18952 vsize=13600 CPUtime=102.76
/proc/18954/stat : 18954 (sugar) S 18952 18954 18051 0 -1 4194304 1032 46957 0 2 4 1 10208 63 16 0 1 0 674821599 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18954/statm: 3400 798 370 3 0 500 0
[pid=18977] ppid=18954 vsize=5356 CPUtime=0
/proc/18977/stat : 18977 (sh) S 18954 18954 18051 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 674831878 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18977/statm: 1339 232 193 169 0 50 0
[pid=18978] ppid=18977 vsize=216676 CPUtime=1198.96
/proc/18978/stat : 18978 (minisat) R 18977 18954 18051 0 -1 4194304 52894 0 0 0 119849 47 0 0 25 0 1 0 674831879 221876224 52880 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18978/statm: 54169 52880 76 150 0 54016 0
Current children cumulated CPU time (s) 1301.72
Current children cumulated vsize (KiB) 235632

[startup+1362.3 s]
/proc/loadavg: 1.24 1.09 1.02 2/68 18978
/proc/meminfo: memFree=1474024/2055920 swapFree=4179808/4192956
[pid=18954] ppid=18952 vsize=13600 CPUtime=102.76
/proc/18954/stat : 18954 (sugar) S 18952 18954 18051 0 -1 4194304 1032 46957 0 2 4 1 10208 63 16 0 1 0 674821599 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18954/statm: 3400 798 370 3 0 500 0
[pid=18977] ppid=18954 vsize=5356 CPUtime=0
/proc/18977/stat : 18977 (sh) S 18954 18954 18051 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 674831878 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18977/statm: 1339 232 193 169 0 50 0
[pid=18978] ppid=18977 vsize=220772 CPUtime=1258.93
/proc/18978/stat : 18978 (minisat) R 18977 18954 18051 0 -1 4194304 53968 0 0 0 125845 48 0 0 25 0 1 0 674831879 226070528 53954 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18978/statm: 55193 53954 76 150 0 55040 0
Current children cumulated CPU time (s) 1361.69
Current children cumulated vsize (KiB) 239728

[startup+1422.31 s]
/proc/loadavg: 1.09 1.07 1.02 2/68 18978
/proc/meminfo: memFree=1468776/2055920 swapFree=4179808/4192956
[pid=18954] ppid=18952 vsize=13600 CPUtime=102.76
/proc/18954/stat : 18954 (sugar) S 18952 18954 18051 0 -1 4194304 1032 46957 0 2 4 1 10208 63 16 0 1 0 674821599 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18954/statm: 3400 798 370 3 0 500 0
[pid=18977] ppid=18954 vsize=5356 CPUtime=0
/proc/18977/stat : 18977 (sh) S 18954 18954 18051 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 674831878 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18977/statm: 1339 232 193 169 0 50 0
[pid=18978] ppid=18977 vsize=226040 CPUtime=1318.91
/proc/18978/stat : 18978 (minisat) R 18977 18954 18051 0 -1 4194304 55279 0 0 0 131842 49 0 0 25 0 1 0 674831879 231464960 55265 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/18978/statm: 56510 55265 76 150 0 56357 0
Current children cumulated CPU time (s) 1421.67
Current children cumulated vsize (KiB) 244996

[startup+1482.3 s]
/proc/loadavg: 1.03 1.06 1.01 2/68 18978
/proc/meminfo: memFree=1464232/2055920 swapFree=4179808/4192956
[pid=18954] ppid=18952 vsize=13600 CPUtime=102.76
/proc/18954/stat : 18954 (sugar) S 18952 18954 18051 0 -1 4194304 1032 46957 0 2 4 1 10208 63 16 0 1 0 674821599 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18954/statm: 3400 798 370 3 0 500 0
[pid=18977] ppid=18954 vsize=5356 CPUtime=0
/proc/18977/stat : 18977 (sh) S 18954 18954 18051 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 674831878 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18977/statm: 1339 232 193 169 0 50 0
[pid=18978] ppid=18977 vsize=230524 CPUtime=1378.89
/proc/18978/stat : 18978 (minisat) R 18977 18954 18051 0 -1 4194304 56428 0 0 0 137838 51 0 0 25 0 1 0 674831879 236056576 56414 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18978/statm: 57631 56414 76 150 0 57478 0
Current children cumulated CPU time (s) 1481.65
Current children cumulated vsize (KiB) 249480

[startup+1542.3 s]
/proc/loadavg: 1.01 1.04 1.00 2/68 18978
/proc/meminfo: memFree=1460200/2055920 swapFree=4179808/4192956
[pid=18954] ppid=18952 vsize=13600 CPUtime=102.76
/proc/18954/stat : 18954 (sugar) S 18952 18954 18051 0 -1 4194304 1032 46957 0 2 4 1 10208 63 16 0 1 0 674821599 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18954/statm: 3400 798 370 3 0 500 0
[pid=18977] ppid=18954 vsize=5356 CPUtime=0
/proc/18977/stat : 18977 (sh) S 18954 18954 18051 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 674831878 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18977/statm: 1339 232 193 169 0 50 0
[pid=18978] ppid=18977 vsize=234304 CPUtime=1438.86
/proc/18978/stat : 18978 (minisat) R 18977 18954 18051 0 -1 4194304 57406 0 0 0 143835 51 0 0 25 0 1 0 674831879 239927296 57392 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18978/statm: 58576 57392 76 150 0 58423 0
Current children cumulated CPU time (s) 1541.62
Current children cumulated vsize (KiB) 253260

[startup+1602.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/68 18978
/proc/meminfo: memFree=1455208/2055920 swapFree=4179808/4192956
[pid=18954] ppid=18952 vsize=13600 CPUtime=102.76
/proc/18954/stat : 18954 (sugar) S 18952 18954 18051 0 -1 4194304 1032 46957 0 2 4 1 10208 63 16 0 1 0 674821599 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18954/statm: 3400 798 370 3 0 500 0
[pid=18977] ppid=18954 vsize=5356 CPUtime=0
/proc/18977/stat : 18977 (sh) S 18954 18954 18051 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 674831878 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18977/statm: 1339 232 193 169 0 50 0
[pid=18978] ppid=18977 vsize=239280 CPUtime=1498.84
/proc/18978/stat : 18978 (minisat) R 18977 18954 18051 0 -1 4194304 58670 0 0 0 149831 53 0 0 25 0 1 0 674831879 245022720 58656 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18978/statm: 59820 58656 76 150 0 59667 0
Current children cumulated CPU time (s) 1601.6
Current children cumulated vsize (KiB) 258236

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/68 18978
/proc/meminfo: memFree=1451432/2055920 swapFree=4179808/4192956
[pid=18954] ppid=18952 vsize=13600 CPUtime=102.76
/proc/18954/stat : 18954 (sugar) S 18952 18954 18051 0 -1 4194304 1032 46957 0 2 4 1 10208 63 16 0 1 0 674821599 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18954/statm: 3400 798 370 3 0 500 0
[pid=18977] ppid=18954 vsize=5356 CPUtime=0
/proc/18977/stat : 18977 (sh) S 18954 18954 18051 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 674831878 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18977/statm: 1339 232 193 169 0 50 0
[pid=18978] ppid=18977 vsize=242936 CPUtime=1558.81
/proc/18978/stat : 18978 (minisat) R 18977 18954 18051 0 -1 4194304 59586 0 0 0 155828 53 0 0 25 0 1 0 674831879 248766464 59572 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18978/statm: 60734 59572 76 150 0 60581 0
Current children cumulated CPU time (s) 1661.57
Current children cumulated vsize (KiB) 261892

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/68 18978
/proc/meminfo: memFree=1447080/2055920 swapFree=4179808/4192956
[pid=18954] ppid=18952 vsize=13600 CPUtime=102.76
/proc/18954/stat : 18954 (sugar) S 18952 18954 18051 0 -1 4194304 1032 46957 0 2 4 1 10208 63 16 0 1 0 674821599 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18954/statm: 3400 798 370 3 0 500 0
[pid=18977] ppid=18954 vsize=5356 CPUtime=0
/proc/18977/stat : 18977 (sh) S 18954 18954 18051 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 674831878 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18977/statm: 1339 232 193 169 0 50 0
[pid=18978] ppid=18977 vsize=247208 CPUtime=1618.78
/proc/18978/stat : 18978 (minisat) R 18977 18954 18051 0 -1 4194304 60672 0 0 0 161824 54 0 0 25 0 1 0 674831879 253140992 60658 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18978/statm: 61802 60658 76 150 0 61649 0
Current children cumulated CPU time (s) 1721.54
Current children cumulated vsize (KiB) 266164

[startup+1782.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/68 18978
/proc/meminfo: memFree=1443048/2055920 swapFree=4179808/4192956
[pid=18954] ppid=18952 vsize=13600 CPUtime=102.76
/proc/18954/stat : 18954 (sugar) S 18952 18954 18051 0 -1 4194304 1032 46957 0 2 4 1 10208 63 16 0 1 0 674821599 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18954/statm: 3400 798 370 3 0 500 0
[pid=18977] ppid=18954 vsize=5356 CPUtime=0
/proc/18977/stat : 18977 (sh) S 18954 18954 18051 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 674831878 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18977/statm: 1339 232 193 169 0 50 0
[pid=18978] ppid=18977 vsize=251216 CPUtime=1678.75
/proc/18978/stat : 18978 (minisat) R 18977 18954 18051 0 -1 4194304 61680 0 0 0 167820 55 0 0 25 0 1 0 674831879 257245184 61666 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18978/statm: 62804 61666 76 150 0 62651 0
Current children cumulated CPU time (s) 1781.51
Current children cumulated vsize (KiB) 270172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 1.00 1.01 1.00 2/68 18978
/proc/meminfo: memFree=1441960/2055920 swapFree=4179808/4192956
[pid=18954] ppid=18952 vsize=13600 CPUtime=102.76
/proc/18954/stat : 18954 (sugar) S 18952 18954 18051 0 -1 4194304 1032 46957 0 2 4 1 10208 63 16 0 1 0 674821599 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18954/statm: 3400 798 370 3 0 500 0
[pid=18977] ppid=18954 vsize=5356 CPUtime=0
/proc/18977/stat : 18977 (sh) S 18954 18954 18051 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 674831878 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18977/statm: 1339 232 193 169 0 50 0
[pid=18978] ppid=18977 vsize=252184 CPUtime=1697.26
/proc/18978/stat : 18978 (minisat) R 18977 18954 18051 0 -1 4194304 61926 0 0 0 169670 56 0 0 25 0 1 0 674831879 258236416 61912 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18978/statm: 63046 61912 76 150 0 62893 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 271140

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 18954 and gives
#  childrusage.ru_utime.tv_sec=102
#  childrusage.ru_utime.tv_usec=129473
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=673897
# CPU time returned by wait4() is 102.803
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.87
CPU time (s): 1800.02
CPU user time (s): 1798.82
CPU system time (s): 1.2
CPU usage (%): 99.9528
Max. virtual memory (cumulated for all children) (KiB): 898624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 102.129
system time used= 0.673897
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48332
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= 4648
involuntary context switches= 2688

runsolver used 1.62075 second user time and 4.95425 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-04 19:02:20
IDJOB=1076997
IDBENCH=56623
IDSOLVER=346
FILE ID=node89/1076997-1215190940
PBS_JOBID= 7881629
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-15-04.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-1076997-1215190940/watcher-1076997-1215190940 -o /tmp/evaluation-result-1076997-1215190940/solver-1076997-1215190940 -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-1076997-1215190940.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3097f8c918f8091fb608d0f760556ab9
RANDOM SEED=679148321

node89.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.213
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.213
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:       1742240 kB
Buffers:         55244 kB
Cached:         197108 kB
SwapCached:       7136 kB
Active:         180064 kB
Inactive:        81040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1742240 kB
SwapTotal:     4192956 kB
SwapFree:      4179808 kB
Dirty:            1712 kB
Writeback:           0 kB
Mapped:          14476 kB
Slab:            38580 kB
Committed_AS:  1863716 kB
PageTables:       1376 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= 66520 MiB
End job on node89 at 2008-07-04 19:32:23