Trace number 2077748

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.2 1808.04

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-23-06.xml
MD5SUM98d0cbf3521485b8703e3d3c565d81b9
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables460
Number of constraints2182
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension156
Number of constraints which are defined in intension2026
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 04:28:45 2009
0.00/0.08	c 0	PID 22391
0.00/0.08	c 0	HOST node31.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2077748-1247365725.xml TO HOME/temp.csp
0.00/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-2077748-1247365725.xml' 'HOME/temp.csp'
0.96/1.02	c 1	1 domains, 460 variables, 7 predicates, 7 relations, 2182 constraints
0.96/1.07	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.07	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.00/1.15	c 1	Parsing HOME/temp.csp
1.00/1.61	c 2	parsed 2657 expressions
1.00/1.62	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.00/1.62	c 2	Converting to clausal form CSP
1.00/1.64	c 2	converted 266 (10%) expressions
2.30/2.46	c 3	converted 532 (20%) expressions
8.14/8.33	c 9	converted 798 (30%) expressions
11.40/11.61	c 12	converted 1063 (40%) expressions
11.61/11.82	c 12	converted 1329 (50%) expressions
11.61/11.85	c 12	converted 1595 (60%) expressions
11.61/11.89	c 12	converted 1860 (70%) expressions
11.71/11.92	c 12	converted 2126 (80%) expressions
11.80/12.03	c 12	converted 2392 (90%) expressions
11.80/12.08	c 12	converted 2657 (100%) expressions
11.80/12.08	c 12	CSP : 460 integers, 0 booleans, 2182 clauses, largest domain size 26
11.80/12.08	c 12	Heap : 249 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.80/12.08	c 12	Propagation in CSP
11.89/12.11	c 12	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.89/12.11	c 12	CSP : 460 integers, 0 booleans, 2182 clauses, largest domain size 26
11.89/12.11	c 12	Heap : 249 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.89/12.11	c 12	Simplifing CSP by introducing new Boolean variables
11.99/12.28	c 12	CSP : 460 integers, 24312 booleans, 26494 clauses, largest domain size 26
11.99/12.28	c 12	Heap : 245 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.38/13.65	c 14	Encoding CSP to SAT : HOME/temp.cnf
13.38/13.68	c 14	46 (10%) CSP integer variables are encoded (1104 clauses, 12289 bytes)
13.38/13.69	c 14	92 (20%) CSP integer variables are encoded (2208 clauses, 26641 bytes)
13.38/13.69	c 14	138 (30%) CSP integer variables are encoded (3312 clauses, 40993 bytes)
13.38/13.69	c 14	184 (40%) CSP integer variables are encoded (4416 clauses, 55345 bytes)
13.38/13.70	c 14	230 (50%) CSP integer variables are encoded (5520 clauses, 69697 bytes)
13.38/13.70	c 14	276 (60%) CSP integer variables are encoded (6624 clauses, 84049 bytes)
13.48/13.70	c 14	322 (70%) CSP integer variables are encoded (7728 clauses, 98401 bytes)
13.48/13.70	c 14	368 (80%) CSP integer variables are encoded (8832 clauses, 112753 bytes)
13.48/13.70	c 14	414 (90%) CSP integer variables are encoded (9936 clauses, 127778 bytes)
13.48/13.70	c 14	460 (100%) CSP integer variables are encoded (11040 clauses, 144338 bytes)
816.43/817.04	c 817	2650 (10%) CSP clauses are encoded (3860176 clauses, 209493766 bytes)
1277.98/1282.05	c 1282	5299 (20%) CSP clauses are encoded (5105867 clauses, 290931486 bytes)
1278.09/1282.17	c 1282	7949 (30%) CSP clauses are encoded (5169192 clauses, 292181223 bytes)
1278.19/1282.28	c 1282	10598 (40%) CSP clauses are encoded (5232966 clauses, 293450724 bytes)
1278.39/1282.40	c 1283	13247 (50%) CSP clauses are encoded (5297440 clauses, 294684950 bytes)
1278.50/1282.51	c 1283	15897 (60%) CSP clauses are encoded (5361915 clauses, 295941498 bytes)
1278.59/1282.63	c 1283	18546 (70%) CSP clauses are encoded (5426389 clauses, 297213031 bytes)
1278.69/1282.75	c 1283	21196 (80%) CSP clauses are encoded (5490864 clauses, 298513740 bytes)
1278.78/1282.86	c 1283	23845 (90%) CSP clauses are encoded (5555313 clauses, 299837828 bytes)
1278.89/1282.98	c 1283	26494 (100%) CSP clauses are encoded (5620362 clauses, 301145738 bytes)
1278.89/1282.98	c 1283	26494 CSP clauses encoded
1278.89/1282.98	c 1283	Writing map file : HOME/temp.map
1278.89/1283.00	c 1283	Heap : 319 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1278.89/1283.00	c 1283	SAT : 35812 SAT variables, 5620362 SAT clauses, 301145738 bytes
1278.89/1283.00	c 1283	Heap : 319 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1278.99/1283.09	c 1283	SOLVING HOME/temp.cnf
1278.99/1283.09	c 1283	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1278.99/1283.10	c 1283	This is MiniSat 2.0 beta
1278.99/1283.10	c 1283	WARNING: for repeatability, setting FPU to use double precision
1278.99/1283.10	c 1283	============================[ Problem Statistics ]=============================
1278.99/1283.10	c 1283	|                                                                             |
1279.06/1283.10	c 1283	|  Number of variables:  35812                                                |
1279.06/1283.10	c 1283	|  Number of clauses:    5620362                                              |
1284.74/1288.82	c 1289	|  Parsing time:         5.14         s                                       |
1285.06/1289.18	c 1289	============================[ Search Statistics ]==============================
1285.06/1289.18	c 1289	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1285.06/1289.18	c 1289	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1285.06/1289.18	c 1289	===============================================================================
1285.06/1289.18	c 1289	|         0 |   35812  5620362 52356264 |  1873454        0    nan |  0.000 % |
1285.55/1289.66	c 1290	|       100 |   35812  5620362 52356264 |  2060799      100      7 |  0.000 % |
1285.65/1289.76	c 1290	|       251 |   35812  5620362 52356264 |  2266879      251      8 |  0.000 % |
1285.84/1289.97	c 1290	|       476 |   35812  5620362 52356264 |  2493567      476      8 |  0.000 % |
1286.15/1290.29	c 1290	|       813 |   35811  5620362 52356264 |  2742924      812      8 |  0.003 % |
1286.44/1290.56	c 1291	|      1320 |   35810  5620362 52356264 |  3017216     1318      8 |  0.006 % |
1287.35/1291.44	c 1292	|      2079 |   35810  5620362 52356264 |  3318938     2077      9 |  0.006 % |
1287.95/1292.04	c 1292	|      3218 |   35810  5620362 52356264 |  3650831     3216      9 |  0.006 % |
1288.24/1292.37	c 1293	|      4928 |   35810  5620362 52356264 |  4015915     4926      9 |  0.006 % |
1289.24/1293.36	c 1294	|      7490 |   35810  5620362 52356264 |  4417506     7488     10 |  0.006 % |
1290.34/1294.44	c 1295	|     11334 |   35810  5620362 52356264 |  4859257    11332     10 |  0.006 % |
1291.54/1295.68	c 1296	|     17104 |   35810  5620362 52356264 |  5345182    17102     10 |  0.006 % |
1295.94/1300.07	c 1300	|     25753 |   35810  5620362 52356264 |  5879701    25751     11 |  0.006 % |
1304.14/1308.23	c 1308	|     38727 |   35809  5620362 52356264 |  6467671    38724     12 |  0.008 % |
1310.53/1314.67	c 1315	|     58188 |   35808  5620362 52356264 |  7114438    58184     12 |  0.011 % |
1316.93/1321.04	c 1321	|     87380 |   35807  5620362 52356264 |  7825882    87375     12 |  0.014 % |
1341.12/1345.24	c 1345	|    131170 |   35806  5620362 52356264 |  8608470   131164     13 |  0.017 % |
1367.41/1371.58	c 1372	|    196855 |   35806  5620362 52356264 |  9469317   196849     13 |  0.017 % |
1452.22/1456.67	c 1457	|    295382 |   35806  5620362 52356264 | 10416249   295376     15 |  0.017 % |
1584.89/1590.66	c 1591	|    443171 |   35805  5620362 52356264 | 11457874   443164     15 |  0.020 % |
1800.06/1807.82	c ERROR INTERRUPTED
1800.06/1807.88	s UNKNOWN
1800.06/1807.89	c 1808	CPU 1279.07 (0.05 0.02 1276.16 2.84)
1800.06/1807.89	c 1808	END Sun Jul 12 04:58:53 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-2077748-1247365725/watcher-2077748-1247365725 -o /tmp/evaluation-result-2077748-1247365725/solver-2077748-1247365725 -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-2077748-1247365725.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.77 2.78 2.38 4/82 22391
/proc/meminfo: memFree=1644184/2055920 swapFree=4192812/4192956
[pid=22391] ppid=22389 vsize=4708 CPUtime=0
/proc/22391/stat : 22391 (sugar) R 22389 22391 19637 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 23638639 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 225609577865 0 0 4096 0 0 0 0 17 1 0 0
/proc/22391/statm: 1177 43 33 3 0 8 0

[startup+0.0990819 s]
/proc/loadavg: 2.77 2.78 2.38 4/82 22391
/proc/meminfo: memFree=1644184/2055920 swapFree=4192812/4192956
[pid=22391] ppid=22389 vsize=16868 CPUtime=0.07
/proc/22391/stat : 22391 (sugar) S 22389 22391 19637 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23638639 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22391/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101068 s]
/proc/loadavg: 2.77 2.78 2.38 4/82 22391
/proc/meminfo: memFree=1644184/2055920 swapFree=4192812/4192956
[pid=22391] ppid=22389 vsize=16868 CPUtime=0.07
/proc/22391/stat : 22391 (sugar) S 22389 22391 19637 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23638639 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22391/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301086 s]
/proc/loadavg: 2.77 2.78 2.38 4/82 22391
/proc/meminfo: memFree=1644184/2055920 swapFree=4192812/4192956
[pid=22391] ppid=22389 vsize=16868 CPUtime=0.07
/proc/22391/stat : 22391 (sugar) S 22389 22391 19637 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23638639 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22391/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701123 s]
/proc/loadavg: 2.77 2.78 2.38 4/82 22391
/proc/meminfo: memFree=1644184/2055920 swapFree=4192812/4192956
[pid=22391] ppid=22389 vsize=16868 CPUtime=0.07
/proc/22391/stat : 22391 (sugar) S 22389 22391 19637 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23638639 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22391/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50119 s]
/proc/loadavg: 2.77 2.78 2.38 3/93 22403
/proc/meminfo: memFree=1620224/2055920 swapFree=4192812/4192956
[pid=22391] ppid=22389 vsize=16868 CPUtime=1
/proc/22391/stat : 22391 (sugar) S 22389 22391 19637 0 -1 4194304 1309 8501 0 1 5 2 88 5 16 0 1 0 23638639 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22391/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 16868

[startup+3.10233 s]
/proc/loadavg: 2.71 2.77 2.38 4/93 22413
/proc/meminfo: memFree=1608128/2055920 swapFree=4192812/4192956
[pid=22391] ppid=22389 vsize=16868 CPUtime=1
/proc/22391/stat : 22391 (sugar) S 22389 22391 19637 0 -1 4194304 1309 8501 0 1 5 2 88 5 16 0 1 0 23638639 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22391/statm: 4217 1111 409 3 0 796 0
[pid=22404] ppid=22391 vsize=5356 CPUtime=0
/proc/22404/stat : 22404 (sh) S 22391 22391 19637 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23638747 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22404/statm: 1339 233 193 169 0 50 0
[pid=22405] ppid=22404 vsize=864244 CPUtime=2
/proc/22405/stat : 22405 (java) S 22404 22391 19637 0 -1 0 16023 0 1 0 193 7 0 0 18 0 9 0 23638747 884985856 15225 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22405/statm: 216061 15225 2566 9 0 210566 0
[pid=22405/tid=22406] ppid=22404 vsize=864244 CPUtime=0.88
/proc/22405/task/22406/stat : 22406 (java) R 22404 22391 19637 0 -1 64 3175 0 1 0 87 1 0 0 22 0 9 0 23638748 884985856 15225 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22405/tid=22407] ppid=22404 vsize=864244 CPUtime=1.02
/proc/22405/task/22407/stat : 22407 (java) R 22404 22391 19637 0 -1 64 11819 0 0 0 97 5 0 0 17 0 9 0 23638749 884985856 15225 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22405/tid=22408] ppid=22404 vsize=864244 CPUtime=0
/proc/22405/task/22408/stat : 22408 (java) S 22404 22391 19637 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23638749 884985856 15225 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22405/tid=22409] ppid=22404 vsize=864244 CPUtime=0
/proc/22405/task/22409/stat : 22409 (java) S 22404 22391 19637 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23638749 884985856 15225 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22405/tid=22410] ppid=22404 vsize=864244 CPUtime=0
/proc/22405/task/22410/stat : 22410 (java) S 22404 22391 19637 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23638751 884985856 15225 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22405/tid=22411] ppid=22404 vsize=864244 CPUtime=0.07
/proc/22405/task/22411/stat : 22411 (java) S 22404 22391 19637 0 -1 64 326 0 0 0 7 0 0 0 16 0 9 0 23638751 884985856 15225 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22405/tid=22412] ppid=22404 vsize=864244 CPUtime=0
/proc/22405/task/22412/stat : 22412 (java) S 22404 22391 19637 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23638752 884985856 15225 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22405/tid=22413] ppid=22404 vsize=864244 CPUtime=0
/proc/22405/task/22413/stat : 22413 (java) S 22404 22391 19637 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23638752 884985856 15225 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886468

[startup+6.30161 s]
/proc/loadavg: 2.71 2.77 2.38 3/93 22413
/proc/meminfo: memFree=1506496/2055920 swapFree=4192812/4192956
[pid=22391] ppid=22389 vsize=16868 CPUtime=1
/proc/22391/stat : 22391 (sugar) S 22389 22391 19637 0 -1 4194304 1309 8501 0 1 5 2 88 5 16 0 1 0 23638639 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22391/statm: 4217 1111 409 3 0 796 0
[pid=22404] ppid=22391 vsize=5356 CPUtime=0
/proc/22404/stat : 22404 (sh) S 22391 22391 19637 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23638747 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22404/statm: 1339 233 193 169 0 50 0
[pid=22405] ppid=22404 vsize=889252 CPUtime=5.16
/proc/22405/stat : 22405 (java) S 22404 22391 19637 0 -1 0 46525 0 1 0 493 23 0 0 18 0 9 0 23638747 910594048 40602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22405/statm: 222313 40602 2567 9 0 216818 0
[pid=22405/tid=22406] ppid=22404 vsize=889252 CPUtime=1.9
/proc/22405/task/22406/stat : 22406 (java) S 22404 22391 19637 0 -1 64 3686 0 1 0 188 2 0 0 25 0 9 0 23638748 910594048 40602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22405/tid=22407] ppid=22404 vsize=889252 CPUtime=3.09
/proc/22405/task/22407/stat : 22407 (java) R 22404 22391 19637 0 -1 64 40681 0 0 0 290 19 0 0 22 0 9 0 23638749 910594048 40602 996147200 134512640 134550932 4294955936 18446744073709551615 102768136 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22405/tid=22408] ppid=22404 vsize=889252 CPUtime=0
/proc/22405/task/22408/stat : 22408 (java) S 22404 22391 19637 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23638749 910594048 40602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22405/tid=22409] ppid=22404 vsize=889252 CPUtime=0
/proc/22405/task/22409/stat : 22409 (java) S 22404 22391 19637 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23638749 910594048 40602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22405/tid=22410] ppid=22404 vsize=889252 CPUtime=0
/proc/22405/task/22410/stat : 22410 (java) S 22404 22391 19637 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23638751 910594048 40602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22405/tid=22411] ppid=22404 vsize=889252 CPUtime=0.14
/proc/22405/task/22411/stat : 22411 (java) S 22404 22391 19637 0 -1 64 1455 0 0 0 14 0 0 0 17 0 9 0 23638751 910594048 40602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22405/tid=22412] ppid=22404 vsize=889252 CPUtime=0
/proc/22405/task/22412/stat : 22412 (java) S 22404 22391 19637 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23638752 910594048 40602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22405/tid=22413] ppid=22404 vsize=889252 CPUtime=0
/proc/22405/task/22413/stat : 22413 (java) S 22404 22391 19637 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23638752 910594048 40602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 911476

[startup+12.7022 s]
/proc/loadavg: 2.68 2.76 2.38 4/93 22413
/proc/meminfo: memFree=1351368/2055920 swapFree=4192812/4192956
[pid=22391] ppid=22389 vsize=16868 CPUtime=1
/proc/22391/stat : 22391 (sugar) S 22389 22391 19637 0 -1 4194304 1310 8501 0 1 5 2 88 5 15 0 1 0 23638639 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22391/statm: 4217 1111 409 3 0 796 0
[pid=22404] ppid=22391 vsize=5356 CPUtime=0
/proc/22404/stat : 22404 (sh) S 22391 22391 19637 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23638747 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22404/statm: 1339 233 193 169 0 50 0
[pid=22405] ppid=22404 vsize=878824 CPUtime=11.49
/proc/22405/stat : 22405 (java) S 22404 22391 19637 0 -1 0 97262 0 1 0 1100 49 0 0 18 0 9 0 23638747 899915776 76543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22405/statm: 219706 76543 2567 9 0 214211 0
[pid=22405/tid=22406] ppid=22404 vsize=878824 CPUtime=3.95
/proc/22405/task/22406/stat : 22406 (java) S 22404 22391 19637 0 -1 64 5981 0 1 0 392 3 0 0 16 0 9 0 23638748 899915776 76543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22405/tid=22407] ppid=22404 vsize=878824 CPUtime=7.32
/proc/22405/task/22407/stat : 22407 (java) R 22404 22391 19637 0 -1 64 89103 0 0 0 689 43 0 0 25 0 9 0 23638749 899915776 76543 996147200 134512640 134550932 4294955936 18446744073709551615 102758156 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22405/tid=22408] ppid=22404 vsize=878824 CPUtime=0
/proc/22405/task/22408/stat : 22408 (java) S 22404 22391 19637 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23638749 899915776 76543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22405/tid=22409] ppid=22404 vsize=878824 CPUtime=0
/proc/22405/task/22409/stat : 22409 (java) S 22404 22391 19637 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23638749 899915776 76543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22405/tid=22410] ppid=22404 vsize=878824 CPUtime=0
/proc/22405/task/22410/stat : 22410 (java) S 22404 22391 19637 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23638751 899915776 76543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22405/tid=22411] ppid=22404 vsize=878824 CPUtime=0.18
/proc/22405/task/22411/stat : 22411 (java) S 22404 22391 19637 0 -1 64 1475 0 0 0 18 0 0 0 15 0 9 0 23638751 899915776 76543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22405/tid=22412] ppid=22404 vsize=878824 CPUtime=0
/proc/22405/task/22412/stat : 22412 (java) S 22404 22391 19637 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23638752 899915776 76543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22405/tid=22413] ppid=22404 vsize=878824 CPUtime=0
/proc/22405/task/22413/stat : 22413 (java) S 22404 22391 19637 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23638752 899915776 76543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 901048

[startup+25.5023 s]
/proc/loadavg: 2.58 2.73 2.38 3/93 22413
/proc/meminfo: memFree=1325448/2055920 swapFree=4192812/4192956
[pid=22391] ppid=22389 vsize=16868 CPUtime=1
/proc/22391/stat : 22391 (sugar) S 22389 22391 19637 0 -1 4194304 1310 8501 0 1 5 2 88 5 16 0 1 0 23638639 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22391/statm: 4217 1111 409 3 0 796 0
[pid=22404] ppid=22391 vsize=5356 CPUtime=0
/proc/22404/stat : 22404 (sh) S 22391 22391 19637 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23638747 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22404/statm: 1339 233 193 169 0 50 0
[pid=22405] ppid=22404 vsize=868688 CPUtime=24.27
/proc/22405/stat : 22405 (java) S 22404 22391 19637 0 -1 0 104216 0 1 0 2368 59 0 0 18 0 9 0 23638747 889536512 75764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22405/statm: 217172 75764 2592 9 0 211649 0
[pid=22405/tid=22406] ppid=22404 vsize=868688 CPUtime=15.57
/proc/22405/task/22406/stat : 22406 (java) R 22404 22391 19637 0 -1 64 6409 0 1 0 1546 11 0 0 25 0 9 0 23638748 889536512 75764 996147200 134512640 134550932 4294955936 18446744073709551615 4126955271 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22405/tid=22407] ppid=22404 vsize=868688 CPUtime=8.45
/proc/22405/task/22407/stat : 22407 (java) S 22404 22391 19637 0 -1 64 95595 0 0 0 798 47 0 0 16 0 9 0 23638749 889536512 75764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22405/tid=22408] ppid=22404 vsize=868688 CPUtime=0
/proc/22405/task/22408/stat : 22408 (java) S 22404 22391 19637 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23638749 889536512 75764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22405/tid=22409] ppid=22404 vsize=868688 CPUtime=0
/proc/22405/task/22409/stat : 22409 (java) S 22404 22391 19637 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23638749 889536512 75764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22405/tid=22410] ppid=22404 vsize=868688 CPUtime=0
/proc/22405/task/22410/stat : 22410 (java) S 22404 22391 19637 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23638751 889536512 75764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22405/tid=22411] ppid=22404 vsize=868688 CPUtime=0.23
/proc/22405/task/22411/stat : 22411 (java) S 22404 22391 19637 0 -1 64 1509 0 0 0 23 0 0 0 15 0 9 0 23638751 889536512 75764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22405/tid=22412] ppid=22404 vsize=868688 CPUtime=0
/proc/22405/task/22412/stat : 22412 (java) S 22404 22391 19637 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23638752 889536512 75764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22405/tid=22413] ppid=22404 vsize=868688 CPUtime=0
/proc/22405/task/22413/stat : 22413 (java) S 22404 22391 19637 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23638752 889536512 75764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 890912

[startup+51.1025 s]
/proc/loadavg: 2.38 2.67 2.37 3/93 22413
/proc/meminfo: memFree=1299976/2055920 swapFree=4192812/4192956
[pid=22391] ppid=22389 vsize=16868 CPUtime=1
/proc/22391/stat : 22391 (sugar) S 22389 22391 19637 0 -1 4194304 1310 8501 0 1 5 2 88 5 16 0 1 0 23638639 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22391/statm: 4217 1111 409 3 0 796 0
[pid=22404] ppid=22391 vsize=5356 CPUtime=0
/proc/22404/stat : 22404 (sh) S 22391 22391 19637 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23638747 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22404/statm: 1339 233 193 169 0 50 0
[pid=22405] ppid=22404 vsize=868688 CPUtime=49.86
/proc/22405/stat : 22405 (java) S 22404 22391 19637 0 -1 0 107528 0 1 0 4917 69 0 0 18 0 9 0 23638747 889536512 79036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22405/statm: 217172 79036 2592 9 0 211649 0

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

/proc/22459/stat : 22459 (minisat) R 22458 22391 19637 0 -1 4194304 105994 0 0 0 13827 86 0 0 25 0 1 0 23766949 447844352 105980 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22459/statm: 109337 105980 76 150 0 109184 0
Current children cumulated CPU time (s) 1418.19
Current children cumulated vsize (KiB) 459572

[startup+1482.3 s]
/proc/loadavg: 2.01 2.04 2.09 3/83 22682
/proc/meminfo: memFree=1017488/2055920 swapFree=4192812/4192956
[pid=22391] ppid=22389 vsize=16868 CPUtime=1279.06
/proc/22391/stat : 22391 (sugar) S 22389 22391 19637 0 -1 4194304 1376 181799 0 2 5 2 127616 283 16 0 1 0 23638639 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22391/statm: 4217 1113 409 3 0 796 0
[pid=22458] ppid=22391 vsize=5356 CPUtime=0
/proc/22458/stat : 22458 (sh) S 22391 22391 19637 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23766949 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22458/statm: 1339 232 193 169 0 50 0
[pid=22459] ppid=22458 vsize=444812 CPUtime=198.62
/proc/22459/stat : 22459 (minisat) R 22458 22391 19637 0 -1 4194304 107734 0 0 0 19772 90 0 0 25 0 1 0 23766949 455487488 107720 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 1 0 0
/proc/22459/statm: 111203 107720 76 150 0 111050 0
Current children cumulated CPU time (s) 1477.68
Current children cumulated vsize (KiB) 467036

[startup+1542.3 s]
/proc/loadavg: 2.00 2.03 2.08 3/83 22682
/proc/meminfo: memFree=1006800/2055920 swapFree=4192812/4192956
[pid=22391] ppid=22389 vsize=16868 CPUtime=1279.06
/proc/22391/stat : 22391 (sugar) S 22389 22391 19637 0 -1 4194304 1376 181799 0 2 5 2 127616 283 16 0 1 0 23638639 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22391/statm: 4217 1113 409 3 0 796 0
[pid=22458] ppid=22391 vsize=5356 CPUtime=0
/proc/22458/stat : 22458 (sh) S 22391 22391 19637 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23766949 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22458/statm: 1339 232 193 169 0 50 0
[pid=22459] ppid=22458 vsize=455004 CPUtime=257.98
/proc/22459/stat : 22459 (minisat) R 22458 22391 19637 0 -1 4194304 110334 0 0 0 25706 92 0 0 25 0 1 0 23766949 465924096 110320 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/22459/statm: 113751 110320 76 150 0 113598 0
Current children cumulated CPU time (s) 1537.04
Current children cumulated vsize (KiB) 477228

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.07 3/83 22682
/proc/meminfo: memFree=1001744/2055920 swapFree=4192812/4192956
[pid=22391] ppid=22389 vsize=16868 CPUtime=1279.06
/proc/22391/stat : 22391 (sugar) S 22389 22391 19637 0 -1 4194304 1376 181799 0 2 5 2 127616 283 16 0 1 0 23638639 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22391/statm: 4217 1113 409 3 0 796 0
[pid=22458] ppid=22391 vsize=5356 CPUtime=0
/proc/22458/stat : 22458 (sh) S 22391 22391 19637 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23766949 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22458/statm: 1339 232 193 169 0 50 0
[pid=22459] ppid=22458 vsize=460028 CPUtime=317.42
/proc/22459/stat : 22459 (minisat) R 22458 22391 19637 0 -1 4194304 111616 0 0 0 31649 93 0 0 25 0 1 0 23766949 471068672 111602 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22459/statm: 115007 111602 76 150 0 114854 0
Current children cumulated CPU time (s) 1596.48
Current children cumulated vsize (KiB) 482252

[startup+1662.3 s]
/proc/loadavg: 2.03 2.03 2.07 3/83 22682
/proc/meminfo: memFree=996432/2055920 swapFree=4192812/4192956
[pid=22391] ppid=22389 vsize=16868 CPUtime=1279.06
/proc/22391/stat : 22391 (sugar) S 22389 22391 19637 0 -1 4194304 1376 181799 0 2 5 2 127616 283 16 0 1 0 23638639 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22391/statm: 4217 1113 409 3 0 796 0
[pid=22458] ppid=22391 vsize=5356 CPUtime=0
/proc/22458/stat : 22458 (sh) S 22391 22391 19637 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23766949 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22458/statm: 1339 232 193 169 0 50 0
[pid=22459] ppid=22458 vsize=465900 CPUtime=376.86
/proc/22459/stat : 22459 (minisat) R 22458 22391 19637 0 -1 4194304 112912 0 0 0 37591 95 0 0 25 0 1 0 23766949 477081600 112898 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22459/statm: 116475 112898 76 150 0 116322 0
Current children cumulated CPU time (s) 1655.92
Current children cumulated vsize (KiB) 488124

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.07 3/83 22682
/proc/meminfo: memFree=989712/2055920 swapFree=4192812/4192956
[pid=22391] ppid=22389 vsize=16868 CPUtime=1279.06
/proc/22391/stat : 22391 (sugar) S 22389 22391 19637 0 -1 4194304 1376 181799 0 2 5 2 127616 283 16 0 1 0 23638639 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22391/statm: 4217 1113 409 3 0 796 0
[pid=22458] ppid=22391 vsize=5356 CPUtime=0
/proc/22458/stat : 22458 (sh) S 22391 22391 19637 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23766949 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22458/statm: 1339 232 193 169 0 50 0
[pid=22459] ppid=22458 vsize=472616 CPUtime=436.3
/proc/22459/stat : 22459 (minisat) R 22458 22391 19637 0 -1 4194304 114600 0 0 0 43534 96 0 0 25 0 1 0 23766949 483958784 114586 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/22459/statm: 118154 114586 76 150 0 118001 0
Current children cumulated CPU time (s) 1715.36
Current children cumulated vsize (KiB) 494840

[startup+1782.3 s]
/proc/loadavg: 2.04 2.03 2.07 3/83 22682
/proc/meminfo: memFree=984920/2055920 swapFree=4192812/4192956
[pid=22391] ppid=22389 vsize=16868 CPUtime=1279.06
/proc/22391/stat : 22391 (sugar) S 22389 22391 19637 0 -1 4194304 1376 181799 0 2 5 2 127616 283 16 0 1 0 23638639 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22391/statm: 4217 1113 409 3 0 796 0
[pid=22458] ppid=22391 vsize=5356 CPUtime=0
/proc/22458/stat : 22458 (sh) S 22391 22391 19637 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23766949 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22458/statm: 1339 232 193 169 0 50 0
[pid=22459] ppid=22458 vsize=477064 CPUtime=495.74
/proc/22459/stat : 22459 (minisat) R 22458 22391 19637 0 -1 4194304 115759 0 0 0 49477 97 0 0 25 0 1 0 23766949 488513536 115745 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22459/statm: 119266 115745 76 150 0 119113 0
Current children cumulated CPU time (s) 1774.8
Current children cumulated vsize (KiB) 499288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.8 s]
/proc/loadavg: 2.10 2.04 2.07 3/83 22682
/proc/meminfo: memFree=983576/2055920 swapFree=4192812/4192956
[pid=22391] ppid=22389 vsize=16868 CPUtime=1279.06
/proc/22391/stat : 22391 (sugar) S 22389 22391 19637 0 -1 4194304 1376 181799 0 2 5 2 127616 283 16 0 1 0 23638639 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22391/statm: 4217 1113 409 3 0 796 0
[pid=22458] ppid=22391 vsize=5356 CPUtime=0
/proc/22458/stat : 22458 (sh) S 22391 22391 19637 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23766949 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22458/statm: 1339 232 193 169 0 50 0
[pid=22459] ppid=22458 vsize=478400 CPUtime=521
/proc/22459/stat : 22459 (minisat) R 22458 22391 19637 0 -1 4194304 116091 0 0 0 52003 97 0 0 25 0 1 0 23766949 489881600 116077 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/22459/statm: 119600 116077 76 150 0 119447 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 500624

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

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

[startup+1807.8 s]
/proc/loadavg: 2.10 2.04 2.07 3/83 22682
/proc/meminfo: memFree=983576/2055920 swapFree=4192812/4192956
[pid=22391] ppid=22389 vsize=16868 CPUtime=1279.06
/proc/22391/stat : 22391 (sugar) S 22389 22391 19637 0 -1 4194304 1376 181799 0 2 5 2 127616 283 16 0 1 0 23638639 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22391/statm: 4217 1113 409 3 0 796 0
[pid=22458] ppid=22391 vsize=5356 CPUtime=0
/proc/22458/stat : 22458 (sh) S 22391 22391 19637 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23766949 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22458/statm: 1339 232 193 169 0 50 0
[pid=22459] ppid=22458 vsize=478400 CPUtime=521
/proc/22459/stat : 22459 (minisat) R 22458 22391 19637 0 -1 4194304 116091 0 0 0 52003 97 0 0 25 0 1 0 23766949 489881600 116077 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/22459/statm: 119600 116077 76 150 0 119447 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 500624

[startup+1807.92 s]
/proc/loadavg: 2.10 2.04 2.07 3/83 22682
/proc/meminfo: memFree=983576/2055920 swapFree=4192812/4192956
[pid=22391] ppid=22389 vsize=16868 CPUtime=1279.11
/proc/22391/stat : 22391 (sugar) R 22389 22391 19637 0 -1 4194304 1423 182076 0 2 5 6 127616 284 16 0 1 0 23638639 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 225612370985 0 0 4224 16386 0 0 0 17 1 0 0
/proc/22391/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 1279.11
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1808 s]
/proc/loadavg: 2.10 2.04 2.07 3/83 22682
/proc/meminfo: memFree=983576/2055920 swapFree=4192812/4192956
[pid=22391] ppid=22389 vsize=16868 CPUtime=1279.19
/proc/22391/stat : 22391 (sugar) R 22389 22391 19637 0 -1 4194304 1423 182076 0 2 5 14 127616 284 16 0 1 0 23638639 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 225612370985 0 0 4224 16386 0 0 0 17 1 0 0
/proc/22391/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 1279.19
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): 520.95
#  lost CPU user time (s): 520.03
#  lost CPU system time (s): 0.92

Real time (s): 1808.04
CPU time (s): 1800.2
CPU user time (s): 1796.26
CPU system time (s): 3.94354
CPU usage (%): 99.5665
Max. virtual memory (cumulated for all children) (KiB): 911476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1276.23
system time used= 3.02354
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183558
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= 35827
involuntary context switches= 31960

runsolver used 2.16067 second user time and 6.16306 second system time

The end

Launcher Data

Begin job on node31 at 2009-07-12 04:28:45
IDJOB=2077748
IDBENCH=56656
IDSOLVER=739
FILE ID=node31/2077748-1247365725
PBS_JOBID= 9507064
Free space on /tmp= 66392 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-23-06.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-2077748-1247365725/watcher-2077748-1247365725 -o /tmp/evaluation-result-2077748-1247365725/solver-2077748-1247365725 -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-2077748-1247365725.xml

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

MD5SUM BENCH= 98d0cbf3521485b8703e3d3c565d81b9
RANDOM SEED=1601731150

node31.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.216
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	: 5931.00
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.216
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:       1644664 kB
Buffers:          8056 kB
Cached:         121552 kB
SwapCached:          0 kB
Active:         314656 kB
Inactive:        37916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1644664 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2920 kB
Writeback:           0 kB
Mapped:         244240 kB
Slab:            43100 kB
Committed_AS:   395808 kB
PageTables:       2496 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66396 MiB
End job on node31 at 2009-07-12 04:58:55