Trace number 2077660

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.22 1827.32

General information on the benchmark

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

Solver Data

0.05/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.07	c 0	BEGIN Sun Jul 12 04:24:08 2009
0.05/0.07	c 0	PID 2918
0.05/0.07	c 0	HOST node80.alineos.net
0.05/0.07	c 0	CONVERTING HOME/instance-2077660-1247365447.xml TO HOME/temp.csp
0.05/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2077660-1247365447.xml' 'HOME/temp.csp'
0.07/0.90	c 0	1 domains, 462 variables, 9 predicates, 8 relations, 2086 constraints
0.07/0.92	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.92	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.83/1.02	c 1	Parsing HOME/temp.csp
1.29/1.54	c 1	parsed 2566 expressions
1.29/1.56	c 1	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.29/1.56	c 1	Converting to clausal form CSP
1.36/1.61	c 1	converted 257 (10%) expressions
1.53/1.85	c 1	converted 514 (20%) expressions
3.65/4.18	c 4	converted 770 (30%) expressions
9.41/10.49	c 10	converted 1027 (40%) expressions
9.51/10.52	c 10	converted 1283 (50%) expressions
9.51/10.55	c 10	converted 1540 (60%) expressions
9.60/10.68	c 10	converted 1797 (70%) expressions
9.68/10.71	c 10	converted 2053 (80%) expressions
9.77/10.87	c 10	converted 2310 (90%) expressions
9.85/10.93	c 10	converted 2566 (100%) expressions
9.85/10.93	c 10	CSP : 462 integers, 0 booleans, 2086 clauses, largest domain size 26
9.85/10.93	c 10	Heap : 223 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.85/10.93	c 10	Propagation in CSP
9.85/10.95	c 11	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
9.85/10.95	c 11	CSP : 462 integers, 0 booleans, 2086 clauses, largest domain size 26
9.85/10.95	c 11	Heap : 223 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.85/10.95	c 11	Simplifing CSP by introducing new Boolean variables
9.85/11.00	c 11	CSP : 462 integers, 21432 booleans, 23518 clauses, largest domain size 26
9.85/11.00	c 11	Heap : 231 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.03/12.16	c 12	Encoding CSP to SAT : HOME/temp.cnf
11.10/12.20	c 12	47 (10%) CSP integer variables are encoded (1128 clauses, 12601 bytes)
11.10/12.21	c 12	93 (20%) CSP integer variables are encoded (2232 clauses, 26953 bytes)
11.10/12.21	c 12	139 (30%) CSP integer variables are encoded (3336 clauses, 41305 bytes)
11.10/12.21	c 12	185 (40%) CSP integer variables are encoded (4440 clauses, 55657 bytes)
11.10/12.21	c 12	231 (50%) CSP integer variables are encoded (5544 clauses, 70009 bytes)
11.10/12.21	c 12	278 (60%) CSP integer variables are encoded (6672 clauses, 84673 bytes)
11.10/12.21	c 12	324 (70%) CSP integer variables are encoded (7776 clauses, 99025 bytes)
11.10/12.21	c 12	370 (80%) CSP integer variables are encoded (8880 clauses, 113377 bytes)
11.10/12.22	c 12	416 (90%) CSP integer variables are encoded (9984 clauses, 128498 bytes)
11.10/12.22	c 12	462 (100%) CSP integer variables are encoded (11088 clauses, 145058 bytes)
406.32/432.60	c 432	2352 (10%) CSP clauses are encoded (2743106 clauses, 139537340 bytes)
999.46/1026.20	c 1026	4704 (20%) CSP clauses are encoded (4503031 clauses, 256206212 bytes)
999.56/1026.29	c 1026	7056 (30%) CSP clauses are encoded (4558858 clauses, 257316189 bytes)
999.66/1026.39	c 1026	9408 (40%) CSP clauses are encoded (4615035 clauses, 258411894 bytes)
999.76/1026.49	c 1026	11759 (50%) CSP clauses are encoded (4671636 clauses, 259497868 bytes)
999.86/1026.59	c 1026	14111 (60%) CSP clauses are encoded (4728263 clauses, 260626851 bytes)
999.95/1026.69	c 1026	16463 (70%) CSP clauses are encoded (4784890 clauses, 261759484 bytes)
1011.34/1038.02	c 1038	18815 (80%) CSP clauses are encoded (4938031 clauses, 271857501 bytes)
1011.44/1038.13	c 1038	21167 (90%) CSP clauses are encoded (4995483 clauses, 272996701 bytes)
1011.54/1038.23	c 1038	23518 (100%) CSP clauses are encoded (5053534 clauses, 274156269 bytes)
1011.54/1038.23	c 1038	23518 CSP clauses encoded
1011.54/1038.23	c 1038	Writing map file : HOME/temp.map
1011.54/1038.25	c 1038	Heap : 290 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1011.54/1038.25	c 1038	SAT : 32982 SAT variables, 5053534 SAT clauses, 274156269 bytes
1011.54/1038.25	c 1038	Heap : 290 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1011.60/1038.37	c 1038	SOLVING HOME/temp.cnf
1011.60/1038.37	c 1038	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1011.60/1038.37	c 1038	This is MiniSat 2.0 beta
1011.60/1038.37	c 1038	WARNING: for repeatability, setting FPU to use double precision
1011.60/1038.37	c 1038	============================[ Problem Statistics ]=============================
1011.60/1038.37	c 1038	|                                                                             |
1011.60/1038.38	c 1038	|  Number of variables:  32982                                                |
1011.60/1038.38	c 1038	|  Number of clauses:    5053534                                              |
1016.78/1043.55	c 1043	|  Parsing time:         4.60         s                                       |
1017.08/1043.88	c 1043	============================[ Search Statistics ]==============================
1017.08/1043.88	c 1043	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1017.08/1043.88	c 1043	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1017.08/1043.88	c 1043	===============================================================================
1017.08/1043.88	c 1043	|         0 |   32978  5052960 47671482 |  1684320        0    nan |  0.000 % |
1017.38/1044.17	c 1044	|       103 |   32978  5052960 47671482 |  1852752      103      7 |  0.012 % |
1017.68/1044.46	c 1044	|       253 |   32978  5052960 47671482 |  2038027      253      7 |  0.012 % |
1017.97/1044.73	c 1044	|       480 |   32977  5052960 47671482 |  2241829      479      8 |  0.015 % |
1018.17/1044.96	c 1045	|       817 |   32976  5052960 47671482 |  2466012      815      8 |  0.018 % |
1018.38/1045.18	c 1045	|      1326 |   32976  5052960 47671482 |  2712614     1324      9 |  0.018 % |
1018.68/1045.48	c 1045	|      2085 |   32976  5052960 47671482 |  2983875     2083     10 |  0.018 % |
1019.38/1046.13	c 1046	|      3224 |   32976  5052960 47671482 |  3282263     3222     11 |  0.018 % |
1019.87/1046.67	c 1046	|      4932 |   32976  5052960 47671482 |  3610489     4930     11 |  0.018 % |
1020.87/1047.67	c 1047	|      7496 |   32976  5052960 47671482 |  3971538     7494     11 |  0.018 % |
1022.57/1049.31	c 1049	|     11340 |   32976  5052960 47671482 |  4368692    11338     12 |  0.018 % |
1025.37/1052.19	c 1052	|     17108 |   32976  5052960 47671482 |  4805561    17106     13 |  0.018 % |
1027.67/1054.42	c 1054	|     25759 |   32976  5052960 47671482 |  5286117    25757     12 |  0.018 % |
1033.07/1059.80	c 1059	|     38734 |   32975  5052960 47671482 |  5814729    38731     12 |  0.021 % |
1042.67/1069.41	c 1069	|     58195 |   32974  5052960 47671482 |  6396202    58191     12 |  0.024 % |
1052.66/1079.40	c 1079	|     87387 |   32973  5052960 47671482 |  7035822    87382     12 |  0.027 % |
1079.75/1106.57	c 1106	|    131177 |   32972  5052960 47671482 |  7739404   131171     13 |  0.030 % |
1125.53/1152.35	c 1152	|    196861 |   32972  5052960 47671482 |  8513345   196855     14 |  0.030 % |
1197.41/1224.30	c 1224	|    295389 |   32972  5052960 47671482 |  9364679   295383     16 |  0.030 % |
1286.17/1313.06	c 1313	|    443181 |   32971  5052960 47671482 | 10301147   443174     15 |  0.033 % |
1493.39/1520.34	c 1520	|    664864 |   32966  5052960 47671482 | 11331262   664852     15 |  0.049 % |
1800.09/1827.12	c ERROR INTERRUPTED
1800.09/1827.18	s UNKNOWN
1800.09/1827.18	c 1827	CPU 1011.67 (0.05 0.02 1009.04 2.56)
1800.09/1827.18	c 1827	END Sun Jul 12 04:54:35 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-2077660-1247365447/watcher-2077660-1247365447 -o /tmp/evaluation-result-2077660-1247365447/solver-2077660-1247365447 -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-2077660-1247365447.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: 3.16 2.54 2.39 5/89 2918
/proc/meminfo: memFree=1615064/2055920 swapFree=4192812/4192956
[pid=2918] ppid=2916 vsize=12272 CPUtime=0
/proc/2918/stat : 2918 (sugar) R 2916 2918 17899 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 23609336 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 226687154789 0 0 4224 0 0 0 0 17 1 0 0
/proc/2918/statm: 3068 364 274 3 0 168 0

[startup+0.0623489 s]
/proc/loadavg: 3.16 2.54 2.39 5/89 2918
/proc/meminfo: memFree=1615064/2055920 swapFree=4192812/4192956
[pid=2918] ppid=2916 vsize=16344 CPUtime=0.05
/proc/2918/stat : 2918 (sugar) R 2916 2918 17899 0 -1 4194304 1010 0 0 0 4 1 0 0 18 0 1 0 23609336 16736256 978 996147200 4194304 4206940 548682068608 18446744073709551615 226686833377 0 0 4224 0 0 0 0 17 1 0 0
/proc/2918/statm: 4086 979 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.101355 s]
/proc/loadavg: 3.16 2.54 2.39 5/89 2918
/proc/meminfo: memFree=1615064/2055920 swapFree=4192812/4192956
[pid=2918] ppid=2916 vsize=16868 CPUtime=0.07
/proc/2918/stat : 2918 (sugar) S 2916 2918 17899 0 -1 4194304 1227 128 0 0 5 2 0 0 17 0 1 0 23609336 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2918/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301396 s]
/proc/loadavg: 3.16 2.54 2.39 5/89 2918
/proc/meminfo: memFree=1615064/2055920 swapFree=4192812/4192956
[pid=2918] ppid=2916 vsize=16868 CPUtime=0.07
/proc/2918/stat : 2918 (sugar) S 2916 2918 17899 0 -1 4194304 1227 128 0 0 5 2 0 0 17 0 1 0 23609336 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2918/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701478 s]
/proc/loadavg: 3.16 2.54 2.39 5/89 2918
/proc/meminfo: memFree=1615064/2055920 swapFree=4192812/4192956
[pid=2918] ppid=2916 vsize=16868 CPUtime=0.07
/proc/2918/stat : 2918 (sugar) S 2916 2918 17899 0 -1 4194304 1227 128 0 0 5 2 0 0 17 0 1 0 23609336 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2918/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50264 s]
/proc/loadavg: 3.16 2.54 2.39 4/101 3036
/proc/meminfo: memFree=1606712/2055920 swapFree=4192812/4192956
[pid=2918] ppid=2916 vsize=16868 CPUtime=0.79
/proc/2918/stat : 2918 (sugar) S 2916 2918 17899 0 -1 4194304 1309 8443 0 1 5 2 67 5 15 0 1 0 23609336 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2918/statm: 4217 1111 409 3 0 796 0
[pid=3012] ppid=2918 vsize=5356 CPUtime=0
/proc/3012/stat : 3012 (sh) S 2918 2918 17899 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23609429 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3012/statm: 1339 233 193 169 0 50 0
[pid=3013] ppid=3012 vsize=862288 CPUtime=0.5
/proc/3013/stat : 3013 (java) S 3012 2918 17899 0 -1 0 6247 0 1 0 47 3 0 0 18 0 9 0 23609429 882982912 5536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3013/statm: 215572 5536 2158 9 0 210485 0
[pid=3013/tid=3016] ppid=3012 vsize=862288 CPUtime=0.32
/proc/3013/task/3016/stat : 3016 (java) R 3012 2918 17899 0 -1 64 2016 0 1 0 31 1 0 0 25 0 9 0 23609430 882982912 5536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3013/tid=3020] ppid=3012 vsize=862288 CPUtime=0.13
/proc/3013/task/3020/stat : 3020 (java) R 3012 2918 17899 0 -1 64 3220 0 0 0 12 1 0 0 16 0 9 0 23609432 882982912 5536 996147200 134512640 134550932 4294955936 18446744073709551615 102722520 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3013/tid=3021] ppid=3012 vsize=862288 CPUtime=0
/proc/3013/task/3021/stat : 3021 (java) S 3012 2918 17899 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23609432 882982912 5536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3013/tid=3024] ppid=3012 vsize=862288 CPUtime=0
/proc/3013/task/3024/stat : 3024 (java) S 3012 2918 17899 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23609432 882982912 5536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3013/tid=3030] ppid=3012 vsize=862288 CPUtime=0
/proc/3013/task/3030/stat : 3030 (java) S 3012 2918 17899 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 23609435 882982912 5536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3013/tid=3031] ppid=3012 vsize=862288 CPUtime=0.03
/proc/3013/task/3031/stat : 3031 (java) S 3012 2918 17899 0 -1 64 308 0 0 0 3 0 0 0 20 0 9 0 23609435 882982912 5536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3013/tid=3034] ppid=3012 vsize=862288 CPUtime=0
/proc/3013/task/3034/stat : 3034 (java) S 3012 2918 17899 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 23609435 882982912 5536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3013/tid=3035] ppid=3012 vsize=862288 CPUtime=0
/proc/3013/task/3035/stat : 3035 (java) S 3012 2918 17899 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23609435 882982912 5536 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 884512

[startup+3.10297 s]
/proc/loadavg: 3.16 2.54 2.39 5/100 3113
/proc/meminfo: memFree=1581504/2055920 swapFree=4192812/4192956
[pid=2918] ppid=2916 vsize=16868 CPUtime=0.79
/proc/2918/stat : 2918 (sugar) S 2916 2918 17899 0 -1 4194304 1309 8443 0 1 5 2 67 5 15 0 1 0 23609336 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2918/statm: 4217 1111 409 3 0 796 0
[pid=3012] ppid=2918 vsize=5356 CPUtime=0
/proc/3012/stat : 3012 (sh) S 2918 2918 17899 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23609429 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3012/statm: 1339 233 193 169 0 50 0
[pid=3013] ppid=3012 vsize=864384 CPUtime=1.94
/proc/3013/stat : 3013 (java) S 3012 2918 17899 0 -1 0 16681 0 1 0 187 7 0 0 18 0 9 0 23609429 885129216 15925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3013/statm: 216096 15925 2566 9 0 210601 0
[pid=3013/tid=3016] ppid=3012 vsize=864384 CPUtime=0.9
/proc/3013/task/3016/stat : 3016 (java) R 3012 2918 17899 0 -1 64 3196 0 1 0 89 1 0 0 25 0 9 0 23609430 885129216 15925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3013/tid=3020] ppid=3012 vsize=864384 CPUtime=0.94
/proc/3013/task/3020/stat : 3020 (java) R 3012 2918 17899 0 -1 64 12454 0 0 0 90 4 0 0 16 0 9 0 23609432 885129216 15925 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3013/tid=3021] ppid=3012 vsize=864384 CPUtime=0
/proc/3013/task/3021/stat : 3021 (java) S 3012 2918 17899 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23609432 885129216 15925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3013/tid=3024] ppid=3012 vsize=864384 CPUtime=0
/proc/3013/task/3024/stat : 3024 (java) S 3012 2918 17899 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23609432 885129216 15925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3013/tid=3030] ppid=3012 vsize=864384 CPUtime=0
/proc/3013/task/3030/stat : 3030 (java) S 3012 2918 17899 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 23609435 885129216 15925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3013/tid=3031] ppid=3012 vsize=864384 CPUtime=0.07
/proc/3013/task/3031/stat : 3031 (java) S 3012 2918 17899 0 -1 64 328 0 0 0 7 0 0 0 16 0 9 0 23609435 885129216 15925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3013/tid=3034] ppid=3012 vsize=864384 CPUtime=0
/proc/3013/task/3034/stat : 3034 (java) S 3012 2918 17899 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 23609435 885129216 15925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3013/tid=3035] ppid=3012 vsize=864384 CPUtime=0
/proc/3013/task/3035/stat : 3035 (java) S 3012 2918 17899 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23609435 885129216 15925 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 886608

[startup+6.30162 s]
/proc/loadavg: 3.31 2.58 2.40 5/101 3356
/proc/meminfo: memFree=1478520/2055920 swapFree=4192812/4192956
[pid=2918] ppid=2916 vsize=16868 CPUtime=0.79
/proc/2918/stat : 2918 (sugar) S 2916 2918 17899 0 -1 4194304 1309 8443 0 1 5 2 67 5 16 0 1 0 23609336 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2918/statm: 4217 1111 409 3 0 796 0
[pid=3012] ppid=2918 vsize=5356 CPUtime=0
/proc/3012/stat : 3012 (sh) S 2918 2918 17899 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23609429 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3012/statm: 1339 233 193 169 0 50 0
[pid=3013] ppid=3012 vsize=868640 CPUtime=4.83
/proc/3013/stat : 3013 (java) S 3012 2918 17899 0 -1 0 46043 0 1 0 461 22 0 0 18 0 9 0 23609429 889487360 35026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3013/statm: 217160 35026 2567 9 0 211665 0
[pid=3013/tid=3016] ppid=3012 vsize=868640 CPUtime=1.78
/proc/3013/task/3016/stat : 3016 (java) R 3012 2918 17899 0 -1 64 4369 0 1 0 176 2 0 0 25 0 9 0 23609430 889487360 35026 996147200 134512640 134550932 4294955936 18446744073709551615 103211686 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3013/tid=3020] ppid=3012 vsize=868640 CPUtime=2.88
/proc/3013/task/3020/stat : 3020 (java) S 3012 2918 17899 0 -1 64 39495 0 0 0 270 18 0 0 18 0 9 0 23609432 889487360 35026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3013/tid=3021] ppid=3012 vsize=868640 CPUtime=0
/proc/3013/task/3021/stat : 3021 (java) S 3012 2918 17899 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23609432 889487360 35026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3013/tid=3024] ppid=3012 vsize=868640 CPUtime=0
/proc/3013/task/3024/stat : 3024 (java) S 3012 2918 17899 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23609432 889487360 35026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3013/tid=3030] ppid=3012 vsize=868640 CPUtime=0
/proc/3013/task/3030/stat : 3030 (java) S 3012 2918 17899 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 23609435 889487360 35026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3013/tid=3031] ppid=3012 vsize=868640 CPUtime=0.14
/proc/3013/task/3031/stat : 3031 (java) S 3012 2918 17899 0 -1 64 1476 0 0 0 14 0 0 0 16 0 9 0 23609435 889487360 35026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3013/tid=3034] ppid=3012 vsize=868640 CPUtime=0
/proc/3013/task/3034/stat : 3034 (java) S 3012 2918 17899 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 23609435 889487360 35026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3013/tid=3035] ppid=3012 vsize=868640 CPUtime=0
/proc/3013/task/3035/stat : 3035 (java) S 3012 2918 17899 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23609435 889487360 35026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.62
Current children cumulated vsize (KiB) 890864

[startup+12.7029 s]
/proc/loadavg: 3.37 2.60 2.41 5/101 3723
/proc/meminfo: memFree=1333752/2055920 swapFree=4192812/4192956
[pid=2918] ppid=2916 vsize=16868 CPUtime=0.79
/proc/2918/stat : 2918 (sugar) S 2916 2918 17899 0 -1 4194304 1310 8443 0 1 5 2 67 5 16 0 1 0 23609336 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2918/statm: 4217 1111 409 3 0 796 0
[pid=3012] ppid=2918 vsize=5356 CPUtime=0
/proc/3012/stat : 3012 (sh) S 2918 2918 17899 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23609429 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3012/statm: 1339 233 193 169 0 50 0
[pid=3013] ppid=3012 vsize=868752 CPUtime=10.75
/proc/3013/stat : 3013 (java) S 3012 2918 17899 0 -1 0 97171 0 1 0 1029 46 0 0 18 0 9 0 23609429 889602048 68826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3013/statm: 217188 68826 2593 9 0 211665 0
[pid=3013/tid=3016] ppid=3012 vsize=868752 CPUtime=3.76
/proc/3013/task/3016/stat : 3016 (java) R 3012 2918 17899 0 -1 64 6070 0 1 0 372 4 0 0 25 0 9 0 23609430 889602048 68826 996147200 134512640 134550932 4294955936 18446744073709551615 4126539159 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3013/tid=3020] ppid=3012 vsize=868752 CPUtime=6.74
/proc/3013/task/3020/stat : 3020 (java) S 3012 2918 17899 0 -1 64 88874 0 0 0 634 40 0 0 16 0 9 0 23609432 889602048 68826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3013/tid=3021] ppid=3012 vsize=868752 CPUtime=0
/proc/3013/task/3021/stat : 3021 (java) S 3012 2918 17899 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23609432 889602048 68826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3013/tid=3024] ppid=3012 vsize=868752 CPUtime=0
/proc/3013/task/3024/stat : 3024 (java) S 3012 2918 17899 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23609432 889602048 68826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3013/tid=3030] ppid=3012 vsize=868752 CPUtime=0
/proc/3013/task/3030/stat : 3030 (java) S 3012 2918 17899 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 23609435 889602048 68826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3013/tid=3031] ppid=3012 vsize=868752 CPUtime=0.22
/proc/3013/task/3031/stat : 3031 (java) S 3012 2918 17899 0 -1 64 1524 0 0 0 21 1 0 0 15 0 9 0 23609435 889602048 68826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3013/tid=3034] ppid=3012 vsize=868752 CPUtime=0
/proc/3013/task/3034/stat : 3034 (java) S 3012 2918 17899 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 23609435 889602048 68826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3013/tid=3035] ppid=3012 vsize=868752 CPUtime=0
/proc/3013/task/3035/stat : 3035 (java) S 3012 2918 17899 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23609435 889602048 68826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.54
Current children cumulated vsize (KiB) 890976

[startup+25.5015 s]
/proc/loadavg: 3.28 2.62 2.42 6/101 4743
/proc/meminfo: memFree=1326328/2055920 swapFree=4192812/4192956
[pid=2918] ppid=2916 vsize=16868 CPUtime=0.79
/proc/2918/stat : 2918 (sugar) S 2916 2918 17899 0 -1 4194304 1310 8443 0 1 5 2 67 5 16 0 1 0 23609336 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2918/statm: 4217 1111 409 3 0 796 0
[pid=3012] ppid=2918 vsize=5356 CPUtime=0
/proc/3012/stat : 3012 (sh) S 2918 2918 17899 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23609429 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3012/statm: 1339 233 193 169 0 50 0
[pid=3013] ppid=3012 vsize=868752 CPUtime=22.45
/proc/3013/stat : 3013 (java) S 3012 2918 17899 0 -1 0 97734 0 1 0 2190 55 0 0 18 0 9 0 23609429 889602048 69359 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3013/statm: 217188 69359 2593 9 0 211665 0
[pid=3013/tid=3016] ppid=3012 vsize=868752 CPUtime=15.24
/proc/3013/task/3016/stat : 3016 (java) R 3012 2918 17899 0 -1 64 6100 0 1 0 1513 11 0 0 25 0 9 0 23609430 889602048 69359 996147200 134512640 134550932 4294955936 18446744073709551615 4126966740 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3013/tid=3020] ppid=3012 vsize=868752 CPUtime=6.94
/proc/3013/task/3020/stat : 3020 (java) S 3012 2918 17899 0 -1 64 89401 0 0 0 654 40 0 0 16 0 9 0 23609432 889602048 69359 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3013/tid=3021] ppid=3012 vsize=868752 CPUtime=0
/proc/3013/task/3021/stat : 3021 (java) S 3012 2918 17899 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23609432 889602048 69359 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3013/tid=3024] ppid=3012 vsize=868752 CPUtime=0
/proc/3013/task/3024/stat : 3024 (java) S 3012 2918 17899 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23609432 889602048 69359 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3013/tid=3030] ppid=3012 vsize=868752 CPUtime=0

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

/proc/2918/stat : 2918 (sugar) S 2916 2918 17899 0 -1 4194304 1376 168761 0 2 5 2 100904 256 16 0 1 0 23609336 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2918/statm: 4217 1113 409 3 0 796 0
[pid=26715] ppid=2918 vsize=5356 CPUtime=0
/proc/26715/stat : 26715 (sh) S 2918 2918 17899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23713174 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26715/statm: 1339 232 193 169 0 50 0
[pid=26716] ppid=26715 vsize=439664 CPUtime=443.74
/proc/26716/stat : 26716 (minisat) R 26715 2918 17899 0 -1 4194304 108508 0 0 0 44295 79 0 0 25 0 1 0 23713174 450215936 108494 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26716/statm: 109916 108494 76 150 0 109763 0
Current children cumulated CPU time (s) 1455.41
Current children cumulated vsize (KiB) 461888

[startup+1542.3 s]
/proc/loadavg: 2.08 2.04 2.16 3/76 26716
/proc/meminfo: memFree=927176/2055920 swapFree=4192812/4192956
[pid=2918] ppid=2916 vsize=16868 CPUtime=1011.67
/proc/2918/stat : 2918 (sugar) S 2916 2918 17899 0 -1 4194304 1376 168761 0 2 5 2 100904 256 16 0 1 0 23609336 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2918/statm: 4217 1113 409 3 0 796 0
[pid=26715] ppid=2918 vsize=5356 CPUtime=0
/proc/26715/stat : 26715 (sh) S 2918 2918 17899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23713174 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26715/statm: 1339 232 193 169 0 50 0
[pid=26716] ppid=26715 vsize=447428 CPUtime=503.71
/proc/26716/stat : 26716 (minisat) R 26715 2918 17899 0 -1 4194304 110471 0 0 0 50291 80 0 0 25 0 1 0 23713174 458166272 110457 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26716/statm: 111857 110457 76 150 0 111704 0
Current children cumulated CPU time (s) 1515.38
Current children cumulated vsize (KiB) 469652

[startup+1602.3 s]
/proc/loadavg: 2.07 2.05 2.15 3/76 26716
/proc/meminfo: memFree=920520/2055920 swapFree=4192812/4192956
[pid=2918] ppid=2916 vsize=16868 CPUtime=1011.67
/proc/2918/stat : 2918 (sugar) S 2916 2918 17899 0 -1 4194304 1376 168761 0 2 5 2 100904 256 16 0 1 0 23609336 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2918/statm: 4217 1113 409 3 0 796 0
[pid=26715] ppid=2918 vsize=5356 CPUtime=0
/proc/26715/stat : 26715 (sh) S 2918 2918 17899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23713174 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26715/statm: 1339 232 193 169 0 50 0
[pid=26716] ppid=26715 vsize=455220 CPUtime=563.69
/proc/26716/stat : 26716 (minisat) R 26715 2918 17899 0 -1 4194304 112133 0 0 0 56287 82 0 0 25 0 1 0 23713174 466145280 112119 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/26716/statm: 113805 112119 76 150 0 113652 0
Current children cumulated CPU time (s) 1575.36
Current children cumulated vsize (KiB) 477444

[startup+1662.3 s]
/proc/loadavg: 2.06 2.05 2.14 3/76 26718
/proc/meminfo: memFree=915592/2055920 swapFree=4192812/4192956
[pid=2918] ppid=2916 vsize=16868 CPUtime=1011.67
/proc/2918/stat : 2918 (sugar) S 2916 2918 17899 0 -1 4194304 1376 168761 0 2 5 2 100904 256 16 0 1 0 23609336 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2918/statm: 4217 1113 409 3 0 796 0
[pid=26715] ppid=2918 vsize=5356 CPUtime=0
/proc/26715/stat : 26715 (sh) S 2918 2918 17899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23713174 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26715/statm: 1339 232 193 169 0 50 0
[pid=26716] ppid=26715 vsize=459876 CPUtime=623.67
/proc/26716/stat : 26716 (minisat) R 26715 2918 17899 0 -1 4194304 113315 0 0 0 62283 84 0 0 25 0 1 0 23713174 470913024 113301 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/26716/statm: 114969 113301 76 150 0 114816 0
Current children cumulated CPU time (s) 1635.34
Current children cumulated vsize (KiB) 482100

[startup+1722.3 s]
/proc/loadavg: 2.06 2.05 2.14 3/76 26718
/proc/meminfo: memFree=910920/2055920 swapFree=4192812/4192956
[pid=2918] ppid=2916 vsize=16868 CPUtime=1011.67
/proc/2918/stat : 2918 (sugar) S 2916 2918 17899 0 -1 4194304 1376 168761 0 2 5 2 100904 256 16 0 1 0 23609336 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2918/statm: 4217 1113 409 3 0 796 0
[pid=26715] ppid=2918 vsize=5356 CPUtime=0
/proc/26715/stat : 26715 (sh) S 2918 2918 17899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23713174 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26715/statm: 1339 232 193 169 0 50 0
[pid=26716] ppid=26715 vsize=464556 CPUtime=683.65
/proc/26716/stat : 26716 (minisat) R 26715 2918 17899 0 -1 4194304 114482 0 0 0 68280 85 0 0 25 0 1 0 23713174 475705344 114468 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26716/statm: 116139 114468 76 150 0 115986 0
Current children cumulated CPU time (s) 1695.32
Current children cumulated vsize (KiB) 486780

[startup+1782.3 s]
/proc/loadavg: 2.13 2.07 2.14 3/76 26718
/proc/meminfo: memFree=906440/2055920 swapFree=4192812/4192956
[pid=2918] ppid=2916 vsize=16868 CPUtime=1011.67
/proc/2918/stat : 2918 (sugar) S 2916 2918 17899 0 -1 4194304 1376 168761 0 2 5 2 100904 256 16 0 1 0 23609336 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2918/statm: 4217 1113 409 3 0 796 0
[pid=26715] ppid=2918 vsize=5356 CPUtime=0
/proc/26715/stat : 26715 (sh) S 2918 2918 17899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23713174 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26715/statm: 1339 232 193 169 0 50 0
[pid=26716] ppid=26715 vsize=468944 CPUtime=743.62
/proc/26716/stat : 26716 (minisat) R 26715 2918 17899 0 -1 4194304 115615 0 0 0 74277 85 0 0 25 0 1 0 23713174 480198656 115601 996147200 134512640 135127466 4294956256 18446744073709551615 134530809 0 0 4096 3 0 0 0 17 1 0 0
/proc/26716/statm: 117236 115601 76 150 0 117083 0
Current children cumulated CPU time (s) 1755.29
Current children cumulated vsize (KiB) 491168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1827.11 s]
/proc/loadavg: 2.06 2.06 2.13 3/76 26718
/proc/meminfo: memFree=898952/2055920 swapFree=4192812/4192956
[pid=2918] ppid=2916 vsize=16868 CPUtime=1011.67
/proc/2918/stat : 2918 (sugar) S 2916 2918 17899 0 -1 4194304 1376 168761 0 2 5 2 100904 256 16 0 1 0 23609336 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2918/statm: 4217 1113 409 3 0 796 0
[pid=26715] ppid=2918 vsize=5356 CPUtime=0
/proc/26715/stat : 26715 (sh) S 2918 2918 17899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23713174 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26715/statm: 1339 232 193 169 0 50 0
[pid=26716] ppid=26715 vsize=476196 CPUtime=788.42
/proc/26716/stat : 26716 (minisat) R 26715 2918 17899 0 -1 4194304 117469 0 0 0 78755 87 0 0 25 0 1 0 23713174 487624704 117455 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/26716/statm: 119049 117455 76 150 0 118896 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 498420

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

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

[startup+1827.11 s]
/proc/loadavg: 2.06 2.06 2.13 3/76 26718
/proc/meminfo: memFree=898952/2055920 swapFree=4192812/4192956
[pid=2918] ppid=2916 vsize=16868 CPUtime=1011.67
/proc/2918/stat : 2918 (sugar) S 2916 2918 17899 0 -1 4194304 1376 168761 0 2 5 2 100904 256 16 0 1 0 23609336 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2918/statm: 4217 1113 409 3 0 796 0
[pid=26715] ppid=2918 vsize=5356 CPUtime=0
/proc/26715/stat : 26715 (sh) S 2918 2918 17899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23713174 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26715/statm: 1339 232 193 169 0 50 0
[pid=26716] ppid=26715 vsize=476196 CPUtime=788.42
/proc/26716/stat : 26716 (minisat) R 26715 2918 17899 0 -1 4194304 117469 0 0 0 78755 87 0 0 25 0 1 0 23713174 487624704 117455 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/26716/statm: 119049 117455 76 150 0 118896 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 498420

[startup+1827.22 s]
/proc/loadavg: 2.06 2.06 2.13 3/76 26718
/proc/meminfo: memFree=898952/2055920 swapFree=4192812/4192956
[pid=2918] ppid=2916 vsize=16868 CPUtime=1011.7
/proc/2918/stat : 2918 (sugar) R 2916 2918 17899 0 -1 4194304 1423 169038 0 2 5 5 100904 256 16 0 1 0 23609336 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 0 0 0 17 1 0 0
/proc/2918/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 1011.7
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1827.22 s]
/proc/loadavg: 2.06 2.06 2.13 3/76 26718
/proc/meminfo: memFree=898952/2055920 swapFree=4192812/4192956
[pid=2918] ppid=2916 vsize=16868 CPUtime=1011.7
/proc/2918/stat : 2918 (sugar) R 2916 2918 17899 0 -1 4194304 1423 169038 0 2 5 5 100904 256 16 0 1 0 23609336 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 0 0 0 17 1 0 0
/proc/2918/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 1011.7
Current children cumulated vsize (KiB) 16868

[startup+1827.3 s]
/proc/loadavg: 2.06 2.06 2.13 3/76 26718
/proc/meminfo: memFree=898952/2055920 swapFree=4192812/4192956
[pid=2918] ppid=2916 vsize=16868 CPUtime=1011.79
/proc/2918/stat : 2918 (sugar) R 2916 2918 17899 0 -1 4194304 1423 169038 0 2 5 14 100904 256 16 0 1 0 23609336 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 0 0 0 17 1 0 0
/proc/2918/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 1011.79
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): 788.39
#  lost CPU user time (s): 787.55
#  lost CPU system time (s): 0.84

Real time (s): 1827.32
CPU time (s): 1800.22
CPU user time (s): 1796.66
CPU system time (s): 3.56358
CPU usage (%): 98.5171
Max. virtual memory (cumulated for all children) (KiB): 916588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1009.11
system time used= 2.72358
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170520
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= 31018
involuntary context switches= 34210

runsolver used 2.13867 second user time and 5.53916 second system time

The end

Launcher Data

Begin job on node80 at 2009-07-12 04:24:08
IDJOB=2077660
IDBENCH=56645
IDSOLVER=739
FILE ID=node80/2077660-1247365447
PBS_JOBID= 9506971
Free space on /tmp= 66368 MiB

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

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

MD5SUM BENCH= 9598646f87b2e8df8e0507cbaab97c39
RANDOM SEED=844829103

node80.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.285
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.285
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1615800 kB
Buffers:         36004 kB
Cached:         251840 kB
SwapCached:          0 kB
Active:         178880 kB
Inactive:       185872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1615800 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2932 kB
Writeback:           0 kB
Mapped:          97600 kB
Slab:            60088 kB
Committed_AS:   279592 kB
PageTables:       2216 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= 66368 MiB
End job on node80 at 2009-07-12 04:54:37