Trace number 2064152

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.12 1803.3

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-16.xml
MD5SUMf584a0bdadad6a616787946f67b79e6d
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark98.933
Satisfiable
(Un)Satisfiability was proved
Number of variables880
Number of constraints44094
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension43874
Global constraints used (with number of constraints)alldifferent(220)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sat Jul 11 19:46:56 2009
0.00/0.07	c 0	PID 12913
0.00/0.08	c 0	HOST node13.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2064152-1247334416.xml TO HOME/temp.csp
0.00/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-2064152-1247334416.xml' 'HOME/temp.csp'
2.23/2.36	c 2	24 domains, 880 variables, 1 predicates, 0 relations, 44094 constraints
2.23/2.38	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.23/2.38	c 2	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'
2.31/2.46	c 3	Parsing HOME/temp.csp
2.31/2.63	c 3	parsed 10000 expressions
2.31/2.78	c 3	parsed 20000 expressions
2.31/2.94	c 3	parsed 30000 expressions
2.31/3.12	c 3	parsed 40000 expressions
2.31/3.18	c 3	parsed 44999 expressions
2.31/3.18	c 3	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.31/3.19	c 3	Converting to clausal form CSP
3.52/3.68	c 4	converted 4500 (10%) expressions
4.01/4.18	c 4	converted 9000 (20%) expressions
4.41/4.51	c 5	converted 13500 (30%) expressions
4.92/5.01	c 5	converted 18000 (40%) expressions
5.21/5.39	c 5	converted 22500 (50%) expressions
5.61/5.71	c 6	converted 27000 (60%) expressions
5.91/6.02	c 6	converted 31500 (70%) expressions
6.21/6.34	c 6	converted 36000 (80%) expressions
7.01/7.11	c 7	converted 40500 (90%) expressions
8.32/8.42	c 9	converted 44999 (100%) expressions
8.32/8.42	c 9	CSP : 880 integers, 0 booleans, 77149 clauses, largest domain size 45
8.32/8.42	c 9	Heap : 92 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.32/8.42	c 9	Propagation in CSP
8.51/8.65	c 9	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.51/8.65	c 9	CSP : 880 integers, 0 booleans, 77149 clauses, largest domain size 45
8.51/8.65	c 9	Heap : 95 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.51/8.69	c 9	Simplifing CSP by introducing new Boolean variables
10.61/10.71	c 11	CSP : 880 integers, 230408 booleans, 307557 clauses, largest domain size 45
10.61/10.71	c 11	Heap : 162 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.51/11.68	c 12	Encoding CSP to SAT : HOME/temp.cnf
11.60/11.74	c 12	88 (10%) CSP integer variables are encoded (3784 clauses, 47093 bytes)
11.60/11.74	c 12	176 (20%) CSP integer variables are encoded (7568 clauses, 96285 bytes)
11.60/11.74	c 12	264 (30%) CSP integer variables are encoded (11352 clauses, 148638 bytes)
11.60/11.75	c 12	352 (40%) CSP integer variables are encoded (15136 clauses, 205398 bytes)
11.60/11.76	c 12	440 (50%) CSP integer variables are encoded (18920 clauses, 262158 bytes)
11.60/11.76	c 12	528 (60%) CSP integer variables are encoded (19031 clauses, 263823 bytes)
11.60/11.76	c 12	616 (70%) CSP integer variables are encoded (19172 clauses, 265938 bytes)
11.60/11.77	c 12	704 (80%) CSP integer variables are encoded (19314 clauses, 268068 bytes)
11.60/11.77	c 12	792 (90%) CSP integer variables are encoded (19431 clauses, 269823 bytes)
11.60/11.77	c 12	880 (100%) CSP integer variables are encoded (19586 clauses, 272148 bytes)
13.01/13.11	c 13	30756 (10%) CSP clauses are encoded (634460 clauses, 12310505 bytes)
14.21/14.35	c 14	61512 (20%) CSP clauses are encoded (1251891 clauses, 24813579 bytes)
15.51/15.60	c 16	92268 (30%) CSP clauses are encoded (1868134 clauses, 37351807 bytes)
16.79/16.91	c 17	123023 (40%) CSP clauses are encoded (2479788 clauses, 50289291 bytes)
18.08/18.24	c 18	153779 (50%) CSP clauses are encoded (3098877 clauses, 63646714 bytes)
19.39/19.59	c 20	184535 (60%) CSP clauses are encoded (3710782 clauses, 77415872 bytes)
20.88/21.03	c 21	215290 (70%) CSP clauses are encoded (4393857 clauses, 92664706 bytes)
22.66/22.86	c 23	246046 (80%) CSP clauses are encoded (5322389 clauses, 112634041 bytes)
24.44/24.66	c 25	276802 (90%) CSP clauses are encoded (6251405 clauses, 132614171 bytes)
26.25/26.44	c 27	307557 (100%) CSP clauses are encoded (7180772 clauses, 152661485 bytes)
26.25/26.44	c 27	307557 CSP clauses encoded
26.25/26.45	c 27	Writing map file : HOME/temp.map
26.25/26.48	c 27	Heap : 122 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
26.25/26.48	c 27	SAT : 250725 SAT variables, 7180772 SAT clauses, 152661485 bytes
26.25/26.48	c 27	Heap : 122 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
26.34/26.52	c 27	SOLVING HOME/temp.cnf
26.34/26.52	c 27	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
26.34/26.52	c 27	This is MiniSat 2.0 beta
26.34/26.52	c 27	WARNING: for repeatability, setting FPU to use double precision
26.34/26.52	c 27	============================[ Problem Statistics ]=============================
26.34/26.52	c 27	|                                                                             |
26.34/26.52	c 27	|  Number of variables:  250725                                               |
26.34/26.52	c 27	|  Number of clauses:    7180772                                              |
30.22/30.45	c 31	|  Parsing time:         3.37         s                                       |
30.41/30.64	c 31	============================[ Search Statistics ]==============================
30.41/30.64	c 31	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
30.41/30.64	c 31	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
30.41/30.64	c 31	===============================================================================
30.41/30.64	c 31	|         0 |  250725  7180772 21125758 |  2393590        0    nan |  0.000 % |
32.02/32.29	c 32	|       100 |  250725  7180772 21125758 |  2632949      100     10 |  0.000 % |
33.91/34.11	c 34	|       251 |  250725  7180772 21125758 |  2896244      251      9 |  0.000 % |
35.40/35.66	c 36	|       477 |  250725  7180772 21125758 |  3185869      477      9 |  0.000 % |
38.01/38.26	c 38	|       815 |  250725  7180772 21125758 |  3504456      815      9 |  0.000 % |
40.10/40.40	c 40	|      1322 |  250725  7180772 21125758 |  3854901     1322     11 |  0.000 % |
41.70/41.92	c 42	|      2081 |  250725  7180772 21125758 |  4240391     2081     15 |  0.000 % |
43.10/43.37	c 43	|      3221 |  250725  7180772 21125758 |  4664431     3221     15 |  0.000 % |
49.10/49.31	c 49	|      4929 |  250725  7180772 21125758 |  5130874     4929     15 |  0.000 % |
51.50/51.74	c 52	|      7491 |  250725  7180772 21125758 |  5643961     7491     19 |  0.000 % |
57.69/57.93	c 58	|     11336 |  250725  7180772 21125758 |  6208357    11336     26 |  0.000 % |
63.79/64.06	c 64	|     17103 |  250725  7180772 21125758 |  6829193    17103     27 |  0.000 % |
69.49/69.75	c 70	|     25752 |  250725  7180772 21125758 |  7512112    25752     25 |  0.000 % |
79.19/79.45	c 80	|     38727 |  250725  7180772 21125758 |  8263324    38727     28 |  0.000 % |
88.78/89.03	c 89	|     58188 |  250725  7180772 21125758 |  9089656    58188     28 |  0.000 % |
103.88/104.19	c 104	|     87381 |  250725  7180772 21125758 |  9998622    87381     28 |  0.000 % |
135.07/135.36	c 135	|    131171 |  250725  7180772 21125758 | 10998484   131171     38 |  0.000 % |
170.75/171.05	c 171	|    196857 |  250725  7180772 21125758 | 12098332   196857     39 |  0.000 % |
235.53/235.91	c 236	|    295385 |  250725  7180772 21125758 | 13308166   295385     38 |  0.000 % |
428.20/430.78	c 431	|    443175 |  250725  7180772 21125758 | 14638982   443175     49 |  0.000 % |
587.33/589.90	c 590	|    664861 |  250725  7180772 21125758 | 16102881   664861     44 |  0.000 % |
824.23/826.97	c 827	|    997386 |  250725  7180772 21125758 | 17713169   997386     42 |  0.000 % |
1354.10/1357.08	c 1357	|   1496174 |  250725  7180772 21125758 | 19484486  1496174     44 |  0.000 % |
1800.01/1803.12	c ERROR INTERRUPTED
1800.12/1803.22	s UNKNOWN
1800.12/1803.22	c 1803	CPU 26.38 (0.06 0.01 24.87 1.44)
1800.12/1803.22	c 1803	END Sat Jul 11 20:16:59 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-2064152-1247334416/watcher-2064152-1247334416 -o /tmp/evaluation-result-2064152-1247334416/solver-2064152-1247334416 -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-2064152-1247334416.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.05 2.12 2.09 4/82 12913
/proc/meminfo: memFree=1455632/2055920 swapFree=4192812/4192956
[pid=12913] ppid=12911 vsize=18576 CPUtime=0
/proc/12913/stat : 12913 (runsolver) R 12911 12913 12306 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 20508518 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 269757246759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12913/statm: 4644 284 249 26 0 2626 0

[startup+0.09863 s]
/proc/loadavg: 2.05 2.12 2.09 4/82 12913
/proc/meminfo: memFree=1455632/2055920 swapFree=4192812/4192956
[pid=12913] ppid=12911 vsize=16868 CPUtime=0.06
/proc/12913/stat : 12913 (sugar) S 12911 12913 12306 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20508518 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12913/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101625 s]
/proc/loadavg: 2.05 2.12 2.09 4/82 12913
/proc/meminfo: memFree=1455632/2055920 swapFree=4192812/4192956
[pid=12913] ppid=12911 vsize=16868 CPUtime=0.06
/proc/12913/stat : 12913 (sugar) S 12911 12913 12306 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20508518 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12913/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301659 s]
/proc/loadavg: 2.05 2.12 2.09 4/82 12913
/proc/meminfo: memFree=1455632/2055920 swapFree=4192812/4192956
[pid=12913] ppid=12911 vsize=16868 CPUtime=0.06
/proc/12913/stat : 12913 (sugar) S 12911 12913 12306 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20508518 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12913/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701713 s]
/proc/loadavg: 2.05 2.12 2.09 4/82 12913
/proc/meminfo: memFree=1455632/2055920 swapFree=4192812/4192956
[pid=12913] ppid=12911 vsize=16868 CPUtime=0.06
/proc/12913/stat : 12913 (sugar) S 12911 12913 12306 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20508518 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12913/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50282 s]
/proc/loadavg: 2.05 2.12 2.09 3/93 12925
/proc/meminfo: memFree=1420792/2055920 swapFree=4192812/4192956
[pid=12913] ppid=12911 vsize=16868 CPUtime=0.06
/proc/12913/stat : 12913 (sugar) S 12911 12913 12306 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20508518 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12913/statm: 4217 1111 409 3 0 796 0
[pid=12916] ppid=12913 vsize=5356 CPUtime=0
/proc/12916/stat : 12916 (sh) S 12913 12913 12306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20508526 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12916/statm: 1339 233 193 169 0 50 0
[pid=12917] ppid=12916 vsize=864776 CPUtime=1.39
/proc/12917/stat : 12917 (java) S 12916 12913 12306 0 -1 0 17795 0 1 0 129 10 0 0 19 0 9 0 20508526 885530624 14861 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12917/statm: 216194 14861 2556 9 0 210706 0
[pid=12917/tid=12918] ppid=12916 vsize=864776 CPUtime=0.65
/proc/12917/task/12918/stat : 12918 (java) R 12916 12913 12306 0 -1 64 3359 0 1 0 64 1 0 0 25 0 9 0 20508527 885530624 14861 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12917/tid=12919] ppid=12916 vsize=864776 CPUtime=0.6
/proc/12917/task/12919/stat : 12919 (java) R 12916 12913 12306 0 -1 64 13219 0 0 0 53 7 0 0 16 0 9 0 20508528 885530624 14861 996147200 134512640 134550932 4294955984 18446744073709551615 102146326 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12917/tid=12920] ppid=12916 vsize=864776 CPUtime=0
/proc/12917/task/12920/stat : 12920 (java) S 12916 12913 12306 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20508528 885530624 14861 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12917/tid=12921] ppid=12916 vsize=864776 CPUtime=0
/proc/12917/task/12921/stat : 12921 (java) S 12916 12913 12306 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 20508529 885530624 14861 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12917/tid=12922] ppid=12916 vsize=864776 CPUtime=0
/proc/12917/task/12922/stat : 12922 (java) S 12916 12913 12306 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 20508531 885530624 14861 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12917/tid=12923] ppid=12916 vsize=864776 CPUtime=0.11
/proc/12917/task/12923/stat : 12923 (java) S 12916 12913 12306 0 -1 64 512 0 0 0 11 0 0 0 16 0 9 0 20508531 885530624 14861 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12917/tid=12924] ppid=12916 vsize=864776 CPUtime=0
/proc/12917/task/12924/stat : 12924 (java) S 12916 12913 12306 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20508531 885530624 14861 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12917/tid=12925] ppid=12916 vsize=864776 CPUtime=0
/proc/12917/task/12925/stat : 12925 (java) S 12916 12913 12306 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20508531 885530624 14861 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887000

[startup+3.10103 s]
/proc/loadavg: 2.05 2.12 2.09 3/93 12925
/proc/meminfo: memFree=1383864/2055920 swapFree=4192812/4192956
[pid=12913] ppid=12911 vsize=16868 CPUtime=2.31
/proc/12913/stat : 12913 (sugar) S 12911 12913 12306 0 -1 4194304 1309 22902 0 1 5 1 211 14 16 0 1 0 20508518 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12913/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30245 s]
/proc/loadavg: 2.04 2.12 2.09 3/93 12935
/proc/meminfo: memFree=1390968/2055920 swapFree=4192812/4192956
[pid=12913] ppid=12911 vsize=16868 CPUtime=2.31
/proc/12913/stat : 12913 (sugar) S 12911 12913 12306 0 -1 4194304 1309 22902 0 1 5 1 211 14 16 0 1 0 20508518 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12913/statm: 4217 1111 409 3 0 796 0
[pid=12926] ppid=12913 vsize=5356 CPUtime=0
/proc/12926/stat : 12926 (sh) S 12913 12913 12306 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20508756 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12926/statm: 1339 233 193 169 0 50 0
[pid=12927] ppid=12926 vsize=868604 CPUtime=3.9
/proc/12927/stat : 12927 (java) S 12926 12913 12306 0 -1 0 22791 0 1 0 379 11 0 0 19 0 9 0 20508756 889450496 21216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12927/statm: 217151 21216 2566 9 0 211656 0
[pid=12927/tid=12928] ppid=12926 vsize=868604 CPUtime=2.4
/proc/12927/task/12928/stat : 12928 (java) R 12926 12913 12306 0 -1 64 3243 0 1 0 239 1 0 0 25 0 9 0 20508757 889450496 21216 996147200 134512640 134550932 4294955936 18446744073709551615 4126606669 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12927/tid=12929] ppid=12926 vsize=868604 CPUtime=1.3
/proc/12927/task/12929/stat : 12929 (java) S 12926 12913 12306 0 -1 64 17388 0 0 0 122 8 0 0 16 0 9 0 20508759 889450496 21216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12927/tid=12930] ppid=12926 vsize=868604 CPUtime=0
/proc/12927/task/12930/stat : 12930 (java) S 12926 12913 12306 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20508759 889450496 21216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12927/tid=12931] ppid=12926 vsize=868604 CPUtime=0
/proc/12927/task/12931/stat : 12931 (java) S 12926 12913 12306 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20508759 889450496 21216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12927/tid=12932] ppid=12926 vsize=868604 CPUtime=0
/proc/12927/task/12932/stat : 12932 (java) S 12926 12913 12306 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20508761 889450496 21216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12927/tid=12933] ppid=12926 vsize=868604 CPUtime=0.17
/proc/12927/task/12933/stat : 12933 (java) S 12926 12913 12306 0 -1 64 1458 0 0 0 16 1 0 0 16 0 9 0 20508761 889450496 21216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12927/tid=12934] ppid=12926 vsize=868604 CPUtime=0
/proc/12927/task/12934/stat : 12934 (java) S 12926 12913 12306 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20508761 889450496 21216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12927/tid=12935] ppid=12926 vsize=868604 CPUtime=0
/proc/12927/task/12935/stat : 12935 (java) S 12926 12913 12306 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20508761 889450496 21216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 890828

[startup+12.7013 s]
/proc/loadavg: 2.04 2.12 2.08 4/93 12935
/proc/meminfo: memFree=1261376/2055920 swapFree=4192812/4192956
[pid=12913] ppid=12911 vsize=16868 CPUtime=2.31
/proc/12913/stat : 12913 (sugar) S 12911 12913 12306 0 -1 4194304 1310 22902 0 1 5 1 211 14 15 0 1 0 20508518 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12913/statm: 4217 1111 409 3 0 796 0
[pid=12926] ppid=12913 vsize=5356 CPUtime=0
/proc/12926/stat : 12926 (sh) S 12913 12913 12306 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20508756 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12926/statm: 1339 233 193 169 0 50 0
[pid=12927] ppid=12926 vsize=868716 CPUtime=10.3
/proc/12927/stat : 12927 (java) S 12926 12913 12306 0 -1 0 64762 0 1 0 993 37 0 0 19 0 9 0 20508756 889565184 49289 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12927/statm: 217179 49289 2593 9 0 211656 0
[pid=12927/tid=12928] ppid=12926 vsize=868716 CPUtime=5.11
/proc/12927/task/12928/stat : 12928 (java) R 12926 12913 12306 0 -1 64 4699 0 1 0 503 8 0 0 25 0 9 0 20508757 889565184 49289 996147200 134512640 134550932 4294955936 18446744073709551615 4126991733 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12927/tid=12929] ppid=12926 vsize=868716 CPUtime=4.9
/proc/12927/task/12929/stat : 12929 (java) S 12926 12913 12306 0 -1 64 57831 0 0 0 464 26 0 0 16 0 9 0 20508759 889565184 49289 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12927/tid=12930] ppid=12926 vsize=868716 CPUtime=0
/proc/12927/task/12930/stat : 12930 (java) S 12926 12913 12306 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20508759 889565184 49289 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12927/tid=12931] ppid=12926 vsize=868716 CPUtime=0
/proc/12927/task/12931/stat : 12931 (java) S 12926 12913 12306 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20508759 889565184 49289 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12927/tid=12932] ppid=12926 vsize=868716 CPUtime=0
/proc/12927/task/12932/stat : 12932 (java) S 12926 12913 12306 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20508761 889565184 49289 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12927/tid=12933] ppid=12926 vsize=868716 CPUtime=0.26
/proc/12927/task/12933/stat : 12933 (java) S 12926 12913 12306 0 -1 64 1530 0 0 0 25 1 0 0 16 0 9 0 20508761 889565184 49289 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12927/tid=12934] ppid=12926 vsize=868716 CPUtime=0
/proc/12927/task/12934/stat : 12934 (java) S 12926 12913 12306 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20508761 889565184 49289 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12927/tid=12935] ppid=12926 vsize=868716 CPUtime=0
/proc/12927/task/12935/stat : 12935 (java) S 12926 12913 12306 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20508761 889565184 49289 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 890940

[startup+25.503 s]
/proc/loadavg: 2.18 2.14 2.09 3/93 12935
/proc/meminfo: memFree=1124928/2055920 swapFree=4192812/4192956
[pid=12913] ppid=12911 vsize=16868 CPUtime=2.31
/proc/12913/stat : 12913 (sugar) S 12911 12913 12306 0 -1 4194304 1310 22902 0 1 5 1 211 14 16 0 1 0 20508518 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12913/statm: 4217 1111 409 3 0 796 0
[pid=12926] ppid=12913 vsize=5356 CPUtime=0
/proc/12926/stat : 12926 (sh) S 12913 12913 12306 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20508756 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12926/statm: 1339 233 193 169 0 50 0
[pid=12927] ppid=12926 vsize=868716 CPUtime=23.03
/proc/12927/stat : 12927 (java) S 12926 12913 12306 0 -1 0 65016 0 1 0 2184 119 0 0 19 0 9 0 20508756 889565184 49290 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12927/statm: 217179 49290 2593 9 0 211656 0
[pid=12927/tid=12928] ppid=12926 vsize=868716 CPUtime=17.64
/proc/12927/task/12928/stat : 12928 (java) R 12926 12913 12306 0 -1 64 4952 0 1 0 1675 89 0 0 25 0 9 0 20508757 889565184 49290 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12927/tid=12929] ppid=12926 vsize=868716 CPUtime=5.11
/proc/12927/task/12929/stat : 12929 (java) S 12926 12913 12306 0 -1 64 57831 0 0 0 483 28 0 0 16 0 9 0 20508759 889565184 49290 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12927/tid=12930] ppid=12926 vsize=868716 CPUtime=0
/proc/12927/task/12930/stat : 12930 (java) S 12926 12913 12306 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20508759 889565184 49290 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12927/tid=12931] ppid=12926 vsize=868716 CPUtime=0
/proc/12927/task/12931/stat : 12931 (java) S 12926 12913 12306 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20508759 889565184 49290 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12927/tid=12932] ppid=12926 vsize=868716 CPUtime=0
/proc/12927/task/12932/stat : 12932 (java) S 12926 12913 12306 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20508761 889565184 49290 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12927/tid=12933] ppid=12926 vsize=868716 CPUtime=0.26
/proc/12927/task/12933/stat : 12933 (java) S 12926 12913 12306 0 -1 64 1531 0 0 0 25 1 0 0 16 0 9 0 20508761 889565184 49290 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12927/tid=12934] ppid=12926 vsize=868716 CPUtime=0
/proc/12927/task/12934/stat : 12934 (java) S 12926 12913 12306 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20508761 889565184 49290 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12927/tid=12935] ppid=12926 vsize=868716 CPUtime=0
/proc/12927/task/12935/stat : 12935 (java) S 12926 12913 12306 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20508761 889565184 49290 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 890940

[startup+51.1114 s]
/proc/loadavg: 2.18 2.14 2.09 3/85 12937
/proc/meminfo: memFree=970368/2055920 swapFree=4192812/4192956
[pid=12913] ppid=12911 vsize=16868 CPUtime=26.38
/proc/12913/stat : 12913 (sugar) S 12911 12913 12306 0 -1 4194304 1376 88247 0 2 6 1 2487 144 16 0 1 0 20508518 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12913/statm: 4217 1113 409 3 0 796 0
[pid=12936] ppid=12913 vsize=5356 CPUtime=0
/proc/12936/stat : 12936 (sh) S 12913 12913 12306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20511170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12936/statm: 1339 232 193 169 0 50 0
[pid=12937] ppid=12936 vsize=335956 CPUtime=24.53
/proc/12937/stat : 12937 (minisat) R 12936 12913 12306 0 -1 4194304 82129 0 0 0 2394 59 0 0 25 0 1 0 20511170 344018944 82115 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0

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

/proc/meminfo: memFree=922296/2055920 swapFree=4192812/4192956
[pid=12913] ppid=12911 vsize=16868 CPUtime=26.38
/proc/12913/stat : 12913 (sugar) S 12911 12913 12306 0 -1 4194304 1376 88247 0 2 6 1 2487 144 16 0 1 0 20508518 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12913/statm: 4217 1113 409 3 0 796 0
[pid=12936] ppid=12913 vsize=5356 CPUtime=0
/proc/12936/stat : 12936 (sh) S 12913 12913 12306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20511170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12936/statm: 1339 232 193 169 0 50 0
[pid=12937] ppid=12936 vsize=649536 CPUtime=1333.01
/proc/12937/stat : 12937 (minisat) R 12936 12913 12306 0 -1 4194304 160201 0 0 0 133162 139 0 0 25 0 1 0 20511170 665124864 160187 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/12937/statm: 162384 160187 76 150 0 162231 0
Current children cumulated CPU time (s) 1359.39
Current children cumulated vsize (KiB) 671760

[startup+1422.31 s]
/proc/loadavg: 2.16 2.11 2.07 3/84 13026
/proc/meminfo: memFree=906104/2055920 swapFree=4192812/4192956
[pid=12913] ppid=12911 vsize=16868 CPUtime=26.38
/proc/12913/stat : 12913 (sugar) S 12911 12913 12306 0 -1 4194304 1376 88247 0 2 6 1 2487 144 16 0 1 0 20508518 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12913/statm: 4217 1113 409 3 0 796 0
[pid=12936] ppid=12913 vsize=5356 CPUtime=0
/proc/12936/stat : 12936 (sh) S 12913 12913 12306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20511170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12936/statm: 1339 232 193 169 0 50 0
[pid=12937] ppid=12936 vsize=665276 CPUtime=1392.99
/proc/12937/stat : 12937 (minisat) R 12936 12913 12306 0 -1 4194304 164166 0 0 0 139157 142 0 0 25 0 1 0 20511170 681242624 164152 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/12937/statm: 166319 164152 76 150 0 166166 0
Current children cumulated CPU time (s) 1419.37
Current children cumulated vsize (KiB) 687500

[startup+1482.3 s]
/proc/loadavg: 2.13 2.11 2.07 3/84 13026
/proc/meminfo: memFree=892856/2055920 swapFree=4192812/4192956
[pid=12913] ppid=12911 vsize=16868 CPUtime=26.38
/proc/12913/stat : 12913 (sugar) S 12911 12913 12306 0 -1 4194304 1376 88247 0 2 6 1 2487 144 16 0 1 0 20508518 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12913/statm: 4217 1113 409 3 0 796 0
[pid=12936] ppid=12913 vsize=5356 CPUtime=0
/proc/12936/stat : 12936 (sh) S 12913 12913 12306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20511170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12936/statm: 1339 232 193 169 0 50 0
[pid=12937] ppid=12936 vsize=681472 CPUtime=1452.96
/proc/12937/stat : 12937 (minisat) R 12936 12913 12306 0 -1 4194304 167494 0 0 0 145150 146 0 0 25 0 1 0 20511170 697827328 167480 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12937/statm: 170368 167480 76 150 0 170215 0
Current children cumulated CPU time (s) 1479.34
Current children cumulated vsize (KiB) 703696

[startup+1542.3 s]
/proc/loadavg: 2.19 2.12 2.07 3/84 13026
/proc/meminfo: memFree=878200/2055920 swapFree=4192812/4192956
[pid=12913] ppid=12911 vsize=16868 CPUtime=26.38
/proc/12913/stat : 12913 (sugar) S 12911 12913 12306 0 -1 4194304 1376 88247 0 2 6 1 2487 144 16 0 1 0 20508518 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12913/statm: 4217 1113 409 3 0 796 0
[pid=12936] ppid=12913 vsize=5356 CPUtime=0
/proc/12936/stat : 12936 (sh) S 12913 12913 12306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20511170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12936/statm: 1339 232 193 169 0 50 0
[pid=12937] ppid=12936 vsize=695932 CPUtime=1512.94
/proc/12937/stat : 12937 (minisat) R 12936 12913 12306 0 -1 4194304 171120 0 0 0 151143 151 0 0 25 0 1 0 20511170 712634368 171106 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12937/statm: 173983 171106 76 150 0 173830 0
Current children cumulated CPU time (s) 1539.32
Current children cumulated vsize (KiB) 718156

[startup+1602.3 s]
/proc/loadavg: 2.01 2.08 2.06 3/75 13054
/proc/meminfo: memFree=1041232/2055920 swapFree=4192812/4192956
[pid=12913] ppid=12911 vsize=16868 CPUtime=26.38
/proc/12913/stat : 12913 (sugar) S 12911 12913 12306 0 -1 4194304 1376 88247 0 2 6 1 2487 144 16 0 1 0 20508518 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12913/statm: 4217 1113 409 3 0 796 0
[pid=12936] ppid=12913 vsize=5356 CPUtime=0
/proc/12936/stat : 12936 (sh) S 12913 12913 12306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20511170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12936/statm: 1339 232 193 169 0 50 0
[pid=12937] ppid=12936 vsize=706572 CPUtime=1572.91
/proc/12937/stat : 12937 (minisat) R 12936 12913 12306 0 -1 4194304 173798 0 0 0 157136 155 0 0 25 0 1 0 20511170 723529728 173784 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/12937/statm: 176643 173784 76 150 0 176490 0
Current children cumulated CPU time (s) 1599.29
Current children cumulated vsize (KiB) 728796

[startup+1662.3 s]
/proc/loadavg: 2.00 2.06 2.05 3/76 13055
/proc/meminfo: memFree=818696/2055920 swapFree=4192812/4192956
[pid=12913] ppid=12911 vsize=16868 CPUtime=26.38
/proc/12913/stat : 12913 (sugar) S 12911 12913 12306 0 -1 4194304 1376 88247 0 2 6 1 2487 144 16 0 1 0 20508518 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12913/statm: 4217 1113 409 3 0 796 0
[pid=12936] ppid=12913 vsize=5356 CPUtime=0
/proc/12936/stat : 12936 (sh) S 12913 12913 12306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20511170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12936/statm: 1339 232 193 169 0 50 0
[pid=12937] ppid=12936 vsize=717612 CPUtime=1632.89
/proc/12937/stat : 12937 (minisat) R 12936 12913 12306 0 -1 4194304 176607 0 0 0 163131 158 0 0 25 0 1 0 20511170 734834688 176593 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/12937/statm: 179403 176593 76 150 0 179250 0
Current children cumulated CPU time (s) 1659.27
Current children cumulated vsize (KiB) 739836

[startup+1722.3 s]
/proc/loadavg: 2.00 2.05 2.05 3/76 13055
/proc/meminfo: memFree=803528/2055920 swapFree=4192812/4192956
[pid=12913] ppid=12911 vsize=16868 CPUtime=26.38
/proc/12913/stat : 12913 (sugar) S 12911 12913 12306 0 -1 4194304 1376 88247 0 2 6 1 2487 144 16 0 1 0 20508518 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12913/statm: 4217 1113 409 3 0 796 0
[pid=12936] ppid=12913 vsize=5356 CPUtime=0
/proc/12936/stat : 12936 (sh) S 12913 12913 12306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20511170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12936/statm: 1339 232 193 169 0 50 0
[pid=12937] ppid=12936 vsize=732576 CPUtime=1692.86
/proc/12937/stat : 12937 (minisat) R 12936 12913 12306 0 -1 4194304 180358 0 0 0 169123 163 0 0 25 0 1 0 20511170 750157824 180344 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12937/statm: 183144 180344 76 150 0 182991 0
Current children cumulated CPU time (s) 1719.24
Current children cumulated vsize (KiB) 754800

[startup+1782.3 s]
/proc/loadavg: 2.00 2.04 2.04 3/76 13055
/proc/meminfo: memFree=798088/2055920 swapFree=4192812/4192956
[pid=12913] ppid=12911 vsize=16868 CPUtime=26.38
/proc/12913/stat : 12913 (sugar) S 12911 12913 12306 0 -1 4194304 1376 88247 0 2 6 1 2487 144 16 0 1 0 20508518 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12913/statm: 4217 1113 409 3 0 796 0
[pid=12936] ppid=12913 vsize=5356 CPUtime=0
/proc/12936/stat : 12936 (sh) S 12913 12913 12306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20511170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12936/statm: 1339 232 193 169 0 50 0
[pid=12937] ppid=12936 vsize=737868 CPUtime=1752.84
/proc/12937/stat : 12937 (minisat) R 12936 12913 12306 0 -1 4194304 181720 0 0 0 175119 165 0 0 25 0 1 0 20511170 755576832 181706 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12937/statm: 184467 181706 76 150 0 184314 0
Current children cumulated CPU time (s) 1779.22
Current children cumulated vsize (KiB) 760092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.1 s]
/proc/loadavg: 2.00 2.03 2.04 3/76 13055
/proc/meminfo: memFree=795976/2055920 swapFree=4192812/4192956
[pid=12913] ppid=12911 vsize=16868 CPUtime=26.38
/proc/12913/stat : 12913 (sugar) S 12911 12913 12306 0 -1 4194304 1376 88247 0 2 6 1 2487 144 16 0 1 0 20508518 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12913/statm: 4217 1113 409 3 0 796 0
[pid=12936] ppid=12913 vsize=5356 CPUtime=0
/proc/12936/stat : 12936 (sh) S 12913 12913 12306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20511170 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12936/statm: 1339 232 193 169 0 50 0
[pid=12937] ppid=12936 vsize=739884 CPUtime=1773.63
/proc/12937/stat : 12937 (minisat) R 12936 12913 12306 0 -1 4194304 182220 0 0 0 177197 166 0 0 25 0 1 0 20511170 757641216 182206 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12937/statm: 184971 182206 76 150 0 184818 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 762108

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

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

[startup+1803.22 s]
/proc/loadavg: 2.00 2.03 2.04 3/76 13055
/proc/meminfo: memFree=795976/2055920 swapFree=4192812/4192956
[pid=12913] ppid=12911 vsize=16868 CPUtime=26.38
/proc/12913/stat : 12913 (sugar) S 12911 12913 12306 0 -1 4194304 1398 88247 0 2 6 1 2487 144 16 0 1 0 20508518 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/12913/statm: 4217 1113 409 3 0 796 0
[pid=12936] ppid=12913 vsize=0 CPUtime=0
/proc/12936/stat : 12936 (sh) Z 12913 12913 12306 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 20511170 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/12936/statm: 0 0 0 0 0 0 0
[pid=12937] ppid=1 vsize=0 CPUtime=1773.74
/proc/12937/stat : 12937 (minisat) R 1 12913 12306 0 -1 4195332 182220 0 0 0 177197 177 0 0 25 0 1 0 20511170 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/12937/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12913 and gives
#  childrusage.ru_utime.tv_sec=24
#  childrusage.ru_utime.tv_usec=943208
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=533766
# CPU time returned by wait4() is 26.477
# while last known CPU time is 1800.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1803.3
CPU time (s): 1800.12
CPU user time (s): 1796.9
CPU system time (s): 3.22
CPU usage (%): 99.8239
Max. virtual memory (cumulated for all children) (KiB): 911316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.9432
system time used= 1.53377
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90006
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= 6841
involuntary context switches= 6786

runsolver used 2.06169 second user time and 6.03808 second system time

The end

Launcher Data

Begin job on node13 at 2009-07-11 19:46:56
IDJOB=2064152
IDBENCH=54127
IDSOLVER=739
FILE ID=node13/2064152-1247334416
PBS_JOBID= 9506641
Free space on /tmp= 66288 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-16.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-2064152-1247334416/watcher-2064152-1247334416 -o /tmp/evaluation-result-2064152-1247334416/solver-2064152-1247334416 -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-2064152-1247334416.xml

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

MD5SUM BENCH= f584a0bdadad6a616787946f67b79e6d
RANDOM SEED=933599178

node13.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.241
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.241
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:       1456112 kB
Buffers:         15064 kB
Cached:          73064 kB
SwapCached:          0 kB
Active:         529056 kB
Inactive:        23496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1456112 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7508 kB
Writeback:           0 kB
Mapped:         484916 kB
Slab:            31420 kB
Committed_AS:   613940 kB
PageTables:       2812 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= 66280 MiB
End job on node13 at 2009-07-11 20:17:01