Trace number 2068002

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.09 1814.57

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-ran6x43.xml
MD5SUM13145b894b2077631b81f28c10ab1906
Bench CategoryN-ARY-INT (n-ary constraints in intension)
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 variables7998
Number of constraints356
Maximum constraint arity1290
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension356
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 22:53:24 2009
0.00/0.08	c 0	PID 14049
0.00/0.08	c 0	HOST node10.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2068002-1247345604.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-2068002-1247345604.xml' 'HOME/temp.csp'
0.06/0.88	c 1	2 domains, 7998 variables, 6 predicates, 0 relations, 356 constraints
0.06/0.92	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.92	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/1.00	c 1	Parsing HOME/temp.csp
1.41/1.50	c 1	parsed 8362 expressions
1.41/1.51	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.41/1.51	c 1	Converting to clausal form CSP
1.41/1.55	c 1	converted 837 (10%) expressions
1.41/1.56	c 1	converted 1673 (20%) expressions
1.41/1.56	c 1	converted 2509 (30%) expressions
1.41/1.56	c 1	converted 3345 (40%) expressions
1.41/1.56	c 1	converted 4181 (50%) expressions
1.41/1.56	c 1	converted 5018 (60%) expressions
1.41/1.57	c 1	converted 5854 (70%) expressions
1.41/1.57	c 1	converted 6690 (80%) expressions
1.41/1.57	c 1	converted 7526 (90%) expressions
3.59/3.79	c 4	converted 8362 (100%) expressions
3.59/3.80	c 4	CSP : 12846 integers, 0 booleans, 10052 clauses, largest domain size 218
3.59/3.80	c 4	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.59/3.80	c 4	Propagation in CSP
4.38/4.53	c 4	25299 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.38/4.53	c 4	CSP : 12846 integers, 0 booleans, 10052 clauses, largest domain size 218
4.38/4.53	c 4	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.38/4.55	c 4	Simplifing CSP by introducing new Boolean variables
4.38/4.56	c 4	CSP : 12846 integers, 0 booleans, 10052 clauses, largest domain size 218
4.38/4.56	c 4	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.48/4.64	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.48/4.67	c 4	1285 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.48/4.68	c 4	2570 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.48/4.68	c 4	3854 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.48/4.68	c 4	5139 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.48/4.69	c 4	6423 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.48/4.69	c 4	7708 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.57/4.70	c 4	8993 (70%) CSP integer variables are encoded (8052 clauses, 110371 bytes)
4.57/4.72	c 4	10277 (80%) CSP integer variables are encoded (15838 clauses, 227161 bytes)
4.57/4.73	c 5	11562 (90%) CSP integer variables are encoded (28816 clauses, 421831 bytes)
4.57/4.75	c 5	12846 (100%) CSP integer variables are encoded (39919 clauses, 588376 bytes)
4.86/5.03	c 5	1006 (10%) CSP clauses are encoded (86638 clauses, 1547063 bytes)
5.37/5.52	c 5	2011 (20%) CSP clauses are encoded (144942 clauses, 2894514 bytes)
6.65/6.86	c 7	3016 (30%) CSP clauses are encoded (236689 clauses, 5187492 bytes)
7.94/8.19	c 8	4021 (40%) CSP clauses are encoded (324415 clauses, 7396189 bytes)
9.32/9.54	c 9	5026 (50%) CSP clauses are encoded (416499 clauses, 9748763 bytes)
10.81/11.01	c 11	6032 (60%) CSP clauses are encoded (623724 clauses, 14418614 bytes)
11.99/12.21	c 12	7037 (70%) CSP clauses are encoded (794876 clauses, 18093211 bytes)
13.48/13.71	c 13	8042 (80%) CSP clauses are encoded (1069431 clauses, 24065274 bytes)
14.76/15.06	c 15	9047 (90%) CSP clauses are encoded (1290714 clauses, 28904574 bytes)
15.95/16.27	c 16	10052 (100%) CSP clauses are encoded (1460158 clauses, 32599730 bytes)
15.95/16.27	c 16	10052 CSP clauses encoded
15.95/16.27	c 16	Writing map file : HOME/temp.map
16.04/16.30	c 16	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
16.04/16.30	c 16	SAT : 48920 SAT variables, 1460158 SAT clauses, 32599730 bytes
16.04/16.30	c 16	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
16.04/16.36	c 16	SOLVING HOME/temp.cnf
16.04/16.36	c 16	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
16.04/16.36	c 16	This is MiniSat 2.0 beta
16.04/16.36	c 16	WARNING: for repeatability, setting FPU to use double precision
16.04/16.36	c 16	============================[ Problem Statistics ]=============================
16.04/16.36	c 16	|                                                                             |
16.04/16.36	c 16	|  Number of variables:  48920                                                |
16.04/16.36	c 16	|  Number of clauses:    1460158                                              |
16.80/17.15	c 17	|  Parsing time:         0.68         s                                       |
16.80/17.19	c 17	============================[ Search Statistics ]==============================
16.80/17.19	c 17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.80/17.19	c 17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.80/17.19	c 17	===============================================================================
16.80/17.19	c 17	|         0 |   48920  1460158  4887867 |   486719        0    nan |  0.000 % |
17.49/17.81	c 18	|       100 |   48920  1460158  4887867 |   535391      100     86 |  0.000 % |
18.29/18.64	c 18	|       250 |   48920  1460158  4887867 |   588930      250    176 |  0.000 % |
19.47/19.89	c 20	|       475 |   48920  1460158  4887867 |   647823      475    144 |  0.000 % |
21.45/21.83	c 22	|       813 |   48919  1460158  4887867 |   712605      812    180 |  0.058 % |
23.72/24.15	c 24	|      1319 |   48917  1460158  4887867 |   783866     1316    181 |  0.119 % |
27.99/28.41	c 28	|      2078 |   48860  1458236  4880937 |   862252     2067    172 |  0.233 % |
33.33/33.88	c 34	|      3217 |   48739  1454643  4868322 |   948478     3196    182 |  0.370 % |
42.94/43.53	c 43	|      4925 |   48735  1454643  4868322 |  1043326     4900    185 |  0.577 % |
55.61/56.33	c 56	|      7487 |   48638  1451814  4858340 |  1147658     7460    218 |  0.577 % |
74.92/75.85	c 76	|     11331 |   48638  1451814  4858340 |  1262424    11304    226 |  0.577 % |
101.67/102.82	c 103	|     17097 |   48638  1451814  4858340 |  1388667    17070    245 |  0.577 % |
142.87/144.43	c 144	|     25746 |   48597  1450552  4853831 |  1527533    25715    225 |  0.661 % |
200.91/203.02	c 203	|     38720 |   48558  1449261  4849154 |  1680287    38681    226 |  0.740 % |
298.38/301.46	c 301	|     58182 |   48547  1448748  4847218 |  1848315    58142    221 |  0.763 % |
459.02/463.60	c 463	|     87374 |   48474  1446358  4838637 |  2033147    87326    215 |  0.912 % |
713.18/720.24	c 720	|    131163 |   48345  1441901  4822676 |  2236462   131080    206 |  1.175 % |
1127.71/1138.76	c 1139	|    196847 |   48280  1439347  4813368 |  2460108   196747    202 |  1.311 % |
1792.90/1807.32	c 1807	|    295373 |   48145  1435067  4798492 |  2706119   295252    188 |  1.584 % |
1800.09/1814.52	c ERROR INTERRUPTED
1800.09/1814.56	s UNKNOWN
1800.09/1814.56	c 1814	CPU 16.08 (0.06 0.02 15.59 0.41)
1800.09/1814.56	c 1814	END Sat Jul 11 23:23:38 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-2068002-1247345604/watcher-2068002-1247345604 -o /tmp/evaluation-result-2068002-1247345604/solver-2068002-1247345604 -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-2068002-1247345604.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: 1.92 1.98 1.99 4/73 14049
/proc/meminfo: memFree=1890760/2055920 swapFree=4192812/4192956
[pid=14049] ppid=14047 vsize=4708 CPUtime=0
/proc/14049/stat : 14049 (sugar) R 14047 14049 12947 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 21627426 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 214917248393 0 0 4096 0 0 0 0 17 1 0 0
/proc/14049/statm: 1177 43 33 3 0 8 0

[startup+0.0898239 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 14049
/proc/meminfo: memFree=1890760/2055920 swapFree=4192812/4192956
[pid=14049] ppid=14047 vsize=16868 CPUtime=0.06
/proc/14049/stat : 14049 (sugar) S 14047 14049 12947 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21627426 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14049/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.10183 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 14049
/proc/meminfo: memFree=1890760/2055920 swapFree=4192812/4192956
[pid=14049] ppid=14047 vsize=16868 CPUtime=0.06
/proc/14049/stat : 14049 (sugar) S 14047 14049 12947 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21627426 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14049/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301867 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 14049
/proc/meminfo: memFree=1890760/2055920 swapFree=4192812/4192956
[pid=14049] ppid=14047 vsize=16868 CPUtime=0.06
/proc/14049/stat : 14049 (sugar) S 14047 14049 12947 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21627426 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14049/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701962 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 14049
/proc/meminfo: memFree=1890760/2055920 swapFree=4192812/4192956
[pid=14049] ppid=14047 vsize=16868 CPUtime=0.06
/proc/14049/stat : 14049 (sugar) S 14047 14049 12947 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21627426 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14049/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50213 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 14071
/proc/meminfo: memFree=1882800/2055920 swapFree=4192812/4192956
[pid=14049] ppid=14047 vsize=16868 CPUtime=0.85
/proc/14049/stat : 14049 (sugar) S 14047 14049 12947 0 -1 4194304 1309 7369 0 1 5 1 73 6 16 0 1 0 21627426 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14049/statm: 4217 1111 409 3 0 796 0
[pid=14062] ppid=14049 vsize=5356 CPUtime=0
/proc/14062/stat : 14062 (sh) S 14049 14049 12947 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21627519 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14062/statm: 1339 233 193 169 0 50 0
[pid=14063] ppid=14062 vsize=862284 CPUtime=0.56
/proc/14063/stat : 14063 (java) S 14062 14049 12947 0 -1 0 5953 0 1 0 53 3 0 0 18 0 9 0 21627519 882978816 5098 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14063/statm: 215571 5098 2158 9 0 210484 0
[pid=14063/tid=14064] ppid=14062 vsize=862284 CPUtime=0.3
/proc/14063/task/14064/stat : 14064 (java) R 14062 14049 12947 0 -1 64 2049 0 1 0 29 1 0 0 21 0 9 0 21627520 882978816 5098 996147200 134512640 134550932 4294955936 18446744073709551615 4126422419 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14063/tid=14065] ppid=14062 vsize=862284 CPUtime=0.21
/proc/14063/task/14065/stat : 14065 (java) S 14062 14049 12947 0 -1 64 2895 0 0 0 20 1 0 0 16 0 9 0 21627521 882978816 5098 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14063/tid=14066] ppid=14062 vsize=862284 CPUtime=0
/proc/14063/task/14066/stat : 14066 (java) S 14062 14049 12947 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21627521 882978816 5098 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14063/tid=14067] ppid=14062 vsize=862284 CPUtime=0
/proc/14063/task/14067/stat : 14067 (java) S 14062 14049 12947 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21627521 882978816 5098 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14063/tid=14068] ppid=14062 vsize=862284 CPUtime=0
/proc/14063/task/14068/stat : 14068 (java) S 14062 14049 12947 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21627523 882978816 5098 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14063/tid=14069] ppid=14062 vsize=862284 CPUtime=0.03
/proc/14063/task/14069/stat : 14069 (java) S 14062 14049 12947 0 -1 64 307 0 0 0 3 0 0 0 16 0 9 0 21627523 882978816 5098 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14063/tid=14070] ppid=14062 vsize=862284 CPUtime=0
/proc/14063/task/14070/stat : 14070 (java) S 14062 14049 12947 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21627523 882978816 5098 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14063/tid=14071] ppid=14062 vsize=862284 CPUtime=0
/proc/14063/task/14071/stat : 14071 (java) S 14062 14049 12947 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21627523 882978816 5098 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 884508

[startup+3.10247 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 14071
/proc/meminfo: memFree=1866352/2055920 swapFree=4192812/4192956
[pid=14049] ppid=14047 vsize=16868 CPUtime=0.85
/proc/14049/stat : 14049 (sugar) S 14047 14049 12947 0 -1 4194304 1309 7369 0 1 5 1 73 6 15 0 1 0 21627426 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14049/statm: 4217 1111 409 3 0 796 0
[pid=14062] ppid=14049 vsize=5356 CPUtime=0
/proc/14062/stat : 14062 (sh) S 14049 14049 12947 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21627519 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14062/statm: 1339 233 193 169 0 50 0
[pid=14063] ppid=14062 vsize=868596 CPUtime=2.15
/proc/14063/stat : 14063 (java) S 14062 14049 12947 0 -1 0 10059 0 1 0 208 7 0 0 18 0 9 0 21627519 889442304 9028 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14063/statm: 217149 9028 2566 9 0 211654 0
[pid=14063/tid=14064] ppid=14062 vsize=868596 CPUtime=1.48
/proc/14063/task/14064/stat : 14064 (java) R 14062 14049 12947 0 -1 64 2842 0 1 0 146 2 0 0 25 0 9 0 21627520 889442304 9028 996147200 134512640 134550932 4294955936 18446744073709551615 4126557648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14063/tid=14065] ppid=14062 vsize=868596 CPUtime=0.46
/proc/14063/task/14065/stat : 14065 (java) S 14062 14049 12947 0 -1 64 5052 0 0 0 44 2 0 0 16 0 9 0 21627521 889442304 9028 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14063/tid=14066] ppid=14062 vsize=868596 CPUtime=0
/proc/14063/task/14066/stat : 14066 (java) S 14062 14049 12947 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21627521 889442304 9028 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14063/tid=14067] ppid=14062 vsize=868596 CPUtime=0
/proc/14063/task/14067/stat : 14067 (java) S 14062 14049 12947 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21627521 889442304 9028 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14063/tid=14068] ppid=14062 vsize=868596 CPUtime=0
/proc/14063/task/14068/stat : 14068 (java) S 14062 14049 12947 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21627523 889442304 9028 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14063/tid=14069] ppid=14062 vsize=868596 CPUtime=0.17
/proc/14063/task/14069/stat : 14069 (java) S 14062 14049 12947 0 -1 64 1463 0 0 0 16 1 0 0 16 0 9 0 21627523 889442304 9028 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14063/tid=14070] ppid=14062 vsize=868596 CPUtime=0
/proc/14063/task/14070/stat : 14070 (java) S 14062 14049 12947 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21627523 889442304 9028 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14063/tid=14071] ppid=14062 vsize=868596 CPUtime=0
/proc/14063/task/14071/stat : 14071 (java) S 14062 14049 12947 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21627523 889442304 9028 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890820

[startup+6.30216 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 14071
/proc/meminfo: memFree=1853552/2055920 swapFree=4192812/4192956
[pid=14049] ppid=14047 vsize=16868 CPUtime=0.85
/proc/14049/stat : 14049 (sugar) S 14047 14049 12947 0 -1 4194304 1310 7369 0 1 5 1 73 6 15 0 1 0 21627426 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14049/statm: 4217 1111 409 3 0 796 0
[pid=14062] ppid=14049 vsize=5356 CPUtime=0
/proc/14062/stat : 14062 (sh) S 14049 14049 12947 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21627519 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14062/statm: 1339 233 193 169 0 50 0
[pid=14063] ppid=14062 vsize=868708 CPUtime=5.3
/proc/14063/stat : 14063 (java) S 14062 14049 12947 0 -1 0 11387 0 1 0 519 11 0 0 18 0 9 0 21627519 889556992 10116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14063/statm: 217177 10116 2590 9 0 211654 0
[pid=14063/tid=14064] ppid=14062 vsize=868708 CPUtime=4.36
/proc/14063/task/14064/stat : 14064 (java) R 14062 14049 12947 0 -1 64 3097 0 1 0 431 5 0 0 25 0 9 0 21627520 889556992 10116 996147200 134512640 134550932 4294955936 18446744073709551615 4127051755 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14063/tid=14065] ppid=14062 vsize=868708 CPUtime=0.69
/proc/14063/task/14065/stat : 14065 (java) S 14062 14049 12947 0 -1 64 6085 0 0 0 65 4 0 0 16 0 9 0 21627521 889556992 10116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14063/tid=14066] ppid=14062 vsize=868708 CPUtime=0
/proc/14063/task/14066/stat : 14066 (java) S 14062 14049 12947 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21627521 889556992 10116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14063/tid=14067] ppid=14062 vsize=868708 CPUtime=0
/proc/14063/task/14067/stat : 14067 (java) S 14062 14049 12947 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21627521 889556992 10116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14063/tid=14068] ppid=14062 vsize=868708 CPUtime=0
/proc/14063/task/14068/stat : 14068 (java) S 14062 14049 12947 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21627523 889556992 10116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14063/tid=14069] ppid=14062 vsize=868708 CPUtime=0.23
/proc/14063/task/14069/stat : 14069 (java) S 14062 14049 12947 0 -1 64 1503 0 0 0 22 1 0 0 16 0 9 0 21627523 889556992 10116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14063/tid=14070] ppid=14062 vsize=868708 CPUtime=0
/proc/14063/task/14070/stat : 14070 (java) S 14062 14049 12947 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21627523 889556992 10116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14063/tid=14071] ppid=14062 vsize=868708 CPUtime=0
/proc/14063/task/14071/stat : 14071 (java) S 14062 14049 12947 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21627523 889556992 10116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890932

[startup+12.7015 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 14071
/proc/meminfo: memFree=1838128/2055920 swapFree=4192812/4192956
[pid=14049] ppid=14047 vsize=16868 CPUtime=0.85
/proc/14049/stat : 14049 (sugar) S 14047 14049 12947 0 -1 4194304 1310 7369 0 1 5 1 73 6 16 0 1 0 21627426 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14049/statm: 4217 1111 409 3 0 796 0
[pid=14062] ppid=14049 vsize=5356 CPUtime=0
/proc/14062/stat : 14062 (sh) S 14049 14049 12947 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21627519 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14062/statm: 1339 233 193 169 0 50 0
[pid=14063] ppid=14062 vsize=868708 CPUtime=11.64
/proc/14063/stat : 14063 (java) S 14062 14049 12947 0 -1 0 11750 0 1 0 1139 25 0 0 18 0 9 0 21627519 889556992 10121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14063/statm: 217177 10121 2590 9 0 211654 0
[pid=14063/tid=14064] ppid=14062 vsize=868708 CPUtime=10.54
/proc/14063/task/14064/stat : 14064 (java) R 14062 14049 12947 0 -1 64 3455 0 1 0 1038 16 0 0 25 0 9 0 21627520 889556992 10121 996147200 134512640 134550932 4294955936 18446744073709551615 4126553265 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14063/tid=14065] ppid=14062 vsize=868708 CPUtime=0.83
/proc/14063/task/14065/stat : 14065 (java) S 14062 14049 12947 0 -1 64 6085 0 0 0 77 6 0 0 16 0 9 0 21627521 889556992 10121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14063/tid=14066] ppid=14062 vsize=868708 CPUtime=0
/proc/14063/task/14066/stat : 14066 (java) S 14062 14049 12947 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21627521 889556992 10121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14063/tid=14067] ppid=14062 vsize=868708 CPUtime=0
/proc/14063/task/14067/stat : 14067 (java) S 14062 14049 12947 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21627521 889556992 10121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14063/tid=14068] ppid=14062 vsize=868708 CPUtime=0
/proc/14063/task/14068/stat : 14068 (java) S 14062 14049 12947 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21627523 889556992 10121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14063/tid=14069] ppid=14062 vsize=868708 CPUtime=0.24
/proc/14063/task/14069/stat : 14069 (java) S 14062 14049 12947 0 -1 64 1508 0 0 0 23 1 0 0 16 0 9 0 21627523 889556992 10121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14063/tid=14070] ppid=14062 vsize=868708 CPUtime=0
/proc/14063/task/14070/stat : 14070 (java) S 14062 14049 12947 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21627523 889556992 10121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14063/tid=14071] ppid=14062 vsize=868708 CPUtime=0
/proc/14063/task/14071/stat : 14071 (java) S 14062 14049 12947 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21627523 889556992 10121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890932

[startup+25.5023 s]
/proc/loadavg: 2.07 2.02 2.00 3/76 14073
/proc/meminfo: memFree=1786224/2055920 swapFree=4192812/4192956
[pid=14049] ppid=14047 vsize=16868 CPUtime=16.08
/proc/14049/stat : 14049 (sugar) S 14047 14049 12947 0 -1 4194304 1376 19665 0 2 6 2 1559 41 16 0 1 0 21627426 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14049/statm: 4217 1113 409 3 0 796 0
[pid=14072] ppid=14049 vsize=5356 CPUtime=0
/proc/14072/stat : 14072 (sh) S 14049 14049 12947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21629063 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14072/statm: 1339 232 193 169 0 50 0
[pid=14073] ppid=14072 vsize=69888 CPUtime=9.04
/proc/14073/stat : 14073 (minisat) R 14072 14049 12947 0 -1 4194304 17071 0 0 0 893 11 0 0 25 0 1 0 21629063 71565312 17057 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14073/statm: 17472 17057 75 150 0 17319 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 92112

[startup+51.1028 s]
/proc/loadavg: 2.05 2.01 2.00 3/76 14073
/proc/meminfo: memFree=1782192/2055920 swapFree=4192812/4192956
[pid=14049] ppid=14047 vsize=16868 CPUtime=16.08
/proc/14049/stat : 14049 (sugar) S 14047 14049 12947 0 -1 4194304 1376 19665 0 2 6 2 1559 41 16 0 1 0 21627426 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14049/statm: 4217 1113 409 3 0 796 0

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

/proc/meminfo: memFree=1594656/2055920 swapFree=4192812/4192956
[pid=14049] ppid=14047 vsize=16868 CPUtime=16.08
/proc/14049/stat : 14049 (sugar) S 14047 14049 12947 0 -1 4194304 1376 19665 0 2 6 2 1559 41 16 0 1 0 21627426 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14049/statm: 4217 1113 409 3 0 796 0
[pid=14072] ppid=14049 vsize=5356 CPUtime=0
/proc/14072/stat : 14072 (sh) S 14049 14049 12947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21629063 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14072/statm: 1339 232 193 169 0 50 0
[pid=14073] ppid=14072 vsize=261556 CPUtime=1333.11
/proc/14073/stat : 14073 (minisat) R 14072 14049 12947 0 -1 4194304 64575 0 0 0 133244 67 0 0 25 0 1 0 21629063 267833344 64561 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14073/statm: 65389 64561 75 150 0 65236 0
Current children cumulated CPU time (s) 1349.19
Current children cumulated vsize (KiB) 283780

[startup+1422.31 s]
/proc/loadavg: 2.06 2.02 2.00 3/79 14082
/proc/meminfo: memFree=1588832/2055920 swapFree=4192812/4192956
[pid=14049] ppid=14047 vsize=16868 CPUtime=16.08
/proc/14049/stat : 14049 (sugar) S 14047 14049 12947 0 -1 4194304 1376 19665 0 2 6 2 1559 41 16 0 1 0 21627426 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14049/statm: 4217 1113 409 3 0 796 0
[pid=14072] ppid=14049 vsize=5356 CPUtime=0
/proc/14072/stat : 14072 (sh) S 14049 14049 12947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21629063 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14072/statm: 1339 232 193 169 0 50 0
[pid=14073] ppid=14072 vsize=267216 CPUtime=1392.54
/proc/14073/stat : 14073 (minisat) R 14072 14049 12947 0 -1 4194304 66001 0 0 0 139186 68 0 0 25 0 1 0 21629063 273629184 65987 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/14073/statm: 66804 65987 75 150 0 66651 0
Current children cumulated CPU time (s) 1408.62
Current children cumulated vsize (KiB) 289440

[startup+1482.3 s]
/proc/loadavg: 2.29 2.09 2.02 2/73 14083
/proc/meminfo: memFree=1595088/2055920 swapFree=4192812/4192956
[pid=14049] ppid=14047 vsize=16868 CPUtime=16.08
/proc/14049/stat : 14049 (sugar) S 14047 14049 12947 0 -1 4194304 1376 19665 0 2 6 2 1559 41 16 0 1 0 21627426 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14049/statm: 4217 1113 409 3 0 796 0
[pid=14072] ppid=14049 vsize=5356 CPUtime=0
/proc/14072/stat : 14072 (sh) S 14049 14049 12947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21629063 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14072/statm: 1339 232 193 169 0 50 0
[pid=14073] ppid=14072 vsize=274016 CPUtime=1451.97
/proc/14073/stat : 14073 (minisat) R 14072 14049 12947 0 -1 4194304 67666 0 0 0 145128 69 0 0 25 0 1 0 21629063 280592384 67652 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14073/statm: 68504 67652 75 150 0 68351 0
Current children cumulated CPU time (s) 1468.05
Current children cumulated vsize (KiB) 296240

[startup+1542.3 s]
/proc/loadavg: 2.10 2.07 2.02 3/85 14183
/proc/meminfo: memFree=1563880/2055920 swapFree=4192812/4192956
[pid=14049] ppid=14047 vsize=16868 CPUtime=16.08
/proc/14049/stat : 14049 (sugar) S 14047 14049 12947 0 -1 4194304 1376 19665 0 2 6 2 1559 41 16 0 1 0 21627426 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14049/statm: 4217 1113 409 3 0 796 0
[pid=14072] ppid=14049 vsize=5356 CPUtime=0
/proc/14072/stat : 14072 (sh) S 14049 14049 12947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21629063 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14072/statm: 1339 232 193 169 0 50 0
[pid=14073] ppid=14072 vsize=281320 CPUtime=1511.94
/proc/14073/stat : 14073 (minisat) R 14072 14049 12947 0 -1 4194304 69472 0 0 0 151121 73 0 0 25 0 1 0 21629063 288071680 69458 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14073/statm: 70330 69458 75 150 0 70177 0
Current children cumulated CPU time (s) 1528.02
Current children cumulated vsize (KiB) 303544

[startup+1602.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/84 14184
/proc/meminfo: memFree=1549864/2055920 swapFree=4192812/4192956
[pid=14049] ppid=14047 vsize=16868 CPUtime=16.08
/proc/14049/stat : 14049 (sugar) S 14047 14049 12947 0 -1 4194304 1376 19665 0 2 6 2 1559 41 16 0 1 0 21627426 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14049/statm: 4217 1113 409 3 0 796 0
[pid=14072] ppid=14049 vsize=5356 CPUtime=0
/proc/14072/stat : 14072 (sh) S 14049 14049 12947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21629063 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14072/statm: 1339 232 193 169 0 50 0
[pid=14073] ppid=14072 vsize=287164 CPUtime=1571.91
/proc/14073/stat : 14073 (minisat) R 14072 14049 12947 0 -1 4194304 70951 0 0 0 157116 75 0 0 25 0 1 0 21629063 294055936 70937 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 0 0 0
/proc/14073/statm: 71791 70937 75 150 0 71638 0
Current children cumulated CPU time (s) 1587.99
Current children cumulated vsize (KiB) 309388

[startup+1662.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/84 14184
/proc/meminfo: memFree=1542888/2055920 swapFree=4192812/4192956
[pid=14049] ppid=14047 vsize=16868 CPUtime=16.08
/proc/14049/stat : 14049 (sugar) S 14047 14049 12947 0 -1 4194304 1376 19665 0 2 6 2 1559 41 16 0 1 0 21627426 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14049/statm: 4217 1113 409 3 0 796 0
[pid=14072] ppid=14049 vsize=5356 CPUtime=0
/proc/14072/stat : 14072 (sh) S 14049 14049 12947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21629063 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14072/statm: 1339 232 193 169 0 50 0
[pid=14073] ppid=14072 vsize=294512 CPUtime=1631.89
/proc/14073/stat : 14073 (minisat) R 14072 14049 12947 0 -1 4194304 72675 0 0 0 163111 78 0 0 25 0 1 0 21629063 301580288 72661 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/14073/statm: 73628 72661 75 150 0 73475 0
Current children cumulated CPU time (s) 1647.97
Current children cumulated vsize (KiB) 316736

[startup+1722.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/84 14184
/proc/meminfo: memFree=1536424/2055920 swapFree=4192812/4192956
[pid=14049] ppid=14047 vsize=16868 CPUtime=16.08
/proc/14049/stat : 14049 (sugar) S 14047 14049 12947 0 -1 4194304 1376 19665 0 2 6 2 1559 41 16 0 1 0 21627426 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14049/statm: 4217 1113 409 3 0 796 0
[pid=14072] ppid=14049 vsize=5356 CPUtime=0
/proc/14072/stat : 14072 (sh) S 14049 14049 12947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21629063 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14072/statm: 1339 232 193 169 0 50 0
[pid=14073] ppid=14072 vsize=300880 CPUtime=1691.86
/proc/14073/stat : 14073 (minisat) R 14072 14049 12947 0 -1 4194304 74287 0 0 0 169107 79 0 0 25 0 1 0 21629063 308101120 74273 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14073/statm: 75220 74273 75 150 0 75067 0
Current children cumulated CPU time (s) 1707.94
Current children cumulated vsize (KiB) 323104

[startup+1782.3 s]
/proc/loadavg: 2.11 2.07 2.01 3/84 14184
/proc/meminfo: memFree=1530024/2055920 swapFree=4192812/4192956
[pid=14049] ppid=14047 vsize=16868 CPUtime=16.08
/proc/14049/stat : 14049 (sugar) S 14047 14049 12947 0 -1 4194304 1376 19665 0 2 6 2 1559 41 16 0 1 0 21627426 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14049/statm: 4217 1113 409 3 0 796 0
[pid=14072] ppid=14049 vsize=5356 CPUtime=0
/proc/14072/stat : 14072 (sh) S 14049 14049 12947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21629063 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14072/statm: 1339 232 193 169 0 50 0
[pid=14073] ppid=14072 vsize=307472 CPUtime=1751.82
/proc/14073/stat : 14073 (minisat) R 14072 14049 12947 0 -1 4194304 75835 0 0 0 175102 80 0 0 25 0 1 0 21629063 314851328 75821 996147200 134512640 135127466 4294956256 18446744073709551615 134527115 0 0 4096 3 0 0 0 17 0 0 0
/proc/14073/statm: 76868 75821 75 150 0 76715 0
Current children cumulated CPU time (s) 1767.9
Current children cumulated vsize (KiB) 329696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.5 s]
/proc/loadavg: 2.06 2.06 2.01 3/84 14184
/proc/meminfo: memFree=1527080/2055920 swapFree=4192812/4192956
[pid=14049] ppid=14047 vsize=16868 CPUtime=16.08
/proc/14049/stat : 14049 (sugar) S 14047 14049 12947 0 -1 4194304 1376 19665 0 2 6 2 1559 41 16 0 1 0 21627426 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14049/statm: 4217 1113 409 3 0 796 0
[pid=14072] ppid=14049 vsize=5356 CPUtime=0
/proc/14072/stat : 14072 (sh) S 14049 14049 12947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21629063 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14072/statm: 1339 232 193 169 0 50 0
[pid=14073] ppid=14072 vsize=310444 CPUtime=1784.01
/proc/14073/stat : 14073 (minisat) R 14072 14049 12947 0 -1 4194304 76573 0 0 0 178320 81 0 0 25 0 1 0 21629063 317894656 76559 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/14073/statm: 77611 76559 75 150 0 77458 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 332668

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

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

[startup+1814.5 s]
/proc/loadavg: 2.06 2.06 2.01 3/84 14184
/proc/meminfo: memFree=1527080/2055920 swapFree=4192812/4192956
[pid=14049] ppid=14047 vsize=16868 CPUtime=16.08
/proc/14049/stat : 14049 (sugar) S 14047 14049 12947 0 -1 4194304 1376 19665 0 2 6 2 1559 41 16 0 1 0 21627426 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14049/statm: 4217 1113 409 3 0 796 0
[pid=14072] ppid=14049 vsize=5356 CPUtime=0
/proc/14072/stat : 14072 (sh) S 14049 14049 12947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21629063 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14072/statm: 1339 232 193 169 0 50 0
[pid=14073] ppid=14072 vsize=310444 CPUtime=1784.01
/proc/14073/stat : 14073 (minisat) R 14072 14049 12947 0 -1 4194304 76573 0 0 0 178320 81 0 0 25 0 1 0 21629063 317894656 76559 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/14073/statm: 77611 76559 75 150 0 77458 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 332668

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14049 and gives
#  childrusage.ru_utime.tv_sec=15
#  childrusage.ru_utime.tv_usec=665618
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=453930
# CPU time returned by wait4() is 16.1195
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1814.57
CPU time (s): 1800.09
CPU user time (s): 1798.85
CPU system time (s): 1.24
CPU usage (%): 99.2018
Max. virtual memory (cumulated for all children) (KiB): 891040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.6656
system time used= 0.45393
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21424
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= 10742
involuntary context switches= 10906

runsolver used 2.36364 second user time and 5.84511 second system time

The end

Launcher Data

Begin job on node10 at 2009-07-11 22:53:24
IDJOB=2068002
IDBENCH=54770
IDSOLVER=739
FILE ID=node10/2068002-1247345604
PBS_JOBID= 9506764
Free space on /tmp= 66416 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-ran6x43.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-2068002-1247345604/watcher-2068002-1247345604 -o /tmp/evaluation-result-2068002-1247345604/solver-2068002-1247345604 -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-2068002-1247345604.xml

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

MD5SUM BENCH= 13145b894b2077631b81f28c10ab1906
RANDOM SEED=518107295

node10.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.279
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.279
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1891240 kB
Buffers:         14592 kB
Cached:          70408 kB
SwapCached:          0 kB
Active:          73308 kB
Inactive:        41008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1891240 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2264 kB
Writeback:           0 kB
Mapped:          40008 kB
Slab:            35800 kB
Committed_AS:   205268 kB
PageTables:       1736 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= 66416 MiB
End job on node10 at 2009-07-11 23:23:40