Trace number 2071181

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 1810.07

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-15-07.xml
MD5SUMd0352fe449d8acf4120670f6657caf5c
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.7153
Satisfiable
(Un)Satisfiability was proved
Number of variables193
Number of constraints663
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension74
Number of constraints which are defined in intension589
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 00:56:02 2009
0.00/0.07	c 0	PID 14717
0.06/0.08	c 0	HOST node48.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2071181-1247352961.xml TO HOME/temp.csp
0.06/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-2071181-1247352961.xml' 'HOME/temp.csp'
0.06/0.58	c 0	1 domains, 193 variables, 8 predicates, 7 relations, 663 constraints
0.06/0.60	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.60	c 0	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/0.68	c 0	Parsing HOME/temp.csp
0.55/0.90	c 0	parsed 872 expressions
0.55/0.91	c 0	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.55/0.91	c 0	Converting to clausal form CSP
0.55/0.93	c 0	converted 88 (10%) expressions
0.55/0.93	c 0	converted 175 (20%) expressions
1.62/1.72	c 1	converted 262 (30%) expressions
2.32/2.42	c 2	converted 349 (40%) expressions
2.41/2.51	c 2	converted 436 (50%) expressions
2.41/2.53	c 2	converted 524 (60%) expressions
2.41/2.54	c 2	converted 611 (70%) expressions
2.41/2.56	c 2	converted 698 (80%) expressions
2.61/2.72	c 2	converted 785 (90%) expressions
2.71/2.81	c 2	converted 872 (100%) expressions
2.71/2.81	c 2	CSP : 193 integers, 0 booleans, 663 clauses, largest domain size 26
2.71/2.81	c 2	Heap : 54 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.71/2.81	c 2	Propagation in CSP
2.71/2.82	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.71/2.82	c 2	CSP : 193 integers, 0 booleans, 663 clauses, largest domain size 26
2.71/2.82	c 2	Heap : 54 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.71/2.83	c 2	Simplifing CSP by introducing new Boolean variables
2.71/2.86	c 2	CSP : 193 integers, 5224 booleans, 5887 clauses, largest domain size 26
2.71/2.86	c 2	Heap : 54 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.01/3.17	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.01/3.19	c 3	20 (10%) CSP integer variables are encoded (480 clauses, 5136 bytes)
3.01/3.19	c 3	39 (20%) CSP integer variables are encoded (936 clauses, 10152 bytes)
3.01/3.19	c 3	58 (30%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
3.01/3.19	c 3	78 (40%) CSP integer variables are encoded (1872 clauses, 22273 bytes)
3.01/3.19	c 3	97 (50%) CSP integer variables are encoded (2328 clauses, 28201 bytes)
3.01/3.20	c 3	116 (60%) CSP integer variables are encoded (2784 clauses, 34129 bytes)
3.01/3.20	c 3	136 (70%) CSP integer variables are encoded (3264 clauses, 40369 bytes)
3.01/3.20	c 3	155 (80%) CSP integer variables are encoded (3720 clauses, 46297 bytes)
3.01/3.20	c 3	174 (90%) CSP integer variables are encoded (4176 clauses, 52225 bytes)
3.01/3.20	c 3	193 (100%) CSP integer variables are encoded (4632 clauses, 58153 bytes)
64.96/65.48	c 65	589 (10%) CSP clauses are encoded (744612 clauses, 34526177 bytes)
65.06/65.52	c 65	1178 (20%) CSP clauses are encoded (758301 clauses, 34765594 bytes)
65.06/65.55	c 65	1767 (30%) CSP clauses are encoded (771965 clauses, 35008108 bytes)
65.06/65.59	c 65	2355 (40%) CSP clauses are encoded (785628 clauses, 35254947 bytes)
65.16/65.61	c 65	2944 (50%) CSP clauses are encoded (799292 clauses, 35510328 bytes)
65.16/65.65	c 65	3533 (60%) CSP clauses are encoded (812981 clauses, 35766150 bytes)
93.52/94.13	c 94	4121 (70%) CSP clauses are encoded (1013650 clauses, 47815120 bytes)
93.52/94.16	c 94	4710 (80%) CSP clauses are encoded (1027614 clauses, 48067323 bytes)
105.45/106.12	c 106	5299 (90%) CSP clauses are encoded (1132807 clauses, 54922671 bytes)
105.45/106.15	c 106	5887 (100%) CSP clauses are encoded (1147195 clauses, 55191169 bytes)
105.45/106.15	c 106	5887 CSP clauses encoded
105.45/106.15	c 106	Writing map file : HOME/temp.map
105.45/106.16	c 106	Heap : 73 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
105.45/106.16	c 106	SAT : 10049 SAT variables, 1147195 SAT clauses, 55191169 bytes
105.45/106.16	c 106	Heap : 73 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
105.52/106.20	c 106	SOLVING HOME/temp.cnf
105.52/106.20	c 106	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
105.52/106.21	c 106	This is MiniSat 2.0 beta
105.52/106.21	c 106	WARNING: for repeatability, setting FPU to use double precision
105.52/106.21	c 106	============================[ Problem Statistics ]=============================
105.52/106.21	c 106	|                                                                             |
105.52/106.21	c 106	|  Number of variables:  10049                                                |
105.52/106.21	c 106	|  Number of clauses:    1147195                                              |
106.61/107.39	c 107	|  Parsing time:         1.04         s                                       |
106.71/107.47	c 107	============================[ Search Statistics ]==============================
106.71/107.47	c 107	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
106.71/107.47	c 107	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
106.71/107.47	c 107	===============================================================================
106.71/107.47	c 107	|         0 |   10049  1147195  9966512 |   382398        0    nan |  0.000 % |
106.91/107.61	c 107	|       100 |   10049  1147195  9966512 |   420638      100     11 |  0.000 % |
106.91/107.67	c 107	|       250 |   10049  1147195  9966512 |   462701      250     10 |  0.000 % |
107.01/107.74	c 107	|       476 |   10049  1147195  9966512 |   508972      476     10 |  0.000 % |
107.11/107.81	c 107	|       814 |   10049  1147195  9966512 |   559869      814     11 |  0.000 % |
107.31/108.00	c 107	|      1320 |   10049  1147195  9966512 |   615856     1320     11 |  0.000 % |
107.50/108.24	c 108	|      2079 |   10049  1147195  9966512 |   677441     2079     11 |  0.000 % |
107.90/108.63	c 108	|      3218 |   10048  1147195  9966512 |   745186     3217     12 |  0.010 % |
108.30/109.03	c 109	|      4926 |   10048  1147195  9966512 |   819704     4925     12 |  0.010 % |
109.09/109.84	c 109	|      7488 |   10048  1147195  9966512 |   901675     7487     12 |  0.010 % |
110.68/111.46	c 111	|     11332 |   10048  1147195  9966512 |   991842    11331     12 |  0.010 % |
114.47/115.27	c 115	|     17098 |   10048  1147195  9966512 |  1091027    17097     13 |  0.010 % |
119.74/120.51	c 120	|     25748 |   10048  1147195  9966512 |  1200129    25747     15 |  0.010 % |
128.10/128.95	c 128	|     38723 |   10048  1147195  9966512 |  1320142    38721     15 |  0.020 % |
133.38/134.24	c 134	|     58184 |   10047  1147195  9966512 |  1452157    58182     14 |  0.020 % |
144.71/145.66	c 145	|     87377 |   10046  1147195  9966512 |  1597372    87374     14 |  0.030 % |
174.17/175.27	c 175	|    131166 |   10044  1147195  9966512 |  1757110   131161     15 |  0.050 % |
256.55/258.07	c 258	|    196850 |   10043  1147195  9966512 |  1932821   196844     16 |  0.060 % |
332.87/334.74	c 334	|    295376 |   10042  1146857  9964688 |  2126103   295367     16 |  0.070 % |
441.26/443.65	c 443	|    443165 |   10042  1146857  9964688 |  2338713   443156     17 |  0.070 % |
689.35/692.90	c 692	|    664848 |   10042  1146809  9964266 |  2572584   664839     17 |  0.070 % |
1253.08/1260.49	c 1260	|    997374 |   10041  1146761  9963844 |  2829843   997359     18 |  0.080 % |
1800.09/1810.02	c ERROR INTERRUPTED
1800.09/1810.05	s UNKNOWN
1800.09/1810.05	c 1810	CPU 105.55 (0.06 0.01 104.84 0.64)
1800.09/1810.05	c 1810	END Sun Jul 12 01:26:12 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-2071181-1247352961/watcher-2071181-1247352961 -o /tmp/evaluation-result-2071181-1247352961/solver-2071181-1247352961 -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-2071181-1247352961.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.02 4/81 14717
/proc/meminfo: memFree=1895456/2055920 swapFree=4192812/4192956
[pid=14717] ppid=14715 vsize=18576 CPUtime=0
/proc/14717/stat : 14717 (runsolver) R 14715 14717 14110 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 22360300 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 255539604775 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14717/statm: 4644 284 249 26 0 2626 0

[startup+0.0806971 s]
/proc/loadavg: 2.00 2.00 2.02 4/81 14717
/proc/meminfo: memFree=1895456/2055920 swapFree=4192812/4192956
[pid=14717] ppid=14715 vsize=16740 CPUtime=0.06
/proc/14717/stat : 14717 (sugar) R 14715 14717 14110 0 -1 4194304 1152 0 0 0 6 0 0 0 18 0 1 0 22360300 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14717/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101703 s]
/proc/loadavg: 2.00 2.00 2.02 4/81 14717
/proc/meminfo: memFree=1895456/2055920 swapFree=4192812/4192956
[pid=14717] ppid=14715 vsize=16868 CPUtime=0.06
/proc/14717/stat : 14717 (sugar) S 14715 14717 14110 0 -1 4194304 1227 128 0 0 6 0 0 0 18 0 1 0 22360300 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14717/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301721 s]
/proc/loadavg: 2.00 2.00 2.02 4/81 14717
/proc/meminfo: memFree=1895456/2055920 swapFree=4192812/4192956
[pid=14717] ppid=14715 vsize=16868 CPUtime=0.06
/proc/14717/stat : 14717 (sugar) S 14715 14717 14110 0 -1 4194304 1227 128 0 0 6 0 0 0 18 0 1 0 22360300 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14717/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701762 s]
/proc/loadavg: 2.00 2.00 2.02 4/81 14717
/proc/meminfo: memFree=1895456/2055920 swapFree=4192812/4192956
[pid=14717] ppid=14715 vsize=16868 CPUtime=0.55
/proc/14717/stat : 14717 (sugar) S 14715 14717 14110 0 -1 4194304 1309 6735 0 2 6 1 44 4 16 0 1 0 22360300 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14717/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 16868

[startup+1.50284 s]
/proc/loadavg: 2.00 2.00 2.02 3/92 14739
/proc/meminfo: memFree=1879792/2055920 swapFree=4192812/4192956
[pid=14717] ppid=14715 vsize=16868 CPUtime=0.55
/proc/14717/stat : 14717 (sugar) S 14715 14717 14110 0 -1 4194304 1309 6735 0 2 6 1 44 4 15 0 1 0 22360300 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14717/statm: 4217 1111 409 3 0 796 0
[pid=14730] ppid=14717 vsize=5356 CPUtime=0
/proc/14730/stat : 14730 (sh) S 14717 14717 14110 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22360361 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14730/statm: 1339 233 193 169 0 50 0
[pid=14731] ppid=14730 vsize=864332 CPUtime=0.87
/proc/14731/stat : 14731 (java) S 14730 14717 14110 0 -1 0 9923 0 1 0 82 5 0 0 18 0 9 0 22360361 885075968 9182 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14731/statm: 216083 9182 2566 9 0 210588 0
[pid=14731/tid=14732] ppid=14730 vsize=864332 CPUtime=0.46
/proc/14731/task/14732/stat : 14732 (java) R 14730 14717 14110 0 -1 64 2788 0 1 0 45 1 0 0 23 0 9 0 22360362 885075968 9182 996147200 134512640 134550932 4294955936 18446744073709551615 4126376771 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14731/tid=14733] ppid=14730 vsize=864332 CPUtime=0.33
/proc/14731/task/14733/stat : 14733 (java) S 14730 14717 14110 0 -1 64 6125 0 0 0 31 2 0 0 16 0 9 0 22360363 885075968 9182 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14731/tid=14734] ppid=14730 vsize=864332 CPUtime=0
/proc/14731/task/14734/stat : 14734 (java) S 14730 14717 14110 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22360364 885075968 9182 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14731/tid=14735] ppid=14730 vsize=864332 CPUtime=0
/proc/14731/task/14735/stat : 14735 (java) S 14730 14717 14110 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22360364 885075968 9182 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14731/tid=14736] ppid=14730 vsize=864332 CPUtime=0
/proc/14731/task/14736/stat : 14736 (java) S 14730 14717 14110 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22360366 885075968 9182 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14731/tid=14737] ppid=14730 vsize=864332 CPUtime=0.05
/proc/14731/task/14737/stat : 14737 (java) S 14730 14717 14110 0 -1 64 311 0 0 0 5 0 0 0 16 0 9 0 22360366 885075968 9182 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14731/tid=14738] ppid=14730 vsize=864332 CPUtime=0
/proc/14731/task/14738/stat : 14738 (java) S 14730 14717 14110 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22360366 885075968 9182 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14731/tid=14739] ppid=14730 vsize=864332 CPUtime=0
/proc/14731/task/14739/stat : 14739 (java) S 14730 14717 14110 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22360366 885075968 9182 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886556

[startup+3.10299 s]
/proc/loadavg: 2.08 2.02 2.02 4/92 14739
/proc/meminfo: memFree=1847408/2055920 swapFree=4192812/4192956
[pid=14717] ppid=14715 vsize=16868 CPUtime=0.55
/proc/14717/stat : 14717 (sugar) S 14715 14717 14110 0 -1 4194304 1310 6735 0 2 6 1 44 4 16 0 1 0 22360300 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14717/statm: 4217 1111 409 3 0 796 0
[pid=14730] ppid=14717 vsize=5356 CPUtime=0
/proc/14730/stat : 14730 (sh) S 14717 14717 14110 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22360361 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14730/statm: 1339 233 193 169 0 50 0
[pid=14731] ppid=14730 vsize=868748 CPUtime=2.46
/proc/14731/stat : 14731 (java) S 14730 14717 14110 0 -1 0 20702 0 1 0 236 10 0 0 18 0 9 0 22360361 889597952 19896 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14731/statm: 217187 19896 2566 9 0 211692 0
[pid=14731/tid=14732] ppid=14730 vsize=868748 CPUtime=0.98
/proc/14731/task/14732/stat : 14732 (java) R 14730 14717 14110 0 -1 64 3235 0 1 0 96 2 0 0 25 0 9 0 22360362 889597952 19896 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14731/tid=14733] ppid=14730 vsize=868748 CPUtime=1.28
/proc/14731/task/14733/stat : 14733 (java) R 14730 14717 14110 0 -1 64 15314 0 0 0 122 6 0 0 17 0 9 0 22360363 889597952 19896 996147200 134512640 134550932 4294955936 18446744073709551615 102768107 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14731/tid=14734] ppid=14730 vsize=868748 CPUtime=0
/proc/14731/task/14734/stat : 14734 (java) S 14730 14717 14110 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22360364 889597952 19896 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14731/tid=14735] ppid=14730 vsize=868748 CPUtime=0
/proc/14731/task/14735/stat : 14735 (java) S 14730 14717 14110 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22360364 889597952 19896 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14731/tid=14736] ppid=14730 vsize=868748 CPUtime=0
/proc/14731/task/14736/stat : 14736 (java) S 14730 14717 14110 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22360366 889597952 19896 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14731/tid=14737] ppid=14730 vsize=868748 CPUtime=0.16
/proc/14731/task/14737/stat : 14737 (java) S 14730 14717 14110 0 -1 64 1454 0 0 0 16 0 0 0 16 0 9 0 22360366 889597952 19896 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14731/tid=14738] ppid=14730 vsize=868748 CPUtime=0
/proc/14731/task/14738/stat : 14738 (java) S 14730 14717 14110 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22360366 889597952 19896 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14731/tid=14739] ppid=14730 vsize=868748 CPUtime=0
/proc/14731/task/14739/stat : 14739 (java) S 14730 14717 14110 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22360366 889597952 19896 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890972

[startup+6.30129 s]
/proc/loadavg: 2.08 2.02 2.02 3/92 14739
/proc/meminfo: memFree=1812976/2055920 swapFree=4192812/4192956
[pid=14717] ppid=14715 vsize=16868 CPUtime=0.55
/proc/14717/stat : 14717 (sugar) S 14715 14717 14110 0 -1 4194304 1310 6735 0 2 6 1 44 4 15 0 1 0 22360300 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14717/statm: 4217 1111 409 3 0 796 0
[pid=14730] ppid=14717 vsize=5356 CPUtime=0
/proc/14730/stat : 14730 (sh) S 14717 14717 14110 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22360361 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14730/statm: 1339 233 193 169 0 50 0
[pid=14731] ppid=14730 vsize=868736 CPUtime=5.64
/proc/14731/stat : 14731 (java) S 14730 14717 14110 0 -1 0 21331 0 1 0 550 14 0 0 18 0 9 0 22360361 889585664 20452 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14731/statm: 217184 20452 2591 9 0 211661 0
[pid=14731/tid=14732] ppid=14730 vsize=868736 CPUtime=3.95
/proc/14731/task/14732/stat : 14732 (java) R 14730 14717 14110 0 -1 64 3575 0 1 0 390 5 0 0 25 0 9 0 22360362 889585664 20452 996147200 134512640 134550932 4294955936 18446744073709551615 4126933740 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14731/tid=14733] ppid=14730 vsize=868736 CPUtime=1.47
/proc/14731/task/14733/stat : 14733 (java) S 14730 14717 14110 0 -1 64 15583 0 0 0 140 7 0 0 16 0 9 0 22360363 889585664 20452 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14731/tid=14734] ppid=14730 vsize=868736 CPUtime=0
/proc/14731/task/14734/stat : 14734 (java) S 14730 14717 14110 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22360364 889585664 20452 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14731/tid=14735] ppid=14730 vsize=868736 CPUtime=0
/proc/14731/task/14735/stat : 14735 (java) S 14730 14717 14110 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22360364 889585664 20452 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14731/tid=14736] ppid=14730 vsize=868736 CPUtime=0
/proc/14731/task/14736/stat : 14736 (java) S 14730 14717 14110 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22360366 889585664 20452 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14731/tid=14737] ppid=14730 vsize=868736 CPUtime=0.19
/proc/14731/task/14737/stat : 14737 (java) S 14730 14717 14110 0 -1 64 1474 0 0 0 19 0 0 0 16 0 9 0 22360366 889585664 20452 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14731/tid=14738] ppid=14730 vsize=868736 CPUtime=0
/proc/14731/task/14738/stat : 14738 (java) S 14730 14717 14110 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22360366 889585664 20452 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14731/tid=14739] ppid=14730 vsize=868736 CPUtime=0
/proc/14731/task/14739/stat : 14739 (java) S 14730 14717 14110 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22360366 889585664 20452 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890960

[startup+12.7029 s]
/proc/loadavg: 2.07 2.02 2.02 3/92 14739
/proc/meminfo: memFree=1803384/2055920 swapFree=4192812/4192956
[pid=14717] ppid=14715 vsize=16868 CPUtime=0.55
/proc/14717/stat : 14717 (sugar) S 14715 14717 14110 0 -1 4194304 1310 6735 0 2 6 1 44 4 15 0 1 0 22360300 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14717/statm: 4217 1111 409 3 0 796 0
[pid=14730] ppid=14717 vsize=5356 CPUtime=0
/proc/14730/stat : 14730 (sh) S 14717 14717 14110 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22360361 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14730/statm: 1339 233 193 169 0 50 0
[pid=14731] ppid=14730 vsize=868736 CPUtime=12.01
/proc/14731/stat : 14731 (java) S 14730 14717 14110 0 -1 0 23061 0 1 0 1183 18 0 0 18 0 9 0 22360361 889585664 22110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14731/statm: 217184 22110 2591 9 0 211661 0
[pid=14731/tid=14732] ppid=14730 vsize=868736 CPUtime=10.1
/proc/14731/task/14732/stat : 14732 (java) R 14730 14717 14110 0 -1 64 3648 0 1 0 1002 8 0 0 25 0 9 0 22360362 889585664 22110 996147200 134512640 134550932 4294955936 18446744073709551615 103210827 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14731/tid=14733] ppid=14730 vsize=868736 CPUtime=1.68
/proc/14731/task/14733/stat : 14733 (java) S 14730 14717 14110 0 -1 64 17235 0 0 0 160 8 0 0 16 0 9 0 22360363 889585664 22110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14731/tid=14734] ppid=14730 vsize=868736 CPUtime=0
/proc/14731/task/14734/stat : 14734 (java) S 14730 14717 14110 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22360364 889585664 22110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14731/tid=14735] ppid=14730 vsize=868736 CPUtime=0
/proc/14731/task/14735/stat : 14735 (java) S 14730 14717 14110 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22360364 889585664 22110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14731/tid=14736] ppid=14730 vsize=868736 CPUtime=0
/proc/14731/task/14736/stat : 14736 (java) S 14730 14717 14110 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22360366 889585664 22110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14731/tid=14737] ppid=14730 vsize=868736 CPUtime=0.2
/proc/14731/task/14737/stat : 14737 (java) S 14730 14717 14110 0 -1 64 1479 0 0 0 19 1 0 0 16 0 9 0 22360366 889585664 22110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14731/tid=14738] ppid=14730 vsize=868736 CPUtime=0
/proc/14731/task/14738/stat : 14738 (java) S 14730 14717 14110 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22360366 889585664 22110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14731/tid=14739] ppid=14730 vsize=868736 CPUtime=0
/proc/14731/task/14739/stat : 14739 (java) S 14730 14717 14110 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22360366 889585664 22110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 890960

[startup+25.5021 s]
/proc/loadavg: 2.06 2.02 2.02 3/92 14739
/proc/meminfo: memFree=1780472/2055920 swapFree=4192812/4192956
[pid=14717] ppid=14715 vsize=16868 CPUtime=0.55
/proc/14717/stat : 14717 (sugar) S 14715 14717 14110 0 -1 4194304 1310 6735 0 2 6 1 44 4 15 0 1 0 22360300 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14717/statm: 4217 1111 409 3 0 796 0
[pid=14730] ppid=14717 vsize=5356 CPUtime=0
/proc/14730/stat : 14730 (sh) S 14717 14717 14110 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22360361 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14730/statm: 1339 233 193 169 0 50 0
[pid=14731] ppid=14730 vsize=868736 CPUtime=24.74
/proc/14731/stat : 14731 (java) S 14730 14717 14110 0 -1 0 26989 0 1 0 2449 25 0 0 18 0 9 0 22360361 889585664 25929 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14731/statm: 217184 25929 2591 9 0 211661 0
[pid=14731/tid=14732] ppid=14730 vsize=868736 CPUtime=22.47
/proc/14731/task/14732/stat : 14732 (java) R 14730 14717 14110 0 -1 64 3758 0 1 0 2235 12 0 0 25 0 9 0 22360362 889585664 25929 996147200 134512640 134550932 4294955936 18446744073709551615 4126906048 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14731/tid=14733] ppid=14730 vsize=868736 CPUtime=2.02
/proc/14731/task/14733/stat : 14733 (java) S 14730 14717 14110 0 -1 64 21050 0 0 0 192 10 0 0 16 0 9 0 22360363 889585664 25929 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14731/tid=14734] ppid=14730 vsize=868736 CPUtime=0
/proc/14731/task/14734/stat : 14734 (java) S 14730 14717 14110 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22360364 889585664 25929 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14731/tid=14735] ppid=14730 vsize=868736 CPUtime=0
/proc/14731/task/14735/stat : 14735 (java) S 14730 14717 14110 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22360364 889585664 25929 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14731/tid=14736] ppid=14730 vsize=868736 CPUtime=0

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

/proc/meminfo: memFree=971368/2055920 swapFree=4192812/4192956
[pid=14717] ppid=14715 vsize=16868 CPUtime=105.54
/proc/14717/stat : 14717 (sugar) S 14715 14717 14110 0 -1 4194304 1376 47719 0 3 6 1 10484 63 16 0 1 0 22360300 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14717/statm: 4217 1113 409 3 0 796 0
[pid=14740] ppid=14717 vsize=5356 CPUtime=0
/proc/14740/stat : 14740 (sh) S 14717 14717 14110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22370921 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14740/statm: 1339 232 193 169 0 50 0
[pid=14741] ppid=14740 vsize=199476 CPUtime=1189.25
/proc/14741/stat : 14741 (minisat) R 14740 14717 14110 0 -1 4194304 48987 0 0 0 118869 56 0 0 25 0 1 0 22370921 204263424 48973 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14741/statm: 49869 48973 76 150 0 49716 0
Current children cumulated CPU time (s) 1294.79
Current children cumulated vsize (KiB) 221700

[startup+1362.3 s]
/proc/loadavg: 2.08 2.15 2.07 3/85 14912
/proc/meminfo: memFree=1414760/2055920 swapFree=4192812/4192956
[pid=14717] ppid=14715 vsize=16868 CPUtime=105.54
/proc/14717/stat : 14717 (sugar) S 14715 14717 14110 0 -1 4194304 1376 47719 0 3 6 1 10484 63 16 0 1 0 22360300 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14717/statm: 4217 1113 409 3 0 796 0
[pid=14740] ppid=14717 vsize=5356 CPUtime=0
/proc/14740/stat : 14740 (sh) S 14717 14717 14110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22370921 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14740/statm: 1339 232 193 169 0 50 0
[pid=14741] ppid=14740 vsize=205424 CPUtime=1248.95
/proc/14741/stat : 14741 (minisat) R 14740 14717 14110 0 -1 4194304 49986 0 0 0 124837 58 0 0 25 0 1 0 22370921 210354176 49972 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14741/statm: 51356 49972 76 150 0 51203 0
Current children cumulated CPU time (s) 1354.49
Current children cumulated vsize (KiB) 227648

[startup+1422.31 s]
/proc/loadavg: 2.03 2.12 2.06 3/85 14912
/proc/meminfo: memFree=1391016/2055920 swapFree=4192812/4192956
[pid=14717] ppid=14715 vsize=16868 CPUtime=105.54
/proc/14717/stat : 14717 (sugar) S 14715 14717 14110 0 -1 4194304 1376 47719 0 3 6 1 10484 63 16 0 1 0 22360300 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14717/statm: 4217 1113 409 3 0 796 0
[pid=14740] ppid=14717 vsize=5356 CPUtime=0
/proc/14740/stat : 14740 (sh) S 14717 14717 14110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22370921 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14740/statm: 1339 232 193 169 0 50 0
[pid=14741] ppid=14740 vsize=208868 CPUtime=1308.67
/proc/14741/stat : 14741 (minisat) R 14740 14717 14110 0 -1 4194304 50843 0 0 0 130808 59 0 0 25 0 1 0 22370921 213880832 50829 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14741/statm: 52217 50829 76 150 0 52064 0
Current children cumulated CPU time (s) 1414.21
Current children cumulated vsize (KiB) 231092

[startup+1482.3 s]
/proc/loadavg: 2.01 2.10 2.06 3/85 14912
/proc/meminfo: memFree=1378984/2055920 swapFree=4192812/4192956
[pid=14717] ppid=14715 vsize=16868 CPUtime=105.54
/proc/14717/stat : 14717 (sugar) S 14715 14717 14110 0 -1 4194304 1376 47719 0 3 6 1 10484 63 16 0 1 0 22360300 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14717/statm: 4217 1113 409 3 0 796 0
[pid=14740] ppid=14717 vsize=5356 CPUtime=0
/proc/14740/stat : 14740 (sh) S 14717 14717 14110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22370921 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14740/statm: 1339 232 193 169 0 50 0
[pid=14741] ppid=14740 vsize=212500 CPUtime=1368.38
/proc/14741/stat : 14741 (minisat) R 14740 14717 14110 0 -1 4194304 51778 0 0 0 136779 59 0 0 25 0 1 0 22370921 217600000 51764 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14741/statm: 53125 51764 76 150 0 52972 0
Current children cumulated CPU time (s) 1473.92
Current children cumulated vsize (KiB) 234724

[startup+1542.3 s]
/proc/loadavg: 2.00 2.08 2.05 3/85 14912
/proc/meminfo: memFree=1357288/2055920 swapFree=4192812/4192956
[pid=14717] ppid=14715 vsize=16868 CPUtime=105.54
/proc/14717/stat : 14717 (sugar) S 14715 14717 14110 0 -1 4194304 1376 47719 0 3 6 1 10484 63 16 0 1 0 22360300 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14717/statm: 4217 1113 409 3 0 796 0
[pid=14740] ppid=14717 vsize=5356 CPUtime=0
/proc/14740/stat : 14740 (sh) S 14717 14717 14110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22370921 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14740/statm: 1339 232 193 169 0 50 0
[pid=14741] ppid=14740 vsize=216444 CPUtime=1428.09
/proc/14741/stat : 14741 (minisat) R 14740 14717 14110 0 -1 4194304 52769 0 0 0 142748 61 0 0 25 0 1 0 22370921 221638656 52755 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14741/statm: 54111 52755 76 150 0 53958 0
Current children cumulated CPU time (s) 1533.63
Current children cumulated vsize (KiB) 238668

[startup+1602.3 s]
/proc/loadavg: 2.00 2.06 2.04 3/85 14912
/proc/meminfo: memFree=1343016/2055920 swapFree=4192812/4192956
[pid=14717] ppid=14715 vsize=16868 CPUtime=105.54
/proc/14717/stat : 14717 (sugar) S 14715 14717 14110 0 -1 4194304 1376 47719 0 3 6 1 10484 63 16 0 1 0 22360300 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14717/statm: 4217 1113 409 3 0 796 0
[pid=14740] ppid=14717 vsize=5356 CPUtime=0
/proc/14740/stat : 14740 (sh) S 14717 14717 14110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22370921 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14740/statm: 1339 232 193 169 0 50 0
[pid=14741] ppid=14740 vsize=219396 CPUtime=1487.82
/proc/14741/stat : 14741 (minisat) R 14740 14717 14110 0 -1 4194304 53537 0 0 0 148720 62 0 0 25 0 1 0 22370921 224661504 53523 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14741/statm: 54849 53523 76 150 0 54696 0
Current children cumulated CPU time (s) 1593.36
Current children cumulated vsize (KiB) 241620

[startup+1662.3 s]
/proc/loadavg: 2.00 2.05 2.04 3/85 14912
/proc/meminfo: memFree=1324072/2055920 swapFree=4192812/4192956
[pid=14717] ppid=14715 vsize=16868 CPUtime=105.54
/proc/14717/stat : 14717 (sugar) S 14715 14717 14110 0 -1 4194304 1376 47719 0 3 6 1 10484 63 16 0 1 0 22360300 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14717/statm: 4217 1113 409 3 0 796 0
[pid=14740] ppid=14717 vsize=5356 CPUtime=0
/proc/14740/stat : 14740 (sh) S 14717 14717 14110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22370921 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14740/statm: 1339 232 193 169 0 50 0
[pid=14741] ppid=14740 vsize=222876 CPUtime=1547.53
/proc/14741/stat : 14741 (minisat) R 14740 14717 14110 0 -1 4194304 54408 0 0 0 154689 64 0 0 25 0 1 0 22370921 228225024 54394 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14741/statm: 55719 54394 76 150 0 55566 0
Current children cumulated CPU time (s) 1653.07
Current children cumulated vsize (KiB) 245100

[startup+1722.3 s]
/proc/loadavg: 2.00 2.04 2.03 3/85 14912
/proc/meminfo: memFree=1312680/2055920 swapFree=4192812/4192956
[pid=14717] ppid=14715 vsize=16868 CPUtime=105.54
/proc/14717/stat : 14717 (sugar) S 14715 14717 14110 0 -1 4194304 1376 47719 0 3 6 1 10484 63 16 0 1 0 22360300 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14717/statm: 4217 1113 409 3 0 796 0
[pid=14740] ppid=14717 vsize=5356 CPUtime=0
/proc/14740/stat : 14740 (sh) S 14717 14717 14110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22370921 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14740/statm: 1339 232 193 169 0 50 0
[pid=14741] ppid=14740 vsize=225368 CPUtime=1607.25
/proc/14741/stat : 14741 (minisat) R 14740 14717 14110 0 -1 4194304 55043 0 0 0 160660 65 0 0 25 0 1 0 22370921 230776832 55029 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 0 0 0
/proc/14741/statm: 56342 55029 76 150 0 56189 0
Current children cumulated CPU time (s) 1712.79
Current children cumulated vsize (KiB) 247592

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.03 3/85 14912
/proc/meminfo: memFree=1293800/2055920 swapFree=4192812/4192956
[pid=14717] ppid=14715 vsize=16868 CPUtime=105.54
/proc/14717/stat : 14717 (sugar) S 14715 14717 14110 0 -1 4194304 1376 47719 0 3 6 1 10484 63 16 0 1 0 22360300 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14717/statm: 4217 1113 409 3 0 796 0
[pid=14740] ppid=14717 vsize=5356 CPUtime=0
/proc/14740/stat : 14740 (sh) S 14717 14717 14110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22370921 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14740/statm: 1339 232 193 169 0 50 0
[pid=14741] ppid=14740 vsize=227860 CPUtime=1666.97
/proc/14741/stat : 14741 (minisat) R 14740 14717 14110 0 -1 4194304 55677 0 0 0 166632 65 0 0 25 0 1 0 22370921 233328640 55663 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14741/statm: 56965 55663 76 150 0 56812 0
Current children cumulated CPU time (s) 1772.51
Current children cumulated vsize (KiB) 250084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810 s]
/proc/loadavg: 2.00 2.02 2.02 3/85 14912
/proc/meminfo: memFree=1283368/2055920 swapFree=4192812/4192956
[pid=14717] ppid=14715 vsize=16868 CPUtime=105.54
/proc/14717/stat : 14717 (sugar) S 14715 14717 14110 0 -1 4194304 1376 47719 0 3 6 1 10484 63 16 0 1 0 22360300 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14717/statm: 4217 1113 409 3 0 796 0
[pid=14740] ppid=14717 vsize=5356 CPUtime=0
/proc/14740/stat : 14740 (sh) S 14717 14717 14110 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22370921 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14740/statm: 1339 232 193 169 0 50 0
[pid=14741] ppid=14740 vsize=228684 CPUtime=1694.55
/proc/14741/stat : 14741 (minisat) R 14740 14717 14110 0 -1 4194304 55887 0 0 0 169389 66 0 0 25 0 1 0 22370921 234172416 55873 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/14741/statm: 57171 55873 76 150 0 57018 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 250908

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14717 and gives
#  childrusage.ru_utime.tv_sec=104
#  childrusage.ru_utime.tv_usec=915050
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=684895
# CPU time returned by wait4() is 105.6
# 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): 1810.07
CPU time (s): 1800.09
CPU user time (s): 1798.79
CPU system time (s): 1.3
CPU usage (%): 99.4485
Max. virtual memory (cumulated for all children) (KiB): 903772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 104.915
system time used= 0.684895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49478
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= 11062
involuntary context switches= 12081

runsolver used 2.23766 second user time and 5.63814 second system time

The end

Launcher Data

Begin job on node48 at 2009-07-12 00:56:01
IDJOB=2071181
IDBENCH=55446
IDSOLVER=739
FILE ID=node48/2071181-1247352961
PBS_JOBID= 9506952
Free space on /tmp= 66440 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-15-07.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-2071181-1247352961/watcher-2071181-1247352961 -o /tmp/evaluation-result-2071181-1247352961/solver-2071181-1247352961 -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-2071181-1247352961.xml

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

MD5SUM BENCH= d0352fe449d8acf4120670f6657caf5c
RANDOM SEED=1112544647

node48.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.237
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.237
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:       1895936 kB
Buffers:          6020 kB
Cached:          80476 kB
SwapCached:          0 kB
Active:          80528 kB
Inactive:        33360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1895936 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1744 kB
Writeback:           0 kB
Mapped:          40112 kB
Slab:            31220 kB
Committed_AS:   191288 kB
PageTables:       1828 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= 66428 MiB
End job on node48 at 2009-07-12 01:26:13