Trace number 1110839

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-inc? (TO) 3600.2 3633.88

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg15-19_ext.xml
MD5SUM5b614ca3797813e4aab919808e9965e8
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints34
Best CPU time to get the best result obtained on this benchmark3600.09
Satisfiable
(Un)Satisfiability was proved
Number of variables285
Number of constraints34
Maximum constraint arity19
Maximum domain size26
Number of constraints which are defined in extension34
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 06:38:03 2008
0.00/0.08	c 0	PID 17158
0.06/0.08	c 0	HOST node69.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1110839-1215837483.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110839-1215837483.xml' 'HOME/temp.csp'
0.06/0.56	c 1	1 domains, 285 variables, 0 predicates, 2 relations, 34 constraints
0.06/0.61	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.61	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.70	c 1	Parsing HOME/temp.csp
0.52/0.89	c 1	parsed 322 expressions
0.52/0.89	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.52/0.90	c 1	MAX CSP: 34 constraints
0.52/0.90	c 1	Converting to clausal form CSP
0.52/0.92	c 1	converted 36 (10%) expressions
0.52/0.92	c 1	converted 72 (20%) expressions
0.52/0.92	c 1	converted 108 (30%) expressions
0.52/0.92	c 1	converted 144 (40%) expressions
0.52/0.92	c 1	converted 180 (50%) expressions
0.52/0.93	c 1	converted 216 (60%) expressions
0.52/0.93	c 1	converted 252 (70%) expressions
0.52/0.94	c 1	converted 288 (80%) expressions
3.46/3.69	c 4	converted 324 (90%) expressions
4.26/4.47	c 5	converted 359 (100%) expressions
4.26/4.48	c 5	CSP : 353 integers, 0 booleans, 101 clauses, largest domain size 52
4.26/4.48	c 5	Heap : 104 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.26/4.48	c 5	Propagation in CSP
4.26/4.48	c 5	32 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.26/4.49	c 5	CSP : 353 integers, 0 booleans, 101 clauses, largest domain size 35
4.26/4.49	c 5	Heap : 104 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.26/4.49	c 5	Simplifing CSP by introducing new Boolean variables
4.26/4.49	c 5	CSP : 353 integers, 0 booleans, 101 clauses, largest domain size 35
4.26/4.49	c 5	Heap : 104 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.88/5.09	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.98/5.13	c 5	36 (10%) CSP integer variables are encoded (864 clauses, 9360 bytes)
4.98/5.14	c 5	71 (20%) CSP integer variables are encoded (1704 clauses, 20089 bytes)
4.98/5.14	c 5	106 (30%) CSP integer variables are encoded (2544 clauses, 31009 bytes)
4.98/5.14	c 5	142 (40%) CSP integer variables are encoded (3408 clauses, 42241 bytes)
4.98/5.14	c 5	177 (50%) CSP integer variables are encoded (4248 clauses, 53161 bytes)
4.98/5.14	c 5	212 (60%) CSP integer variables are encoded (5088 clauses, 64081 bytes)
4.98/5.15	c 5	248 (70%) CSP integer variables are encoded (5952 clauses, 75313 bytes)
4.98/5.15	c 5	283 (80%) CSP integer variables are encoded (6792 clauses, 86233 bytes)
4.98/5.15	c 5	318 (90%) CSP integer variables are encoded (6840 clauses, 86857 bytes)
4.98/5.15	c 5	353 (100%) CSP integer variables are encoded (7119 clauses, 90484 bytes)
435.36/439.70	c 440	11 (10%) CSP clauses are encoded (1082985 clauses, 113329609 bytes)
754.79/761.98	c 762	21 (20%) CSP clauses are encoded (1896703 clauses, 199663145 bytes)
768.87/776.08	c 776	31 (30%) CSP clauses are encoded (2053053 clauses, 219023775 bytes)
773.14/780.36	c 780	41 (40%) CSP clauses are encoded (2099991 clauses, 224850425 bytes)
773.14/780.36	c 780	51 (50%) CSP clauses are encoded (2100155 clauses, 224853010 bytes)
773.14/780.36	c 780	61 (60%) CSP clauses are encoded (2100577 clauses, 224859849 bytes)
773.14/780.37	c 781	71 (70%) CSP clauses are encoded (2101543 clauses, 224876801 bytes)
773.14/780.37	c 781	81 (80%) CSP clauses are encoded (2101596 clauses, 224877623 bytes)
773.14/780.37	c 781	91 (90%) CSP clauses are encoded (2101693 clauses, 224879196 bytes)
773.14/780.37	c 781	101 (100%) CSP clauses are encoded (2101961 clauses, 224883691 bytes)
773.14/780.37	c 781	101 CSP clauses encoded
773.14/780.37	c 781	Writing map file : HOME/temp.map
773.14/780.38	c 781	Heap : 166 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
773.14/780.38	c 781	SAT : 7472 SAT variables, 2101961 SAT clauses, 224883691 bytes
773.14/780.38	c 781	Heap : 166 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
773.23/780.43	c 781	OBJECTIVE minimize _COST
773.23/780.43	c 781	SOLVING HOME/temp.cnf
773.23/780.43	c 781	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
773.23/780.43	c 781	This is MiniSat 2.0 beta incremental
773.23/780.43	c 781	WARNING: for repeatability, setting FPU to use double precision
773.23/780.43	c 781	============================[ Problem Statistics ]=============================
773.23/780.43	c 781	|                                                                             |
773.23/780.43	c 781	|  Number of variables:  7472                                                 |
773.23/780.43	c 781	|  Number of clauses:    2101961                                              |
777.89/785.16	c 785	|  Parsing time:         4.15         s                                       |
778.10/785.40	c 786	OK
778.10/785.40	c 786	OBJECTIVE BOUND: 0 <= _COST <= 
778.10/785.40	c 786	SEARCHING: _COST <= 17
778.10/785.40	c 786	============================[ Search Statistics ]==============================
778.10/785.40	c 786	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
778.10/785.40	c 786	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
778.10/785.40	c 786	===============================================================================
778.10/785.40	c 786	|         0 |    7472  2101961 41437603 |   700653        0    nan |  0.000 % |
778.49/785.75	c 786	|       102 |    7472  2101961 41437603 |   770719      102      8 |  0.000 % |
778.49/785.78	c 786	|       252 |    7472  2101961 41437603 |   847790      252      8 |  0.000 % |
778.68/785.95	c 786	|       478 |    7472  2101961 41437603 |   932570      478      8 |  0.000 % |
778.98/786.26	c 786	|       817 |    7472  2101961 41437603 |  1025827      817      9 |  0.000 % |
779.08/786.33	c 786	|      1323 |    7472  2101961 41437603 |  1128409     1323      9 |  0.000 % |
779.18/786.42	c 787	|      2082 |    7472  2101961 41437603 |  1241250     2082      9 |  0.000 % |
779.57/786.84	c 787	|      3222 |    7472  2101961 41437603 |  1365375     3222      9 |  0.000 % |
779.77/787.09	c 787	|      4931 |    7472  2101961 41437603 |  1501913     4931      9 |  0.000 % |
780.07/787.35	c 787	|      7494 |    7472  2101961 41437603 |  1652104     7494      9 |  0.000 % |
781.84/789.10	c 789	|     11339 |    7472  2101961 41437603 |  1817315    11339     10 |  0.000 % |
783.73/791.03	c 791	|     17105 |    7472  2101961 41437603 |  1999046    17105     10 |  0.000 % |
786.71/794.09	c 794	|     25754 |    7472  2101961 41437603 |  2198951    25754     11 |  0.000 % |
791.95/799.33	c 799	|     38729 |    7472  2101961 41437603 |  2418846    38729     11 |  0.000 % |
802.46/809.96	c 810	|     58191 |    7472  2101961 41437603 |  2660731    58191     12 |  0.000 % |
816.92/824.53	c 825	|     87383 |    7472  2101961 41437603 |  2926804    87383     12 |  0.000 % |
844.36/852.29	c 852	|    131172 |    7472  2101961 41437603 |  3219484   131172     12 |  0.000 % |
890.03/898.37	c 899	|    196856 |    7472  2101961 41437603 |  3541433   196856     13 |  0.000 % |
963.14/972.18	c 972	|    295382 |    7472  2101961 41437603 |  3895576   295382     13 |  0.000 % |
1117.68/1128.14	c 1128	|    443172 |    7472  2101961 41437603 |  4285134   443172     14 |  0.000 % |
1499.16/1513.26	c 1513	|    664855 |    7472  2101961 41437603 |  4713647   664855     15 |  0.000 % |
2407.88/2430.59	c 2431	|    997380 |    7472  2101961 41437603 |  5185012   997380     16 |  0.000 % |
3600.00/3633.71	c ERROR INTERRUPTED
3600.00/3633.71	s UNKNOWN
3600.11/3633.81	c 3634	CPU 3596.84 (0.06 0.02 3596.78 3.21)
3600.11/3633.81	c 3634	END Sat Jul 12 07:38:37 2008

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1110839-1215837483/watcher-1110839-1215837483 -o /tmp/evaluation-result-1110839-1215837483/solver-1110839-1215837483 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1110839-1215837483.xml 

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


[startup+0 s]
/proc/loadavg: 2.12 2.32 2.34 4/70 17158
/proc/meminfo: memFree=1668712/2055920 swapFree=4180240/4192956
[pid=17158] ppid=17156 vsize=12132 CPUtime=0
/proc/17158/stat : 17158 (sugar++) R 17156 17158 17121 0 -1 4194304 288 0 0 0 0 0 0 0 20 0 1 0 40446222 12423168 256 996147200 4194304 4206940 548682068528 18446744073709551615 237947518133 0 0 4224 0 0 0 0 17 1 0 0
/proc/17158/statm: 3033 256 189 3 0 133 0

[startup+0.0856421 s]
/proc/loadavg: 2.12 2.32 2.34 4/70 17158
/proc/meminfo: memFree=1668712/2055920 swapFree=4180240/4192956
[pid=17158] ppid=17156 vsize=16740 CPUtime=0.06
/proc/17158/stat : 17158 (sugar++) S 17156 17158 17121 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 40446222 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17158/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102002 s]
/proc/loadavg: 2.12 2.32 2.34 4/70 17158
/proc/meminfo: memFree=1668712/2055920 swapFree=4180240/4192956
[pid=17158] ppid=17156 vsize=16740 CPUtime=0.06
/proc/17158/stat : 17158 (sugar++) S 17156 17158 17121 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 40446222 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17158/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.30201 s]
/proc/loadavg: 2.12 2.32 2.34 4/70 17158
/proc/meminfo: memFree=1668712/2055920 swapFree=4180240/4192956
[pid=17158] ppid=17156 vsize=16740 CPUtime=0.06
/proc/17158/stat : 17158 (sugar++) S 17156 17158 17121 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 40446222 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17158/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701089 s]
/proc/loadavg: 2.12 2.32 2.34 4/70 17158
/proc/meminfo: memFree=1668712/2055920 swapFree=4180240/4192956
[pid=17158] ppid=17156 vsize=16740 CPUtime=0.52
/proc/17158/stat : 17158 (sugar++) R 17156 17158 17121 0 -1 4194304 1296 6558 0 1 5 1 42 4 16 0 1 0 40446222 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542418 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17158/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 16740

[startup+1.50211 s]
/proc/loadavg: 2.12 2.32 2.34 4/81 17180
/proc/meminfo: memFree=1655568/2055920 swapFree=4180240/4192956
[pid=17158] ppid=17156 vsize=16740 CPUtime=0.52
/proc/17158/stat : 17158 (sugar++) S 17156 17158 17121 0 -1 4194304 1296 6558 0 1 5 1 42 4 16 0 1 0 40446222 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17158/statm: 4185 1104 409 3 0 764 0
[pid=17171] ppid=17158 vsize=5356 CPUtime=0
/proc/17171/stat : 17171 (sh) S 17158 17158 17121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40446284 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17171/statm: 1339 233 193 169 0 50 0
[pid=17172] ppid=17171 vsize=864152 CPUtime=0.86
/proc/17172/stat : 17172 (java) S 17171 17158 17121 0 -1 0 9989 0 1 0 80 6 0 0 18 0 9 0 40446284 884891648 9034 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17172/statm: 216038 9034 2540 9 0 210613 0
[pid=17172/tid=17173] ppid=17171 vsize=864152 CPUtime=0.37
/proc/17172/task/17173/stat : 17173 (java) R 17171 17158 17121 0 -1 64 2766 0 1 0 36 1 0 0 22 0 9 0 40446285 884891648 9034 996147200 134512640 134550740 4294955920 18446744073709551615 4126553304 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17172/tid=17174] ppid=17171 vsize=864152 CPUtime=0.4
/proc/17172/task/17174/stat : 17174 (java) S 17171 17158 17121 0 -1 64 6197 0 0 0 36 4 0 0 17 0 9 0 40446286 884891648 9034 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17172/tid=17175] ppid=17171 vsize=864152 CPUtime=0
/proc/17172/task/17175/stat : 17175 (java) S 17171 17158 17121 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40446286 884891648 9034 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17172/tid=17176] ppid=17171 vsize=864152 CPUtime=0
/proc/17172/task/17176/stat : 17176 (java) S 17171 17158 17121 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40446286 884891648 9034 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17172/tid=17177] ppid=17171 vsize=864152 CPUtime=0
/proc/17172/task/17177/stat : 17177 (java) S 17171 17158 17121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40446288 884891648 9034 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17172/tid=17178] ppid=17171 vsize=864152 CPUtime=0.07
/proc/17172/task/17178/stat : 17178 (java) S 17171 17158 17121 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 40446288 884891648 9034 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17172/tid=17179] ppid=17171 vsize=864152 CPUtime=0
/proc/17172/task/17179/stat : 17179 (java) S 17171 17158 17121 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40446288 884891648 9034 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17172/tid=17180] ppid=17171 vsize=864152 CPUtime=0
/proc/17172/task/17180/stat : 17180 (java) S 17171 17158 17121 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40446288 884891648 9034 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 886248

[startup+3.10223 s]
/proc/loadavg: 2.12 2.32 2.34 4/81 17180
/proc/meminfo: memFree=1621840/2055920 swapFree=4180240/4192956
[pid=17158] ppid=17156 vsize=16740 CPUtime=0.52
/proc/17158/stat : 17158 (sugar++) S 17156 17158 17121 0 -1 4194304 1296 6558 0 1 5 1 42 4 16 0 1 0 40446222 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17158/statm: 4185 1104 409 3 0 764 0
[pid=17171] ppid=17158 vsize=5356 CPUtime=0
/proc/17171/stat : 17171 (sh) S 17158 17158 17121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40446284 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17171/statm: 1339 233 193 169 0 50 0
[pid=17172] ppid=17171 vsize=864152 CPUtime=2.45
/proc/17172/stat : 17172 (java) S 17171 17158 17121 0 -1 0 21163 0 1 0 232 13 0 0 18 0 9 0 40446284 884891648 19917 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17172/statm: 216038 19917 2540 9 0 210613 0
[pid=17172/tid=17173] ppid=17171 vsize=864152 CPUtime=0.75
/proc/17172/task/17173/stat : 17173 (java) S 17171 17158 17121 0 -1 64 3603 0 1 0 73 2 0 0 22 0 9 0 40446285 884891648 19917 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17172/tid=17174] ppid=17171 vsize=864152 CPUtime=1.61
/proc/17172/task/17174/stat : 17174 (java) R 17171 17158 17121 0 -1 64 16534 0 0 0 151 10 0 0 18 0 9 0 40446286 884891648 19917 996147200 134512640 134550740 4294955920 18446744073709551615 102723256 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17172/tid=17175] ppid=17171 vsize=864152 CPUtime=0
/proc/17172/task/17175/stat : 17175 (java) S 17171 17158 17121 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40446286 884891648 19917 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17172/tid=17176] ppid=17171 vsize=864152 CPUtime=0
/proc/17172/task/17176/stat : 17176 (java) S 17171 17158 17121 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40446286 884891648 19917 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17172/tid=17177] ppid=17171 vsize=864152 CPUtime=0
/proc/17172/task/17177/stat : 17177 (java) S 17171 17158 17121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40446288 884891648 19917 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17172/tid=17178] ppid=17171 vsize=864152 CPUtime=0.07
/proc/17172/task/17178/stat : 17178 (java) S 17171 17158 17121 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 40446288 884891648 19917 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17172/tid=17179] ppid=17171 vsize=864152 CPUtime=0
/proc/17172/task/17179/stat : 17179 (java) S 17171 17158 17121 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40446288 884891648 19917 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17172/tid=17180] ppid=17171 vsize=864152 CPUtime=0
/proc/17172/task/17180/stat : 17180 (java) S 17171 17158 17121 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40446288 884891648 19917 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 886248

[startup+6.30248 s]
/proc/loadavg: 2.19 2.33 2.34 3/81 17180
/proc/meminfo: memFree=1547600/2055920 swapFree=4180240/4192956
[pid=17158] ppid=17156 vsize=16740 CPUtime=0.54
/proc/17158/stat : 17158 (sugar++) S 17156 17158 17121 0 -1 4194304 1297 6558 0 1 6 2 42 4 16 0 1 0 40446222 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17158/statm: 4185 1104 409 3 0 764 0
[pid=17171] ppid=17158 vsize=5356 CPUtime=0
/proc/17171/stat : 17171 (sh) S 17158 17158 17121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40446284 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17171/statm: 1339 233 193 169 0 50 0
[pid=17172] ppid=17171 vsize=864288 CPUtime=5.64
/proc/17172/stat : 17172 (java) S 17171 17158 17121 0 -1 0 34036 0 1 0 544 20 0 0 18 0 9 0 40446284 885030912 32576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17172/statm: 216072 32576 2565 9 0 210619 0
[pid=17172/tid=17173] ppid=17171 vsize=864288 CPUtime=2.24
/proc/17172/task/17173/stat : 17173 (java) R 17171 17158 17121 0 -1 64 4459 0 1 0 221 3 0 0 25 0 9 0 40446285 885030912 32576 996147200 134512640 134550740 4294955920 18446744073709551615 4126583495 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17172/tid=17174] ppid=17171 vsize=864288 CPUtime=3.26
/proc/17172/task/17174/stat : 17174 (java) S 17171 17158 17121 0 -1 64 28525 0 0 0 311 15 0 0 16 0 9 0 40446286 885030912 32576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17172/tid=17175] ppid=17171 vsize=864288 CPUtime=0
/proc/17172/task/17175/stat : 17175 (java) S 17171 17158 17121 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40446286 885030912 32576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17172/tid=17176] ppid=17171 vsize=864288 CPUtime=0
/proc/17172/task/17176/stat : 17176 (java) S 17171 17158 17121 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40446286 885030912 32576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17172/tid=17177] ppid=17171 vsize=864288 CPUtime=0
/proc/17172/task/17177/stat : 17177 (java) S 17171 17158 17121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40446288 885030912 32576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17172/tid=17178] ppid=17171 vsize=864288 CPUtime=0.11
/proc/17172/task/17178/stat : 17178 (java) S 17171 17158 17121 0 -1 64 360 0 0 0 11 0 0 0 16 0 9 0 40446288 885030912 32576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17172/tid=17179] ppid=17171 vsize=864288 CPUtime=0
/proc/17172/task/17179/stat : 17179 (java) S 17171 17158 17121 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40446288 885030912 32576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17172/tid=17180] ppid=17171 vsize=864288 CPUtime=0
/proc/17172/task/17180/stat : 17180 (java) S 17171 17158 17121 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40446288 885030912 32576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 886384

[startup+12.703 s]
/proc/loadavg: 2.10 2.31 2.34 4/93 17252
/proc/meminfo: memFree=1545448/2055920 swapFree=4180240/4192956
[pid=17158] ppid=17156 vsize=16740 CPUtime=0.54
/proc/17158/stat : 17158 (sugar++) S 17156 17158 17121 0 -1 4194304 1297 6558 0 1 6 2 42 4 16 0 1 0 40446222 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17158/statm: 4185 1104 409 3 0 764 0
[pid=17171] ppid=17158 vsize=5356 CPUtime=0
/proc/17171/stat : 17171 (sh) S 17158 17158 17121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40446284 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17171/statm: 1339 233 193 169 0 50 0
[pid=17172] ppid=17171 vsize=864288 CPUtime=12.02
/proc/17172/stat : 17172 (java) S 17171 17158 17121 0 -1 0 34678 0 1 0 1182 20 0 0 18 0 9 0 40446284 885030912 33212 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17172/statm: 216072 33212 2565 9 0 210619 0
[pid=17172/tid=17173] ppid=17171 vsize=864288 CPUtime=8.59
/proc/17172/task/17173/stat : 17173 (java) R 17171 17158 17121 0 -1 64 4465 0 1 0 856 3 0 0 25 0 9 0 40446285 885030912 33212 996147200 134512640 134550740 4294955920 18446744073709551615 4126641914 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17172/tid=17174] ppid=17171 vsize=864288 CPUtime=3.29
/proc/17172/task/17174/stat : 17174 (java) S 17171 17158 17121 0 -1 64 29161 0 0 0 313 16 0 0 16 0 9 0 40446286 885030912 33212 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17172/tid=17175] ppid=17171 vsize=864288 CPUtime=0
/proc/17172/task/17175/stat : 17175 (java) S 17171 17158 17121 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40446286 885030912 33212 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17172/tid=17176] ppid=17171 vsize=864288 CPUtime=0
/proc/17172/task/17176/stat : 17176 (java) S 17171 17158 17121 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40446286 885030912 33212 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17172/tid=17177] ppid=17171 vsize=864288 CPUtime=0
/proc/17172/task/17177/stat : 17177 (java) S 17171 17158 17121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40446288 885030912 33212 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17172/tid=17178] ppid=17171 vsize=864288 CPUtime=0.11
/proc/17172/task/17178/stat : 17178 (java) S 17171 17158 17121 0 -1 64 360 0 0 0 11 0 0 0 16 0 9 0 40446288 885030912 33212 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17172/tid=17179] ppid=17171 vsize=864288 CPUtime=0
/proc/17172/task/17179/stat : 17179 (java) S 17171 17158 17121 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40446288 885030912 33212 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17172/tid=17180] ppid=17171 vsize=864288 CPUtime=0
/proc/17172/task/17180/stat : 17180 (java) S 17171 17158 17121 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40446288 885030912 33212 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 886384

[startup+25.502 s]
/proc/loadavg: 2.14 2.31 2.34 3/93 17252
/proc/meminfo: memFree=1433008/2055920 swapFree=4180240/4192956
[pid=17158] ppid=17156 vsize=16740 CPUtime=0.54
/proc/17158/stat : 17158 (sugar++) S 17156 17158 17121 0 -1 4194304 1297 6558 0 1 6 2 42 4 16 0 1 0 40446222 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17158/statm: 4185 1104 409 3 0 764 0
[pid=17171] ppid=17158 vsize=5356 CPUtime=0
/proc/17171/stat : 17171 (sh) S 17158 17158 17121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40446284 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17171/statm: 1339 233 193 169 0 50 0
[pid=17172] ppid=17171 vsize=864288 CPUtime=24.69
/proc/17172/stat : 17172 (java) S 17171 17158 17121 0 -1 0 35747 0 1 0 2448 21 0 0 18 0 9 0 40446284 885030912 34271 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17172/statm: 216072 34271 2565 9 0 210619 0
[pid=17172/tid=17173] ppid=17171 vsize=864288 CPUtime=21.21
/proc/17172/task/17173/stat : 17173 (java) R 17171 17158 17121 0 -1 64 4475 0 1 0 2118 3 0 0 25 0 9 0 40446285 885030912 34271 996147200 134512640 134550740 4294955920 18446744073709551615 4126095741 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17172/tid=17174] ppid=17171 vsize=864288 CPUtime=3.35
/proc/17172/task/17174/stat : 17174 (java) S 17171 17158 17121 0 -1 64 30220 0 0 0 319 16 0 0 16 0 9 0 40446286 885030912 34271 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17172/tid=17175] ppid=17171 vsize=864288 CPUtime=0
/proc/17172/task/17175/stat : 17175 (java) S 17171 17158 17121 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40446286 885030912 34271 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17172/tid=17176] ppid=17171 vsize=864288 CPUtime=0
/proc/17172/task/17176/stat : 17176 (java) S 17171 17158 17121 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40446286 885030912 34271 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=17158] ppid=17156 vsize=16740 CPUtime=773.27
/proc/17158/stat : 17158 (sugar++) S 17156 17158 17121 0 -1 4194304 1462 106051 0 2 6 2 77115 204 16 0 1 0 40446222 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17158/statm: 4185 1113 414 3 0 764 0
[pid=17255] ppid=17158 vsize=398224 CPUtime=2121.81
/proc/17255/stat : 17255 (minisat-inc) R 17158 17158 17121 0 -1 4194304 97734 0 0 0 212080 101 0 0 25 0 1 0 40524265 407781376 97681 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17255/statm: 99556 97681 74 151 0 99402 0
Current children cumulated CPU time (s) 2895.08
Current children cumulated vsize (KiB) 414964

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17263
/proc/meminfo: memFree=446200/2055920 swapFree=4180240/4192956
[pid=17158] ppid=17156 vsize=16740 CPUtime=773.27
/proc/17158/stat : 17158 (sugar++) S 17156 17158 17121 0 -1 4194304 1462 106051 0 2 6 2 77115 204 16 0 1 0 40446222 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17158/statm: 4185 1113 414 3 0 764 0
[pid=17255] ppid=17158 vsize=399948 CPUtime=2181.24
/proc/17255/stat : 17255 (minisat-inc) R 17158 17158 17121 0 -1 4194304 98212 0 0 0 218022 102 0 0 25 0 1 0 40524265 409546752 98159 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17255/statm: 99987 98159 74 151 0 99833 0
Current children cumulated CPU time (s) 2954.51
Current children cumulated vsize (KiB) 416688

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17263
/proc/meminfo: memFree=442552/2055920 swapFree=4180240/4192956
[pid=17158] ppid=17156 vsize=16740 CPUtime=773.27
/proc/17158/stat : 17158 (sugar++) S 17156 17158 17121 0 -1 4194304 1462 106051 0 2 6 2 77115 204 16 0 1 0 40446222 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17158/statm: 4185 1113 414 3 0 764 0
[pid=17255] ppid=17158 vsize=401580 CPUtime=2240.69
/proc/17255/stat : 17255 (minisat-inc) R 17158 17158 17121 0 -1 4194304 98602 0 0 0 223966 103 0 0 25 0 1 0 40524265 411217920 98549 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17255/statm: 100395 98549 74 151 0 100241 0
Current children cumulated CPU time (s) 3013.96
Current children cumulated vsize (KiB) 418320

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17263
/proc/meminfo: memFree=439032/2055920 swapFree=4180240/4192956
[pid=17158] ppid=17156 vsize=16740 CPUtime=773.27
/proc/17158/stat : 17158 (sugar++) S 17156 17158 17121 0 -1 4194304 1462 106051 0 2 6 2 77115 204 16 0 1 0 40446222 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17158/statm: 4185 1113 414 3 0 764 0
[pid=17255] ppid=17158 vsize=403064 CPUtime=2300.12
/proc/17255/stat : 17255 (minisat-inc) R 17158 17158 17121 0 -1 4194304 98970 0 0 0 229909 103 0 0 25 0 1 0 40524265 412737536 98917 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17255/statm: 100766 98917 74 151 0 100612 0
Current children cumulated CPU time (s) 3073.39
Current children cumulated vsize (KiB) 419804

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17263
/proc/meminfo: memFree=435640/2055920 swapFree=4180240/4192956
[pid=17158] ppid=17156 vsize=16740 CPUtime=773.27
/proc/17158/stat : 17158 (sugar++) S 17156 17158 17121 0 -1 4194304 1462 106051 0 2 6 2 77115 204 16 0 1 0 40446222 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17158/statm: 4185 1113 414 3 0 764 0
[pid=17255] ppid=17158 vsize=404788 CPUtime=2359.57
/proc/17255/stat : 17255 (minisat-inc) R 17158 17158 17121 0 -1 4194304 99419 0 0 0 235853 104 0 0 25 0 1 0 40524265 414502912 99366 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17255/statm: 101197 99366 74 151 0 101043 0
Current children cumulated CPU time (s) 3132.84
Current children cumulated vsize (KiB) 421528

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17263
/proc/meminfo: memFree=431480/2055920 swapFree=4180240/4192956
[pid=17158] ppid=17156 vsize=16740 CPUtime=773.27
/proc/17158/stat : 17158 (sugar++) S 17156 17158 17121 0 -1 4194304 1462 106051 0 2 6 2 77115 204 16 0 1 0 40446222 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17158/statm: 4185 1113 414 3 0 764 0
[pid=17255] ppid=17158 vsize=406416 CPUtime=2419
/proc/17255/stat : 17255 (minisat-inc) R 17158 17158 17121 0 -1 4194304 99817 0 0 0 241796 104 0 0 25 0 1 0 40524265 416169984 99764 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17255/statm: 101604 99764 74 151 0 101450 0
Current children cumulated CPU time (s) 3192.27
Current children cumulated vsize (KiB) 423156

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17263
/proc/meminfo: memFree=427704/2055920 swapFree=4180240/4192956
[pid=17158] ppid=17156 vsize=16740 CPUtime=773.27
/proc/17158/stat : 17158 (sugar++) S 17156 17158 17121 0 -1 4194304 1462 106051 0 2 6 2 77115 204 16 0 1 0 40446222 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17158/statm: 4185 1113 414 3 0 764 0
[pid=17255] ppid=17158 vsize=408020 CPUtime=2478.45
/proc/17255/stat : 17255 (minisat-inc) R 17158 17158 17121 0 -1 4194304 100235 0 0 0 247740 105 0 0 25 0 1 0 40524265 417812480 100182 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17255/statm: 102005 100182 74 151 0 101851 0
Current children cumulated CPU time (s) 3251.72
Current children cumulated vsize (KiB) 424760

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17263
/proc/meminfo: memFree=423992/2055920 swapFree=4180240/4192956
[pid=17158] ppid=17156 vsize=16740 CPUtime=773.27
/proc/17158/stat : 17158 (sugar++) S 17156 17158 17121 0 -1 4194304 1462 106051 0 2 6 2 77115 204 16 0 1 0 40446222 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17158/statm: 4185 1113 414 3 0 764 0
[pid=17255] ppid=17158 vsize=410016 CPUtime=2537.88
/proc/17255/stat : 17255 (minisat-inc) R 17158 17158 17121 0 -1 4194304 100723 0 0 0 253683 105 0 0 25 0 1 0 40524265 419856384 100670 996147200 134512640 135134323 4294956192 18446744073709551615 134530659 0 0 4096 3 0 0 0 17 1 0 0
/proc/17255/statm: 102504 100670 74 151 0 102350 0
Current children cumulated CPU time (s) 3311.15
Current children cumulated vsize (KiB) 426756

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17263
/proc/meminfo: memFree=420024/2055920 swapFree=4180240/4192956
[pid=17158] ppid=17156 vsize=16740 CPUtime=773.27
/proc/17158/stat : 17158 (sugar++) S 17156 17158 17121 0 -1 4194304 1462 106051 0 2 6 2 77115 204 16 0 1 0 40446222 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17158/statm: 4185 1113 414 3 0 764 0
[pid=17255] ppid=17158 vsize=412728 CPUtime=2597.32
/proc/17255/stat : 17255 (minisat-inc) R 17158 17158 17121 0 -1 4194304 101400 0 0 0 259626 106 0 0 25 0 1 0 40524265 422633472 101347 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 1 0 0
/proc/17255/statm: 103182 101347 74 151 0 103028 0
Current children cumulated CPU time (s) 3370.59
Current children cumulated vsize (KiB) 429468

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17263
/proc/meminfo: memFree=415864/2055920 swapFree=4180240/4192956
[pid=17158] ppid=17156 vsize=16740 CPUtime=773.27
/proc/17158/stat : 17158 (sugar++) S 17156 17158 17121 0 -1 4194304 1462 106051 0 2 6 2 77115 204 16 0 1 0 40446222 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17158/statm: 4185 1113 414 3 0 764 0
[pid=17255] ppid=17158 vsize=415648 CPUtime=2656.76
/proc/17255/stat : 17255 (minisat-inc) R 17158 17158 17121 0 -1 4194304 102118 0 0 0 265569 107 0 0 25 0 1 0 40524265 425623552 102065 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17255/statm: 103912 102065 74 151 0 103758 0
Current children cumulated CPU time (s) 3430.03
Current children cumulated vsize (KiB) 432388

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17263
/proc/meminfo: memFree=412152/2055920 swapFree=4180240/4192956
[pid=17158] ppid=17156 vsize=16740 CPUtime=773.27
/proc/17158/stat : 17158 (sugar++) S 17156 17158 17121 0 -1 4194304 1462 106051 0 2 6 2 77115 204 16 0 1 0 40446222 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17158/statm: 4185 1113 414 3 0 764 0
[pid=17255] ppid=17158 vsize=418204 CPUtime=2716.2
/proc/17255/stat : 17255 (minisat-inc) R 17158 17158 17121 0 -1 4194304 102732 0 0 0 271512 108 0 0 25 0 1 0 40524265 428240896 102679 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17255/statm: 104551 102679 74 151 0 104397 0
Current children cumulated CPU time (s) 3489.47
Current children cumulated vsize (KiB) 434944

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17263
/proc/meminfo: memFree=406264/2055920 swapFree=4180240/4192956
[pid=17158] ppid=17156 vsize=16740 CPUtime=773.27
/proc/17158/stat : 17158 (sugar++) S 17156 17158 17121 0 -1 4194304 1462 106051 0 2 6 2 77115 204 16 0 1 0 40446222 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17158/statm: 4185 1113 414 3 0 764 0
[pid=17255] ppid=17158 vsize=422488 CPUtime=2775.64
/proc/17255/stat : 17255 (minisat-inc) R 17158 17158 17121 0 -1 4194304 103830 0 0 0 277455 109 0 0 25 0 1 0 40524265 432627712 103777 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17255/statm: 105622 103777 74 151 0 105468 0
Current children cumulated CPU time (s) 3548.91
Current children cumulated vsize (KiB) 439228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3633.7 s]
/proc/loadavg: 2.27 2.06 2.02 4/84 17312
/proc/meminfo: memFree=696312/2055920 swapFree=4180240/4192956
[pid=17158] ppid=17156 vsize=16740 CPUtime=773.27
/proc/17158/stat : 17158 (sugar++) S 17156 17158 17121 0 -1 4194304 1462 106051 0 2 6 2 77115 204 16 0 1 0 40446222 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17158/statm: 4185 1113 414 3 0 764 0
[pid=17255] ppid=17158 vsize=424060 CPUtime=2826.73
/proc/17255/stat : 17255 (minisat-inc) R 17158 17158 17121 0 -1 4194304 104232 0 0 0 282562 111 0 0 25 0 1 0 40524265 434237440 104179 996147200 134512640 135134323 4294956192 18446744073709551615 134532126 0 0 4096 3 0 0 0 17 0 0 0
/proc/17255/statm: 106015 104179 74 151 0 105861 0
Current children cumulated CPU time (s) 3600
Current children cumulated vsize (KiB) 440800

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

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

[startup+3633.81 s]
/proc/loadavg: 2.27 2.06 2.02 4/84 17312
/proc/meminfo: memFree=696312/2055920 swapFree=4180240/4192956
[pid=17158] ppid=17156 vsize=16740 CPUtime=3600.11
/proc/17158/stat : 17158 (sugar++) R 17156 17158 17121 0 -1 4194304 1488 210283 0 2 6 6 359678 321 16 0 1 0 40446222 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 237947819049 0 0 4224 16386 0 0 0 17 0 0 0
/proc/17158/statm: 4185 1114 415 3 0 764 0
Current children cumulated CPU time (s) 3600.11
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 3633.88
CPU time (s): 3600.2
CPU user time (s): 3596.85
CPU system time (s): 3.34849
CPU usage (%): 99.0732
Max. virtual memory (cumulated for all children) (KiB): 912340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.85
system time used= 3.34849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211818
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= 26591
involuntary context switches= 104724

runsolver used 4.31834 second user time and 12.2601 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-12 06:38:03
IDJOB=1110839
IDBENCH=61159
IDSOLVER=367
FILE ID=node69/1110839-1215837483
PBS_JOBID= 7903404
Free space on /tmp= 66464 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5b614ca3797813e4aab919808e9965e8
RANDOM SEED=2012846385

node69.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.233
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.233
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1669192 kB
Buffers:         59164 kB
Cached:         245112 kB
SwapCached:       7572 kB
Active:         153976 kB
Inactive:       167856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1669192 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:           15676 kB
Writeback:           0 kB
Mapped:          22192 kB
Slab:            50268 kB
Committed_AS:   152064 kB
PageTables:       1924 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66472 MiB
End job on node69 at 2008-07-12 07:38:39