Trace number 1064526

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.1 1814.19

General information on the benchmark

Namecsp/tdsp/
normalized-C5-1-90.xml
MD5SUM201be1397216eda1a01a388a4af9416b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables221
Number of constraints2774
Maximum constraint arity6
Maximum domain size91
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2774
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 05:30:07 2008
0.00/0.05	c 0	PID 7916
0.00/0.05	c 0	HOST node17.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1064526-1215142207.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-1064526-1215142207.xml' 'HOME/temp.csp'
0.04/0.56	c 1	5 domains, 221 variables, 2 predicates, 0 relations, 2774 constraints
0.04/0.58	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.58	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.52/0.66	c 1	Parsing HOME/temp.csp
0.52/1.02	c 1	parsed 3002 expressions
0.52/1.03	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.52/1.03	c 1	Converting to clausal form CSP
1.02/1.19	c 1	converted 301 (10%) expressions
1.12/1.27	c 1	converted 601 (20%) expressions
1.12/1.30	c 1	converted 901 (30%) expressions
1.21/1.32	c 2	converted 1201 (40%) expressions
1.21/1.35	c 2	converted 1501 (50%) expressions
1.21/1.38	c 2	converted 1802 (60%) expressions
1.31/1.40	c 2	converted 2102 (70%) expressions
1.31/1.47	c 2	converted 2402 (80%) expressions
1.31/1.49	c 2	converted 2702 (90%) expressions
1.41/1.51	c 2	converted 3002 (100%) expressions
1.41/1.51	c 2	CSP : 363 integers, 0 booleans, 3050 clauses, largest domain size 91
1.41/1.51	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.51	c 2	Propagation in CSP
1.41/1.56	c 2	778 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.41/1.56	c 2	CSP : 363 integers, 0 booleans, 3050 clauses, largest domain size 90
1.41/1.56	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.56	c 2	Simplifing CSP by introducing new Boolean variables
1.51/1.68	c 2	CSP : 363 integers, 10512 booleans, 13562 clauses, largest domain size 90
1.51/1.68	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.60/1.74	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.60/1.76	c 2	37 (10%) CSP integer variables are encoded (1592 clauses, 18593 bytes)
1.60/1.77	c 2	73 (20%) CSP integer variables are encoded (3240 clauses, 40017 bytes)
1.60/1.77	c 2	109 (30%) CSP integer variables are encoded (4894 clauses, 61519 bytes)
1.60/1.77	c 2	146 (40%) CSP integer variables are encoded (6510 clauses, 82527 bytes)
1.60/1.78	c 2	182 (50%) CSP integer variables are encoded (8194 clauses, 104419 bytes)
1.60/1.78	c 2	218 (60%) CSP integer variables are encoded (9882 clauses, 126556 bytes)
1.60/1.78	c 2	255 (70%) CSP integer variables are encoded (10256 clauses, 132166 bytes)
1.60/1.78	c 2	291 (80%) CSP integer variables are encoded (10397 clauses, 134281 bytes)
1.60/1.78	c 2	327 (90%) CSP integer variables are encoded (10636 clauses, 137866 bytes)
1.60/1.78	c 2	363 (100%) CSP integer variables are encoded (10786 clauses, 140116 bytes)
2.89/3.06	c 3	1357 (10%) CSP clauses are encoded (538099 clauses, 12658925 bytes)
3.78/3.90	c 4	2713 (20%) CSP clauses are encoded (904675 clauses, 21346215 bytes)
5.06/5.27	c 5	4069 (30%) CSP clauses are encoded (1487561 clauses, 35898262 bytes)
6.41/6.70	c 7	5425 (40%) CSP clauses are encoded (2081490 clauses, 50813881 bytes)
7.29/7.56	c 8	6781 (50%) CSP clauses are encoded (2455383 clauses, 60049509 bytes)
8.28/8.59	c 9	8138 (60%) CSP clauses are encoded (2905750 clauses, 71249955 bytes)
9.38/9.66	c 10	9494 (70%) CSP clauses are encoded (3373939 clauses, 82926058 bytes)
10.34/10.63	c 11	10850 (80%) CSP clauses are encoded (3777763 clauses, 92938610 bytes)
11.23/11.59	c 12	12206 (90%) CSP clauses are encoded (4188864 clauses, 103149453 bytes)
12.21/12.54	c 13	13562 (100%) CSP clauses are encoded (4600324 clauses, 113385013 bytes)
12.21/12.54	c 13	13562 CSP clauses encoded
12.21/12.54	c 13	Writing map file : HOME/temp.map
12.21/12.55	c 13	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.21/12.55	c 13	SAT : 21655 SAT variables, 4600324 SAT clauses, 113385013 bytes
12.21/12.55	c 13	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.21/12.58	c 13	SOLVING HOME/temp.cnf
12.21/12.58	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
12.21/12.58	c 13	This is MiniSat 2.0 beta
12.21/12.58	c 13	WARNING: for repeatability, setting FPU to use double precision
12.21/12.58	c 13	============================[ Problem Statistics ]=============================
12.21/12.58	c 13	|                                                                             |
12.21/12.59	c 13	|  Number of variables:  21655                                                |
12.21/12.59	c 13	|  Number of clauses:    4600324                                              |
14.96/15.39	c 16	|  Parsing time:         2.36         s                                       |
15.16/15.54	c 16	============================[ Search Statistics ]==============================
15.16/15.54	c 16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
15.16/15.54	c 16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
15.16/15.54	c 16	===============================================================================
15.16/15.54	c 16	|         0 |   21655  4600324 17529648 |  1533441        0    nan |  0.000 % |
15.95/16.36	c 17	|       100 |   21655  4600324 17529648 |  1686785      100     27 |  0.000 % |
16.64/17.00	c 17	|       250 |   21655  4600324 17529648 |  1855464      250     23 |  0.000 % |
17.24/17.63	c 18	|       475 |   21655  4600324 17529648 |  2041010      475     21 |  0.000 % |
18.13/18.57	c 19	|       812 |   21655  4600324 17529648 |  2245111      812     20 |  0.000 % |
19.52/19.92	c 20	|      1318 |   21655  4600324 17529648 |  2469622     1318     20 |  0.000 % |
21.30/21.77	c 22	|      2078 |   21655  4600324 17529648 |  2716584     2078     20 |  0.000 % |
24.27/24.70	c 25	|      3217 |   21655  4600324 17529648 |  2988243     3217     21 |  0.000 % |
28.03/28.59	c 29	|      4927 |   21655  4600324 17529648 |  3287067     4927     23 |  0.000 % |
33.08/33.68	c 34	|      7492 |   21655  4600324 17529648 |  3615774     7492     25 |  0.000 % |
39.62/40.28	c 40	|     11336 |   21655  4600324 17529648 |  3977351    11336     32 |  0.000 % |
49.42/50.17	c 50	|     17102 |   21655  4600324 17529648 |  4375087    17102     35 |  0.000 % |
63.28/64.17	c 64	|     25751 |   21655  4600324 17529648 |  4812595    25751     41 |  0.000 % |
89.15/90.25	c 90	|     38728 |   21655  4600324 17529648 |  5293855    38728     95 |  0.000 % |
123.82/125.20	c 125	|     58189 |   21655  4600324 17529648 |  5823240    58189     85 |  0.000 % |
173.84/175.76	c 176	|     87381 |   21655  4600324 17529648 |  6405565    87381     81 |  0.000 % |
242.42/245.06	c 245	|    131172 |   21655  4600324 17529648 |  7046121   131172     89 |  0.000 % |
380.52/384.49	c 385	|    196856 |   21655  4600324 17529648 |  7750733   196856    110 |  0.000 % |
656.51/663.07	c 663	|    295382 |   21655  4600324 17529648 |  8525807   295382    150 |  0.000 % |
1078.73/1089.30	c 1089	|    443171 |   21655  4600324 17529648 |  9378387   443171    177 |  0.000 % |
1800.00/1814.02	c ERROR INTERRUPTED
1800.10/1814.14	s UNKNOWN
1800.10/1814.14	c 1814	CPU 11.26 (0.03 0.01 11.23 1.02)
1800.10/1814.14	c 1814	END Fri Jul  4 06:00:21 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064526-1215142207/watcher-1064526-1215142207 -o /tmp/evaluation-result-1064526-1215142207/solver-1064526-1215142207 -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-1064526-1215142207.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.93 2.03 2.00 4/80 7916
/proc/meminfo: memFree=1572096/2055920 swapFree=4179840/4192956
[pid=7916] ppid=7914 vsize=12000 CPUtime=0
/proc/7916/stat : 7916 (sugar) R 7914 7916 7879 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 635410000 12288000 170 996147200 4194304 4206940 548682068608 18446744073709551615 245500488208 0 0 4224 0 0 0 0 17 1 0 0
/proc/7916/statm: 3000 170 131 3 0 100 0

[startup+0.100675 s]
/proc/loadavg: 1.93 2.03 2.00 4/80 7916
/proc/meminfo: memFree=1572096/2055920 swapFree=4179840/4192956
[pid=7916] ppid=7914 vsize=13600 CPUtime=0.04
/proc/7916/stat : 7916 (sugar) S 7914 7916 7879 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 635410000 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7916/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.202682 s]
/proc/loadavg: 1.93 2.03 2.00 4/80 7916
/proc/meminfo: memFree=1572096/2055920 swapFree=4179840/4192956
[pid=7916] ppid=7914 vsize=13600 CPUtime=0.04
/proc/7916/stat : 7916 (sugar) S 7914 7916 7879 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 635410000 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7916/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302693 s]
/proc/loadavg: 1.93 2.03 2.00 4/80 7916
/proc/meminfo: memFree=1572096/2055920 swapFree=4179840/4192956
[pid=7916] ppid=7914 vsize=13600 CPUtime=0.04
/proc/7916/stat : 7916 (sugar) S 7914 7916 7879 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 635410000 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7916/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702732 s]
/proc/loadavg: 1.93 2.03 2.00 4/80 7916
/proc/meminfo: memFree=1572096/2055920 swapFree=4179840/4192956
[pid=7916] ppid=7914 vsize=13600 CPUtime=0.52
/proc/7916/stat : 7916 (sugar) S 7914 7916 7879 0 -1 4194304 973 5443 0 1 3 1 44 4 16 0 1 0 635410000 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7916/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 13600

[startup+1.50281 s]
/proc/loadavg: 1.93 2.03 2.00 4/91 7938
/proc/meminfo: memFree=1562024/2055920 swapFree=4179840/4192956
[pid=7916] ppid=7914 vsize=13600 CPUtime=0.52
/proc/7916/stat : 7916 (sugar) S 7914 7916 7879 0 -1 4194304 973 5443 0 1 3 1 44 4 15 0 1 0 635410000 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7916/statm: 3400 797 370 3 0 500 0
[pid=7929] ppid=7916 vsize=5356 CPUtime=0
/proc/7929/stat : 7929 (sh) S 7916 7916 7879 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635410058 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7929/statm: 1339 233 193 169 0 50 0
[pid=7930] ppid=7929 vsize=868260 CPUtime=0.89
/proc/7930/stat : 7930 (java) S 7929 7916 7879 0 -1 0 7200 0 1 0 85 4 0 0 18 0 9 0 635410058 889098240 6408 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7930/statm: 217065 6408 2540 9 0 211640 0
[pid=7930/tid=7931] ppid=7929 vsize=868260 CPUtime=0.58
/proc/7930/task/7931/stat : 7931 (java) R 7929 7916 7879 0 -1 64 2674 0 1 0 57 1 0 0 19 0 9 0 635410059 889098240 6408 996147200 134512640 134550740 4294955952 18446744073709551615 4126606157 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7930/tid=7932] ppid=7929 vsize=868260 CPUtime=0.11
/proc/7930/task/7932/stat : 7932 (java) S 7929 7916 7879 0 -1 64 2369 0 0 0 10 1 0 0 16 0 9 0 635410060 889098240 6408 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7930/tid=7933] ppid=7929 vsize=868260 CPUtime=0
/proc/7930/task/7933/stat : 7933 (java) S 7929 7916 7879 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635410061 889098240 6408 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7930/tid=7934] ppid=7929 vsize=868260 CPUtime=0
/proc/7930/task/7934/stat : 7934 (java) S 7929 7916 7879 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 635410061 889098240 6408 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7930/tid=7935] ppid=7929 vsize=868260 CPUtime=0
/proc/7930/task/7935/stat : 7935 (java) S 7929 7916 7879 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 635410063 889098240 6408 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7930/tid=7936] ppid=7929 vsize=868260 CPUtime=0.17
/proc/7930/task/7936/stat : 7936 (java) S 7929 7916 7879 0 -1 64 1464 0 0 0 17 0 0 0 16 0 9 0 635410063 889098240 6408 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7930/tid=7937] ppid=7929 vsize=868260 CPUtime=0
/proc/7930/task/7937/stat : 7937 (java) S 7929 7916 7879 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 635410063 889098240 6408 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7930/tid=7938] ppid=7929 vsize=868260 CPUtime=0
/proc/7930/task/7938/stat : 7938 (java) S 7929 7916 7879 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 635410063 889098240 6408 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887216

[startup+3.10198 s]
/proc/loadavg: 1.93 2.02 2.00 3/91 7938
/proc/meminfo: memFree=1546216/2055920 swapFree=4179840/4192956
[pid=7916] ppid=7914 vsize=13600 CPUtime=0.52
/proc/7916/stat : 7916 (sugar) S 7914 7916 7879 0 -1 4194304 974 5443 0 1 3 1 44 4 16 0 1 0 635410000 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7916/statm: 3400 797 370 3 0 500 0
[pid=7929] ppid=7916 vsize=5356 CPUtime=0
/proc/7929/stat : 7929 (sh) S 7916 7916 7879 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635410058 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7929/statm: 1339 233 193 169 0 50 0
[pid=7930] ppid=7929 vsize=868488 CPUtime=2.47
/proc/7930/stat : 7930 (java) S 7929 7916 7879 0 -1 0 8570 0 1 0 232 15 0 0 18 0 9 0 635410058 889331712 7373 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7930/statm: 217122 7373 2564 9 0 211669 0
[pid=7930/tid=7931] ppid=7929 vsize=868488 CPUtime=1.87
/proc/7930/task/7931/stat : 7931 (java) R 7929 7916 7879 0 -1 64 3107 0 1 0 177 10 0 0 25 0 9 0 635410059 889331712 7373 996147200 134512640 134550740 4294955952 18446744073709551615 4126956084 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7930/tid=7932] ppid=7929 vsize=868488 CPUtime=0.34
/proc/7930/task/7932/stat : 7932 (java) S 7929 7916 7879 0 -1 64 3271 0 0 0 31 3 0 0 16 0 9 0 635410060 889331712 7373 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7930/tid=7933] ppid=7929 vsize=868488 CPUtime=0
/proc/7930/task/7933/stat : 7933 (java) S 7929 7916 7879 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635410061 889331712 7373 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7930/tid=7934] ppid=7929 vsize=868488 CPUtime=0
/proc/7930/task/7934/stat : 7934 (java) S 7929 7916 7879 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 635410061 889331712 7373 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7930/tid=7935] ppid=7929 vsize=868488 CPUtime=0
/proc/7930/task/7935/stat : 7935 (java) S 7929 7916 7879 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 635410063 889331712 7373 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7930/tid=7936] ppid=7929 vsize=868488 CPUtime=0.23
/proc/7930/task/7936/stat : 7936 (java) S 7929 7916 7879 0 -1 64 1499 0 0 0 23 0 0 0 16 0 9 0 635410063 889331712 7373 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7930/tid=7937] ppid=7929 vsize=868488 CPUtime=0
/proc/7930/task/7937/stat : 7937 (java) S 7929 7916 7879 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 635410063 889331712 7373 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7930/tid=7938] ppid=7929 vsize=868488 CPUtime=0
/proc/7930/task/7938/stat : 7938 (java) S 7929 7916 7879 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 635410063 889331712 7373 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887444

[startup+6.30231 s]
/proc/loadavg: 1.93 2.02 2.00 3/91 7938
/proc/meminfo: memFree=1510440/2055920 swapFree=4179840/4192956
[pid=7916] ppid=7914 vsize=13600 CPUtime=0.52
/proc/7916/stat : 7916 (sugar) S 7914 7916 7879 0 -1 4194304 974 5443 0 1 3 1 44 4 16 0 1 0 635410000 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7916/statm: 3400 797 370 3 0 500 0
[pid=7929] ppid=7916 vsize=5356 CPUtime=0
/proc/7929/stat : 7929 (sh) S 7916 7916 7879 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635410058 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7929/statm: 1339 233 193 169 0 50 0
[pid=7930] ppid=7929 vsize=868488 CPUtime=5.59
/proc/7930/stat : 7930 (java) S 7929 7916 7879 0 -1 0 9483 0 1 0 516 43 0 0 18 0 9 0 635410058 889331712 7381 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7930/statm: 217122 7381 2565 9 0 211669 0
[pid=7930/tid=7931] ppid=7929 vsize=868488 CPUtime=4.73
/proc/7930/task/7931/stat : 7931 (java) R 7929 7916 7879 0 -1 64 4012 0 1 0 440 33 0 0 25 0 9 0 635410059 889331712 7381 996147200 134512640 134550740 4294955952 18446744073709551615 4126934092 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7930/tid=7932] ppid=7929 vsize=868488 CPUtime=0.59
/proc/7930/task/7932/stat : 7932 (java) S 7929 7916 7879 0 -1 64 3271 0 0 0 51 8 0 0 16 0 9 0 635410060 889331712 7381 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7930/tid=7933] ppid=7929 vsize=868488 CPUtime=0
/proc/7930/task/7933/stat : 7933 (java) S 7929 7916 7879 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635410061 889331712 7381 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7930/tid=7934] ppid=7929 vsize=868488 CPUtime=0
/proc/7930/task/7934/stat : 7934 (java) S 7929 7916 7879 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 635410061 889331712 7381 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7930/tid=7935] ppid=7929 vsize=868488 CPUtime=0
/proc/7930/task/7935/stat : 7935 (java) S 7929 7916 7879 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 635410063 889331712 7381 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7930/tid=7936] ppid=7929 vsize=868488 CPUtime=0.24
/proc/7930/task/7936/stat : 7936 (java) S 7929 7916 7879 0 -1 64 1507 0 0 0 24 0 0 0 15 0 9 0 635410063 889331712 7381 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7930/tid=7937] ppid=7929 vsize=868488 CPUtime=0
/proc/7930/task/7937/stat : 7937 (java) S 7929 7916 7879 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 635410063 889331712 7381 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7930/tid=7938] ppid=7929 vsize=868488 CPUtime=0
/proc/7930/task/7938/stat : 7938 (java) S 7929 7916 7879 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 635410063 889331712 7381 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 887444

[startup+12.702 s]
/proc/loadavg: 1.94 2.02 2.00 3/91 7938
/proc/meminfo: memFree=1440680/2055920 swapFree=4179840/4192956
[pid=7916] ppid=7914 vsize=13600 CPUtime=12.29
/proc/7916/stat : 7916 (sugar) S 7914 7916 7879 0 -1 4194304 1034 17014 0 2 3 1 1123 102 16 0 1 0 635410000 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7916/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 13600

[startup+25.5023 s]
/proc/loadavg: 1.95 2.02 2.00 3/83 7940
/proc/meminfo: memFree=1216744/2055920 swapFree=4179840/4192956
[pid=7916] ppid=7914 vsize=13600 CPUtime=12.29
/proc/7916/stat : 7916 (sugar) S 7914 7916 7879 0 -1 4194304 1034 17014 0 2 3 1 1123 102 16 0 1 0 635410000 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7916/statm: 3400 799 370 3 0 500 0
[pid=7939] ppid=7916 vsize=5356 CPUtime=0
/proc/7939/stat : 7939 (sh) S 7916 7916 7879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635411258 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7939/statm: 1339 232 193 169 0 50 0
[pid=7940] ppid=7939 vsize=243088 CPUtime=12.77
/proc/7940/stat : 7940 (minisat) R 7939 7916 7879 0 -1 4194304 59784 0 0 0 1232 45 0 0 25 0 1 0 635411258 248922112 59770 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7940/statm: 60772 59770 76 150 0 60619 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 262044

[startup+51.1029 s]
/proc/loadavg: 1.97 2.02 2.00 3/83 7940
/proc/meminfo: memFree=1212456/2055920 swapFree=4179840/4192956
[pid=7916] ppid=7914 vsize=13600 CPUtime=12.29
/proc/7916/stat : 7916 (sugar) S 7914 7916 7879 0 -1 4194304 1034 17014 0 2 3 1 1123 102 16 0 1 0 635410000 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7916/statm: 3400 799 370 3 0 500 0
[pid=7939] ppid=7916 vsize=5356 CPUtime=0
/proc/7939/stat : 7939 (sh) S 7916 7916 7879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635411258 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7939/statm: 1339 232 193 169 0 50 0
[pid=7940] ppid=7939 vsize=247388 CPUtime=38.12
/proc/7940/stat : 7940 (minisat) R 7939 7916 7879 0 -1 4194304 60869 0 0 0 3766 46 0 0 25 0 1 0 635411258 253325312 60855 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7940/statm: 61847 60855 76 150 0 61694 0
Current children cumulated CPU time (s) 50.41
Current children cumulated vsize (KiB) 266344

[startup+102.302 s]
/proc/loadavg: 1.98 2.02 2.00 3/83 7940
/proc/meminfo: memFree=1197544/2055920 swapFree=4179840/4192956
[pid=7916] ppid=7914 vsize=13600 CPUtime=12.29
/proc/7916/stat : 7916 (sugar) S 7914 7916 7879 0 -1 4194304 1034 17014 0 2 3 1 1123 102 16 0 1 0 635410000 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7916/statm: 3400 799 370 3 0 500 0
[pid=7939] ppid=7916 vsize=5356 CPUtime=0
/proc/7939/stat : 7939 (sh) S 7916 7916 7879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635411258 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7939/statm: 1339 232 193 169 0 50 0
[pid=7940] ppid=7939 vsize=262392 CPUtime=88.84
/proc/7940/stat : 7940 (minisat) R 7939 7916 7879 0 -1 4194304 64595 0 0 0 8835 49 0 0 25 0 1 0 635411258 268689408 64581 996147200 134512640 135127466 4294956272 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/7940/statm: 65598 64581 76 150 0 65445 0

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

/proc/meminfo: memFree=810472/2055920 swapFree=4179840/4192956
[pid=7916] ppid=7914 vsize=13600 CPUtime=12.29
/proc/7916/stat : 7916 (sugar) S 7914 7916 7879 0 -1 4194304 1034 17014 0 2 3 1 1123 102 16 0 1 0 635410000 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7916/statm: 3400 799 370 3 0 500 0
[pid=7939] ppid=7916 vsize=5356 CPUtime=0
/proc/7939/stat : 7939 (sh) S 7916 7916 7879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635411258 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7939/statm: 1339 232 193 169 0 50 0
[pid=7940] ppid=7939 vsize=648632 CPUtime=1336.98
/proc/7940/stat : 7940 (minisat) R 7939 7916 7879 0 -1 4194304 160964 0 0 0 133538 160 0 0 25 0 1 0 635411258 664199168 160950 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7940/statm: 162158 160950 76 150 0 162005 0
Current children cumulated CPU time (s) 1349.27
Current children cumulated vsize (KiB) 667588

[startup+1422.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/83 7942
/proc/meminfo: memFree=792296/2055920 swapFree=4179840/4192956
[pid=7916] ppid=7914 vsize=13600 CPUtime=12.29
/proc/7916/stat : 7916 (sugar) S 7914 7916 7879 0 -1 4194304 1034 17014 0 2 3 1 1123 102 16 0 1 0 635410000 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7916/statm: 3400 799 370 3 0 500 0
[pid=7939] ppid=7916 vsize=5356 CPUtime=0
/proc/7939/stat : 7939 (sh) S 7916 7916 7879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635411258 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7939/statm: 1339 232 193 169 0 50 0
[pid=7940] ppid=7939 vsize=666624 CPUtime=1396.43
/proc/7940/stat : 7940 (minisat) R 7939 7916 7879 0 -1 4194304 165464 0 0 0 139477 166 0 0 25 0 1 0 635411258 682622976 165450 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7940/statm: 166656 165450 76 150 0 166503 0
Current children cumulated CPU time (s) 1408.72
Current children cumulated vsize (KiB) 685580

[startup+1482.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/84 8015
/proc/meminfo: memFree=989392/2055920 swapFree=4179840/4192956
[pid=7916] ppid=7914 vsize=13600 CPUtime=12.29
/proc/7916/stat : 7916 (sugar) S 7914 7916 7879 0 -1 4194304 1034 17014 0 2 3 1 1123 102 16 0 1 0 635410000 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7916/statm: 3400 799 370 3 0 500 0
[pid=7939] ppid=7916 vsize=5356 CPUtime=0
/proc/7939/stat : 7939 (sh) S 7916 7916 7879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635411258 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7939/statm: 1339 232 193 169 0 50 0
[pid=7940] ppid=7939 vsize=685844 CPUtime=1456.13
/proc/7940/stat : 7940 (minisat) R 7939 7916 7879 0 -1 4194304 170264 0 0 0 145440 173 0 0 25 0 1 0 635411258 702304256 170250 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7940/statm: 171461 170250 76 150 0 171308 0
Current children cumulated CPU time (s) 1468.42
Current children cumulated vsize (KiB) 704800

[startup+1542.31 s]
/proc/loadavg: 2.10 2.05 2.01 3/84 8015
/proc/meminfo: memFree=960272/2055920 swapFree=4179840/4192956
[pid=7916] ppid=7914 vsize=13600 CPUtime=12.29
/proc/7916/stat : 7916 (sugar) S 7914 7916 7879 0 -1 4194304 1034 17014 0 2 3 1 1123 102 16 0 1 0 635410000 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7916/statm: 3400 799 370 3 0 500 0
[pid=7939] ppid=7916 vsize=5356 CPUtime=0
/proc/7939/stat : 7939 (sh) S 7916 7916 7879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635411258 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7939/statm: 1339 232 193 169 0 50 0
[pid=7940] ppid=7939 vsize=705664 CPUtime=1516.11
/proc/7940/stat : 7940 (minisat) R 7939 7916 7879 0 -1 4194304 175244 0 0 0 151434 177 0 0 25 0 1 0 635411258 722599936 175230 996147200 134512640 135127466 4294956272 18446744073709551615 134530762 0 0 4096 3 0 0 0 17 0 0 0
/proc/7940/statm: 176416 175230 76 150 0 176263 0
Current children cumulated CPU time (s) 1528.4
Current children cumulated vsize (KiB) 724620

[startup+1602.3 s]
/proc/loadavg: 2.35 2.12 2.03 3/84 8017
/proc/meminfo: memFree=886536/2055920 swapFree=4179840/4192956
[pid=7916] ppid=7914 vsize=13600 CPUtime=12.29
/proc/7916/stat : 7916 (sugar) S 7914 7916 7879 0 -1 4194304 1034 17014 0 2 3 1 1123 102 16 0 1 0 635410000 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7916/statm: 3400 799 370 3 0 500 0
[pid=7939] ppid=7916 vsize=5356 CPUtime=0
/proc/7939/stat : 7939 (sh) S 7916 7916 7879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635411258 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7939/statm: 1339 232 193 169 0 50 0
[pid=7940] ppid=7939 vsize=725116 CPUtime=1576.08
/proc/7940/stat : 7940 (minisat) R 7939 7916 7879 0 -1 4194304 180113 0 0 0 157425 183 0 0 25 0 1 0 635411258 742518784 180099 996147200 134512640 135127466 4294956272 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/7940/statm: 181279 180099 76 150 0 181126 0
Current children cumulated CPU time (s) 1588.37
Current children cumulated vsize (KiB) 744072

[startup+1662.3 s]
/proc/loadavg: 2.16 2.11 2.03 3/84 8017
/proc/meminfo: memFree=866888/2055920 swapFree=4179840/4192956
[pid=7916] ppid=7914 vsize=13600 CPUtime=12.29
/proc/7916/stat : 7916 (sugar) S 7914 7916 7879 0 -1 4194304 1034 17014 0 2 3 1 1123 102 16 0 1 0 635410000 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7916/statm: 3400 799 370 3 0 500 0
[pid=7939] ppid=7916 vsize=5356 CPUtime=0
/proc/7939/stat : 7939 (sh) S 7916 7916 7879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635411258 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7939/statm: 1339 232 193 169 0 50 0
[pid=7940] ppid=7939 vsize=744260 CPUtime=1636.06
/proc/7940/stat : 7940 (minisat) R 7939 7916 7879 0 -1 4194304 184903 0 0 0 163415 191 0 0 25 0 1 0 635411258 762122240 184889 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7940/statm: 186065 184889 76 150 0 185912 0
Current children cumulated CPU time (s) 1648.35
Current children cumulated vsize (KiB) 763216

[startup+1722.3 s]
/proc/loadavg: 2.06 2.09 2.02 3/84 8017
/proc/meminfo: memFree=849544/2055920 swapFree=4179840/4192956
[pid=7916] ppid=7914 vsize=13600 CPUtime=12.29
/proc/7916/stat : 7916 (sugar) S 7914 7916 7879 0 -1 4194304 1034 17014 0 2 3 1 1123 102 16 0 1 0 635410000 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7916/statm: 3400 799 370 3 0 500 0
[pid=7939] ppid=7916 vsize=5356 CPUtime=0
/proc/7939/stat : 7939 (sh) S 7916 7916 7879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635411258 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7939/statm: 1339 232 193 169 0 50 0
[pid=7940] ppid=7939 vsize=760520 CPUtime=1696.04
/proc/7940/stat : 7940 (minisat) R 7939 7916 7879 0 -1 4194304 188981 0 0 0 169407 197 0 0 25 0 1 0 635411258 778772480 188967 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7940/statm: 190130 188967 76 150 0 189977 0
Current children cumulated CPU time (s) 1708.33
Current children cumulated vsize (KiB) 779476

[startup+1782.3 s]
/proc/loadavg: 2.02 2.07 2.02 3/84 8017
/proc/meminfo: memFree=831496/2055920 swapFree=4179840/4192956
[pid=7916] ppid=7914 vsize=13600 CPUtime=12.29
/proc/7916/stat : 7916 (sugar) S 7914 7916 7879 0 -1 4194304 1034 17014 0 2 3 1 1123 102 16 0 1 0 635410000 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7916/statm: 3400 799 370 3 0 500 0
[pid=7939] ppid=7916 vsize=5356 CPUtime=0
/proc/7939/stat : 7939 (sh) S 7916 7916 7879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635411258 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7939/statm: 1339 232 193 169 0 50 0
[pid=7940] ppid=7939 vsize=777288 CPUtime=1756.01
/proc/7940/stat : 7940 (minisat) R 7939 7916 7879 0 -1 4194304 193180 0 0 0 175399 202 0 0 25 0 1 0 635411258 795942912 193166 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7940/statm: 194322 193166 76 150 0 194169 0
Current children cumulated CPU time (s) 1768.3
Current children cumulated vsize (KiB) 796244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.01 s]
/proc/loadavg: 2.01 2.06 2.01 3/84 8017
/proc/meminfo: memFree=820680/2055920 swapFree=4179840/4192956
[pid=7916] ppid=7914 vsize=13600 CPUtime=12.29
/proc/7916/stat : 7916 (sugar) S 7914 7916 7879 0 -1 4194304 1034 17014 0 2 3 1 1123 102 16 0 1 0 635410000 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7916/statm: 3400 799 370 3 0 500 0
[pid=7939] ppid=7916 vsize=5356 CPUtime=0
/proc/7939/stat : 7939 (sh) S 7916 7916 7879 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635411258 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7939/statm: 1339 232 193 169 0 50 0
[pid=7940] ppid=7939 vsize=786840 CPUtime=1787.71
/proc/7940/stat : 7940 (minisat) R 7939 7916 7879 0 -1 4194304 195573 0 0 0 178564 207 0 0 25 0 1 0 635411258 805724160 195559 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7940/statm: 196710 195559 76 150 0 196557 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 805796

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

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

[startup+1814.12 s]
/proc/loadavg: 2.01 2.06 2.01 3/84 8017
/proc/meminfo: memFree=820680/2055920 swapFree=4179840/4192956
[pid=7916] ppid=7914 vsize=13600 CPUtime=12.29
/proc/7916/stat : 7916 (sugar) S 7914 7916 7879 0 -1 4194304 1045 17014 0 2 3 1 1123 102 16 0 1 0 635410000 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/7916/statm: 3400 799 370 3 0 500 0
[pid=7939] ppid=7916 vsize=0 CPUtime=0
/proc/7939/stat : 7939 (sh) Z 7916 7916 7879 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 635411258 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/7939/statm: 0 0 0 0 0 0 0
[pid=7940] ppid=1 vsize=0 CPUtime=1787.81
/proc/7940/stat : 7940 (minisat) R 1 7916 7879 0 -1 4195332 195573 0 0 0 178564 217 0 0 25 0 1 0 635411258 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/7940/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7916 and gives
#  childrusage.ru_utime.tv_sec=11
#  childrusage.ru_utime.tv_usec=271286
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=96833
# CPU time returned by wait4() is 12.3681
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1814.19
CPU time (s): 1800.1
CPU user time (s): 1796.9
CPU system time (s): 3.2
CPU usage (%): 99.2235
Max. virtual memory (cumulated for all children) (KiB): 887520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.2713
system time used= 1.09683
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18391
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= 23680
involuntary context switches= 23925

runsolver used 2.21866 second user time and 6.04608 second system time

The end

Launcher Data (download as text)

Begin job on node17 at 2008-07-04 05:30:07
IDJOB=1064526
IDBENCH=54961
IDSOLVER=346
FILE ID=node17/1064526-1215142207
PBS_JOBID= 7877394
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/tdsp/normalized-C5-1-90.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-1064526-1215142207/watcher-1064526-1215142207 -o /tmp/evaluation-result-1064526-1215142207/solver-1064526-1215142207 -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-1064526-1215142207.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 201be1397216eda1a01a388a4af9416b
RANDOM SEED=1667042926

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1572576 kB
Buffers:         36376 kB
Cached:         144504 kB
SwapCached:       6936 kB
Active:         351248 kB
Inactive:        76400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1572576 kB
SwapTotal:     4192956 kB
SwapFree:      4179840 kB
Dirty:            2012 kB
Writeback:           0 kB
Mapped:         260304 kB
Slab:            40528 kB
Committed_AS:  1702956 kB
PageTables:       2340 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node17 at 2008-07-04 06:00:23