Trace number 1110524

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO)13 3600.05 3637.28

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg11-14_ext.xml
MD5SUMe65d9d7374d09e1bce67fdbc6a1537f0
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints13
Best CPU time to get the best result obtained on this benchmark3600.05
Satisfiable
(Un)Satisfiability was proved
Number of variables154
Number of constraints25
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension25
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 03:49:19 2008
0.00/0.04	c 0	PID 14261
0.00/0.04	c 0	HOST node14.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1110524-1215827359.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110524-1215827359.xml' 'HOME/temp.csp'
0.03/0.29	c 0	1 domains, 154 variables, 0 predicates, 2 relations, 25 constraints
0.04/0.31	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.31	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.04/0.39	c 1	Parsing HOME/temp.csp
0.27/0.54	c 1	parsed 182 expressions
0.27/0.55	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.27/0.55	c 1	MAX CSP: 25 constraints
0.27/0.55	c 1	Converting to clausal form CSP
0.27/0.57	c 1	converted 21 (10%) expressions
0.27/0.57	c 1	converted 42 (20%) expressions
0.27/0.57	c 1	converted 63 (30%) expressions
0.27/0.57	c 1	converted 84 (40%) expressions
0.27/0.57	c 1	converted 105 (50%) expressions
0.27/0.57	c 1	converted 126 (60%) expressions
0.27/0.57	c 1	converted 147 (70%) expressions
0.27/0.91	c 1	converted 168 (80%) expressions
1.43/1.56	c 2	converted 189 (90%) expressions
1.52/1.67	c 2	converted 210 (100%) expressions
1.52/1.67	c 2	CSP : 204 integers, 0 booleans, 74 clauses, largest domain size 38
1.52/1.67	c 2	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.52/1.67	c 2	Propagation in CSP
1.52/1.68	c 2	22 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.52/1.68	c 2	CSP : 204 integers, 0 booleans, 74 clauses, largest domain size 26
1.52/1.68	c 2	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.52/1.68	c 2	Simplifing CSP by introducing new Boolean variables
1.52/1.68	c 2	CSP : 204 integers, 0 booleans, 74 clauses, largest domain size 26
1.52/1.68	c 2	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.73/1.85	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.73/1.87	c 2	21 (10%) CSP integer variables are encoded (504 clauses, 5400 bytes)
1.73/1.87	c 2	41 (20%) CSP integer variables are encoded (984 clauses, 10729 bytes)
1.73/1.87	c 2	62 (30%) CSP integer variables are encoded (1488 clauses, 17281 bytes)
1.73/1.88	c 2	82 (40%) CSP integer variables are encoded (1968 clauses, 23521 bytes)
1.73/1.88	c 2	102 (50%) CSP integer variables are encoded (2448 clauses, 29761 bytes)
1.73/1.88	c 2	123 (60%) CSP integer variables are encoded (2952 clauses, 36313 bytes)
1.73/1.88	c 2	143 (70%) CSP integer variables are encoded (3432 clauses, 42553 bytes)
1.73/1.88	c 2	164 (80%) CSP integer variables are encoded (3696 clauses, 45985 bytes)
1.73/1.88	c 2	184 (90%) CSP integer variables are encoded (3726 clauses, 46375 bytes)
1.73/1.88	c 2	204 (100%) CSP integer variables are encoded (3868 clauses, 48221 bytes)
76.00/76.94	c 77	8 (10%) CSP clauses are encoded (383780 clauses, 30375485 bytes)
131.34/132.64	c 133	15 (20%) CSP clauses are encoded (682779 clauses, 54653270 bytes)
139.93/141.28	c 141	23 (30%) CSP clauses are encoded (795299 clauses, 65354267 bytes)
142.02/143.40	c 144	30 (40%) CSP clauses are encoded (823449 clauses, 68144699 bytes)
142.02/143.40	c 144	37 (50%) CSP clauses are encoded (823511 clauses, 68145690 bytes)
142.02/143.40	c 144	45 (60%) CSP clauses are encoded (823543 clauses, 68146172 bytes)
142.13/143.40	c 144	52 (70%) CSP clauses are encoded (823738 clauses, 68149380 bytes)
142.13/143.40	c 144	60 (80%) CSP clauses are encoded (824047 clauses, 68154558 bytes)
142.13/143.41	c 144	67 (90%) CSP clauses are encoded (824169 clauses, 68156530 bytes)
142.13/143.41	c 144	74 (100%) CSP clauses are encoded (824542 clauses, 68162936 bytes)
142.13/143.41	c 144	74 CSP clauses encoded
142.13/143.41	c 144	Writing map file : HOME/temp.map
142.13/143.41	c 144	Heap : 53 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
142.13/143.41	c 144	SAT : 4072 SAT variables, 824542 SAT clauses, 68162936 bytes
142.13/143.41	c 144	Heap : 53 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
142.13/143.45	c 144	OBJECTIVE minimize _COST
142.13/143.45	c 144	OBJECTIVE BOUND: 0 <= _COST <= 
142.13/143.45	c 144	SEARCHING: _COST <= 13
142.13/143.45	c 144	SOLVING HOME/temp.cnf
142.13/143.45	c 144	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
142.13/143.46	c 144	This is MiniSat 2.0 beta
142.13/143.46	c 144	WARNING: for repeatability, setting FPU to use double precision
142.13/143.46	c 144	============================[ Problem Statistics ]=============================
142.13/143.46	c 144	|                                                                             |
142.13/143.46	c 144	|  Number of variables:  4072                                                 |
142.13/143.46	c 144	|  Number of clauses:    824543                                               |
143.57/144.92	c 145	|  Parsing time:         1.28         s                                       |
143.68/145.01	c 145	============================[ Search Statistics ]==============================
143.68/145.01	c 145	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
143.68/145.01	c 145	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
143.68/145.01	c 145	===============================================================================
143.68/145.01	c 145	|         0 |    4012   824117 12846171 |   274705        0    nan |  0.000 % |
143.68/145.03	c 145	|       101 |    4012   824117 12846171 |   302176      101      5 |  1.473 % |
143.68/145.08	c 145	|       252 |    4012   824117 12846171 |   332393      252      6 |  1.474 % |
143.78/145.11	c 145	|       477 |    4012   824117 12846171 |   365633      477      8 |  1.474 % |
143.98/145.36	c 146	|       814 |    4012   824117 12846171 |   402196      814      7 |  1.474 % |
144.07/145.43	c 146	|      1320 |    4012   824117 12846171 |   442416     1320      8 |  1.474 % |
144.26/145.61	c 146	|      2080 |    4012   824117 12846171 |   486657     2080      9 |  1.474 % |
144.56/145.93	c 146	|      3219 |    4012   824117 12846171 |   535323     3219      9 |  1.474 % |
144.87/146.30	c 146	|      4927 |    4012   824117 12846171 |   588855     4927     10 |  1.474 % |
145.46/146.84	c 147	|      7490 |    4012   824117 12846171 |   647741     7490     10 |  1.474 % |
146.54/147.94	c 148	|     11334 |    4012   824117 12846171 |   712515    11334     10 |  1.474 % |
147.63/149.01	c 149	|     17101 |    4012   824117 12846171 |   783767    17101     10 |  1.474 % |
148.92/150.34	c 150	|     25750 |    4012   824117 12846171 |   862144    25750     11 |  1.474 % |
153.37/154.85	c 155	|     38725 |    4012   824117 12846171 |   948358    38725     11 |  1.474 % |
158.92/160.46	c 161	|     58186 |    4012   824117 12846171 |  1043194    58186     11 |  1.474 % |
168.53/170.14	c 170	|     87378 |    4012   824117 12846171 |  1147513    87378     12 |  1.474 % |
190.12/191.90	c 192	|    131167 |    4012   824117 12846171 |  1262265   131167     12 |  1.474 % |
220.62/222.72	c 223	|    196852 |    4012   824117 12846171 |  1388491   196852     13 |  1.474 % |
275.88/278.52	c 279	===============================================================================
275.88/278.52	c 279	restarts              : 18
275.88/278.52	c 279	conflicts             : 280207         (2099 /sec)
275.88/278.52	c 279	decisions             : 387238         (1.63 % random) (2901 /sec)
275.88/278.52	c 279	propagations          : 8826296        (66128 /sec)
275.88/278.52	c 279	conflict literals     : 3793635        (25.43 % deleted)
275.88/278.52	c 279	Memory used           : 115.91 MB
275.88/278.52	c 279	CPU time              : 133.474 s
275.88/278.52	c 279	
275.88/278.53	c 279	SATISFIABLE
275.88/278.55	c 279	FOUND: _COST <= 13
275.88/278.55	s SATISFIABLE
275.88/278.55	c 279	DECODING HOME/temp.out WITH HOME/temp.map
275.88/278.55	c 279	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
275.94/278.63	c 279	Decoding HOME/temp.out
275.94/278.70	c 279	OBJECTIVE _COST 13
275.94/278.70	o 13
275.94/278.71	v 14 25 11 25 25 18 25 5 8 18 19 17 16 21 15 25 8 25 25 24 25 0 13 20 7 0 20 8 15 14 11 24 0 11 15 7 0 1 4 19 8 2 14 25 11 25 25 11 25 17 19 19 17 8 2 8 17 25 8 25 25 14 25 4 19 17 0 14 10 18 19 25 15 25 25 6 25 13 4 0 15 13 18 18 20 25 20 25 25 8 25 7 13 2 4 0 8 8 13 25 19 25 25 18 25 4 19 19 20 11 11 19 8 25 8 25 25 19 25 8 8 14 19 8 21 20 19 17 0 13 18 8 18 19 14 17 8 25 4 3 24 25 13 25 25 2 25 18 13 18 2 4 17 4
275.94/278.71	c 279	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
275.94/278.76	c 279	OBJECTIVE BOUND: 0 <= _COST <= 13
275.94/278.76	c 279	SEARCHING: _COST <= 6
275.94/278.76	c 279	SOLVING HOME/temp.cnf
275.94/278.76	c 279	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
275.94/278.77	c 279	This is MiniSat 2.0 beta
275.94/278.77	c 279	WARNING: for repeatability, setting FPU to use double precision
275.94/278.77	c 279	============================[ Problem Statistics ]=============================
275.94/278.77	c 279	|                                                                             |
275.94/278.77	c 279	|  Number of variables:  4072                                                 |
275.94/278.77	c 279	|  Number of clauses:    824543                                               |
277.55/280.22	c 280	|  Parsing time:         1.30         s                                       |
277.64/280.31	c 280	============================[ Search Statistics ]==============================
277.64/280.31	c 280	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
277.64/280.31	c 280	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
277.64/280.31	c 280	===============================================================================
277.64/280.31	c 280	|         0 |    3969   823800 12845342 |   274600        0    nan |  0.000 % |
277.64/280.33	c 280	|       101 |    3969   823800 12845342 |   302060      101      5 |  2.529 % |
277.64/280.38	c 281	|       252 |    3969   823800 12845342 |   332266      252      6 |  2.530 % |
277.94/280.61	c 281	|       477 |    3969   823800 12845342 |   365492      477      7 |  2.530 % |
278.03/280.77	c 281	|       815 |    3969   823800 12845342 |   402041      815      7 |  2.530 % |
278.24/280.91	c 281	|      1323 |    3969   823800 12845342 |   442246     1323      8 |  2.530 % |
278.43/281.19	c 281	|      2083 |    3969   823800 12845342 |   486470     2083      8 |  2.530 % |
279.42/282.14	c 282	|      3222 |    3969   823800 12845342 |   535117     3222      9 |  2.530 % |
282.30/285.01	c 285	|      4931 |    3969   823800 12845342 |   588629     4931     11 |  2.530 % |
283.67/286.41	c 287	|      7494 |    3969   823800 12845342 |   647492     7494     11 |  2.530 % |
285.16/287.91	c 288	|     11339 |    3969   823800 12845342 |   712241    11339     11 |  2.530 % |
287.83/290.61	c 291	|     17105 |    3969   823800 12845342 |   783465    17105     12 |  2.530 % |
292.00/294.85	c 295	|     25757 |    3969   823800 12845342 |   861812    25757     11 |  2.530 % |
303.48/306.49	c 307	|     38731 |    3969   823800 12845342 |   947993    38731     13 |  2.530 % |
320.81/323.98	c 324	|     58193 |    3969   823800 12845342 |  1042793    58193     13 |  2.530 % |
343.79/347.14	c 347	|     87385 |    3969   823800 12845342 |  1147072    87385     14 |  2.530 % |
421.63/425.74	c 426	|    131175 |    3969   823800 12845342 |  1261779   131175     18 |  2.530 % |
539.79/545.05	c 545	|    196859 |    3969   823800 12845342 |  1387957   196859     18 |  2.530 % |
850.81/862.36	c 863	|    295385 |    3969   823800 12845342 |  1526753   295385     20 |  2.530 % |
1034.66/1047.93	c 1048	|    443174 |    3969   823800 12845342 |  1679428   443174     19 |  2.530 % |
2008.66/2031.25	c 2031	|    664858 |    3969   823800 12845342 |  1847371   664858     22 |  2.530 % |
3484.48/3521.15	c 3521	|    997383 |    3969   823800 12845342 |  2032108   997383     24 |  2.530 % |
3600.05/3637.21	c ERROR INTERRUPTED
3600.05/3637.25	c 3637	CPU 275.01 (0.04 0.02 274.97 1.11)
3600.05/3637.25	c 3637	END Sat Jul 12 04:49:56 2008

Verifier Data (download as text)

OK	13	12
13 unsatisfied constraints, 12 satisfied constraints

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1110524-1215827359/watcher-1110524-1215827359 -o /tmp/evaluation-result-1110524-1215827359/solver-1110524-1215827359 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1110524-1215827359.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.95 1.98 1.99 4/82 14261
/proc/meminfo: memFree=1823048/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=12272 CPUtime=0
/proc/14261/stat : 14261 (sugar) R 14259 14261 13928 0 -1 4194304 359 0 0 0 0 0 0 0 20 0 1 0 39438531 12566528 327 996147200 4194304 4206940 548682068592 18446744073709551615 212243364862 0 0 4224 0 0 0 0 17 1 0 0
/proc/14261/statm: 3068 327 246 3 0 168 0

[startup+0.102055 s]
/proc/loadavg: 1.95 1.98 1.99 4/82 14261
/proc/meminfo: memFree=1823048/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=13600 CPUtime=0.03
/proc/14261/stat : 14261 (sugar) S 14259 14261 13928 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 39438531 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14261/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.203702 s]
/proc/loadavg: 1.95 1.98 1.99 4/82 14261
/proc/meminfo: memFree=1823048/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=13600 CPUtime=0.03
/proc/14261/stat : 14261 (sugar) S 14259 14261 13928 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 39438531 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14261/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301081 s]
/proc/loadavg: 1.95 1.98 1.99 4/82 14261
/proc/meminfo: memFree=1823048/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=13600 CPUtime=0.04
/proc/14261/stat : 14261 (sugar) S 14259 14261 13928 0 -1 4194304 916 127 0 0 3 1 0 0 15 0 1 0 39438531 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14261/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701156 s]
/proc/loadavg: 1.95 1.98 1.99 4/82 14261
/proc/meminfo: memFree=1823048/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=13600 CPUtime=0.27
/proc/14261/stat : 14261 (sugar) S 14259 14261 13928 0 -1 4194304 974 4891 0 1 3 1 19 4 15 0 1 0 39438531 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14261/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 13600

[startup+1.50229 s]
/proc/loadavg: 2.03 2.00 2.00 4/93 14283
/proc/meminfo: memFree=1793904/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=13600 CPUtime=0.27
/proc/14261/stat : 14261 (sugar) S 14259 14261 13928 0 -1 4194304 974 4891 0 1 3 1 19 4 15 0 1 0 39438531 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14261/statm: 3400 797 370 3 0 500 0
[pid=14274] ppid=14261 vsize=5356 CPUtime=0
/proc/14274/stat : 14274 (sh) S 14261 14261 13928 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39438563 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14274/statm: 1339 233 193 169 0 50 0
[pid=14275] ppid=14274 vsize=864140 CPUtime=1.16
/proc/14275/stat : 14275 (java) S 14274 14261 13928 0 -1 0 12342 0 1 0 109 7 0 0 18 0 9 0 39438563 884879360 11481 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14275/statm: 216035 11481 2540 9 0 210610 0
[pid=14275/tid=14276] ppid=14274 vsize=864140 CPUtime=0.46
/proc/14275/task/14276/stat : 14276 (java) R 14274 14261 13928 0 -1 64 2936 0 1 0 44 2 0 0 23 0 9 0 39438564 884879360 11481 996147200 134512640 134550740 4294955936 18446744073709551615 4126547625 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14275/tid=14277] ppid=14274 vsize=864140 CPUtime=0.61
/proc/14275/task/14277/stat : 14277 (java) S 14274 14261 13928 0 -1 64 8383 0 0 0 57 4 0 0 17 0 9 0 39438565 884879360 11481 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14275/tid=14278] ppid=14274 vsize=864140 CPUtime=0
/proc/14275/task/14278/stat : 14278 (java) S 14274 14261 13928 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39438565 884879360 11481 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14275/tid=14279] ppid=14274 vsize=864140 CPUtime=0
/proc/14275/task/14279/stat : 14279 (java) S 14274 14261 13928 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39438565 884879360 11481 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14275/tid=14280] ppid=14274 vsize=864140 CPUtime=0
/proc/14275/task/14280/stat : 14280 (java) S 14274 14261 13928 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 39438567 884879360 11481 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14275/tid=14281] ppid=14274 vsize=864140 CPUtime=0.06
/proc/14275/task/14281/stat : 14281 (java) S 14274 14261 13928 0 -1 64 330 0 0 0 6 0 0 0 16 0 9 0 39438567 884879360 11481 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14275/tid=14282] ppid=14274 vsize=864140 CPUtime=0
/proc/14275/task/14282/stat : 14282 (java) S 14274 14261 13928 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 39438567 884879360 11481 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14275/tid=14283] ppid=14274 vsize=864140 CPUtime=0
/proc/14275/task/14283/stat : 14283 (java) S 14274 14261 13928 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 39438567 884879360 11481 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883096

[startup+3.10256 s]
/proc/loadavg: 2.03 2.00 2.00 3/93 14283
/proc/meminfo: memFree=1767216/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=13600 CPUtime=0.27
/proc/14261/stat : 14261 (sugar) S 14259 14261 13928 0 -1 4194304 974 4891 0 1 3 1 19 4 15 0 1 0 39438531 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14261/statm: 3400 797 370 3 0 500 0
[pid=14274] ppid=14261 vsize=5356 CPUtime=0
/proc/14274/stat : 14274 (sh) S 14261 14261 13928 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39438563 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14274/statm: 1339 233 193 169 0 50 0
[pid=14275] ppid=14274 vsize=864384 CPUtime=2.74
/proc/14275/stat : 14275 (java) S 14274 14261 13928 0 -1 0 15647 0 1 0 265 9 0 0 18 0 9 0 39438563 885129216 14719 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14275/statm: 216096 14719 2565 9 0 210643 0
[pid=14275/tid=14276] ppid=14274 vsize=864384 CPUtime=1.71
/proc/14275/task/14276/stat : 14276 (java) R 14274 14261 13928 0 -1 64 3264 0 1 0 169 2 0 0 25 0 9 0 39438564 885129216 14719 996147200 134512640 134550740 4294955936 18446744073709551615 4126636797 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14275/tid=14277] ppid=14274 vsize=864384 CPUtime=0.9
/proc/14275/task/14277/stat : 14277 (java) S 14274 14261 13928 0 -1 64 11334 0 0 0 85 5 0 0 16 0 9 0 39438565 885129216 14719 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14275/tid=14278] ppid=14274 vsize=864384 CPUtime=0
/proc/14275/task/14278/stat : 14278 (java) S 14274 14261 13928 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39438565 885129216 14719 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14275/tid=14279] ppid=14274 vsize=864384 CPUtime=0
/proc/14275/task/14279/stat : 14279 (java) S 14274 14261 13928 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39438565 885129216 14719 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14275/tid=14280] ppid=14274 vsize=864384 CPUtime=0
/proc/14275/task/14280/stat : 14280 (java) S 14274 14261 13928 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 39438567 885129216 14719 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14275/tid=14281] ppid=14274 vsize=864384 CPUtime=0.11
/proc/14275/task/14281/stat : 14281 (java) S 14274 14261 13928 0 -1 64 356 0 0 0 11 0 0 0 16 0 9 0 39438567 885129216 14719 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14275/tid=14282] ppid=14274 vsize=864384 CPUtime=0
/proc/14275/task/14282/stat : 14282 (java) S 14274 14261 13928 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 39438567 885129216 14719 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14275/tid=14283] ppid=14274 vsize=864384 CPUtime=0
/proc/14275/task/14283/stat : 14283 (java) S 14274 14261 13928 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 39438567 885129216 14719 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883340

[startup+6.30112 s]
/proc/loadavg: 2.03 2.00 2.00 4/93 14283
/proc/meminfo: memFree=1760368/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=13600 CPUtime=0.27
/proc/14261/stat : 14261 (sugar) S 14259 14261 13928 0 -1 4194304 974 4891 0 1 3 1 19 4 15 0 1 0 39438531 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14261/statm: 3400 797 370 3 0 500 0
[pid=14274] ppid=14261 vsize=5356 CPUtime=0
/proc/14274/stat : 14274 (sh) S 14261 14261 13928 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39438563 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14274/statm: 1339 233 193 169 0 50 0
[pid=14275] ppid=14274 vsize=864384 CPUtime=5.9
/proc/14275/stat : 14275 (java) S 14274 14261 13928 0 -1 0 16187 0 1 0 581 9 0 0 18 0 9 0 39438563 885129216 15245 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14275/statm: 216096 15245 2565 9 0 210643 0
[pid=14275/tid=14276] ppid=14274 vsize=864384 CPUtime=4.84
/proc/14275/task/14276/stat : 14276 (java) R 14274 14261 13928 0 -1 64 3278 0 1 0 482 2 0 0 25 0 9 0 39438564 885129216 15245 996147200 134512640 134550740 4294955936 18446744073709551615 4126617552 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14275/tid=14277] ppid=14274 vsize=864384 CPUtime=0.92
/proc/14275/task/14277/stat : 14277 (java) S 14274 14261 13928 0 -1 64 11860 0 0 0 87 5 0 0 16 0 9 0 39438565 885129216 15245 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14275/tid=14278] ppid=14274 vsize=864384 CPUtime=0
/proc/14275/task/14278/stat : 14278 (java) S 14274 14261 13928 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39438565 885129216 15245 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14275/tid=14279] ppid=14274 vsize=864384 CPUtime=0
/proc/14275/task/14279/stat : 14279 (java) S 14274 14261 13928 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39438565 885129216 15245 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14275/tid=14280] ppid=14274 vsize=864384 CPUtime=0
/proc/14275/task/14280/stat : 14280 (java) S 14274 14261 13928 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 39438567 885129216 15245 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14275/tid=14281] ppid=14274 vsize=864384 CPUtime=0.11
/proc/14275/task/14281/stat : 14281 (java) S 14274 14261 13928 0 -1 64 356 0 0 0 11 0 0 0 16 0 9 0 39438567 885129216 15245 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14275/tid=14282] ppid=14274 vsize=864384 CPUtime=0
/proc/14275/task/14282/stat : 14282 (java) S 14274 14261 13928 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 39438567 885129216 15245 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14275/tid=14283] ppid=14274 vsize=864384 CPUtime=0
/proc/14275/task/14283/stat : 14283 (java) R 14274 14261 13928 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 39438567 885129216 15245 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 883340

[startup+12.7022 s]
/proc/loadavg: 2.03 2.00 2.00 3/93 14283
/proc/meminfo: memFree=1748784/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=13600 CPUtime=0.27
/proc/14261/stat : 14261 (sugar) S 14259 14261 13928 0 -1 4194304 974 4891 0 1 3 1 19 4 15 0 1 0 39438531 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14261/statm: 3400 797 370 3 0 500 0
[pid=14274] ppid=14261 vsize=5356 CPUtime=0
/proc/14274/stat : 14274 (sh) S 14261 14261 13928 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39438563 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14274/statm: 1339 233 193 169 0 50 0
[pid=14275] ppid=14274 vsize=864384 CPUtime=12.24
/proc/14275/stat : 14275 (java) S 14274 14261 13928 0 -1 0 17556 0 1 0 1211 13 0 0 18 0 9 0 39438563 885129216 16551 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14275/statm: 216096 16551 2565 9 0 210643 0
[pid=14275/tid=14276] ppid=14274 vsize=864384 CPUtime=11.08
/proc/14275/task/14276/stat : 14276 (java) R 14274 14261 13928 0 -1 64 3341 0 1 0 1103 5 0 0 25 0 9 0 39438564 885129216 16551 996147200 134512640 134550740 4294955936 18446744073709551615 4126617559 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14275/tid=14277] ppid=14274 vsize=864384 CPUtime=1.01
/proc/14275/task/14277/stat : 14277 (java) S 14274 14261 13928 0 -1 64 13162 0 0 0 95 6 0 0 16 0 9 0 39438565 885129216 16551 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14275/tid=14278] ppid=14274 vsize=864384 CPUtime=0
/proc/14275/task/14278/stat : 14278 (java) S 14274 14261 13928 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39438565 885129216 16551 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14275/tid=14279] ppid=14274 vsize=864384 CPUtime=0
/proc/14275/task/14279/stat : 14279 (java) S 14274 14261 13928 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39438565 885129216 16551 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14275/tid=14280] ppid=14274 vsize=864384 CPUtime=0
/proc/14275/task/14280/stat : 14280 (java) S 14274 14261 13928 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 39438567 885129216 16551 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14275/tid=14281] ppid=14274 vsize=864384 CPUtime=0.12
/proc/14275/task/14281/stat : 14281 (java) S 14274 14261 13928 0 -1 64 360 0 0 0 12 0 0 0 16 0 9 0 39438567 885129216 16551 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14275/tid=14282] ppid=14274 vsize=864384 CPUtime=0
/proc/14275/task/14282/stat : 14282 (java) S 14274 14261 13928 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 39438567 885129216 16551 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14275/tid=14283] ppid=14274 vsize=864384 CPUtime=0
/proc/14275/task/14283/stat : 14283 (java) S 14274 14261 13928 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 39438567 885129216 16551 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 883340

[startup+25.503 s]
/proc/loadavg: 2.09 2.02 2.00 3/93 14283
/proc/meminfo: memFree=1731888/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=13600 CPUtime=0.27
/proc/14261/stat : 14261 (sugar) S 14259 14261 13928 0 -1 4194304 974 4891 0 1 3 1 19 4 15 0 1 0 39438531 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14261/statm: 3400 797 370 3 0 500 0
[pid=14274] ppid=14261 vsize=5356 CPUtime=0
/proc/14274/stat : 14274 (sh) S 14261 14261 13928 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39438563 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14274/statm: 1339 233 193 169 0 50 0
[pid=14275] ppid=14274 vsize=864384 CPUtime=24.9
/proc/14275/stat : 14275 (java) S 14274 14261 13928 0 -1 0 20095 0 1 0 2472 18 0 0 18 0 9 0 39438563 885129216 18997 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14275/statm: 216096 18997 2565 9 0 210643 0
[pid=14275/tid=14276] ppid=14274 vsize=864384 CPUtime=23.56
/proc/14275/task/14276/stat : 14276 (java) R 14274 14261 13928 0 -1 64 3434 0 1 0 2348 8 0 0 25 0 9 0 39438564 885129216 18997 996147200 134512640 134550740 4294955936 18446744073709551615 4126636770 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14275/tid=14277] ppid=14274 vsize=864384 CPUtime=1.18
/proc/14275/task/14277/stat : 14277 (java) S 14274 14261 13928 0 -1 64 15603 0 0 0 110 8 0 0 16 0 9 0 39438565 885129216 18997 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14275/tid=14278] ppid=14274 vsize=864384 CPUtime=0
/proc/14275/task/14278/stat : 14278 (java) S 14274 14261 13928 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39438565 885129216 18997 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14275/tid=14279] ppid=14274 vsize=864384 CPUtime=0
/proc/14275/task/14279/stat : 14279 (java) S 14274 14261 13928 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39438565 885129216 18997 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1319288/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=13600 CPUtime=276.13
/proc/14261/stat : 14261 (sugar) S 14259 14261 13928 0 -1 4194304 1173 72914 0 3 3 2 27497 111 16 0 1 0 39438531 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14261/statm: 3400 804 374 3 0 500 0
[pid=14297] ppid=14261 vsize=5356 CPUtime=0
/proc/14297/stat : 14297 (sh) S 14261 14261 13928 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39466408 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14297/statm: 1339 232 193 169 0 50 0
[pid=14298] ppid=14297 vsize=213080 CPUtime=2852.94
/proc/14298/stat : 14298 (minisat) R 14297 14261 13928 0 -1 4194304 52256 0 0 0 285234 60 0 0 25 0 1 0 39466408 218193920 52242 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14298/statm: 53270 52242 76 150 0 53117 0
Current children cumulated CPU time (s) 3129.07
Current children cumulated vsize (KiB) 232036

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14792
/proc/meminfo: memFree=1316472/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=13600 CPUtime=276.13
/proc/14261/stat : 14261 (sugar) S 14259 14261 13928 0 -1 4194304 1173 72914 0 3 3 2 27497 111 16 0 1 0 39438531 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14261/statm: 3400 804 374 3 0 500 0
[pid=14297] ppid=14261 vsize=5356 CPUtime=0
/proc/14297/stat : 14297 (sh) S 14261 14261 13928 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39466408 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14297/statm: 1339 232 193 169 0 50 0
[pid=14298] ppid=14297 vsize=214432 CPUtime=2912.37
/proc/14298/stat : 14298 (minisat) R 14297 14261 13928 0 -1 4194304 52597 0 0 0 291176 61 0 0 25 0 1 0 39466408 219578368 52583 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/14298/statm: 53608 52583 76 150 0 53455 0
Current children cumulated CPU time (s) 3188.5
Current children cumulated vsize (KiB) 233388

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14792
/proc/meminfo: memFree=1313848/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=13600 CPUtime=276.13
/proc/14261/stat : 14261 (sugar) S 14259 14261 13928 0 -1 4194304 1173 72914 0 3 3 2 27497 111 16 0 1 0 39438531 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14261/statm: 3400 804 374 3 0 500 0
[pid=14297] ppid=14261 vsize=5356 CPUtime=0
/proc/14297/stat : 14297 (sh) S 14261 14261 13928 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39466408 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14297/statm: 1339 232 193 169 0 50 0
[pid=14298] ppid=14297 vsize=215920 CPUtime=2971.81
/proc/14298/stat : 14298 (minisat) R 14297 14261 13928 0 -1 4194304 52970 0 0 0 297120 61 0 0 25 0 1 0 39466408 221102080 52956 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14298/statm: 53980 52956 76 150 0 53827 0
Current children cumulated CPU time (s) 3247.94
Current children cumulated vsize (KiB) 234876

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14792
/proc/meminfo: memFree=1310840/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=13600 CPUtime=276.13
/proc/14261/stat : 14261 (sugar) S 14259 14261 13928 0 -1 4194304 1173 72914 0 3 3 2 27497 111 16 0 1 0 39438531 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14261/statm: 3400 804 374 3 0 500 0
[pid=14297] ppid=14261 vsize=5356 CPUtime=0
/proc/14297/stat : 14297 (sh) S 14261 14261 13928 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39466408 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14297/statm: 1339 232 193 169 0 50 0
[pid=14298] ppid=14297 vsize=217632 CPUtime=3031.24
/proc/14298/stat : 14298 (minisat) R 14297 14261 13928 0 -1 4194304 53406 0 0 0 303062 62 0 0 25 0 1 0 39466408 222855168 53392 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14298/statm: 54408 53392 76 150 0 54255 0
Current children cumulated CPU time (s) 3307.37
Current children cumulated vsize (KiB) 236588

[startup+3402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14792
/proc/meminfo: memFree=1307512/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=13600 CPUtime=276.13
/proc/14261/stat : 14261 (sugar) S 14259 14261 13928 0 -1 4194304 1173 72914 0 3 3 2 27497 111 16 0 1 0 39438531 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14261/statm: 3400 804 374 3 0 500 0
[pid=14297] ppid=14261 vsize=5356 CPUtime=0
/proc/14297/stat : 14297 (sh) S 14261 14261 13928 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39466408 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14297/statm: 1339 232 193 169 0 50 0
[pid=14298] ppid=14297 vsize=218760 CPUtime=3090.69
/proc/14298/stat : 14298 (minisat) R 14297 14261 13928 0 -1 4194304 53726 0 0 0 309006 63 0 0 25 0 1 0 39466408 224010240 53712 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14298/statm: 54690 53712 76 150 0 54537 0
Current children cumulated CPU time (s) 3366.82
Current children cumulated vsize (KiB) 237716

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14792
/proc/meminfo: memFree=1304568/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=13600 CPUtime=276.13
/proc/14261/stat : 14261 (sugar) S 14259 14261 13928 0 -1 4194304 1173 72914 0 3 3 2 27497 111 16 0 1 0 39438531 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14261/statm: 3400 804 374 3 0 500 0
[pid=14297] ppid=14261 vsize=5356 CPUtime=0
/proc/14297/stat : 14297 (sh) S 14261 14261 13928 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39466408 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14297/statm: 1339 232 193 169 0 50 0
[pid=14298] ppid=14297 vsize=220264 CPUtime=3150.11
/proc/14298/stat : 14298 (minisat) R 14297 14261 13928 0 -1 4194304 54054 0 0 0 314948 63 0 0 25 0 1 0 39466408 225550336 54040 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14298/statm: 55066 54040 76 150 0 54913 0
Current children cumulated CPU time (s) 3426.24
Current children cumulated vsize (KiB) 239220

[startup+3522.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14792
/proc/meminfo: memFree=1301304/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=13600 CPUtime=276.14
/proc/14261/stat : 14261 (sugar) S 14259 14261 13928 0 -1 4194304 1173 72914 0 3 4 2 27497 111 16 0 1 0 39438531 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14261/statm: 3400 804 374 3 0 500 0
[pid=14297] ppid=14261 vsize=5356 CPUtime=0
/proc/14297/stat : 14297 (sh) S 14261 14261 13928 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39466408 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14297/statm: 1339 232 193 169 0 50 0
[pid=14298] ppid=14297 vsize=221972 CPUtime=3209.55
/proc/14298/stat : 14298 (minisat) R 14297 14261 13928 0 -1 4194304 54473 0 0 0 320891 64 0 0 25 0 1 0 39466408 227299328 54459 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14298/statm: 55493 54459 76 150 0 55340 0
Current children cumulated CPU time (s) 3485.69
Current children cumulated vsize (KiB) 240928

[startup+3582.3 s]
/proc/loadavg: 2.09 2.02 2.01 3/76 14892
/proc/meminfo: memFree=1550328/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=13600 CPUtime=276.14
/proc/14261/stat : 14261 (sugar) S 14259 14261 13928 0 -1 4194304 1173 72914 0 3 4 2 27497 111 16 0 1 0 39438531 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14261/statm: 3400 804 374 3 0 500 0
[pid=14297] ppid=14261 vsize=5356 CPUtime=0
/proc/14297/stat : 14297 (sh) S 14261 14261 13928 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39466408 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14297/statm: 1339 232 193 169 0 50 0
[pid=14298] ppid=14297 vsize=224384 CPUtime=3269.04
/proc/14298/stat : 14298 (minisat) R 14297 14261 13928 0 -1 4194304 55048 0 0 0 326839 65 0 0 25 0 1 0 39466408 229769216 55034 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 0 0 0
/proc/14298/statm: 56096 55034 76 150 0 55943 0
Current children cumulated CPU time (s) 3545.18
Current children cumulated vsize (KiB) 243340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3637.2 s]
/proc/loadavg: 2.03 2.01 2.00 3/76 14892
/proc/meminfo: memFree=1534392/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=13600 CPUtime=276.14
/proc/14261/stat : 14261 (sugar) S 14259 14261 13928 0 -1 4194304 1173 72914 0 3 4 2 27497 111 16 0 1 0 39438531 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14261/statm: 3400 804 374 3 0 500 0
[pid=14297] ppid=14261 vsize=5356 CPUtime=0
/proc/14297/stat : 14297 (sh) S 14261 14261 13928 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39466408 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14297/statm: 1339 232 193 169 0 50 0
[pid=14298] ppid=14297 vsize=226520 CPUtime=3323.91
/proc/14298/stat : 14298 (minisat) R 14297 14261 13928 0 -1 4194304 55593 0 0 0 332325 66 0 0 25 0 1 0 39466408 231956480 55579 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 0 0 0
/proc/14298/statm: 56630 55579 76 150 0 56477 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 245476

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

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

[startup+3637.2 s]
/proc/loadavg: 2.03 2.01 2.00 3/76 14892
/proc/meminfo: memFree=1534392/2055920 swapFree=4192812/4192956
[pid=14261] ppid=14259 vsize=13600 CPUtime=276.14
/proc/14261/stat : 14261 (sugar) S 14259 14261 13928 0 -1 4194304 1173 72914 0 3 4 2 27497 111 16 0 1 0 39438531 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14261/statm: 3400 804 374 3 0 500 0
[pid=14297] ppid=14261 vsize=5356 CPUtime=0
/proc/14297/stat : 14297 (sh) S 14261 14261 13928 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39466408 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14297/statm: 1339 232 193 169 0 50 0
[pid=14298] ppid=14297 vsize=226520 CPUtime=3323.91
/proc/14298/stat : 14298 (minisat) R 14297 14261 13928 0 -1 4194304 55593 0 0 0 332325 66 0 0 25 0 1 0 39466408 231956480 55579 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 0 0 0
/proc/14298/statm: 56630 55579 76 150 0 56477 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 245476

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14261 and gives
#  childrusage.ru_utime.tv_sec=275
#  childrusage.ru_utime.tv_usec=19190
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=170822
# CPU time returned by wait4() is 276.19
# while last known CPU time is 3600.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3637.28
CPU time (s): 3600.05
CPU user time (s): 3598.26
CPU system time (s): 1.79
CPU usage (%): 98.9765
Max. virtual memory (cumulated for all children) (KiB): 888720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 275.019
system time used= 1.17082
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74430
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13298
involuntary context switches= 17469

runsolver used 4.39733 second user time and 12.2641 second system time

The end

Launcher Data (download as text)

Begin job on node14 at 2008-07-12 03:49:19
IDJOB=1110524
IDBENCH=61116
IDSOLVER=368
FILE ID=node14/1110524-1215827359
PBS_JOBID= 7903331
Free space on /tmp= 66452 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg11-14_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1110524-1215827359/watcher-1110524-1215827359 -o /tmp/evaluation-result-1110524-1215827359/solver-1110524-1215827359 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1110524-1215827359.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e65d9d7374d09e1bce67fdbc6a1537f0
RANDOM SEED=1069069700

node14.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.270
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.270
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:       1823528 kB
Buffers:         29252 kB
Cached:          64520 kB
SwapCached:          0 kB
Active:         143912 kB
Inactive:        37424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1823528 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10124 kB
Writeback:           0 kB
Mapped:         108756 kB
Slab:            35944 kB
Committed_AS:   228172 kB
PageTables:       2088 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= 66456 MiB
End job on node14 at 2008-07-12 04:49:58