Trace number 2063294

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.02 1814.86

General information on the benchmark

Namecsp/rand-3-24-24/
normalized-rand-3-24-24-76-632-26_ext.xml
MD5SUMc1567257e2e5e8993991a8714d7c7c43
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark666.837
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
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:58:22 2009
0.00/0.08	c 0	PID 17826
0.07/0.08	c 0	HOST node44.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2063294-1247331502.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-2063294-1247331502.xml' 'HOME/temp.csp'
1.55/1.60	c 2	1 domains, 24 variables, 0 predicates, 75 relations, 75 constraints
1.55/1.66	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.55/1.66	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.57/1.74	c 2	Parsing HOME/temp.csp
3.96/4.13	c 4	parsed 175 expressions
3.96/4.14	c 4	Heap : 42 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.96/4.14	c 4	Converting to clausal form CSP
3.96/4.18	c 4	converted 18 (10%) expressions
3.96/4.20	c 4	converted 35 (20%) expressions
4.07/4.20	c 4	converted 53 (30%) expressions
4.07/4.24	c 4	converted 70 (40%) expressions
4.07/4.27	c 5	converted 88 (50%) expressions
4.16/4.37	c 5	converted 105 (60%) expressions
4.46/4.61	c 5	converted 123 (70%) expressions
5.06/5.26	c 6	converted 140 (80%) expressions
5.25/5.48	c 6	converted 158 (90%) expressions
5.54/5.71	c 6	converted 175 (100%) expressions
5.54/5.71	c 6	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
5.54/5.71	c 6	Heap : 81 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.54/5.71	c 6	Propagation in CSP
5.54/5.71	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.54/5.71	c 6	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
5.54/5.71	c 6	Heap : 81 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.54/5.71	c 6	Simplifing CSP by introducing new Boolean variables
5.54/5.72	c 6	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
5.54/5.72	c 6	Heap : 81 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.74/5.96	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.74/5.97	c 6	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
5.74/5.97	c 6	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
5.74/5.97	c 6	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
5.74/5.97	c 6	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
5.74/5.97	c 6	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
5.74/5.97	c 6	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
5.74/5.98	c 6	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
5.74/5.98	c 6	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
5.74/5.98	c 6	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
5.74/5.98	c 6	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
6.24/6.42	c 7	8 (10%) CSP clauses are encoded (25239 clauses, 597601 bytes)
6.53/6.74	c 7	15 (20%) CSP clauses are encoded (46926 clauses, 1136750 bytes)
6.93/7.11	c 7	23 (30%) CSP clauses are encoded (71486 clauses, 1756177 bytes)
7.22/7.44	c 8	30 (40%) CSP clauses are encoded (93087 clauses, 2301114 bytes)
7.62/7.82	c 8	38 (50%) CSP clauses are encoded (117789 clauses, 2962252 bytes)
7.92/8.12	c 8	45 (60%) CSP clauses are encoded (138345 clauses, 3517462 bytes)
8.22/8.49	c 9	53 (70%) CSP clauses are encoded (162935 clauses, 4184360 bytes)
8.61/8.82	c 9	60 (80%) CSP clauses are encoded (184520 clauses, 4769934 bytes)
8.90/9.19	c 9	68 (90%) CSP clauses are encoded (209128 clauses, 5437676 bytes)
9.31/9.52	c 10	75 (100%) CSP clauses are encoded (230790 clauses, 6025678 bytes)
9.31/9.52	c 10	75 CSP clauses encoded
9.31/9.52	c 10	Writing map file : HOME/temp.map
9.31/9.52	c 10	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.31/9.52	c 10	SAT : 552 SAT variables, 230790 SAT clauses, 6025678 bytes
9.31/9.52	c 10	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.31/9.57	c 10	SOLVING HOME/temp.cnf
9.31/9.57	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.31/9.57	c 10	This is MiniSat 2.0 beta
9.31/9.57	c 10	WARNING: for repeatability, setting FPU to use double precision
9.31/9.57	c 10	============================[ Problem Statistics ]=============================
9.31/9.57	c 10	|                                                                             |
9.31/9.57	c 10	|  Number of variables:  552                                                  |
9.31/9.57	c 10	|  Number of clauses:    230790                                               |
9.35/9.72	c 10	|  Parsing time:         0.13         s                                       |
9.35/9.73	c 10	============================[ Search Statistics ]==============================
9.35/9.73	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.35/9.73	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.35/9.73	c 10	===============================================================================
9.35/9.73	c 10	|         0 |     552   230790  1286264 |    76930        0    nan |  0.000 % |
9.57/9.88	c 10	|       100 |     552   230790  1286264 |    84623      100     11 |  0.000 % |
9.76/10.03	c 10	|       252 |     552   230790  1286264 |    93085      252     11 |  0.007 % |
9.96/10.21	c 10	|       477 |     552   230790  1286264 |   102393      477     12 |  0.008 % |
10.16/10.47	c 11	|       814 |     552   230790  1286264 |   112633      814     12 |  0.008 % |
10.65/10.91	c 11	|      1320 |     552   230790  1286264 |   123896     1320     13 |  0.008 % |
11.44/11.77	c 12	|      2080 |     552   230790  1286264 |   136286     2080     14 |  0.008 % |
12.73/13.00	c 13	|      3220 |     552   230790  1286264 |   149914     3220     13 |  0.008 % |
14.41/14.75	c 15	|      4928 |     552   230790  1286264 |   164906     4928     13 |  0.008 % |
17.08/17.44	c 18	|      7490 |     552   230790  1286264 |   181396     7490     13 |  0.008 % |
21.05/21.48	c 22	|     11335 |     552   230790  1286264 |   199536    11335     13 |  0.008 % |
27.00/27.41	c 28	|     17102 |     552   230790  1286264 |   219490    17102     14 |  0.008 % |
36.20/36.74	c 37	|     25751 |     552   230790  1286264 |   241439    25751     14 |  0.008 % |
51.25/51.98	c 52	|     38725 |     552   230790  1286264 |   265583    38725     14 |  0.008 % |
77.11/78.08	c 78	|     58186 |     552   230790  1286264 |   292141    58186     15 |  0.008 % |
119.31/120.67	c 121	|     87379 |     552   230790  1286264 |   321355    87379     16 |  0.008 % |
196.76/198.90	c 199	|    131168 |     552   230790  1286264 |   353491   131168     17 |  0.008 % |
332.08/335.49	c 336	|    196853 |     552   230790  1286264 |   388840   196853     17 |  0.008 % |
572.92/577.71	c 578	|    295380 |     552   230790  1286264 |   427724   295380     17 |  0.005 % |
994.13/1001.36	c 1002	|    443169 |     552   230790  1286264 |   470496    33550     17 |  0.008 % |
1409.21/1420.33	c 1421	|    664852 |     552   230790  1286264 |   517546   255233     17 |  0.011 % |
1800.02/1814.81	c 1815	DECODING HOME/temp.out WITH HOME/temp.map
1800.02/1814.81	c 1815	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.02/1814.82	c ERROR INTERRUPTED
1800.02/1814.82	s UNKNOWN
1800.02/1814.82	c 1815	CPU 9.36 (0.06 0.01 8.96 0.33)
1800.02/1814.82	c 1815	END Sat Jul 11 19:28:37 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-2063294-1247331502/watcher-2063294-1247331502 -o /tmp/evaluation-result-2063294-1247331502/solver-2063294-1247331502 -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-2063294-1247331502.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.00 2.00 1.99 3/74 17826
/proc/meminfo: memFree=1877272/2055920 swapFree=4192812/4192956
[pid=17826] ppid=17824 vsize=18576 CPUtime=0
/proc/17826/stat : 17826 (runsolver) R 17824 17826 14697 0 -1 4194368 15 0 0 0 0 0 0 0 23 0 1 0 20214097 19021824 285 996147200 4194304 4302564 548682068304 18446744073709551615 264840473895 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17826/statm: 4644 285 249 26 0 2626 0

[startup+0.0823619 s]
/proc/loadavg: 2.00 2.00 1.99 3/74 17826
/proc/meminfo: memFree=1877272/2055920 swapFree=4192812/4192956
[pid=17826] ppid=17824 vsize=16740 CPUtime=0.07
/proc/17826/stat : 17826 (sugar) S 17824 17826 14697 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 20214097 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17826/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101818 s]
/proc/loadavg: 2.00 2.00 1.99 3/74 17826
/proc/meminfo: memFree=1877272/2055920 swapFree=4192812/4192956
[pid=17826] ppid=17824 vsize=16868 CPUtime=0.07
/proc/17826/stat : 17826 (sugar) S 17824 17826 14697 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20214097 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17826/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301834 s]
/proc/loadavg: 2.00 2.00 1.99 3/74 17826
/proc/meminfo: memFree=1877272/2055920 swapFree=4192812/4192956
[pid=17826] ppid=17824 vsize=16868 CPUtime=0.07
/proc/17826/stat : 17826 (sugar) S 17824 17826 14697 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20214097 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17826/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701878 s]
/proc/loadavg: 2.00 2.00 1.99 3/74 17826
/proc/meminfo: memFree=1877272/2055920 swapFree=4192812/4192956
[pid=17826] ppid=17824 vsize=16868 CPUtime=0.07
/proc/17826/stat : 17826 (sugar) S 17824 17826 14697 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20214097 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17826/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50296 s]
/proc/loadavg: 2.16 2.03 2.00 3/85 17838
/proc/meminfo: memFree=1853312/2055920 swapFree=4192812/4192956
[pid=17826] ppid=17824 vsize=16868 CPUtime=0.07
/proc/17826/stat : 17826 (sugar) S 17824 17826 14697 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20214097 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17826/statm: 4217 1111 409 3 0 796 0
[pid=17829] ppid=17826 vsize=5356 CPUtime=0
/proc/17829/stat : 17829 (sh) S 17826 17826 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20214105 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17829/statm: 1339 233 193 169 0 50 0
[pid=17830] ppid=17829 vsize=864160 CPUtime=1.38
/proc/17830/stat : 17830 (java) S 17829 17826 14697 0 -1 0 8936 0 1 0 130 8 0 0 18 0 9 0 20214106 884899840 8069 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17830/statm: 216040 8069 2553 9 0 210552 0
[pid=17830/tid=17831] ppid=17829 vsize=864160 CPUtime=1.14
/proc/17830/task/17831/stat : 17831 (java) R 17829 17826 14697 0 -1 64 2924 0 1 0 110 4 0 0 25 0 9 0 20214107 884899840 8069 996147200 134512640 134550932 4294955984 18446744073709551615 4126513034 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17832] ppid=17829 vsize=864160 CPUtime=0.17
/proc/17830/task/17832/stat : 17832 (java) S 17829 17826 14697 0 -1 64 4989 0 0 0 14 3 0 0 16 0 9 0 20214108 884899840 8069 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17833] ppid=17829 vsize=864160 CPUtime=0
/proc/17830/task/17833/stat : 17833 (java) S 17829 17826 14697 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20214108 884899840 8069 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17834] ppid=17829 vsize=864160 CPUtime=0
/proc/17830/task/17834/stat : 17834 (java) S 17829 17826 14697 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20214108 884899840 8069 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17835] ppid=17829 vsize=864160 CPUtime=0
/proc/17830/task/17835/stat : 17835 (java) S 17829 17826 14697 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20214110 884899840 8069 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17836] ppid=17829 vsize=864160 CPUtime=0.05
/proc/17830/task/17836/stat : 17836 (java) S 17829 17826 14697 0 -1 64 321 0 0 0 5 0 0 0 16 0 9 0 20214110 884899840 8069 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17837] ppid=17829 vsize=864160 CPUtime=0
/proc/17830/task/17837/stat : 17837 (java) S 17829 17826 14697 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20214110 884899840 8069 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17830/tid=17838] ppid=17829 vsize=864160 CPUtime=0
/proc/17830/task/17838/stat : 17838 (java) S 17829 17826 14697 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20214110 884899840 8069 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886384

[startup+3.10213 s]
/proc/loadavg: 2.16 2.03 2.00 3/85 17848
/proc/meminfo: memFree=1858112/2055920 swapFree=4192812/4192956
[pid=17826] ppid=17824 vsize=16868 CPUtime=1.57
/proc/17826/stat : 17826 (sugar) S 17824 17826 14697 0 -1 4194304 1309 9629 0 1 6 1 140 10 16 0 1 0 20214097 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17826/statm: 4217 1111 409 3 0 796 0
[pid=17839] ppid=17826 vsize=5356 CPUtime=0
/proc/17839/stat : 17839 (sh) S 17826 17826 14697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20214264 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17839/statm: 1339 233 193 169 0 50 0
[pid=17840] ppid=17839 vsize=862284 CPUtime=1.4
/proc/17840/stat : 17840 (java) S 17839 17826 14697 0 -1 0 10269 0 1 0 134 6 0 0 18 0 9 0 20214264 882978816 9530 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17840/statm: 215571 9530 2158 9 0 210484 0
[pid=17840/tid=17841] ppid=17839 vsize=862284 CPUtime=0.82
/proc/17840/task/17841/stat : 17841 (java) R 17839 17826 14697 0 -1 64 2333 0 1 0 81 1 0 0 25 0 9 0 20214265 882978816 9530 996147200 134512640 134550932 4294955936 18446744073709551615 4159580451 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17840/tid=17842] ppid=17839 vsize=862284 CPUtime=0.53
/proc/17840/task/17842/stat : 17842 (java) S 17839 17826 14697 0 -1 64 6927 0 0 0 49 4 0 0 16 0 9 0 20214266 882978816 9530 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17840/tid=17843] ppid=17839 vsize=862284 CPUtime=0
/proc/17840/task/17843/stat : 17843 (java) S 17839 17826 14697 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20214266 882978816 9530 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17840/tid=17844] ppid=17839 vsize=862284 CPUtime=0
/proc/17840/task/17844/stat : 17844 (java) S 17839 17826 14697 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20214266 882978816 9530 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17840/tid=17845] ppid=17839 vsize=862284 CPUtime=0
/proc/17840/task/17845/stat : 17845 (java) S 17839 17826 14697 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20214268 882978816 9530 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17840/tid=17846] ppid=17839 vsize=862284 CPUtime=0.03
/proc/17840/task/17846/stat : 17846 (java) S 17839 17826 14697 0 -1 64 305 0 0 0 3 0 0 0 16 0 9 0 20214268 882978816 9530 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17840/tid=17847] ppid=17839 vsize=862284 CPUtime=0
/proc/17840/task/17847/stat : 17847 (java) S 17839 17826 14697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20214268 882978816 9530 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17840/tid=17848] ppid=17839 vsize=862284 CPUtime=0
/proc/17840/task/17848/stat : 17848 (java) S 17839 17826 14697 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20214268 882978816 9530 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 884508

[startup+6.30146 s]
/proc/loadavg: 2.16 2.03 2.00 3/85 17848
/proc/meminfo: memFree=1786112/2055920 swapFree=4192812/4192956
[pid=17826] ppid=17824 vsize=16868 CPUtime=1.57
/proc/17826/stat : 17826 (sugar) S 17824 17826 14697 0 -1 4194304 1310 9629 0 1 6 1 140 10 15 0 1 0 20214097 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17826/statm: 4217 1111 409 3 0 796 0
[pid=17839] ppid=17826 vsize=5356 CPUtime=0
/proc/17839/stat : 17839 (sh) S 17826 17826 14697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20214264 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17839/statm: 1339 233 193 169 0 50 0
[pid=17840] ppid=17839 vsize=864488 CPUtime=4.57
/proc/17840/stat : 17840 (java) S 17839 17826 14697 0 -1 0 26494 0 1 0 440 17 0 0 18 0 9 0 20214264 885235712 25696 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17840/statm: 216122 25696 2590 9 0 210599 0
[pid=17840/tid=17841] ppid=17839 vsize=864488 CPUtime=2.39
/proc/17840/task/17841/stat : 17841 (java) R 17839 17826 14697 0 -1 64 3745 0 1 0 236 3 0 0 25 0 9 0 20214265 885235712 25696 996147200 134512640 134550932 4294955936 18446744073709551615 4126576071 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17840/tid=17842] ppid=17839 vsize=864488 CPUtime=2.07
/proc/17840/task/17842/stat : 17842 (java) S 17839 17826 14697 0 -1 64 21707 0 0 0 194 13 0 0 16 0 9 0 20214266 885235712 25696 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17840/tid=17843] ppid=17839 vsize=864488 CPUtime=0
/proc/17840/task/17843/stat : 17843 (java) S 17839 17826 14697 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20214266 885235712 25696 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17840/tid=17844] ppid=17839 vsize=864488 CPUtime=0
/proc/17840/task/17844/stat : 17844 (java) S 17839 17826 14697 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20214266 885235712 25696 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17840/tid=17845] ppid=17839 vsize=864488 CPUtime=0
/proc/17840/task/17845/stat : 17845 (java) S 17839 17826 14697 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20214268 885235712 25696 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17840/tid=17846] ppid=17839 vsize=864488 CPUtime=0.09
/proc/17840/task/17846/stat : 17846 (java) S 17839 17826 14697 0 -1 64 338 0 0 0 9 0 0 0 16 0 9 0 20214268 885235712 25696 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17840/tid=17847] ppid=17839 vsize=864488 CPUtime=0
/proc/17840/task/17847/stat : 17847 (java) S 17839 17826 14697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20214268 885235712 25696 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17840/tid=17848] ppid=17839 vsize=864488 CPUtime=0
/proc/17840/task/17848/stat : 17848 (java) S 17839 17826 14697 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20214268 885235712 25696 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 886712

[startup+12.7021 s]
/proc/loadavg: 2.29 2.06 2.01 3/77 17850
/proc/meminfo: memFree=1848832/2055920 swapFree=4192812/4192956
[pid=17826] ppid=17824 vsize=16868 CPUtime=9.35
/proc/17826/stat : 17826 (sugar) S 17824 17826 14697 0 -1 4194304 1374 36488 0 2 6 1 896 32 16 0 1 0 20214097 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17826/statm: 4217 1112 409 3 0 796 0
[pid=17849] ppid=17826 vsize=5356 CPUtime=0
/proc/17849/stat : 17849 (sh) S 17826 17826 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20215054 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17849/statm: 1339 232 193 169 0 50 0
[pid=17850] ppid=17849 vsize=16156 CPUtime=3.08
/proc/17850/stat : 17850 (minisat) R 17849 17826 14697 0 -1 4194304 3887 0 0 0 306 2 0 0 25 0 1 0 20215054 16543744 3873 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17850/statm: 4039 3873 75 150 0 3886 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 38380

[startup+25.5014 s]
/proc/loadavg: 2.24 2.06 2.01 3/77 17850
/proc/meminfo: memFree=1848128/2055920 swapFree=4192812/4192956
[pid=17826] ppid=17824 vsize=16868 CPUtime=9.35
/proc/17826/stat : 17826 (sugar) S 17824 17826 14697 0 -1 4194304 1374 36488 0 2 6 1 896 32 16 0 1 0 20214097 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17826/statm: 4217 1112 409 3 0 796 0
[pid=17849] ppid=17826 vsize=5356 CPUtime=0
/proc/17849/stat : 17849 (sh) S 17826 17826 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20215054 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17849/statm: 1339 232 193 169 0 50 0
[pid=17850] ppid=17849 vsize=17080 CPUtime=15.76
/proc/17850/stat : 17850 (minisat) R 17849 17826 14697 0 -1 4194304 4094 0 0 0 1573 3 0 0 25 0 1 0 20215054 17489920 4080 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/17850/statm: 4270 4080 75 150 0 4117 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 39304

[startup+51.1011 s]
/proc/loadavg: 2.16 2.06 2.01 3/77 17850
/proc/meminfo: memFree=1846016/2055920 swapFree=4192812/4192956
[pid=17826] ppid=17824 vsize=16868 CPUtime=9.35
/proc/17826/stat : 17826 (sugar) S 17824 17826 14697 0 -1 4194304 1374 36488 0 2 6 1 896 32 16 0 1 0 20214097 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17826/statm: 4217 1112 409 3 0 796 0
[pid=17849] ppid=17826 vsize=5356 CPUtime=0
/proc/17849/stat : 17849 (sh) S 17826 17826 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20215054 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17849/statm: 1339 232 193 169 0 50 0
[pid=17850] ppid=17849 vsize=19160 CPUtime=41.11
/proc/17850/stat : 17850 (minisat) R 17849 17826 14697 0 -1 4194304 4634 0 0 0 4108 3 0 0 25 0 1 0 20215054 19619840 4620 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/17850/statm: 4790 4620 75 150 0 4637 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 41384

[startup+102.306 s]
/proc/loadavg: 2.13 2.06 2.01 3/77 17850
/proc/meminfo: memFree=1842048/2055920 swapFree=4192812/4192956
[pid=17826] ppid=17824 vsize=16868 CPUtime=9.35
/proc/17826/stat : 17826 (sugar) S 17824 17826 14697 0 -1 4194304 1374 36488 0 2 6 1 896 32 16 0 1 0 20214097 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17826/statm: 4217 1112 409 3 0 796 0
[pid=17849] ppid=17826 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1812032/2055920 swapFree=4192812/4192956
[pid=17826] ppid=17824 vsize=16868 CPUtime=9.35
/proc/17826/stat : 17826 (sugar) S 17824 17826 14697 0 -1 4194304 1374 36488 0 2 6 1 896 32 16 0 1 0 20214097 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17826/statm: 4217 1112 409 3 0 796 0
[pid=17849] ppid=17826 vsize=5356 CPUtime=0
/proc/17849/stat : 17849 (sh) S 17826 17826 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20215054 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17849/statm: 1339 232 193 169 0 50 0
[pid=17850] ppid=17849 vsize=59356 CPUtime=1282.97
/proc/17850/stat : 17850 (minisat) R 17849 17826 14697 0 -1 4194304 14526 0 0 0 128205 92 0 0 25 0 1 0 20215054 60780544 14512 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/17850/statm: 14839 14512 75 150 0 14686 0
Current children cumulated CPU time (s) 1292.32
Current children cumulated vsize (KiB) 81580

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/85 18031
/proc/meminfo: memFree=1807808/2055920 swapFree=4192812/4192956
[pid=17826] ppid=17824 vsize=16868 CPUtime=9.35
/proc/17826/stat : 17826 (sugar) S 17824 17826 14697 0 -1 4194304 1374 36488 0 2 6 1 896 32 16 0 1 0 20214097 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17826/statm: 4217 1112 409 3 0 796 0
[pid=17849] ppid=17826 vsize=5356 CPUtime=0
/proc/17849/stat : 17849 (sh) S 17826 17826 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20215054 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17849/statm: 1339 232 193 169 0 50 0
[pid=17850] ppid=17849 vsize=59568 CPUtime=1342.4
/proc/17850/stat : 17850 (minisat) R 17849 17826 14697 0 -1 4194304 14569 0 0 0 134148 92 0 0 25 0 1 0 20215054 60997632 14555 996147200 134512640 135127466 4294956256 18446744073709551615 134530823 0 0 4096 3 0 0 0 17 1 0 0
/proc/17850/statm: 14892 14555 75 150 0 14739 0
Current children cumulated CPU time (s) 1351.75
Current children cumulated vsize (KiB) 81792

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.02 3/85 18031
/proc/meminfo: memFree=1799232/2055920 swapFree=4192812/4192956
[pid=17826] ppid=17824 vsize=16868 CPUtime=9.35
/proc/17826/stat : 17826 (sugar) S 17824 17826 14697 0 -1 4194304 1374 36488 0 2 6 1 896 32 16 0 1 0 20214097 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17826/statm: 4217 1112 409 3 0 796 0
[pid=17849] ppid=17826 vsize=5356 CPUtime=0
/proc/17849/stat : 17849 (sh) S 17826 17826 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20215054 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17849/statm: 1339 232 193 169 0 50 0
[pid=17850] ppid=17849 vsize=59932 CPUtime=1401.85
/proc/17850/stat : 17850 (minisat) R 17849 17826 14697 0 -1 4194304 14645 0 0 0 140093 92 0 0 25 0 1 0 20215054 61370368 14631 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17850/statm: 14983 14631 75 150 0 14830 0
Current children cumulated CPU time (s) 1411.2
Current children cumulated vsize (KiB) 82156

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/85 18031
/proc/meminfo: memFree=1797504/2055920 swapFree=4192812/4192956
[pid=17826] ppid=17824 vsize=16868 CPUtime=9.35
/proc/17826/stat : 17826 (sugar) S 17824 17826 14697 0 -1 4194304 1374 36488 0 2 6 1 896 32 16 0 1 0 20214097 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17826/statm: 4217 1112 409 3 0 796 0
[pid=17849] ppid=17826 vsize=5356 CPUtime=0
/proc/17849/stat : 17849 (sh) S 17826 17826 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20215054 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17849/statm: 1339 232 193 169 0 50 0
[pid=17850] ppid=17849 vsize=60112 CPUtime=1461.28
/proc/17850/stat : 17850 (minisat) R 17849 17826 14697 0 -1 4194304 14674 0 0 0 146036 92 0 0 25 0 1 0 20215054 61554688 14660 996147200 134512640 135127466 4294956256 18446744073709551615 134530668 0 0 4096 3 0 0 0 17 1 0 0
/proc/17850/statm: 15028 14660 75 150 0 14875 0
Current children cumulated CPU time (s) 1470.63
Current children cumulated vsize (KiB) 82336

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/85 18031
/proc/meminfo: memFree=1796672/2055920 swapFree=4192812/4192956
[pid=17826] ppid=17824 vsize=16868 CPUtime=9.35
/proc/17826/stat : 17826 (sugar) S 17824 17826 14697 0 -1 4194304 1374 36488 0 2 6 1 896 32 16 0 1 0 20214097 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17826/statm: 4217 1112 409 3 0 796 0
[pid=17849] ppid=17826 vsize=5356 CPUtime=0
/proc/17849/stat : 17849 (sh) S 17826 17826 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20215054 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17849/statm: 1339 232 193 169 0 50 0
[pid=17850] ppid=17849 vsize=60112 CPUtime=1520.72
/proc/17850/stat : 17850 (minisat) R 17849 17826 14697 0 -1 4194304 14680 0 0 0 151980 92 0 0 25 0 1 0 20215054 61554688 14666 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17850/statm: 15028 14666 75 150 0 14875 0
Current children cumulated CPU time (s) 1530.07
Current children cumulated vsize (KiB) 82336

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 18031
/proc/meminfo: memFree=1796672/2055920 swapFree=4192812/4192956
[pid=17826] ppid=17824 vsize=16868 CPUtime=9.35
/proc/17826/stat : 17826 (sugar) S 17824 17826 14697 0 -1 4194304 1374 36488 0 2 6 1 896 32 16 0 1 0 20214097 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17826/statm: 4217 1112 409 3 0 796 0
[pid=17849] ppid=17826 vsize=5356 CPUtime=0
/proc/17849/stat : 17849 (sh) S 17826 17826 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20215054 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17849/statm: 1339 232 193 169 0 50 0
[pid=17850] ppid=17849 vsize=60112 CPUtime=1580.15
/proc/17850/stat : 17850 (minisat) R 17849 17826 14697 0 -1 4194304 14680 0 0 0 157923 92 0 0 25 0 1 0 20215054 61554688 14666 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17850/statm: 15028 14666 75 150 0 14875 0
Current children cumulated CPU time (s) 1589.5
Current children cumulated vsize (KiB) 82336

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 18031
/proc/meminfo: memFree=1791936/2055920 swapFree=4192812/4192956
[pid=17826] ppid=17824 vsize=16868 CPUtime=9.35
/proc/17826/stat : 17826 (sugar) S 17824 17826 14697 0 -1 4194304 1374 36488 0 2 6 1 896 32 16 0 1 0 20214097 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17826/statm: 4217 1112 409 3 0 796 0
[pid=17849] ppid=17826 vsize=5356 CPUtime=0
/proc/17849/stat : 17849 (sh) S 17826 17826 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20215054 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17849/statm: 1339 232 193 169 0 50 0
[pid=17850] ppid=17849 vsize=60112 CPUtime=1639.59
/proc/17850/stat : 17850 (minisat) R 17849 17826 14697 0 -1 4194304 14681 0 0 0 163867 92 0 0 25 0 1 0 20215054 61554688 14667 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 1 0 0
/proc/17850/statm: 15028 14667 75 150 0 14875 0
Current children cumulated CPU time (s) 1648.94
Current children cumulated vsize (KiB) 82336

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 18031
/proc/meminfo: memFree=1780544/2055920 swapFree=4192812/4192956
[pid=17826] ppid=17824 vsize=16868 CPUtime=9.35
/proc/17826/stat : 17826 (sugar) S 17824 17826 14697 0 -1 4194304 1374 36488 0 2 6 1 896 32 16 0 1 0 20214097 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17826/statm: 4217 1112 409 3 0 796 0
[pid=17849] ppid=17826 vsize=5356 CPUtime=0
/proc/17849/stat : 17849 (sh) S 17826 17826 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20215054 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17849/statm: 1339 232 193 169 0 50 0
[pid=17850] ppid=17849 vsize=60112 CPUtime=1699.03
/proc/17850/stat : 17850 (minisat) R 17849 17826 14697 0 -1 4194304 14682 0 0 0 169811 92 0 0 25 0 1 0 20215054 61554688 14668 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/17850/statm: 15028 14668 75 150 0 14875 0
Current children cumulated CPU time (s) 1708.38
Current children cumulated vsize (KiB) 82336

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 18031
/proc/meminfo: memFree=1780480/2055920 swapFree=4192812/4192956
[pid=17826] ppid=17824 vsize=16868 CPUtime=9.35
/proc/17826/stat : 17826 (sugar) S 17824 17826 14697 0 -1 4194304 1374 36488 0 2 6 1 896 32 16 0 1 0 20214097 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17826/statm: 4217 1112 409 3 0 796 0
[pid=17849] ppid=17826 vsize=5356 CPUtime=0
/proc/17849/stat : 17849 (sh) S 17826 17826 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20215054 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17849/statm: 1339 232 193 169 0 50 0
[pid=17850] ppid=17849 vsize=60112 CPUtime=1758.47
/proc/17850/stat : 17850 (minisat) R 17849 17826 14697 0 -1 4194304 14682 0 0 0 175755 92 0 0 25 0 1 0 20215054 61554688 14668 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17850/statm: 15028 14668 75 150 0 14875 0
Current children cumulated CPU time (s) 1767.82
Current children cumulated vsize (KiB) 82336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 18031
/proc/meminfo: memFree=1775808/2055920 swapFree=4192812/4192956
[pid=17826] ppid=17824 vsize=16868 CPUtime=9.35
/proc/17826/stat : 17826 (sugar) S 17824 17826 14697 0 -1 4194304 1374 36488 0 2 6 1 896 32 16 0 1 0 20214097 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17826/statm: 4217 1112 409 3 0 796 0
[pid=17849] ppid=17826 vsize=5356 CPUtime=0
/proc/17849/stat : 17849 (sh) S 17826 17826 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20215054 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17849/statm: 1339 232 193 169 0 50 0
[pid=17850] ppid=17849 vsize=60112 CPUtime=1790.67
/proc/17850/stat : 17850 (minisat) R 17849 17826 14697 0 -1 4194304 14682 0 0 0 178975 92 0 0 25 0 1 0 20215054 61554688 14668 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/17850/statm: 15028 14668 75 150 0 14875 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 82336

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17826 and gives
#  childrusage.ru_utime.tv_sec=9
#  childrusage.ru_utime.tv_usec=37626
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=351946
# CPU time returned by wait4() is 9.38957
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1814.86
CPU time (s): 1800.02
CPU user time (s): 1798.77
CPU system time (s): 1.25
CPU usage (%): 99.1822
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.03763
system time used= 0.351946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38335
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= 3818
involuntary context switches= 3840

runsolver used 2.05669 second user time and 6.21905 second system time

The end

Launcher Data

Begin job on node44 at 2009-07-11 18:58:22
IDJOB=2063294
IDBENCH=53997
IDSOLVER=739
FILE ID=node44/2063294-1247331502
PBS_JOBID= 9506539
Free space on /tmp= 66364 MiB

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

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

MD5SUM BENCH= c1567257e2e5e8993991a8714d7c7c43
RANDOM SEED=1323209779

node44.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.219
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.219
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:       1877752 kB
Buffers:         11292 kB
Cached:          79556 kB
SwapCached:          0 kB
Active:         105916 kB
Inactive:        23164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1877752 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4176 kB
Writeback:           0 kB
Mapped:          49324 kB
Slab:            34244 kB
Committed_AS:   189040 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= 66376 MiB
End job on node44 at 2009-07-11 19:28:39