Trace number 2063140

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.08 1814.33

General information on the benchmark

Namecsp/rand-3-24-24/
normalized-rand-3-24-24-76-632-17_ext.xml
MD5SUM256d32e174269c95e826aea3f1a4b44e
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints74
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension74
Number of constraints which are defined in intension0
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 18:40:27 2009
0.00/0.08	c 0	PID 10882
0.00/0.08	c 0	HOST node9.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2063140-1247330427.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-2063140-1247330427.xml' 'HOME/temp.csp'
1.44/1.60	c 2	1 domains, 24 variables, 0 predicates, 74 relations, 74 constraints
1.54/1.61	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.54/1.61	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'
1.54/1.69	c 2	Parsing HOME/temp.csp
3.91/4.08	c 4	parsed 173 expressions
3.91/4.09	c 4	Heap : 40 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.91/4.09	c 4	Converting to clausal form CSP
4.00/4.11	c 4	converted 18 (10%) expressions
4.00/4.12	c 4	converted 35 (20%) expressions
4.00/4.15	c 4	converted 52 (30%) expressions
4.00/4.19	c 4	converted 70 (40%) expressions
4.00/4.19	c 4	converted 87 (50%) expressions
4.20/4.32	c 4	converted 104 (60%) expressions
4.40/4.56	c 5	converted 122 (70%) expressions
4.99/5.16	c 5	converted 139 (80%) expressions
5.19/5.39	c 5	converted 156 (90%) expressions
5.48/5.66	c 6	converted 173 (100%) expressions
5.48/5.66	c 6	CSP : 24 integers, 0 booleans, 74 clauses, largest domain size 24
5.48/5.66	c 6	Heap : 78 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.48/5.66	c 6	Propagation in CSP
5.48/5.66	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.48/5.66	c 6	CSP : 24 integers, 0 booleans, 74 clauses, largest domain size 24
5.48/5.66	c 6	Heap : 78 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.48/5.66	c 6	Simplifing CSP by introducing new Boolean variables
5.48/5.66	c 6	CSP : 24 integers, 0 booleans, 74 clauses, largest domain size 24
5.48/5.66	c 6	Heap : 78 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.78/5.90	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.78/5.91	c 6	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
5.78/5.91	c 6	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
5.78/5.91	c 6	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
5.78/5.92	c 6	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
5.78/5.92	c 6	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
5.78/5.92	c 6	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
5.78/5.92	c 6	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
5.78/5.92	c 6	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
5.78/5.92	c 6	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
5.78/5.92	c 6	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
6.18/6.35	c 6	8 (10%) CSP clauses are encoded (25125 clauses, 581442 bytes)
6.48/6.68	c 7	15 (20%) CSP clauses are encoded (46772 clauses, 1115112 bytes)
6.88/7.03	c 7	23 (30%) CSP clauses are encoded (70284 clauses, 1697999 bytes)
7.17/7.35	c 7	30 (40%) CSP clauses are encoded (91965 clauses, 2241429 bytes)
7.47/7.66	c 8	37 (50%) CSP clauses are encoded (112525 clauses, 2761850 bytes)
7.86/8.03	c 8	45 (60%) CSP clauses are encoded (137193 clauses, 3418793 bytes)
8.16/8.35	c 8	52 (70%) CSP clauses are encoded (158601 clauses, 3998942 bytes)
8.57/8.72	c 9	60 (80%) CSP clauses are encoded (183317 clauses, 4668997 bytes)
8.86/9.05	c 9	67 (90%) CSP clauses are encoded (204814 clauses, 5252498 bytes)
9.15/9.37	c 9	74 (100%) CSP clauses are encoded (226373 clauses, 5837227 bytes)
9.15/9.37	c 9	74 CSP clauses encoded
9.15/9.37	c 9	Writing map file : HOME/temp.map
9.15/9.37	c 9	Heap : 31 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.15/9.37	c 9	SAT : 552 SAT variables, 226373 SAT clauses, 5837227 bytes
9.15/9.37	c 9	Heap : 31 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.24/9.40	c 9	SOLVING HOME/temp.cnf
9.24/9.40	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.24/9.41	c 9	This is MiniSat 2.0 beta
9.24/9.41	c 9	WARNING: for repeatability, setting FPU to use double precision
9.24/9.41	c 9	============================[ Problem Statistics ]=============================
9.24/9.41	c 9	|                                                                             |
9.24/9.41	c 9	|  Number of variables:  552                                                  |
9.24/9.41	c 9	|  Number of clauses:    226373                                               |
9.25/9.56	c 10	|  Parsing time:         0.13         s                                       |
9.25/9.57	c 10	============================[ Search Statistics ]==============================
9.25/9.57	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.25/9.57	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.25/9.57	c 10	===============================================================================
9.25/9.57	c 10	|         0 |     552   226373  1260843 |    75457        0    nan |  0.000 % |
9.25/9.67	c 10	|       101 |     552   226373  1260843 |    83003      101     13 |  0.000 % |
9.63/9.84	c 10	|       252 |     552   226373  1260843 |    91303      252     12 |  0.004 % |
9.83/10.08	c 10	|       479 |     552   226373  1260843 |   100434      479     12 |  0.008 % |
10.22/10.42	c 11	|       816 |     552   226373  1260843 |   110477      816     13 |  0.008 % |
10.72/10.95	c 11	|      1322 |     552   226373  1260843 |   121525     1322     14 |  0.003 % |
11.40/11.62	c 12	|      2081 |     552   226373  1260843 |   133677     2081     14 |  0.008 % |
12.49/12.70	c 13	|      3223 |     552   226373  1260843 |   147045     3223     14 |  0.007 % |
13.78/14.00	c 14	|      4931 |     552   226373  1260843 |   161750     4931     14 |  0.008 % |
15.86/16.18	c 16	|      7493 |     552   226373  1260843 |   177925     7493     15 |  0.008 % |
19.63/19.96	c 20	|     11338 |     552   226373  1260843 |   195717    11338     15 |  0.008 % |
25.18/25.60	c 26	|     17104 |     552   226373  1260843 |   215289    17104     15 |  0.008 % |
33.79/34.26	c 34	|     25753 |     552   226373  1260843 |   236818    25753     15 |  0.008 % |
47.56/48.13	c 48	|     38727 |     552   226373  1260843 |   260500    38727     16 |  0.007 % |
69.84/70.61	c 71	|     58189 |     552   226373  1260843 |   286550    58189     16 |  0.008 % |
101.84/102.99	c 103	|     87381 |     552   226373  1260843 |   315205    87381     16 |  0.000 % |
164.05/165.70	c 166	|    131170 |     552   226373  1260843 |   346725   131170     18 |  0.005 % |
270.74/273.49	c 274	|    196854 |     552   226373  1260843 |   381398   196854     18 |  0.008 % |
462.32/466.86	c 467	|    295380 |     552   226373  1260843 |   419538   295380     18 |  0.008 % |
820.82/828.74	c 829	|    443169 |     552   226373  1260843 |   461492    41917     18 |  0.003 % |
1229.78/1241.42	c 1242	|    664853 |     552   226373  1260843 |   507641   263601     21 |  0.008 % |
1800.08/1814.31	c 1814	DECODING HOME/temp.out WITH HOME/temp.map
1800.08/1814.31	c 1814	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.08/1814.32	c ERROR INTERRUPTED
1800.08/1814.32	s UNKNOWN
1800.08/1814.32	c 1814	CPU 9.25 (0.06 0.01 8.91 0.27)
1800.08/1814.32	c 1814	END Sat Jul 11 19:10:41 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-2063140-1247330427/watcher-2063140-1247330427 -o /tmp/evaluation-result-2063140-1247330427/solver-2063140-1247330427 -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-2063140-1247330427.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.25 2.19 2.08 4/74 10882
/proc/meminfo: memFree=834244/2055920 swapFree=4192956/4192956
[pid=10882] ppid=10880 vsize=12268 CPUtime=0
/proc/10882/stat : 10882 (sugar) R 10880 10882 9620 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 20109823 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 215419157093 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/10882/statm: 3067 316 241 3 0 167 0

[startup+0.0904549 s]
/proc/loadavg: 2.25 2.19 2.08 4/74 10882
/proc/meminfo: memFree=834244/2055920 swapFree=4192956/4192956
[pid=10882] ppid=10880 vsize=16868 CPUtime=0.06
/proc/10882/stat : 10882 (sugar) S 10880 10882 9620 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20109823 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10882/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101456 s]
/proc/loadavg: 2.25 2.19 2.08 4/74 10882
/proc/meminfo: memFree=834244/2055920 swapFree=4192956/4192956
[pid=10882] ppid=10880 vsize=16868 CPUtime=0.06
/proc/10882/stat : 10882 (sugar) S 10880 10882 9620 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20109823 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10882/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301475 s]
/proc/loadavg: 2.25 2.19 2.08 4/74 10882
/proc/meminfo: memFree=834244/2055920 swapFree=4192956/4192956
[pid=10882] ppid=10880 vsize=16868 CPUtime=0.06
/proc/10882/stat : 10882 (sugar) S 10880 10882 9620 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20109823 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10882/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701522 s]
/proc/loadavg: 2.25 2.19 2.08 4/74 10882
/proc/meminfo: memFree=834244/2055920 swapFree=4192956/4192956
[pid=10882] ppid=10880 vsize=16868 CPUtime=0.06
/proc/10882/stat : 10882 (sugar) S 10880 10882 9620 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20109823 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10882/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50289 s]
/proc/loadavg: 2.31 2.20 2.09 3/85 10894
/proc/meminfo: memFree=810412/2055920 swapFree=4192956/4192956
[pid=10882] ppid=10880 vsize=16868 CPUtime=0.06
/proc/10882/stat : 10882 (sugar) S 10880 10882 9620 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20109823 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10882/statm: 4217 1111 409 3 0 796 0
[pid=10885] ppid=10882 vsize=5356 CPUtime=0
/proc/10885/stat : 10885 (sh) S 10882 10882 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20109832 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10885/statm: 1339 233 193 169 0 50 0
[pid=10886] ppid=10885 vsize=864160 CPUtime=1.38
/proc/10886/stat : 10886 (java) S 10885 10882 9620 0 -1 0 8998 0 1 0 130 8 0 0 18 0 9 0 20109832 884899840 8134 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10886/statm: 216040 8134 2553 9 0 210552 0
[pid=10886/tid=10887] ppid=10885 vsize=864160 CPUtime=1.14
/proc/10886/task/10887/stat : 10887 (java) R 10885 10882 9620 0 -1 64 2911 0 1 0 110 4 0 0 25 0 9 0 20109833 884899840 8134 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10886/tid=10888] ppid=10885 vsize=864160 CPUtime=0.16
/proc/10886/task/10888/stat : 10888 (java) S 10885 10882 9620 0 -1 64 5067 0 0 0 14 2 0 0 15 0 9 0 20109834 884899840 8134 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10886/tid=10889] ppid=10885 vsize=864160 CPUtime=0
/proc/10886/task/10889/stat : 10889 (java) S 10885 10882 9620 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20109834 884899840 8134 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10886/tid=10890] ppid=10885 vsize=864160 CPUtime=0
/proc/10886/task/10890/stat : 10890 (java) S 10885 10882 9620 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20109834 884899840 8134 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10886/tid=10891] ppid=10885 vsize=864160 CPUtime=0
/proc/10886/task/10891/stat : 10891 (java) S 10885 10882 9620 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20109837 884899840 8134 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10886/tid=10892] ppid=10885 vsize=864160 CPUtime=0.04
/proc/10886/task/10892/stat : 10892 (java) S 10885 10882 9620 0 -1 64 318 0 0 0 4 0 0 0 16 0 9 0 20109837 884899840 8134 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10886/tid=10893] ppid=10885 vsize=864160 CPUtime=0
/proc/10886/task/10893/stat : 10893 (java) S 10885 10882 9620 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20109837 884899840 8134 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10886/tid=10894] ppid=10885 vsize=864160 CPUtime=0
/proc/10886/task/10894/stat : 10894 (java) S 10885 10882 9620 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20109837 884899840 8134 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 886384

[startup+3.10279 s]
/proc/loadavg: 2.31 2.20 2.09 4/85 10904
/proc/meminfo: memFree=813740/2055920 swapFree=4192956/4192956
[pid=10882] ppid=10880 vsize=16868 CPUtime=1.55
/proc/10882/stat : 10882 (sugar) S 10880 10882 9620 0 -1 4194304 1309 9653 0 1 5 1 140 9 16 0 1 0 20109823 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10882/statm: 4217 1111 409 3 0 796 0
[pid=10895] ppid=10882 vsize=5356 CPUtime=0
/proc/10895/stat : 10895 (sh) S 10882 10882 9620 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20109984 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10895/statm: 1339 233 193 169 0 50 0
[pid=10896] ppid=10895 vsize=862284 CPUtime=1.46
/proc/10896/stat : 10896 (java) S 10895 10882 9620 0 -1 0 10624 0 1 0 141 5 0 0 18 0 9 0 20109984 882978816 9884 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10896/statm: 215571 9884 2158 9 0 210484 0
[pid=10896/tid=10897] ppid=10895 vsize=862284 CPUtime=0.87
/proc/10896/task/10897/stat : 10897 (java) R 10895 10882 9620 0 -1 64 2334 0 1 0 86 1 0 0 25 0 9 0 20109985 882978816 9884 996147200 134512640 134550932 4294955936 18446744073709551615 4126421479 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10896/tid=10898] ppid=10895 vsize=862284 CPUtime=0.54
/proc/10896/task/10898/stat : 10898 (java) S 10895 10882 9620 0 -1 64 7281 0 0 0 51 3 0 0 16 0 9 0 20109987 882978816 9884 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10896/tid=10899] ppid=10895 vsize=862284 CPUtime=0
/proc/10896/task/10899/stat : 10899 (java) S 10895 10882 9620 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20109987 882978816 9884 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10896/tid=10900] ppid=10895 vsize=862284 CPUtime=0
/proc/10896/task/10900/stat : 10900 (java) S 10895 10882 9620 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20109987 882978816 9884 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10896/tid=10901] ppid=10895 vsize=862284 CPUtime=0
/proc/10896/task/10901/stat : 10901 (java) S 10895 10882 9620 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20109989 882978816 9884 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10896/tid=10902] ppid=10895 vsize=862284 CPUtime=0.03
/proc/10896/task/10902/stat : 10902 (java) S 10895 10882 9620 0 -1 64 305 0 0 0 3 0 0 0 16 0 9 0 20109989 882978816 9884 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10896/tid=10903] ppid=10895 vsize=862284 CPUtime=0
/proc/10896/task/10903/stat : 10903 (java) S 10895 10882 9620 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20109989 882978816 9884 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10896/tid=10904] ppid=10895 vsize=862284 CPUtime=0
/proc/10896/task/10904/stat : 10904 (java) S 10895 10882 9620 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20109989 882978816 9884 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) 884508

[startup+6.30114 s]
/proc/loadavg: 2.29 2.20 2.09 4/85 10904
/proc/meminfo: memFree=742956/2055920 swapFree=4192956/4192956
[pid=10882] ppid=10880 vsize=16868 CPUtime=1.56
/proc/10882/stat : 10882 (sugar) S 10880 10882 9620 0 -1 4194304 1310 9653 0 1 6 1 140 9 15 0 1 0 20109823 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10882/statm: 4217 1111 409 3 0 796 0
[pid=10895] ppid=10882 vsize=5356 CPUtime=0
/proc/10895/stat : 10895 (sh) S 10882 10882 9620 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20109984 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10895/statm: 1339 233 193 169 0 50 0
[pid=10896] ppid=10895 vsize=864332 CPUtime=4.62
/proc/10896/stat : 10896 (java) S 10895 10882 9620 0 -1 0 26443 0 1 0 450 12 0 0 18 0 9 0 20109984 885075968 25629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10896/statm: 216083 25629 2590 9 0 210560 0
[pid=10896/tid=10897] ppid=10895 vsize=864332 CPUtime=2.44
/proc/10896/task/10897/stat : 10897 (java) R 10895 10882 9620 0 -1 64 3746 0 1 0 242 2 0 0 25 0 9 0 20109985 885075968 25629 996147200 134512640 134550932 4294955936 18446744073709551615 4126546192 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10896/tid=10898] ppid=10895 vsize=864332 CPUtime=2.06
/proc/10896/task/10898/stat : 10898 (java) S 10895 10882 9620 0 -1 64 21655 0 0 0 198 8 0 0 16 0 9 0 20109987 885075968 25629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10896/tid=10899] ppid=10895 vsize=864332 CPUtime=0
/proc/10896/task/10899/stat : 10899 (java) S 10895 10882 9620 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20109987 885075968 25629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10896/tid=10900] ppid=10895 vsize=864332 CPUtime=0
/proc/10896/task/10900/stat : 10900 (java) S 10895 10882 9620 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20109987 885075968 25629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10896/tid=10901] ppid=10895 vsize=864332 CPUtime=0
/proc/10896/task/10901/stat : 10901 (java) S 10895 10882 9620 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20109989 885075968 25629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10896/tid=10902] ppid=10895 vsize=864332 CPUtime=0.08
/proc/10896/task/10902/stat : 10902 (java) S 10895 10882 9620 0 -1 64 338 0 0 0 8 0 0 0 16 0 9 0 20109989 885075968 25629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10896/tid=10903] ppid=10895 vsize=864332 CPUtime=0
/proc/10896/task/10903/stat : 10903 (java) S 10895 10882 9620 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20109989 885075968 25629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10896/tid=10904] ppid=10895 vsize=864332 CPUtime=0
/proc/10896/task/10904/stat : 10904 (java) S 10895 10882 9620 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20109989 885075968 25629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 886556

[startup+12.7029 s]
/proc/loadavg: 2.26 2.19 2.09 3/77 10906
/proc/meminfo: memFree=805740/2055920 swapFree=4192956/4192956
[pid=10882] ppid=10880 vsize=16868 CPUtime=9.25
/proc/10882/stat : 10882 (sugar) S 10880 10882 9620 0 -1 4194304 1374 36459 0 2 6 1 891 27 15 0 1 0 20109823 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10882/statm: 4217 1112 409 3 0 796 0
[pid=10905] ppid=10882 vsize=5356 CPUtime=0
/proc/10905/stat : 10905 (sh) S 10882 10882 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20110764 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10905/statm: 1339 232 193 169 0 50 0
[pid=10906] ppid=10905 vsize=15632 CPUtime=3.24
/proc/10906/stat : 10906 (minisat) R 10905 10882 9620 0 -1 4194304 3730 0 0 0 322 2 0 0 25 0 1 0 20110764 16007168 3716 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/10906/statm: 3908 3716 75 150 0 3755 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 37856

[startup+25.5013 s]
/proc/loadavg: 2.22 2.19 2.09 3/77 10906
/proc/meminfo: memFree=803884/2055920 swapFree=4192956/4192956
[pid=10882] ppid=10880 vsize=16868 CPUtime=9.25
/proc/10882/stat : 10882 (sugar) S 10880 10882 9620 0 -1 4194304 1374 36459 0 2 6 1 891 27 16 0 1 0 20109823 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10882/statm: 4217 1112 409 3 0 796 0
[pid=10905] ppid=10882 vsize=5356 CPUtime=0
/proc/10905/stat : 10905 (sh) S 10882 10882 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20110764 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10905/statm: 1339 232 193 169 0 50 0
[pid=10906] ppid=10905 vsize=16860 CPUtime=15.93
/proc/10906/stat : 10906 (minisat) R 10905 10882 9620 0 -1 4194304 4053 0 0 0 1590 3 0 0 25 0 1 0 20110764 17264640 4039 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/10906/statm: 4215 4039 75 150 0 4062 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 39084

[startup+51.1011 s]
/proc/loadavg: 2.13 2.17 2.08 3/77 10906
/proc/meminfo: memFree=801324/2055920 swapFree=4192956/4192956
[pid=10882] ppid=10880 vsize=16868 CPUtime=9.25
/proc/10882/stat : 10882 (sugar) S 10880 10882 9620 0 -1 4194304 1374 36459 0 2 6 1 891 27 16 0 1 0 20109823 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10882/statm: 4217 1112 409 3 0 796 0
[pid=10905] ppid=10882 vsize=5356 CPUtime=0
/proc/10905/stat : 10905 (sh) S 10882 10882 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20110764 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10905/statm: 1339 232 193 169 0 50 0
[pid=10906] ppid=10905 vsize=19460 CPUtime=41.27
/proc/10906/stat : 10906 (minisat) R 10905 10882 9620 0 -1 4194304 4663 0 0 0 4123 4 0 0 25 0 1 0 20110764 19927040 4649 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10906/statm: 4865 4649 75 150 0 4712 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 41684

[startup+102.307 s]
/proc/loadavg: 2.06 2.14 2.08 3/77 10906
/proc/meminfo: memFree=796716/2055920 swapFree=4192956/4192956
[pid=10882] ppid=10880 vsize=16868 CPUtime=9.25
/proc/10882/stat : 10882 (sugar) S 10880 10882 9620 0 -1 4194304 1374 36459 0 2 6 1 891 27 16 0 1 0 20109823 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10882/statm: 4217 1112 409 3 0 796 0
[pid=10905] ppid=10882 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=687396/2055920 swapFree=4192956/4192956
[pid=10882] ppid=10880 vsize=16868 CPUtime=9.25
/proc/10882/stat : 10882 (sugar) S 10880 10882 9620 0 -1 4194304 1374 36459 0 2 6 1 891 27 16 0 1 0 20109823 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10882/statm: 4217 1112 409 3 0 796 0
[pid=10905] ppid=10882 vsize=5356 CPUtime=0
/proc/10905/stat : 10905 (sh) S 10882 10882 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20110764 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10905/statm: 1339 232 193 169 0 50 0
[pid=10906] ppid=10905 vsize=61600 CPUtime=1340.06
/proc/10906/stat : 10906 (minisat) R 10905 10882 9620 0 -1 4194304 14991 0 0 0 133991 15 0 0 25 0 1 0 20110764 63078400 14977 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/10906/statm: 15400 14977 75 150 0 15247 0
Current children cumulated CPU time (s) 1349.31
Current children cumulated vsize (KiB) 83824

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 10954
/proc/meminfo: memFree=687396/2055920 swapFree=4192956/4192956
[pid=10882] ppid=10880 vsize=16868 CPUtime=9.25
/proc/10882/stat : 10882 (sugar) S 10880 10882 9620 0 -1 4194304 1374 36459 0 2 6 1 891 27 16 0 1 0 20109823 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10882/statm: 4217 1112 409 3 0 796 0
[pid=10905] ppid=10882 vsize=5356 CPUtime=0
/proc/10905/stat : 10905 (sh) S 10882 10882 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20110764 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10905/statm: 1339 232 193 169 0 50 0
[pid=10906] ppid=10905 vsize=61600 CPUtime=1399.44
/proc/10906/stat : 10906 (minisat) R 10905 10882 9620 0 -1 4194304 14992 0 0 0 139929 15 0 0 25 0 1 0 20110764 63078400 14978 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10906/statm: 15400 14978 75 150 0 15247 0
Current children cumulated CPU time (s) 1408.69
Current children cumulated vsize (KiB) 83824

[startup+1482.3 s]
/proc/loadavg: 2.04 2.00 2.00 3/87 10954
/proc/meminfo: memFree=662884/2055920 swapFree=4192956/4192956
[pid=10882] ppid=10880 vsize=16868 CPUtime=9.25
/proc/10882/stat : 10882 (sugar) S 10880 10882 9620 0 -1 4194304 1374 36459 0 2 6 1 891 27 16 0 1 0 20109823 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10882/statm: 4217 1112 409 3 0 796 0
[pid=10905] ppid=10882 vsize=5356 CPUtime=0
/proc/10905/stat : 10905 (sh) S 10882 10882 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20110764 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10905/statm: 1339 232 193 169 0 50 0
[pid=10906] ppid=10905 vsize=61764 CPUtime=1459.08
/proc/10906/stat : 10906 (minisat) R 10905 10882 9620 0 -1 4194304 15030 0 0 0 145893 15 0 0 25 0 1 0 20110764 63246336 15016 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10906/statm: 15441 15016 75 150 0 15288 0
Current children cumulated CPU time (s) 1468.33
Current children cumulated vsize (KiB) 83988

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/87 10954
/proc/meminfo: memFree=661540/2055920 swapFree=4192956/4192956
[pid=10882] ppid=10880 vsize=16868 CPUtime=9.25
/proc/10882/stat : 10882 (sugar) S 10880 10882 9620 0 -1 4194304 1374 36459 0 2 6 1 891 27 16 0 1 0 20109823 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10882/statm: 4217 1112 409 3 0 796 0
[pid=10905] ppid=10882 vsize=5356 CPUtime=0
/proc/10905/stat : 10905 (sh) S 10882 10882 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20110764 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10905/statm: 1339 232 193 169 0 50 0
[pid=10906] ppid=10905 vsize=63208 CPUtime=1519.06
/proc/10906/stat : 10906 (minisat) R 10905 10882 9620 0 -1 4194304 15382 0 0 0 151890 16 0 0 25 0 1 0 20110764 64724992 15368 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10906/statm: 15802 15368 75 150 0 15649 0
Current children cumulated CPU time (s) 1528.31
Current children cumulated vsize (KiB) 85432

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 10954
/proc/meminfo: memFree=659620/2055920 swapFree=4192956/4192956
[pid=10882] ppid=10880 vsize=16868 CPUtime=9.25
/proc/10882/stat : 10882 (sugar) S 10880 10882 9620 0 -1 4194304 1374 36459 0 2 6 1 891 27 16 0 1 0 20109823 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10882/statm: 4217 1112 409 3 0 796 0
[pid=10905] ppid=10882 vsize=5356 CPUtime=0
/proc/10905/stat : 10905 (sh) S 10882 10882 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20110764 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10905/statm: 1339 232 193 169 0 50 0
[pid=10906] ppid=10905 vsize=65236 CPUtime=1579.03
/proc/10906/stat : 10906 (minisat) R 10905 10882 9620 0 -1 4194304 15872 0 0 0 157886 17 0 0 25 0 1 0 20110764 66801664 15858 996147200 134512640 135127466 4294956256 18446744073709551615 134528364 0 0 4096 3 0 0 0 17 0 0 0
/proc/10906/statm: 16309 15858 75 150 0 16156 0
Current children cumulated CPU time (s) 1588.28
Current children cumulated vsize (KiB) 87460

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 10954
/proc/meminfo: memFree=634468/2055920 swapFree=4192956/4192956
[pid=10882] ppid=10880 vsize=16868 CPUtime=9.25
/proc/10882/stat : 10882 (sugar) S 10880 10882 9620 0 -1 4194304 1374 36459 0 2 6 1 891 27 16 0 1 0 20109823 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10882/statm: 4217 1112 409 3 0 796 0
[pid=10905] ppid=10882 vsize=5356 CPUtime=0
/proc/10905/stat : 10905 (sh) S 10882 10882 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20110764 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10905/statm: 1339 232 193 169 0 50 0
[pid=10906] ppid=10905 vsize=67448 CPUtime=1638.89
/proc/10906/stat : 10906 (minisat) R 10905 10882 9620 0 -1 4194304 16411 0 0 0 163871 18 0 0 25 0 1 0 20110764 69066752 16397 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/10906/statm: 16862 16397 75 150 0 16709 0
Current children cumulated CPU time (s) 1648.14
Current children cumulated vsize (KiB) 89672

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 10954
/proc/meminfo: memFree=632420/2055920 swapFree=4192956/4192956
[pid=10882] ppid=10880 vsize=16868 CPUtime=9.25
/proc/10882/stat : 10882 (sugar) S 10880 10882 9620 0 -1 4194304 1374 36459 0 2 6 1 891 27 16 0 1 0 20109823 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10882/statm: 4217 1112 409 3 0 796 0
[pid=10905] ppid=10882 vsize=5356 CPUtime=0
/proc/10905/stat : 10905 (sh) S 10882 10882 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20110764 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10905/statm: 1339 232 193 169 0 50 0
[pid=10906] ppid=10905 vsize=69496 CPUtime=1698.87
/proc/10906/stat : 10906 (minisat) R 10905 10882 9620 0 -1 4194304 16911 0 0 0 169868 19 0 0 25 0 1 0 20110764 71163904 16897 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10906/statm: 17374 16897 75 150 0 17221 0
Current children cumulated CPU time (s) 1708.12
Current children cumulated vsize (KiB) 91720

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 10954
/proc/meminfo: memFree=630308/2055920 swapFree=4192956/4192956
[pid=10882] ppid=10880 vsize=16868 CPUtime=9.25
/proc/10882/stat : 10882 (sugar) S 10880 10882 9620 0 -1 4194304 1374 36459 0 2 6 1 891 27 16 0 1 0 20109823 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10882/statm: 4217 1112 409 3 0 796 0
[pid=10905] ppid=10882 vsize=5356 CPUtime=0
/proc/10905/stat : 10905 (sh) S 10882 10882 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20110764 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10905/statm: 1339 232 193 169 0 50 0
[pid=10906] ppid=10905 vsize=71472 CPUtime=1758.84
/proc/10906/stat : 10906 (minisat) R 10905 10882 9620 0 -1 4194304 17389 0 0 0 175865 19 0 0 25 0 1 0 20110764 73187328 17375 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/10906/statm: 17868 17375 75 150 0 17715 0
Current children cumulated CPU time (s) 1768.09
Current children cumulated vsize (KiB) 93696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 10954
/proc/meminfo: memFree=629220/2055920 swapFree=4192956/4192956
[pid=10882] ppid=10880 vsize=16868 CPUtime=9.25
/proc/10882/stat : 10882 (sugar) S 10880 10882 9620 0 -1 4194304 1374 36459 0 2 6 1 891 27 16 0 1 0 20109823 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10882/statm: 4217 1112 409 3 0 796 0
[pid=10905] ppid=10882 vsize=5356 CPUtime=0
/proc/10905/stat : 10905 (sh) S 10882 10882 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20110764 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10905/statm: 1339 232 193 169 0 50 0
[pid=10906] ppid=10905 vsize=72528 CPUtime=1790.83
/proc/10906/stat : 10906 (minisat) R 10905 10882 9620 0 -1 4194304 17664 0 0 0 179063 20 0 0 25 0 1 0 20110764 74268672 17650 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10906/statm: 18132 17650 75 150 0 17979 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 94752

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

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

[startup+1814.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 10954
/proc/meminfo: memFree=629220/2055920 swapFree=4192956/4192956
[pid=10882] ppid=10880 vsize=16868 CPUtime=9.25
/proc/10882/stat : 10882 (sugar) S 10880 10882 9620 0 -1 4194304 1374 36459 0 2 6 1 891 27 16 0 1 0 20109823 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10882/statm: 4217 1112 409 3 0 796 0
[pid=10905] ppid=10882 vsize=5356 CPUtime=0
/proc/10905/stat : 10905 (sh) S 10882 10882 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20110764 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10905/statm: 1339 232 193 169 0 50 0
[pid=10906] ppid=10905 vsize=72528 CPUtime=1790.83
/proc/10906/stat : 10906 (minisat) R 10905 10882 9620 0 -1 4194304 17664 0 0 0 179063 20 0 0 25 0 1 0 20110764 74268672 17650 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10906/statm: 18132 17650 75 150 0 17979 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 94752

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10882 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=976635
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=304953
# CPU time returned by wait4() is 9.28159
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1814.33
CPU time (s): 1800.08
CPU user time (s): 1799.6
CPU system time (s): 0.48
CPU usage (%): 99.2147
Max. virtual memory (cumulated for all children) (KiB): 886600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.97663
system time used= 0.304953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38306
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= 3773
involuntary context switches= 3792

runsolver used 2.12868 second user time and 6.63699 second system time

The end

Launcher Data

Begin job on node9 at 2009-07-11 18:40:27
IDJOB=2063140
IDBENCH=53974
IDSOLVER=739
FILE ID=node9/2063140-1247330427
PBS_JOBID= 9506610
Free space on /tmp= 66372 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-24-24/normalized-rand-3-24-24-76-632-17_ext.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-2063140-1247330427/watcher-2063140-1247330427 -o /tmp/evaluation-result-2063140-1247330427/solver-2063140-1247330427 -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-2063140-1247330427.xml

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

MD5SUM BENCH= 256d32e174269c95e826aea3f1a4b44e
RANDOM SEED=96194267

node9.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.216
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.216
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:        834724 kB
Buffers:         62980 kB
Cached:        1020328 kB
SwapCached:          0 kB
Active:         515084 kB
Inactive:       652988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        834724 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4112 kB
Writeback:           0 kB
Mapped:          95972 kB
Slab:            38356 kB
Committed_AS:   196412 kB
PageTables:       1960 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= 66392 MiB
End job on node9 at 2009-07-11 19:10:43