Trace number 1068115

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.15 1806.87

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-23-06.xml
MD5SUM6d2d833f304a165f273681bb1be11153
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1071.41
Satisfiable
(Un)Satisfiability was proved
Number of variables460
Number of constraints2182
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension156
Number of constraints which are defined in intension2026
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:20:17 2008
0.00/0.04	c 0	PID 25978
0.00/0.04	c 0	HOST node87.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1068115-1215152417.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1068115-1215152417.xml' 'HOME/temp.csp'
0.03/0.83	c 1	1 domains, 460 variables, 7 predicates, 7 relations, 2182 constraints
0.03/0.87	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.87	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.81/0.95	c 1	Parsing HOME/temp.csp
1.22/1.38	c 2	parsed 2657 expressions
1.22/1.38	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.22/1.38	c 2	Converting to clausal form CSP
1.32/1.41	c 2	converted 266 (10%) expressions
2.02/2.20	c 2	converted 532 (20%) expressions
5.52/5.66	c 6	converted 798 (30%) expressions
6.32/6.48	c 7	converted 1063 (40%) expressions
6.43/6.59	c 7	converted 1329 (50%) expressions
6.53/6.62	c 7	converted 1595 (60%) expressions
6.53/6.68	c 7	converted 1860 (70%) expressions
6.62/6.71	c 7	converted 2126 (80%) expressions
6.62/6.77	c 7	converted 2392 (90%) expressions
6.72/6.81	c 7	converted 2657 (100%) expressions
6.72/6.81	c 7	CSP : 460 integers, 0 booleans, 2182 clauses, largest domain size 26
6.72/6.81	c 7	Heap : 171 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.72/6.81	c 7	Propagation in CSP
6.72/6.84	c 7	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.72/6.84	c 7	CSP : 460 integers, 0 booleans, 2182 clauses, largest domain size 26
6.72/6.84	c 7	Heap : 174 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.72/6.84	c 7	Simplifing CSP by introducing new Boolean variables
6.82/6.91	c 7	CSP : 460 integers, 24312 booleans, 26494 clauses, largest domain size 26
6.82/6.91	c 7	Heap : 172 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.82/7.99	c 8	Encoding CSP to SAT : HOME/temp.cnf
7.92/8.03	c 8	46 (10%) CSP integer variables are encoded (1104 clauses, 12289 bytes)
7.92/8.03	c 8	92 (20%) CSP integer variables are encoded (2208 clauses, 26641 bytes)
7.92/8.03	c 8	138 (30%) CSP integer variables are encoded (3312 clauses, 40993 bytes)
7.92/8.03	c 8	184 (40%) CSP integer variables are encoded (4416 clauses, 55345 bytes)
7.92/8.03	c 8	230 (50%) CSP integer variables are encoded (5520 clauses, 69697 bytes)
7.92/8.04	c 8	276 (60%) CSP integer variables are encoded (6624 clauses, 84049 bytes)
7.92/8.04	c 8	322 (70%) CSP integer variables are encoded (7728 clauses, 98401 bytes)
7.92/8.04	c 8	368 (80%) CSP integer variables are encoded (8832 clauses, 112753 bytes)
7.92/8.04	c 8	414 (90%) CSP integer variables are encoded (9936 clauses, 127778 bytes)
7.92/8.04	c 8	460 (100%) CSP integer variables are encoded (11040 clauses, 144338 bytes)
284.25/284.63	c 285	2650 (10%) CSP clauses are encoded (2672124 clauses, 138821733 bytes)
396.17/396.62	c 397	5299 (20%) CSP clauses are encoded (3428131 clauses, 185428975 bytes)
396.27/396.74	c 397	7949 (30%) CSP clauses are encoded (3491456 clauses, 186678712 bytes)
396.37/396.85	c 397	10598 (40%) CSP clauses are encoded (3555230 clauses, 187948213 bytes)
396.47/396.97	c 397	13247 (50%) CSP clauses are encoded (3619704 clauses, 189182439 bytes)
396.57/397.09	c 397	15897 (60%) CSP clauses are encoded (3684179 clauses, 190438987 bytes)
396.76/397.21	c 398	18546 (70%) CSP clauses are encoded (3748653 clauses, 191710520 bytes)
396.86/397.33	c 398	21196 (80%) CSP clauses are encoded (3813128 clauses, 193011229 bytes)
396.96/397.44	c 398	23845 (90%) CSP clauses are encoded (3877577 clauses, 194335317 bytes)
397.05/397.56	c 398	26494 (100%) CSP clauses are encoded (3942626 clauses, 195643227 bytes)
397.05/397.56	c 398	26494 CSP clauses encoded
397.05/397.56	c 398	Writing map file : HOME/temp.map
397.05/397.58	c 398	Heap : 214 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
397.05/397.58	c 398	SAT : 35812 SAT variables, 3942626 SAT clauses, 195643227 bytes
397.05/397.58	c 398	Heap : 214 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
397.15/397.69	c 398	SOLVING HOME/temp.cnf
397.15/397.69	c 398	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
397.15/397.70	c 398	This is MiniSat 2.0 beta
397.15/397.70	c 398	WARNING: for repeatability, setting FPU to use double precision
397.15/397.70	c 398	============================[ Problem Statistics ]=============================
397.15/397.70	c 398	|                                                                             |
397.15/397.70	c 398	|  Number of variables:  35812                                                |
397.15/397.70	c 398	|  Number of clauses:    3942626                                              |
400.97/401.54	c 402	|  Parsing time:         3.36         s                                       |
401.17/401.78	c 402	============================[ Search Statistics ]==============================
401.17/401.78	c 402	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
401.17/401.78	c 402	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
401.17/401.78	c 402	===============================================================================
401.17/401.78	c 402	|         0 |   35812  3942626 33861268 |  1314208        0    nan |  0.000 % |
401.47/402.05	c 402	|       101 |   35812  3942626 33861268 |  1445629      101      8 |  0.000 % |
401.67/402.20	c 402	|       252 |   35812  3942626 33861268 |  1590192      252      8 |  0.000 % |
401.87/402.41	c 403	|       477 |   35812  3942626 33861268 |  1749211      477      9 |  0.000 % |
401.97/402.56	c 403	|       814 |   35812  3942626 33861268 |  1924132      814      9 |  0.000 % |
402.07/402.65	c 403	|      1320 |   35812  3942626 33861268 |  2116546     1320      9 |  0.000 % |
402.16/402.75	c 403	|      2079 |   35812  3942626 33861268 |  2328200     2079      9 |  0.000 % |
402.66/403.21	c 404	|      3218 |   35812  3942626 33861268 |  2561020     3218     11 |  0.000 % |
402.96/403.56	c 404	|      4926 |   35811  3942626 33861268 |  2817122     4925     11 |  0.003 % |
403.85/404.46	c 405	|      7488 |   35811  3942626 33861268 |  3098835     7487     11 |  0.003 % |
405.44/406.08	c 406	|     11332 |   35811  3942626 33861268 |  3408718    11331     11 |  0.003 % |
406.33/406.93	c 407	|     17098 |   35811  3942626 33861268 |  3749590    17097     11 |  0.003 % |
410.40/411.03	c 411	|     25748 |   35811  3942626 33861268 |  4124549    25747     12 |  0.003 % |
420.13/420.84	c 421	|     38722 |   35811  3942626 33861268 |  4537004    38721     13 |  0.003 % |
426.18/426.97	c 427	|     58183 |   35811  3942626 33861268 |  4990705    58182     13 |  0.003 % |
432.43/433.23	c 434	|     87376 |   35811  3942626 33861268 |  5489775    87375     12 |  0.003 % |
451.01/451.93	c 452	|    131165 |   35810  3942626 33861268 |  6038753   131163     13 |  0.006 % |
524.24/525.51	c 526	|    196849 |   35809  3942626 33861268 |  6642628   196846     15 |  0.008 % |
583.26/584.94	c 585	|    295376 |   35808  3942626 33861268 |  7306891   295372     14 |  0.011 % |
779.25/781.73	c 782	|    443165 |   35807  3942626 33861268 |  8037580   443160     15 |  0.014 % |
1021.66/1025.16	c 1025	|    664849 |   35805  3942626 33861268 |  8841338   664841     16 |  0.022 % |
1531.28/1536.85	c 1537	|    997376 |   35802  3940805 33848477 |  9725472   997362     16 |  0.028 % |
1800.09/1806.71	c ERROR INTERRUPTED
1800.09/1806.76	s UNKNOWN
1800.09/1806.76	c 1807	CPU 395.52 (0.03 0.01 395.49 1.68)
1800.09/1806.76	c 1807	END Fri Jul  4 08:50:24 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-1068115-1215152417/watcher-1068115-1215152417 -o /tmp/evaluation-result-1068115-1215152417/solver-1068115-1215152417 -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-1068115-1215152417.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.04 2.06 2.02 4/73 25978
/proc/meminfo: memFree=1838928/2055920 swapFree=4179032/4192956
[pid=25978] ppid=25976 vsize=12268 CPUtime=0
/proc/25978/stat : 25978 (sugar) R 25976 25978 25941 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 627497396 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 254613879397 0 0 4224 0 0 0 0 17 0 0 0
/proc/25978/statm: 3067 316 241 3 0 167 0

[startup+0.098741 s]
/proc/loadavg: 2.04 2.06 2.02 4/73 25978
/proc/meminfo: memFree=1838928/2055920 swapFree=4179032/4192956
[pid=25978] ppid=25976 vsize=13600 CPUtime=0.03
/proc/25978/stat : 25978 (sugar) S 25976 25978 25941 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 627497396 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25978/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101735 s]
/proc/loadavg: 2.04 2.06 2.02 4/73 25978
/proc/meminfo: memFree=1838928/2055920 swapFree=4179032/4192956
[pid=25978] ppid=25976 vsize=13600 CPUtime=0.03
/proc/25978/stat : 25978 (sugar) S 25976 25978 25941 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 627497396 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25978/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301762 s]
/proc/loadavg: 2.04 2.06 2.02 4/73 25978
/proc/meminfo: memFree=1838928/2055920 swapFree=4179032/4192956
[pid=25978] ppid=25976 vsize=13600 CPUtime=0.03
/proc/25978/stat : 25978 (sugar) S 25976 25978 25941 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 627497396 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25978/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701809 s]
/proc/loadavg: 2.04 2.06 2.02 4/73 25978
/proc/meminfo: memFree=1838928/2055920 swapFree=4179032/4192956
[pid=25978] ppid=25976 vsize=13600 CPUtime=0.03
/proc/25978/stat : 25978 (sugar) S 25976 25978 25941 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 627497396 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25978/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5029 s]
/proc/loadavg: 2.12 2.07 2.02 5/84 26000
/proc/meminfo: memFree=1831032/2055920 swapFree=4179032/4192956
[pid=25978] ppid=25976 vsize=13600 CPUtime=0.81
/proc/25978/stat : 25978 (sugar) S 25976 25978 25941 0 -1 4194304 973 7415 0 1 2 1 73 5 15 0 1 0 627497396 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25978/statm: 3400 797 370 3 0 500 0
[pid=25991] ppid=25978 vsize=5356 CPUtime=0
/proc/25991/stat : 25991 (sh) S 25978 25978 25941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 627497483 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25991/statm: 1339 233 193 169 0 50 0
[pid=25992] ppid=25991 vsize=864252 CPUtime=0.61
/proc/25992/stat : 25992 (java) S 25991 25978 25941 0 -1 0 6735 0 1 0 58 3 0 0 20 0 9 0 627497483 884994048 5998 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25992/statm: 216063 5998 2540 9 0 210638 0
[pid=25992/tid=25993] ppid=25991 vsize=864252 CPUtime=0.36
/proc/25992/task/25993/stat : 25993 (java) R 25991 25978 25941 0 -1 64 2575 0 1 0 34 2 0 0 25 0 9 0 627497484 884994048 5998 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25992/tid=25994] ppid=25991 vsize=864252 CPUtime=0.15
/proc/25992/task/25994/stat : 25994 (java) R 25991 25978 25941 0 -1 64 3115 0 0 0 15 0 0 0 16 0 9 0 627497485 884994048 5998 996147200 134512640 134550740 4294955952 18446744073709551615 102731924 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25992/tid=25995] ppid=25991 vsize=864252 CPUtime=0
/proc/25992/task/25995/stat : 25995 (java) S 25991 25978 25941 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 627497486 884994048 5998 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25992/tid=25996] ppid=25991 vsize=864252 CPUtime=0
/proc/25992/task/25996/stat : 25996 (java) S 25991 25978 25941 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 627497486 884994048 5998 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25992/tid=25997] ppid=25991 vsize=864252 CPUtime=0
/proc/25992/task/25997/stat : 25997 (java) S 25991 25978 25941 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 627497487 884994048 5998 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25992/tid=25998] ppid=25991 vsize=864252 CPUtime=0.07
/proc/25992/task/25998/stat : 25998 (java) S 25991 25978 25941 0 -1 64 347 0 0 0 7 0 0 0 16 0 9 0 627497487 884994048 5998 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25992/tid=25999] ppid=25991 vsize=864252 CPUtime=0
/proc/25992/task/25999/stat : 25999 (java) S 25991 25978 25941 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 627497487 884994048 5998 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25992/tid=26000] ppid=25991 vsize=864252 CPUtime=0
/proc/25992/task/26000/stat : 26000 (java) S 25991 25978 25941 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 627497488 884994048 5998 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) 883208

[startup+3.10208 s]
/proc/loadavg: 2.12 2.07 2.02 3/84 26000
/proc/meminfo: memFree=1806520/2055920 swapFree=4179032/4192956
[pid=25978] ppid=25976 vsize=13600 CPUtime=0.82
/proc/25978/stat : 25978 (sugar) S 25976 25978 25941 0 -1 4194304 973 7415 0 1 3 1 73 5 15 0 1 0 627497396 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25978/statm: 3400 797 370 3 0 500 0
[pid=25991] ppid=25978 vsize=5356 CPUtime=0
/proc/25991/stat : 25991 (sh) S 25978 25978 25941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 627497483 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25991/statm: 1339 233 193 169 0 50 0
[pid=25992] ppid=25991 vsize=868432 CPUtime=2.21
/proc/25992/stat : 25992 (java) S 25991 25978 25941 0 -1 0 18978 0 1 0 212 9 0 0 20 0 9 0 627497483 889274368 18171 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25992/statm: 217108 18171 2540 9 0 211683 0
[pid=25992/tid=25993] ppid=25991 vsize=868432 CPUtime=0.93
/proc/25992/task/25993/stat : 25993 (java) R 25991 25978 25941 0 -1 64 3189 0 1 0 91 2 0 0 25 0 9 0 627497484 889274368 18171 996147200 134512640 134550740 4294955952 18446744073709551615 4126573976 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25992/tid=25994] ppid=25991 vsize=868432 CPUtime=1.09
/proc/25992/task/25994/stat : 25994 (java) S 25991 25978 25941 0 -1 64 13641 0 0 0 104 5 0 0 16 0 9 0 627497485 889274368 18171 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25992/tid=25995] ppid=25991 vsize=868432 CPUtime=0
/proc/25992/task/25995/stat : 25995 (java) S 25991 25978 25941 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 627497486 889274368 18171 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25992/tid=25996] ppid=25991 vsize=868432 CPUtime=0
/proc/25992/task/25996/stat : 25996 (java) S 25991 25978 25941 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 627497486 889274368 18171 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25992/tid=25997] ppid=25991 vsize=868432 CPUtime=0
/proc/25992/task/25997/stat : 25997 (java) S 25991 25978 25941 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 627497487 889274368 18171 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25992/tid=25998] ppid=25991 vsize=868432 CPUtime=0.15
/proc/25992/task/25998/stat : 25998 (java) S 25991 25978 25941 0 -1 64 1450 0 0 0 15 0 0 0 16 0 9 0 627497487 889274368 18171 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25992/tid=25999] ppid=25991 vsize=868432 CPUtime=0
/proc/25992/task/25999/stat : 25999 (java) S 25991 25978 25941 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 627497487 889274368 18171 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25992/tid=26000] ppid=25991 vsize=868432 CPUtime=0
/proc/25992/task/26000/stat : 26000 (java) S 25991 25978 25941 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 627497488 889274368 18171 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887388

[startup+6.30144 s]
/proc/loadavg: 2.12 2.07 2.02 4/84 26000
/proc/meminfo: memFree=1706744/2055920 swapFree=4179032/4192956
[pid=25978] ppid=25976 vsize=13600 CPUtime=0.82
/proc/25978/stat : 25978 (sugar) S 25976 25978 25941 0 -1 4194304 973 7415 0 1 3 1 73 5 16 0 1 0 627497396 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25978/statm: 3400 797 370 3 0 500 0
[pid=25991] ppid=25978 vsize=5356 CPUtime=0
/proc/25991/stat : 25991 (sh) S 25978 25978 25941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 627497483 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25991/statm: 1339 233 193 169 0 50 0
[pid=25992] ppid=25991 vsize=868432 CPUtime=5.41
/proc/25992/stat : 25992 (java) S 25991 25978 25941 0 -1 0 44648 0 1 0 520 21 0 0 20 0 9 0 627497483 889274368 43819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25992/statm: 217108 43819 2541 9 0 211683 0
[pid=25992/tid=25993] ppid=25991 vsize=868432 CPUtime=1.98
/proc/25992/task/25993/stat : 25993 (java) R 25991 25978 25941 0 -1 64 4475 0 1 0 195 3 0 0 25 0 9 0 627497484 889274368 43819 996147200 134512640 134550740 4294955952 18446744073709551615 103215703 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25992/tid=25994] ppid=25991 vsize=868432 CPUtime=3.22
/proc/25992/task/25994/stat : 25994 (java) S 25991 25978 25941 0 -1 64 38011 0 0 0 306 16 0 0 16 0 9 0 627497485 889274368 43819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25992/tid=25995] ppid=25991 vsize=868432 CPUtime=0
/proc/25992/task/25995/stat : 25995 (java) S 25991 25978 25941 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 627497486 889274368 43819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25992/tid=25996] ppid=25991 vsize=868432 CPUtime=0
/proc/25992/task/25996/stat : 25996 (java) S 25991 25978 25941 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 627497486 889274368 43819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25992/tid=25997] ppid=25991 vsize=868432 CPUtime=0
/proc/25992/task/25997/stat : 25997 (java) S 25991 25978 25941 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 627497487 889274368 43819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25992/tid=25998] ppid=25991 vsize=868432 CPUtime=0.18
/proc/25992/task/25998/stat : 25998 (java) S 25991 25978 25941 0 -1 64 1464 0 0 0 17 1 0 0 16 0 9 0 627497487 889274368 43819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25992/tid=25999] ppid=25991 vsize=868432 CPUtime=0
/proc/25992/task/25999/stat : 25999 (java) S 25991 25978 25941 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 627497487 889274368 43819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25992/tid=26000] ppid=25991 vsize=868432 CPUtime=0
/proc/25992/task/26000/stat : 26000 (java) S 25991 25978 25941 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 627497488 889274368 43819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 887388

[startup+12.7022 s]
/proc/loadavg: 2.17 2.09 2.02 3/84 26000
/proc/meminfo: memFree=1640632/2055920 swapFree=4179032/4192956
[pid=25978] ppid=25976 vsize=13600 CPUtime=0.82
/proc/25978/stat : 25978 (sugar) S 25976 25978 25941 0 -1 4194304 974 7415 0 1 3 1 73 5 16 0 1 0 627497396 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25978/statm: 3400 797 370 3 0 500 0
[pid=25991] ppid=25978 vsize=5356 CPUtime=0
/proc/25991/stat : 25991 (sh) S 25978 25978 25941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 627497483 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25991/statm: 1339 233 193 169 0 50 0
[pid=25992] ppid=25991 vsize=868544 CPUtime=11.8
/proc/25992/stat : 25992 (java) S 25991 25978 25941 0 -1 0 59280 0 1 0 1149 31 0 0 20 0 9 0 627497483 889389056 49752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25992/statm: 217136 49752 2567 9 0 211683 0
[pid=25992/tid=25993] ppid=25991 vsize=868544 CPUtime=6.88
/proc/25992/task/25993/stat : 25993 (java) R 25991 25978 25941 0 -1 64 5299 0 1 0 680 8 0 0 25 0 9 0 627497484 889389056 49752 996147200 134512640 134550740 4294955952 18446744073709551615 4127001272 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25992/tid=25994] ppid=25991 vsize=868544 CPUtime=4.65
/proc/25992/task/25994/stat : 25994 (java) S 25991 25978 25941 0 -1 64 51773 0 0 0 443 22 0 0 16 0 9 0 627497485 889389056 49752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25992/tid=25995] ppid=25991 vsize=868544 CPUtime=0
/proc/25992/task/25995/stat : 25995 (java) S 25991 25978 25941 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 627497486 889389056 49752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25992/tid=25996] ppid=25991 vsize=868544 CPUtime=0
/proc/25992/task/25996/stat : 25996 (java) S 25991 25978 25941 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 627497486 889389056 49752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25992/tid=25997] ppid=25991 vsize=868544 CPUtime=0
/proc/25992/task/25997/stat : 25997 (java) S 25991 25978 25941 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 627497487 889389056 49752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25992/tid=25998] ppid=25991 vsize=868544 CPUtime=0.25
/proc/25992/task/25998/stat : 25998 (java) S 25991 25978 25941 0 -1 64 1510 0 0 0 24 1 0 0 16 0 9 0 627497487 889389056 49752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25992/tid=25999] ppid=25991 vsize=868544 CPUtime=0
/proc/25992/task/25999/stat : 25999 (java) S 25991 25978 25941 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 627497487 889389056 49752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25992/tid=26000] ppid=25991 vsize=868544 CPUtime=0
/proc/25992/task/26000/stat : 26000 (java) S 25991 25978 25941 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 627497488 889389056 49752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 887500

[startup+25.5026 s]
/proc/loadavg: 2.15 2.08 2.02 3/84 26000
/proc/meminfo: memFree=1626104/2055920 swapFree=4179032/4192956
[pid=25978] ppid=25976 vsize=13600 CPUtime=0.82
/proc/25978/stat : 25978 (sugar) S 25976 25978 25941 0 -1 4194304 974 7415 0 1 3 1 73 5 16 0 1 0 627497396 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25978/statm: 3400 797 370 3 0 500 0
[pid=25991] ppid=25978 vsize=5356 CPUtime=0
/proc/25991/stat : 25991 (sh) S 25978 25978 25941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 627497483 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25991/statm: 1339 233 193 169 0 50 0
[pid=25992] ppid=25991 vsize=868544 CPUtime=24.59
/proc/25992/stat : 25992 (java) S 25991 25978 25941 0 -1 0 60026 0 1 0 2421 38 0 0 20 0 9 0 627497483 889389056 50449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25992/statm: 217136 50449 2567 9 0 211683 0
[pid=25992/tid=25993] ppid=25991 vsize=868544 CPUtime=19.4
/proc/25992/task/25993/stat : 25993 (java) R 25991 25978 25941 0 -1 64 5349 0 1 0 1927 13 0 0 25 0 9 0 627497484 889389056 50449 996147200 134512640 134550740 4294955952 18446744073709551615 4126991197 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25992/tid=25994] ppid=25991 vsize=868544 CPUtime=4.9
/proc/25992/task/25994/stat : 25994 (java) S 25991 25978 25941 0 -1 64 52464 0 0 0 468 22 0 0 16 0 9 0 627497485 889389056 50449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25992/tid=25995] ppid=25991 vsize=868544 CPUtime=0
/proc/25992/task/25995/stat : 25995 (java) S 25991 25978 25941 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 627497486 889389056 50449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25992/tid=25996] ppid=25991 vsize=868544 CPUtime=0
/proc/25992/task/25996/stat : 25996 (java) S 25991 25978 25941 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 627497486 889389056 50449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=26001] ppid=25978 vsize=5356 CPUtime=0
/proc/26001/stat : 26001 (sh) S 25978 25978 25941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627537165 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26001/statm: 1339 232 193 169 0 50 0
[pid=26002] ppid=26001 vsize=373900 CPUtime=1020.04
/proc/26002/stat : 26002 (minisat) R 26001 25978 25941 0 -1 4194304 91419 0 0 0 101926 78 0 0 25 0 1 0 627537166 382873600 91405 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26002/statm: 93475 91405 76 150 0 93322 0
Current children cumulated CPU time (s) 1417.25
Current children cumulated vsize (KiB) 392856

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 26115
/proc/meminfo: memFree=1286976/2055920 swapFree=4179032/4192956
[pid=25978] ppid=25976 vsize=13600 CPUtime=397.21
/proc/25978/stat : 25978 (sugar) S 25976 25978 25941 0 -1 4194304 1034 119784 0 2 3 1 39549 168 16 0 1 0 627497396 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25978/statm: 3400 799 370 3 0 500 0
[pid=26001] ppid=25978 vsize=5356 CPUtime=0
/proc/26001/stat : 26001 (sh) S 25978 25978 25941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627537165 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26001/statm: 1339 232 193 169 0 50 0
[pid=26002] ppid=26001 vsize=376564 CPUtime=1079.79
/proc/26002/stat : 26002 (minisat) R 26001 25978 25941 0 -1 4194304 92088 0 0 0 107900 79 0 0 25 0 1 0 627537166 385601536 92074 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26002/statm: 94141 92074 76 150 0 93988 0
Current children cumulated CPU time (s) 1477
Current children cumulated vsize (KiB) 395520

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 26115
/proc/meminfo: memFree=1283840/2055920 swapFree=4179032/4192956
[pid=25978] ppid=25976 vsize=13600 CPUtime=397.21
/proc/25978/stat : 25978 (sugar) S 25976 25978 25941 0 -1 4194304 1034 119784 0 2 3 1 39549 168 16 0 1 0 627497396 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25978/statm: 3400 799 370 3 0 500 0
[pid=26001] ppid=25978 vsize=5356 CPUtime=0
/proc/26001/stat : 26001 (sh) S 25978 25978 25941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627537165 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26001/statm: 1339 232 193 169 0 50 0
[pid=26002] ppid=26001 vsize=379536 CPUtime=1139.54
/proc/26002/stat : 26002 (minisat) R 26001 25978 25941 0 -1 4194304 92849 0 0 0 113874 80 0 0 25 0 1 0 627537166 388644864 92835 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/26002/statm: 94884 92835 76 150 0 94731 0
Current children cumulated CPU time (s) 1536.75
Current children cumulated vsize (KiB) 398492

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 26115
/proc/meminfo: memFree=1280448/2055920 swapFree=4179032/4192956
[pid=25978] ppid=25976 vsize=13600 CPUtime=397.21
/proc/25978/stat : 25978 (sugar) S 25976 25978 25941 0 -1 4194304 1034 119784 0 2 3 1 39549 168 16 0 1 0 627497396 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25978/statm: 3400 799 370 3 0 500 0
[pid=26001] ppid=25978 vsize=5356 CPUtime=0
/proc/26001/stat : 26001 (sh) S 25978 25978 25941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627537165 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26001/statm: 1339 232 193 169 0 50 0
[pid=26002] ppid=26001 vsize=382788 CPUtime=1199.31
/proc/26002/stat : 26002 (minisat) R 26001 25978 25941 0 -1 4194304 93671 0 0 0 119850 81 0 0 25 0 1 0 627537166 391974912 93657 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26002/statm: 95697 93657 76 150 0 95544 0
Current children cumulated CPU time (s) 1596.52
Current children cumulated vsize (KiB) 401744

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 26115
/proc/meminfo: memFree=1278720/2055920 swapFree=4179032/4192956
[pid=25978] ppid=25976 vsize=13600 CPUtime=397.21
/proc/25978/stat : 25978 (sugar) S 25976 25978 25941 0 -1 4194304 1034 119784 0 2 3 1 39549 168 16 0 1 0 627497396 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25978/statm: 3400 799 370 3 0 500 0
[pid=26001] ppid=25978 vsize=5356 CPUtime=0
/proc/26001/stat : 26001 (sh) S 25978 25978 25941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627537165 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26001/statm: 1339 232 193 169 0 50 0
[pid=26002] ppid=26001 vsize=384488 CPUtime=1259.07
/proc/26002/stat : 26002 (minisat) R 26001 25978 25941 0 -1 4194304 94099 0 0 0 125825 82 0 0 25 0 1 0 627537166 393715712 94085 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26002/statm: 96122 94085 76 150 0 95969 0
Current children cumulated CPU time (s) 1656.28
Current children cumulated vsize (KiB) 403444

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 26115
/proc/meminfo: memFree=1277056/2055920 swapFree=4179032/4192956
[pid=25978] ppid=25976 vsize=13600 CPUtime=397.21
/proc/25978/stat : 25978 (sugar) S 25976 25978 25941 0 -1 4194304 1034 119784 0 2 3 1 39549 168 16 0 1 0 627497396 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25978/statm: 3400 799 370 3 0 500 0
[pid=26001] ppid=25978 vsize=5356 CPUtime=0
/proc/26001/stat : 26001 (sh) S 25978 25978 25941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627537165 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26001/statm: 1339 232 193 169 0 50 0
[pid=26002] ppid=26001 vsize=388188 CPUtime=1318.82
/proc/26002/stat : 26002 (minisat) R 26001 25978 25941 0 -1 4194304 94502 0 0 0 131800 82 0 0 25 0 1 0 627537166 397504512 94488 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/26002/statm: 97047 94488 76 150 0 96894 0
Current children cumulated CPU time (s) 1716.03
Current children cumulated vsize (KiB) 407144

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 26115
/proc/meminfo: memFree=1275136/2055920 swapFree=4179032/4192956
[pid=25978] ppid=25976 vsize=13600 CPUtime=397.21
/proc/25978/stat : 25978 (sugar) S 25976 25978 25941 0 -1 4194304 1034 119784 0 2 3 1 39549 168 16 0 1 0 627497396 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25978/statm: 3400 799 370 3 0 500 0
[pid=26001] ppid=25978 vsize=5356 CPUtime=0
/proc/26001/stat : 26001 (sh) S 25978 25978 25941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627537165 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26001/statm: 1339 232 193 169 0 50 0
[pid=26002] ppid=26001 vsize=389836 CPUtime=1378.57
/proc/26002/stat : 26002 (minisat) R 26001 25978 25941 0 -1 4194304 94931 0 0 0 137774 83 0 0 25 0 1 0 627537166 399192064 94917 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26002/statm: 97459 94917 76 150 0 97306 0
Current children cumulated CPU time (s) 1775.78
Current children cumulated vsize (KiB) 408792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 26115
/proc/meminfo: memFree=1274432/2055920 swapFree=4179032/4192956
[pid=25978] ppid=25976 vsize=13600 CPUtime=397.21
/proc/25978/stat : 25978 (sugar) S 25976 25978 25941 0 -1 4194304 1034 119784 0 2 3 1 39549 168 16 0 1 0 627497396 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25978/statm: 3400 799 370 3 0 500 0
[pid=26001] ppid=25978 vsize=5356 CPUtime=0
/proc/26001/stat : 26001 (sh) S 25978 25978 25941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627537165 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26001/statm: 1339 232 193 169 0 50 0
[pid=26002] ppid=26001 vsize=390364 CPUtime=1402.88
/proc/26002/stat : 26002 (minisat) R 26001 25978 25941 0 -1 4194304 95095 0 0 0 140204 84 0 0 25 0 1 0 627537166 399732736 95081 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26002/statm: 97591 95081 76 150 0 97438 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 409320

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

[startup+1806.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 26115
/proc/meminfo: memFree=1274432/2055920 swapFree=4179032/4192956
[pid=25978] ppid=25976 vsize=13600 CPUtime=397.21
/proc/25978/stat : 25978 (sugar) S 25976 25978 25941 0 -1 4194304 1034 119784 0 2 3 1 39549 168 16 0 1 0 627497396 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25978/statm: 3400 799 370 3 0 500 0
[pid=26001] ppid=25978 vsize=5356 CPUtime=0
/proc/26001/stat : 26001 (sh) S 25978 25978 25941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627537165 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26001/statm: 1339 232 193 169 0 50 0
[pid=26002] ppid=26001 vsize=390364 CPUtime=1402.88
/proc/26002/stat : 26002 (minisat) R 26001 25978 25941 0 -1 4194304 95095 0 0 0 140204 84 0 0 25 0 1 0 627537166 399732736 95081 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26002/statm: 97591 95081 76 150 0 97438 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 409320

# WARNING:
# current cumulated CPU time (397.26 s) is less than in the last sample (1800.09 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1402.83 s) to the 'lost time'.

[startup+1806.82 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 26115
/proc/meminfo: memFree=1274432/2055920 swapFree=4179032/4192956
[pid=25978] ppid=25976 vsize=13600 CPUtime=397.26
/proc/25978/stat : 25978 (sugar) R 25976 25978 25941 0 -1 4194304 1069 120061 0 2 3 6 39549 168 16 0 1 0 627497396 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 254613885993 0 0 4224 16386 0 0 0 17 0 0 0
/proc/25978/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 397.26
Current children cumulated vsize (KiB) 13600

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

[startup+1806.82 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 26115
/proc/meminfo: memFree=1274432/2055920 swapFree=4179032/4192956
[pid=25978] ppid=25976 vsize=13600 CPUtime=397.26
/proc/25978/stat : 25978 (sugar) R 25976 25978 25941 0 -1 4194304 1069 120061 0 2 3 6 39549 168 16 0 1 0 627497396 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 254613885993 0 0 4224 16386 0 0 0 17 0 0 0
/proc/25978/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 397.26
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1402.83
#  lost CPU user time (s): 1402.04
#  lost CPU system time (s): 0.79

Real time (s): 1806.87
CPU time (s): 1800.15
CPU user time (s): 1797.56
CPU system time (s): 2.58973
CPU usage (%): 99.6284
Max. virtual memory (cumulated for all children) (KiB): 907988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 395.525
system time used= 1.79973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121161
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= 16281
involuntary context switches= 17763

runsolver used 1.85672 second user time and 5.19421 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-04 08:20:17
IDJOB=1068115
IDBENCH=55479
IDSOLVER=346
FILE ID=node87/1068115-1215152417
PBS_JOBID= 7877459
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6d2d833f304a165f273681bb1be11153
RANDOM SEED=1777817095

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1839344 kB
Buffers:         21364 kB
Cached:         111900 kB
SwapCached:       8108 kB
Active:         133780 kB
Inactive:        34492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1839344 kB
SwapTotal:     4192956 kB
SwapFree:      4179032 kB
Dirty:            2332 kB
Writeback:           0 kB
Mapped:          40560 kB
Slab:            33540 kB
Committed_AS:  1568712 kB
PageTables:       1860 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node87 at 2008-07-04 08:50:26