Trace number 1110792

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? (TO) 3600.14 3626.67

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg16-16_ext.xml
MD5SUM15919d6e614540d941bb32fd1a7bde36
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints32
Best CPU time to get the best result obtained on this benchmark3600.06
Satisfiable
(Un)Satisfiability was proved
Number of variables256
Number of constraints32
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension32
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 05:58:23 2008
0.00/0.04	c 0	PID 17132
0.00/0.05	c 0	HOST node51.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1110792-1215835103.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110792-1215835103.xml' 'HOME/temp.csp'
0.03/0.48	c 1	1 domains, 256 variables, 0 predicates, 1 relations, 32 constraints
0.03/0.52	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.52	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.44/0.60	c 1	Parsing HOME/temp.csp
0.44/0.87	c 1	parsed 290 expressions
0.44/0.89	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.44/0.89	c 1	MAX CSP: 32 constraints
0.44/0.89	c 1	Converting to clausal form CSP
0.44/0.91	c 1	converted 33 (10%) expressions
0.44/0.91	c 1	converted 65 (20%) expressions
0.44/0.91	c 1	converted 98 (30%) expressions
0.44/0.91	c 1	converted 130 (40%) expressions
0.44/0.91	c 1	converted 163 (50%) expressions
0.44/0.91	c 1	converted 195 (60%) expressions
0.44/0.91	c 1	converted 228 (70%) expressions
0.90/1.01	c 1	converted 260 (80%) expressions
2.09/2.22	c 2	converted 293 (90%) expressions
3.18/3.33	c 4	converted 325 (100%) expressions
3.18/3.33	c 4	CSP : 320 integers, 0 booleans, 95 clauses, largest domain size 49
3.18/3.33	c 4	Heap : 93 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.18/3.33	c 4	Propagation in CSP
3.18/3.34	c 4	31 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.18/3.34	c 4	CSP : 320 integers, 0 booleans, 95 clauses, largest domain size 33
3.18/3.34	c 4	Heap : 93 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.18/3.34	c 4	Simplifing CSP by introducing new Boolean variables
3.18/3.34	c 4	CSP : 320 integers, 0 booleans, 95 clauses, largest domain size 33
3.18/3.34	c 4	Heap : 93 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.47/3.67	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.47/3.69	c 4	32 (10%) CSP integer variables are encoded (768 clauses, 8304 bytes)
3.47/3.70	c 4	64 (20%) CSP integer variables are encoded (1536 clauses, 17905 bytes)
3.47/3.70	c 4	96 (30%) CSP integer variables are encoded (2304 clauses, 27889 bytes)
3.57/3.70	c 4	128 (40%) CSP integer variables are encoded (3072 clauses, 37873 bytes)
3.57/3.70	c 4	160 (50%) CSP integer variables are encoded (3840 clauses, 47857 bytes)
3.57/3.70	c 4	192 (60%) CSP integer variables are encoded (4608 clauses, 57841 bytes)
3.57/3.70	c 4	224 (70%) CSP integer variables are encoded (5376 clauses, 67825 bytes)
3.57/3.70	c 4	256 (80%) CSP integer variables are encoded (6144 clauses, 77809 bytes)
3.57/3.70	c 4	288 (90%) CSP integer variables are encoded (6144 clauses, 77809 bytes)
3.57/3.70	c 4	320 (100%) CSP integer variables are encoded (6402 clauses, 81163 bytes)
135.92/137.44	c 138	10 (10%) CSP clauses are encoded (584532 clauses, 60927480 bytes)
256.18/258.91	c 259	19 (20%) CSP clauses are encoded (1104849 clauses, 116698762 bytes)
387.67/391.74	c 392	29 (30%) CSP clauses are encoded (1682979 clauses, 182516672 bytes)
428.37/432.89	c 433	38 (40%) CSP clauses are encoded (1856680 clauses, 202266155 bytes)
428.37/432.89	c 433	48 (50%) CSP clauses are encoded (1857206 clauses, 202275058 bytes)
428.37/432.89	c 433	57 (60%) CSP clauses are encoded (1857243 clauses, 202275622 bytes)
428.37/432.89	c 433	67 (70%) CSP clauses are encoded (1857839 clauses, 202286072 bytes)
428.37/432.89	c 433	76 (80%) CSP clauses are encoded (1857886 clauses, 202286798 bytes)
428.37/432.89	c 433	86 (90%) CSP clauses are encoded (1857968 clauses, 202288117 bytes)
428.37/432.89	c 433	95 (100%) CSP clauses are encoded (1858214 clauses, 202292234 bytes)
428.37/432.89	c 433	95 CSP clauses encoded
428.37/432.90	c 433	Writing map file : HOME/temp.map
428.46/432.90	c 433	Heap : 130 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
428.46/432.90	c 433	SAT : 6722 SAT variables, 1858214 SAT clauses, 202292234 bytes
428.46/432.90	c 433	Heap : 130 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
428.46/432.96	c 433	OBJECTIVE minimize _COST
428.46/432.96	c 433	OBJECTIVE BOUND: 0 <= _COST <= 
428.46/432.96	c 433	SEARCHING: _COST <= 16
428.46/432.96	c 433	SOLVING HOME/temp.cnf
428.46/432.96	c 433	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
428.46/432.97	c 433	This is MiniSat 2.0 beta
428.46/432.97	c 433	WARNING: for repeatability, setting FPU to use double precision
428.46/432.97	c 433	============================[ Problem Statistics ]=============================
428.46/432.97	c 433	|                                                                             |
428.46/432.97	c 433	|  Number of variables:  6722                                                 |
428.46/432.97	c 433	|  Number of clauses:    1858215                                              |
432.51/437.08	c 437	|  Parsing time:         3.69         s                                       |
432.80/437.30	c 437	============================[ Search Statistics ]==============================
432.80/437.30	c 437	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
432.80/437.30	c 437	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
432.80/437.30	c 437	===============================================================================
432.80/437.30	c 437	|         0 |    6626  1857481 37322373 |   619160        0    nan |  0.000 % |
432.80/437.35	c 438	|       101 |    6626  1857481 37322373 |   681076      101      6 |  1.428 % |
432.90/437.44	c 438	|       253 |    6626  1857481 37322373 |   749184      253      7 |  1.428 % |
433.00/437.53	c 438	|       479 |    6626  1857481 37322373 |   824102      479      7 |  1.428 % |
433.09/437.66	c 438	|       816 |    6626  1857481 37322373 |   906512      816      7 |  1.428 % |
433.29/437.88	c 438	|      1322 |    6626  1857481 37322373 |   997163     1322      7 |  1.428 % |
433.69/438.26	c 438	|      2082 |    6626  1857481 37322373 |  1096880     2082      7 |  1.428 % |
433.98/438.54	c 439	|      3221 |    6626  1857481 37322373 |  1206568     3221      8 |  1.428 % |
434.38/438.93	c 439	|      4929 |    6626  1857481 37322373 |  1327225     4929      9 |  1.428 % |
435.07/439.67	c 440	|      7492 |    6626  1857481 37322373 |  1459947     7492     10 |  1.428 % |
436.16/440.75	c 441	|     11336 |    6626  1857481 37322373 |  1605942    11336     11 |  1.428 % |
437.74/442.33	c 443	|     17102 |    6626  1857481 37322373 |  1766536    17102     10 |  1.428 % |
443.59/448.24	c 448	|     25751 |    6626  1857481 37322373 |  1943190    25751     11 |  1.428 % |
447.35/452.09	c 452	|     38725 |    6626  1857481 37322373 |  2137509    38725     11 |  1.428 % |
453.89/458.70	c 459	|     58186 |    6626  1857481 37322373 |  2351260    58186     11 |  1.428 % |
463.89/468.73	c 469	|     87378 |    6626  1857481 37322373 |  2586386    87378     12 |  1.428 % |
481.43/486.47	c 487	|    131167 |    6626  1857481 37322373 |  2845025   131167     12 |  1.428 % |
503.72/509.00	c 509	|    196853 |    6626  1857481 37322373 |  3129527   196853     12 |  1.428 % |
565.04/570.88	c 571	|    295381 |    6626  1857481 37322373 |  3442480   295381     12 |  1.428 % |
679.44/686.38	c 687	|    443170 |    6626  1857481 37322373 |  3786728   443170     13 |  1.428 % |
912.32/921.44	c 922	|    664854 |    6626  1857481 37322373 |  4165401   664854     15 |  1.428 % |
1490.16/1504.78	c 1505	|    997380 |    6626  1857481 37322373 |  4581941   997380     16 |  1.428 % |
3075.16/3101.46	c 3102	|   1496168 |    6626  1857481 37322373 |  5040135  1496168     20 |  1.428 % |
3600.07/3626.51	c ERROR INTERRUPTED
3600.07/3626.58	s UNKNOWN
3600.07/3626.58	c 3627	CPU 426.81 (0.03 0 426.78 1.71)
3600.07/3626.58	c 3627	END Sat Jul 12 06:58:50 2008

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.94 1.88 4/80 17132
/proc/meminfo: memFree=1846696/2055920 swapFree=4192812/4192956
[pid=17132] ppid=17130 vsize=12000 CPUtime=0
/proc/17132/stat : 17132 (sugar) R 17130 17132 17095 0 -1 4194304 200 0 0 0 0 0 0 0 20 0 1 0 40209218 12288000 168 996147200 4194304 4206940 548682068592 18446744073709551615 235391742658 0 0 4224 0 0 0 0 17 1 0 0
/proc/17132/statm: 3000 168 129 3 0 100 0

[startup+0.0904049 s]
/proc/loadavg: 1.91 1.94 1.88 4/80 17132
/proc/meminfo: memFree=1846696/2055920 swapFree=4192812/4192956
[pid=17132] ppid=17130 vsize=13600 CPUtime=0.03
/proc/17132/stat : 17132 (sugar) S 17130 17132 17095 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 40209218 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17132/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101397 s]
/proc/loadavg: 1.91 1.94 1.88 4/80 17132
/proc/meminfo: memFree=1846696/2055920 swapFree=4192812/4192956
[pid=17132] ppid=17130 vsize=13600 CPUtime=0.03
/proc/17132/stat : 17132 (sugar) S 17130 17132 17095 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 40209218 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17132/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301415 s]
/proc/loadavg: 1.91 1.94 1.88 4/80 17132
/proc/meminfo: memFree=1846696/2055920 swapFree=4192812/4192956
[pid=17132] ppid=17130 vsize=13600 CPUtime=0.03
/proc/17132/stat : 17132 (sugar) S 17130 17132 17095 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 40209218 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17132/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70145 s]
/proc/loadavg: 1.91 1.94 1.88 4/80 17132
/proc/meminfo: memFree=1846696/2055920 swapFree=4192812/4192956
[pid=17132] ppid=17130 vsize=13600 CPUtime=0.44
/proc/17132/stat : 17132 (sugar) S 17130 17132 17095 0 -1 4194304 974 4605 0 1 3 0 39 2 16 0 1 0 40209218 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17132/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 13600

[startup+1.50257 s]
/proc/loadavg: 1.91 1.94 1.88 4/91 17154
/proc/meminfo: memFree=1835216/2055920 swapFree=4192812/4192956
[pid=17132] ppid=17130 vsize=13600 CPUtime=0.44
/proc/17132/stat : 17132 (sugar) S 17130 17132 17095 0 -1 4194304 974 4605 0 1 3 0 39 2 15 0 1 0 40209218 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17132/statm: 3400 797 370 3 0 500 0
[pid=17145] ppid=17132 vsize=5356 CPUtime=0
/proc/17145/stat : 17145 (sh) S 17132 17132 17095 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40209270 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17145/statm: 1339 233 193 169 0 50 0
[pid=17146] ppid=17145 vsize=864444 CPUtime=0.95
/proc/17146/stat : 17146 (java) S 17145 17132 17095 0 -1 0 10785 0 1 0 90 5 0 0 18 0 9 0 40209271 885190656 9983 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17146/statm: 216111 9983 2540 9 0 210686 0
[pid=17146/tid=17147] ppid=17145 vsize=864444 CPUtime=0.48
/proc/17146/task/17147/stat : 17147 (java) R 17145 17132 17095 0 -1 64 2786 0 1 0 47 1 0 0 21 0 9 0 40209272 885190656 9983 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17146/tid=17148] ppid=17145 vsize=864444 CPUtime=0.38
/proc/17146/task/17148/stat : 17148 (java) R 17145 17132 17095 0 -1 64 6967 0 0 0 35 3 0 0 17 0 9 0 40209273 885190656 9983 996147200 134512640 134550740 4294955936 18446744073709551615 102721876 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17146/tid=17149] ppid=17145 vsize=864444 CPUtime=0
/proc/17146/task/17149/stat : 17149 (java) S 17145 17132 17095 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40209273 885190656 9983 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17146/tid=17150] ppid=17145 vsize=864444 CPUtime=0
/proc/17146/task/17150/stat : 17150 (java) S 17145 17132 17095 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40209273 885190656 9983 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17146/tid=17151] ppid=17145 vsize=864444 CPUtime=0
/proc/17146/task/17151/stat : 17151 (java) S 17145 17132 17095 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40209275 885190656 9983 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17146/tid=17152] ppid=17145 vsize=864444 CPUtime=0.07
/proc/17146/task/17152/stat : 17152 (java) S 17145 17132 17095 0 -1 64 339 0 0 0 7 0 0 0 17 0 9 0 40209275 885190656 9983 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17146/tid=17153] ppid=17145 vsize=864444 CPUtime=0
/proc/17146/task/17153/stat : 17153 (java) S 17145 17132 17095 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40209275 885190656 9983 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17146/tid=17154] ppid=17145 vsize=864444 CPUtime=0
/proc/17146/task/17154/stat : 17154 (java) S 17145 17132 17095 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40209275 885190656 9983 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 883400

[startup+3.10272 s]
/proc/loadavg: 2.00 1.96 1.89 3/91 17154
/proc/meminfo: memFree=1792848/2055920 swapFree=4192812/4192956
[pid=17132] ppid=17130 vsize=13600 CPUtime=0.44
/proc/17132/stat : 17132 (sugar) S 17130 17132 17095 0 -1 4194304 974 4605 0 1 3 0 39 2 16 0 1 0 40209218 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17132/statm: 3400 797 370 3 0 500 0
[pid=17145] ppid=17132 vsize=5356 CPUtime=0
/proc/17145/stat : 17145 (sh) S 17132 17132 17095 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40209270 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17145/statm: 1339 233 193 169 0 50 0
[pid=17146] ppid=17145 vsize=864228 CPUtime=2.54
/proc/17146/stat : 17146 (java) S 17145 17132 17095 0 -1 0 26554 0 1 0 242 12 0 0 18 0 9 0 40209271 884969472 25665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17146/statm: 216057 25665 2540 9 0 210632 0
[pid=17146/tid=17147] ppid=17145 vsize=864228 CPUtime=0.91
/proc/17146/task/17147/stat : 17147 (java) R 17145 17132 17095 0 -1 64 3783 0 1 0 89 2 0 0 24 0 9 0 40209272 884969472 25665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17146/tid=17148] ppid=17145 vsize=864228 CPUtime=1.54
/proc/17146/task/17148/stat : 17148 (java) R 17145 17132 17095 0 -1 64 21738 0 0 0 145 9 0 0 17 0 9 0 40209273 884969472 25665 996147200 134512640 134550740 4294955936 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17146/tid=17149] ppid=17145 vsize=864228 CPUtime=0
/proc/17146/task/17149/stat : 17149 (java) S 17145 17132 17095 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40209273 884969472 25665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17146/tid=17150] ppid=17145 vsize=864228 CPUtime=0
/proc/17146/task/17150/stat : 17150 (java) S 17145 17132 17095 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40209273 884969472 25665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17146/tid=17151] ppid=17145 vsize=864228 CPUtime=0
/proc/17146/task/17151/stat : 17151 (java) S 17145 17132 17095 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40209275 884969472 25665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17146/tid=17152] ppid=17145 vsize=864228 CPUtime=0.07
/proc/17146/task/17152/stat : 17152 (java) S 17145 17132 17095 0 -1 64 340 0 0 0 7 0 0 0 16 0 9 0 40209275 884969472 25665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17146/tid=17153] ppid=17145 vsize=864228 CPUtime=0
/proc/17146/task/17153/stat : 17153 (java) S 17145 17132 17095 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40209275 884969472 25665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17146/tid=17154] ppid=17145 vsize=864228 CPUtime=0
/proc/17146/task/17154/stat : 17154 (java) S 17145 17132 17095 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40209275 884969472 25665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883184

[startup+6.30195 s]
/proc/loadavg: 2.00 1.96 1.89 3/91 17154
/proc/meminfo: memFree=1732944/2055920 swapFree=4192812/4192956
[pid=17132] ppid=17130 vsize=13600 CPUtime=0.44
/proc/17132/stat : 17132 (sugar) S 17130 17132 17095 0 -1 4194304 974 4605 0 1 3 0 39 2 15 0 1 0 40209218 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17132/statm: 3400 797 370 3 0 500 0
[pid=17145] ppid=17132 vsize=5356 CPUtime=0
/proc/17145/stat : 17145 (sh) S 17132 17132 17095 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40209270 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17145/statm: 1339 233 193 169 0 50 0
[pid=17146] ppid=17145 vsize=864340 CPUtime=5.7
/proc/17146/stat : 17146 (java) S 17145 17132 17095 0 -1 0 31580 0 1 0 556 14 0 0 18 0 9 0 40209271 885084160 30634 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17146/statm: 216085 30634 2565 9 0 210632 0
[pid=17146/tid=17147] ppid=17145 vsize=864340 CPUtime=3.53
/proc/17146/task/17147/stat : 17147 (java) R 17145 17132 17095 0 -1 64 4171 0 1 0 351 2 0 0 25 0 9 0 40209272 885084160 30634 996147200 134512640 134550740 4294955936 18446744073709551615 4126639559 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17146/tid=17148] ppid=17145 vsize=864340 CPUtime=2.03
/proc/17146/task/17148/stat : 17148 (java) S 17145 17132 17095 0 -1 64 26351 0 0 0 193 10 0 0 16 0 9 0 40209273 885084160 30634 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17146/tid=17149] ppid=17145 vsize=864340 CPUtime=0
/proc/17146/task/17149/stat : 17149 (java) S 17145 17132 17095 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40209273 885084160 30634 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17146/tid=17150] ppid=17145 vsize=864340 CPUtime=0
/proc/17146/task/17150/stat : 17150 (java) S 17145 17132 17095 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40209273 885084160 30634 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17146/tid=17151] ppid=17145 vsize=864340 CPUtime=0
/proc/17146/task/17151/stat : 17151 (java) S 17145 17132 17095 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40209275 885084160 30634 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17146/tid=17152] ppid=17145 vsize=864340 CPUtime=0.11
/proc/17146/task/17152/stat : 17152 (java) S 17145 17132 17095 0 -1 64 365 0 0 0 11 0 0 0 16 0 9 0 40209275 885084160 30634 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17146/tid=17153] ppid=17145 vsize=864340 CPUtime=0
/proc/17146/task/17153/stat : 17153 (java) S 17145 17132 17095 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40209275 885084160 30634 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17146/tid=17154] ppid=17145 vsize=864340 CPUtime=0
/proc/17146/task/17154/stat : 17154 (java) S 17145 17132 17095 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40209275 885084160 30634 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 883296

[startup+12.7015 s]
/proc/loadavg: 2.00 1.96 1.89 3/91 17154
/proc/meminfo: memFree=1725840/2055920 swapFree=4192812/4192956
[pid=17132] ppid=17130 vsize=13600 CPUtime=0.44
/proc/17132/stat : 17132 (sugar) S 17130 17132 17095 0 -1 4194304 974 4605 0 1 3 0 39 2 15 0 1 0 40209218 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17132/statm: 3400 797 370 3 0 500 0
[pid=17145] ppid=17132 vsize=5356 CPUtime=0
/proc/17145/stat : 17145 (sh) S 17132 17132 17095 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40209270 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17145/statm: 1339 233 193 169 0 50 0
[pid=17146] ppid=17145 vsize=864340 CPUtime=12.05
/proc/17146/stat : 17146 (java) S 17145 17132 17095 0 -1 0 33092 0 1 0 1189 16 0 0 18 0 9 0 40209271 885084160 32131 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17146/statm: 216085 32131 2565 9 0 210632 0
[pid=17146/tid=17147] ppid=17145 vsize=864340 CPUtime=9.8
/proc/17146/task/17147/stat : 17147 (java) R 17145 17132 17095 0 -1 64 4186 0 1 0 977 3 0 0 25 0 9 0 40209272 885084160 32131 996147200 134512640 134550740 4294955936 18446744073709551615 4125952123 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17146/tid=17148] ppid=17145 vsize=864340 CPUtime=2.1
/proc/17146/task/17148/stat : 17148 (java) S 17145 17132 17095 0 -1 64 27848 0 0 0 199 11 0 0 16 0 9 0 40209273 885084160 32131 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17146/tid=17149] ppid=17145 vsize=864340 CPUtime=0
/proc/17146/task/17149/stat : 17149 (java) S 17145 17132 17095 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40209273 885084160 32131 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17146/tid=17150] ppid=17145 vsize=864340 CPUtime=0
/proc/17146/task/17150/stat : 17150 (java) S 17145 17132 17095 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40209273 885084160 32131 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17146/tid=17151] ppid=17145 vsize=864340 CPUtime=0
/proc/17146/task/17151/stat : 17151 (java) S 17145 17132 17095 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40209275 885084160 32131 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17146/tid=17152] ppid=17145 vsize=864340 CPUtime=0.11
/proc/17146/task/17152/stat : 17152 (java) S 17145 17132 17095 0 -1 64 365 0 0 0 11 0 0 0 16 0 9 0 40209275 885084160 32131 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17146/tid=17153] ppid=17145 vsize=864340 CPUtime=0
/proc/17146/task/17153/stat : 17153 (java) S 17145 17132 17095 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40209275 885084160 32131 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17146/tid=17154] ppid=17145 vsize=864340 CPUtime=0
/proc/17146/task/17154/stat : 17154 (java) S 17145 17132 17095 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40209275 885084160 32131 996147200 134512640 134550740 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) 883296

[startup+25.5027 s]
/proc/loadavg: 2.00 1.96 1.89 3/91 17154
/proc/meminfo: memFree=1709520/2055920 swapFree=4192812/4192956
[pid=17132] ppid=17130 vsize=13600 CPUtime=0.44
/proc/17132/stat : 17132 (sugar) S 17130 17132 17095 0 -1 4194304 974 4605 0 1 3 0 39 2 15 0 1 0 40209218 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17132/statm: 3400 797 370 3 0 500 0
[pid=17145] ppid=17132 vsize=5356 CPUtime=0
/proc/17145/stat : 17145 (sh) S 17132 17132 17095 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40209270 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17145/statm: 1339 233 193 169 0 50 0
[pid=17146] ppid=17145 vsize=864340 CPUtime=24.72
/proc/17146/stat : 17146 (java) S 17145 17132 17095 0 -1 0 35985 0 1 0 2453 19 0 0 18 0 9 0 40209271 885084160 34977 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17146/statm: 216085 34977 2565 9 0 210632 0
[pid=17146/tid=17147] ppid=17145 vsize=864340 CPUtime=22.28
/proc/17146/task/17147/stat : 17147 (java) R 17145 17132 17095 0 -1 64 4233 0 1 0 2223 5 0 0 25 0 9 0 40209272 885084160 34977 996147200 134512640 134550740 4294955936 18446744073709551615 4126582864 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17146/tid=17148] ppid=17145 vsize=864340 CPUtime=2.29
/proc/17146/task/17148/stat : 17148 (java) S 17145 17132 17095 0 -1 64 30690 0 0 0 216 13 0 0 16 0 9 0 40209273 885084160 34977 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17146/tid=17149] ppid=17145 vsize=864340 CPUtime=0
/proc/17146/task/17149/stat : 17149 (java) S 17145 17132 17095 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40209273 885084160 34977 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17146/tid=17150] ppid=17145 vsize=864340 CPUtime=0
/proc/17146/task/17150/stat : 17150 (java) S 17145 17132 17095 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40209273 885084160 34977 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=17161] ppid=17132 vsize=5356 CPUtime=0
/proc/17161/stat : 17161 (sh) S 17132 17132 17095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40252514 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17161/statm: 1339 232 193 169 0 50 0
[pid=17162] ppid=17161 vsize=432752 CPUtime=2767.49
/proc/17162/stat : 17162 (minisat) R 17161 17132 17095 0 -1 4194304 105708 0 0 0 276656 93 0 0 25 0 1 0 40252515 443138048 105694 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17162/statm: 108188 105694 76 150 0 108035 0
Current children cumulated CPU time (s) 3196.01
Current children cumulated vsize (KiB) 451708

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/84 17205
/proc/meminfo: memFree=1227208/2055920 swapFree=4192812/4192956
[pid=17132] ppid=17130 vsize=13600 CPUtime=428.52
/proc/17132/stat : 17132 (sugar) S 17130 17132 17095 0 -1 4194304 1054 85319 0 2 3 0 42678 171 16 0 1 0 40209218 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17132/statm: 3400 803 374 3 0 500 0
[pid=17161] ppid=17132 vsize=5356 CPUtime=0
/proc/17161/stat : 17161 (sh) S 17132 17132 17095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40252514 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17161/statm: 1339 232 193 169 0 50 0
[pid=17162] ppid=17161 vsize=436800 CPUtime=2827.47
/proc/17162/stat : 17162 (minisat) R 17161 17132 17095 0 -1 4194304 106706 0 0 0 282652 95 0 0 25 0 1 0 40252515 447283200 106692 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/17162/statm: 109200 106692 76 150 0 109047 0
Current children cumulated CPU time (s) 3255.99
Current children cumulated vsize (KiB) 455756

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/84 17205
/proc/meminfo: memFree=1224392/2055920 swapFree=4192812/4192956
[pid=17132] ppid=17130 vsize=13600 CPUtime=428.52
/proc/17132/stat : 17132 (sugar) S 17130 17132 17095 0 -1 4194304 1054 85319 0 2 3 0 42678 171 16 0 1 0 40209218 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17132/statm: 3400 803 374 3 0 500 0
[pid=17161] ppid=17132 vsize=5356 CPUtime=0
/proc/17161/stat : 17161 (sh) S 17132 17132 17095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40252514 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17161/statm: 1339 232 193 169 0 50 0
[pid=17162] ppid=17161 vsize=439396 CPUtime=2887.44
/proc/17162/stat : 17162 (minisat) R 17161 17132 17095 0 -1 4194304 107391 0 0 0 288648 96 0 0 25 0 1 0 40252515 449941504 107377 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17162/statm: 109849 107377 76 150 0 109696 0
Current children cumulated CPU time (s) 3315.96
Current children cumulated vsize (KiB) 458352

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/84 17205
/proc/meminfo: memFree=1221960/2055920 swapFree=4192812/4192956
[pid=17132] ppid=17130 vsize=13600 CPUtime=428.52
/proc/17132/stat : 17132 (sugar) S 17130 17132 17095 0 -1 4194304 1054 85319 0 2 3 0 42678 171 16 0 1 0 40209218 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17132/statm: 3400 803 374 3 0 500 0
[pid=17161] ppid=17132 vsize=5356 CPUtime=0
/proc/17161/stat : 17161 (sh) S 17132 17132 17095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40252514 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17161/statm: 1339 232 193 169 0 50 0
[pid=17162] ppid=17161 vsize=441708 CPUtime=2947.43
/proc/17162/stat : 17162 (minisat) R 17161 17132 17095 0 -1 4194304 107969 0 0 0 294647 96 0 0 25 0 1 0 40252515 452308992 107955 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17162/statm: 110427 107955 76 150 0 110274 0
Current children cumulated CPU time (s) 3375.95
Current children cumulated vsize (KiB) 460664

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/84 17205
/proc/meminfo: memFree=1218952/2055920 swapFree=4192812/4192956
[pid=17132] ppid=17130 vsize=13600 CPUtime=428.52
/proc/17132/stat : 17132 (sugar) S 17130 17132 17095 0 -1 4194304 1054 85319 0 2 3 0 42678 171 16 0 1 0 40209218 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17132/statm: 3400 803 374 3 0 500 0
[pid=17161] ppid=17132 vsize=5356 CPUtime=0
/proc/17161/stat : 17161 (sh) S 17132 17132 17095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40252514 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17161/statm: 1339 232 193 169 0 50 0
[pid=17162] ppid=17161 vsize=444632 CPUtime=3007.4
/proc/17162/stat : 17162 (minisat) R 17161 17132 17095 0 -1 4194304 108688 0 0 0 300643 97 0 0 25 0 1 0 40252515 455303168 108674 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17162/statm: 111158 108674 76 150 0 111005 0
Current children cumulated CPU time (s) 3435.92
Current children cumulated vsize (KiB) 463588

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/84 17205
/proc/meminfo: memFree=1216136/2055920 swapFree=4192812/4192956
[pid=17132] ppid=17130 vsize=13600 CPUtime=428.52
/proc/17132/stat : 17132 (sugar) S 17130 17132 17095 0 -1 4194304 1054 85319 0 2 3 0 42678 171 16 0 1 0 40209218 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17132/statm: 3400 803 374 3 0 500 0
[pid=17161] ppid=17132 vsize=5356 CPUtime=0
/proc/17161/stat : 17161 (sh) S 17132 17132 17095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40252514 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17161/statm: 1339 232 193 169 0 50 0
[pid=17162] ppid=17161 vsize=447388 CPUtime=3067.38
/proc/17162/stat : 17162 (minisat) R 17161 17132 17095 0 -1 4194304 109383 0 0 0 306640 98 0 0 25 0 1 0 40252515 458125312 109369 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17162/statm: 111847 109369 76 150 0 111694 0
Current children cumulated CPU time (s) 3495.9
Current children cumulated vsize (KiB) 466344

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/84 17205
/proc/meminfo: memFree=1213896/2055920 swapFree=4192812/4192956
[pid=17132] ppid=17130 vsize=13600 CPUtime=428.52
/proc/17132/stat : 17132 (sugar) S 17130 17132 17095 0 -1 4194304 1054 85319 0 2 3 0 42678 171 16 0 1 0 40209218 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17132/statm: 3400 803 374 3 0 500 0
[pid=17161] ppid=17132 vsize=5356 CPUtime=0
/proc/17161/stat : 17161 (sh) S 17132 17132 17095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40252514 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17161/statm: 1339 232 193 169 0 50 0
[pid=17162] ppid=17161 vsize=449552 CPUtime=3127.35
/proc/17162/stat : 17162 (minisat) R 17161 17132 17095 0 -1 4194304 109945 0 0 0 312637 98 0 0 25 0 1 0 40252515 460341248 109931 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17162/statm: 112388 109931 76 150 0 112235 0
Current children cumulated CPU time (s) 3555.87
Current children cumulated vsize (KiB) 468508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3626.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/84 17205
/proc/meminfo: memFree=1212168/2055920 swapFree=4192812/4192956
[pid=17132] ppid=17130 vsize=13600 CPUtime=428.52
/proc/17132/stat : 17132 (sugar) S 17130 17132 17095 0 -1 4194304 1054 85319 0 2 3 0 42678 171 16 0 1 0 40209218 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17132/statm: 3400 803 374 3 0 500 0
[pid=17161] ppid=17132 vsize=5356 CPUtime=0
/proc/17161/stat : 17161 (sh) S 17132 17132 17095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40252514 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17161/statm: 1339 232 193 169 0 50 0
[pid=17162] ppid=17161 vsize=451128 CPUtime=3171.55
/proc/17162/stat : 17162 (minisat) R 17161 17132 17095 0 -1 4194304 110359 0 0 0 317056 99 0 0 25 0 1 0 40252515 461955072 110345 996147200 134512640 135127466 4294956256 18446744073709551615 134521203 0 0 4096 3 0 0 0 17 0 0 0
/proc/17162/statm: 112782 110345 76 150 0 112629 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 470084

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

[startup+3626.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/84 17205
/proc/meminfo: memFree=1212168/2055920 swapFree=4192812/4192956
[pid=17132] ppid=17130 vsize=13600 CPUtime=428.52
/proc/17132/stat : 17132 (sugar) S 17130 17132 17095 0 -1 4194304 1054 85319 0 2 3 0 42678 171 16 0 1 0 40209218 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17132/statm: 3400 803 374 3 0 500 0
[pid=17161] ppid=17132 vsize=5356 CPUtime=0
/proc/17161/stat : 17161 (sh) S 17132 17132 17095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40252514 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17161/statm: 1339 232 193 169 0 50 0
[pid=17162] ppid=17161 vsize=451128 CPUtime=3171.55
/proc/17162/stat : 17162 (minisat) R 17161 17132 17095 0 -1 4194304 110359 0 0 0 317056 99 0 0 25 0 1 0 40252515 461955072 110345 996147200 134512640 135127466 4294956256 18446744073709551615 134521203 0 0 4096 3 0 0 0 17 0 0 0
/proc/17162/statm: 112782 110345 76 150 0 112629 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 470084

# WARNING:
# current cumulated CPU time (428.57 s) is less than in the last sample (3600.07 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (3171.5 s) to the 'lost time'.

[startup+3626.62 s]
/proc/loadavg: 2.00 2.00 1.96 4/84 17206
/proc/meminfo: memFree=1757768/2055920 swapFree=4192812/4192956
[pid=17132] ppid=17130 vsize=13600 CPUtime=428.57
/proc/17132/stat : 17132 (sugar) R 17130 17132 17095 0 -1 4194304 1092 85596 0 2 3 5 42678 171 17 0 1 0 40209218 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 235371467817 0 0 4224 16386 0 0 0 17 0 0 0
/proc/17132/statm: 3400 804 375 3 0 500 0
Current children cumulated CPU time (s) 428.57
Current children cumulated vsize (KiB) 13600

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

[startup+3626.62 s]
/proc/loadavg: 2.00 2.00 1.96 4/84 17206
/proc/meminfo: memFree=1757768/2055920 swapFree=4192812/4192956
[pid=17132] ppid=17130 vsize=13600 CPUtime=428.57
/proc/17132/stat : 17132 (sugar) R 17130 17132 17095 0 -1 4194304 1092 85596 0 2 3 5 42678 171 17 0 1 0 40209218 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 235371467817 0 0 4224 16386 0 0 0 17 0 0 0
/proc/17132/statm: 3400 804 375 3 0 500 0
Current children cumulated CPU time (s) 428.57
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 3171.5
#  lost CPU user time (s): 3170.56
#  lost CPU system time (s): 0.94

Real time (s): 3626.67
CPU time (s): 3600.14
CPU user time (s): 3597.38
CPU system time (s): 2.76172
CPU usage (%): 99.2685
Max. virtual memory (cumulated for all children) (KiB): 904108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 426.819
system time used= 1.82172
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86719
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= 20007
involuntary context switches= 32392

runsolver used 5.43117 second user time and 11.1203 second system time

The end

Launcher Data (download as text)

Begin job on node51 at 2008-07-12 05:58:23
IDJOB=1110792
IDBENCH=61153
IDSOLVER=368
FILE ID=node51/1110792-1215835103
PBS_JOBID= 7903391
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 15919d6e614540d941bb32fd1a7bde36
RANDOM SEED=2143025438

node51.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.218
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.218
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:       1847240 kB
Buffers:         23208 kB
Cached:          71992 kB
SwapCached:          0 kB
Active:         103232 kB
Inactive:        46480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1847240 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1448 kB
Writeback:           0 kB
Mapped:          74772 kB
Slab:            44300 kB
Committed_AS:   942556 kB
PageTables:       1864 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= 66560 MiB
End job on node51 at 2008-07-12 06:58:52