Trace number 2072138

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.05 1803.56

General information on the benchmark

Namecsp/pseudoGLB/
normalized-pigeon-clauses-31-30.xml
MD5SUM6bae2773526b2860190297b9edbd824e
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
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 variables930
Number of constraints13981
Maximum constraint arity30
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(13981)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sun Jul 12 01:48:43 2009
0.05/0.08	c 0	PID 17835
0.05/0.08	c 0	HOST node31.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2072138-1247356123.xml TO HOME/temp.csp
0.05/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-2072138-1247356123.xml' 'HOME/temp.csp'
1.55/1.66	c 2	1 domains, 930 variables, 0 predicates, 0 relations, 13981 constraints
1.61/1.71	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.61/1.71	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.61/1.79	c 2	Parsing HOME/temp.csp
1.99/2.12	c 2	parsed 10000 expressions
2.09/2.28	c 2	parsed 14912 expressions
2.09/2.29	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.09/2.29	c 2	Converting to clausal form CSP
2.28/2.45	c 2	converted 1492 (10%) expressions
2.38/2.59	c 3	converted 2983 (20%) expressions
2.48/2.64	c 3	converted 4474 (30%) expressions
2.48/2.69	c 3	converted 5965 (40%) expressions
2.58/2.74	c 3	converted 7456 (50%) expressions
2.58/2.79	c 3	converted 8948 (60%) expressions
2.67/2.84	c 3	converted 10439 (70%) expressions
2.77/2.96	c 3	converted 11930 (80%) expressions
2.88/3.01	c 3	converted 13421 (90%) expressions
2.98/3.11	c 3	converted 14912 (100%) expressions
2.98/3.11	c 3	CSP : 1023 integers, 0 booleans, 14167 clauses, largest domain size 11
2.98/3.11	c 3	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.98/3.11	c 3	Propagation in CSP
2.98/3.16	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.98/3.16	c 3	CSP : 1023 integers, 0 booleans, 14167 clauses, largest domain size 11
2.98/3.16	c 3	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.98/3.17	c 3	Simplifing CSP by introducing new Boolean variables
2.98/3.19	c 3	CSP : 1023 integers, 0 booleans, 14167 clauses, largest domain size 11
2.98/3.19	c 3	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.08/3.26	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.08/3.26	c 3	103 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.08/3.26	c 3	205 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.08/3.26	c 3	307 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.08/3.27	c 3	410 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.08/3.27	c 3	512 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.08/3.27	c 3	614 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.08/3.27	c 3	717 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.08/3.27	c 3	819 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.08/3.27	c 3	921 (90%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.08/3.28	c 3	1023 (100%) CSP integer variables are encoded (837 clauses, 10820 bytes)
3.17/3.33	c 3	1417 (10%) CSP clauses are encoded (2254 clauses, 23207 bytes)
3.17/3.34	c 3	2834 (20%) CSP clauses are encoded (3671 clauses, 35939 bytes)
3.17/3.35	c 3	4251 (30%) CSP clauses are encoded (5088 clauses, 50090 bytes)
3.17/3.36	c 3	5667 (40%) CSP clauses are encoded (6504 clauses, 64250 bytes)
3.17/3.37	c 3	7084 (50%) CSP clauses are encoded (7921 clauses, 78420 bytes)
3.17/3.38	c 3	8501 (60%) CSP clauses are encoded (9338 clauses, 92590 bytes)
3.17/3.39	c 3	9917 (70%) CSP clauses are encoded (10754 clauses, 106750 bytes)
3.26/3.41	c 3	11334 (80%) CSP clauses are encoded (12171 clauses, 120920 bytes)
3.26/3.43	c 3	12751 (90%) CSP clauses are encoded (13588 clauses, 135090 bytes)
7.90/8.14	c 8	14167 (100%) CSP clauses are encoded (205096 clauses, 5735223 bytes)
7.90/8.14	c 8	14167 CSP clauses encoded
7.90/8.14	c 8	Writing map file : HOME/temp.map
7.90/8.15	c 8	Heap : 7 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.90/8.15	c 8	SAT : 1860 SAT variables, 205096 SAT clauses, 5735223 bytes
7.90/8.15	c 8	Heap : 7 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.90/8.18	c 8	SOLVING HOME/temp.cnf
7.90/8.18	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.90/8.18	c 8	This is MiniSat 2.0 beta
7.90/8.18	c 8	WARNING: for repeatability, setting FPU to use double precision
7.90/8.18	c 8	============================[ Problem Statistics ]=============================
7.90/8.18	c 8	|                                                                             |
7.90/8.19	c 8	|  Number of variables:  1860                                                 |
7.90/8.19	c 8	|  Number of clauses:    205096                                               |
7.99/8.32	c 8	|  Parsing time:         0.12         s                                       |
7.99/8.33	c 8	============================[ Search Statistics ]==============================
7.99/8.33	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.99/8.33	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.99/8.33	c 8	===============================================================================
7.99/8.33	c 8	|         0 |    1860   205096  1172265 |    68365        0    nan |  0.000 % |
7.99/8.36	c 8	|       101 |    1860   205096  1172265 |    75201      101     34 |  0.002 % |
7.99/8.39	c 8	|       251 |    1860   205096  1172265 |    82722      251     30 |  0.002 % |
7.99/8.43	c 8	|       476 |    1860   205096  1172265 |    90994      476     31 |  0.001 % |
7.99/8.50	c 8	|       814 |    1860   205096  1172265 |   100093      814     34 |  0.002 % |
7.99/8.64	c 9	|      1320 |    1860   205096  1172265 |   110103     1320     49 |  0.002 % |
8.49/8.75	c 9	|      2080 |    1860   205096  1172265 |   121113     2080     46 |  0.002 % |
8.98/9.20	c 9	|      3220 |    1860   205096  1172265 |   133224     3220     70 |  0.000 % |
9.48/9.74	c 10	|      4928 |    1860   205096  1172265 |   146547     4928     80 |  0.002 % |
9.87/10.19	c 10	|      7491 |    1860   205096  1172265 |   161201     7491     70 |  0.002 % |
11.26/11.52	c 11	|     11335 |    1860   205096  1172265 |   177322    11335     94 |  0.002 % |
14.23/14.58	c 15	|     17101 |    1860   205096  1172265 |   195054    17101    115 |  0.002 % |
18.10/18.45	c 18	|     25750 |    1860   205096  1172265 |   214559    25750    124 |  0.001 % |
23.94/24.37	c 24	|     38724 |    1860   205096  1172265 |   236015    38724    127 |  0.002 % |
35.52/36.04	c 36	|     58186 |    1860   205096  1172265 |   259617    58186    126 |  0.001 % |
62.17/62.94	c 63	|     87378 |    1860   205096  1172265 |   285578    87378    133 |  0.002 % |
95.06/96.19	c 96	|    131169 |    1860   205096  1172265 |   314136   131169    126 |  0.001 % |
180.36/182.23	c 182	|    196854 |    1860   205096  1172265 |   345550   196854    129 |  0.002 % |
362.43/365.33	c 365	|    295381 |    1860   205096  1172265 |   380105   295381    131 |  0.002 % |
632.23/635.26	c 635	|    443170 |    1860   205096  1172265 |   418116    83072    168 |  0.002 % |
1055.98/1059.18	c 1059	|    664854 |    1860   205096  1172265 |   459927   304756    193 |  0.001 % |
1695.89/1699.36	c 1699	|    997379 |    1860   205096  1172265 |   505920   198698    102 |  0.002 % |
1800.05/1803.52	c ERROR INTERRUPTED
1800.05/1803.56	s UNKNOWN
1800.05/1803.56	c 1804	CPU 7.99 (0.06 0.01 7.72 0.2)
1800.05/1803.56	c 1804	END Sun Jul 12 02:18:47 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-2072138-1247356123/watcher-2072138-1247356123 -o /tmp/evaluation-result-2072138-1247356123/solver-2072138-1247356123 -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-2072138-1247356123.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.07 2.04 2.01 4/75 17835
/proc/meminfo: memFree=1873496/2055920 swapFree=4192812/4192956
[pid=17835] ppid=17833 vsize=18576 CPUtime=0
/proc/17835/stat : 17835 (runsolver) R 17833 17835 16965 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22678415 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 225612197159 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17835/statm: 4644 284 249 26 0 2626 0

[startup+0.0654749 s]
/proc/loadavg: 2.07 2.04 2.01 4/75 17835
/proc/meminfo: memFree=1873496/2055920 swapFree=4192812/4192956
[pid=17835] ppid=17833 vsize=16212 CPUtime=0.05
/proc/17835/stat : 17835 (sugar) R 17833 17835 16965 0 -1 4194304 972 0 0 0 4 1 0 0 20 0 1 0 22678415 16601088 940 996147200 4194304 4206940 548682068608 18446744073709551615 225612050901 0 0 4224 0 0 0 0 17 1 0 0
/proc/17835/statm: 4053 940 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.109475 s]
/proc/loadavg: 2.07 2.04 2.01 4/75 17835
/proc/meminfo: memFree=1873496/2055920 swapFree=4192812/4192956
[pid=17835] ppid=17833 vsize=16868 CPUtime=0.06
/proc/17835/stat : 17835 (sugar) S 17833 17835 16965 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 22678415 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17835/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301495 s]
/proc/loadavg: 2.07 2.04 2.01 4/75 17835
/proc/meminfo: memFree=1873496/2055920 swapFree=4192812/4192956
[pid=17835] ppid=17833 vsize=16868 CPUtime=0.06
/proc/17835/stat : 17835 (sugar) S 17833 17835 16965 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 22678415 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17835/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701891 s]
/proc/loadavg: 2.07 2.04 2.01 4/75 17835
/proc/meminfo: memFree=1873496/2055920 swapFree=4192812/4192956
[pid=17835] ppid=17833 vsize=16868 CPUtime=0.06
/proc/17835/stat : 17835 (sugar) S 17833 17835 16965 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 22678415 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17835/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5016 s]
/proc/loadavg: 2.07 2.04 2.01 3/86 17847
/proc/meminfo: memFree=1840192/2055920 swapFree=4192812/4192956
[pid=17835] ppid=17833 vsize=16868 CPUtime=0.06
/proc/17835/stat : 17835 (sugar) S 17833 17835 16965 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 22678415 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17835/statm: 4217 1111 409 3 0 796 0
[pid=17838] ppid=17835 vsize=5356 CPUtime=0
/proc/17838/stat : 17838 (sh) S 17835 17835 16965 0 -1 4194304 277 0 0 0 0 0 0 0 23 0 1 0 22678423 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17838/statm: 1339 233 193 169 0 50 0
[pid=17839] ppid=17838 vsize=864760 CPUtime=1.39
/proc/17839/stat : 17839 (java) S 17838 17835 16965 0 -1 0 11705 0 1 0 132 7 0 0 18 0 9 0 22678423 885514240 10167 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17839/statm: 216190 10167 2556 9 0 210702 0
[pid=17839/tid=17840] ppid=17838 vsize=864760 CPUtime=0.86
/proc/17839/task/17840/stat : 17840 (java) R 17838 17835 16965 0 -1 64 2936 0 1 0 83 3 0 0 25 0 9 0 22678424 885514240 10167 996147200 134512640 134550932 4294955984 18446744073709551615 4126810359 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17839/tid=17841] ppid=17838 vsize=864760 CPUtime=0.3
/proc/17839/task/17841/stat : 17841 (java) S 17838 17835 16965 0 -1 64 7502 0 0 0 28 2 0 0 16 0 9 0 22678426 885514240 10167 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17839/tid=17842] ppid=17838 vsize=864760 CPUtime=0
/proc/17839/task/17842/stat : 17842 (java) S 17838 17835 16965 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 22678426 885514240 10167 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17839/tid=17843] ppid=17838 vsize=864760 CPUtime=0
/proc/17839/task/17843/stat : 17843 (java) S 17838 17835 16965 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 22678426 885514240 10167 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17839/tid=17844] ppid=17838 vsize=864760 CPUtime=0
/proc/17839/task/17844/stat : 17844 (java) S 17838 17835 16965 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22678428 885514240 10167 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17839/tid=17845] ppid=17838 vsize=864760 CPUtime=0.19
/proc/17839/task/17845/stat : 17845 (java) S 17838 17835 16965 0 -1 64 563 0 0 0 19 0 0 0 16 0 9 0 22678428 885514240 10167 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17839/tid=17846] ppid=17838 vsize=864760 CPUtime=0
/proc/17839/task/17846/stat : 17846 (java) S 17838 17835 16965 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22678428 885514240 10167 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17839/tid=17847] ppid=17838 vsize=864760 CPUtime=0
/proc/17839/task/17847/stat : 17847 (java) S 17838 17835 16965 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22678428 885514240 10167 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) 886984

[startup+3.10273 s]
/proc/loadavg: 2.07 2.04 2.01 3/86 17857
/proc/meminfo: memFree=1858176/2055920 swapFree=4192812/4192956
[pid=17835] ppid=17833 vsize=16868 CPUtime=1.62
/proc/17835/stat : 17835 (sugar) S 17833 17835 16965 0 -1 4194304 1309 12149 0 1 5 1 148 8 16 0 1 0 22678415 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17835/statm: 4217 1111 409 3 0 796 0
[pid=17848] ppid=17835 vsize=5356 CPUtime=0
/proc/17848/stat : 17848 (sh) S 17835 17835 16965 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22678586 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17848/statm: 1339 233 193 169 0 50 0
[pid=17849] ppid=17848 vsize=868644 CPUtime=1.36
/proc/17849/stat : 17849 (java) S 17848 17835 16965 0 -1 0 10066 0 1 0 131 5 0 0 18 0 9 0 22678587 889491456 9199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17849/statm: 217161 9199 2566 9 0 211666 0
[pid=17849/tid=17850] ppid=17848 vsize=868644 CPUtime=0.84
/proc/17849/task/17850/stat : 17850 (java) R 17848 17835 16965 0 -1 64 2748 0 1 0 83 1 0 0 22 0 9 0 22678588 889491456 9199 996147200 134512640 134550932 4294955936 18446744073709551615 4126536381 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17849/tid=17851] ppid=17848 vsize=868644 CPUtime=0.31
/proc/17849/task/17851/stat : 17851 (java) S 17848 17835 16965 0 -1 64 5148 0 0 0 29 2 0 0 16 0 9 0 22678589 889491456 9199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17849/tid=17852] ppid=17848 vsize=868644 CPUtime=0
/proc/17849/task/17852/stat : 17852 (java) S 17848 17835 16965 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22678589 889491456 9199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17849/tid=17853] ppid=17848 vsize=868644 CPUtime=0
/proc/17849/task/17853/stat : 17853 (java) S 17848 17835 16965 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22678589 889491456 9199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17849/tid=17854] ppid=17848 vsize=868644 CPUtime=0
/proc/17849/task/17854/stat : 17854 (java) S 17848 17835 16965 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22678591 889491456 9199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17849/tid=17855] ppid=17848 vsize=868644 CPUtime=0.17
/proc/17849/task/17855/stat : 17855 (java) S 17848 17835 16965 0 -1 64 1467 0 0 0 17 0 0 0 16 0 9 0 22678591 889491456 9199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17849/tid=17856] ppid=17848 vsize=868644 CPUtime=0
/proc/17849/task/17856/stat : 17856 (java) S 17848 17835 16965 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22678591 889491456 9199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17849/tid=17857] ppid=17848 vsize=868644 CPUtime=0
/proc/17849/task/17857/stat : 17857 (java) S 17848 17835 16965 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22678591 889491456 9199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890868

[startup+6.30301 s]
/proc/loadavg: 2.07 2.04 2.01 3/86 17857
/proc/meminfo: memFree=1839360/2055920 swapFree=4192812/4192956
[pid=17835] ppid=17833 vsize=16868 CPUtime=1.62
/proc/17835/stat : 17835 (sugar) S 17833 17835 16965 0 -1 4194304 1310 12149 0 1 5 1 148 8 15 0 1 0 22678415 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17835/statm: 4217 1111 409 3 0 796 0
[pid=17848] ppid=17835 vsize=5356 CPUtime=0
/proc/17848/stat : 17848 (sh) S 17835 17835 16965 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22678586 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17848/statm: 1339 233 193 169 0 50 0
[pid=17849] ppid=17848 vsize=868756 CPUtime=4.51
/proc/17849/stat : 17849 (java) S 17848 17835 16965 0 -1 0 10433 0 1 0 443 8 0 0 18 0 9 0 22678587 889606144 9338 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17849/statm: 217189 9338 2590 9 0 211666 0
[pid=17849/tid=17850] ppid=17848 vsize=868756 CPUtime=3.84
/proc/17849/task/17850/stat : 17850 (java) R 17848 17835 16965 0 -1 64 2938 0 1 0 380 4 0 0 25 0 9 0 22678588 889606144 9338 996147200 134512640 134550932 4294955936 18446744073709551615 4126974351 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17849/tid=17851] ppid=17848 vsize=868756 CPUtime=0.43
/proc/17849/task/17851/stat : 17851 (java) S 17848 17835 16965 0 -1 64 5275 0 0 0 40 3 0 0 16 0 9 0 22678589 889606144 9338 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17849/tid=17852] ppid=17848 vsize=868756 CPUtime=0
/proc/17849/task/17852/stat : 17852 (java) S 17848 17835 16965 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22678589 889606144 9338 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17849/tid=17853] ppid=17848 vsize=868756 CPUtime=0
/proc/17849/task/17853/stat : 17853 (java) S 17848 17835 16965 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22678589 889606144 9338 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17849/tid=17854] ppid=17848 vsize=868756 CPUtime=0
/proc/17849/task/17854/stat : 17854 (java) S 17848 17835 16965 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22678591 889606144 9338 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17849/tid=17855] ppid=17848 vsize=868756 CPUtime=0.22
/proc/17849/task/17855/stat : 17855 (java) S 17848 17835 16965 0 -1 64 1517 0 0 0 22 0 0 0 17 0 9 0 22678591 889606144 9338 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17849/tid=17856] ppid=17848 vsize=868756 CPUtime=0
/proc/17849/task/17856/stat : 17856 (java) S 17848 17835 16965 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22678591 889606144 9338 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17849/tid=17857] ppid=17848 vsize=868756 CPUtime=0
/proc/17849/task/17857/stat : 17857 (java) S 17848 17835 16965 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22678591 889606144 9338 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 890980

[startup+12.7016 s]
/proc/loadavg: 2.06 2.04 2.01 3/78 17859
/proc/meminfo: memFree=1845248/2055920 swapFree=4192812/4192956
[pid=17835] ppid=17833 vsize=16868 CPUtime=7.99
/proc/17835/stat : 17835 (sugar) S 17833 17835 16965 0 -1 4194304 1376 22967 0 2 6 1 772 20 16 0 1 0 22678415 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17835/statm: 4217 1113 409 3 0 796 0
[pid=17858] ppid=17835 vsize=5356 CPUtime=0
/proc/17858/stat : 17858 (sh) S 17835 17835 16965 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22679233 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17858/statm: 1339 232 193 169 0 50 0
[pid=17859] ppid=17858 vsize=19648 CPUtime=4.46
/proc/17859/stat : 17859 (minisat) R 17858 17835 16965 0 -1 4194304 4832 0 0 0 444 2 0 0 25 0 1 0 22679234 20119552 4818 996147200 134512640 135127466 4294956256 18446744073709551615 134528877 0 0 4096 3 0 0 0 17 1 0 0
/proc/17859/statm: 4912 4818 75 150 0 4759 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 41872

[startup+25.5017 s]
/proc/loadavg: 2.05 2.04 2.01 3/78 17859
/proc/meminfo: memFree=1828928/2055920 swapFree=4192812/4192956
[pid=17835] ppid=17833 vsize=16868 CPUtime=7.99
/proc/17835/stat : 17835 (sugar) S 17833 17835 16965 0 -1 4194304 1376 22967 0 2 6 1 772 20 16 0 1 0 22678415 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17835/statm: 4217 1113 409 3 0 796 0
[pid=17858] ppid=17835 vsize=5356 CPUtime=0
/proc/17858/stat : 17858 (sh) S 17835 17835 16965 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22679233 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17858/statm: 1339 232 193 169 0 50 0
[pid=17859] ppid=17858 vsize=35300 CPUtime=17.13
/proc/17859/stat : 17859 (minisat) R 17858 17835 16965 0 -1 4194304 8738 0 0 0 1709 4 0 0 25 0 1 0 22679234 36147200 8724 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/17859/statm: 8825 8724 75 150 0 8672 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 57524

[startup+51.1019 s]
/proc/loadavg: 2.03 2.03 2.00 3/78 17859
/proc/meminfo: memFree=1809536/2055920 swapFree=4192812/4192956
[pid=17835] ppid=17833 vsize=16868 CPUtime=7.99
/proc/17835/stat : 17835 (sugar) S 17833 17835 16965 0 -1 4194304 1376 22967 0 2 6 1 772 20 16 0 1 0 22678415 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17835/statm: 4217 1113 409 3 0 796 0
[pid=17858] ppid=17835 vsize=5356 CPUtime=0
/proc/17858/stat : 17858 (sh) S 17835 17835 16965 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22679233 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17858/statm: 1339 232 193 169 0 50 0
[pid=17859] ppid=17858 vsize=54976 CPUtime=42.49
/proc/17859/stat : 17859 (minisat) R 17858 17835 16965 0 -1 4194304 13640 0 0 0 4240 9 0 0 25 0 1 0 22679234 56295424 13626 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/17859/statm: 13744 13626 75 150 0 13591 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 77200

[startup+102.306 s]
/proc/loadavg: 2.01 2.03 2.00 3/79 17860
/proc/meminfo: memFree=1777400/2055920 swapFree=4192812/4192956
[pid=17835] ppid=17833 vsize=16868 CPUtime=7.99
/proc/17835/stat : 17835 (sugar) S 17833 17835 16965 0 -1 4194304 1376 22967 0 2 6 1 772 20 16 0 1 0 22678415 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17835/statm: 4217 1113 409 3 0 796 0
[pid=17858] ppid=17835 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1479184/2055920 swapFree=4192812/4192956
[pid=17835] ppid=17833 vsize=16868 CPUtime=7.99
/proc/17835/stat : 17835 (sugar) S 17833 17835 16965 0 -1 4194304 1376 22967 0 2 6 1 772 20 16 0 1 0 22678415 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17835/statm: 4217 1113 409 3 0 796 0
[pid=17858] ppid=17835 vsize=5356 CPUtime=0
/proc/17858/stat : 17858 (sh) S 17835 17835 16965 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22679233 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17858/statm: 1339 232 193 169 0 50 0
[pid=17859] ppid=17858 vsize=320596 CPUtime=1351.01
/proc/17859/stat : 17859 (minisat) R 17858 17835 16965 0 -1 4194304 79649 0 0 0 135025 76 0 0 25 0 1 0 22679234 328290304 79635 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17859/statm: 80149 79635 75 150 0 79996 0
Current children cumulated CPU time (s) 1359
Current children cumulated vsize (KiB) 342820

[startup+1422.31 s]
/proc/loadavg: 1.99 1.99 1.99 3/83 18218
/proc/meminfo: memFree=1470864/2055920 swapFree=4192812/4192956
[pid=17835] ppid=17833 vsize=16868 CPUtime=7.99
/proc/17835/stat : 17835 (sugar) S 17833 17835 16965 0 -1 4194304 1376 22967 0 2 6 1 772 20 16 0 1 0 22678415 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17835/statm: 4217 1113 409 3 0 796 0
[pid=17858] ppid=17835 vsize=5356 CPUtime=0
/proc/17858/stat : 17858 (sh) S 17835 17835 16965 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22679233 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17858/statm: 1339 232 193 169 0 50 0
[pid=17859] ppid=17858 vsize=328944 CPUtime=1410.99
/proc/17859/stat : 17859 (minisat) R 17858 17835 16965 0 -1 4194304 81709 0 0 0 141021 78 0 0 25 0 1 0 22679234 336838656 81695 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17859/statm: 82236 81695 75 150 0 82083 0
Current children cumulated CPU time (s) 1418.98
Current children cumulated vsize (KiB) 351168

[startup+1482.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/83 18218
/proc/meminfo: memFree=1462864/2055920 swapFree=4192812/4192956
[pid=17835] ppid=17833 vsize=16868 CPUtime=7.99
/proc/17835/stat : 17835 (sugar) S 17833 17835 16965 0 -1 4194304 1376 22967 0 2 6 1 772 20 16 0 1 0 22678415 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17835/statm: 4217 1113 409 3 0 796 0
[pid=17858] ppid=17835 vsize=5356 CPUtime=0
/proc/17858/stat : 17858 (sh) S 17835 17835 16965 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22679233 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17858/statm: 1339 232 193 169 0 50 0
[pid=17859] ppid=17858 vsize=336952 CPUtime=1470.97
/proc/17859/stat : 17859 (minisat) R 17858 17835 16965 0 -1 4194304 83692 0 0 0 147017 80 0 0 25 0 1 0 22679234 345038848 83678 996147200 134512640 135127466 4294956256 18446744073709551615 134523553 0 0 4096 3 0 0 0 17 0 0 0
/proc/17859/statm: 84238 83678 75 150 0 84085 0
Current children cumulated CPU time (s) 1478.96
Current children cumulated vsize (KiB) 359176

[startup+1542.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/83 18218
/proc/meminfo: memFree=1462864/2055920 swapFree=4192812/4192956
[pid=17835] ppid=17833 vsize=16868 CPUtime=7.99
/proc/17835/stat : 17835 (sugar) S 17833 17835 16965 0 -1 4194304 1376 22967 0 2 6 1 772 20 16 0 1 0 22678415 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17835/statm: 4217 1113 409 3 0 796 0
[pid=17858] ppid=17835 vsize=5356 CPUtime=0
/proc/17858/stat : 17858 (sh) S 17835 17835 16965 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22679233 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17858/statm: 1339 232 193 169 0 50 0
[pid=17859] ppid=17858 vsize=336952 CPUtime=1530.95
/proc/17859/stat : 17859 (minisat) R 17858 17835 16965 0 -1 4194304 83693 0 0 0 153015 80 0 0 25 0 1 0 22679234 345038848 83679 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17859/statm: 84238 83679 75 150 0 84085 0
Current children cumulated CPU time (s) 1538.94
Current children cumulated vsize (KiB) 359176

[startup+1602.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/83 18218
/proc/meminfo: memFree=1462736/2055920 swapFree=4192812/4192956
[pid=17835] ppid=17833 vsize=16868 CPUtime=7.99
/proc/17835/stat : 17835 (sugar) S 17833 17835 16965 0 -1 4194304 1376 22967 0 2 6 1 772 20 16 0 1 0 22678415 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17835/statm: 4217 1113 409 3 0 796 0
[pid=17858] ppid=17835 vsize=5356 CPUtime=0
/proc/17858/stat : 17858 (sh) S 17835 17835 16965 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22679233 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17858/statm: 1339 232 193 169 0 50 0
[pid=17859] ppid=17858 vsize=336952 CPUtime=1590.93
/proc/17859/stat : 17859 (minisat) R 17858 17835 16965 0 -1 4194304 83701 0 0 0 159013 80 0 0 25 0 1 0 22679234 345038848 83687 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17859/statm: 84238 83687 75 150 0 84085 0
Current children cumulated CPU time (s) 1598.92
Current children cumulated vsize (KiB) 359176

[startup+1662.3 s]
/proc/loadavg: 1.99 1.99 1.99 4/83 18218
/proc/meminfo: memFree=1462672/2055920 swapFree=4192812/4192956
[pid=17835] ppid=17833 vsize=16868 CPUtime=7.99
/proc/17835/stat : 17835 (sugar) S 17833 17835 16965 0 -1 4194304 1376 22967 0 2 6 1 772 20 16 0 1 0 22678415 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17835/statm: 4217 1113 409 3 0 796 0
[pid=17858] ppid=17835 vsize=5356 CPUtime=0
/proc/17858/stat : 17858 (sh) S 17835 17835 16965 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22679233 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17858/statm: 1339 232 193 169 0 50 0
[pid=17859] ppid=17858 vsize=336952 CPUtime=1650.91
/proc/17859/stat : 17859 (minisat) R 17858 17835 16965 0 -1 4194304 83712 0 0 0 165011 80 0 0 25 0 1 0 22679234 345038848 83698 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17859/statm: 84238 83698 75 150 0 84085 0
Current children cumulated CPU time (s) 1658.9
Current children cumulated vsize (KiB) 359176

[startup+1722.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/83 18218
/proc/meminfo: memFree=1462544/2055920 swapFree=4192812/4192956
[pid=17835] ppid=17833 vsize=16868 CPUtime=7.99
/proc/17835/stat : 17835 (sugar) S 17833 17835 16965 0 -1 4194304 1376 22967 0 2 6 1 772 20 16 0 1 0 22678415 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17835/statm: 4217 1113 409 3 0 796 0
[pid=17858] ppid=17835 vsize=5356 CPUtime=0
/proc/17858/stat : 17858 (sh) S 17835 17835 16965 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22679233 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17858/statm: 1339 232 193 169 0 50 0
[pid=17859] ppid=17858 vsize=337032 CPUtime=1710.89
/proc/17859/stat : 17859 (minisat) R 17858 17835 16965 0 -1 4194304 83723 0 0 0 171009 80 0 0 25 0 1 0 22679234 345120768 83709 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17859/statm: 84258 83709 75 150 0 84105 0
Current children cumulated CPU time (s) 1718.88
Current children cumulated vsize (KiB) 359256

[startup+1782.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/83 18218
/proc/meminfo: memFree=1462416/2055920 swapFree=4192812/4192956
[pid=17835] ppid=17833 vsize=16868 CPUtime=7.99
/proc/17835/stat : 17835 (sugar) S 17833 17835 16965 0 -1 4194304 1376 22967 0 2 6 1 772 20 16 0 1 0 22678415 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17835/statm: 4217 1113 409 3 0 796 0
[pid=17858] ppid=17835 vsize=5356 CPUtime=0
/proc/17858/stat : 17858 (sh) S 17835 17835 16965 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22679233 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17858/statm: 1339 232 193 169 0 50 0
[pid=17859] ppid=17858 vsize=337032 CPUtime=1770.86
/proc/17859/stat : 17859 (minisat) R 17858 17835 16965 0 -1 4194304 83724 0 0 0 177006 80 0 0 25 0 1 0 22679234 345120768 83710 996147200 134512640 135127466 4294956256 18446744073709551615 134527097 0 0 4096 3 0 0 0 17 0 0 0
/proc/17859/statm: 84258 83710 75 150 0 84105 0
Current children cumulated CPU time (s) 1778.85
Current children cumulated vsize (KiB) 359256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.5 s]
/proc/loadavg: 1.99 1.99 1.99 3/83 18218
/proc/meminfo: memFree=1462416/2055920 swapFree=4192812/4192956
[pid=17835] ppid=17833 vsize=16868 CPUtime=7.99
/proc/17835/stat : 17835 (sugar) S 17833 17835 16965 0 -1 4194304 1376 22967 0 2 6 1 772 20 16 0 1 0 22678415 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17835/statm: 4217 1113 409 3 0 796 0
[pid=17858] ppid=17835 vsize=5356 CPUtime=0
/proc/17858/stat : 17858 (sh) S 17835 17835 16965 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22679233 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17858/statm: 1339 232 193 169 0 50 0
[pid=17859] ppid=17858 vsize=337032 CPUtime=1792.06
/proc/17859/stat : 17859 (minisat) R 17858 17835 16965 0 -1 4194304 83724 0 0 0 179126 80 0 0 25 0 1 0 22679234 345120768 83710 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17859/statm: 84258 83710 75 150 0 84105 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 359256

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

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

[startup+1803.5 s]
/proc/loadavg: 1.99 1.99 1.99 3/83 18218
/proc/meminfo: memFree=1462416/2055920 swapFree=4192812/4192956
[pid=17835] ppid=17833 vsize=16868 CPUtime=7.99
/proc/17835/stat : 17835 (sugar) S 17833 17835 16965 0 -1 4194304 1376 22967 0 2 6 1 772 20 16 0 1 0 22678415 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17835/statm: 4217 1113 409 3 0 796 0
[pid=17858] ppid=17835 vsize=5356 CPUtime=0
/proc/17858/stat : 17858 (sh) S 17835 17835 16965 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22679233 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17858/statm: 1339 232 193 169 0 50 0
[pid=17859] ppid=17858 vsize=337032 CPUtime=1792.06
/proc/17859/stat : 17859 (minisat) R 17858 17835 16965 0 -1 4194304 83724 0 0 0 179126 80 0 0 25 0 1 0 22679234 345120768 83710 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17859/statm: 84258 83710 75 150 0 84105 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 359256

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17835 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=783816
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=230964
# CPU time returned by wait4() is 8.01478
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1803.56
CPU time (s): 1800.05
CPU user time (s): 1799.04
CPU system time (s): 1.01
CPU usage (%): 99.8052
Max. virtual memory (cumulated for all children) (KiB): 891120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.78382
system time used= 0.230964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24726
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= 5143
involuntary context switches= 5166

runsolver used 2.06768 second user time and 6.16006 second system time

The end

Launcher Data

Begin job on node31 at 2009-07-12 01:48:43
IDJOB=2072138
IDBENCH=55597
IDSOLVER=739
FILE ID=node31/2072138-1247356123
PBS_JOBID= 9506932
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-pigeon-clauses-31-30.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-2072138-1247356123/watcher-2072138-1247356123 -o /tmp/evaluation-result-2072138-1247356123/solver-2072138-1247356123 -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-2072138-1247356123.xml

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

MD5SUM BENCH= 6bae2773526b2860190297b9edbd824e
RANDOM SEED=1218138098

node31.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	: 5931.00
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:       1873976 kB
Buffers:         25696 kB
Cached:          71136 kB
SwapCached:          0 kB
Active:          91840 kB
Inactive:        38180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1873976 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3960 kB
Writeback:           0 kB
Mapped:          43880 kB
Slab:            36916 kB
Committed_AS:   248808 kB
PageTables:       1888 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66380 MiB
End job on node31 at 2009-07-12 02:18:48