Trace number 2065703

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.14.6+minisat? (TO) 1800.01 1807.61

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 benchmark0.78288
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

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 21:00:01 2009
0.00/0.08	c 0	PID 13587
0.07/0.08	c 0	HOST node10.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2065703-1247338801.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2065703-1247338801.xml' 'HOME/temp.csp'
0.07/0.67	c 1	225 domains, 225 variables, 1 predicates, 0 relations, 3150 constraints
0.07/0.71	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.71	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.07/0.79	c 1	Parsing HOME/temp.csp
0.66/0.90	c 1	parsed 3601 expressions
0.66/0.91	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.66/0.91	c 1	Converting to clausal form CSP
0.66/0.93	c 1	converted 361 (10%) expressions
0.92/1.04	c 1	converted 721 (20%) expressions
1.03/1.14	c 1	converted 1081 (30%) expressions
1.03/1.17	c 1	converted 1441 (40%) expressions
1.03/1.19	c 1	converted 1801 (50%) expressions
1.13/1.20	c 1	converted 2161 (60%) expressions
1.13/1.22	c 1	converted 2521 (70%) expressions
1.13/1.23	c 1	converted 2881 (80%) expressions
1.13/1.24	c 1	converted 3241 (90%) expressions
1.13/1.25	c 1	converted 3601 (100%) expressions
1.13/1.25	c 1	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 854
1.13/1.25	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.25	c 1	Propagation in CSP
1.13/1.28	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.13/1.28	c 1	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 854
1.13/1.28	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.28	c 1	Simplifing CSP by introducing new Boolean variables
1.22/1.37	c 1	CSP : 225 integers, 6300 booleans, 9450 clauses, largest domain size 854
1.22/1.37	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.32/1.42	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.32/1.46	c 1	23 (10%) CSP integer variables are encoded (18409 clauses, 254017 bytes)
1.32/1.48	c 1	45 (20%) CSP integer variables are encoded (36038 clauses, 518452 bytes)
1.42/1.50	c 1	68 (30%) CSP integer variables are encoded (54433 clauses, 794377 bytes)
1.42/1.52	c 1	90 (40%) CSP integer variables are encoded (72013 clauses, 1058077 bytes)
1.42/1.55	c 1	113 (50%) CSP integer variables are encoded (90567 clauses, 1336387 bytes)
1.42/1.57	c 1	135 (60%) CSP integer variables are encoded (108192 clauses, 1617397 bytes)
1.42/1.59	c 1	158 (70%) CSP integer variables are encoded (126798 clauses, 1933699 bytes)
1.51/1.62	c 1	180 (80%) CSP integer variables are encoded (144569 clauses, 2235806 bytes)
1.51/1.64	c 1	203 (90%) CSP integer variables are encoded (163285 clauses, 2553978 bytes)
1.51/1.67	c 2	225 (100%) CSP integer variables are encoded (181158 clauses, 2857819 bytes)
2.51/2.61	c 2	945 (10%) CSP clauses are encoded (652185 clauses, 13252970 bytes)
3.40/3.55	c 3	1890 (20%) CSP clauses are encoded (1137164 clauses, 24551741 bytes)
4.30/4.47	c 4	2835 (30%) CSP clauses are encoded (1606639 clauses, 35505115 bytes)
5.20/5.39	c 5	3780 (40%) CSP clauses are encoded (2083196 clauses, 46633953 bytes)
6.19/6.32	c 6	4725 (50%) CSP clauses are encoded (2557191 clauses, 57709835 bytes)
7.06/7.29	c 7	5670 (60%) CSP clauses are encoded (3037620 clauses, 68981813 bytes)
8.06/8.23	c 8	6615 (70%) CSP clauses are encoded (3518865 clauses, 80372962 bytes)
8.95/9.19	c 9	7560 (80%) CSP clauses are encoded (3999078 clauses, 92366002 bytes)
9.95/10.16	c 10	8505 (90%) CSP clauses are encoded (4486247 clauses, 104532942 bytes)
10.92/11.13	c 11	9450 (100%) CSP clauses are encoded (4974156 clauses, 116718382 bytes)
10.92/11.13	c 11	9450 CSP clauses encoded
10.92/11.13	c 11	Writing map file : HOME/temp.map
10.92/11.14	c 11	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
10.92/11.14	c 11	SAT : 187683 SAT variables, 4974156 SAT clauses, 116718382 bytes
10.92/11.14	c 11	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
10.92/11.20	c 11	SOLVING HOME/temp.cnf
10.92/11.20	c 11	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.98/11.20	c 11	This is MiniSat 2.0 beta
10.98/11.20	c 11	WARNING: for repeatability, setting FPU to use double precision
10.98/11.20	c 11	============================[ Problem Statistics ]=============================
10.98/11.20	c 11	|                                                                             |
10.98/11.20	c 11	|  Number of variables:  187683                                               |
10.98/11.20	c 11	|  Number of clauses:    4974156                                              |
13.83/14.16	c 14	|  Parsing time:         2.57         s                                       |
13.94/14.30	c 14	============================[ Search Statistics ]==============================
13.94/14.30	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.94/14.30	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.94/14.30	c 14	===============================================================================
13.94/14.30	c 14	|         0 |  187683  4974156 14725560 |  1658052        0    nan |  0.000 % |
14.63/14.99	c 15	|       102 |  187683  4974156 14725560 |  1823857      102     34 |  0.000 % |
15.72/16.02	c 16	|       254 |  187683  4974156 14725560 |  2006242      254     35 |  0.000 % |
15.82/16.20	c 16	|       480 |  187683  4974156 14725560 |  2206867      480     25 |  0.000 % |
16.12/16.43	c 16	|       817 |  187683  4974156 14725560 |  2427553      817     18 |  0.000 % |
16.42/16.72	c 17	|      1323 |  187683  4974156 14725560 |  2670309     1323     15 |  0.000 % |
17.02/17.35	c 17	|      2084 |  187683  4974156 14725560 |  2937340     2084     14 |  0.000 % |
18.01/18.30	c 18	|      3223 |  187683  4974156 14725560 |  3231074     3223     14 |  0.000 % |
19.20/19.52	c 19	|      4932 |  187683  4974156 14725560 |  3554181     4932     13 |  0.000 % |
21.00/21.35	c 21	|      7494 |  187683  4974156 14725560 |  3909599     7494     14 |  0.000 % |
23.98/24.31	c 24	|     11338 |  187683  4974156 14725560 |  4300559    11338     14 |  0.000 % |
28.06/28.48	c 28	|     17104 |  187683  4974156 14725560 |  4730615    17104     15 |  0.000 % |
35.02/35.47	c 35	|     25753 |  187683  4974156 14725560 |  5203677    25753     16 |  0.000 % |
47.36/47.86	c 48	|     38728 |  187683  4974156 14725560 |  5724045    38728     16 |  0.000 % |
68.24/68.89	c 69	|     58189 |  187683  4974156 14725560 |  6296449    58189     16 |  0.000 % |
106.95/107.80	c 108	|     87382 |  187683  4974156 14725560 |  6926094    87382     16 |  0.000 % |
183.37/184.53	c 184	|    131171 |  187683  4974156 14725560 |  7618704   131171     17 |  0.000 % |
311.23/313.08	c 313	|    196857 |  187683  4974156 14725560 |  8380574   196857     17 |  0.000 % |
561.19/564.24	c 564	|    295383 |  187683  4974156 14725560 |  9218632   295383     17 |  0.000 % |
1064.49/1070.02	c 1070	|    443173 |  187683  4974156 14725560 | 10140495   443173     18 |  0.000 % |
1800.01/1807.52	c ERROR INTERRUPTED
1800.01/1807.56	s UNKNOWN
1800.01/1807.56	c 1807	CPU 10.98 (0.06 0.01 9.91 1)
1800.01/1807.56	c 1807	END Sat Jul 11 21:30:08 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2065703-1247338801/watcher-2065703-1247338801 -o /tmp/evaluation-result-2065703-1247338801/solver-2065703-1247338801 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2065703-1247338801.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.34 2.31 2.14 5/82 13587
/proc/meminfo: memFree=1919104/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=12268 CPUtime=0
/proc/13587/stat : 13587 (sugar) R 13585 13587 12947 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 20947132 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 214920034917 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/13587/statm: 3067 316 241 3 0 167 0

[startup+0.081185 s]
/proc/loadavg: 2.34 2.31 2.14 5/82 13587
/proc/meminfo: memFree=1919104/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=16740 CPUtime=0.07
/proc/13587/stat : 13587 (sugar) S 13585 13587 12947 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 20947132 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13587/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.103743 s]
/proc/loadavg: 2.34 2.31 2.14 5/82 13587
/proc/meminfo: memFree=1919104/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=16868 CPUtime=0.07
/proc/13587/stat : 13587 (sugar) S 13585 13587 12947 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20947132 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13587/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301785 s]
/proc/loadavg: 2.34 2.31 2.14 5/82 13587
/proc/meminfo: memFree=1919104/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=16868 CPUtime=0.07
/proc/13587/stat : 13587 (sugar) S 13585 13587 12947 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20947132 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13587/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701867 s]
/proc/loadavg: 2.34 2.31 2.14 5/82 13587
/proc/meminfo: memFree=1919104/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=16868 CPUtime=0.07
/proc/13587/stat : 13587 (sugar) S 13585 13587 12947 0 -1 4194304 1245 128 0 0 6 1 0 0 15 0 1 0 20947132 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13587/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50204 s]
/proc/loadavg: 2.34 2.31 2.14 4/93 13609
/proc/meminfo: memFree=1908264/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=16868 CPUtime=0.66
/proc/13587/stat : 13587 (sugar) S 13585 13587 12947 0 -1 4194304 1310 6819 0 1 6 1 54 5 15 0 1 0 20947132 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13587/statm: 4217 1111 409 3 0 796 0
[pid=13600] ppid=13587 vsize=5356 CPUtime=0
/proc/13600/stat : 13600 (sh) S 13587 13587 12947 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20947204 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13600/statm: 1339 233 193 169 0 50 0
[pid=13601] ppid=13600 vsize=868708 CPUtime=0.76
/proc/13601/stat : 13601 (java) S 13600 13587 12947 0 -1 0 7607 0 1 0 71 5 0 0 18 0 9 0 20947204 889556992 6820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13601/statm: 217177 6820 2590 9 0 211654 0
[pid=13601/tid=13602] ppid=13600 vsize=868708 CPUtime=0.42
/proc/13601/task/13602/stat : 13602 (java) R 13600 13587 12947 0 -1 64 2750 0 1 0 40 2 0 0 20 0 9 0 20947205 889556992 6820 996147200 134512640 134550932 4294955936 18446744073709551615 4126896799 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13601/tid=13603] ppid=13600 vsize=868708 CPUtime=0.14
/proc/13601/task/13603/stat : 13603 (java) S 13600 13587 12947 0 -1 64 2670 0 0 0 14 0 0 0 16 0 9 0 20947206 889556992 6820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13601/tid=13604] ppid=13600 vsize=868708 CPUtime=0
/proc/13601/task/13604/stat : 13604 (java) S 13600 13587 12947 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20947206 889556992 6820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13601/tid=13605] ppid=13600 vsize=868708 CPUtime=0
/proc/13601/task/13605/stat : 13605 (java) S 13600 13587 12947 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20947206 889556992 6820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13601/tid=13606] ppid=13600 vsize=868708 CPUtime=0
/proc/13601/task/13606/stat : 13606 (java) S 13600 13587 12947 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20947208 889556992 6820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13601/tid=13607] ppid=13600 vsize=868708 CPUtime=0.17
/proc/13601/task/13607/stat : 13607 (java) S 13600 13587 12947 0 -1 64 1488 0 0 0 16 1 0 0 16 0 9 0 20947208 889556992 6820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13601/tid=13608] ppid=13600 vsize=868708 CPUtime=0
/proc/13601/task/13608/stat : 13608 (java) S 13600 13587 12947 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20947208 889556992 6820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13601/tid=13609] ppid=13600 vsize=868708 CPUtime=0
/proc/13601/task/13609/stat : 13609 (java) S 13600 13587 12947 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20947208 889556992 6820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890932

[startup+3.10139 s]
/proc/loadavg: 2.39 2.33 2.14 3/93 13609
/proc/meminfo: memFree=1891112/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=16868 CPUtime=0.66
/proc/13587/stat : 13587 (sugar) S 13585 13587 12947 0 -1 4194304 1310 6819 0 1 6 1 54 5 16 0 1 0 20947132 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13587/statm: 4217 1111 409 3 0 796 0
[pid=13600] ppid=13587 vsize=5356 CPUtime=0
/proc/13600/stat : 13600 (sh) S 13587 13587 12947 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20947204 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13600/statm: 1339 233 193 169 0 50 0
[pid=13601] ppid=13600 vsize=868708 CPUtime=2.35
/proc/13601/stat : 13601 (java) S 13600 13587 12947 0 -1 0 8110 0 1 0 216 19 0 0 18 0 9 0 20947204 889556992 6837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13601/statm: 217177 6837 2590 9 0 211654 0
[pid=13601/tid=13602] ppid=13600 vsize=868708 CPUtime=1.85
/proc/13601/task/13602/stat : 13602 (java) R 13600 13587 12947 0 -1 64 3237 0 1 0 172 13 0 0 25 0 9 0 20947205 889556992 6837 996147200 134512640 134550932 4294955936 18446744073709551615 4126892826 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13601/tid=13603] ppid=13600 vsize=868708 CPUtime=0.27
/proc/13601/task/13603/stat : 13603 (java) S 13600 13587 12947 0 -1 64 2670 0 0 0 24 3 0 0 16 0 9 0 20947206 889556992 6837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13601/tid=13604] ppid=13600 vsize=868708 CPUtime=0
/proc/13601/task/13604/stat : 13604 (java) S 13600 13587 12947 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20947206 889556992 6837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13601/tid=13605] ppid=13600 vsize=868708 CPUtime=0
/proc/13601/task/13605/stat : 13605 (java) S 13600 13587 12947 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20947206 889556992 6837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13601/tid=13606] ppid=13600 vsize=868708 CPUtime=0
/proc/13601/task/13606/stat : 13606 (java) S 13600 13587 12947 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20947208 889556992 6837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13601/tid=13607] ppid=13600 vsize=868708 CPUtime=0.2
/proc/13601/task/13607/stat : 13607 (java) S 13600 13587 12947 0 -1 64 1504 0 0 0 19 1 0 0 16 0 9 0 20947208 889556992 6837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13601/tid=13608] ppid=13600 vsize=868708 CPUtime=0
/proc/13601/task/13608/stat : 13608 (java) S 13600 13587 12947 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20947208 889556992 6837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13601/tid=13609] ppid=13600 vsize=868708 CPUtime=0
/proc/13601/task/13609/stat : 13609 (java) S 13600 13587 12947 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20947208 889556992 6837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890932

[startup+6.30207 s]
/proc/loadavg: 2.39 2.33 2.14 3/93 13609
/proc/meminfo: memFree=1851624/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=16868 CPUtime=0.66
/proc/13587/stat : 13587 (sugar) S 13585 13587 12947 0 -1 4194304 1310 6819 0 1 6 1 54 5 16 0 1 0 20947132 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13587/statm: 4217 1111 409 3 0 796 0
[pid=13600] ppid=13587 vsize=5356 CPUtime=0
/proc/13600/stat : 13600 (sh) S 13587 13587 12947 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20947204 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13600/statm: 1339 233 193 169 0 50 0
[pid=13601] ppid=13600 vsize=868708 CPUtime=5.53
/proc/13601/stat : 13601 (java) S 13600 13587 12947 0 -1 0 9109 0 1 0 505 48 0 0 18 0 9 0 20947204 889556992 6840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13601/statm: 217177 6840 2590 9 0 211654 0
[pid=13601/tid=13602] ppid=13600 vsize=868708 CPUtime=4.78
/proc/13601/task/13602/stat : 13602 (java) R 13600 13587 12947 0 -1 64 4234 0 1 0 442 36 0 0 25 0 9 0 20947205 889556992 6840 996147200 134512640 134550932 4294955936 18446744073709551615 4126838449 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13601/tid=13603] ppid=13600 vsize=868708 CPUtime=0.51
/proc/13601/task/13603/stat : 13603 (java) S 13600 13587 12947 0 -1 64 2670 0 0 0 42 9 0 0 16 0 9 0 20947206 889556992 6840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13601/tid=13604] ppid=13600 vsize=868708 CPUtime=0
/proc/13601/task/13604/stat : 13604 (java) S 13600 13587 12947 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20947206 889556992 6840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13601/tid=13605] ppid=13600 vsize=868708 CPUtime=0
/proc/13601/task/13605/stat : 13605 (java) S 13600 13587 12947 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20947206 889556992 6840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13601/tid=13606] ppid=13600 vsize=868708 CPUtime=0
/proc/13601/task/13606/stat : 13606 (java) S 13600 13587 12947 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20947208 889556992 6840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13601/tid=13607] ppid=13600 vsize=868708 CPUtime=0.2
/proc/13601/task/13607/stat : 13607 (java) S 13600 13587 12947 0 -1 64 1506 0 0 0 19 1 0 0 17 0 9 0 20947208 889556992 6840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13601/tid=13608] ppid=13600 vsize=868708 CPUtime=0
/proc/13601/task/13608/stat : 13608 (java) S 13600 13587 12947 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20947208 889556992 6840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13601/tid=13609] ppid=13600 vsize=868708 CPUtime=0
/proc/13601/task/13609/stat : 13609 (java) S 13600 13587 12947 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20947208 889556992 6840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890932

[startup+12.7015 s]
/proc/loadavg: 2.48 2.35 2.15 3/85 13611
/proc/meminfo: memFree=1734184/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=16868 CPUtime=10.98
/proc/13587/stat : 13587 (sugar) S 13585 13587 12947 0 -1 4194304 1376 17748 0 2 6 1 991 100 16 0 1 0 20947132 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13587/statm: 4217 1113 409 3 0 796 0
[pid=13610] ppid=13587 vsize=5356 CPUtime=0
/proc/13610/stat : 13610 (sh) S 13587 13587 12947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20948252 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13610/statm: 1339 232 193 169 0 50 0
[pid=13611] ppid=13610 vsize=117696 CPUtime=1.46
/proc/13611/stat : 13611 (minisat) R 13610 13587 12947 0 -1 4194304 27859 0 0 0 129 17 0 0 25 0 1 0 20948252 120520704 27845 996147200 134512640 135127466 4294956256 18446744073709551615 134525979 0 0 4096 3 0 0 0 17 1 0 0
/proc/13611/statm: 29424 27845 62 150 0 29271 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 139920

[startup+25.5012 s]
/proc/loadavg: 2.41 2.34 2.15 3/85 13611
/proc/meminfo: memFree=1565992/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=16868 CPUtime=10.98
/proc/13587/stat : 13587 (sugar) S 13585 13587 12947 0 -1 4194304 1376 17748 0 2 6 1 991 100 16 0 1 0 20947132 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13587/statm: 4217 1113 409 3 0 796 0
[pid=13610] ppid=13587 vsize=5356 CPUtime=0
/proc/13610/stat : 13610 (sh) S 13587 13587 12947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20948252 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13610/statm: 1339 232 193 169 0 50 0
[pid=13611] ppid=13610 vsize=237776 CPUtime=14.2
/proc/13611/stat : 13611 (minisat) R 13610 13587 12947 0 -1 4194304 58581 0 0 0 1382 38 0 0 25 0 1 0 20948252 243482624 58567 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/13611/statm: 59444 58567 76 150 0 59291 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 260000

[startup+51.1017 s]
/proc/loadavg: 2.33 2.32 2.15 3/85 13611
/proc/meminfo: memFree=1561448/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=16868 CPUtime=10.98
/proc/13587/stat : 13587 (sugar) S 13585 13587 12947 0 -1 4194304 1376 17748 0 2 6 1 991 100 16 0 1 0 20947132 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13587/statm: 4217 1113 409 3 0 796 0
[pid=13610] ppid=13587 vsize=5356 CPUtime=0
/proc/13610/stat : 13610 (sh) S 13587 13587 12947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20948252 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13610/statm: 1339 232 193 169 0 50 0
[pid=13611] ppid=13610 vsize=242516 CPUtime=39.66
/proc/13611/stat : 13611 (minisat) R 13610 13587 12947 0 -1 4194304 59740 0 0 0 3928 38 0 0 25 0 1 0 20948252 248336384 59726 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13611/statm: 60629 59726 76 150 0 60476 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 264740

[startup+102.307 s]
/proc/loadavg: 2.13 2.27 2.14 3/85 13617
/proc/meminfo: memFree=1556776/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=16868 CPUtime=10.98
/proc/13587/stat : 13587 (sugar) S 13585 13587 12947 0 -1 4194304 1376 17748 0 2 6 1 991 100 16 0 1 0 20947132 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13587/statm: 4217 1113 409 3 0 796 0
[pid=13610] ppid=13587 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1509480/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=16868 CPUtime=10.98
/proc/13587/stat : 13587 (sugar) S 13585 13587 12947 0 -1 4194304 1376 17748 0 2 6 1 991 100 16 0 1 0 20947132 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13587/statm: 4217 1113 409 3 0 796 0
[pid=13610] ppid=13587 vsize=5356 CPUtime=0
/proc/13610/stat : 13610 (sh) S 13587 13587 12947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20948252 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13610/statm: 1339 232 193 169 0 50 0
[pid=13611] ppid=13610 vsize=294120 CPUtime=1344.37
/proc/13611/stat : 13611 (minisat) R 13610 13587 12947 0 -1 4194304 72236 0 0 0 134383 54 0 0 25 0 1 0 20948252 301178880 72222 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13611/statm: 73530 72222 76 150 0 73377 0
Current children cumulated CPU time (s) 1355.35
Current children cumulated vsize (KiB) 316344

[startup+1422.31 s]
/proc/loadavg: 2.03 2.03 2.03 3/85 13617
/proc/meminfo: memFree=1508008/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=16868 CPUtime=10.98
/proc/13587/stat : 13587 (sugar) S 13585 13587 12947 0 -1 4194304 1376 17748 0 2 6 1 991 100 16 0 1 0 20947132 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13587/statm: 4217 1113 409 3 0 796 0
[pid=13610] ppid=13587 vsize=5356 CPUtime=0
/proc/13610/stat : 13610 (sh) S 13587 13587 12947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20948252 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13610/statm: 1339 232 193 169 0 50 0
[pid=13611] ppid=13610 vsize=295368 CPUtime=1404.08
/proc/13611/stat : 13611 (minisat) R 13610 13587 12947 0 -1 4194304 72577 0 0 0 140353 55 0 0 25 0 1 0 20948252 302456832 72563 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13611/statm: 73842 72563 76 150 0 73689 0
Current children cumulated CPU time (s) 1415.06
Current children cumulated vsize (KiB) 317592

[startup+1482.3 s]
/proc/loadavg: 1.97 2.01 2.02 3/84 13659
/proc/meminfo: memFree=1471608/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=16868 CPUtime=10.98
/proc/13587/stat : 13587 (sugar) S 13585 13587 12947 0 -1 4194304 1376 17748 0 2 6 1 991 100 16 0 1 0 20947132 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13587/statm: 4217 1113 409 3 0 796 0
[pid=13610] ppid=13587 vsize=5356 CPUtime=0
/proc/13610/stat : 13610 (sh) S 13587 13587 12947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20948252 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13610/statm: 1339 232 193 169 0 50 0
[pid=13611] ppid=13610 vsize=296724 CPUtime=1463.97
/proc/13611/stat : 13611 (minisat) R 13610 13587 12947 0 -1 4194304 72913 0 0 0 146326 71 0 0 25 0 1 0 20948252 303845376 72899 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13611/statm: 74181 72899 76 150 0 74028 0
Current children cumulated CPU time (s) 1474.95
Current children cumulated vsize (KiB) 318948

[startup+1542.3 s]
/proc/loadavg: 2.03 2.02 2.02 3/84 13659
/proc/meminfo: memFree=1468792/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=16868 CPUtime=10.98
/proc/13587/stat : 13587 (sugar) S 13585 13587 12947 0 -1 4194304 1376 17748 0 2 6 1 991 100 16 0 1 0 20947132 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13587/statm: 4217 1113 409 3 0 796 0
[pid=13610] ppid=13587 vsize=5356 CPUtime=0
/proc/13610/stat : 13610 (sh) S 13587 13587 12947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20948252 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13610/statm: 1339 232 193 169 0 50 0
[pid=13611] ppid=13610 vsize=297792 CPUtime=1523.94
/proc/13611/stat : 13611 (minisat) R 13610 13587 12947 0 -1 4194304 73212 0 0 0 152323 71 0 0 25 0 1 0 20948252 304939008 73198 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13611/statm: 74448 73198 76 150 0 74295 0
Current children cumulated CPU time (s) 1534.92
Current children cumulated vsize (KiB) 320016

[startup+1602.3 s]
/proc/loadavg: 2.05 2.03 2.02 3/84 13659
/proc/meminfo: memFree=1466552/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=16868 CPUtime=10.98
/proc/13587/stat : 13587 (sugar) S 13585 13587 12947 0 -1 4194304 1376 17748 0 2 6 1 991 100 16 0 1 0 20947132 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13587/statm: 4217 1113 409 3 0 796 0
[pid=13610] ppid=13587 vsize=5356 CPUtime=0
/proc/13610/stat : 13610 (sh) S 13587 13587 12947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20948252 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13610/statm: 1339 232 193 169 0 50 0
[pid=13611] ppid=13610 vsize=299004 CPUtime=1583.92
/proc/13611/stat : 13611 (minisat) R 13610 13587 12947 0 -1 4194304 73521 0 0 0 158320 72 0 0 25 0 1 0 20948252 306180096 73507 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/13611/statm: 74751 73507 76 150 0 74598 0
Current children cumulated CPU time (s) 1594.9
Current children cumulated vsize (KiB) 321228

[startup+1662.3 s]
/proc/loadavg: 2.05 2.03 2.02 3/84 13659
/proc/meminfo: memFree=1465080/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=16868 CPUtime=10.98
/proc/13587/stat : 13587 (sugar) S 13585 13587 12947 0 -1 4194304 1376 17748 0 2 6 1 991 100 16 0 1 0 20947132 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13587/statm: 4217 1113 409 3 0 796 0
[pid=13610] ppid=13587 vsize=5356 CPUtime=0
/proc/13610/stat : 13610 (sh) S 13587 13587 12947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20948252 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13610/statm: 1339 232 193 169 0 50 0
[pid=13611] ppid=13610 vsize=300484 CPUtime=1643.89
/proc/13611/stat : 13611 (minisat) R 13610 13587 12947 0 -1 4194304 73870 0 0 0 164317 72 0 0 25 0 1 0 20948252 307695616 73856 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 0 0 0
/proc/13611/statm: 75121 73856 76 150 0 74968 0
Current children cumulated CPU time (s) 1654.87
Current children cumulated vsize (KiB) 322708

[startup+1722.3 s]
/proc/loadavg: 2.13 2.05 2.02 3/84 13659
/proc/meminfo: memFree=1463928/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=16868 CPUtime=10.98
/proc/13587/stat : 13587 (sugar) S 13585 13587 12947 0 -1 4194304 1376 17748 0 2 6 1 991 100 16 0 1 0 20947132 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13587/statm: 4217 1113 409 3 0 796 0
[pid=13610] ppid=13587 vsize=5356 CPUtime=0
/proc/13610/stat : 13610 (sh) S 13587 13587 12947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20948252 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13610/statm: 1339 232 193 169 0 50 0
[pid=13611] ppid=13610 vsize=301792 CPUtime=1703.87
/proc/13611/stat : 13611 (minisat) R 13610 13587 12947 0 -1 4194304 74187 0 0 0 170314 73 0 0 25 0 1 0 20948252 309035008 74173 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13611/statm: 75448 74173 76 150 0 75295 0
Current children cumulated CPU time (s) 1714.85
Current children cumulated vsize (KiB) 324016

[startup+1782.3 s]
/proc/loadavg: 2.05 2.04 2.02 3/84 13659
/proc/meminfo: memFree=1464568/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=16868 CPUtime=10.98
/proc/13587/stat : 13587 (sugar) S 13585 13587 12947 0 -1 4194304 1376 17748 0 2 6 1 991 100 16 0 1 0 20947132 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13587/statm: 4217 1113 409 3 0 796 0
[pid=13610] ppid=13587 vsize=5356 CPUtime=0
/proc/13610/stat : 13610 (sh) S 13587 13587 12947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20948252 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13610/statm: 1339 232 193 169 0 50 0
[pid=13611] ppid=13610 vsize=302800 CPUtime=1763.83
/proc/13611/stat : 13611 (minisat) R 13610 13587 12947 0 -1 4194304 74457 0 0 0 176310 73 0 0 25 0 1 0 20948252 310067200 74443 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13611/statm: 75700 74443 76 150 0 75547 0
Current children cumulated CPU time (s) 1774.81
Current children cumulated vsize (KiB) 325024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.5 s]
/proc/loadavg: 2.09 2.05 2.02 3/84 13659
/proc/meminfo: memFree=1466488/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=16868 CPUtime=10.98
/proc/13587/stat : 13587 (sugar) S 13585 13587 12947 0 -1 4194304 1376 17748 0 2 6 1 991 100 16 0 1 0 20947132 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13587/statm: 4217 1113 409 3 0 796 0
[pid=13610] ppid=13587 vsize=5356 CPUtime=0
/proc/13610/stat : 13610 (sh) S 13587 13587 12947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20948252 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13610/statm: 1339 232 193 169 0 50 0
[pid=13611] ppid=13610 vsize=303196 CPUtime=1789.03
/proc/13611/stat : 13611 (minisat) R 13610 13587 12947 0 -1 4194304 74569 0 0 0 178830 73 0 0 25 0 1 0 20948252 310472704 74555 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/13611/statm: 75799 74555 76 150 0 75646 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 325420

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

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

[startup+1807.5 s]
/proc/loadavg: 2.09 2.05 2.02 3/84 13659
/proc/meminfo: memFree=1466488/2055920 swapFree=4192812/4192956
[pid=13587] ppid=13585 vsize=16868 CPUtime=10.98
/proc/13587/stat : 13587 (sugar) S 13585 13587 12947 0 -1 4194304 1376 17748 0 2 6 1 991 100 16 0 1 0 20947132 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13587/statm: 4217 1113 409 3 0 796 0
[pid=13610] ppid=13587 vsize=5356 CPUtime=0
/proc/13610/stat : 13610 (sh) S 13587 13587 12947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20948252 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13610/statm: 1339 232 193 169 0 50 0
[pid=13611] ppid=13610 vsize=303196 CPUtime=1789.03
/proc/13611/stat : 13611 (minisat) R 13610 13587 12947 0 -1 4194304 74569 0 0 0 178830 73 0 0 25 0 1 0 20948252 310472704 74555 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/13611/statm: 75799 74555 76 150 0 75646 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 325420

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13587 and gives
#  childrusage.ru_utime.tv_sec=9
#  childrusage.ru_utime.tv_usec=986481
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=78835
# CPU time returned by wait4() is 11.0653
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.61
CPU time (s): 1800.01
CPU user time (s): 1798.27
CPU system time (s): 1.74
CPU usage (%): 99.5795
Max. virtual memory (cumulated for all children) (KiB): 890932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.98648
system time used= 1.07883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19507
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= 29274
involuntary context switches= 29243

runsolver used 2.15867 second user time and 6.07608 second system time

The end

Launcher Data

Begin job on node10 at 2009-07-11 21:00:01
IDJOB=2065703
IDBENCH=54402
IDSOLVER=739
FILE ID=node10/2065703-1247338801
PBS_JOBID= 9506764
Free space on /tmp= 66420 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/os-taillard-15/normalized-os-taillard-15-95-2.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065703-1247338801/watcher-2065703-1247338801 -o /tmp/evaluation-result-2065703-1247338801/solver-2065703-1247338801 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2065703-1247338801.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 8376fcfcac18b60a71faf845a033c81e
RANDOM SEED=294574610

node10.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.279
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.279
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:       1919584 kB
Buffers:          4744 kB
Cached:          40816 kB
SwapCached:          0 kB
Active:          76032 kB
Inactive:        10100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1919584 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1968 kB
Writeback:           0 kB
Mapped:          60996 kB
Slab:            35564 kB
Committed_AS:   182128 kB
PageTables:       1844 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= 66400 MiB
End job on node10 at 2009-07-11 21:30:10