Trace number 1067800

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.09 1813.88

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-15-07.xml
MD5SUMd0352fe449d8acf4120670f6657caf5c
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 benchmark11.2933
Satisfiable
(Un)Satisfiability was proved
Number of variables193
Number of constraints663
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension74
Number of constraints which are defined in intension589
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 08:04:18 2008
0.00/0.04	c 0	PID 7594
0.00/0.05	c 0	HOST node45.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1067800-1215151458.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1067800-1215151458.xml' 'HOME/temp.csp'
0.03/0.74	c 1	1 domains, 193 variables, 8 predicates, 7 relations, 663 constraints
0.03/0.78	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.78	c 1	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.71/0.86	c 1	Parsing HOME/temp.csp
1.30/1.41	c 1	parsed 872 expressions
1.30/1.41	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.30/1.41	c 1	Converting to clausal form CSP
1.30/1.43	c 1	converted 88 (10%) expressions
1.30/1.43	c 1	converted 175 (20%) expressions
2.11/2.26	c 2	converted 262 (30%) expressions
2.79/2.99	c 3	converted 349 (40%) expressions
2.90/3.09	c 3	converted 436 (50%) expressions
2.99/3.10	c 3	converted 524 (60%) expressions
2.99/3.11	c 3	converted 611 (70%) expressions
2.99/3.14	c 3	converted 698 (80%) expressions
3.20/3.32	c 3	converted 785 (90%) expressions
3.29/3.42	c 3	converted 872 (100%) expressions
3.29/3.42	c 3	CSP : 193 integers, 0 booleans, 663 clauses, largest domain size 26
3.29/3.42	c 3	Heap : 57 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.29/3.42	c 3	Propagation in CSP
3.29/3.44	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.29/3.44	c 3	CSP : 193 integers, 0 booleans, 663 clauses, largest domain size 26
3.29/3.44	c 3	Heap : 57 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.29/3.44	c 3	Simplifing CSP by introducing new Boolean variables
3.29/3.48	c 3	CSP : 193 integers, 5224 booleans, 5887 clauses, largest domain size 26
3.29/3.48	c 3	Heap : 57 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.59/3.79	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.69/3.81	c 4	20 (10%) CSP integer variables are encoded (480 clauses, 5136 bytes)
3.69/3.82	c 4	39 (20%) CSP integer variables are encoded (936 clauses, 10152 bytes)
3.69/3.82	c 4	58 (30%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
3.69/3.82	c 4	78 (40%) CSP integer variables are encoded (1872 clauses, 22273 bytes)
3.69/3.82	c 4	97 (50%) CSP integer variables are encoded (2328 clauses, 28201 bytes)
3.69/3.82	c 4	116 (60%) CSP integer variables are encoded (2784 clauses, 34129 bytes)
3.69/3.82	c 4	136 (70%) CSP integer variables are encoded (3264 clauses, 40369 bytes)
3.69/3.82	c 4	155 (80%) CSP integer variables are encoded (3720 clauses, 46297 bytes)
3.69/3.82	c 4	174 (90%) CSP integer variables are encoded (4176 clauses, 52225 bytes)
3.69/3.82	c 4	193 (100%) CSP integer variables are encoded (4632 clauses, 58153 bytes)
64.87/65.60	c 65	589 (10%) CSP clauses are encoded (744612 clauses, 34526177 bytes)
64.87/65.64	c 65	1178 (20%) CSP clauses are encoded (758301 clauses, 34765594 bytes)
64.87/65.67	c 65	1767 (30%) CSP clauses are encoded (771965 clauses, 35008108 bytes)
64.97/65.71	c 65	2355 (40%) CSP clauses are encoded (785628 clauses, 35254947 bytes)
64.97/65.74	c 65	2944 (50%) CSP clauses are encoded (799292 clauses, 35510328 bytes)
64.97/65.76	c 66	3533 (60%) CSP clauses are encoded (812981 clauses, 35766150 bytes)
93.01/94.07	c 94	4121 (70%) CSP clauses are encoded (1013650 clauses, 47815120 bytes)
93.10/94.10	c 94	4710 (80%) CSP clauses are encoded (1027614 clauses, 48067323 bytes)
104.80/105.96	c 106	5299 (90%) CSP clauses are encoded (1132807 clauses, 54922671 bytes)
104.80/105.99	c 106	5887 (100%) CSP clauses are encoded (1147195 clauses, 55191169 bytes)
104.80/105.99	c 106	5887 CSP clauses encoded
104.80/105.99	c 106	Writing map file : HOME/temp.map
104.80/105.99	c 106	Heap : 77 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
104.80/105.99	c 106	SAT : 10049 SAT variables, 1147195 SAT clauses, 55191169 bytes
104.80/105.99	c 106	Heap : 77 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
104.90/106.06	c 106	SOLVING HOME/temp.cnf
104.90/106.06	c 106	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
104.90/106.07	c 106	This is MiniSat 2.0 beta
104.90/106.07	c 106	WARNING: for repeatability, setting FPU to use double precision
104.90/106.07	c 106	============================[ Problem Statistics ]=============================
104.90/106.07	c 106	|                                                                             |
104.90/106.07	c 106	|  Number of variables:  10049                                                |
104.90/106.07	c 106	|  Number of clauses:    1147195                                              |
106.03/107.28	c 107	|  Parsing time:         1.05         s                                       |
106.12/107.35	c 107	============================[ Search Statistics ]==============================
106.12/107.35	c 107	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
106.12/107.35	c 107	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
106.12/107.35	c 107	===============================================================================
106.12/107.35	c 107	|         0 |   10049  1147195  9966512 |   382398        0    nan |  0.000 % |
106.23/107.49	c 107	|       100 |   10049  1147195  9966512 |   420638      100     11 |  0.000 % |
106.33/107.55	c 107	|       250 |   10049  1147195  9966512 |   462701      250     10 |  0.000 % |
106.43/107.63	c 107	|       476 |   10049  1147195  9966512 |   508972      476     10 |  0.000 % |
106.53/107.71	c 107	|       814 |   10049  1147195  9966512 |   559869      814     11 |  0.000 % |
106.72/107.90	c 108	|      1320 |   10049  1147195  9966512 |   615856     1320     11 |  0.000 % |
106.92/108.15	c 108	|      2079 |   10049  1147195  9966512 |   677441     2079     11 |  0.000 % |
107.31/108.55	c 108	|      3218 |   10048  1147195  9966512 |   745186     3217     12 |  0.010 % |
107.71/108.97	c 109	|      4926 |   10048  1147195  9966512 |   819704     4925     12 |  0.010 % |
108.60/109.81	c 110	|      7488 |   10048  1147195  9966512 |   901675     7487     12 |  0.010 % |
110.19/111.50	c 111	|     11332 |   10048  1147195  9966512 |   991842    11331     12 |  0.010 % |
114.05/115.36	c 115	|     17098 |   10048  1147195  9966512 |  1091027    17097     13 |  0.010 % |
119.29/120.68	c 120	|     25748 |   10048  1147195  9966512 |  1200129    25747     15 |  0.010 % |
128.01/129.40	c 129	|     38723 |   10048  1147195  9966512 |  1320142    38721     15 |  0.020 % |
133.37/134.81	c 135	|     58184 |   10047  1147195  9966512 |  1452157    58182     14 |  0.020 % |
144.85/146.44	c 146	|     87377 |   10046  1147195  9966512 |  1597372    87374     14 |  0.030 % |
174.96/176.81	c 177	|    131166 |   10044  1147195  9966512 |  1757110   131161     15 |  0.050 % |
259.26/261.96	c 262	|    196850 |   10043  1147195  9966512 |  1932821   196844     16 |  0.060 % |
337.41/340.85	c 341	|    295376 |   10042  1146857  9964688 |  2126103   295367     16 |  0.070 % |
448.06/452.58	c 452	|    443165 |   10042  1146857  9964688 |  2338713   443156     17 |  0.070 % |
702.43/709.34	c 709	|    664848 |   10042  1146809  9964266 |  2572584   664839     17 |  0.070 % |
1265.38/1277.64	c 1277	|    997374 |   10041  1146761  9963844 |  2829843   997359     18 |  0.080 % |
1800.09/1813.82	c ERROR INTERRUPTED
1800.09/1813.85	s UNKNOWN
1800.09/1813.85	c 1814	CPU 104.25 (0.03 0.01 104.22 0.67)
1800.09/1813.85	c 1814	END Fri Jul  4 08:34:32 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-1067800-1215151458/watcher-1067800-1215151458 -o /tmp/evaluation-result-1067800-1215151458/solver-1067800-1215151458 -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-1067800-1215151458.xml 

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


[startup+0 s]
/proc/loadavg: 2.07 2.02 2.00 4/72 7594
/proc/meminfo: memFree=1840692/2055920 swapFree=4179816/4192956
[pid=7594] ppid=7592 vsize=18572 CPUtime=0
/proc/7594/stat : 7594 (runsolver) R 7592 7594 3763 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1994118152 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 258939088167 0 0 4096 24578 0 0 0 17 1 0 0
/proc/7594/statm: 4643 292 257 25 0 2626 0

[startup+0.066787 s]
/proc/loadavg: 2.07 2.02 2.00 4/72 7594
/proc/meminfo: memFree=1840692/2055920 swapFree=4179816/4192956
[pid=7594] ppid=7592 vsize=13600 CPUtime=0.03
/proc/7594/stat : 7594 (sugar) S 7592 7594 3763 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994118152 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7594/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101749 s]
/proc/loadavg: 2.07 2.02 2.00 4/72 7594
/proc/meminfo: memFree=1840692/2055920 swapFree=4179816/4192956
[pid=7594] ppid=7592 vsize=13600 CPUtime=0.03
/proc/7594/stat : 7594 (sugar) S 7592 7594 3763 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994118152 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7594/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301787 s]
/proc/loadavg: 2.07 2.02 2.00 4/72 7594
/proc/meminfo: memFree=1840692/2055920 swapFree=4179816/4192956
[pid=7594] ppid=7592 vsize=13600 CPUtime=0.03
/proc/7594/stat : 7594 (sugar) S 7592 7594 3763 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994118152 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7594/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701858 s]
/proc/loadavg: 2.07 2.02 2.00 4/72 7594
/proc/meminfo: memFree=1840692/2055920 swapFree=4179816/4192956
[pid=7594] ppid=7592 vsize=13600 CPUtime=0.03
/proc/7594/stat : 7594 (sugar) S 7592 7594 3763 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994118152 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7594/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50301 s]
/proc/loadavg: 2.14 2.03 2.01 4/83 7616
/proc/meminfo: memFree=1832988/2055920 swapFree=4179816/4192956
[pid=7594] ppid=7592 vsize=13600 CPUtime=0.72
/proc/7594/stat : 7594 (sugar) S 7592 7594 3763 0 -1 4194304 973 6666 0 1 3 1 64 4 15 0 1 0 1994118152 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7594/statm: 3400 797 370 3 0 500 0
[pid=7607] ppid=7594 vsize=5356 CPUtime=0
/proc/7607/stat : 7607 (sh) S 7594 7594 3763 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994118230 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7607/statm: 1339 233 193 169 0 50 0
[pid=7608] ppid=7607 vsize=864276 CPUtime=0.7
/proc/7608/stat : 7608 (java) S 7607 7594 3763 0 -1 0 6365 0 1 0 67 3 0 0 18 0 9 0 1994118231 885018624 5653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7608/statm: 216069 5653 2540 9 0 210644 0
[pid=7608/tid=7609] ppid=7607 vsize=864276 CPUtime=0.49
/proc/7608/task/7609/stat : 7609 (java) R 7607 7594 3763 0 -1 64 2550 0 1 0 48 1 0 0 21 0 9 0 1994118232 885018624 5653 996147200 134512640 134550740 4294955952 18446744073709551615 102109856 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7608/tid=7610] ppid=7607 vsize=864276 CPUtime=0.09
/proc/7608/task/7610/stat : 7610 (java) S 7607 7594 3763 0 -1 64 2772 0 0 0 9 0 0 0 16 0 9 0 1994118233 885018624 5653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7608/tid=7611] ppid=7607 vsize=864276 CPUtime=0
/proc/7608/task/7611/stat : 7611 (java) S 7607 7594 3763 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994118233 885018624 5653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7608/tid=7612] ppid=7607 vsize=864276 CPUtime=0
/proc/7608/task/7612/stat : 7612 (java) S 7607 7594 3763 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1994118233 885018624 5653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7608/tid=7613] ppid=7607 vsize=864276 CPUtime=0
/proc/7608/task/7613/stat : 7613 (java) S 7607 7594 3763 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994118235 885018624 5653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7608/tid=7614] ppid=7607 vsize=864276 CPUtime=0.08
/proc/7608/task/7614/stat : 7614 (java) S 7607 7594 3763 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 1994118235 885018624 5653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7608/tid=7615] ppid=7607 vsize=864276 CPUtime=0
/proc/7608/task/7615/stat : 7615 (java) S 7607 7594 3763 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994118235 885018624 5653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7608/tid=7616] ppid=7607 vsize=864276 CPUtime=0
/proc/7608/task/7616/stat : 7616 (java) S 7607 7594 3763 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994118235 885018624 5653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883232

[startup+3.10229 s]
/proc/loadavg: 2.14 2.03 2.01 4/83 7616
/proc/meminfo: memFree=1809372/2055920 swapFree=4179816/4192956
[pid=7594] ppid=7592 vsize=13600 CPUtime=0.72
/proc/7594/stat : 7594 (sugar) S 7592 7594 3763 0 -1 4194304 973 6666 0 1 3 1 64 4 15 0 1 0 1994118152 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7594/statm: 3400 797 370 3 0 500 0
[pid=7607] ppid=7594 vsize=5356 CPUtime=0
/proc/7607/stat : 7607 (sh) S 7594 7594 3763 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994118230 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7607/statm: 1339 233 193 169 0 50 0
[pid=7608] ppid=7607 vsize=868404 CPUtime=2.27
/proc/7608/stat : 7608 (java) S 7607 7594 3763 0 -1 0 17228 0 1 0 219 8 0 0 18 0 9 0 1994118231 889245696 16446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7608/statm: 217101 16446 2541 9 0 211676 0
[pid=7608/tid=7609] ppid=7607 vsize=868404 CPUtime=1.04
/proc/7608/task/7609/stat : 7609 (java) R 7607 7594 3763 0 -1 64 3196 0 1 0 102 2 0 0 25 0 9 0 1994118232 889245696 16446 996147200 134512640 134550740 4294955952 18446744073709551615 4126378600 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7608/tid=7610] ppid=7607 vsize=868404 CPUtime=1.04
/proc/7608/task/7610/stat : 7610 (java) S 7607 7594 3763 0 -1 64 11885 0 0 0 99 5 0 0 17 0 9 0 1994118233 889245696 16446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7608/tid=7611] ppid=7607 vsize=868404 CPUtime=0
/proc/7608/task/7611/stat : 7611 (java) S 7607 7594 3763 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994118233 889245696 16446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7608/tid=7612] ppid=7607 vsize=868404 CPUtime=0
/proc/7608/task/7612/stat : 7612 (java) S 7607 7594 3763 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994118233 889245696 16446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7608/tid=7613] ppid=7607 vsize=868404 CPUtime=0
/proc/7608/task/7613/stat : 7613 (java) S 7607 7594 3763 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994118235 889245696 16446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7608/tid=7614] ppid=7607 vsize=868404 CPUtime=0.17
/proc/7608/task/7614/stat : 7614 (java) S 7607 7594 3763 0 -1 64 1449 0 0 0 17 0 0 0 16 0 9 0 1994118235 889245696 16446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7608/tid=7615] ppid=7607 vsize=868404 CPUtime=0
/proc/7608/task/7615/stat : 7615 (java) S 7607 7594 3763 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994118235 889245696 16446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7608/tid=7616] ppid=7607 vsize=868404 CPUtime=0
/proc/7608/task/7616/stat : 7616 (java) S 7607 7594 3763 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994118235 889245696 16446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887360

[startup+6.30288 s]
/proc/loadavg: 2.14 2.03 2.01 3/83 7616
/proc/meminfo: memFree=1763292/2055920 swapFree=4179816/4192956
[pid=7594] ppid=7592 vsize=13600 CPUtime=0.72
/proc/7594/stat : 7594 (sugar) S 7592 7594 3763 0 -1 4194304 974 6666 0 1 3 1 64 4 15 0 1 0 1994118152 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7594/statm: 3400 797 370 3 0 500 0
[pid=7607] ppid=7594 vsize=5356 CPUtime=0
/proc/7607/stat : 7607 (sh) S 7594 7594 3763 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994118230 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7607/statm: 1339 233 193 169 0 50 0
[pid=7608] ppid=7607 vsize=868516 CPUtime=5.44
/proc/7608/stat : 7608 (java) S 7607 7594 3763 0 -1 0 21397 0 1 0 530 14 0 0 18 0 9 0 1994118231 889360384 20523 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7608/statm: 217129 20523 2565 9 0 211676 0
[pid=7608/tid=7609] ppid=7607 vsize=868516 CPUtime=3.57
/proc/7608/task/7609/stat : 7609 (java) R 7607 7594 3763 0 -1 64 3484 0 1 0 353 4 0 0 25 0 9 0 1994118232 889360384 20523 996147200 134512640 134550740 4294955952 18446744073709551615 4126639064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7608/tid=7610] ppid=7607 vsize=868516 CPUtime=1.61
/proc/7608/task/7610/stat : 7610 (java) S 7607 7594 3763 0 -1 64 15735 0 0 0 154 7 0 0 16 0 9 0 1994118233 889360384 20523 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7608/tid=7611] ppid=7607 vsize=868516 CPUtime=0
/proc/7608/task/7611/stat : 7611 (java) S 7607 7594 3763 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994118233 889360384 20523 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7608/tid=7612] ppid=7607 vsize=868516 CPUtime=0
/proc/7608/task/7612/stat : 7612 (java) S 7607 7594 3763 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994118233 889360384 20523 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7608/tid=7613] ppid=7607 vsize=868516 CPUtime=0
/proc/7608/task/7613/stat : 7613 (java) S 7607 7594 3763 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994118235 889360384 20523 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7608/tid=7614] ppid=7607 vsize=868516 CPUtime=0.23
/proc/7608/task/7614/stat : 7614 (java) S 7607 7594 3763 0 -1 64 1480 0 0 0 22 1 0 0 16 0 9 0 1994118235 889360384 20523 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7608/tid=7615] ppid=7607 vsize=868516 CPUtime=0
/proc/7608/task/7615/stat : 7615 (java) S 7607 7594 3763 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994118235 889360384 20523 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7608/tid=7616] ppid=7607 vsize=868516 CPUtime=0
/proc/7608/task/7616/stat : 7616 (java) S 7607 7594 3763 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994118235 889360384 20523 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887472

[startup+12.702 s]
/proc/loadavg: 2.19 2.05 2.01 3/83 7616
/proc/meminfo: memFree=1752988/2055920 swapFree=4179816/4192956
[pid=7594] ppid=7592 vsize=13600 CPUtime=0.72
/proc/7594/stat : 7594 (sugar) S 7592 7594 3763 0 -1 4194304 974 6666 0 1 3 1 64 4 15 0 1 0 1994118152 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7594/statm: 3400 797 370 3 0 500 0
[pid=7607] ppid=7594 vsize=5356 CPUtime=0
/proc/7607/stat : 7607 (sh) S 7594 7594 3763 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994118230 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7607/statm: 1339 233 193 169 0 50 0
[pid=7608] ppid=7607 vsize=868516 CPUtime=11.77
/proc/7608/stat : 7608 (java) S 7607 7594 3763 0 -1 0 22781 0 1 0 1159 18 0 0 18 0 9 0 1994118231 889360384 21833 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7608/statm: 217129 21833 2565 9 0 211676 0
[pid=7608/tid=7609] ppid=7607 vsize=868516 CPUtime=9.66
/proc/7608/task/7609/stat : 7609 (java) R 7607 7594 3763 0 -1 64 3558 0 1 0 959 7 0 0 25 0 9 0 1994118232 889360384 21833 996147200 134512640 134550740 4294955952 18446744073709551615 4126941610 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7608/tid=7610] ppid=7607 vsize=868516 CPUtime=1.85
/proc/7608/task/7610/stat : 7610 (java) S 7607 7594 3763 0 -1 64 17040 0 0 0 176 9 0 0 16 0 9 0 1994118233 889360384 21833 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7608/tid=7611] ppid=7607 vsize=868516 CPUtime=0
/proc/7608/task/7611/stat : 7611 (java) S 7607 7594 3763 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994118233 889360384 21833 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7608/tid=7612] ppid=7607 vsize=868516 CPUtime=0
/proc/7608/task/7612/stat : 7612 (java) S 7607 7594 3763 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994118233 889360384 21833 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7608/tid=7613] ppid=7607 vsize=868516 CPUtime=0
/proc/7608/task/7613/stat : 7613 (java) S 7607 7594 3763 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994118235 889360384 21833 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7608/tid=7614] ppid=7607 vsize=868516 CPUtime=0.23
/proc/7608/task/7614/stat : 7614 (java) S 7607 7594 3763 0 -1 64 1485 0 0 0 22 1 0 0 17 0 9 0 1994118235 889360384 21833 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7608/tid=7615] ppid=7607 vsize=868516 CPUtime=0
/proc/7608/task/7615/stat : 7615 (java) S 7607 7594 3763 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994118235 889360384 21833 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7608/tid=7616] ppid=7607 vsize=868516 CPUtime=0
/proc/7608/task/7616/stat : 7616 (java) S 7607 7594 3763 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994118235 889360384 21833 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887472

[startup+25.5014 s]
/proc/loadavg: 2.16 2.04 2.01 3/83 7616
/proc/meminfo: memFree=1728540/2055920 swapFree=4179816/4192956
[pid=7594] ppid=7592 vsize=13600 CPUtime=0.72
/proc/7594/stat : 7594 (sugar) S 7592 7594 3763 0 -1 4194304 974 6666 0 1 3 1 64 4 15 0 1 0 1994118152 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7594/statm: 3400 797 370 3 0 500 0
[pid=7607] ppid=7594 vsize=5356 CPUtime=0
/proc/7607/stat : 7607 (sh) S 7594 7594 3763 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994118230 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7607/statm: 1339 233 193 169 0 50 0
[pid=7608] ppid=7607 vsize=868516 CPUtime=24.45
/proc/7608/stat : 7608 (java) S 7607 7594 3763 0 -1 0 26751 0 1 0 2419 26 0 0 18 0 9 0 1994118231 889360384 25691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7608/statm: 217129 25691 2565 9 0 211676 0
[pid=7608/tid=7609] ppid=7607 vsize=868516 CPUtime=21.97
/proc/7608/task/7609/stat : 7609 (java) R 7607 7594 3763 0 -1 64 3671 0 1 0 2185 12 0 0 25 0 9 0 1994118232 889360384 25691 996147200 134512640 134550740 4294955952 18446744073709551615 4126639045 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7608/tid=7610] ppid=7607 vsize=868516 CPUtime=2.2
/proc/7608/task/7610/stat : 7610 (java) S 7607 7594 3763 0 -1 64 20894 0 0 0 209 11 0 0 16 0 9 0 1994118233 889360384 25691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7608/tid=7611] ppid=7607 vsize=868516 CPUtime=0
/proc/7608/task/7611/stat : 7611 (java) S 7607 7594 3763 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994118233 889360384 25691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7608/tid=7612] ppid=7607 vsize=868516 CPUtime=0
/proc/7608/task/7612/stat : 7612 (java) S 7607 7594 3763 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994118233 889360384 25691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1587300/2055920 swapFree=4179816/4192956
[pid=7594] ppid=7592 vsize=13600 CPUtime=104.93
/proc/7594/stat : 7594 (sugar) S 7592 7594 3763 0 -1 4194304 1032 47520 0 2 3 1 10422 67 16 0 1 0 1994118152 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7594/statm: 3400 798 370 3 0 500 0
[pid=7617] ppid=7594 vsize=5356 CPUtime=0
/proc/7617/stat : 7617 (sh) S 7594 7594 3763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994128758 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7617/statm: 1339 232 193 169 0 50 0
[pid=7618] ppid=7617 vsize=198684 CPUtime=1184.92
/proc/7618/stat : 7618 (minisat) R 7617 7594 3763 0 -1 4194304 48793 0 0 0 118447 45 0 0 25 0 1 0 1994128759 203452416 48779 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7618/statm: 49671 48779 76 150 0 49518 0
Current children cumulated CPU time (s) 1289.85
Current children cumulated vsize (KiB) 217640

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7618
/proc/meminfo: memFree=1583460/2055920 swapFree=4179816/4192956
[pid=7594] ppid=7592 vsize=13600 CPUtime=104.93
/proc/7594/stat : 7594 (sugar) S 7592 7594 3763 0 -1 4194304 1032 47520 0 2 3 1 10422 67 16 0 1 0 1994118152 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7594/statm: 3400 798 370 3 0 500 0
[pid=7617] ppid=7594 vsize=5356 CPUtime=0
/proc/7617/stat : 7617 (sh) S 7594 7594 3763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994128758 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7617/statm: 1339 232 193 169 0 50 0
[pid=7618] ppid=7617 vsize=202404 CPUtime=1244.36
/proc/7618/stat : 7618 (minisat) R 7617 7594 3763 0 -1 4194304 49739 0 0 0 124389 47 0 0 25 0 1 0 1994128759 207261696 49725 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7618/statm: 50601 49725 76 150 0 50448 0
Current children cumulated CPU time (s) 1349.29
Current children cumulated vsize (KiB) 221360

[startup+1422.31 s]
/proc/loadavg: 1.93 1.98 1.99 2/70 7696
/proc/meminfo: memFree=1604548/2055920 swapFree=4179816/4192956
[pid=7594] ppid=7592 vsize=13600 CPUtime=104.93
/proc/7594/stat : 7594 (sugar) S 7592 7594 3763 0 -1 4194304 1032 47520 0 2 3 1 10422 67 16 0 1 0 1994118152 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7594/statm: 3400 798 370 3 0 500 0
[pid=7617] ppid=7594 vsize=5356 CPUtime=0
/proc/7617/stat : 7617 (sh) S 7594 7594 3763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994128758 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7617/statm: 1339 232 193 169 0 50 0
[pid=7618] ppid=7617 vsize=208012 CPUtime=1303.86
/proc/7618/stat : 7618 (minisat) R 7617 7594 3763 0 -1 4194304 50649 0 0 0 130338 48 0 0 25 0 1 0 1994128759 213004288 50635 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7618/statm: 52003 50635 76 150 0 51850 0
Current children cumulated CPU time (s) 1408.79
Current children cumulated vsize (KiB) 226968

[startup+1482.3 s]
/proc/loadavg: 1.89 1.96 1.98 3/84 7796
/proc/meminfo: memFree=1260428/2055920 swapFree=4179816/4192956
[pid=7594] ppid=7592 vsize=13600 CPUtime=104.93
/proc/7594/stat : 7594 (sugar) S 7592 7594 3763 0 -1 4194304 1032 47520 0 2 3 1 10422 67 16 0 1 0 1994118152 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7594/statm: 3400 798 370 3 0 500 0
[pid=7617] ppid=7594 vsize=5356 CPUtime=0
/proc/7617/stat : 7617 (sh) S 7594 7594 3763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994128758 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7617/statm: 1339 232 193 169 0 50 0
[pid=7618] ppid=7617 vsize=211568 CPUtime=1363.8
/proc/7618/stat : 7618 (minisat) R 7617 7594 3763 0 -1 4194304 51551 0 0 0 136329 51 0 0 25 0 1 0 1994128759 216645632 51537 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7618/statm: 52892 51537 76 150 0 52739 0
Current children cumulated CPU time (s) 1468.73
Current children cumulated vsize (KiB) 230524

[startup+1542.3 s]
/proc/loadavg: 1.96 1.96 1.98 3/84 7796
/proc/meminfo: memFree=1255820/2055920 swapFree=4179816/4192956
[pid=7594] ppid=7592 vsize=13600 CPUtime=104.93
/proc/7594/stat : 7594 (sugar) S 7592 7594 3763 0 -1 4194304 1032 47520 0 2 3 1 10422 67 16 0 1 0 1994118152 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7594/statm: 3400 798 370 3 0 500 0
[pid=7617] ppid=7594 vsize=5356 CPUtime=0
/proc/7617/stat : 7617 (sh) S 7594 7594 3763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994128758 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7617/statm: 1339 232 193 169 0 50 0
[pid=7618] ppid=7617 vsize=215776 CPUtime=1423.78
/proc/7618/stat : 7618 (minisat) R 7617 7594 3763 0 -1 4194304 52602 0 0 0 142325 53 0 0 25 0 1 0 1994128759 220954624 52588 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7618/statm: 53944 52588 76 150 0 53791 0
Current children cumulated CPU time (s) 1528.71
Current children cumulated vsize (KiB) 234732

[startup+1602.3 s]
/proc/loadavg: 1.98 1.97 1.98 3/84 7796
/proc/meminfo: memFree=1252940/2055920 swapFree=4179816/4192956
[pid=7594] ppid=7592 vsize=13600 CPUtime=104.93
/proc/7594/stat : 7594 (sugar) S 7592 7594 3763 0 -1 4194304 1032 47520 0 2 3 1 10422 67 16 0 1 0 1994118152 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7594/statm: 3400 798 370 3 0 500 0
[pid=7617] ppid=7594 vsize=5356 CPUtime=0
/proc/7617/stat : 7617 (sh) S 7594 7594 3763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994128758 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7617/statm: 1339 232 193 169 0 50 0
[pid=7618] ppid=7617 vsize=218440 CPUtime=1483.75
/proc/7618/stat : 7618 (minisat) R 7617 7594 3763 0 -1 4194304 53295 0 0 0 148321 54 0 0 25 0 1 0 1994128759 223682560 53281 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7618/statm: 54610 53281 76 150 0 54457 0
Current children cumulated CPU time (s) 1588.68
Current children cumulated vsize (KiB) 237396

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/84 7796
/proc/meminfo: memFree=1250892/2055920 swapFree=4179816/4192956
[pid=7594] ppid=7592 vsize=13600 CPUtime=104.93
/proc/7594/stat : 7594 (sugar) S 7592 7594 3763 0 -1 4194304 1032 47520 0 2 3 1 10422 67 16 0 1 0 1994118152 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7594/statm: 3400 798 370 3 0 500 0
[pid=7617] ppid=7594 vsize=5356 CPUtime=0
/proc/7617/stat : 7617 (sh) S 7594 7594 3763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994128758 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7617/statm: 1339 232 193 169 0 50 0
[pid=7618] ppid=7617 vsize=220420 CPUtime=1543.72
/proc/7618/stat : 7618 (minisat) R 7617 7594 3763 0 -1 4194304 53800 0 0 0 154317 55 0 0 25 0 1 0 1994128759 225710080 53786 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7618/statm: 55105 53786 76 150 0 54952 0
Current children cumulated CPU time (s) 1648.65
Current children cumulated vsize (KiB) 239376

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/84 7796
/proc/meminfo: memFree=1247372/2055920 swapFree=4179816/4192956
[pid=7594] ppid=7592 vsize=13600 CPUtime=104.93
/proc/7594/stat : 7594 (sugar) S 7592 7594 3763 0 -1 4194304 1032 47520 0 2 3 1 10422 67 16 0 1 0 1994118152 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7594/statm: 3400 798 370 3 0 500 0
[pid=7617] ppid=7594 vsize=5356 CPUtime=0
/proc/7617/stat : 7617 (sh) S 7594 7594 3763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994128758 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7617/statm: 1339 232 193 169 0 50 0
[pid=7618] ppid=7617 vsize=223932 CPUtime=1603.7
/proc/7618/stat : 7618 (minisat) R 7617 7594 3763 0 -1 4194304 54682 0 0 0 160314 56 0 0 25 0 1 0 1994128759 229306368 54668 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7618/statm: 55983 54668 76 150 0 55830 0
Current children cumulated CPU time (s) 1708.63
Current children cumulated vsize (KiB) 242888

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/84 7796
/proc/meminfo: memFree=1245260/2055920 swapFree=4179816/4192956
[pid=7594] ppid=7592 vsize=13600 CPUtime=104.93
/proc/7594/stat : 7594 (sugar) S 7592 7594 3763 0 -1 4194304 1032 47520 0 2 3 1 10422 67 16 0 1 0 1994118152 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7594/statm: 3400 798 370 3 0 500 0
[pid=7617] ppid=7594 vsize=5356 CPUtime=0
/proc/7617/stat : 7617 (sh) S 7594 7594 3763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994128758 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7617/statm: 1339 232 193 169 0 50 0
[pid=7618] ppid=7617 vsize=225964 CPUtime=1663.67
/proc/7618/stat : 7618 (minisat) R 7617 7594 3763 0 -1 4194304 55205 0 0 0 166310 57 0 0 25 0 1 0 1994128759 231387136 55191 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7618/statm: 56491 55191 76 150 0 56338 0
Current children cumulated CPU time (s) 1768.6
Current children cumulated vsize (KiB) 244920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.8 s]
/proc/loadavg: 1.99 1.97 1.98 3/84 7796
/proc/meminfo: memFree=1244044/2055920 swapFree=4179816/4192956
[pid=7594] ppid=7592 vsize=13600 CPUtime=104.93
/proc/7594/stat : 7594 (sugar) S 7592 7594 3763 0 -1 4194304 1032 47520 0 2 3 1 10422 67 16 0 1 0 1994118152 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7594/statm: 3400 798 370 3 0 500 0
[pid=7617] ppid=7594 vsize=5356 CPUtime=0
/proc/7617/stat : 7617 (sh) S 7594 7594 3763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994128758 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7617/statm: 1339 232 193 169 0 50 0
[pid=7618] ppid=7617 vsize=227044 CPUtime=1695.16
/proc/7618/stat : 7618 (minisat) R 7617 7594 3763 0 -1 4194304 55487 0 0 0 169459 57 0 0 25 0 1 0 1994128759 232493056 55473 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7618/statm: 56761 55473 76 150 0 56608 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 246000

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 7594 and gives
#  childrusage.ru_utime.tv_sec=104
#  childrusage.ru_utime.tv_usec=268148
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=716891
# CPU time returned by wait4() is 104.985
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1813.88
CPU time (s): 1800.09
CPU user time (s): 1798.84
CPU system time (s): 1.25
CPU usage (%): 99.2399
Max. virtual memory (cumulated for all children) (KiB): 897720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 104.268
system time used= 0.716891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48895
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= 9276
involuntary context switches= 9320

runsolver used 2.27565 second user time and 5.99909 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-04 08:04:18
IDJOB=1067800
IDBENCH=55446
IDSOLVER=346
FILE ID=node45/1067800-1215151458
PBS_JOBID= 7877243
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-15-07.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-1067800-1215151458/watcher-1067800-1215151458 -o /tmp/evaluation-result-1067800-1215151458/solver-1067800-1215151458 -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-1067800-1215151458.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d0352fe449d8acf4120670f6657caf5c
RANDOM SEED=1406802035

node45.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.268
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.268
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:       1841172 kB
Buffers:         18332 kB
Cached:         108628 kB
SwapCached:       7136 kB
Active:         119556 kB
Inactive:        40348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1841172 kB
SwapTotal:     4192956 kB
SwapFree:      4179816 kB
Dirty:            1696 kB
Writeback:           0 kB
Mapped:          40104 kB
Slab:            40168 kB
Committed_AS:  3738320 kB
PageTables:       1732 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= 66556 MiB
End job on node45 at 2008-07-04 08:34:34