Trace number 1067779

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.13+minisat? (TO) 1800.04 1812.23

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-21-10.xml
MD5SUM1f87e4292cfe73339ea9f9057c89531b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark372.809
Satisfiable
(Un)Satisfiability was proved
Number of variables383
Number of constraints1869
Maximum constraint arity26
Maximum domain size26
Number of constraints which are defined in extension134
Number of constraints which are defined in intension1735
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 Fri Jul  4 08:01:01 2008
0.00/0.04	c 0	PID 18462
0.03/0.05	c 0	HOST node20.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1067779-1215151261.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1067779-1215151261.xml' 'HOME/temp.csp'
0.03/0.72	c 1	1 domains, 383 variables, 7 predicates, 7 relations, 1869 constraints
0.03/0.75	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.75	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.76/0.84	c 1	Parsing HOME/temp.csp
1.17/1.26	c 2	parsed 2267 expressions
1.17/1.26	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.17/1.26	c 2	Converting to clausal form CSP
1.17/1.29	c 2	converted 227 (10%) expressions
1.97/2.04	c 2	converted 454 (20%) expressions
2.66/2.75	c 3	converted 681 (30%) expressions
5.63/5.77	c 6	converted 907 (40%) expressions
5.73/5.88	c 6	converted 1134 (50%) expressions
5.83/5.91	c 6	converted 1361 (60%) expressions
5.83/5.98	c 6	converted 1587 (70%) expressions
5.93/6.02	c 6	converted 1814 (80%) expressions
5.93/6.07	c 6	converted 2041 (90%) expressions
6.03/6.10	c 6	converted 2267 (100%) expressions
6.03/6.11	c 6	CSP : 383 integers, 0 booleans, 1869 clauses, largest domain size 26
6.03/6.11	c 6	Heap : 129 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.03/6.11	c 6	Propagation in CSP
6.03/6.14	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.03/6.14	c 6	CSP : 383 integers, 0 booleans, 1869 clauses, largest domain size 26
6.03/6.14	c 6	Heap : 131 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.03/6.15	c 6	Simplifing CSP by introducing new Boolean variables
6.13/6.23	c 7	CSP : 383 integers, 19904 booleans, 21773 clauses, largest domain size 26
6.13/6.23	c 7	Heap : 130 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.01/7.14	c 7	Encoding CSP to SAT : HOME/temp.cnf
7.01/7.17	c 8	39 (10%) CSP integer variables are encoded (936 clauses, 10152 bytes)
7.01/7.18	c 8	77 (20%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
7.01/7.18	c 8	115 (30%) CSP integer variables are encoded (2760 clauses, 33817 bytes)
7.01/7.18	c 8	154 (40%) CSP integer variables are encoded (3696 clauses, 45985 bytes)
7.01/7.18	c 8	192 (50%) CSP integer variables are encoded (4608 clauses, 57841 bytes)
7.01/7.18	c 8	230 (60%) CSP integer variables are encoded (5520 clauses, 69697 bytes)
7.01/7.18	c 8	269 (70%) CSP integer variables are encoded (6456 clauses, 81865 bytes)
7.01/7.18	c 8	307 (80%) CSP integer variables are encoded (7368 clauses, 93721 bytes)
7.01/7.19	c 8	345 (90%) CSP integer variables are encoded (8280 clauses, 105577 bytes)
7.01/7.19	c 8	383 (100%) CSP integer variables are encoded (9192 clauses, 117433 bytes)
244.28/246.65	c 247	2178 (10%) CSP clauses are encoded (2229378 clauses, 111366410 bytes)
285.92/288.64	c 289	4355 (20%) CSP clauses are encoded (2542198 clauses, 128473467 bytes)
286.01/288.74	c 289	6532 (30%) CSP clauses are encoded (2593850 clauses, 129493054 bytes)
286.11/288.84	c 289	8710 (40%) CSP clauses are encoded (2646178 clauses, 130515916 bytes)
287.79/290.51	c 291	10887 (50%) CSP clauses are encoded (2725947 clauses, 133836898 bytes)
287.90/290.61	c 291	13064 (60%) CSP clauses are encoded (2778924 clauses, 134854964 bytes)
287.99/290.71	c 291	15242 (70%) CSP clauses are encoded (2831927 clauses, 135871043 bytes)
288.09/290.81	c 291	17419 (80%) CSP clauses are encoded (2884879 clauses, 136917182 bytes)
288.19/290.91	c 291	19596 (90%) CSP clauses are encoded (2937856 clauses, 137963940 bytes)
288.29/291.01	c 291	21773 (100%) CSP clauses are encoded (2991033 clauses, 139014126 bytes)
288.29/291.01	c 291	21773 CSP clauses encoded
288.29/291.01	c 291	Writing map file : HOME/temp.map
288.29/291.03	c 291	Heap : 167 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
288.29/291.03	c 291	SAT : 29479 SAT variables, 2991033 SAT clauses, 139014126 bytes
288.29/291.03	c 291	Heap : 167 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
288.29/291.10	c 291	SOLVING HOME/temp.cnf
288.29/291.10	c 291	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
288.39/291.10	c 291	This is MiniSat 2.0 beta
288.39/291.10	c 291	WARNING: for repeatability, setting FPU to use double precision
288.39/291.10	c 291	============================[ Problem Statistics ]=============================
288.39/291.10	c 291	|                                                                             |
288.39/291.11	c 291	|  Number of variables:  29479                                                |
288.39/291.11	c 291	|  Number of clauses:    2991033                                              |
291.24/294.05	c 294	|  Parsing time:         2.59         s                                       |
291.43/294.24	c 295	============================[ Search Statistics ]==============================
291.43/294.24	c 295	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
291.43/294.24	c 295	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
291.43/294.24	c 295	===============================================================================
291.43/294.24	c 295	|         0 |   29467  2990311 24621824 |   996770        0    nan |  0.000 % |
291.63/294.41	c 295	|       101 |   29466  2990311 24621824 |  1096447      100      8 |  0.044 % |
291.63/294.47	c 295	|       252 |   29466  2990311 24621824 |  1206092      251      8 |  0.044 % |
291.73/294.58	c 295	|       477 |   29466  2990311 24621824 |  1326701      476      9 |  0.044 % |
291.83/294.66	c 295	|       814 |   29466  2990311 24621824 |  1459371      813      9 |  0.044 % |
292.03/294.85	c 295	|      1320 |   29466  2990311 24621824 |  1605308     1319      9 |  0.044 % |
292.22/295.08	c 295	|      2079 |   29466  2990311 24621824 |  1765839     2078     10 |  0.044 % |
292.83/295.64	c 296	|      3219 |   29466  2990311 24621824 |  1942423     3218     11 |  0.044 % |
293.12/295.91	c 296	|      4927 |   29466  2990311 24621824 |  2136665     4926     11 |  0.044 % |
294.50/297.35	c 298	|      7490 |   29466  2990311 24621824 |  2350332     7489     11 |  0.044 % |
296.68/299.57	c 300	|     11334 |   29465  2990311 24621824 |  2585365    11332     12 |  0.047 % |
298.66/301.54	c 302	|     17102 |   29462  2990311 24621824 |  2843902    17097     11 |  0.058 % |
303.62/306.59	c 307	|     25753 |   29462  2990311 24621824 |  3128292    25748     12 |  0.058 % |
311.25/314.23	c 315	|     38729 |   29462  2990311 24621824 |  3441121    38724     13 |  0.058 % |
314.61/317.61	c 318	|     58194 |   29461  2990311 24621824 |  3785233    58188     13 |  0.061 % |
321.05/324.10	c 324	|     87386 |   29459  2990311 24621824 |  4163757    87378     13 |  0.068 % |
357.20/360.68	c 361	|    131176 |   29457  2990311 24621824 |  4580132   131166     14 |  0.075 % |
389.79/393.56	c 394	|    196860 |   29456  2990311 24621824 |  5038146   196849     15 |  0.078 % |
451.90/456.22	c 457	|    295386 |   29454  2990311 24621824 |  5541960   295373     16 |  0.085 % |
603.26/609.08	c 609	|    443175 |   29453  2990311 24621824 |  6096156   443161     17 |  0.088 % |
810.49/818.26	c 819	|    664858 |   29450  2988594 24611732 |  6705772   664825     17 |  0.098 % |
1480.56/1491.09	c 1491	|    997383 |   29446  2987833 24606883 |  7376349   997338     18 |  0.115 % |
1800.01/1812.11	c ERROR INTERRUPTED
1800.01/1812.16	s UNKNOWN
1800.01/1812.16	c 1812	CPU 286.98 (0.03 0.01 286.95 1.4)
1800.01/1812.16	c 1812	END Fri Jul  4 08:31:13 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1067779-1215151261/watcher-1067779-1215151261 -o /tmp/evaluation-result-1067779-1215151261/solver-1067779-1215151261 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1067779-1215151261.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): 2200 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.98 1.99 4/72 18462
/proc/meminfo: memFree=1679416/2055920 swapFree=4122004/4192956
[pid=18462] ppid=18460 vsize=18572 CPUtime=0
/proc/18462/stat : 18462 (runsolver) R 18460 18462 16367 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1303372039 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 273952599335 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18462/statm: 4643 292 257 25 0 2626 0

[startup+0.049786 s]
/proc/loadavg: 1.91 1.98 1.99 4/72 18462
/proc/meminfo: memFree=1679416/2055920 swapFree=4122004/4192956
[pid=18462] ppid=18460 vsize=13600 CPUtime=0.03
/proc/18462/stat : 18462 (sugar) S 18460 18462 16367 0 -1 4194304 837 0 0 0 2 1 0 0 18 0 1 0 1303372039 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18462/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101962 s]
/proc/loadavg: 1.91 1.98 1.99 4/72 18462
/proc/meminfo: memFree=1679416/2055920 swapFree=4122004/4192956
[pid=18462] ppid=18460 vsize=13600 CPUtime=0.03
/proc/18462/stat : 18462 (sugar) S 18460 18462 16367 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1303372039 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18462/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301999 s]
/proc/loadavg: 1.91 1.98 1.99 4/72 18462
/proc/meminfo: memFree=1679416/2055920 swapFree=4122004/4192956
[pid=18462] ppid=18460 vsize=13600 CPUtime=0.03
/proc/18462/stat : 18462 (sugar) S 18460 18462 16367 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1303372039 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18462/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701081 s]
/proc/loadavg: 1.91 1.98 1.99 4/72 18462
/proc/meminfo: memFree=1679416/2055920 swapFree=4122004/4192956
[pid=18462] ppid=18460 vsize=13600 CPUtime=0.03
/proc/18462/stat : 18462 (sugar) S 18460 18462 16367 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1303372039 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18462/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50224 s]
/proc/loadavg: 1.91 1.98 1.99 3/83 18490
/proc/meminfo: memFree=1670816/2055920 swapFree=4122004/4192956
[pid=18462] ppid=18460 vsize=13600 CPUtime=0.76
/proc/18462/stat : 18462 (sugar) S 18460 18462 16367 0 -1 4194304 973 7177 0 1 3 1 67 5 15 0 1 0 1303372039 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18462/statm: 3400 797 370 3 0 500 0
[pid=18481] ppid=18462 vsize=5356 CPUtime=0
/proc/18481/stat : 18481 (sh) S 18462 18462 16367 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1303372115 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18481/statm: 1339 233 193 169 0 50 0
[pid=18482] ppid=18481 vsize=864256 CPUtime=0.72
/proc/18482/stat : 18482 (java) S 18481 18462 16367 0 -1 0 7246 0 1 0 69 3 0 0 19 0 9 0 1303372115 884998144 6508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18482/statm: 216064 6508 2540 9 0 210639 0
[pid=18482/tid=18483] ppid=18481 vsize=864256 CPUtime=0.41
/proc/18482/task/18483/stat : 18483 (java) R 18481 18462 16367 0 -1 64 2575 0 1 0 40 1 0 0 18 0 9 0 1303372116 884998144 6508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18482/tid=18484] ppid=18481 vsize=864256 CPUtime=0.2
/proc/18482/task/18484/stat : 18484 (java) R 18481 18462 16367 0 -1 64 3629 0 0 0 19 1 0 0 16 0 9 0 1303372117 884998144 6508 996147200 134512640 134550740 4294955952 18446744073709551615 102516798 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18482/tid=18485] ppid=18481 vsize=864256 CPUtime=0
/proc/18482/task/18485/stat : 18485 (java) S 18481 18462 16367 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1303372117 884998144 6508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18482/tid=18486] ppid=18481 vsize=864256 CPUtime=0
/proc/18482/task/18486/stat : 18486 (java) S 18481 18462 16367 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1303372117 884998144 6508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18482/tid=18487] ppid=18481 vsize=864256 CPUtime=0
/proc/18482/task/18487/stat : 18487 (java) S 18481 18462 16367 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1303372119 884998144 6508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18482/tid=18488] ppid=18481 vsize=864256 CPUtime=0.08
/proc/18482/task/18488/stat : 18488 (java) S 18481 18462 16367 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 1303372119 884998144 6508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18482/tid=18489] ppid=18481 vsize=864256 CPUtime=0
/proc/18482/task/18489/stat : 18489 (java) S 18481 18462 16367 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1303372119 884998144 6508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18482/tid=18490] ppid=18481 vsize=864256 CPUtime=0
/proc/18482/task/18490/stat : 18490 (java) S 18481 18462 16367 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1303372119 884998144 6508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 883212

[startup+3.10155 s]
/proc/loadavg: 1.91 1.98 1.99 4/83 18490
/proc/meminfo: memFree=1643936/2055920 swapFree=4122004/4192956
[pid=18462] ppid=18460 vsize=13600 CPUtime=0.76
/proc/18462/stat : 18462 (sugar) S 18460 18462 16367 0 -1 4194304 973 7177 0 1 3 1 67 5 15 0 1 0 1303372039 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18462/statm: 3400 797 370 3 0 500 0
[pid=18481] ppid=18462 vsize=5356 CPUtime=0
/proc/18481/stat : 18481 (sh) S 18462 18462 16367 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1303372115 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18481/statm: 1339 233 193 169 0 50 0
[pid=18482] ppid=18481 vsize=868420 CPUtime=2.3
/proc/18482/stat : 18482 (java) S 18481 18462 16367 0 -1 0 18478 0 1 0 221 9 0 0 19 0 9 0 1303372115 889262080 17675 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18482/statm: 217105 17675 2541 9 0 211680 0
[pid=18482/tid=18483] ppid=18481 vsize=868420 CPUtime=0.98
/proc/18482/task/18483/stat : 18483 (java) R 18481 18462 16367 0 -1 64 3168 0 1 0 97 1 0 0 23 0 9 0 1303372116 889262080 17675 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18482/tid=18484] ppid=18481 vsize=868420 CPUtime=1.1
/proc/18482/task/18484/stat : 18484 (java) R 18481 18462 16367 0 -1 64 13152 0 0 0 104 6 0 0 16 0 9 0 1303372117 889262080 17675 996147200 134512640 134550740 4294955952 18446744073709551615 102723005 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18482/tid=18485] ppid=18481 vsize=868420 CPUtime=0
/proc/18482/task/18485/stat : 18485 (java) S 18481 18462 16367 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1303372117 889262080 17675 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18482/tid=18486] ppid=18481 vsize=868420 CPUtime=0
/proc/18482/task/18486/stat : 18486 (java) S 18481 18462 16367 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1303372117 889262080 17675 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18482/tid=18487] ppid=18481 vsize=868420 CPUtime=0
/proc/18482/task/18487/stat : 18487 (java) S 18481 18462 16367 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1303372119 889262080 17675 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18482/tid=18488] ppid=18481 vsize=868420 CPUtime=0.18
/proc/18482/task/18488/stat : 18488 (java) S 18481 18462 16367 0 -1 64 1461 0 0 0 18 0 0 0 16 0 9 0 1303372119 889262080 17675 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18482/tid=18489] ppid=18481 vsize=868420 CPUtime=0
/proc/18482/task/18489/stat : 18489 (java) S 18481 18462 16367 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1303372119 889262080 17675 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18482/tid=18490] ppid=18481 vsize=868420 CPUtime=0
/proc/18482/task/18490/stat : 18490 (java) S 18481 18462 16367 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1303372119 889262080 17675 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 887376

[startup+6.3022 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 18490
/proc/meminfo: memFree=1554656/2055920 swapFree=4122004/4192956
[pid=18462] ppid=18460 vsize=13600 CPUtime=0.76
/proc/18462/stat : 18462 (sugar) S 18460 18462 16367 0 -1 4194304 974 7177 0 1 3 1 67 5 15 0 1 0 1303372039 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18462/statm: 3400 797 370 3 0 500 0
[pid=18481] ppid=18462 vsize=5356 CPUtime=0
/proc/18481/stat : 18481 (sh) S 18462 18462 16367 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1303372115 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18481/statm: 1339 233 193 169 0 50 0
[pid=18482] ppid=18481 vsize=869324 CPUtime=5.46
/proc/18482/stat : 18482 (java) S 18481 18462 16367 0 -1 0 40087 0 1 0 527 19 0 0 19 0 9 0 1303372115 890187776 39262 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18482/statm: 217331 39262 2540 9 0 211906 0
[pid=18482/tid=18483] ppid=18481 vsize=869324 CPUtime=2.02
/proc/18482/task/18483/stat : 18483 (java) S 18481 18462 16367 0 -1 64 4426 0 1 0 199 3 0 0 16 0 9 0 1303372116 890187776 39262 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18482/tid=18484] ppid=18481 vsize=869324 CPUtime=3.21
/proc/18482/task/18484/stat : 18484 (java) R 18481 18462 16367 0 -1 64 33492 0 0 0 307 14 0 0 24 0 9 0 1303372117 890187776 39262 996147200 134512640 134550740 4294955952 18446744073709551615 8055886 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18482/tid=18485] ppid=18481 vsize=869324 CPUtime=0
/proc/18482/task/18485/stat : 18485 (java) S 18481 18462 16367 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1303372117 890187776 39262 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18482/tid=18486] ppid=18481 vsize=869324 CPUtime=0
/proc/18482/task/18486/stat : 18486 (java) S 18481 18462 16367 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1303372117 890187776 39262 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18482/tid=18487] ppid=18481 vsize=869324 CPUtime=0
/proc/18482/task/18487/stat : 18487 (java) S 18481 18462 16367 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1303372119 890187776 39262 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18482/tid=18488] ppid=18481 vsize=869324 CPUtime=0.2
/proc/18482/task/18488/stat : 18488 (java) S 18481 18462 16367 0 -1 64 1472 0 0 0 20 0 0 0 15 0 9 0 1303372119 890187776 39262 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18482/tid=18489] ppid=18481 vsize=869324 CPUtime=0
/proc/18482/task/18489/stat : 18489 (java) S 18481 18462 16367 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1303372119 890187776 39262 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18482/tid=18490] ppid=18481 vsize=869324 CPUtime=0
/proc/18482/task/18490/stat : 18490 (java) S 18481 18462 16367 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1303372119 890187776 39262 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 888280

[startup+12.7014 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18490
/proc/meminfo: memFree=1522784/2055920 swapFree=4122004/4192956
[pid=18462] ppid=18460 vsize=13600 CPUtime=0.76
/proc/18462/stat : 18462 (sugar) S 18460 18462 16367 0 -1 4194304 974 7177 0 1 3 1 67 5 16 0 1 0 1303372039 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18462/statm: 3400 797 370 3 0 500 0
[pid=18481] ppid=18462 vsize=5356 CPUtime=0
/proc/18481/stat : 18481 (sh) S 18462 18462 16367 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1303372115 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18481/statm: 1339 233 193 169 0 50 0
[pid=18482] ppid=18481 vsize=868532 CPUtime=11.8
/proc/18482/stat : 18482 (java) S 18481 18462 16367 0 -1 0 50646 0 2 0 1152 28 0 0 19 0 9 0 1303372115 889376768 39531 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18482/statm: 217133 39531 2567 9 0 211680 0
[pid=18482/tid=18483] ppid=18481 vsize=868532 CPUtime=7.35
/proc/18482/task/18483/stat : 18483 (java) R 18481 18462 16367 0 -1 64 4527 0 2 0 729 6 0 0 25 0 9 0 1303372116 889376768 39531 996147200 134512640 134550740 4294955952 18446744073709551615 4126989591 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18482/tid=18484] ppid=18481 vsize=868532 CPUtime=4.16
/proc/18482/task/18484/stat : 18484 (java) S 18481 18462 16367 0 -1 64 43916 0 0 0 397 19 0 0 16 0 9 0 1303372117 889376768 39531 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18482/tid=18485] ppid=18481 vsize=868532 CPUtime=0
/proc/18482/task/18485/stat : 18485 (java) S 18481 18462 16367 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1303372117 889376768 39531 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18482/tid=18486] ppid=18481 vsize=868532 CPUtime=0
/proc/18482/task/18486/stat : 18486 (java) S 18481 18462 16367 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1303372117 889376768 39531 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18482/tid=18487] ppid=18481 vsize=868532 CPUtime=0
/proc/18482/task/18487/stat : 18487 (java) S 18481 18462 16367 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1303372119 889376768 39531 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18482/tid=18488] ppid=18481 vsize=868532 CPUtime=0.24
/proc/18482/task/18488/stat : 18488 (java) S 18481 18462 16367 0 -1 64 1506 0 0 0 24 0 0 0 16 0 9 0 1303372119 889376768 39531 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18482/tid=18489] ppid=18481 vsize=868532 CPUtime=0
/proc/18482/task/18489/stat : 18489 (java) S 18481 18462 16367 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1303372119 889376768 39531 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18482/tid=18490] ppid=18481 vsize=868532 CPUtime=0
/proc/18482/task/18490/stat : 18490 (java) S 18481 18462 16367 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1303372119 889376768 39531 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 887488

[startup+25.503 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18490
/proc/meminfo: memFree=1509664/2055920 swapFree=4122004/4192956
[pid=18462] ppid=18460 vsize=13600 CPUtime=0.76
/proc/18462/stat : 18462 (sugar) S 18460 18462 16367 0 -1 4194304 974 7177 0 1 3 1 67 5 16 0 1 0 1303372039 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18462/statm: 3400 797 370 3 0 500 0
[pid=18481] ppid=18462 vsize=5356 CPUtime=0
/proc/18481/stat : 18481 (sh) S 18462 18462 16367 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1303372115 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18481/statm: 1339 233 193 169 0 50 0
[pid=18482] ppid=18481 vsize=868532 CPUtime=24.47
/proc/18482/stat : 18482 (java) S 18481 18462 16367 0 -1 0 51199 0 2 0 2413 34 0 0 19 0 9 0 1303372115 889376768 40023 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18482/statm: 217133 40023 2567 9 0 211680 0
[pid=18482/tid=18483] ppid=18481 vsize=868532 CPUtime=19.72
/proc/18482/task/18483/stat : 18483 (java) R 18481 18462 16367 0 -1 64 4590 0 2 0 1960 12 0 0 25 0 9 0 1303372116 889376768 40023 996147200 134512640 134550740 4294955952 18446744073709551615 4126638136 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18482/tid=18484] ppid=18481 vsize=868532 CPUtime=4.46
/proc/18482/task/18484/stat : 18484 (java) S 18481 18462 16367 0 -1 64 44399 0 0 0 426 20 0 0 16 0 9 0 1303372117 889376768 40023 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18482/tid=18485] ppid=18481 vsize=868532 CPUtime=0
/proc/18482/task/18485/stat : 18485 (java) S 18481 18462 16367 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1303372117 889376768 40023 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18482/tid=18486] ppid=18481 vsize=868532 CPUtime=0
/proc/18482/task/18486/stat : 18486 (java) S 18481 18462 16367 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1303372117 889376768 40023 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=18491] ppid=18462 vsize=5356 CPUtime=0
/proc/18491/stat : 18491 (sh) S 18462 18462 16367 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1303401149 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18491/statm: 1339 232 193 169 0 50 0
[pid=18492] ppid=18491 vsize=314796 CPUtime=1123.83
/proc/18492/stat : 18492 (minisat) R 18491 18462 16367 0 -1 4194304 77512 0 0 0 112317 66 0 0 25 0 1 0 1303401149 322351104 77498 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18492/statm: 78699 77498 76 150 0 78546 0
Current children cumulated CPU time (s) 1412.22
Current children cumulated vsize (KiB) 333752

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18659
/proc/meminfo: memFree=833680/2055920 swapFree=4122036/4192956
[pid=18462] ppid=18460 vsize=13600 CPUtime=288.39
/proc/18462/stat : 18462 (sugar) S 18460 18462 16367 0 -1 4194304 1034 101226 0 3 3 1 28695 140 16 0 1 0 1303372039 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18462/statm: 3400 799 370 3 0 500 0
[pid=18491] ppid=18462 vsize=5356 CPUtime=0
/proc/18491/stat : 18491 (sh) S 18462 18462 16367 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1303401149 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18491/statm: 1339 232 193 169 0 50 0
[pid=18492] ppid=18491 vsize=317688 CPUtime=1183.51
/proc/18492/stat : 18492 (minisat) R 18491 18462 16367 0 -1 4194304 78246 0 0 0 118284 67 0 0 25 0 1 0 1303401149 325312512 78232 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18492/statm: 79422 78232 76 150 0 79269 0
Current children cumulated CPU time (s) 1471.9
Current children cumulated vsize (KiB) 336644

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18659
/proc/meminfo: memFree=823568/2055920 swapFree=4122036/4192956
[pid=18462] ppid=18460 vsize=13600 CPUtime=288.39
/proc/18462/stat : 18462 (sugar) S 18460 18462 16367 0 -1 4194304 1034 101226 0 3 3 1 28695 140 16 0 1 0 1303372039 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18462/statm: 3400 799 370 3 0 500 0
[pid=18491] ppid=18462 vsize=5356 CPUtime=0
/proc/18491/stat : 18491 (sh) S 18462 18462 16367 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1303401149 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18491/statm: 1339 232 193 169 0 50 0
[pid=18492] ppid=18491 vsize=320812 CPUtime=1243.21
/proc/18492/stat : 18492 (minisat) R 18491 18462 16367 0 -1 4194304 79038 0 0 0 124253 68 0 0 25 0 1 0 1303401149 328511488 79024 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18492/statm: 80203 79024 76 150 0 80050 0
Current children cumulated CPU time (s) 1531.6
Current children cumulated vsize (KiB) 339768

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18659
/proc/meminfo: memFree=815248/2055920 swapFree=4122036/4192956
[pid=18462] ppid=18460 vsize=13600 CPUtime=288.39
/proc/18462/stat : 18462 (sugar) S 18460 18462 16367 0 -1 4194304 1034 101226 0 3 3 1 28695 140 16 0 1 0 1303372039 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18462/statm: 3400 799 370 3 0 500 0
[pid=18491] ppid=18462 vsize=5356 CPUtime=0
/proc/18491/stat : 18491 (sh) S 18462 18462 16367 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1303401149 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18491/statm: 1339 232 193 169 0 50 0
[pid=18492] ppid=18491 vsize=323280 CPUtime=1302.9
/proc/18492/stat : 18492 (minisat) R 18491 18462 16367 0 -1 4194304 79663 0 0 0 130221 69 0 0 25 0 1 0 1303401149 331038720 79649 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18492/statm: 80820 79649 76 150 0 80667 0
Current children cumulated CPU time (s) 1591.29
Current children cumulated vsize (KiB) 342236

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18659
/proc/meminfo: memFree=804624/2055920 swapFree=4122036/4192956
[pid=18462] ppid=18460 vsize=13600 CPUtime=288.39
/proc/18462/stat : 18462 (sugar) S 18460 18462 16367 0 -1 4194304 1034 101226 0 3 3 1 28695 140 16 0 1 0 1303372039 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18462/statm: 3400 799 370 3 0 500 0
[pid=18491] ppid=18462 vsize=5356 CPUtime=0
/proc/18491/stat : 18491 (sh) S 18462 18462 16367 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1303401149 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18491/statm: 1339 232 193 169 0 50 0
[pid=18492] ppid=18491 vsize=327604 CPUtime=1362.59
/proc/18492/stat : 18492 (minisat) R 18491 18462 16367 0 -1 4194304 80244 0 0 0 136189 70 0 0 25 0 1 0 1303401149 335466496 80230 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/18492/statm: 81901 80230 76 150 0 81748 0
Current children cumulated CPU time (s) 1650.98
Current children cumulated vsize (KiB) 346560

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18659
/proc/meminfo: memFree=794064/2055920 swapFree=4122036/4192956
[pid=18462] ppid=18460 vsize=13600 CPUtime=288.39
/proc/18462/stat : 18462 (sugar) S 18460 18462 16367 0 -1 4194304 1034 101226 0 3 3 1 28695 140 16 0 1 0 1303372039 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18462/statm: 3400 799 370 3 0 500 0
[pid=18491] ppid=18462 vsize=5356 CPUtime=0
/proc/18491/stat : 18491 (sh) S 18462 18462 16367 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1303401149 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18491/statm: 1339 232 193 169 0 50 0
[pid=18492] ppid=18491 vsize=329328 CPUtime=1422.28
/proc/18492/stat : 18492 (minisat) R 18491 18462 16367 0 -1 4194304 80679 0 0 0 142157 71 0 0 25 0 1 0 1303401149 337231872 80665 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18492/statm: 82332 80665 76 150 0 82179 0
Current children cumulated CPU time (s) 1710.67
Current children cumulated vsize (KiB) 348284

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18659
/proc/meminfo: memFree=777424/2055920 swapFree=4122036/4192956
[pid=18462] ppid=18460 vsize=13600 CPUtime=288.39
/proc/18462/stat : 18462 (sugar) S 18460 18462 16367 0 -1 4194304 1034 101226 0 3 3 1 28695 140 16 0 1 0 1303372039 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18462/statm: 3400 799 370 3 0 500 0
[pid=18491] ppid=18462 vsize=5356 CPUtime=0
/proc/18491/stat : 18491 (sh) S 18462 18462 16367 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1303401149 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18491/statm: 1339 232 193 169 0 50 0
[pid=18492] ppid=18491 vsize=331592 CPUtime=1481.96
/proc/18492/stat : 18492 (minisat) R 18491 18462 16367 0 -1 4194304 81236 0 0 0 148124 72 0 0 25 0 1 0 1303401149 339550208 81222 996147200 134512640 135127466 4294956272 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/18492/statm: 82898 81222 76 150 0 82745 0
Current children cumulated CPU time (s) 1770.35
Current children cumulated vsize (KiB) 350548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18659
/proc/meminfo: memFree=770576/2055920 swapFree=4122036/4192956
[pid=18462] ppid=18460 vsize=13600 CPUtime=288.39
/proc/18462/stat : 18462 (sugar) S 18460 18462 16367 0 -1 4194304 1034 101226 0 3 3 1 28695 140 16 0 1 0 1303372039 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18462/statm: 3400 799 370 3 0 500 0
[pid=18491] ppid=18462 vsize=5356 CPUtime=0
/proc/18491/stat : 18491 (sh) S 18462 18462 16367 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1303401149 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18491/statm: 1339 232 193 169 0 50 0
[pid=18492] ppid=18491 vsize=332516 CPUtime=1511.62
/proc/18492/stat : 18492 (minisat) R 18491 18462 16367 0 -1 4194304 81483 0 0 0 151089 73 0 0 25 0 1 0 1303401149 340496384 81469 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18492/statm: 83129 81469 76 150 0 82976 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 351472

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

[startup+1812.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18659
/proc/meminfo: memFree=770576/2055920 swapFree=4122036/4192956
[pid=18462] ppid=18460 vsize=13600 CPUtime=288.39
/proc/18462/stat : 18462 (sugar) S 18460 18462 16367 0 -1 4194304 1034 101226 0 3 3 1 28695 140 16 0 1 0 1303372039 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18462/statm: 3400 799 370 3 0 500 0
[pid=18491] ppid=18462 vsize=5356 CPUtime=0
/proc/18491/stat : 18491 (sh) S 18462 18462 16367 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1303401149 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18491/statm: 1339 232 193 169 0 50 0
[pid=18492] ppid=18491 vsize=332516 CPUtime=1511.62
/proc/18492/stat : 18492 (minisat) R 18491 18462 16367 0 -1 4194304 81483 0 0 0 151089 73 0 0 25 0 1 0 1303401149 340496384 81469 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18492/statm: 83129 81469 76 150 0 82976 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 351472

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

[startup+1812.22 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18659
/proc/meminfo: memFree=770576/2055920 swapFree=4122036/4192956
[pid=18462] ppid=18460 vsize=13600 CPUtime=288.45
/proc/18462/stat : 18462 (sugar) R 18460 18462 16367 0 -1 4194304 1069 101503 0 3 3 7 28695 140 17 0 1 0 1303372039 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 273952773161 0 0 4224 16386 0 0 0 17 0 0 0
/proc/18462/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 288.45
Current children cumulated vsize (KiB) 13600

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

[startup+1812.22 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18659
/proc/meminfo: memFree=770576/2055920 swapFree=4122036/4192956
[pid=18462] ppid=18460 vsize=13600 CPUtime=288.45
/proc/18462/stat : 18462 (sugar) R 18460 18462 16367 0 -1 4194304 1069 101503 0 3 3 7 28695 140 17 0 1 0 1303372039 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 273952773161 0 0 4224 16386 0 0 0 17 0 0 0
/proc/18462/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 288.45
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): 1511.56
#  lost CPU user time (s): 1510.89
#  lost CPU system time (s): 0.67

Real time (s): 1812.23
CPU time (s): 1800.04
CPU user time (s): 1797.88
CPU system time (s): 2.16177
CPU usage (%): 99.3275
Max. virtual memory (cumulated for all children) (KiB): 913100

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

runsolver used 2.33964 second user time and 6.05508 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-04 08:01:01
IDJOB=1067779
IDBENCH=55443
IDSOLVER=346
FILE ID=node20/1067779-1215151261
PBS_JOBID= 7877336
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-21-10.xml
COMMAND LINE= DIR/sugar -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-1067779-1215151261/watcher-1067779-1215151261 -o /tmp/evaluation-result-1067779-1215151261/solver-1067779-1215151261 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1067779-1215151261.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1f87e4292cfe73339ea9f9057c89531b
RANDOM SEED=1101736907

node20.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.263
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.263
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:       1679896 kB
Buffers:         44088 kB
Cached:         166256 kB
SwapCached:      64852 kB
Active:         195836 kB
Inactive:       105512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1679896 kB
SwapTotal:     4192956 kB
SwapFree:      4122004 kB
Dirty:            1944 kB
Writeback:           0 kB
Mapped:          98412 kB
Slab:            59820 kB
Committed_AS:  2623156 kB
PageTables:       1908 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66428 MiB
End job on node20 at 2008-07-04 08:31:15