Trace number 1060053

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 1800.06 1807.41

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-95-2.xml
MD5SUM8376fcfcac18b60a71faf845a033c81e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.5906
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size854
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
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 00:54:05 2008
0.00/0.04	c 0	PID 14981
0.00/0.05	c 0	HOST node6.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1060053-1215125645.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-1060053-1215125645.xml' 'HOME/temp.csp'
0.03/0.63	c 0	225 domains, 225 variables, 1 predicates, 0 relations, 3150 constraints
0.03/0.68	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.68	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.60/0.76	c 0	Parsing HOME/temp.csp
0.60/1.00	c 1	parsed 3601 expressions
0.91/1.01	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.91/1.01	c 1	Converting to clausal form CSP
0.91/1.03	c 1	converted 361 (10%) expressions
1.01/1.11	c 1	converted 721 (20%) expressions
1.10/1.21	c 1	converted 1081 (30%) expressions
1.10/1.23	c 1	converted 1441 (40%) expressions
1.10/1.25	c 1	converted 1801 (50%) expressions
1.10/1.26	c 1	converted 2161 (60%) expressions
1.10/1.27	c 1	converted 2521 (70%) expressions
1.10/1.28	c 1	converted 2881 (80%) expressions
1.10/1.29	c 1	converted 3241 (90%) expressions
1.19/1.30	c 1	converted 3601 (100%) expressions
1.19/1.30	c 1	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 854
1.19/1.30	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.19/1.30	c 1	Propagation in CSP
1.19/1.35	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.19/1.35	c 1	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 854
1.19/1.35	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.19/1.35	c 1	Simplifing CSP by introducing new Boolean variables
1.29/1.44	c 1	CSP : 225 integers, 6300 booleans, 9450 clauses, largest domain size 854
1.29/1.44	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.29/1.48	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.39/1.52	c 1	23 (10%) CSP integer variables are encoded (18409 clauses, 254017 bytes)
1.39/1.55	c 1	45 (20%) CSP integer variables are encoded (36038 clauses, 518452 bytes)
1.39/1.57	c 1	68 (30%) CSP integer variables are encoded (54433 clauses, 794377 bytes)
1.39/1.59	c 1	90 (40%) CSP integer variables are encoded (72013 clauses, 1058077 bytes)
1.49/1.61	c 1	113 (50%) CSP integer variables are encoded (90567 clauses, 1336387 bytes)
1.49/1.64	c 1	135 (60%) CSP integer variables are encoded (108192 clauses, 1617397 bytes)
1.49/1.66	c 1	158 (70%) CSP integer variables are encoded (126798 clauses, 1933699 bytes)
1.49/1.68	c 1	180 (80%) CSP integer variables are encoded (144569 clauses, 2235806 bytes)
1.58/1.71	c 1	203 (90%) CSP integer variables are encoded (163285 clauses, 2553978 bytes)
1.58/1.73	c 1	225 (100%) CSP integer variables are encoded (181158 clauses, 2857819 bytes)
2.48/2.67	c 2	945 (10%) CSP clauses are encoded (652185 clauses, 13252970 bytes)
3.47/3.60	c 3	1890 (20%) CSP clauses are encoded (1137164 clauses, 24551741 bytes)
4.37/4.53	c 4	2835 (30%) CSP clauses are encoded (1606639 clauses, 35505115 bytes)
5.28/5.46	c 5	3780 (40%) CSP clauses are encoded (2083196 clauses, 46633953 bytes)
6.25/6.41	c 6	4725 (50%) CSP clauses are encoded (2557191 clauses, 57709835 bytes)
7.14/7.35	c 7	5670 (60%) CSP clauses are encoded (3037620 clauses, 68981813 bytes)
8.04/8.29	c 8	6615 (70%) CSP clauses are encoded (3518865 clauses, 80372962 bytes)
9.03/9.25	c 9	7560 (80%) CSP clauses are encoded (3999078 clauses, 92366002 bytes)
10.02/10.20	c 10	8505 (90%) CSP clauses are encoded (4486247 clauses, 104532942 bytes)
10.92/11.15	c 11	9450 (100%) CSP clauses are encoded (4974156 clauses, 116718382 bytes)
10.92/11.15	c 11	9450 CSP clauses encoded
10.92/11.15	c 11	Writing map file : HOME/temp.map
10.92/11.16	c 11	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.92/11.16	c 11	SAT : 187683 SAT variables, 4974156 SAT clauses, 116718382 bytes
10.92/11.16	c 11	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.99/11.21	c 11	SOLVING HOME/temp.cnf
10.99/11.21	c 11	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.99/11.21	c 11	This is MiniSat 2.0 beta
10.99/11.21	c 11	WARNING: for repeatability, setting FPU to use double precision
10.99/11.21	c 11	============================[ Problem Statistics ]=============================
10.99/11.21	c 11	|                                                                             |
10.99/11.21	c 11	|  Number of variables:  187683                                               |
10.99/11.21	c 11	|  Number of clauses:    4974156                                              |
13.76/14.06	c 14	|  Parsing time:         2.47         s                                       |
13.86/14.19	c 14	============================[ Search Statistics ]==============================
13.86/14.19	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.86/14.19	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.86/14.19	c 14	===============================================================================
13.86/14.19	c 14	|         0 |  187683  4974156 14725560 |  1658052        0    nan |  0.000 % |
14.55/14.89	c 15	|       102 |  187683  4974156 14725560 |  1823857      102     34 |  0.000 % |
15.65/15.92	c 16	|       254 |  187683  4974156 14725560 |  2006242      254     35 |  0.000 % |
15.75/16.09	c 16	|       480 |  187683  4974156 14725560 |  2206867      480     25 |  0.000 % |
16.05/16.31	c 16	|       817 |  187683  4974156 14725560 |  2427553      817     18 |  0.000 % |
16.34/16.61	c 16	|      1323 |  187683  4974156 14725560 |  2670309     1323     15 |  0.000 % |
16.94/17.23	c 17	|      2084 |  187683  4974156 14725560 |  2937340     2084     14 |  0.000 % |
17.83/18.18	c 18	|      3223 |  187683  4974156 14725560 |  3231074     3223     14 |  0.000 % |
19.03/19.39	c 19	|      4932 |  187683  4974156 14725560 |  3554181     4932     13 |  0.000 % |
20.92/21.21	c 21	|      7494 |  187683  4974156 14725560 |  3909599     7494     14 |  0.000 % |
23.80/24.17	c 24	|     11338 |  187683  4974156 14725560 |  4300559    11338     14 |  0.000 % |
27.98/28.33	c 28	|     17104 |  187683  4974156 14725560 |  4730615    17104     15 |  0.000 % |
34.85/35.30	c 35	|     25753 |  187683  4974156 14725560 |  5203677    25753     16 |  0.000 % |
47.18/47.69	c 47	|     38728 |  187683  4974156 14725560 |  5724045    38728     16 |  0.000 % |
68.08/68.67	c 68	|     58189 |  187683  4974156 14725560 |  6296449    58189     16 |  0.000 % |
106.71/107.57	c 107	|     87382 |  187683  4974156 14725560 |  6926094    87382     16 |  0.000 % |
182.92/184.14	c 184	|    131171 |  187683  4974156 14725560 |  7618704   131171     17 |  0.000 % |
310.78/312.60	c 312	|    196857 |  187683  4974156 14725560 |  8380574   196857     17 |  0.000 % |
560.44/563.56	c 563	|    295383 |  187683  4974156 14725560 |  9218632   295383     17 |  0.000 % |
1064.35/1069.92	c 1070	|    443173 |  187683  4974156 14725560 | 10140495   443173     18 |  0.000 % |
1800.06/1807.32	c ERROR INTERRUPTED
1800.06/1807.36	s UNKNOWN
1800.06/1807.36	c 1807	CPU 10.03 (0.04 0 9.99 0.98)
1800.06/1807.36	c 1807	END Fri Jul  4 01:24:12 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-1060053-1215125645/watcher-1060053-1215125645 -o /tmp/evaluation-result-1060053-1215125645/solver-1060053-1215125645 -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-1060053-1215125645.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: 1.00 1.00 1.06 4/84 14981
/proc/meminfo: memFree=1314048/2055924 swapFree=4180432/4192956
[pid=14981] ppid=14979 vsize=18572 CPUtime=0
/proc/14981/stat : 14981 (runsolver) R 14979 14981 12892 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1991539743 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 268582841639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14981/statm: 4643 292 257 25 0 2626 0

[startup+0.0771729 s]
/proc/loadavg: 1.00 1.00 1.06 4/84 14981
/proc/meminfo: memFree=1314048/2055924 swapFree=4180432/4192956
[pid=14981] ppid=14979 vsize=13600 CPUtime=0.03
/proc/14981/stat : 14981 (sugar) S 14979 14981 12892 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991539743 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14981/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101739 s]
/proc/loadavg: 1.00 1.00 1.06 4/84 14981
/proc/meminfo: memFree=1314048/2055924 swapFree=4180432/4192956
[pid=14981] ppid=14979 vsize=13600 CPUtime=0.03
/proc/14981/stat : 14981 (sugar) S 14979 14981 12892 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991539743 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14981/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301779 s]
/proc/loadavg: 1.00 1.00 1.06 4/84 14981
/proc/meminfo: memFree=1314048/2055924 swapFree=4180432/4192956
[pid=14981] ppid=14979 vsize=13600 CPUtime=0.03
/proc/14981/stat : 14981 (sugar) S 14979 14981 12892 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991539743 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14981/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701859 s]
/proc/loadavg: 1.00 1.00 1.06 4/84 14981
/proc/meminfo: memFree=1314048/2055924 swapFree=4180432/4192956
[pid=14981] ppid=14979 vsize=13600 CPUtime=0.6
/proc/14981/stat : 14981 (sugar) S 14979 14981 12892 0 -1 4194304 956 6736 0 1 3 0 53 4 16 0 1 0 1991539743 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14981/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 13600

[startup+1.50302 s]
/proc/loadavg: 1.00 1.00 1.06 3/95 15003
/proc/meminfo: memFree=1304744/2055924 swapFree=4180432/4192956
[pid=14981] ppid=14979 vsize=13600 CPUtime=0.6
/proc/14981/stat : 14981 (sugar) S 14979 14981 12892 0 -1 4194304 974 6736 0 1 3 0 53 4 15 0 1 0 1991539743 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14981/statm: 3400 797 370 3 0 500 0
[pid=14994] ppid=14981 vsize=5356 CPUtime=0
/proc/14994/stat : 14994 (sh) S 14981 14981 12892 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991539811 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14994/statm: 1339 233 193 169 0 50 0
[pid=14995] ppid=14994 vsize=868496 CPUtime=0.79
/proc/14995/stat : 14995 (java) S 14994 14981 12892 0 -1 0 7431 0 1 0 75 4 0 0 18 0 9 0 1991539811 889339904 6655 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14995/statm: 217124 6655 2563 9 0 211671 0
[pid=14995/tid=14996] ppid=14994 vsize=868496 CPUtime=0.42
/proc/14995/task/14996/stat : 14996 (java) R 14994 14981 12892 0 -1 64 2717 0 1 0 41 1 0 0 18 0 9 0 1991539812 889339904 6655 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14995/tid=14997] ppid=14994 vsize=868496 CPUtime=0.13
/proc/14995/task/14997/stat : 14997 (java) S 14994 14981 12892 0 -1 64 2553 0 0 0 13 0 0 0 16 0 9 0 1991539813 889339904 6655 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14995/tid=14998] ppid=14994 vsize=868496 CPUtime=0
/proc/14995/task/14998/stat : 14998 (java) S 14994 14981 12892 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991539814 889339904 6655 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14995/tid=14999] ppid=14994 vsize=868496 CPUtime=0
/proc/14995/task/14999/stat : 14999 (java) S 14994 14981 12892 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1991539814 889339904 6655 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14995/tid=15000] ppid=14994 vsize=868496 CPUtime=0
/proc/14995/task/15000/stat : 15000 (java) S 14994 14981 12892 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1991539815 889339904 6655 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14995/tid=15001] ppid=14994 vsize=868496 CPUtime=0.2
/proc/14995/task/15001/stat : 15001 (java) R 14994 14981 12892 0 -1 64 1468 0 0 0 20 0 0 0 16 0 9 0 1991539815 889339904 6655 996147200 134512640 134550740 4294955952 18446744073709551615 101763377 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14995/tid=15002] ppid=14994 vsize=868496 CPUtime=0
/proc/14995/task/15002/stat : 15002 (java) S 14994 14981 12892 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991539816 889339904 6655 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14995/tid=15003] ppid=14994 vsize=868496 CPUtime=0
/proc/14995/task/15003/stat : 15003 (java) S 14994 14981 12892 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991539816 889339904 6655 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 887452

[startup+3.10133 s]
/proc/loadavg: 1.00 1.00 1.06 3/95 15003
/proc/meminfo: memFree=1288232/2055924 swapFree=4180432/4192956
[pid=14981] ppid=14979 vsize=13600 CPUtime=0.6
/proc/14981/stat : 14981 (sugar) S 14979 14981 12892 0 -1 4194304 974 6736 0 1 3 0 53 4 16 0 1 0 1991539743 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14981/statm: 3400 797 370 3 0 500 0
[pid=14994] ppid=14981 vsize=5356 CPUtime=0
/proc/14994/stat : 14994 (sh) S 14981 14981 12892 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991539811 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14994/statm: 1339 233 193 169 0 50 0
[pid=14995] ppid=14994 vsize=868496 CPUtime=2.38
/proc/14995/stat : 14995 (java) S 14994 14981 12892 0 -1 0 7938 0 1 0 221 17 0 0 18 0 9 0 1991539811 889339904 6674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14995/statm: 217124 6674 2564 9 0 211671 0
[pid=14995/tid=14996] ppid=14994 vsize=868496 CPUtime=1.87
/proc/14995/task/14996/stat : 14996 (java) R 14994 14981 12892 0 -1 64 3207 0 1 0 174 13 0 0 25 0 9 0 1991539812 889339904 6674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14995/tid=14997] ppid=14994 vsize=868496 CPUtime=0.25
/proc/14995/task/14997/stat : 14997 (java) S 14994 14981 12892 0 -1 64 2553 0 0 0 23 2 0 0 16 0 9 0 1991539813 889339904 6674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14995/tid=14998] ppid=14994 vsize=868496 CPUtime=0
/proc/14995/task/14998/stat : 14998 (java) S 14994 14981 12892 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991539814 889339904 6674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14995/tid=14999] ppid=14994 vsize=868496 CPUtime=0
/proc/14995/task/14999/stat : 14999 (java) S 14994 14981 12892 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1991539814 889339904 6674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14995/tid=15000] ppid=14994 vsize=868496 CPUtime=0
/proc/14995/task/15000/stat : 15000 (java) S 14994 14981 12892 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1991539815 889339904 6674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14995/tid=15001] ppid=14994 vsize=868496 CPUtime=0.22
/proc/14995/task/15001/stat : 15001 (java) S 14994 14981 12892 0 -1 64 1485 0 0 0 22 0 0 0 16 0 9 0 1991539815 889339904 6674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14995/tid=15002] ppid=14994 vsize=868496 CPUtime=0
/proc/14995/task/15002/stat : 15002 (java) S 14994 14981 12892 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991539816 889339904 6674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14995/tid=15003] ppid=14994 vsize=868496 CPUtime=0
/proc/14995/task/15003/stat : 15003 (java) S 14994 14981 12892 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991539816 889339904 6674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887452

[startup+6.30296 s]
/proc/loadavg: 1.16 1.03 1.07 3/95 15003
/proc/meminfo: memFree=1248744/2055924 swapFree=4180432/4192956
[pid=14981] ppid=14979 vsize=13600 CPUtime=0.6
/proc/14981/stat : 14981 (sugar) S 14979 14981 12892 0 -1 4194304 974 6736 0 1 3 0 53 4 16 0 1 0 1991539743 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14981/statm: 3400 797 370 3 0 500 0
[pid=14994] ppid=14981 vsize=5356 CPUtime=0
/proc/14994/stat : 14994 (sh) S 14981 14981 12892 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991539811 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14994/statm: 1339 233 193 169 0 50 0
[pid=14995] ppid=14994 vsize=868496 CPUtime=5.57
/proc/14995/stat : 14995 (java) S 14994 14981 12892 0 -1 0 8935 0 1 0 510 47 0 0 18 0 9 0 1991539811 889339904 6677 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14995/statm: 217124 6677 2564 9 0 211671 0
[pid=14995/tid=14996] ppid=14994 vsize=868496 CPUtime=4.8
/proc/14995/task/14996/stat : 14996 (java) R 14994 14981 12892 0 -1 64 4201 0 1 0 444 36 0 0 25 0 9 0 1991539812 889339904 6677 996147200 134512640 134550740 4294955952 18446744073709551615 4126581552 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14995/tid=14997] ppid=14994 vsize=868496 CPUtime=0.51
/proc/14995/task/14997/stat : 14997 (java) S 14994 14981 12892 0 -1 64 2553 0 0 0 42 9 0 0 16 0 9 0 1991539813 889339904 6677 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14995/tid=14998] ppid=14994 vsize=868496 CPUtime=0
/proc/14995/task/14998/stat : 14998 (java) S 14994 14981 12892 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991539814 889339904 6677 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14995/tid=14999] ppid=14994 vsize=868496 CPUtime=0
/proc/14995/task/14999/stat : 14999 (java) S 14994 14981 12892 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1991539814 889339904 6677 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14995/tid=15000] ppid=14994 vsize=868496 CPUtime=0
/proc/14995/task/15000/stat : 15000 (java) S 14994 14981 12892 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1991539815 889339904 6677 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14995/tid=15001] ppid=14994 vsize=868496 CPUtime=0.23
/proc/14995/task/15001/stat : 15001 (java) S 14994 14981 12892 0 -1 64 1488 0 0 0 23 0 0 0 17 0 9 0 1991539815 889339904 6677 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14995/tid=15002] ppid=14994 vsize=868496 CPUtime=0
/proc/14995/task/15002/stat : 15002 (java) S 14994 14981 12892 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991539816 889339904 6677 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14995/tid=15003] ppid=14994 vsize=868496 CPUtime=0
/proc/14995/task/15003/stat : 15003 (java) S 14994 14981 12892 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991539816 889339904 6677 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887452

[startup+12.7012 s]
/proc/loadavg: 1.23 1.05 1.07 3/87 15005
/proc/meminfo: memFree=1129512/2055924 swapFree=4180432/4192956
[pid=14981] ppid=14979 vsize=13600 CPUtime=11.01
/proc/14981/stat : 14981 (sugar) S 14979 14981 12892 0 -1 4194304 1033 17507 0 2 4 0 999 98 16 0 1 0 1991539743 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14981/statm: 3400 799 370 3 0 500 0
[pid=15004] ppid=14981 vsize=5356 CPUtime=0
/proc/15004/stat : 15004 (sh) S 14981 14981 12892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991540864 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15004/statm: 1339 232 193 169 0 50 0
[pid=15005] ppid=15004 vsize=119544 CPUtime=1.45
/proc/15005/stat : 15005 (minisat) R 15004 14981 12892 0 -1 4194304 28387 0 0 0 129 16 0 0 25 0 1 0 1991540864 122413056 28373 996147200 134512640 135127466 4294956272 18446744073709551615 134514051 0 0 4096 3 0 0 0 17 1 0 0
/proc/15005/statm: 29886 28373 62 150 0 29733 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 138500

[startup+25.5017 s]
/proc/loadavg: 1.40 1.09 1.09 3/87 15005
/proc/meminfo: memFree=962280/2055924 swapFree=4180432/4192956
[pid=14981] ppid=14979 vsize=13600 CPUtime=11.01
/proc/14981/stat : 14981 (sugar) S 14979 14981 12892 0 -1 4194304 1033 17507 0 2 4 0 999 98 16 0 1 0 1991539743 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14981/statm: 3400 799 370 3 0 500 0
[pid=15004] ppid=14981 vsize=5356 CPUtime=0
/proc/15004/stat : 15004 (sh) S 14981 14981 12892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991540864 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15004/statm: 1339 232 193 169 0 50 0
[pid=15005] ppid=15004 vsize=237908 CPUtime=14.18
/proc/15005/stat : 15005 (minisat) R 15004 14981 12892 0 -1 4194304 58606 0 0 0 1383 35 0 0 25 0 1 0 1991540864 243617792 58592 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/15005/statm: 59477 58592 76 150 0 59324 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 256864

[startup+51.1018 s]
/proc/loadavg: 1.60 1.17 1.11 3/87 15005
/proc/meminfo: memFree=957800/2055924 swapFree=4180432/4192956
[pid=14981] ppid=14979 vsize=13600 CPUtime=11.01
/proc/14981/stat : 14981 (sugar) S 14979 14981 12892 0 -1 4194304 1033 17507 0 2 4 0 999 98 16 0 1 0 1991539743 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14981/statm: 3400 799 370 3 0 500 0
[pid=15004] ppid=14981 vsize=5356 CPUtime=0
/proc/15004/stat : 15004 (sh) S 14981 14981 12892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991540864 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15004/statm: 1339 232 193 169 0 50 0
[pid=15005] ppid=15004 vsize=242516 CPUtime=39.66
/proc/15005/stat : 15005 (minisat) R 15004 14981 12892 0 -1 4194304 59740 0 0 0 3930 36 0 0 25 0 1 0 1991540864 248336384 59726 996147200 134512640 135127466 4294956272 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/15005/statm: 60629 59726 76 150 0 60476 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 261472

[startup+102.307 s]
/proc/loadavg: 1.83 1.29 1.15 3/87 15005
/proc/meminfo: memFree=953704/2055924 swapFree=4180432/4192956
[pid=14981] ppid=14979 vsize=13600 CPUtime=11.01
/proc/14981/stat : 14981 (sugar) S 14979 14981 12892 0 -1 4194304 1033 17507 0 2 4 0 999 98 16 0 1 0 1991539743 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14981/statm: 3400 799 370 3 0 500 0

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

/proc/meminfo: memFree=906856/2055924 swapFree=4180432/4192956
[pid=14981] ppid=14979 vsize=13600 CPUtime=11.01
/proc/14981/stat : 14981 (sugar) S 14979 14981 12892 0 -1 4194304 1033 17507 0 2 4 0 999 98 16 0 1 0 1991539743 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14981/statm: 3400 799 370 3 0 500 0
[pid=15004] ppid=14981 vsize=5356 CPUtime=0
/proc/15004/stat : 15004 (sh) S 14981 14981 12892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991540864 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15004/statm: 1339 232 193 169 0 50 0
[pid=15005] ppid=15004 vsize=294120 CPUtime=1344.3
/proc/15005/stat : 15005 (minisat) R 15004 14981 12892 0 -1 4194304 72236 0 0 0 134379 51 0 0 25 0 1 0 1991540864 301178880 72222 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/15005/statm: 73530 72222 76 150 0 73377 0
Current children cumulated CPU time (s) 1355.31
Current children cumulated vsize (KiB) 313076

[startup+1422.31 s]
/proc/loadavg: 1.96 1.96 1.75 3/75 15040
/proc/meminfo: memFree=959368/2055924 swapFree=4180432/4192956
[pid=14981] ppid=14979 vsize=13600 CPUtime=11.01
/proc/14981/stat : 14981 (sugar) S 14979 14981 12892 0 -1 4194304 1033 17507 0 2 4 0 999 98 16 0 1 0 1991539743 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14981/statm: 3400 799 370 3 0 500 0
[pid=15004] ppid=14981 vsize=5356 CPUtime=0
/proc/15004/stat : 15004 (sh) S 14981 14981 12892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991540864 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15004/statm: 1339 232 193 169 0 50 0
[pid=15005] ppid=15004 vsize=295368 CPUtime=1404.22
/proc/15005/stat : 15005 (minisat) R 15004 14981 12892 0 -1 4194304 72585 0 0 0 140370 52 0 0 25 0 1 0 1991540864 302456832 72571 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15005/statm: 73842 72571 76 150 0 73689 0
Current children cumulated CPU time (s) 1415.23
Current children cumulated vsize (KiB) 314324

[startup+1482.3 s]
/proc/loadavg: 1.98 1.96 1.76 3/75 15040
/proc/meminfo: memFree=957832/2055924 swapFree=4180432/4192956
[pid=14981] ppid=14979 vsize=13600 CPUtime=11.01
/proc/14981/stat : 14981 (sugar) S 14979 14981 12892 0 -1 4194304 1033 17507 0 2 4 0 999 98 16 0 1 0 1991539743 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14981/statm: 3400 799 370 3 0 500 0
[pid=15004] ppid=14981 vsize=5356 CPUtime=0
/proc/15004/stat : 15004 (sh) S 14981 14981 12892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991540864 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15004/statm: 1339 232 193 169 0 50 0
[pid=15005] ppid=15004 vsize=296724 CPUtime=1464.19
/proc/15005/stat : 15005 (minisat) R 15004 14981 12892 0 -1 4194304 72926 0 0 0 146367 52 0 0 25 0 1 0 1991540864 303845376 72912 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15005/statm: 74181 72912 76 150 0 74028 0
Current children cumulated CPU time (s) 1475.2
Current children cumulated vsize (KiB) 315680

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.78 3/75 15040
/proc/meminfo: memFree=956616/2055924 swapFree=4180432/4192956
[pid=14981] ppid=14979 vsize=13600 CPUtime=11.01
/proc/14981/stat : 14981 (sugar) S 14979 14981 12892 0 -1 4194304 1033 17507 0 2 4 0 999 98 16 0 1 0 1991539743 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14981/statm: 3400 799 370 3 0 500 0
[pid=15004] ppid=14981 vsize=5356 CPUtime=0
/proc/15004/stat : 15004 (sh) S 14981 14981 12892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991540864 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15004/statm: 1339 232 193 169 0 50 0
[pid=15005] ppid=15004 vsize=297924 CPUtime=1524.16
/proc/15005/stat : 15005 (minisat) R 15004 14981 12892 0 -1 4194304 73228 0 0 0 152363 53 0 0 25 0 1 0 1991540864 305074176 73214 996147200 134512640 135127466 4294956272 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/15005/statm: 74481 73214 76 150 0 74328 0
Current children cumulated CPU time (s) 1535.17
Current children cumulated vsize (KiB) 316880

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.79 3/75 15040
/proc/meminfo: memFree=955400/2055924 swapFree=4180432/4192956
[pid=14981] ppid=14979 vsize=13600 CPUtime=11.01
/proc/14981/stat : 14981 (sugar) S 14979 14981 12892 0 -1 4194304 1033 17507 0 2 4 0 999 98 16 0 1 0 1991539743 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14981/statm: 3400 799 370 3 0 500 0
[pid=15004] ppid=14981 vsize=5356 CPUtime=0
/proc/15004/stat : 15004 (sh) S 14981 14981 12892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991540864 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15004/statm: 1339 232 193 169 0 50 0
[pid=15005] ppid=15004 vsize=299136 CPUtime=1584.14
/proc/15005/stat : 15005 (minisat) R 15004 14981 12892 0 -1 4194304 73538 0 0 0 158360 54 0 0 25 0 1 0 1991540864 306315264 73524 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15005/statm: 74784 73524 76 150 0 74631 0
Current children cumulated CPU time (s) 1595.15
Current children cumulated vsize (KiB) 318092

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.80 3/75 15040
/proc/meminfo: memFree=953992/2055924 swapFree=4180432/4192956
[pid=14981] ppid=14979 vsize=13600 CPUtime=11.01
/proc/14981/stat : 14981 (sugar) S 14979 14981 12892 0 -1 4194304 1033 17507 0 2 4 0 999 98 16 0 1 0 1991539743 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14981/statm: 3400 799 370 3 0 500 0
[pid=15004] ppid=14981 vsize=5356 CPUtime=0
/proc/15004/stat : 15004 (sh) S 14981 14981 12892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991540864 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15004/statm: 1339 232 193 169 0 50 0
[pid=15005] ppid=15004 vsize=300484 CPUtime=1644.11
/proc/15005/stat : 15005 (minisat) R 15004 14981 12892 0 -1 4194304 73889 0 0 0 164357 54 0 0 25 0 1 0 1991540864 307695616 73875 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/15005/statm: 75121 73875 76 150 0 74968 0
Current children cumulated CPU time (s) 1655.12
Current children cumulated vsize (KiB) 319440

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.81 3/75 15040
/proc/meminfo: memFree=952776/2055924 swapFree=4180432/4192956
[pid=14981] ppid=14979 vsize=13600 CPUtime=11.01
/proc/14981/stat : 14981 (sugar) S 14979 14981 12892 0 -1 4194304 1033 17507 0 2 4 0 999 98 16 0 1 0 1991539743 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14981/statm: 3400 799 370 3 0 500 0
[pid=15004] ppid=14981 vsize=5356 CPUtime=0
/proc/15004/stat : 15004 (sh) S 14981 14981 12892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991540864 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15004/statm: 1339 232 193 169 0 50 0
[pid=15005] ppid=15004 vsize=301792 CPUtime=1704.08
/proc/15005/stat : 15005 (minisat) R 15004 14981 12892 0 -1 4194304 74194 0 0 0 170354 54 0 0 25 0 1 0 1991540864 309035008 74180 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15005/statm: 75448 74180 76 150 0 75295 0
Current children cumulated CPU time (s) 1715.09
Current children cumulated vsize (KiB) 320748

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.82 3/75 15040
/proc/meminfo: memFree=951496/2055924 swapFree=4180432/4192956
[pid=14981] ppid=14979 vsize=13600 CPUtime=11.01
/proc/14981/stat : 14981 (sugar) S 14979 14981 12892 0 -1 4194304 1033 17507 0 2 4 0 999 98 16 0 1 0 1991539743 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14981/statm: 3400 799 370 3 0 500 0
[pid=15004] ppid=14981 vsize=5356 CPUtime=0
/proc/15004/stat : 15004 (sh) S 14981 14981 12892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991540864 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15004/statm: 1339 232 193 169 0 50 0
[pid=15005] ppid=15004 vsize=302932 CPUtime=1764.05
/proc/15005/stat : 15005 (minisat) R 15004 14981 12892 0 -1 4194304 74483 0 0 0 176351 54 0 0 25 0 1 0 1991540864 310202368 74469 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15005/statm: 75733 74469 76 150 0 75580 0
Current children cumulated CPU time (s) 1775.06
Current children cumulated vsize (KiB) 321888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.31 s]
/proc/loadavg: 1.99 1.97 1.82 3/75 15040
/proc/meminfo: memFree=951048/2055924 swapFree=4180432/4192956
[pid=14981] ppid=14979 vsize=13600 CPUtime=11.01
/proc/14981/stat : 14981 (sugar) S 14979 14981 12892 0 -1 4194304 1033 17507 0 2 4 0 999 98 16 0 1 0 1991539743 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14981/statm: 3400 799 370 3 0 500 0
[pid=15004] ppid=14981 vsize=5356 CPUtime=0
/proc/15004/stat : 15004 (sh) S 14981 14981 12892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991540864 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15004/statm: 1339 232 193 169 0 50 0
[pid=15005] ppid=15004 vsize=303328 CPUtime=1789.05
/proc/15005/stat : 15005 (minisat) R 15004 14981 12892 0 -1 4194304 74594 0 0 0 178851 54 0 0 25 0 1 0 1991540864 310607872 74580 996147200 134512640 135127466 4294956272 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/15005/statm: 75832 74580 76 150 0 75679 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 322284

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

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

[startup+1807.31 s]
/proc/loadavg: 1.99 1.97 1.82 3/75 15040
/proc/meminfo: memFree=951048/2055924 swapFree=4180432/4192956
[pid=14981] ppid=14979 vsize=13600 CPUtime=11.01
/proc/14981/stat : 14981 (sugar) S 14979 14981 12892 0 -1 4194304 1033 17507 0 2 4 0 999 98 16 0 1 0 1991539743 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14981/statm: 3400 799 370 3 0 500 0
[pid=15004] ppid=14981 vsize=5356 CPUtime=0
/proc/15004/stat : 15004 (sh) S 14981 14981 12892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991540864 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15004/statm: 1339 232 193 169 0 50 0
[pid=15005] ppid=15004 vsize=303328 CPUtime=1789.05
/proc/15005/stat : 15005 (minisat) R 15004 14981 12892 0 -1 4194304 74594 0 0 0 178851 54 0 0 25 0 1 0 1991540864 310607872 74580 996147200 134512640 135127466 4294956272 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/15005/statm: 75832 74580 76 150 0 75679 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 322284

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14981 and gives
#  childrusage.ru_utime.tv_sec=10
#  childrusage.ru_utime.tv_usec=38473
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=53839
# CPU time returned by wait4() is 11.0923
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.41
CPU time (s): 1800.06
CPU user time (s): 1798.54
CPU system time (s): 1.52
CPU usage (%): 99.5931
Max. virtual memory (cumulated for all children) (KiB): 887452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.0385
system time used= 1.05384
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18884
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= 23552
involuntary context switches= 23475

runsolver used 2.28065 second user time and 5.56115 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-04 00:54:05
IDJOB=1060053
IDBENCH=54402
IDSOLVER=346
FILE ID=node6/1060053-1215125645
PBS_JOBID= 7877191
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/os-taillard-15/normalized-os-taillard-15-95-2.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-1060053-1215125645/watcher-1060053-1215125645 -o /tmp/evaluation-result-1060053-1215125645/solver-1060053-1215125645 -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-1060053-1215125645.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8376fcfcac18b60a71faf845a033c81e
RANDOM SEED=753823859

node6.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.265
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.265
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:      2055924 kB
MemFree:       1314528 kB
Buffers:         62368 kB
Cached:         570536 kB
SwapCached:       6636 kB
Active:         426388 kB
Inactive:       247680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1314528 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            1804 kB
Writeback:           0 kB
Mapped:          58388 kB
Slab:            52324 kB
Committed_AS:  3327888 kB
PageTables:       2108 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= 66544 MiB
End job on node6 at 2008-07-04 01:24:14