Trace number 2076923

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.15 1811.94

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-19-05.xml
MD5SUM004360dc4ee08fb7f6c35dfdfdd00b76
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.677896
Satisfiable
(Un)Satisfiability was proved
Number of variables291
Number of constraints2544
Maximum constraint arity32
Maximum domain size26
Number of constraints which are defined in extension126
Number of constraints which are defined in intension2418
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 03:46:34 2009
0.00/0.08	c 0	PID 20341
0.06/0.08	c 0	HOST node15.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2076923-1247363193.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-2076923-1247363193.xml' 'HOME/temp.csp'
1.16/1.28	c 1	1 domains, 291 variables, 7 predicates, 7 relations, 2544 constraints
1.16/1.29	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.16/1.29	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.25/1.37	c 1	Parsing HOME/temp.csp
2.05/2.14	c 2	parsed 2850 expressions
2.05/2.15	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.05/2.15	c 2	Converting to clausal form CSP
2.05/2.18	c 2	converted 285 (10%) expressions
4.63/4.72	c 4	converted 570 (20%) expressions
8.42/8.55	c 8	converted 855 (30%) expressions
8.52/8.64	c 8	converted 1140 (40%) expressions
8.52/8.66	c 8	converted 1425 (50%) expressions
8.52/8.69	c 8	converted 1710 (60%) expressions
8.61/8.74	c 8	converted 1995 (70%) expressions
8.61/8.76	c 8	converted 2280 (80%) expressions
8.61/8.79	c 8	converted 2565 (90%) expressions
8.81/8.98	c 8	converted 2850 (100%) expressions
8.81/8.98	c 8	CSP : 291 integers, 0 booleans, 2544 clauses, largest domain size 26
8.81/8.98	c 8	Heap : 162 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.81/8.98	c 8	Propagation in CSP
8.81/8.99	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.81/8.99	c 8	CSP : 291 integers, 0 booleans, 2544 clauses, largest domain size 26
8.81/8.99	c 8	Heap : 163 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.91/9.00	c 8	Simplifing CSP by introducing new Boolean variables
8.91/9.04	c 8	CSP : 291 integers, 19364 booleans, 21908 clauses, largest domain size 26
8.91/9.04	c 8	Heap : 170 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.20/10.33	c 10	Encoding CSP to SAT : HOME/temp.cnf
10.20/10.36	c 10	30 (10%) CSP integer variables are encoded (720 clauses, 7776 bytes)
10.20/10.36	c 10	59 (20%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
10.20/10.37	c 10	88 (30%) CSP integer variables are encoded (2112 clauses, 25393 bytes)
10.20/10.37	c 10	117 (40%) CSP integer variables are encoded (2808 clauses, 34441 bytes)
10.20/10.37	c 10	146 (50%) CSP integer variables are encoded (3504 clauses, 43489 bytes)
10.20/10.37	c 10	175 (60%) CSP integer variables are encoded (4200 clauses, 52537 bytes)
10.20/10.37	c 10	204 (70%) CSP integer variables are encoded (4896 clauses, 61585 bytes)
10.20/10.37	c 10	233 (80%) CSP integer variables are encoded (5592 clauses, 70633 bytes)
10.20/10.37	c 10	262 (90%) CSP integer variables are encoded (6288 clauses, 79681 bytes)
10.20/10.37	c 10	291 (100%) CSP integer variables are encoded (6984 clauses, 88729 bytes)
107.18/107.84	c 107	2191 (10%) CSP clauses are encoded (973579 clauses, 40467438 bytes)
1006.79/1014.51	c 1014	4382 (20%) CSP clauses are encoded (2517665 clauses, 128199329 bytes)
1006.88/1014.62	c 1014	6573 (30%) CSP clauses are encoded (2568556 clauses, 129149419 bytes)
1006.99/1014.72	c 1014	8764 (40%) CSP clauses are encoded (2619422 clauses, 130108854 bytes)
1007.09/1014.83	c 1014	10954 (50%) CSP clauses are encoded (2670287 clauses, 131111571 bytes)
1007.19/1014.94	c 1014	13145 (60%) CSP clauses are encoded (2721178 clauses, 132115253 bytes)
1007.28/1015.04	c 1014	15336 (70%) CSP clauses are encoded (2772044 clauses, 133118476 bytes)
1007.39/1015.15	c 1015	17527 (80%) CSP clauses are encoded (2822935 clauses, 134122158 bytes)
1007.49/1015.26	c 1015	19718 (90%) CSP clauses are encoded (2874101 clauses, 135125341 bytes)
1062.46/1070.57	c 1070	21908 (100%) CSP clauses are encoded (3067406 clauses, 151892728 bytes)
1062.46/1070.58	c 1070	21908 CSP clauses encoded
1062.46/1070.58	c 1070	Writing map file : HOME/temp.map
1062.46/1070.59	c 1070	Heap : 180 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1062.46/1070.59	c 1070	SAT : 26639 SAT variables, 3067406 SAT clauses, 151892728 bytes
1062.46/1070.59	c 1070	Heap : 180 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1062.56/1070.69	c 1070	SOLVING HOME/temp.cnf
1062.56/1070.69	c 1070	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1062.56/1070.69	c 1070	This is MiniSat 2.0 beta
1062.56/1070.69	c 1070	WARNING: for repeatability, setting FPU to use double precision
1062.56/1070.69	c 1070	============================[ Problem Statistics ]=============================
1062.56/1070.69	c 1070	|                                                                             |
1062.56/1070.70	c 1070	|  Number of variables:  26639                                                |
1062.56/1070.70	c 1070	|  Number of clauses:    3067406                                              |
1065.80/1073.99	c 1073	|  Parsing time:         2.87         s                                       |
1066.00/1074.19	c 1074	============================[ Search Statistics ]==============================
1066.00/1074.19	c 1074	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1066.00/1074.19	c 1074	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1066.00/1074.19	c 1074	===============================================================================
1066.00/1074.19	c 1074	|         0 |   26635  3067187 26858158 |  1022395        0    nan |  0.000 % |
1066.19/1074.39	c 1074	|       100 |   26635  3067187 26858158 |  1124635      100      9 |  0.015 % |
1066.50/1074.64	c 1074	|       250 |   26635  3067187 26858158 |  1237098      250      8 |  0.015 % |
1066.60/1074.73	c 1074	|       477 |   26635  3067187 26858158 |  1360808      477      7 |  0.015 % |
1066.60/1074.78	c 1074	|       815 |   26635  3067187 26858158 |  1496889      815      8 |  0.015 % |
1066.89/1075.02	c 1074	|      1321 |   26635  3067187 26858158 |  1646578     1321      8 |  0.015 % |
1067.09/1075.22	c 1075	|      2081 |   26635  3067187 26858158 |  1811236     2081      9 |  0.015 % |
1067.69/1075.82	c 1075	|      3222 |   26635  3067187 26858158 |  1992359     3222      9 |  0.015 % |
1067.88/1076.10	c 1076	|      4931 |   26635  3067187 26858158 |  2191595     4931     10 |  0.015 % |
1068.88/1077.05	c 1076	|      7494 |   26635  3067187 26858158 |  2410755     7494     10 |  0.015 % |
1070.47/1078.66	c 1078	|     11340 |   26635  3067187 26858158 |  2651831    11340     10 |  0.015 % |
1073.35/1081.55	c 1081	|     17106 |   26635  3067187 26858158 |  2917014    17106     11 |  0.015 % |
1077.03/1085.28	c 1085	|     25755 |   26635  3067187 26858158 |  3208715    25755     11 |  0.015 % |
1084.40/1092.62	c 1092	|     38730 |   26635  3067187 26858158 |  3529587    38730     11 |  0.015 % |
1092.26/1100.53	c 1100	|     58192 |   26635  3067187 26858158 |  3882545    58192     12 |  0.015 % |
1108.19/1116.53	c 1116	|     87387 |   26634  3067187 26858158 |  4270800    87386     12 |  0.019 % |
1137.04/1145.56	c 1145	|    131176 |   26633  3067187 26858158 |  4697880   131174     12 |  0.023 % |
1187.89/1196.66	c 1196	|    196862 |   26633  3067187 26858158 |  5167668   196860     13 |  0.023 % |
1265.92/1275.09	c 1275	|    295388 |   26633  3067187 26858158 |  5684435   295386     13 |  0.023 % |
1389.31/1399.00	c 1398	|    443177 |   26632  3067187 26858158 |  6252878   443174     13 |  0.026 % |
1650.44/1661.44	c 1661	|    664860 |   26632  3067187 26858158 |  6878166   664857     14 |  0.026 % |
1800.10/1811.82	c ERROR INTERRUPTED
1800.10/1811.86	s UNKNOWN
1800.10/1811.86	c 1811	CPU 1062.62 (0.06 0.01 1060.66 1.89)
1800.10/1811.86	c 1811	END Sun Jul 12 04:16:45 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-2076923-1247363193/watcher-2076923-1247363193 -o /tmp/evaluation-result-2076923-1247363193/solver-2076923-1247363193 -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-2076923-1247363193.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.42 2.14 2.04 4/82 20341
/proc/meminfo: memFree=1462008/2055920 swapFree=4191900/4192956
[pid=20341] ppid=20339 vsize=4708 CPUtime=0
/proc/20341/stat : 20341 (sugar) R 20339 20341 17791 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 23386193 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 240469996937 0 0 4096 0 0 0 0 17 1 0 0
/proc/20341/statm: 1177 43 33 3 0 8 0

[startup+0.083636 s]
/proc/loadavg: 2.42 2.14 2.04 4/82 20341
/proc/meminfo: memFree=1462008/2055920 swapFree=4191900/4192956
[pid=20341] ppid=20339 vsize=16740 CPUtime=0.06
/proc/20341/stat : 20341 (sugar) S 20339 20341 17791 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 23386193 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20341/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.1019 s]
/proc/loadavg: 2.42 2.14 2.04 4/82 20341
/proc/meminfo: memFree=1462008/2055920 swapFree=4191900/4192956
[pid=20341] ppid=20339 vsize=16868 CPUtime=0.06
/proc/20341/stat : 20341 (sugar) S 20339 20341 17791 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23386193 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20341/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301912 s]
/proc/loadavg: 2.42 2.14 2.04 4/82 20341
/proc/meminfo: memFree=1462008/2055920 swapFree=4191900/4192956
[pid=20341] ppid=20339 vsize=16868 CPUtime=0.06
/proc/20341/stat : 20341 (sugar) S 20339 20341 17791 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23386193 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20341/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701953 s]
/proc/loadavg: 2.42 2.14 2.04 4/82 20341
/proc/meminfo: memFree=1462008/2055920 swapFree=4191900/4192956
[pid=20341] ppid=20339 vsize=16868 CPUtime=0.06
/proc/20341/stat : 20341 (sugar) S 20339 20341 17791 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23386193 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20341/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50202 s]
/proc/loadavg: 2.42 2.14 2.04 4/93 20353
/proc/meminfo: memFree=1435608/2055920 swapFree=4191900/4192956
[pid=20341] ppid=20339 vsize=16868 CPUtime=1.25
/proc/20341/stat : 20341 (sugar) S 20339 20341 17791 0 -1 4194304 1309 10641 0 1 5 1 111 8 15 0 1 0 23386193 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20341/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 16868

[startup+3.10216 s]
/proc/loadavg: 2.38 2.14 2.04 4/93 20363
/proc/meminfo: memFree=1438104/2055920 swapFree=4191900/4192956
[pid=20341] ppid=20339 vsize=16868 CPUtime=1.26
/proc/20341/stat : 20341 (sugar) S 20339 20341 17791 0 -1 4194304 1309 10641 0 1 6 1 111 8 16 0 1 0 23386193 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20341/statm: 4217 1111 409 3 0 796 0
[pid=20354] ppid=20341 vsize=5356 CPUtime=0
/proc/20354/stat : 20354 (sh) S 20341 20341 17791 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23386322 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20354/statm: 1339 233 193 169 0 50 0
[pid=20355] ppid=20354 vsize=865936 CPUtime=1.79
/proc/20355/stat : 20355 (java) S 20354 20341 17791 0 -1 0 15209 0 1 0 170 9 0 0 18 0 9 0 23386323 886718464 13683 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20355/statm: 216484 13683 2566 9 0 210989 0
[pid=20355/tid=20356] ppid=20354 vsize=865936 CPUtime=0.88
/proc/20355/task/20356/stat : 20356 (java) R 20354 20341 17791 0 -1 64 2891 0 1 0 87 1 0 0 25 0 9 0 23386324 886718464 13683 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20355/tid=20357] ppid=20354 vsize=865936 CPUtime=0.83
/proc/20355/task/20357/stat : 20357 (java) R 20354 20341 17791 0 -1 64 11303 0 0 0 77 6 0 0 17 0 9 0 23386325 886718464 13683 996147200 134512640 134550932 4294955936 18446744073709551615 102768164 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20355/tid=20358] ppid=20354 vsize=865936 CPUtime=0
/proc/20355/task/20358/stat : 20358 (java) S 20354 20341 17791 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23386325 886718464 13683 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20355/tid=20359] ppid=20354 vsize=865936 CPUtime=0
/proc/20355/task/20359/stat : 20359 (java) S 20354 20341 17791 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23386325 886718464 13683 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20355/tid=20360] ppid=20354 vsize=865936 CPUtime=0
/proc/20355/task/20360/stat : 20360 (java) S 20354 20341 17791 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23386327 886718464 13683 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20355/tid=20361] ppid=20354 vsize=865936 CPUtime=0.04
/proc/20355/task/20361/stat : 20361 (java) S 20354 20341 17791 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 23386327 886718464 13683 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20355/tid=20362] ppid=20354 vsize=865936 CPUtime=0
/proc/20355/task/20362/stat : 20362 (java) S 20354 20341 17791 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23386327 886718464 13683 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20355/tid=20363] ppid=20354 vsize=865936 CPUtime=0
/proc/20355/task/20363/stat : 20363 (java) S 20354 20341 17791 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 23386327 886718464 13683 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 888160

[startup+6.30244 s]
/proc/loadavg: 2.38 2.14 2.04 4/93 20363
/proc/meminfo: memFree=1354136/2055920 swapFree=4191900/4192956
[pid=20341] ppid=20339 vsize=16868 CPUtime=1.26
/proc/20341/stat : 20341 (sugar) S 20339 20341 17791 0 -1 4194304 1309 10641 0 1 6 1 111 8 16 0 1 0 23386193 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20341/statm: 4217 1111 409 3 0 796 0
[pid=20354] ppid=20341 vsize=5356 CPUtime=0
/proc/20354/stat : 20354 (sh) S 20341 20341 17791 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23386322 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20354/statm: 1339 233 193 169 0 50 0
[pid=20355] ppid=20354 vsize=890596 CPUtime=4.97
/proc/20355/stat : 20355 (java) S 20354 20341 17791 0 -1 0 44645 0 1 0 472 25 0 0 18 0 9 0 23386323 911970304 37618 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20355/statm: 222649 37618 2567 9 0 217154 0
[pid=20355/tid=20356] ppid=20354 vsize=890596 CPUtime=2.14
/proc/20355/task/20356/stat : 20356 (java) S 20354 20341 17791 0 -1 64 3656 0 1 0 212 2 0 0 25 0 9 0 23386324 911970304 37618 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20355/tid=20357] ppid=20354 vsize=890596 CPUtime=2.65
/proc/20355/task/20357/stat : 20357 (java) R 20354 20341 17791 0 -1 64 38865 0 0 0 245 20 0 0 19 0 9 0 23386325 911970304 37618 996147200 134512640 134550932 4294955936 18446744073709551615 104188671 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20355/tid=20358] ppid=20354 vsize=890596 CPUtime=0
/proc/20355/task/20358/stat : 20358 (java) S 20354 20341 17791 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23386325 911970304 37618 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20355/tid=20359] ppid=20354 vsize=890596 CPUtime=0
/proc/20355/task/20359/stat : 20359 (java) S 20354 20341 17791 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23386325 911970304 37618 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20355/tid=20360] ppid=20354 vsize=890596 CPUtime=0
/proc/20355/task/20360/stat : 20360 (java) S 20354 20341 17791 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23386327 911970304 37618 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20355/tid=20361] ppid=20354 vsize=890596 CPUtime=0.14
/proc/20355/task/20361/stat : 20361 (java) S 20354 20341 17791 0 -1 64 1420 0 0 0 13 1 0 0 16 0 9 0 23386327 911970304 37618 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20355/tid=20362] ppid=20354 vsize=890596 CPUtime=0
/proc/20355/task/20362/stat : 20362 (java) S 20354 20341 17791 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23386327 911970304 37618 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20355/tid=20363] ppid=20354 vsize=890596 CPUtime=0
/proc/20355/task/20363/stat : 20363 (java) S 20354 20341 17791 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 23386327 911970304 37618 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 912820

[startup+12.703 s]
/proc/loadavg: 2.40 2.15 2.05 3/93 20363
/proc/meminfo: memFree=1251744/2055920 swapFree=4191900/4192956
[pid=20341] ppid=20339 vsize=16868 CPUtime=1.26
/proc/20341/stat : 20341 (sugar) S 20339 20341 17791 0 -1 4194304 1310 10641 0 1 6 1 111 8 16 0 1 0 23386193 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20341/statm: 4217 1111 409 3 0 796 0
[pid=20354] ppid=20341 vsize=5356 CPUtime=0
/proc/20354/stat : 20354 (sh) S 20341 20341 17791 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23386322 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20354/statm: 1339 233 193 169 0 50 0
[pid=20355] ppid=20354 vsize=869716 CPUtime=11.33
/proc/20355/stat : 20355 (java) S 20354 20341 17791 0 -1 0 72733 0 1 0 1091 42 0 0 18 0 9 0 23386323 890589184 51123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20355/statm: 217429 51123 2593 9 0 211906 0
[pid=20355/tid=20356] ppid=20354 vsize=869716 CPUtime=5.72
/proc/20355/task/20356/stat : 20356 (java) R 20354 20341 17791 0 -1 64 5320 0 1 0 567 5 0 0 25 0 9 0 23386324 890589184 51123 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20355/tid=20357] ppid=20354 vsize=869716 CPUtime=5.36
/proc/20355/task/20357/stat : 20357 (java) S 20354 20341 17791 0 -1 64 65241 0 0 0 503 33 0 0 16 0 9 0 23386325 890589184 51123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20355/tid=20358] ppid=20354 vsize=869716 CPUtime=0
/proc/20355/task/20358/stat : 20358 (java) S 20354 20341 17791 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23386325 890589184 51123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20355/tid=20359] ppid=20354 vsize=869716 CPUtime=0
/proc/20355/task/20359/stat : 20359 (java) S 20354 20341 17791 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23386325 890589184 51123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20355/tid=20360] ppid=20354 vsize=869716 CPUtime=0
/proc/20355/task/20360/stat : 20360 (java) S 20354 20341 17791 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23386327 890589184 51123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20355/tid=20361] ppid=20354 vsize=869716 CPUtime=0.22
/proc/20355/task/20361/stat : 20361 (java) S 20354 20341 17791 0 -1 64 1468 0 0 0 20 2 0 0 17 0 9 0 23386327 890589184 51123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20355/tid=20362] ppid=20354 vsize=869716 CPUtime=0
/proc/20355/task/20362/stat : 20362 (java) S 20354 20341 17791 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23386327 890589184 51123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20355/tid=20363] ppid=20354 vsize=869716 CPUtime=0
/proc/20355/task/20363/stat : 20363 (java) S 20354 20341 17791 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 23386327 890589184 51123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 891940

[startup+25.5011 s]
/proc/loadavg: 2.34 2.15 2.05 3/93 20363
/proc/meminfo: memFree=1215904/2055920 swapFree=4191900/4192956
[pid=20341] ppid=20339 vsize=16868 CPUtime=1.26
/proc/20341/stat : 20341 (sugar) S 20339 20341 17791 0 -1 4194304 1310 10641 0 1 6 1 111 8 16 0 1 0 23386193 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20341/statm: 4217 1111 409 3 0 796 0
[pid=20354] ppid=20341 vsize=5356 CPUtime=0
/proc/20354/stat : 20354 (sh) S 20341 20341 17791 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23386322 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20354/statm: 1339 233 193 169 0 50 0
[pid=20355] ppid=20354 vsize=869716 CPUtime=24.06
/proc/20355/stat : 20355 (java) S 20354 20341 17791 0 -1 0 73434 0 1 0 2355 51 0 0 18 0 9 0 23386323 890589184 51775 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20355/statm: 217429 51775 2593 9 0 211906 0
[pid=20355/tid=20356] ppid=20354 vsize=869716 CPUtime=18.19
/proc/20355/task/20356/stat : 20356 (java) R 20354 20341 17791 0 -1 64 5369 0 1 0 1805 14 0 0 25 0 9 0 23386324 890589184 51775 996147200 134512640 134550932 4294955936 18446744073709551615 4125952216 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20355/tid=20357] ppid=20354 vsize=869716 CPUtime=5.62
/proc/20355/task/20357/stat : 20357 (java) S 20354 20341 17791 0 -1 64 65888 0 0 0 528 34 0 0 16 0 9 0 23386325 890589184 51775 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20355/tid=20358] ppid=20354 vsize=869716 CPUtime=0
/proc/20355/task/20358/stat : 20358 (java) S 20354 20341 17791 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23386325 890589184 51775 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20355/tid=20359] ppid=20354 vsize=869716 CPUtime=0
/proc/20355/task/20359/stat : 20359 (java) S 20354 20341 17791 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23386325 890589184 51775 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20355/tid=20360] ppid=20354 vsize=869716 CPUtime=0
/proc/20355/task/20360/stat : 20360 (java) S 20354 20341 17791 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23386327 890589184 51775 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20355/tid=20361] ppid=20354 vsize=869716 CPUtime=0.23
/proc/20355/task/20361/stat : 20361 (java) S 20354 20341 17791 0 -1 64 1473 0 0 0 21 2 0 0 16 0 9 0 23386327 890589184 51775 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20355/tid=20362] ppid=20354 vsize=869716 CPUtime=0
/proc/20355/task/20362/stat : 20362 (java) S 20354 20341 17791 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23386327 890589184 51775 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20355/tid=20363] ppid=20354 vsize=869716 CPUtime=0
/proc/20355/task/20363/stat : 20363 (java) S 20354 20341 17791 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 23386327 890589184 51775 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 891940

[startup+51.1014 s]
/proc/loadavg: 2.22 2.13 2.04 3/93 20363
/proc/meminfo: memFree=1177056/2055920 swapFree=4191900/4192956
[pid=20341] ppid=20339 vsize=16868 CPUtime=1.26
/proc/20341/stat : 20341 (sugar) S 20339 20341 17791 0 -1 4194304 1310 10641 0 1 6 1 111 8 16 0 1 0 23386193 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20341/statm: 4217 1111 409 3 0 796 0
[pid=20354] ppid=20341 vsize=5356 CPUtime=0
/proc/20354/stat : 20354 (sh) S 20341 20341 17791 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23386322 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20354/statm: 1339 233 193 169 0 50 0
[pid=20355] ppid=20354 vsize=869716 CPUtime=49.51
/proc/20355/stat : 20355 (java) S 20354 20341 17791 0 -1 0 74624 0 1 0 4891 60 0 0 18 0 9 0 23386323 890589184 52918 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20355/statm: 217429 52918 2593 9 0 211906 0

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

/proc/20944/stat : 20944 (minisat) R 20943 20341 17791 0 -1 4194304 67301 0 0 0 34931 57 0 0 25 0 1 0 23493263 281649152 67287 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20944/statm: 68762 67287 76 150 0 68609 0
Current children cumulated CPU time (s) 1412.5
Current children cumulated vsize (KiB) 297272

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/85 20944
/proc/meminfo: memFree=882152/2055920 swapFree=4191900/4192956
[pid=20341] ppid=20339 vsize=16868 CPUtime=1062.62
/proc/20341/stat : 20341 (sugar) S 20339 20341 17791 0 -1 4194304 1376 138874 0 2 6 1 106066 189 16 0 1 0 23386193 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20341/statm: 4217 1113 409 3 0 796 0
[pid=20943] ppid=20341 vsize=5356 CPUtime=0
/proc/20943/stat : 20943 (sh) S 20341 20341 17791 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23493262 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20943/statm: 1339 232 193 169 0 50 0
[pid=20944] ppid=20943 vsize=280728 CPUtime=409.57
/proc/20944/stat : 20944 (minisat) R 20943 20341 17791 0 -1 4194304 68538 0 0 0 40899 58 0 0 25 0 1 0 23493263 287465472 68524 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/20944/statm: 70182 68524 76 150 0 70029 0
Current children cumulated CPU time (s) 1472.19
Current children cumulated vsize (KiB) 302952

[startup+1542.3 s]
/proc/loadavg: 2.07 2.04 2.05 3/85 20944
/proc/meminfo: memFree=862184/2055920 swapFree=4191900/4192956
[pid=20341] ppid=20339 vsize=16868 CPUtime=1062.62
/proc/20341/stat : 20341 (sugar) S 20339 20341 17791 0 -1 4194304 1376 138874 0 2 6 1 106066 189 16 0 1 0 23386193 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20341/statm: 4217 1113 409 3 0 796 0
[pid=20943] ppid=20341 vsize=5356 CPUtime=0
/proc/20943/stat : 20943 (sh) S 20341 20341 17791 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23493262 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20943/statm: 1339 232 193 169 0 50 0
[pid=20944] ppid=20943 vsize=286140 CPUtime=469.28
/proc/20944/stat : 20944 (minisat) R 20943 20341 17791 0 -1 4194304 69901 0 0 0 46869 59 0 0 25 0 1 0 23493263 293007360 69887 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20944/statm: 71535 69887 76 150 0 71382 0
Current children cumulated CPU time (s) 1531.9
Current children cumulated vsize (KiB) 308364

[startup+1602.3 s]
/proc/loadavg: 2.03 2.03 2.04 3/85 20944
/proc/meminfo: memFree=856232/2055920 swapFree=4191900/4192956
[pid=20341] ppid=20339 vsize=16868 CPUtime=1062.62
/proc/20341/stat : 20341 (sugar) S 20339 20341 17791 0 -1 4194304 1376 138874 0 2 6 1 106066 189 16 0 1 0 23386193 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20341/statm: 4217 1113 409 3 0 796 0
[pid=20943] ppid=20341 vsize=5356 CPUtime=0
/proc/20943/stat : 20943 (sh) S 20341 20341 17791 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23493262 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20943/statm: 1339 232 193 169 0 50 0
[pid=20944] ppid=20943 vsize=290776 CPUtime=529
/proc/20944/stat : 20944 (minisat) R 20943 20341 17791 0 -1 4194304 71051 0 0 0 52839 61 0 0 25 0 1 0 23493263 297754624 71037 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/20944/statm: 72694 71037 76 150 0 72541 0
Current children cumulated CPU time (s) 1591.62
Current children cumulated vsize (KiB) 313000

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.04 3/85 20944
/proc/meminfo: memFree=825000/2055920 swapFree=4191900/4192956
[pid=20341] ppid=20339 vsize=16868 CPUtime=1062.62
/proc/20341/stat : 20341 (sugar) S 20339 20341 17791 0 -1 4194304 1376 138874 0 2 6 1 106066 189 16 0 1 0 23386193 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20341/statm: 4217 1113 409 3 0 796 0
[pid=20943] ppid=20341 vsize=5356 CPUtime=0
/proc/20943/stat : 20943 (sh) S 20341 20341 17791 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23493262 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20943/statm: 1339 232 193 169 0 50 0
[pid=20944] ppid=20943 vsize=296396 CPUtime=588.71
/proc/20944/stat : 20944 (minisat) R 20943 20341 17791 0 -1 4194304 72465 0 0 0 58808 63 0 0 25 0 1 0 23493263 303509504 72451 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20944/statm: 74099 72451 76 150 0 73946 0
Current children cumulated CPU time (s) 1651.33
Current children cumulated vsize (KiB) 318620

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.03 3/85 20944
/proc/meminfo: memFree=815912/2055920 swapFree=4191900/4192956
[pid=20341] ppid=20339 vsize=16868 CPUtime=1062.62
/proc/20341/stat : 20341 (sugar) S 20339 20341 17791 0 -1 4194304 1376 138874 0 2 6 1 106066 189 16 0 1 0 23386193 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20341/statm: 4217 1113 409 3 0 796 0
[pid=20943] ppid=20341 vsize=5356 CPUtime=0
/proc/20943/stat : 20943 (sh) S 20341 20341 17791 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23493262 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20943/statm: 1339 232 193 169 0 50 0
[pid=20944] ppid=20943 vsize=306476 CPUtime=648.4
/proc/20944/stat : 20944 (minisat) R 20943 20341 17791 0 -1 4194304 74716 0 0 0 64776 64 0 0 25 0 1 0 23493263 313831424 74702 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20944/statm: 76619 74702 76 150 0 76466 0
Current children cumulated CPU time (s) 1711.02
Current children cumulated vsize (KiB) 328700

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/85 20944
/proc/meminfo: memFree=810024/2055920 swapFree=4191900/4192956
[pid=20341] ppid=20339 vsize=16868 CPUtime=1062.62
/proc/20341/stat : 20341 (sugar) S 20339 20341 17791 0 -1 4194304 1376 138874 0 2 6 1 106066 189 16 0 1 0 23386193 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20341/statm: 4217 1113 409 3 0 796 0
[pid=20943] ppid=20341 vsize=5356 CPUtime=0
/proc/20943/stat : 20943 (sh) S 20341 20341 17791 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23493262 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20943/statm: 1339 232 193 169 0 50 0
[pid=20944] ppid=20943 vsize=312148 CPUtime=708.12
/proc/20944/stat : 20944 (minisat) R 20943 20341 17791 0 -1 4194304 76156 0 0 0 70746 66 0 0 25 0 1 0 23493263 319639552 76142 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/20944/statm: 78037 76142 76 150 0 77884 0
Current children cumulated CPU time (s) 1770.74
Current children cumulated vsize (KiB) 334372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.8 s]
/proc/loadavg: 2.00 2.01 2.02 3/85 20944
/proc/meminfo: memFree=808616/2055920 swapFree=4191900/4192956
[pid=20341] ppid=20339 vsize=16868 CPUtime=1062.62
/proc/20341/stat : 20341 (sugar) S 20339 20341 17791 0 -1 4194304 1376 138874 0 2 6 1 106066 189 16 0 1 0 23386193 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20341/statm: 4217 1113 409 3 0 796 0
[pid=20943] ppid=20341 vsize=5356 CPUtime=0
/proc/20943/stat : 20943 (sh) S 20341 20341 17791 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23493262 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20943/statm: 1339 232 193 169 0 50 0
[pid=20944] ppid=20943 vsize=313676 CPUtime=737.48
/proc/20944/stat : 20944 (minisat) R 20943 20341 17791 0 -1 4194304 76557 0 0 0 73681 67 0 0 25 0 1 0 23493263 321204224 76543 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/20944/statm: 78419 76543 76 150 0 78266 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 335900

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

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

[startup+1811.8 s]
/proc/loadavg: 2.00 2.01 2.02 3/85 20944
/proc/meminfo: memFree=808616/2055920 swapFree=4191900/4192956
[pid=20341] ppid=20339 vsize=16868 CPUtime=1062.62
/proc/20341/stat : 20341 (sugar) S 20339 20341 17791 0 -1 4194304 1376 138874 0 2 6 1 106066 189 16 0 1 0 23386193 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20341/statm: 4217 1113 409 3 0 796 0
[pid=20943] ppid=20341 vsize=5356 CPUtime=0
/proc/20943/stat : 20943 (sh) S 20341 20341 17791 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23493262 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20943/statm: 1339 232 193 169 0 50 0
[pid=20944] ppid=20943 vsize=313676 CPUtime=737.48
/proc/20944/stat : 20944 (minisat) R 20943 20341 17791 0 -1 4194304 76557 0 0 0 73681 67 0 0 25 0 1 0 23493263 321204224 76543 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/20944/statm: 78419 76543 76 150 0 78266 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 335900

[startup+1811.92 s]
/proc/loadavg: 2.00 2.01 2.02 3/85 20944
/proc/meminfo: memFree=808616/2055920 swapFree=4191900/4192956
[pid=20341] ppid=20339 vsize=16868 CPUtime=1062.68
/proc/20341/stat : 20341 (sugar) R 20339 20341 17791 0 -1 4194304 1423 139151 0 2 6 7 106066 189 16 0 1 0 23386193 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240472790057 0 0 4224 16386 0 0 0 17 1 0 0
/proc/20341/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 1062.68
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1811.92 s]
/proc/loadavg: 2.00 2.01 2.02 3/85 20944
/proc/meminfo: memFree=808616/2055920 swapFree=4191900/4192956
[pid=20341] ppid=20339 vsize=16868 CPUtime=1062.68
/proc/20341/stat : 20341 (sugar) R 20339 20341 17791 0 -1 4194304 1423 139151 0 2 6 7 106066 189 16 0 1 0 23386193 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240472790057 0 0 4224 16386 0 0 0 17 1 0 0
/proc/20341/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 1062.68
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): 737.42
#  lost CPU user time (s): 736.81
#  lost CPU system time (s): 0.61

Real time (s): 1811.94
CPU time (s): 1800.15
CPU user time (s): 1797.54
CPU system time (s): 2.6077
CPU usage (%): 99.3492
Max. virtual memory (cumulated for all children) (KiB): 912820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1060.73
system time used= 1.9977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140633
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= 29774
involuntary context switches= 40173

runsolver used 2.17067 second user time and 6.22105 second system time

The end

Launcher Data

Begin job on node15 at 2009-07-12 03:46:33
IDJOB=2076923
IDBENCH=56528
IDSOLVER=739
FILE ID=node15/2076923-1247363193
PBS_JOBID= 9506924
Free space on /tmp= 66268 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ogdHerald/normalized-crossword-m1-ogd-19-05.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-2076923-1247363193/watcher-2076923-1247363193 -o /tmp/evaluation-result-2076923-1247363193/solver-2076923-1247363193 -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-2076923-1247363193.xml

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

MD5SUM BENCH= 004360dc4ee08fb7f6c35dfdfdd00b76
RANDOM SEED=1606769717

node15.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.220
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.220
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:       1462488 kB
Buffers:         38528 kB
Cached:         100684 kB
SwapCached:        392 kB
Active:         490836 kB
Inactive:        51032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1462488 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2796 kB
Writeback:           0 kB
Mapped:         422436 kB
Slab:            35956 kB
Committed_AS:   632876 kB
PageTables:       2704 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= 66276 MiB
End job on node15 at 2009-07-12 04:16:47