Trace number 2071643

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (TO) 1800.13 1815.81

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg15-15_ext.xml
MD5SUMd77242e4d8f20c5ab583c00c51d9e753
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark14.3298
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints30
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension30
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.08	c 0	BEGIN Sun Jul 12 01:19:15 2009
0.06/0.08	c 0	PID 18240
0.06/0.08	c 0	HOST node3.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2071643-1247354354.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071643-1247354354.xml' 'HOME/temp.csp'
0.07/0.38	c 0	1 domains, 225 variables, 0 predicates, 1 relations, 30 constraints
0.07/0.40	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.40	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.07/0.48	c 0	Parsing HOME/temp.csp
0.36/0.73	c 0	parsed 257 expressions
0.36/0.74	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.36/0.74	c 0	Converting to clausal form CSP
0.36/0.77	c 0	converted 26 (10%) expressions
0.36/0.77	c 0	converted 52 (20%) expressions
0.36/0.77	c 0	converted 78 (30%) expressions
0.36/0.77	c 0	converted 103 (40%) expressions
0.36/0.77	c 0	converted 129 (50%) expressions
0.36/0.77	c 0	converted 155 (60%) expressions
0.36/0.77	c 0	converted 180 (70%) expressions
0.36/0.77	c 0	converted 206 (80%) expressions
1.43/1.51	c 1	converted 232 (90%) expressions
4.80/4.92	c 4	converted 257 (100%) expressions
4.80/4.92	c 4	CSP : 225 integers, 0 booleans, 30 clauses, largest domain size 26
4.80/4.92	c 4	Heap : 137 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.80/4.92	c 4	Propagation in CSP
4.80/4.92	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.80/4.92	c 4	CSP : 225 integers, 0 booleans, 30 clauses, largest domain size 26
4.80/4.92	c 4	Heap : 137 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.80/4.92	c 4	Simplifing CSP by introducing new Boolean variables
4.80/4.92	c 4	CSP : 225 integers, 0 booleans, 30 clauses, largest domain size 26
4.80/4.92	c 4	Heap : 137 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.69/5.83	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.69/5.85	c 5	23 (10%) CSP integer variables are encoded (552 clauses, 5928 bytes)
5.69/5.85	c 5	45 (20%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
5.69/5.85	c 5	68 (30%) CSP integer variables are encoded (1632 clauses, 19153 bytes)
5.69/5.85	c 5	90 (40%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
5.69/5.86	c 5	113 (50%) CSP integer variables are encoded (2712 clauses, 33193 bytes)
5.69/5.86	c 5	135 (60%) CSP integer variables are encoded (3240 clauses, 40057 bytes)
5.69/5.86	c 5	158 (70%) CSP integer variables are encoded (3792 clauses, 47233 bytes)
5.69/5.86	c 5	180 (80%) CSP integer variables are encoded (4320 clauses, 54097 bytes)
5.69/5.86	c 5	203 (90%) CSP integer variables are encoded (4872 clauses, 61273 bytes)
5.69/5.86	c 5	225 (100%) CSP integer variables are encoded (5400 clauses, 68137 bytes)
132.95/134.36	c 134	3 (10%) CSP clauses are encoded (298818 clauses, 26415316 bytes)
251.90/254.43	c 254	6 (20%) CSP clauses are encoded (592236 clauses, 54930269 bytes)
373.82/377.56	c 377	9 (30%) CSP clauses are encoded (885654 clauses, 83823917 bytes)
499.22/504.13	c 504	12 (40%) CSP clauses are encoded (1179072 clauses, 112905847 bytes)
620.76/627.00	c 627	15 (50%) CSP clauses are encoded (1472490 clauses, 142360714 bytes)
748.43/755.89	c 755	18 (60%) CSP clauses are encoded (1765908 clauses, 169170655 bytes)
872.24/880.87	c 880	21 (70%) CSP clauses are encoded (2059326 clauses, 199749439 bytes)
994.57/1004.35	c 1004	24 (80%) CSP clauses are encoded (2352744 clauses, 230328223 bytes)
1115.36/1125.32	c 1125	27 (90%) CSP clauses are encoded (2646162 clauses, 260907007 bytes)
1230.55/1240.67	c 1240	30 (100%) CSP clauses are encoded (2939580 clauses, 291485791 bytes)
1230.55/1240.67	c 1240	30 CSP clauses encoded
1230.55/1240.67	c 1240	Writing map file : HOME/temp.map
1230.55/1240.67	c 1240	Heap : 168 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1230.55/1240.67	c 1240	SAT : 5625 SAT variables, 2939580 SAT clauses, 291485791 bytes
1230.55/1240.67	c 1240	Heap : 168 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1230.65/1240.73	c 1240	SOLVING HOME/temp.cnf
1230.65/1240.73	c 1240	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1230.65/1240.74	c 1240	This is MiniSat 2.0 beta
1230.65/1240.74	c 1240	WARNING: for repeatability, setting FPU to use double precision
1230.65/1240.74	c 1240	============================[ Problem Statistics ]=============================
1230.65/1240.74	c 1240	|                                                                             |
1230.65/1240.74	c 1240	|  Number of variables:  5625                                                 |
1230.65/1240.74	c 1240	|  Number of clauses:    2939580                                              |
1236.59/1246.72	c 1246	|  Parsing time:         5.41         s                                       |
1236.88/1247.04	c 1247	============================[ Search Statistics ]==============================
1236.88/1247.04	c 1247	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1236.88/1247.04	c 1247	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1236.88/1247.04	c 1247	===============================================================================
1236.88/1247.04	c 1247	|         0 |    5625  2939580 54310830 |   979860        0    nan |  0.000 % |
1236.98/1247.13	c 1247	|       100 |    5625  2939580 54310830 |  1077846      100      5 |  0.000 % |
1237.08/1247.26	c 1247	|       250 |    5625  2939580 54310830 |  1185630      250      5 |  0.000 % |
1237.28/1247.43	c 1247	|       475 |    5625  2939580 54310830 |  1304193      475      6 |  0.000 % |
1237.47/1247.68	c 1247	|       813 |    5625  2939580 54310830 |  1434613      813      6 |  0.000 % |
1237.77/1247.93	c 1248	|      1319 |    5625  2939580 54310830 |  1578074     1319      7 |  0.000 % |
1238.17/1248.36	c 1248	|      2078 |    5625  2939580 54310830 |  1735881     2078      8 |  0.000 % |
1238.66/1248.89	c 1248	|      3219 |    5625  2939580 54310830 |  1909469     3219      8 |  0.000 % |
1239.56/1249.79	c 1249	|      4928 |    5625  2939580 54310830 |  2100416     4928      8 |  0.000 % |
1240.65/1250.88	c 1250	|      7490 |    5625  2939580 54310830 |  2310458     7490      9 |  0.000 % |
1242.23/1252.41	c 1252	|     11335 |    5625  2939580 54310830 |  2541504    11335     10 |  0.000 % |
1244.51/1254.74	c 1254	|     17102 |    5625  2939580 54310830 |  2795654    17102     10 |  0.000 % |
1248.57/1258.82	c 1258	|     25752 |    5625  2939580 54310830 |  3075220    25752     10 |  0.000 % |
1294.42/1305.14	c 1305	|     38727 |    5622  2939580 54310830 |  3382742    38726     11 |  0.053 % |
1372.66/1384.19	c 1384	|     58188 |    5622  2939580 54310830 |  3721016    58187     12 |  0.053 % |
1515.97/1528.83	c 1528	|     87380 |    5622  2939580 54310830 |  4093118    87379     13 |  0.053 % |
1724.16/1739.05	c 1739	|    131170 |    5622  2939580 54310830 |  4502430   131169     14 |  0.053 % |
1800.02/1815.61	c ERROR INTERRUPTED
1800.02/1815.66	s UNKNOWN
1800.02/1815.66	c 1815	CPU 1230.7 (0.06 0.01 1228.16 2.47)
1800.02/1815.66	c 1815	END Sun Jul 12 01:49:30 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2071643-1247354354/watcher-2071643-1247354354 -o /tmp/evaluation-result-2071643-1247354354/solver-2071643-1247354354 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2071643-1247354354.xml 

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


[startup+0 s]
/proc/loadavg: 2.04 2.09 2.03 4/80 18240
/proc/meminfo: memFree=1809256/2055920 swapFree=4192812/4192956
[pid=18240] ppid=18238 vsize=12268 CPUtime=0
/proc/18240/stat : 18240 (sugar) R 18238 18240 17296 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 22503028 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 233641655294 0 0 4224 0 0 0 0 17 1 0 0
/proc/18240/statm: 3067 316 241 3 0 167 0

[startup+0.077747 s]
/proc/loadavg: 2.04 2.09 2.03 4/80 18240
/proc/meminfo: memFree=1809256/2055920 swapFree=4192812/4192956
[pid=18240] ppid=18238 vsize=16740 CPUtime=0.06
/proc/18240/stat : 18240 (sugar) R 18238 18240 17296 0 -1 4194304 1087 0 0 0 5 1 0 0 18 0 1 0 22503028 17141760 1055 996147200 4194304 4206940 548682068608 18446744073709551615 233632600801 0 0 4224 0 0 0 0 17 1 0 0
/proc/18240/statm: 4185 1055 380 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101751 s]
/proc/loadavg: 2.04 2.09 2.03 4/80 18240
/proc/meminfo: memFree=1809256/2055920 swapFree=4192812/4192956
[pid=18240] ppid=18238 vsize=16868 CPUtime=0.07
/proc/18240/stat : 18240 (sugar) S 18238 18240 17296 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22503028 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18240/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301782 s]
/proc/loadavg: 2.04 2.09 2.03 4/80 18240
/proc/meminfo: memFree=1809256/2055920 swapFree=4192812/4192956
[pid=18240] ppid=18238 vsize=16868 CPUtime=0.07
/proc/18240/stat : 18240 (sugar) S 18238 18240 17296 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22503028 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18240/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701846 s]
/proc/loadavg: 2.04 2.09 2.03 4/80 18240
/proc/meminfo: memFree=1809256/2055920 swapFree=4192812/4192956
[pid=18240] ppid=18238 vsize=16868 CPUtime=0.36
/proc/18240/stat : 18240 (sugar) S 18238 18240 17296 0 -1 4194304 1309 6613 0 1 6 1 26 3 16 0 1 0 22503028 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18240/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 16868

[startup+1.50298 s]
/proc/loadavg: 2.04 2.09 2.03 3/91 18262
/proc/meminfo: memFree=1790736/2055920 swapFree=4192812/4192956
[pid=18240] ppid=18238 vsize=16868 CPUtime=0.36
/proc/18240/stat : 18240 (sugar) S 18238 18240 17296 0 -1 4194304 1309 6613 0 1 6 1 26 3 15 0 1 0 22503028 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18240/statm: 4217 1111 409 3 0 796 0
[pid=18253] ppid=18240 vsize=5356 CPUtime=0
/proc/18253/stat : 18253 (sh) S 18240 18240 17296 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22503068 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18253/statm: 1339 233 193 169 0 50 0
[pid=18254] ppid=18253 vsize=864472 CPUtime=1.07
/proc/18254/stat : 18254 (java) S 18253 18240 17296 0 -1 0 11557 0 1 0 103 4 0 0 18 0 9 0 22503068 885219328 10596 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18254/statm: 216118 10596 2566 9 0 210623 0
[pid=18254/tid=18255] ppid=18253 vsize=864472 CPUtime=0.48
/proc/18254/task/18255/stat : 18255 (java) R 18253 18240 17296 0 -1 64 2798 0 1 0 48 0 0 0 19 0 9 0 22503069 885219328 10596 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18256] ppid=18253 vsize=864472 CPUtime=0.51
/proc/18254/task/18256/stat : 18256 (java) R 18253 18240 17296 0 -1 64 7755 0 0 0 49 2 0 0 17 0 9 0 22503070 885219328 10596 996147200 134512640 134550932 4294955936 18446744073709551615 104190884 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18257] ppid=18253 vsize=864472 CPUtime=0
/proc/18254/task/18257/stat : 18257 (java) S 18253 18240 17296 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22503071 885219328 10596 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18258] ppid=18253 vsize=864472 CPUtime=0
/proc/18254/task/18258/stat : 18258 (java) S 18253 18240 17296 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22503071 885219328 10596 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18259] ppid=18253 vsize=864472 CPUtime=0
/proc/18254/task/18259/stat : 18259 (java) S 18253 18240 17296 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22503073 885219328 10596 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18260] ppid=18253 vsize=864472 CPUtime=0.05
/proc/18254/task/18260/stat : 18260 (java) S 18253 18240 17296 0 -1 64 306 0 0 0 5 0 0 0 16 0 9 0 22503073 885219328 10596 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18261] ppid=18253 vsize=864472 CPUtime=0
/proc/18254/task/18261/stat : 18261 (java) S 18253 18240 17296 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22503073 885219328 10596 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18262] ppid=18253 vsize=864472 CPUtime=0
/proc/18254/task/18262/stat : 18262 (java) S 18253 18240 17296 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22503073 885219328 10596 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886696

[startup+3.10124 s]
/proc/loadavg: 2.04 2.09 2.03 4/91 18262
/proc/meminfo: memFree=1752720/2055920 swapFree=4192812/4192956
[pid=18240] ppid=18238 vsize=16868 CPUtime=0.36
/proc/18240/stat : 18240 (sugar) S 18238 18240 17296 0 -1 4194304 1309 6613 0 1 6 1 26 3 15 0 1 0 22503028 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18240/statm: 4217 1111 409 3 0 796 0
[pid=18253] ppid=18240 vsize=5356 CPUtime=0
/proc/18253/stat : 18253 (sh) S 18240 18240 17296 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22503068 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18253/statm: 1339 233 193 169 0 50 0
[pid=18254] ppid=18253 vsize=864220 CPUtime=2.66
/proc/18254/stat : 18254 (java) S 18253 18240 17296 0 -1 0 26081 0 1 0 255 11 0 0 18 0 9 0 22503068 884961280 24864 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18254/statm: 216055 24864 2566 9 0 210560 0
[pid=18254/tid=18255] ppid=18253 vsize=864220 CPUtime=0.94
/proc/18254/task/18255/stat : 18255 (java) R 18253 18240 17296 0 -1 64 3875 0 1 0 93 1 0 0 23 0 9 0 22503069 884961280 24864 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18256] ppid=18253 vsize=864220 CPUtime=1.64
/proc/18254/task/18256/stat : 18256 (java) R 18253 18240 17296 0 -1 64 21202 0 0 0 156 8 0 0 18 0 9 0 22503070 884961280 24864 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18257] ppid=18253 vsize=864220 CPUtime=0
/proc/18254/task/18257/stat : 18257 (java) S 18253 18240 17296 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22503071 884961280 24864 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18258] ppid=18253 vsize=864220 CPUtime=0
/proc/18254/task/18258/stat : 18258 (java) S 18253 18240 17296 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22503071 884961280 24864 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18259] ppid=18253 vsize=864220 CPUtime=0
/proc/18254/task/18259/stat : 18259 (java) S 18253 18240 17296 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22503073 884961280 24864 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18260] ppid=18253 vsize=864220 CPUtime=0.05
/proc/18254/task/18260/stat : 18260 (java) S 18253 18240 17296 0 -1 64 306 0 0 0 5 0 0 0 16 0 9 0 22503073 884961280 24864 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18261] ppid=18253 vsize=864220 CPUtime=0
/proc/18254/task/18261/stat : 18261 (java) S 18253 18240 17296 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22503073 884961280 24864 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18262] ppid=18253 vsize=864220 CPUtime=0
/proc/18254/task/18262/stat : 18262 (java) S 18253 18240 17296 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22503073 884961280 24864 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 886444

[startup+6.30279 s]
/proc/loadavg: 2.04 2.09 2.03 3/91 18262
/proc/meminfo: memFree=1627664/2055920 swapFree=4192812/4192956
[pid=18240] ppid=18238 vsize=16868 CPUtime=0.36
/proc/18240/stat : 18240 (sugar) S 18238 18240 17296 0 -1 4194304 1311 6613 0 1 6 1 26 3 16 0 1 0 22503028 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18240/statm: 4217 1112 409 3 0 796 0
[pid=18253] ppid=18240 vsize=5356 CPUtime=0
/proc/18253/stat : 18253 (sh) S 18240 18240 17296 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22503068 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18253/statm: 1339 233 193 169 0 50 0
[pid=18254] ppid=18253 vsize=864364 CPUtime=5.83
/proc/18254/stat : 18254 (java) S 18253 18240 17296 0 -1 0 54673 0 1 0 559 24 0 0 18 0 9 0 22503068 885108736 43081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18254/statm: 216091 43081 2591 9 0 210568 0
[pid=18254/tid=18255] ppid=18253 vsize=864364 CPUtime=1.9
/proc/18254/task/18255/stat : 18255 (java) R 18253 18240 17296 0 -1 64 4946 0 1 0 188 2 0 0 20 0 9 0 22503069 885108736 43081 996147200 134512640 134550932 4294955936 18446744073709551615 4126523896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18256] ppid=18253 vsize=864364 CPUtime=3.82
/proc/18254/task/18256/stat : 18256 (java) S 18253 18240 17296 0 -1 64 48702 0 0 0 361 21 0 0 16 0 9 0 22503070 885108736 43081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18257] ppid=18253 vsize=864364 CPUtime=0
/proc/18254/task/18257/stat : 18257 (java) S 18253 18240 17296 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22503071 885108736 43081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18258] ppid=18253 vsize=864364 CPUtime=0
/proc/18254/task/18258/stat : 18258 (java) S 18253 18240 17296 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22503071 885108736 43081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18259] ppid=18253 vsize=864364 CPUtime=0
/proc/18254/task/18259/stat : 18259 (java) S 18253 18240 17296 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22503073 885108736 43081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18260] ppid=18253 vsize=864364 CPUtime=0.08
/proc/18254/task/18260/stat : 18260 (java) S 18253 18240 17296 0 -1 64 327 0 0 0 8 0 0 0 16 0 9 0 22503073 885108736 43081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18261] ppid=18253 vsize=864364 CPUtime=0
/proc/18254/task/18261/stat : 18261 (java) S 18253 18240 17296 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22503073 885108736 43081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18262] ppid=18253 vsize=864364 CPUtime=0
/proc/18254/task/18262/stat : 18262 (java) S 18253 18240 17296 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22503073 885108736 43081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 886588

[startup+12.7018 s]
/proc/loadavg: 2.03 2.08 2.03 3/91 18262
/proc/meminfo: memFree=1640912/2055920 swapFree=4192812/4192956
[pid=18240] ppid=18238 vsize=16868 CPUtime=0.36
/proc/18240/stat : 18240 (sugar) S 18238 18240 17296 0 -1 4194304 1311 6613 0 1 6 1 26 3 16 0 1 0 22503028 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18240/statm: 4217 1112 409 3 0 796 0
[pid=18253] ppid=18240 vsize=5356 CPUtime=0
/proc/18253/stat : 18253 (sh) S 18240 18240 17296 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22503068 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18253/statm: 1339 233 193 169 0 50 0
[pid=18254] ppid=18253 vsize=864364 CPUtime=12.16
/proc/18254/stat : 18254 (java) S 18253 18240 17296 0 -1 0 55124 0 1 0 1192 24 0 0 18 0 9 0 22503068 885108736 43529 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18254/statm: 216091 43529 2591 9 0 210568 0
[pid=18254/tid=18255] ppid=18253 vsize=864364 CPUtime=8.22
/proc/18254/task/18255/stat : 18255 (java) R 18253 18240 17296 0 -1 64 4949 0 1 0 820 2 0 0 25 0 9 0 22503069 885108736 43529 996147200 134512640 134550932 4294955936 18446744073709551615 4126589200 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18256] ppid=18253 vsize=864364 CPUtime=3.84
/proc/18254/task/18256/stat : 18256 (java) S 18253 18240 17296 0 -1 64 49150 0 0 0 363 21 0 0 16 0 9 0 22503070 885108736 43529 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18257] ppid=18253 vsize=864364 CPUtime=0
/proc/18254/task/18257/stat : 18257 (java) S 18253 18240 17296 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22503071 885108736 43529 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18258] ppid=18253 vsize=864364 CPUtime=0
/proc/18254/task/18258/stat : 18258 (java) S 18253 18240 17296 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22503071 885108736 43529 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18259] ppid=18253 vsize=864364 CPUtime=0
/proc/18254/task/18259/stat : 18259 (java) S 18253 18240 17296 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22503073 885108736 43529 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18260] ppid=18253 vsize=864364 CPUtime=0.08
/proc/18254/task/18260/stat : 18260 (java) S 18253 18240 17296 0 -1 64 327 0 0 0 8 0 0 0 16 0 9 0 22503073 885108736 43529 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18261] ppid=18253 vsize=864364 CPUtime=0
/proc/18254/task/18261/stat : 18261 (java) S 18253 18240 17296 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22503073 885108736 43529 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18262] ppid=18253 vsize=864364 CPUtime=0
/proc/18254/task/18262/stat : 18262 (java) S 18253 18240 17296 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22503073 885108736 43529 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 886588

[startup+25.5029 s]
/proc/loadavg: 2.11 2.10 2.03 3/91 18262
/proc/meminfo: memFree=1636432/2055920 swapFree=4192812/4192956
[pid=18240] ppid=18238 vsize=16868 CPUtime=0.36
/proc/18240/stat : 18240 (sugar) S 18238 18240 17296 0 -1 4194304 1311 6613 0 1 6 1 26 3 16 0 1 0 22503028 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18240/statm: 4217 1112 409 3 0 796 0
[pid=18253] ppid=18240 vsize=5356 CPUtime=0
/proc/18253/stat : 18253 (sh) S 18240 18240 17296 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22503068 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18253/statm: 1339 233 193 169 0 50 0
[pid=18254] ppid=18253 vsize=864364 CPUtime=24.84
/proc/18254/stat : 18254 (java) S 18253 18240 17296 0 -1 0 56269 0 1 0 2459 25 0 0 18 0 9 0 22503068 885108736 44666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18254/statm: 216091 44666 2591 9 0 210568 0
[pid=18254/tid=18255] ppid=18253 vsize=864364 CPUtime=20.84
/proc/18254/task/18255/stat : 18255 (java) R 18253 18240 17296 0 -1 64 4957 0 1 0 2082 2 0 0 25 0 9 0 22503069 885108736 44666 996147200 134512640 134550932 4294955936 18446744073709551615 4126594772 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18256] ppid=18253 vsize=864364 CPUtime=3.9
/proc/18254/task/18256/stat : 18256 (java) S 18253 18240 17296 0 -1 64 50287 0 0 0 368 22 0 0 16 0 9 0 22503070 885108736 44666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18257] ppid=18253 vsize=864364 CPUtime=0
/proc/18254/task/18257/stat : 18257 (java) S 18253 18240 17296 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22503071 885108736 44666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18258] ppid=18253 vsize=864364 CPUtime=0
/proc/18254/task/18258/stat : 18258 (java) S 18253 18240 17296 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22503071 885108736 44666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18254/tid=18259] ppid=18253 vsize=864364 CPUtime=0

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

/proc/18307/stat : 18307 (minisat) R 18306 18240 17296 0 -1 4194304 85188 0 0 0 17923 58 0 0 25 0 1 0 22627102 356163584 85174 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18307/statm: 86954 85174 76 150 0 86801 0
Current children cumulated CPU time (s) 1410.5
Current children cumulated vsize (KiB) 370040

[startup+1482.3 s]
/proc/loadavg: 2.00 2.05 2.03 3/84 18307
/proc/meminfo: memFree=1194696/2055920 swapFree=4192812/4192956
[pid=18240] ppid=18238 vsize=16868 CPUtime=1230.69
/proc/18240/stat : 18240 (sugar) S 18238 18240 17296 0 -1 4194304 1378 144220 0 2 6 1 122816 246 16 0 1 0 22503028 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18240/statm: 4217 1113 409 3 0 796 0
[pid=18306] ppid=18240 vsize=5356 CPUtime=0
/proc/18306/stat : 18306 (sh) S 18240 18240 17296 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22627101 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18306/statm: 1339 232 193 169 0 50 0
[pid=18307] ppid=18306 vsize=349420 CPUtime=239.23
/proc/18307/stat : 18307 (minisat) R 18306 18240 17296 0 -1 4194304 85619 0 0 0 23864 59 0 0 25 0 1 0 22627102 357806080 85605 996147200 134512640 135127466 4294956256 18446744073709551615 134530670 0 0 4096 3 0 0 0 17 1 0 0
/proc/18307/statm: 87355 85605 76 150 0 87202 0
Current children cumulated CPU time (s) 1469.92
Current children cumulated vsize (KiB) 371644

[startup+1542.3 s]
/proc/loadavg: 2.00 2.04 2.02 3/84 18307
/proc/meminfo: memFree=1192520/2055920 swapFree=4192812/4192956
[pid=18240] ppid=18238 vsize=16868 CPUtime=1230.69
/proc/18240/stat : 18240 (sugar) S 18238 18240 17296 0 -1 4194304 1378 144220 0 2 6 1 122816 246 16 0 1 0 22503028 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18240/statm: 4217 1113 409 3 0 796 0
[pid=18306] ppid=18240 vsize=5356 CPUtime=0
/proc/18306/stat : 18306 (sh) S 18240 18240 17296 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22627101 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18306/statm: 1339 232 193 169 0 50 0
[pid=18307] ppid=18306 vsize=351228 CPUtime=298.65
/proc/18307/stat : 18307 (minisat) R 18306 18240 17296 0 -1 4194304 86065 0 0 0 29806 59 0 0 25 0 1 0 22627102 359657472 86051 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/18307/statm: 87807 86051 76 150 0 87654 0
Current children cumulated CPU time (s) 1529.34
Current children cumulated vsize (KiB) 373452

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.02 3/84 18307
/proc/meminfo: memFree=1191240/2055920 swapFree=4192812/4192956
[pid=18240] ppid=18238 vsize=16868 CPUtime=1230.69
/proc/18240/stat : 18240 (sugar) S 18238 18240 17296 0 -1 4194304 1378 144220 0 2 6 1 122816 246 16 0 1 0 22503028 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18240/statm: 4217 1113 409 3 0 796 0
[pid=18306] ppid=18240 vsize=5356 CPUtime=0
/proc/18306/stat : 18306 (sh) S 18240 18240 17296 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22627101 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18306/statm: 1339 232 193 169 0 50 0
[pid=18307] ppid=18306 vsize=353016 CPUtime=358.07
/proc/18307/stat : 18307 (minisat) R 18306 18240 17296 0 -1 4194304 86428 0 0 0 35747 60 0 0 25 0 1 0 22627102 361488384 86414 996147200 134512640 135127466 4294956256 18446744073709551615 134530768 0 0 4096 3 0 0 0 17 1 0 0
/proc/18307/statm: 88254 86414 76 150 0 88101 0
Current children cumulated CPU time (s) 1588.76
Current children cumulated vsize (KiB) 375240

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.01 3/84 18307
/proc/meminfo: memFree=1188040/2055920 swapFree=4192812/4192956
[pid=18240] ppid=18238 vsize=16868 CPUtime=1230.69
/proc/18240/stat : 18240 (sugar) S 18238 18240 17296 0 -1 4194304 1378 144220 0 2 6 1 122816 246 16 0 1 0 22503028 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18240/statm: 4217 1113 409 3 0 796 0
[pid=18306] ppid=18240 vsize=5356 CPUtime=0
/proc/18306/stat : 18306 (sh) S 18240 18240 17296 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22627101 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18306/statm: 1339 232 193 169 0 50 0
[pid=18307] ppid=18306 vsize=354660 CPUtime=417.49
/proc/18307/stat : 18307 (minisat) R 18306 18240 17296 0 -1 4194304 86816 0 0 0 41689 60 0 0 25 0 1 0 22627102 363171840 86802 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/18307/statm: 88665 86802 76 150 0 88512 0
Current children cumulated CPU time (s) 1648.18
Current children cumulated vsize (KiB) 376884

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.01 3/84 18307
/proc/meminfo: memFree=1187208/2055920 swapFree=4192812/4192956
[pid=18240] ppid=18238 vsize=16868 CPUtime=1230.69
/proc/18240/stat : 18240 (sugar) S 18238 18240 17296 0 -1 4194304 1378 144220 0 2 6 1 122816 246 16 0 1 0 22503028 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18240/statm: 4217 1113 409 3 0 796 0
[pid=18306] ppid=18240 vsize=5356 CPUtime=0
/proc/18306/stat : 18306 (sh) S 18240 18240 17296 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22627101 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18306/statm: 1339 232 193 169 0 50 0
[pid=18307] ppid=18306 vsize=355916 CPUtime=476.92
/proc/18307/stat : 18307 (minisat) R 18306 18240 17296 0 -1 4194304 87138 0 0 0 47631 61 0 0 25 0 1 0 22627102 364457984 87124 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18307/statm: 88979 87124 76 150 0 88826 0
Current children cumulated CPU time (s) 1707.61
Current children cumulated vsize (KiB) 378140

[startup+1782.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/84 18307
/proc/meminfo: memFree=1185800/2055920 swapFree=4192812/4192956
[pid=18240] ppid=18238 vsize=16868 CPUtime=1230.69
/proc/18240/stat : 18240 (sugar) S 18238 18240 17296 0 -1 4194304 1378 144220 0 2 6 1 122816 246 16 0 1 0 22503028 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18240/statm: 4217 1113 409 3 0 796 0
[pid=18306] ppid=18240 vsize=5356 CPUtime=0
/proc/18306/stat : 18306 (sh) S 18240 18240 17296 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22627101 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18306/statm: 1339 232 193 169 0 50 0
[pid=18307] ppid=18306 vsize=357672 CPUtime=536.35
/proc/18307/stat : 18307 (minisat) R 18306 18240 17296 0 -1 4194304 87529 0 0 0 53574 61 0 0 25 0 1 0 22627102 366256128 87515 996147200 134512640 135127466 4294956256 18446744073709551615 134530647 0 0 4096 3 0 0 0 17 1 0 0
/proc/18307/statm: 89418 87515 76 150 0 89265 0
Current children cumulated CPU time (s) 1767.04
Current children cumulated vsize (KiB) 379896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.6 s]
/proc/loadavg: 2.03 2.03 2.01 3/84 18307
/proc/meminfo: memFree=1184456/2055920 swapFree=4192812/4192956
[pid=18240] ppid=18238 vsize=16868 CPUtime=1230.69
/proc/18240/stat : 18240 (sugar) S 18238 18240 17296 0 -1 4194304 1378 144220 0 2 6 1 122816 246 16 0 1 0 22503028 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18240/statm: 4217 1113 409 3 0 796 0
[pid=18306] ppid=18240 vsize=5356 CPUtime=0
/proc/18306/stat : 18306 (sh) S 18240 18240 17296 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22627101 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18306/statm: 1339 232 193 169 0 50 0
[pid=18307] ppid=18306 vsize=358544 CPUtime=569.33
/proc/18307/stat : 18307 (minisat) R 18306 18240 17296 0 -1 4194304 87715 0 0 0 56872 61 0 0 25 0 1 0 22627102 367149056 87701 996147200 134512640 135127466 4294956256 18446744073709551615 134530768 0 0 4096 3 0 0 0 17 1 0 0
/proc/18307/statm: 89636 87701 76 150 0 89483 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 380768

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

############
# WARNING:
# current cumulated CPU time (1230.75 s) is less than in the last sample (1800.02 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (569.27 s) to the 'lost time'.

[startup+1815.6 s]
/proc/loadavg: 2.03 2.03 2.01 3/84 18307
/proc/meminfo: memFree=1184456/2055920 swapFree=4192812/4192956
[pid=18240] ppid=18238 vsize=16868 CPUtime=1230.69
/proc/18240/stat : 18240 (sugar) S 18238 18240 17296 0 -1 4194304 1378 144220 0 2 6 1 122816 246 16 0 1 0 22503028 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18240/statm: 4217 1113 409 3 0 796 0
[pid=18306] ppid=18240 vsize=5356 CPUtime=0
/proc/18306/stat : 18306 (sh) S 18240 18240 17296 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22627101 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18306/statm: 1339 232 193 169 0 50 0
[pid=18307] ppid=18306 vsize=358544 CPUtime=569.33
/proc/18307/stat : 18307 (minisat) R 18306 18240 17296 0 -1 4194304 87715 0 0 0 56872 61 0 0 25 0 1 0 22627102 367149056 87701 996147200 134512640 135127466 4294956256 18446744073709551615 134530768 0 0 4096 3 0 0 0 17 1 0 0
/proc/18307/statm: 89636 87701 76 150 0 89483 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 380768

[startup+1815.72 s]
/proc/loadavg: 2.03 2.03 2.01 3/84 18307
/proc/meminfo: memFree=1184456/2055920 swapFree=4192812/4192956
[pid=18240] ppid=18238 vsize=16868 CPUtime=1230.75
/proc/18240/stat : 18240 (sugar) R 18238 18240 17296 0 -1 4194304 1423 144497 0 2 6 6 122816 247 16 0 1 0 22503028 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233632928809 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18240/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 1230.75
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1815.81 s]
/proc/loadavg: 2.03 2.03 2.01 3/84 18307
/proc/meminfo: memFree=1184456/2055920 swapFree=4192812/4192956
[pid=18240] ppid=18238 vsize=16868 CPUtime=1230.85
/proc/18240/stat : 18240 (sugar) R 18238 18240 17296 0 -1 4194304 1423 144497 0 2 6 16 122816 247 17 0 1 0 22503028 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233632928809 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18240/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 1230.85
Current children cumulated vsize (KiB) 16868

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): 569.27
#  lost CPU user time (s): 568.72
#  lost CPU system time (s): 0.55

Real time (s): 1815.81
CPU time (s): 1800.13
CPU user time (s): 1796.95
CPU system time (s): 3.1836
CPU usage (%): 99.1362
Max. virtual memory (cumulated for all children) (KiB): 912708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1228.23
system time used= 2.6336
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145979
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= 39034
involuntary context switches= 70683

runsolver used 2.54661 second user time and 6.20406 second system time

The end

Launcher Data

Begin job on node3 at 2009-07-12 01:19:15
IDJOB=2071643
IDBENCH=55516
IDSOLVER=739
FILE ID=node3/2071643-1247354354
PBS_JOBID= 9506907
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg15-15_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071643-1247354354/watcher-2071643-1247354354 -o /tmp/evaluation-result-2071643-1247354354/solver-2071643-1247354354 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2071643-1247354354.xml

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

MD5SUM BENCH= d77242e4d8f20c5ab583c00c51d9e753
RANDOM SEED=248726566

node3.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.259
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.259
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:       1809736 kB
Buffers:         24004 kB
Cached:          91324 kB
SwapCached:          0 kB
Active:         160384 kB
Inactive:        36412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1809736 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1468 kB
Writeback:           0 kB
Mapped:          99244 kB
Slab:            34516 kB
Committed_AS:   917092 kB
PageTables:       1888 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= 66360 MiB
End job on node3 at 2009-07-12 01:49:32