Trace number 2070092

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.07 1803.67

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg10-10_ext.xml
MD5SUM39d66384100af8e536d57221a6b03f7a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.2511
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension20
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.04/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.08	c 0	BEGIN Sun Jul 12 00:24:06 2009
0.04/0.08	c 0	PID 14560
0.04/0.08	c 0	HOST node10.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-2070092-1247351046.xml TO HOME/temp.csp
0.04/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-2070092-1247351046.xml' 'HOME/temp.csp'
0.07/0.52	c 1	1 domains, 100 variables, 0 predicates, 1 relations, 20 constraints
0.07/0.55	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.55	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.49/0.63	c 1	Parsing HOME/temp.csp
0.49/0.74	c 1	parsed 122 expressions
0.49/0.75	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.49/0.75	c 1	Converting to clausal form CSP
0.49/0.77	c 1	converted 13 (10%) expressions
0.49/0.77	c 1	converted 25 (20%) expressions
0.49/0.77	c 1	converted 37 (30%) expressions
0.49/0.77	c 1	converted 49 (40%) expressions
0.49/0.77	c 1	converted 61 (50%) expressions
0.49/0.77	c 1	converted 74 (60%) expressions
0.49/0.77	c 1	converted 86 (70%) expressions
0.49/0.78	c 1	converted 98 (80%) expressions
1.40/1.57	c 2	converted 110 (90%) expressions
2.39/2.51	c 3	converted 122 (100%) expressions
2.39/2.51	c 3	CSP : 100 integers, 0 booleans, 20 clauses, largest domain size 26
2.39/2.51	c 3	Heap : 55 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.39/2.51	c 3	Propagation in CSP
2.39/2.51	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.39/2.51	c 3	CSP : 100 integers, 0 booleans, 20 clauses, largest domain size 26
2.39/2.51	c 3	Heap : 55 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.39/2.51	c 3	Simplifing CSP by introducing new Boolean variables
2.39/2.51	c 3	CSP : 100 integers, 0 booleans, 20 clauses, largest domain size 26
2.39/2.51	c 3	Heap : 55 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.59/2.80	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.69/2.81	c 3	10 (10%) CSP integer variables are encoded (240 clauses, 2496 bytes)
2.69/2.81	c 3	20 (20%) CSP integer variables are encoded (480 clauses, 5136 bytes)
2.69/2.82	c 3	30 (30%) CSP integer variables are encoded (720 clauses, 7776 bytes)
2.69/2.82	c 3	40 (40%) CSP integer variables are encoded (960 clauses, 10417 bytes)
2.69/2.82	c 3	50 (50%) CSP integer variables are encoded (1200 clauses, 13537 bytes)
2.69/2.82	c 3	60 (60%) CSP integer variables are encoded (1440 clauses, 16657 bytes)
2.69/2.82	c 3	70 (70%) CSP integer variables are encoded (1680 clauses, 19777 bytes)
2.69/2.82	c 3	80 (80%) CSP integer variables are encoded (1920 clauses, 22897 bytes)
2.69/2.82	c 3	90 (90%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
2.69/2.82	c 3	100 (100%) CSP integer variables are encoded (2400 clauses, 29137 bytes)
30.71/31.17	c 31	2 (10%) CSP clauses are encoded (121838 clauses, 7109379 bytes)
58.82/59.51	c 60	4 (20%) CSP clauses are encoded (241276 clauses, 14981671 bytes)
87.44/88.42	c 88	6 (30%) CSP clauses are encoded (360714 clauses, 22968107 bytes)
114.06/115.29	c 115	8 (40%) CSP clauses are encoded (480152 clauses, 31068269 bytes)
139.66/140.84	c 141	10 (50%) CSP clauses are encoded (599590 clauses, 39168431 bytes)
164.74/165.99	c 166	12 (60%) CSP clauses are encoded (719028 clauses, 46927379 bytes)
190.82/192.08	c 192	14 (70%) CSP clauses are encoded (838466 clauses, 54344837 bytes)
216.20/217.49	c 218	16 (80%) CSP clauses are encoded (957904 clauses, 63348473 bytes)
242.98/245.56	c 246	18 (90%) CSP clauses are encoded (1077342 clauses, 72352109 bytes)
268.96/271.67	c 272	20 (100%) CSP clauses are encoded (1196780 clauses, 81355745 bytes)
268.96/271.67	c 272	20 CSP clauses encoded
268.96/271.67	c 272	Writing map file : HOME/temp.map
268.96/271.68	c 272	Heap : 84 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
268.96/271.68	c 272	SAT : 2500 SAT variables, 1196780 SAT clauses, 81355745 bytes
268.96/271.68	c 272	Heap : 84 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
269.04/271.74	c 272	SOLVING HOME/temp.cnf
269.04/271.74	c 272	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
269.04/271.75	c 272	This is MiniSat 2.0 beta
269.04/271.75	c 272	WARNING: for repeatability, setting FPU to use double precision
269.04/271.75	c 272	============================[ Problem Statistics ]=============================
269.04/271.75	c 272	|                                                                             |
269.04/271.75	c 272	|  Number of variables:  2500                                                 |
269.04/271.75	c 272	|  Number of clauses:    1196780                                              |
270.72/273.49	c 274	|  Parsing time:         1.49         s                                       |
270.92/273.60	c 274	============================[ Search Statistics ]==============================
270.92/273.60	c 274	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
270.92/273.60	c 274	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
270.92/273.60	c 274	===============================================================================
270.92/273.60	c 274	|         0 |    2500  1196780 15871080 |   398926        0    nan |  0.000 % |
270.92/273.66	c 274	|       101 |    2500  1196780 15871080 |   438819      101      5 |  0.000 % |
271.02/273.75	c 274	|       251 |    2500  1196780 15871080 |   482701      251      6 |  0.000 % |
271.13/273.83	c 274	|       476 |    2500  1196780 15871080 |   530971      476      7 |  0.000 % |
271.22/273.95	c 274	|       814 |    2500  1196780 15871080 |   584068      814      7 |  0.000 % |
271.32/274.08	c 274	|      1321 |    2500  1196780 15871080 |   642475     1321      8 |  0.000 % |
271.51/274.27	c 274	|      2080 |    2500  1196780 15871080 |   706722     2080      8 |  0.001 % |
271.81/274.58	c 275	|      3220 |    2500  1196780 15871080 |   777395     3220      8 |  0.000 % |
272.32/275.02	c 275	|      4929 |    2500  1196780 15871080 |   855134     4929      8 |  0.000 % |
272.91/275.63	c 276	|      7491 |    2500  1196780 15871080 |   940648     7491      9 |  0.000 % |
273.71/276.49	c 277	|     11337 |    2500  1196780 15871080 |  1034713    11337      9 |  0.000 % |
275.01/277.80	c 278	|     17103 |    2500  1196780 15871080 |  1138184    17103     10 |  0.000 % |
277.31/280.00	c 280	|     25752 |    2500  1196780 15871080 |  1252002    25752     10 |  0.000 % |
280.91/283.62	c 284	|     38726 |    2500  1196780 15871080 |  1377203    38726     11 |  0.000 % |
306.10/308.83	c 309	|     58188 |    2500  1196780 15871080 |  1514923    58188     11 |  0.000 % |
407.77/410.62	c 411	|     87380 |    2500  1196780 15871080 |  1666415    87380     12 |  0.001 % |
513.21/516.14	c 516	|    131170 |    2498  1196780 15871080 |  1833057   131169     14 |  0.120 % |
744.40/747.46	c 748	|    196855 |    2498  1196780 15871080 |  2016362   196854     15 |  0.120 % |
1125.51/1128.71	c 1129	|    295382 |    2498  1196780 15871080 |  2217999   295381     17 |  0.120 % |
1800.07/1803.61	c ERROR INTERRUPTED
1800.07/1803.64	s UNKNOWN
1800.07/1803.64	c 1804	CPU 269.08 (0.06 0.02 268.05 0.95)
1800.07/1803.64	c 1804	END Sun Jul 12 00:54:10 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-2070092-1247351046/watcher-2070092-1247351046 -o /tmp/evaluation-result-2070092-1247351046/solver-2070092-1247351046 -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-2070092-1247351046.xml 

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


[startup+0 s]
/proc/loadavg: 1.85 1.97 1.99 4/76 14560
/proc/meminfo: memFree=1858936/2055920 swapFree=4192812/4192956
[pid=14560] ppid=14558 vsize=12132 CPUtime=0
/proc/14560/stat : 14560 (sugar) R 14558 14560 14523 0 -1 4194304 219 0 0 0 0 0 0 0 20 0 1 0 22171654 12423168 187 996147200 4194304 4206940 548682068608 18446744073709551615 214919713505 0 0 4224 0 0 0 0 17 1 0 0
/proc/14560/statm: 3033 187 142 3 0 133 0

[startup+0.0645641 s]
/proc/loadavg: 1.85 1.97 1.99 4/76 14560
/proc/meminfo: memFree=1858936/2055920 swapFree=4192812/4192956
[pid=14560] ppid=14558 vsize=16080 CPUtime=0.04
/proc/14560/stat : 14560 (sugar) R 14558 14560 14523 0 -1 4194304 943 0 0 0 3 1 0 0 18 0 1 0 22171654 16465920 911 996147200 4194304 4206940 548682068608 18446744073709551615 214937707571 0 0 4224 0 0 0 0 17 1 0 0
/proc/14560/statm: 4020 911 380 3 0 599 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16080

[startup+0.101574 s]
/proc/loadavg: 1.85 1.97 1.99 4/76 14560
/proc/meminfo: memFree=1858936/2055920 swapFree=4192812/4192956
[pid=14560] ppid=14558 vsize=16868 CPUtime=0.07
/proc/14560/stat : 14560 (sugar) S 14558 14560 14523 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22171654 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14560/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301619 s]
/proc/loadavg: 1.85 1.97 1.99 4/76 14560
/proc/meminfo: memFree=1858936/2055920 swapFree=4192812/4192956
[pid=14560] ppid=14558 vsize=16868 CPUtime=0.07
/proc/14560/stat : 14560 (sugar) S 14558 14560 14523 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22171654 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14560/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701707 s]
/proc/loadavg: 1.85 1.97 1.99 4/76 14560
/proc/meminfo: memFree=1858936/2055920 swapFree=4192812/4192956
[pid=14560] ppid=14558 vsize=16868 CPUtime=0.49
/proc/14560/stat : 14560 (sugar) S 14558 14560 14523 0 -1 4194304 1309 5056 0 1 5 2 39 3 16 0 1 0 22171654 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14560/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 16868

[startup+1.50288 s]
/proc/loadavg: 1.85 1.97 1.99 4/87 14582
/proc/meminfo: memFree=1841312/2055920 swapFree=4192812/4192956
[pid=14560] ppid=14558 vsize=16868 CPUtime=0.49
/proc/14560/stat : 14560 (sugar) S 14558 14560 14523 0 -1 4194304 1309 5056 0 1 5 2 39 3 15 0 1 0 22171654 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14560/statm: 4217 1111 409 3 0 796 0
[pid=14573] ppid=14560 vsize=5356 CPUtime=0
/proc/14573/stat : 14573 (sh) S 14560 14560 14523 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22171710 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14573/statm: 1339 233 193 169 0 50 0
[pid=14574] ppid=14573 vsize=864352 CPUtime=0.91
/proc/14574/stat : 14574 (java) S 14573 14560 14523 0 -1 0 10629 0 1 0 86 5 0 0 18 0 9 0 22171710 885096448 9891 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14574/statm: 216088 9891 2566 9 0 210593 0
[pid=14574/tid=14575] ppid=14573 vsize=864352 CPUtime=0.37
/proc/14574/task/14575/stat : 14575 (java) R 14573 14560 14523 0 -1 64 2778 0 1 0 36 1 0 0 22 0 9 0 22171711 885096448 9891 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14574/tid=14576] ppid=14573 vsize=864352 CPUtime=0.48
/proc/14574/task/14576/stat : 14576 (java) R 14573 14560 14523 0 -1 64 6842 0 0 0 45 3 0 0 17 0 9 0 22171712 885096448 9891 996147200 134512640 134550932 4294955936 18446744073709551615 102768130 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14574/tid=14577] ppid=14573 vsize=864352 CPUtime=0
/proc/14574/task/14577/stat : 14577 (java) S 14573 14560 14523 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22171712 885096448 9891 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14574/tid=14578] ppid=14573 vsize=864352 CPUtime=0
/proc/14574/task/14578/stat : 14578 (java) S 14573 14560 14523 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22171712 885096448 9891 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14574/tid=14579] ppid=14573 vsize=864352 CPUtime=0
/proc/14574/task/14579/stat : 14579 (java) S 14573 14560 14523 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22171715 885096448 9891 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14574/tid=14580] ppid=14573 vsize=864352 CPUtime=0.04
/proc/14574/task/14580/stat : 14580 (java) S 14573 14560 14523 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 22171715 885096448 9891 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14574/tid=14581] ppid=14573 vsize=864352 CPUtime=0
/proc/14574/task/14581/stat : 14581 (java) S 14573 14560 14523 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22171715 885096448 9891 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14574/tid=14582] ppid=14573 vsize=864352 CPUtime=0
/proc/14574/task/14582/stat : 14582 (java) S 14573 14560 14523 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22171715 885096448 9891 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886576

[startup+3.10224 s]
/proc/loadavg: 1.94 1.98 1.99 4/87 14582
/proc/meminfo: memFree=1809184/2055920 swapFree=4192812/4192956
[pid=14560] ppid=14558 vsize=16868 CPUtime=0.49
/proc/14560/stat : 14560 (sugar) S 14558 14560 14523 0 -1 4194304 1310 5056 0 1 5 2 39 3 15 0 1 0 22171654 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14560/statm: 4217 1111 409 3 0 796 0
[pid=14573] ppid=14560 vsize=5356 CPUtime=0
/proc/14573/stat : 14573 (sh) S 14560 14560 14523 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22171710 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14573/statm: 1339 233 193 169 0 50 0
[pid=14574] ppid=14573 vsize=864464 CPUtime=2.5
/proc/14574/stat : 14574 (java) S 14573 14560 14523 0 -1 0 20557 0 1 0 240 10 0 0 18 0 9 0 22171710 885211136 19764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14574/statm: 216116 19764 2590 9 0 210593 0
[pid=14574/tid=14575] ppid=14573 vsize=864464 CPUtime=0.99
/proc/14574/task/14575/stat : 14575 (java) R 14573 14560 14523 0 -1 64 3615 0 1 0 98 1 0 0 19 0 9 0 22171711 885211136 19764 996147200 134512640 134550932 4294955936 18446744073709551615 4126568812 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14574/tid=14576] ppid=14573 vsize=864464 CPUtime=1.4
/proc/14574/task/14576/stat : 14576 (java) S 14573 14560 14523 0 -1 64 15910 0 0 0 133 7 0 0 16 0 9 0 22171712 885211136 19764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14574/tid=14577] ppid=14573 vsize=864464 CPUtime=0
/proc/14574/task/14577/stat : 14577 (java) S 14573 14560 14523 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22171712 885211136 19764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14574/tid=14578] ppid=14573 vsize=864464 CPUtime=0
/proc/14574/task/14578/stat : 14578 (java) S 14573 14560 14523 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22171712 885211136 19764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14574/tid=14579] ppid=14573 vsize=864464 CPUtime=0
/proc/14574/task/14579/stat : 14579 (java) S 14573 14560 14523 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22171715 885211136 19764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14574/tid=14580] ppid=14573 vsize=864464 CPUtime=0.07
/proc/14574/task/14580/stat : 14580 (java) S 14573 14560 14523 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 22171715 885211136 19764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14574/tid=14581] ppid=14573 vsize=864464 CPUtime=0
/proc/14574/task/14581/stat : 14581 (java) S 14573 14560 14523 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22171715 885211136 19764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14574/tid=14582] ppid=14573 vsize=864464 CPUtime=0
/proc/14574/task/14582/stat : 14582 (java) S 14573 14560 14523 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22171715 885211136 19764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886688

[startup+6.30193 s]
/proc/loadavg: 1.94 1.98 1.99 3/87 14582
/proc/meminfo: memFree=1784672/2055920 swapFree=4192812/4192956
[pid=14560] ppid=14558 vsize=16868 CPUtime=0.49
/proc/14560/stat : 14560 (sugar) S 14558 14560 14523 0 -1 4194304 1310 5056 0 1 5 2 39 3 15 0 1 0 22171654 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14560/statm: 4217 1111 409 3 0 796 0
[pid=14573] ppid=14560 vsize=5356 CPUtime=0
/proc/14573/stat : 14573 (sh) S 14560 14560 14523 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22171710 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14573/statm: 1339 233 193 169 0 50 0
[pid=14574] ppid=14573 vsize=864464 CPUtime=5.67
/proc/14574/stat : 14574 (java) S 14573 14560 14523 0 -1 0 20926 0 1 0 557 10 0 0 18 0 9 0 22171710 885211136 20126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14574/statm: 216116 20126 2590 9 0 210593 0
[pid=14574/tid=14575] ppid=14573 vsize=864464 CPUtime=4.14
/proc/14574/task/14575/stat : 14575 (java) R 14573 14560 14523 0 -1 64 3622 0 1 0 413 1 0 0 25 0 9 0 22171711 885211136 20126 996147200 134512640 134550932 4294955936 18446744073709551615 4126580676 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14574/tid=14576] ppid=14573 vsize=864464 CPUtime=1.42
/proc/14574/task/14576/stat : 14576 (java) S 14573 14560 14523 0 -1 64 16272 0 0 0 135 7 0 0 16 0 9 0 22171712 885211136 20126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14574/tid=14577] ppid=14573 vsize=864464 CPUtime=0
/proc/14574/task/14577/stat : 14577 (java) S 14573 14560 14523 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22171712 885211136 20126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14574/tid=14578] ppid=14573 vsize=864464 CPUtime=0
/proc/14574/task/14578/stat : 14578 (java) S 14573 14560 14523 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22171712 885211136 20126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14574/tid=14579] ppid=14573 vsize=864464 CPUtime=0
/proc/14574/task/14579/stat : 14579 (java) S 14573 14560 14523 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22171715 885211136 20126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14574/tid=14580] ppid=14573 vsize=864464 CPUtime=0.07
/proc/14574/task/14580/stat : 14580 (java) S 14573 14560 14523 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 22171715 885211136 20126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14574/tid=14581] ppid=14573 vsize=864464 CPUtime=0
/proc/14574/task/14581/stat : 14581 (java) S 14573 14560 14523 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22171715 885211136 20126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14574/tid=14582] ppid=14573 vsize=864464 CPUtime=0
/proc/14574/task/14582/stat : 14582 (java) S 14573 14560 14523 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22171715 885211136 20126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 886688

[startup+12.7023 s]
/proc/loadavg: 1.95 1.98 1.99 3/87 14582
/proc/meminfo: memFree=1779296/2055920 swapFree=4192812/4192956
[pid=14560] ppid=14558 vsize=16868 CPUtime=0.49
/proc/14560/stat : 14560 (sugar) S 14558 14560 14523 0 -1 4194304 1310 5056 0 1 5 2 39 3 15 0 1 0 22171654 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14560/statm: 4217 1111 409 3 0 796 0
[pid=14573] ppid=14560 vsize=5356 CPUtime=0
/proc/14573/stat : 14573 (sh) S 14560 14560 14523 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22171710 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14573/statm: 1339 233 193 169 0 50 0
[pid=14574] ppid=14573 vsize=864464 CPUtime=12
/proc/14574/stat : 14574 (java) S 14573 14560 14523 0 -1 0 22437 0 1 0 1189 11 0 0 18 0 9 0 22171710 885211136 21613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14574/statm: 216116 21613 2590 9 0 210593 0
[pid=14574/tid=14575] ppid=14573 vsize=864464 CPUtime=10.39
/proc/14574/task/14575/stat : 14575 (java) R 14573 14560 14523 0 -1 64 3646 0 1 0 1038 1 0 0 25 0 9 0 22171711 885211136 21613 996147200 134512640 134550932 4294955936 18446744073709551615 4126562944 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14574/tid=14576] ppid=14573 vsize=864464 CPUtime=1.5
/proc/14574/task/14576/stat : 14576 (java) S 14573 14560 14523 0 -1 64 17759 0 0 0 142 8 0 0 16 0 9 0 22171712 885211136 21613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14574/tid=14577] ppid=14573 vsize=864464 CPUtime=0
/proc/14574/task/14577/stat : 14577 (java) S 14573 14560 14523 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22171712 885211136 21613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14574/tid=14578] ppid=14573 vsize=864464 CPUtime=0
/proc/14574/task/14578/stat : 14578 (java) S 14573 14560 14523 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22171712 885211136 21613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14574/tid=14579] ppid=14573 vsize=864464 CPUtime=0
/proc/14574/task/14579/stat : 14579 (java) S 14573 14560 14523 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22171715 885211136 21613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14574/tid=14580] ppid=14573 vsize=864464 CPUtime=0.07
/proc/14574/task/14580/stat : 14580 (java) S 14573 14560 14523 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 22171715 885211136 21613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14574/tid=14581] ppid=14573 vsize=864464 CPUtime=0
/proc/14574/task/14581/stat : 14581 (java) S 14573 14560 14523 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22171715 885211136 21613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14574/tid=14582] ppid=14573 vsize=864464 CPUtime=0
/proc/14574/task/14582/stat : 14582 (java) S 14573 14560 14523 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22171715 885211136 21613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 886688

[startup+25.5011 s]
/proc/loadavg: 1.95 1.98 1.99 3/87 14582
/proc/meminfo: memFree=1768800/2055920 swapFree=4192812/4192956
[pid=14560] ppid=14558 vsize=16868 CPUtime=0.49
/proc/14560/stat : 14560 (sugar) S 14558 14560 14523 0 -1 4194304 1310 5056 0 1 5 2 39 3 15 0 1 0 22171654 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14560/statm: 4217 1111 409 3 0 796 0
[pid=14573] ppid=14560 vsize=5356 CPUtime=0
/proc/14573/stat : 14573 (sh) S 14560 14560 14523 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22171710 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14573/statm: 1339 233 193 169 0 50 0
[pid=14574] ppid=14573 vsize=864464 CPUtime=24.68
/proc/14574/stat : 14574 (java) S 14573 14560 14523 0 -1 0 24376 0 1 0 2454 14 0 0 18 0 9 0 22171710 885211136 23500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14574/statm: 216116 23500 2590 9 0 210593 0
[pid=14574/tid=14575] ppid=14573 vsize=864464 CPUtime=22.92
/proc/14574/task/14575/stat : 14575 (java) R 14573 14560 14523 0 -1 64 3698 0 1 0 2289 3 0 0 25 0 9 0 22171711 885211136 23500 996147200 134512640 134550932 4294955936 18446744073709551615 4126562344 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14574/tid=14576] ppid=14573 vsize=864464 CPUtime=1.64
/proc/14574/task/14576/stat : 14576 (java) S 14573 14560 14523 0 -1 64 19643 0 0 0 155 9 0 0 16 0 9 0 22171712 885211136 23500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14574/tid=14577] ppid=14573 vsize=864464 CPUtime=0
/proc/14574/task/14577/stat : 14577 (java) S 14573 14560 14523 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22171712 885211136 23500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14574/tid=14578] ppid=14573 vsize=864464 CPUtime=0
/proc/14574/task/14578/stat : 14578 (java) S 14573 14560 14523 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22171712 885211136 23500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14574/tid=14579] ppid=14573 vsize=864464 CPUtime=0

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

/proc/meminfo: memFree=1620144/2055920 swapFree=4192812/4192956
[pid=14560] ppid=14558 vsize=16868 CPUtime=269.08
/proc/14560/stat : 14560 (sugar) S 14558 14560 14523 0 -1 4194304 1376 59434 0 2 6 2 26805 95 16 0 1 0 22171654 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14560/statm: 4217 1113 409 3 0 796 0
[pid=14810] ppid=14560 vsize=5356 CPUtime=0
/proc/14810/stat : 14810 (sh) S 14560 14560 14523 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22198829 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14810/statm: 1339 232 193 169 0 50 0
[pid=14811] ppid=14810 vsize=152140 CPUtime=1029.94
/proc/14811/stat : 14811 (minisat) R 14810 14560 14523 0 -1 4194304 37077 0 0 0 102947 47 0 0 25 0 1 0 22198829 155791360 37063 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14811/statm: 38035 37063 75 150 0 37882 0
Current children cumulated CPU time (s) 1299.02
Current children cumulated vsize (KiB) 174364

[startup+1362.3 s]
/proc/loadavg: 2.07 2.00 1.95 3/84 15309
/proc/meminfo: memFree=1618800/2055920 swapFree=4192812/4192956
[pid=14560] ppid=14558 vsize=16868 CPUtime=269.08
/proc/14560/stat : 14560 (sugar) S 14558 14560 14523 0 -1 4194304 1376 59434 0 2 6 2 26805 95 16 0 1 0 22171654 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14560/statm: 4217 1113 409 3 0 796 0
[pid=14810] ppid=14560 vsize=5356 CPUtime=0
/proc/14810/stat : 14810 (sh) S 14560 14560 14523 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22198829 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14810/statm: 1339 232 193 169 0 50 0
[pid=14811] ppid=14810 vsize=153600 CPUtime=1089.91
/proc/14811/stat : 14811 (minisat) R 14810 14560 14523 0 -1 4194304 37421 0 0 0 108943 48 0 0 25 0 1 0 22198829 157286400 37407 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14811/statm: 38400 37407 75 150 0 38247 0
Current children cumulated CPU time (s) 1358.99
Current children cumulated vsize (KiB) 175824

[startup+1422.31 s]
/proc/loadavg: 2.07 2.01 1.96 3/84 15309
/proc/meminfo: memFree=1617392/2055920 swapFree=4192812/4192956
[pid=14560] ppid=14558 vsize=16868 CPUtime=269.08
/proc/14560/stat : 14560 (sugar) S 14558 14560 14523 0 -1 4194304 1376 59434 0 2 6 2 26805 95 16 0 1 0 22171654 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14560/statm: 4217 1113 409 3 0 796 0
[pid=14810] ppid=14560 vsize=5356 CPUtime=0
/proc/14810/stat : 14810 (sh) S 14560 14560 14523 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22198829 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14810/statm: 1339 232 193 169 0 50 0
[pid=14811] ppid=14810 vsize=154888 CPUtime=1149.88
/proc/14811/stat : 14811 (minisat) R 14810 14560 14523 0 -1 4194304 37752 0 0 0 114940 48 0 0 25 0 1 0 22198829 158605312 37738 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14811/statm: 38722 37738 75 150 0 38569 0
Current children cumulated CPU time (s) 1418.96
Current children cumulated vsize (KiB) 177112

[startup+1482.3 s]
/proc/loadavg: 2.07 2.02 1.96 3/84 15309
/proc/meminfo: memFree=1615920/2055920 swapFree=4192812/4192956
[pid=14560] ppid=14558 vsize=16868 CPUtime=269.08
/proc/14560/stat : 14560 (sugar) S 14558 14560 14523 0 -1 4194304 1376 59434 0 2 6 2 26805 95 16 0 1 0 22171654 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14560/statm: 4217 1113 409 3 0 796 0
[pid=14810] ppid=14560 vsize=5356 CPUtime=0
/proc/14810/stat : 14810 (sh) S 14560 14560 14523 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22198829 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14810/statm: 1339 232 193 169 0 50 0
[pid=14811] ppid=14810 vsize=156316 CPUtime=1209.84
/proc/14811/stat : 14811 (minisat) R 14810 14560 14523 0 -1 4194304 38121 0 0 0 120936 48 0 0 25 0 1 0 22198829 160067584 38107 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14811/statm: 39079 38107 75 150 0 38926 0
Current children cumulated CPU time (s) 1478.92
Current children cumulated vsize (KiB) 178540

[startup+1542.3 s]
/proc/loadavg: 2.06 2.03 1.97 3/84 15309
/proc/meminfo: memFree=1614512/2055920 swapFree=4192812/4192956
[pid=14560] ppid=14558 vsize=16868 CPUtime=269.08
/proc/14560/stat : 14560 (sugar) S 14558 14560 14523 0 -1 4194304 1376 59434 0 2 6 2 26805 95 16 0 1 0 22171654 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14560/statm: 4217 1113 409 3 0 796 0
[pid=14810] ppid=14560 vsize=5356 CPUtime=0
/proc/14810/stat : 14810 (sh) S 14560 14560 14523 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22198829 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14810/statm: 1339 232 193 169 0 50 0
[pid=14811] ppid=14810 vsize=157664 CPUtime=1269.82
/proc/14811/stat : 14811 (minisat) R 14810 14560 14523 0 -1 4194304 38457 0 0 0 126933 49 0 0 25 0 1 0 22198829 161447936 38443 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14811/statm: 39416 38443 75 150 0 39263 0
Current children cumulated CPU time (s) 1538.9
Current children cumulated vsize (KiB) 179888

[startup+1602.3 s]
/proc/loadavg: 2.02 2.02 1.97 3/84 15311
/proc/meminfo: memFree=1613040/2055920 swapFree=4192812/4192956
[pid=14560] ppid=14558 vsize=16868 CPUtime=269.08
/proc/14560/stat : 14560 (sugar) S 14558 14560 14523 0 -1 4194304 1376 59434 0 2 6 2 26805 95 16 0 1 0 22171654 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14560/statm: 4217 1113 409 3 0 796 0
[pid=14810] ppid=14560 vsize=5356 CPUtime=0
/proc/14810/stat : 14810 (sh) S 14560 14560 14523 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22198829 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14810/statm: 1339 232 193 169 0 50 0
[pid=14811] ppid=14810 vsize=158996 CPUtime=1329.78
/proc/14811/stat : 14811 (minisat) R 14810 14560 14523 0 -1 4194304 38790 0 0 0 132929 49 0 0 25 0 1 0 22198829 162811904 38776 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/14811/statm: 39749 38776 75 150 0 39596 0
Current children cumulated CPU time (s) 1598.86
Current children cumulated vsize (KiB) 181220

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 1.97 3/84 15311
/proc/meminfo: memFree=1611632/2055920 swapFree=4192812/4192956
[pid=14560] ppid=14558 vsize=16868 CPUtime=269.08
/proc/14560/stat : 14560 (sugar) S 14558 14560 14523 0 -1 4194304 1376 59434 0 2 6 2 26805 95 16 0 1 0 22171654 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14560/statm: 4217 1113 409 3 0 796 0
[pid=14810] ppid=14560 vsize=5356 CPUtime=0
/proc/14810/stat : 14810 (sh) S 14560 14560 14523 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22198829 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14810/statm: 1339 232 193 169 0 50 0
[pid=14811] ppid=14810 vsize=160396 CPUtime=1389.76
/proc/14811/stat : 14811 (minisat) R 14810 14560 14523 0 -1 4194304 39145 0 0 0 138926 50 0 0 25 0 1 0 22198829 164245504 39131 996147200 134512640 135127466 4294956256 18446744073709551615 134527454 0 0 4096 3 0 0 0 17 0 0 0
/proc/14811/statm: 40099 39131 75 150 0 39946 0
Current children cumulated CPU time (s) 1658.84
Current children cumulated vsize (KiB) 182620

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/84 15311
/proc/meminfo: memFree=1610288/2055920 swapFree=4192812/4192956
[pid=14560] ppid=14558 vsize=16868 CPUtime=269.08
/proc/14560/stat : 14560 (sugar) S 14558 14560 14523 0 -1 4194304 1376 59434 0 2 6 2 26805 95 16 0 1 0 22171654 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14560/statm: 4217 1113 409 3 0 796 0
[pid=14810] ppid=14560 vsize=5356 CPUtime=0
/proc/14810/stat : 14810 (sh) S 14560 14560 14523 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22198829 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14810/statm: 1339 232 193 169 0 50 0
[pid=14811] ppid=14810 vsize=161624 CPUtime=1449.73
/proc/14811/stat : 14811 (minisat) R 14810 14560 14523 0 -1 4194304 39454 0 0 0 144923 50 0 0 25 0 1 0 22198829 165502976 39440 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14811/statm: 40406 39440 75 150 0 40253 0
Current children cumulated CPU time (s) 1718.81
Current children cumulated vsize (KiB) 183848

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/84 15311
/proc/meminfo: memFree=1608816/2055920 swapFree=4192812/4192956
[pid=14560] ppid=14558 vsize=16868 CPUtime=269.08
/proc/14560/stat : 14560 (sugar) S 14558 14560 14523 0 -1 4194304 1376 59434 0 2 6 2 26805 95 16 0 1 0 22171654 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14560/statm: 4217 1113 409 3 0 796 0
[pid=14810] ppid=14560 vsize=5356 CPUtime=0
/proc/14810/stat : 14810 (sh) S 14560 14560 14523 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22198829 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14810/statm: 1339 232 193 169 0 50 0
[pid=14811] ppid=14810 vsize=162996 CPUtime=1509.7
/proc/14811/stat : 14811 (minisat) R 14810 14560 14523 0 -1 4194304 39802 0 0 0 150919 51 0 0 25 0 1 0 22198829 166907904 39788 996147200 134512640 135127466 4294956256 18446744073709551615 134530944 0 0 4096 3 0 0 0 17 0 0 0
/proc/14811/statm: 40749 39788 75 150 0 40596 0
Current children cumulated CPU time (s) 1778.78
Current children cumulated vsize (KiB) 185220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.6 s]
/proc/loadavg: 2.00 2.00 1.97 3/84 15311
/proc/meminfo: memFree=1608368/2055920 swapFree=4192812/4192956
[pid=14560] ppid=14558 vsize=16868 CPUtime=269.08
/proc/14560/stat : 14560 (sugar) S 14558 14560 14523 0 -1 4194304 1376 59434 0 2 6 2 26805 95 16 0 1 0 22171654 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14560/statm: 4217 1113 409 3 0 796 0
[pid=14810] ppid=14560 vsize=5356 CPUtime=0
/proc/14810/stat : 14810 (sh) S 14560 14560 14523 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22198829 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14810/statm: 1339 232 193 169 0 50 0
[pid=14811] ppid=14810 vsize=163392 CPUtime=1530.99
/proc/14811/stat : 14811 (minisat) R 14810 14560 14523 0 -1 4194304 39912 0 0 0 153048 51 0 0 25 0 1 0 22198829 167313408 39898 996147200 134512640 135127466 4294956256 18446744073709551615 134530730 0 0 4096 3 0 0 0 17 0 0 0
/proc/14811/statm: 40848 39898 75 150 0 40695 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 185616

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 14560 and gives
#  childrusage.ru_utime.tv_sec=268
#  childrusage.ru_utime.tv_usec=118239
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=19844
# CPU time returned by wait4() is 269.138
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1803.67
CPU time (s): 1800.07
CPU user time (s): 1798.59
CPU system time (s): 1.48
CPU usage (%): 99.8002
Max. virtual memory (cumulated for all children) (KiB): 897440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 268.118
system time used= 1.01984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61193
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16615
involuntary context switches= 18177

runsolver used 2.10368 second user time and 6.08707 second system time

The end

Launcher Data

Begin job on node10 at 2009-07-12 00:24:06
IDJOB=2070092
IDBENCH=55133
IDSOLVER=739
FILE ID=node10/2070092-1247351046
PBS_JOBID= 9506953
Free space on /tmp= 66420 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg10-10_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2070092-1247351046/watcher-2070092-1247351046 -o /tmp/evaluation-result-2070092-1247351046/solver-2070092-1247351046 -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-2070092-1247351046.xml

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

MD5SUM BENCH= 39d66384100af8e536d57221a6b03f7a
RANDOM SEED=1820274591

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1859416 kB
Buffers:         21004 kB
Cached:          80792 kB
SwapCached:          0 kB
Active:          91900 kB
Inactive:        53960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1859416 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1656 kB
Writeback:           0 kB
Mapped:          54820 kB
Slab:            35920 kB
Committed_AS:   244204 kB
PageTables:       1780 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66416 MiB
End job on node10 at 2009-07-12 00:54:12