Trace number 2068629

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (TO) 1800.07 1816.75

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-19-10.xml
MD5SUMc027916dfd2e151efb6693997eb2418f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.876866
Satisfiable
(Un)Satisfiability was proved
Number of variables291
Number of constraints3443
Maximum constraint arity38
Maximum domain size26
Number of constraints which are defined in extension128
Number of constraints which are defined in intension3315
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 Sat Jul 11 23:32:34 2009
0.00/0.08	c 0	PID 15900
0.06/0.08	c 0	HOST node70.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2068629-1247347954.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-2068629-1247347954.xml' 'HOME/temp.csp'
1.45/1.57	c 2	1 domains, 291 variables, 8 predicates, 8 relations, 3443 constraints
1.52/1.61	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.52/1.61	c 2	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.52/1.69	c 2	Parsing HOME/temp.csp
2.70/2.81	c 3	parsed 3751 expressions
2.70/2.81	c 3	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.70/2.81	c 3	Converting to clausal form CSP
4.09/4.25	c 4	converted 376 (10%) expressions
8.54/8.78	c 9	converted 751 (20%) expressions
8.64/8.89	c 9	converted 1126 (30%) expressions
8.73/8.92	c 9	converted 1501 (40%) expressions
8.73/8.95	c 9	converted 1876 (50%) expressions
8.83/9.01	c 9	converted 2251 (60%) expressions
9.13/9.36	c 10	converted 2626 (70%) expressions
9.13/9.39	c 10	converted 3001 (80%) expressions
9.23/9.46	c 10	converted 3376 (90%) expressions
11.01/11.27	c 12	converted 3751 (100%) expressions
11.01/11.27	c 12	CSP : 291 integers, 0 booleans, 3443 clauses, largest domain size 26
11.01/11.27	c 12	Heap : 194 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.01/11.27	c 12	Propagation in CSP
11.01/11.29	c 12	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.01/11.29	c 12	CSP : 291 integers, 0 booleans, 3443 clauses, largest domain size 26
11.01/11.29	c 12	Heap : 194 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.01/11.29	c 12	Simplifing CSP by introducing new Boolean variables
11.51/11.75	c 12	CSP : 291 integers, 26460 booleans, 29903 clauses, largest domain size 26
11.51/11.75	c 12	Heap : 197 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.69/12.98	c 13	Encoding CSP to SAT : HOME/temp.cnf
12.80/13.01	c 13	30 (10%) CSP integer variables are encoded (720 clauses, 7776 bytes)
12.80/13.01	c 13	59 (20%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
12.80/13.02	c 13	88 (30%) CSP integer variables are encoded (2112 clauses, 25393 bytes)
12.80/13.02	c 13	117 (40%) CSP integer variables are encoded (2808 clauses, 34441 bytes)
12.80/13.02	c 13	146 (50%) CSP integer variables are encoded (3504 clauses, 43489 bytes)
12.80/13.02	c 13	175 (60%) CSP integer variables are encoded (4200 clauses, 52537 bytes)
12.80/13.02	c 13	204 (70%) CSP integer variables are encoded (4896 clauses, 61585 bytes)
12.80/13.02	c 13	233 (80%) CSP integer variables are encoded (5592 clauses, 70633 bytes)
12.80/13.02	c 13	262 (90%) CSP integer variables are encoded (6288 clauses, 79681 bytes)
12.80/13.02	c 13	291 (100%) CSP integer variables are encoded (6984 clauses, 88729 bytes)
613.74/619.02	c 619	2991 (10%) CSP clauses are encoded (2197883 clauses, 103430103 bytes)
613.83/619.16	c 619	5981 (20%) CSP clauses are encoded (2267323 clauses, 104723772 bytes)
614.03/619.31	c 620	8971 (30%) CSP clauses are encoded (2336763 clauses, 106040194 bytes)
614.13/619.45	c 620	11962 (40%) CSP clauses are encoded (2406229 clauses, 107373900 bytes)
614.22/619.59	c 620	14952 (50%) CSP clauses are encoded (2475644 clauses, 108742963 bytes)
853.45/861.09	c 861	17942 (60%) CSP clauses are encoded (2785155 clauses, 126133720 bytes)
853.65/861.24	c 861	20933 (70%) CSP clauses are encoded (2854621 clauses, 127503751 bytes)
853.75/861.38	c 862	23923 (80%) CSP clauses are encoded (2924061 clauses, 128873273 bytes)
1090.99/1100.86	c 1101	26913 (90%) CSP clauses are encoded (3233572 clauses, 146264030 bytes)
1275.23/1286.87	c 1287	29903 (100%) CSP clauses are encoded (3538201 clauses, 170562521 bytes)
1275.23/1286.87	c 1287	29903 CSP clauses encoded
1275.23/1286.87	c 1287	Writing map file : HOME/temp.map
1275.23/1286.89	c 1287	Heap : 315 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1275.23/1286.89	c 1287	SAT : 33735 SAT variables, 3538201 SAT clauses, 170562521 bytes
1275.23/1286.89	c 1287	Heap : 315 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1275.32/1286.97	c 1287	SOLVING HOME/temp.cnf
1275.32/1286.97	c 1287	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1275.32/1286.98	c 1287	This is MiniSat 2.0 beta
1275.32/1286.98	c 1287	WARNING: for repeatability, setting FPU to use double precision
1275.32/1286.98	c 1287	============================[ Problem Statistics ]=============================
1275.32/1286.98	c 1287	|                                                                             |
1275.32/1286.98	c 1287	|  Number of variables:  33735                                                |
1275.32/1286.98	c 1287	|  Number of clauses:    3538201                                              |
1278.86/1290.59	c 1291	|  Parsing time:         3.20         s                                       |
1279.16/1290.81	c 1291	============================[ Search Statistics ]==============================
1279.16/1290.81	c 1291	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1279.16/1290.81	c 1291	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1279.16/1290.81	c 1291	===============================================================================
1279.16/1290.81	c 1291	|         0 |   33733  3538020 29954643 |  1179340        0    nan |  0.000 % |
1279.37/1291.03	c 1291	|       101 |   33733  3538020 29954643 |  1297274      101     11 |  0.006 % |
1279.46/1291.14	c 1291	|       252 |   33733  3538020 29954643 |  1427001      252      9 |  0.006 % |
1279.56/1291.20	c 1291	|       478 |   33733  3538020 29954643 |  1569701      478      9 |  0.006 % |
1279.56/1291.28	c 1292	|       816 |   33733  3538020 29954643 |  1726671      816     10 |  0.006 % |
1279.66/1291.33	c 1292	|      1322 |   33733  3538020 29954643 |  1899338     1322      9 |  0.006 % |
1280.05/1291.74	c 1292	|      2081 |   33733  3538020 29954643 |  2089272     2081      9 |  0.006 % |
1280.55/1292.24	c 1292	|      3220 |   33733  3538020 29954643 |  2298200     3220      9 |  0.006 % |
1280.94/1292.62	c 1293	|      4928 |   33733  3538020 29954643 |  2528020     4928     10 |  0.006 % |
1282.23/1293.92	c 1294	|      7490 |   33733  3538020 29954643 |  2780822     7490     10 |  0.006 % |
1282.92/1294.67	c 1295	|     11334 |   33733  3538020 29954643 |  3058904    11334     11 |  0.006 % |
1285.90/1297.60	c 1298	|     17100 |   33733  3538020 29954643 |  3364794    17100     12 |  0.006 % |
1290.74/1302.58	c 1303	|     25750 |   33733  3538020 29954643 |  3701274    25750     12 |  0.006 % |
1298.19/1310.06	c 1310	|     38724 |   33733  3538020 29954643 |  4071401    38724     12 |  0.006 % |
1308.87/1320.89	c 1321	|     58185 |   33733  3538020 29954643 |  4478541    58185     12 |  0.006 % |
1336.61/1348.87	c 1349	|     87379 |   33733  3538020 29954643 |  4926395    87379     12 |  0.006 % |
1367.42/1379.90	c 1380	|    131168 |   33733  3538020 29954643 |  5419035   131168     13 |  0.006 % |
1409.51/1422.48	c 1423	|    196854 |   33733  3538020 29954643 |  5960938   196854     13 |  0.006 % |
1513.94/1527.89	c 1528	|    295380 |   33732  3538020 29954643 |  6557032   295379     13 |  0.009 % |
1645.29/1660.42	c 1661	|    443171 |   33731  3538020 29954643 |  7212736   443169     14 |  0.012 % |
1800.01/1816.61	c ERROR INTERRUPTED
1800.01/1816.66	s UNKNOWN
1800.01/1816.66	c 1817	CPU 1275.39 (0.06 0.01 1273.44 1.88)
1800.01/1816.66	c 1817	END Sun Jul 12 00:02:51 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-2068629-1247347954/watcher-2068629-1247347954 -o /tmp/evaluation-result-2068629-1247347954/solver-2068629-1247347954 -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-2068629-1247347954.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.05 2.01 4/83 15900
/proc/meminfo: memFree=1718552/2055920 swapFree=4192812/4192956
[pid=15900] ppid=15898 vsize=12132 CPUtime=0
/proc/15900/stat : 15900 (sugar) R 15898 15900 15863 0 -1 4194304 215 0 0 0 0 0 0 0 20 0 1 0 21858086 12423168 183 996147200 4194304 4206940 548682068608 18446744073709551615 233419895606 0 0 4224 0 0 0 0 17 1 0 0
/proc/15900/statm: 3033 183 142 3 0 133 0

[startup+0.0826799 s]
/proc/loadavg: 2.04 2.05 2.01 4/83 15900
/proc/meminfo: memFree=1718552/2055920 swapFree=4192812/4192956
[pid=15900] ppid=15898 vsize=16740 CPUtime=0.06
/proc/15900/stat : 15900 (sugar) S 15898 15900 15863 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 21858086 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15900/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102718 s]
/proc/loadavg: 2.04 2.05 2.01 4/83 15900
/proc/meminfo: memFree=1718552/2055920 swapFree=4192812/4192956
[pid=15900] ppid=15898 vsize=16868 CPUtime=0.06
/proc/15900/stat : 15900 (sugar) S 15898 15900 15863 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21858086 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15900/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302714 s]
/proc/loadavg: 2.04 2.05 2.01 4/83 15900
/proc/meminfo: memFree=1718552/2055920 swapFree=4192812/4192956
[pid=15900] ppid=15898 vsize=16868 CPUtime=0.06
/proc/15900/stat : 15900 (sugar) S 15898 15900 15863 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21858086 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15900/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702757 s]
/proc/loadavg: 2.04 2.05 2.01 4/83 15900
/proc/meminfo: memFree=1718552/2055920 swapFree=4192812/4192956
[pid=15900] ppid=15898 vsize=16868 CPUtime=0.06
/proc/15900/stat : 15900 (sugar) S 15898 15900 15863 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21858086 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15900/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50185 s]
/proc/loadavg: 2.04 2.05 2.01 4/94 15912
/proc/meminfo: memFree=1692032/2055920 swapFree=4192812/4192956
[pid=15900] ppid=15898 vsize=16868 CPUtime=0.06
/proc/15900/stat : 15900 (sugar) S 15898 15900 15863 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21858086 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15900/statm: 4217 1111 409 3 0 796 0
[pid=15903] ppid=15900 vsize=5356 CPUtime=0
/proc/15903/stat : 15903 (sh) S 15900 15900 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21858095 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15903/statm: 1339 233 193 169 0 50 0
[pid=15904] ppid=15903 vsize=864796 CPUtime=1.39
/proc/15904/stat : 15904 (java) S 15903 15900 15863 0 -1 0 12529 0 1 0 132 7 0 0 18 0 9 0 21858095 885551104 11612 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15904/statm: 216199 11612 2556 9 0 210711 0
[pid=15904/tid=15905] ppid=15903 vsize=864796 CPUtime=0.92
/proc/15904/task/15905/stat : 15905 (java) R 15903 15900 15863 0 -1 64 4543 0 1 0 89 3 0 0 25 0 9 0 21858096 885551104 11612 996147200 134512640 134550932 4294955984 18446744073709551615 4126667395 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15904/tid=15906] ppid=15903 vsize=864796 CPUtime=0.31
/proc/15904/task/15906/stat : 15906 (java) S 15903 15900 15863 0 -1 64 6763 0 0 0 29 2 0 0 16 0 9 0 21858097 885551104 11612 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15904/tid=15907] ppid=15903 vsize=864796 CPUtime=0
/proc/15904/task/15907/stat : 15907 (java) S 15903 15900 15863 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21858097 885551104 11612 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15904/tid=15908] ppid=15903 vsize=864796 CPUtime=0
/proc/15904/task/15908/stat : 15908 (java) S 15903 15900 15863 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21858097 885551104 11612 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15904/tid=15909] ppid=15903 vsize=864796 CPUtime=0
/proc/15904/task/15909/stat : 15909 (java) S 15903 15900 15863 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21858100 885551104 11612 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15904/tid=15910] ppid=15903 vsize=864796 CPUtime=0.13
/proc/15904/task/15910/stat : 15910 (java) S 15903 15900 15863 0 -1 64 519 0 0 0 13 0 0 0 16 0 9 0 21858100 885551104 11612 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15904/tid=15911] ppid=15903 vsize=864796 CPUtime=0
/proc/15904/task/15911/stat : 15911 (java) S 15903 15900 15863 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21858100 885551104 11612 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15904/tid=15912] ppid=15903 vsize=864796 CPUtime=0
/proc/15904/task/15912/stat : 15912 (java) R 15903 15900 15863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21858100 885551104 11612 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887020

[startup+3.102 s]
/proc/loadavg: 2.04 2.05 2.01 3/94 15922
/proc/meminfo: memFree=1699392/2055920 swapFree=4192812/4192956
[pid=15900] ppid=15898 vsize=16868 CPUtime=1.54
/proc/15900/stat : 15900 (sugar) S 15898 15900 15863 0 -1 4194304 1309 12970 0 1 6 1 139 8 16 0 1 0 21858086 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15900/statm: 4217 1111 409 3 0 796 0
[pid=15913] ppid=15900 vsize=5356 CPUtime=0
/proc/15913/stat : 15913 (sh) S 15900 15900 15863 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21858248 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15913/statm: 1339 233 193 169 0 50 0
[pid=15914] ppid=15913 vsize=864224 CPUtime=1.45
/proc/15914/stat : 15914 (java) S 15913 15900 15863 0 -1 0 12796 0 1 0 140 5 0 0 19 0 9 0 21858248 884965376 11567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15914/statm: 216056 11567 2567 9 0 210561 0
[pid=15914/tid=15915] ppid=15913 vsize=864224 CPUtime=0.82
/proc/15914/task/15915/stat : 15915 (java) R 15913 15900 15863 0 -1 64 2821 0 1 0 81 1 0 0 25 0 9 0 21858249 884965376 11567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15914/tid=15916] ppid=15913 vsize=864224 CPUtime=0.57
/proc/15914/task/15916/stat : 15916 (java) R 15913 15900 15863 0 -1 64 8957 0 0 0 54 3 0 0 16 0 9 0 21858250 884965376 11567 996147200 134512640 134550932 4294955936 18446744073709551615 104182651 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15914/tid=15917] ppid=15913 vsize=864224 CPUtime=0
/proc/15914/task/15917/stat : 15917 (java) S 15913 15900 15863 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21858250 884965376 11567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15914/tid=15918] ppid=15913 vsize=864224 CPUtime=0
/proc/15914/task/15918/stat : 15918 (java) S 15913 15900 15863 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21858250 884965376 11567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15914/tid=15919] ppid=15913 vsize=864224 CPUtime=0
/proc/15914/task/15919/stat : 15919 (java) S 15913 15900 15863 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21858252 884965376 11567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15914/tid=15920] ppid=15913 vsize=864224 CPUtime=0.04
/proc/15914/task/15920/stat : 15920 (java) S 15913 15900 15863 0 -1 64 315 0 0 0 4 0 0 0 16 0 9 0 21858252 884965376 11567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15914/tid=15921] ppid=15913 vsize=864224 CPUtime=0
/proc/15914/task/15921/stat : 15921 (java) S 15913 15900 15863 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21858252 884965376 11567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15914/tid=15922] ppid=15913 vsize=864224 CPUtime=0
/proc/15914/task/15922/stat : 15922 (java) S 15913 15900 15863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21858253 884965376 11567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886448

[startup+6.30232 s]
/proc/loadavg: 2.11 2.07 2.02 4/94 15922
/proc/meminfo: memFree=1619208/2055920 swapFree=4192812/4192956
[pid=15900] ppid=15898 vsize=16868 CPUtime=1.54
/proc/15900/stat : 15900 (sugar) S 15898 15900 15863 0 -1 4194304 1309 12970 0 1 6 1 139 8 16 0 1 0 21858086 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15900/statm: 4217 1111 409 3 0 796 0
[pid=15913] ppid=15900 vsize=5356 CPUtime=0
/proc/15913/stat : 15913 (sh) S 15900 15900 15863 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21858248 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15913/statm: 1339 233 193 169 0 50 0
[pid=15914] ppid=15913 vsize=864224 CPUtime=4.62
/proc/15914/stat : 15914 (java) S 15913 15900 15863 0 -1 0 34106 0 1 0 445 17 0 0 19 0 9 0 21858248 884965376 32416 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15914/statm: 216056 32416 2566 9 0 210561 0
[pid=15914/tid=15915] ppid=15913 vsize=864224 CPUtime=2.27
/proc/15914/task/15915/stat : 15915 (java) R 15913 15900 15863 0 -1 64 3646 0 1 0 225 2 0 0 25 0 9 0 21858249 884965376 32416 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15914/tid=15916] ppid=15913 vsize=864224 CPUtime=2.27
/proc/15914/task/15916/stat : 15916 (java) R 15913 15900 15863 0 -1 64 29430 0 0 0 213 14 0 0 16 0 9 0 21858250 884965376 32416 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15914/tid=15917] ppid=15913 vsize=864224 CPUtime=0
/proc/15914/task/15917/stat : 15917 (java) S 15913 15900 15863 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21858250 884965376 32416 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15914/tid=15918] ppid=15913 vsize=864224 CPUtime=0
/proc/15914/task/15918/stat : 15918 (java) S 15913 15900 15863 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21858250 884965376 32416 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15914/tid=15919] ppid=15913 vsize=864224 CPUtime=0
/proc/15914/task/15919/stat : 15919 (java) S 15913 15900 15863 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21858252 884965376 32416 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15914/tid=15920] ppid=15913 vsize=864224 CPUtime=0.06
/proc/15914/task/15920/stat : 15920 (java) S 15913 15900 15863 0 -1 64 327 0 0 0 6 0 0 0 16 0 9 0 21858252 884965376 32416 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15914/tid=15921] ppid=15913 vsize=864224 CPUtime=0
/proc/15914/task/15921/stat : 15921 (java) S 15913 15900 15863 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21858252 884965376 32416 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15914/tid=15922] ppid=15913 vsize=864224 CPUtime=0
/proc/15914/task/15922/stat : 15922 (java) S 15913 15900 15863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21858253 884965376 32416 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) 886448

[startup+12.703 s]
/proc/loadavg: 2.19 2.08 2.02 3/94 15922
/proc/meminfo: memFree=1477704/2055920 swapFree=4192812/4192956
[pid=15900] ppid=15898 vsize=16868 CPUtime=1.54
/proc/15900/stat : 15900 (sugar) S 15898 15900 15863 0 -1 4194304 1310 12970 0 1 6 1 139 8 15 0 1 0 21858086 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15900/statm: 4217 1111 409 3 0 796 0
[pid=15913] ppid=15900 vsize=5356 CPUtime=0
/proc/15913/stat : 15913 (sh) S 15900 15900 15863 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21858248 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15913/statm: 1339 233 193 169 0 50 0
[pid=15914] ppid=15913 vsize=889076 CPUtime=10.95
/proc/15914/stat : 15914 (java) S 15913 15900 15863 0 -1 0 91378 0 1 0 1053 42 0 0 19 0 9 0 21858248 910413824 66136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15914/statm: 222269 66136 2567 9 0 216774 0
[pid=15914/tid=15915] ppid=15913 vsize=889076 CPUtime=3.82
/proc/15914/task/15915/stat : 15915 (java) S 15913 15900 15863 0 -1 64 5780 0 1 0 379 3 0 0 16 0 9 0 21858249 910413824 66136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15914/tid=15916] ppid=15913 vsize=889076 CPUtime=6.94
/proc/15914/task/15916/stat : 15916 (java) R 15913 15900 15863 0 -1 64 83411 0 0 0 657 37 0 0 25 0 9 0 21858250 910413824 66136 996147200 134512640 134550932 4294955936 18446744073709551615 102768239 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15914/tid=15917] ppid=15913 vsize=889076 CPUtime=0
/proc/15914/task/15917/stat : 15917 (java) S 15913 15900 15863 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21858250 910413824 66136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15914/tid=15918] ppid=15913 vsize=889076 CPUtime=0
/proc/15914/task/15918/stat : 15918 (java) S 15913 15900 15863 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21858250 910413824 66136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15914/tid=15919] ppid=15913 vsize=889076 CPUtime=0
/proc/15914/task/15919/stat : 15919 (java) S 15913 15900 15863 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21858252 910413824 66136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15914/tid=15920] ppid=15913 vsize=889076 CPUtime=0.15
/proc/15914/task/15920/stat : 15920 (java) S 15913 15900 15863 0 -1 64 1484 0 0 0 15 0 0 0 16 0 9 0 21858252 910413824 66136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15914/tid=15921] ppid=15913 vsize=889076 CPUtime=0
/proc/15914/task/15921/stat : 15921 (java) S 15913 15900 15863 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21858252 910413824 66136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15914/tid=15922] ppid=15913 vsize=889076 CPUtime=0
/proc/15914/task/15922/stat : 15922 (java) R 15913 15900 15863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21858253 910413824 66136 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) 911300

[startup+25.5022 s]
/proc/loadavg: 2.14 2.08 2.02 3/94 15922
/proc/meminfo: memFree=1461960/2055920 swapFree=4192812/4192956
[pid=15900] ppid=15898 vsize=16868 CPUtime=1.54
/proc/15900/stat : 15900 (sugar) S 15898 15900 15863 0 -1 4194304 1310 12970 0 1 6 1 139 8 16 0 1 0 21858086 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15900/statm: 4217 1111 409 3 0 796 0
[pid=15913] ppid=15900 vsize=5356 CPUtime=0
/proc/15913/stat : 15913 (sh) S 15900 15900 15863 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21858248 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15913/statm: 1339 233 193 169 0 50 0
[pid=15914] ppid=15913 vsize=868700 CPUtime=23.63
/proc/15914/stat : 15914 (java) S 15913 15900 15863 0 -1 0 91535 0 1 0 2310 53 0 0 19 0 9 0 21858248 889548800 61103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15914/statm: 217175 61103 2593 9 0 211652 0
[pid=15914/tid=15915] ppid=15913 vsize=868700 CPUtime=15.97
/proc/15914/task/15915/stat : 15915 (java) R 15913 15900 15863 0 -1 64 5891 0 1 0 1584 13 0 0 25 0 9 0 21858249 889548800 61103 996147200 134512640 134550932 4294955936 18446744073709551615 4126989848 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15914/tid=15916] ppid=15913 vsize=868700 CPUtime=7.41
/proc/15914/task/15916/stat : 15916 (java) S 15913 15900 15863 0 -1 64 83412 0 0 0 703 38 0 0 16 0 9 0 21858250 889548800 61103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15914/tid=15917] ppid=15913 vsize=868700 CPUtime=0
/proc/15914/task/15917/stat : 15917 (java) S 15913 15900 15863 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21858250 889548800 61103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15914/tid=15918] ppid=15913 vsize=868700 CPUtime=0
/proc/15914/task/15918/stat : 15918 (java) S 15913 15900 15863 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21858250 889548800 61103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15914/tid=15919] ppid=15913 vsize=868700 CPUtime=0

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

/proc/16046/stat : 16046 (minisat) R 16045 15900 15863 0 -1 4194304 67222 0 0 0 13356 47 0 0 25 0 1 0 21986784 280088576 67208 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16046/statm: 68381 67208 76 150 0 68228 0
Current children cumulated CPU time (s) 1409.42
Current children cumulated vsize (KiB) 295748

[startup+1482.3 s]
/proc/loadavg: 2.20 2.09 2.02 3/85 16046
/proc/meminfo: memFree=917512/2055920 swapFree=4192812/4192956
[pid=15900] ppid=15898 vsize=16868 CPUtime=1275.39
/proc/15900/stat : 15900 (sugar) S 15898 15900 15863 0 -1 4194304 1376 143354 0 2 6 1 127344 188 16 0 1 0 21858086 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15900/statm: 4217 1113 409 3 0 796 0
[pid=16045] ppid=15900 vsize=5356 CPUtime=0
/proc/16045/stat : 16045 (sh) S 15900 15900 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21986784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16045/statm: 1339 232 193 169 0 50 0
[pid=16046] ppid=16045 vsize=280124 CPUtime=193.48
/proc/16046/stat : 16046 (minisat) R 16045 15900 15863 0 -1 4194304 68796 0 0 0 19299 49 0 0 25 0 1 0 21986784 286846976 68782 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/16046/statm: 70031 68782 76 150 0 69878 0
Current children cumulated CPU time (s) 1468.87
Current children cumulated vsize (KiB) 302348

[startup+1542.3 s]
/proc/loadavg: 2.27 2.13 2.04 3/85 16046
/proc/meminfo: memFree=910216/2055920 swapFree=4192812/4192956
[pid=15900] ppid=15898 vsize=16868 CPUtime=1275.39
/proc/15900/stat : 15900 (sugar) S 15898 15900 15863 0 -1 4194304 1376 143354 0 2 6 1 127344 188 16 0 1 0 21858086 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15900/statm: 4217 1113 409 3 0 796 0
[pid=16045] ppid=15900 vsize=5356 CPUtime=0
/proc/16045/stat : 16045 (sh) S 15900 15900 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21986784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16045/statm: 1339 232 193 169 0 50 0
[pid=16046] ppid=16045 vsize=287844 CPUtime=252.9
/proc/16046/stat : 16046 (minisat) R 16045 15900 15863 0 -1 4194304 70597 0 0 0 25239 51 0 0 25 0 1 0 21986784 294752256 70583 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16046/statm: 71961 70583 76 150 0 71808 0
Current children cumulated CPU time (s) 1528.29
Current children cumulated vsize (KiB) 310068

[startup+1602.3 s]
/proc/loadavg: 2.10 2.10 2.03 3/85 16046
/proc/meminfo: memFree=886672/2055920 swapFree=4192812/4192956
[pid=15900] ppid=15898 vsize=16868 CPUtime=1275.39
/proc/15900/stat : 15900 (sugar) S 15898 15900 15863 0 -1 4194304 1376 143354 0 2 6 1 127344 188 16 0 1 0 21858086 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15900/statm: 4217 1113 409 3 0 796 0
[pid=16045] ppid=15900 vsize=5356 CPUtime=0
/proc/16045/stat : 16045 (sh) S 15900 15900 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21986784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16045/statm: 1339 232 193 169 0 50 0
[pid=16046] ppid=16045 vsize=294852 CPUtime=312.35
/proc/16046/stat : 16046 (minisat) R 16045 15900 15863 0 -1 4194304 72410 0 0 0 31182 53 0 0 25 0 1 0 21986784 301928448 72396 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16046/statm: 73713 72396 76 150 0 73560 0
Current children cumulated CPU time (s) 1587.74
Current children cumulated vsize (KiB) 317076

[startup+1662.3 s]
/proc/loadavg: 2.03 2.08 2.03 3/85 16046
/proc/meminfo: memFree=878352/2055920 swapFree=4192812/4192956
[pid=15900] ppid=15898 vsize=16868 CPUtime=1275.39
/proc/15900/stat : 15900 (sugar) S 15898 15900 15863 0 -1 4194304 1376 143354 0 2 6 1 127344 188 16 0 1 0 21858086 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15900/statm: 4217 1113 409 3 0 796 0
[pid=16045] ppid=15900 vsize=5356 CPUtime=0
/proc/16045/stat : 16045 (sh) S 15900 15900 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21986784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16045/statm: 1339 232 193 169 0 50 0
[pid=16046] ppid=16045 vsize=302936 CPUtime=371.78
/proc/16046/stat : 16046 (minisat) R 16045 15900 15863 0 -1 4194304 74396 0 0 0 37123 55 0 0 25 0 1 0 21986784 310206464 74382 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16046/statm: 75734 74382 76 150 0 75581 0
Current children cumulated CPU time (s) 1647.17
Current children cumulated vsize (KiB) 325160

[startup+1722.3 s]
/proc/loadavg: 2.01 2.06 2.02 3/85 16052
/proc/meminfo: memFree=865736/2055920 swapFree=4192812/4192956
[pid=15900] ppid=15898 vsize=16868 CPUtime=1275.39
/proc/15900/stat : 15900 (sugar) S 15898 15900 15863 0 -1 4194304 1376 143354 0 2 6 1 127344 188 16 0 1 0 21858086 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15900/statm: 4217 1113 409 3 0 796 0
[pid=16045] ppid=15900 vsize=5356 CPUtime=0
/proc/16045/stat : 16045 (sh) S 15900 15900 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21986784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16045/statm: 1339 232 193 169 0 50 0
[pid=16046] ppid=16045 vsize=309116 CPUtime=431.21
/proc/16046/stat : 16046 (minisat) R 16045 15900 15863 0 -1 4194304 75721 0 0 0 43064 57 0 0 25 0 1 0 21986784 316534784 75707 996147200 134512640 135127466 4294956256 18446744073709551615 134530730 0 0 4096 3 0 0 0 17 1 0 0
/proc/16046/statm: 77279 75707 76 150 0 77126 0
Current children cumulated CPU time (s) 1706.6
Current children cumulated vsize (KiB) 331340

[startup+1782.3 s]
/proc/loadavg: 2.00 2.05 2.01 3/85 16052
/proc/meminfo: memFree=853384/2055920 swapFree=4192812/4192956
[pid=15900] ppid=15898 vsize=16868 CPUtime=1275.39
/proc/15900/stat : 15900 (sugar) S 15898 15900 15863 0 -1 4194304 1376 143354 0 2 6 1 127344 188 16 0 1 0 21858086 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15900/statm: 4217 1113 409 3 0 796 0
[pid=16045] ppid=15900 vsize=5356 CPUtime=0
/proc/16045/stat : 16045 (sh) S 15900 15900 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21986784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16045/statm: 1339 232 193 169 0 50 0
[pid=16046] ppid=16045 vsize=312696 CPUtime=490.64
/proc/16046/stat : 16046 (minisat) R 16045 15900 15863 0 -1 4194304 76655 0 0 0 49007 57 0 0 25 0 1 0 21986784 320200704 76641 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/16046/statm: 78174 76641 76 150 0 78021 0
Current children cumulated CPU time (s) 1766.03
Current children cumulated vsize (KiB) 334920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.6 s]
/proc/loadavg: 2.00 2.04 2.01 3/85 16052
/proc/meminfo: memFree=846280/2055920 swapFree=4192812/4192956
[pid=15900] ppid=15898 vsize=16868 CPUtime=1275.39
/proc/15900/stat : 15900 (sugar) S 15898 15900 15863 0 -1 4194304 1376 143354 0 2 6 1 127344 188 16 0 1 0 21858086 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15900/statm: 4217 1113 409 3 0 796 0
[pid=16045] ppid=15900 vsize=5356 CPUtime=0
/proc/16045/stat : 16045 (sh) S 15900 15900 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21986784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16045/statm: 1339 232 193 169 0 50 0
[pid=16046] ppid=16045 vsize=314484 CPUtime=524.62
/proc/16046/stat : 16046 (minisat) R 16045 15900 15863 0 -1 4194304 77107 0 0 0 52404 58 0 0 25 0 1 0 21986784 322031616 77093 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/16046/statm: 78621 77093 76 150 0 78468 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 336708

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

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

[startup+1816.6 s]
/proc/loadavg: 2.00 2.04 2.01 3/85 16052
/proc/meminfo: memFree=846280/2055920 swapFree=4192812/4192956
[pid=15900] ppid=15898 vsize=16868 CPUtime=1275.39
/proc/15900/stat : 15900 (sugar) S 15898 15900 15863 0 -1 4194304 1376 143354 0 2 6 1 127344 188 16 0 1 0 21858086 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15900/statm: 4217 1113 409 3 0 796 0
[pid=16045] ppid=15900 vsize=5356 CPUtime=0
/proc/16045/stat : 16045 (sh) S 15900 15900 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21986784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16045/statm: 1339 232 193 169 0 50 0
[pid=16046] ppid=16045 vsize=314484 CPUtime=524.62
/proc/16046/stat : 16046 (minisat) R 16045 15900 15863 0 -1 4194304 77107 0 0 0 52404 58 0 0 25 0 1 0 21986784 322031616 77093 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/16046/statm: 78621 77093 76 150 0 78468 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 336708

[startup+1816.72 s]
/proc/loadavg: 2.00 2.04 2.01 3/85 16052
/proc/meminfo: memFree=846280/2055920 swapFree=4192812/4192956
[pid=15900] ppid=15898 vsize=16868 CPUtime=1275.45
/proc/15900/stat : 15900 (sugar) R 15898 15900 15863 0 -1 4194304 1423 143631 0 2 6 7 127344 188 16 0 1 0 21858086 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15900/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 1275.45
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1816.72 s]
/proc/loadavg: 2.00 2.04 2.01 3/85 16052
/proc/meminfo: memFree=846280/2055920 swapFree=4192812/4192956
[pid=15900] ppid=15898 vsize=16868 CPUtime=1275.45
/proc/15900/stat : 15900 (sugar) R 15898 15900 15863 0 -1 4194304 1423 143631 0 2 6 7 127344 188 16 0 1 0 21858086 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15900/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 1275.45
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): 524.56
#  lost CPU user time (s): 524.04
#  lost CPU system time (s): 0.52

Real time (s): 1816.75
CPU time (s): 1800.07
CPU user time (s): 1797.55
CPU system time (s): 2.5137
CPU usage (%): 99.0818
Max. virtual memory (cumulated for all children) (KiB): 916424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1273.51
system time used= 1.9937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145113
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= 34047
involuntary context switches= 58984

runsolver used 2.15267 second user time and 6.17006 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-11 23:32:34
IDJOB=2068629
IDBENCH=54900
IDSOLVER=739
FILE ID=node70/2068629-1247347954
PBS_JOBID= 9506833
Free space on /tmp= 66412 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ukHerald/normalized-crossword-m1-uk-19-10.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-2068629-1247347954/watcher-2068629-1247347954 -o /tmp/evaluation-result-2068629-1247347954/solver-2068629-1247347954 -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-2068629-1247347954.xml

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

MD5SUM BENCH= c027916dfd2e151efb6693997eb2418f
RANDOM SEED=501122989

node70.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.214
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.214
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:       1719032 kB
Buffers:         26912 kB
Cached:          99568 kB
SwapCached:          0 kB
Active:         243960 kB
Inactive:        46448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1719032 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4124 kB
Writeback:           0 kB
Mapped:         179560 kB
Slab:            31624 kB
Committed_AS:   883572 kB
PageTables:       2052 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= 66284 MiB
End job on node70 at 2009-07-12 00:02:53