Trace number 2079365

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.09 1806.93

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg4-8_ext.xml
MD5SUM3cf2f7a773267fe2a6d5499badb3b938
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.71859
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints12
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension12
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 05:07:43 2009
0.00/0.07	c 0	PID 23162
0.06/0.07	c 0	HOST node79.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2079365-1247368063.xml TO HOME/temp.csp
0.06/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-2079365-1247368063.xml' 'HOME/temp.csp'
0.06/0.48	c 0	1 domains, 32 variables, 0 predicates, 2 relations, 12 constraints
0.06/0.53	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.53	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'
0.46/0.61	c 1	Parsing HOME/temp.csp
0.46/0.71	c 1	parsed 47 expressions
0.46/0.72	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.46/0.72	c 1	Converting to clausal form CSP
0.46/0.74	c 1	converted 5 (10%) expressions
0.46/0.74	c 1	converted 10 (20%) expressions
0.46/0.74	c 1	converted 15 (30%) expressions
0.46/0.74	c 1	converted 19 (40%) expressions
0.46/0.74	c 1	converted 24 (50%) expressions
0.46/0.74	c 1	converted 29 (60%) expressions
0.46/0.74	c 1	converted 33 (70%) expressions
0.46/0.79	c 1	converted 38 (80%) expressions
0.46/0.83	c 1	converted 43 (90%) expressions
0.91/1.05	c 1	converted 47 (100%) expressions
0.91/1.05	c 1	CSP : 32 integers, 0 booleans, 12 clauses, largest domain size 26
0.91/1.05	c 1	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.91/1.05	c 1	Propagation in CSP
0.91/1.05	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.91/1.05	c 1	CSP : 32 integers, 0 booleans, 12 clauses, largest domain size 26
0.91/1.05	c 1	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.91/1.05	c 1	Simplifing CSP by introducing new Boolean variables
0.91/1.05	c 1	CSP : 32 integers, 0 booleans, 12 clauses, largest domain size 26
0.91/1.05	c 1	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.12	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.01/1.13	c 1	4 (10%) CSP integer variables are encoded (96 clauses, 912 bytes)
1.01/1.14	c 1	7 (20%) CSP integer variables are encoded (168 clauses, 1704 bytes)
1.01/1.14	c 1	10 (30%) CSP integer variables are encoded (240 clauses, 2496 bytes)
1.01/1.14	c 1	13 (40%) CSP integer variables are encoded (312 clauses, 3288 bytes)
1.01/1.14	c 1	16 (50%) CSP integer variables are encoded (384 clauses, 4080 bytes)
1.01/1.14	c 1	20 (60%) CSP integer variables are encoded (480 clauses, 5136 bytes)
1.01/1.14	c 1	23 (70%) CSP integer variables are encoded (552 clauses, 5928 bytes)
1.01/1.14	c 1	26 (80%) CSP integer variables are encoded (624 clauses, 6720 bytes)
1.01/1.14	c 1	29 (90%) CSP integer variables are encoded (696 clauses, 7512 bytes)
1.01/1.15	c 1	32 (100%) CSP integer variables are encoded (768 clauses, 8304 bytes)
1.21/1.39	c 1	2 (10%) CSP clauses are encoded (9044 clauses, 243916 bytes)
1.30/1.49	c 1	3 (20%) CSP clauses are encoded (13182 clauses, 363397 bytes)
1.39/1.58	c 2	4 (30%) CSP clauses are encoded (17320 clauses, 482979 bytes)
1.50/1.68	c 2	5 (40%) CSP clauses are encoded (21458 clauses, 610382 bytes)
1.60/1.77	c 2	6 (50%) CSP clauses are encoded (25596 clauses, 737785 bytes)
1.80/1.95	c 2	8 (60%) CSP clauses are encoded (33872 clauses, 992591 bytes)
6.88/7.02	c 7	9 (70%) CSP clauses are encoded (71247 clauses, 2578995 bytes)
11.96/12.14	c 12	10 (80%) CSP clauses are encoded (108622 clauses, 4478639 bytes)
16.92/17.19	c 17	11 (90%) CSP clauses are encoded (145997 clauses, 6378283 bytes)
22.10/22.32	c 22	12 (100%) CSP clauses are encoded (183372 clauses, 8277927 bytes)
22.10/22.32	c 22	12 CSP clauses encoded
22.10/22.32	c 22	Writing map file : HOME/temp.map
22.10/22.32	c 22	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
22.10/22.32	c 22	SAT : 800 SAT variables, 183372 SAT clauses, 8277927 bytes
22.10/22.32	c 22	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
22.10/22.35	c 22	SOLVING HOME/temp.cnf
22.10/22.35	c 22	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
22.10/22.36	c 22	This is MiniSat 2.0 beta
22.10/22.36	c 22	WARNING: for repeatability, setting FPU to use double precision
22.10/22.36	c 22	============================[ Problem Statistics ]=============================
22.10/22.36	c 22	|                                                                             |
22.10/22.36	c 22	|  Number of variables:  800                                                  |
22.10/22.36	c 22	|  Number of clauses:    183372                                               |
22.14/22.56	c 23	|  Parsing time:         0.17         s                                       |
22.14/22.57	c 23	============================[ Search Statistics ]==============================
22.14/22.57	c 23	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
22.14/22.57	c 23	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
22.14/22.57	c 23	===============================================================================
22.14/22.57	c 23	|         0 |     800   183372  1824992 |    61124        0    nan |  0.000 % |
22.14/22.60	c 23	|       101 |     800   183372  1824992 |    67236      101      5 |  0.000 % |
22.14/22.64	c 23	|       251 |     800   183372  1824992 |    73960      251      6 |  0.003 % |
22.15/22.85	c 23	|       476 |     800   183372  1824992 |    81356      476      9 |  0.004 % |
22.77/23.06	c 23	|       814 |     800   183372  1824992 |    89491      814     10 |  0.003 % |
23.07/23.37	c 23	|      1320 |     800   183372  1824992 |    98440     1320     11 |  0.003 % |
23.66/24.00	c 24	|      2079 |     800   183372  1824992 |   108284     2079     11 |  0.004 % |
24.76/25.03	c 25	|      3218 |     800   183372  1824992 |   119113     3218     12 |  0.002 % |
25.86/26.11	c 26	|      4927 |     800   183372  1824992 |   131024     4927     12 |  0.003 % |
27.85/28.17	c 28	|      7489 |     800   183372  1824992 |   144127     7489     13 |  0.002 % |
31.03/31.38	c 31	|     11333 |     800   183372  1824992 |   158539    11333     14 |  0.003 % |
37.30/37.65	c 38	|     17100 |     800   183372  1824992 |   174393    17100     15 |  0.003 % |
45.45/45.85	c 46	|     25749 |     800   183372  1824992 |   191833    25749     15 |  0.003 % |
57.10/57.54	c 58	|     38723 |     800   183372  1824992 |   211016    38723     16 |  0.003 % |
81.99/82.57	c 83	|     58184 |     800   183372  1824992 |   232118    58184     17 |  0.002 % |
123.38/124.14	c 124	|     87376 |     800   183372  1824992 |   255330    87376     17 |  0.003 % |
193.93/195.04	c 195	|    131165 |     800   183372  1824992 |   280863   131165     17 |  0.003 % |
336.04/337.84	c 338	|    196849 |     800   183372  1824992 |   308949   196849     17 |  0.001 % |
570.81/573.78	c 574	|    295377 |     800   183372  1824992 |   339844   295377     18 |  0.001 % |
896.44/900.99	c 901	|    443166 |     800   183372  1824992 |   373828   128335     20 |  0.002 % |
1533.35/1540.10	c 1540	|    664849 |     800   183372  1824992 |   411211   350018     21 |  0.001 % |
1800.09/1806.91	c 1807	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1806.91	c 1807	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.09/1806.92	c ERROR INTERRUPTED
1800.09/1806.92	s UNKNOWN
1800.09/1806.92	c 1807	CPU 22.17 (0.06 0.02 21.85 0.24)
1800.09/1806.92	c 1807	END Sun Jul 12 05:37:50 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-2079365-1247368063/watcher-2079365-1247368063 -o /tmp/evaluation-result-2079365-1247368063/solver-2079365-1247368063 -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-2079365-1247368063.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.06 2.02 2.02 4/82 23162
/proc/meminfo: memFree=1447096/2055920 swapFree=4192956/4192956
[pid=23162] ppid=23160 vsize=7504 CPUtime=0
/proc/23162/stat : 23162 (sugar) R 23160 23162 19023 0 -1 4194304 66 0 0 0 0 0 0 0 20 0 1 0 23871873 7684096 51 996147200 4194304 4206940 548682068608 18446744073709551615 234043274633 0 0 4096 0 0 0 0 17 1 0 0
/proc/23162/statm: 1876 51 38 3 0 55 0

[startup+0.0756471 s]
/proc/loadavg: 2.06 2.02 2.02 4/82 23162
/proc/meminfo: memFree=1447096/2055920 swapFree=4192956/4192956
[pid=23162] ppid=23160 vsize=16740 CPUtime=0.06
/proc/23162/stat : 23162 (sugar) S 23160 23162 19023 0 -1 4194304 1152 0 0 0 5 1 0 0 20 0 1 0 23871873 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23162/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102655 s]
/proc/loadavg: 2.06 2.02 2.02 4/82 23162
/proc/meminfo: memFree=1447096/2055920 swapFree=4192956/4192956
[pid=23162] ppid=23160 vsize=16868 CPUtime=0.06
/proc/23162/stat : 23162 (sugar) S 23160 23162 19023 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23871873 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23162/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301678 s]
/proc/loadavg: 2.06 2.02 2.02 4/82 23162
/proc/meminfo: memFree=1447096/2055920 swapFree=4192956/4192956
[pid=23162] ppid=23160 vsize=16868 CPUtime=0.06
/proc/23162/stat : 23162 (sugar) S 23160 23162 19023 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23871873 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23162/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702718 s]
/proc/loadavg: 2.06 2.02 2.02 4/82 23162
/proc/meminfo: memFree=1447096/2055920 swapFree=4192956/4192956
[pid=23162] ppid=23160 vsize=16868 CPUtime=0.46
/proc/23162/stat : 23162 (sugar) S 23160 23162 19023 0 -1 4194304 1309 4619 0 1 5 1 37 3 16 0 1 0 23871873 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23162/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 16868

[startup+1.5028 s]
/proc/loadavg: 2.06 2.02 2.02 4/93 23184
/proc/meminfo: memFree=1429216/2055920 swapFree=4192956/4192956
[pid=23162] ppid=23160 vsize=16868 CPUtime=0.46
/proc/23162/stat : 23162 (sugar) S 23160 23162 19023 0 -1 4194304 1310 4619 0 1 5 1 37 3 15 0 1 0 23871873 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23162/statm: 4217 1111 409 3 0 796 0
[pid=23175] ppid=23162 vsize=5356 CPUtime=0
/proc/23175/stat : 23175 (sh) S 23162 23162 19023 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23871927 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23175/statm: 1339 233 193 169 0 50 0
[pid=23176] ppid=23175 vsize=864352 CPUtime=0.93
/proc/23176/stat : 23176 (java) S 23175 23162 19023 0 -1 0 7830 0 1 0 89 4 0 0 19 0 9 0 23871927 885096448 7005 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23176/statm: 216088 7005 2590 9 0 210565 0
[pid=23176/tid=23177] ppid=23175 vsize=864352 CPUtime=0.56
/proc/23176/task/23177/stat : 23177 (java) R 23175 23162 19023 0 -1 64 2757 0 1 0 55 1 0 0 20 0 9 0 23871928 885096448 7005 996147200 134512640 134550932 4294955936 18446744073709551615 4126379216 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23176/tid=23178] ppid=23175 vsize=864352 CPUtime=0.28
/proc/23176/task/23178/stat : 23178 (java) S 23175 23162 19023 0 -1 64 4040 0 0 0 26 2 0 0 16 0 9 0 23871929 885096448 7005 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23176/tid=23179] ppid=23175 vsize=864352 CPUtime=0
/proc/23176/task/23179/stat : 23179 (java) S 23175 23162 19023 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23871930 885096448 7005 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23176/tid=23180] ppid=23175 vsize=864352 CPUtime=0
/proc/23176/task/23180/stat : 23180 (java) S 23175 23162 19023 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23871930 885096448 7005 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23176/tid=23181] ppid=23175 vsize=864352 CPUtime=0
/proc/23176/task/23181/stat : 23181 (java) S 23175 23162 19023 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23871932 885096448 7005 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23176/tid=23182] ppid=23175 vsize=864352 CPUtime=0.07
/proc/23176/task/23182/stat : 23182 (java) S 23175 23162 19023 0 -1 64 333 0 0 0 7 0 0 0 16 0 9 0 23871932 885096448 7005 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23176/tid=23183] ppid=23175 vsize=864352 CPUtime=0
/proc/23176/task/23183/stat : 23183 (java) S 23175 23162 19023 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23871932 885096448 7005 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23176/tid=23184] ppid=23175 vsize=864352 CPUtime=0
/proc/23176/task/23184/stat : 23184 (java) S 23175 23162 19023 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23871932 885096448 7005 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 886576

[startup+3.10197 s]
/proc/loadavg: 2.06 2.02 2.02 3/93 23184
/proc/meminfo: memFree=1421472/2055920 swapFree=4192956/4192956
[pid=23162] ppid=23160 vsize=16868 CPUtime=0.46
/proc/23162/stat : 23162 (sugar) S 23160 23162 19023 0 -1 4194304 1310 4619 0 1 5 1 37 3 15 0 1 0 23871873 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23162/statm: 4217 1111 409 3 0 796 0
[pid=23175] ppid=23162 vsize=5356 CPUtime=0
/proc/23175/stat : 23175 (sh) S 23162 23162 19023 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23871927 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23175/statm: 1339 233 193 169 0 50 0
[pid=23176] ppid=23175 vsize=864352 CPUtime=2.53
/proc/23176/stat : 23176 (java) S 23175 23162 19023 0 -1 0 8966 0 1 0 247 6 0 0 19 0 9 0 23871927 885096448 8057 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23176/statm: 216088 8057 2590 9 0 210565 0
[pid=23176/tid=23177] ppid=23175 vsize=864352 CPUtime=2.09
/proc/23176/task/23177/stat : 23177 (java) R 23175 23162 19023 0 -1 64 2841 0 1 0 207 2 0 0 25 0 9 0 23871928 885096448 8057 996147200 134512640 134550932 4294955936 18446744073709551615 4126603712 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23176/tid=23178] ppid=23175 vsize=864352 CPUtime=0.34
/proc/23176/task/23178/stat : 23178 (java) S 23175 23162 19023 0 -1 64 5092 0 0 0 31 3 0 0 16 0 9 0 23871929 885096448 8057 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23176/tid=23179] ppid=23175 vsize=864352 CPUtime=0
/proc/23176/task/23179/stat : 23179 (java) S 23175 23162 19023 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23871930 885096448 8057 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23176/tid=23180] ppid=23175 vsize=864352 CPUtime=0
/proc/23176/task/23180/stat : 23180 (java) S 23175 23162 19023 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23871930 885096448 8057 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23176/tid=23181] ppid=23175 vsize=864352 CPUtime=0
/proc/23176/task/23181/stat : 23181 (java) S 23175 23162 19023 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23871932 885096448 8057 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23176/tid=23182] ppid=23175 vsize=864352 CPUtime=0.07
/proc/23176/task/23182/stat : 23182 (java) S 23175 23162 19023 0 -1 64 333 0 0 0 7 0 0 0 16 0 9 0 23871932 885096448 8057 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23176/tid=23183] ppid=23175 vsize=864352 CPUtime=0
/proc/23176/task/23183/stat : 23183 (java) S 23175 23162 19023 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23871932 885096448 8057 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23176/tid=23184] ppid=23175 vsize=864352 CPUtime=0
/proc/23176/task/23184/stat : 23184 (java) S 23175 23162 19023 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23871932 885096448 8057 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886576

[startup+6.3023 s]
/proc/loadavg: 2.06 2.01 2.02 3/93 23184
/proc/meminfo: memFree=1419104/2055920 swapFree=4192956/4192956
[pid=23162] ppid=23160 vsize=16868 CPUtime=0.46
/proc/23162/stat : 23162 (sugar) S 23160 23162 19023 0 -1 4194304 1310 4619 0 1 5 1 37 3 15 0 1 0 23871873 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23162/statm: 4217 1111 409 3 0 796 0
[pid=23175] ppid=23162 vsize=5356 CPUtime=0
/proc/23175/stat : 23175 (sh) S 23162 23162 19023 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23871927 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23175/statm: 1339 233 193 169 0 50 0
[pid=23176] ppid=23175 vsize=864372 CPUtime=5.71
/proc/23176/stat : 23176 (java) S 23175 23162 19023 0 -1 0 9385 0 1 0 564 7 0 0 19 0 9 0 23871927 885116928 8373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23176/statm: 216093 8373 2589 9 0 210570 0
[pid=23176/tid=23177] ppid=23175 vsize=864372 CPUtime=5.14
/proc/23176/task/23177/stat : 23177 (java) R 23175 23162 19023 0 -1 64 2914 0 1 0 511 3 0 0 25 0 9 0 23871928 885116928 8373 996147200 134512640 134550932 4294955936 18446744073709551615 4126562850 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23176/tid=23178] ppid=23175 vsize=864372 CPUtime=0.48
/proc/23176/task/23178/stat : 23178 (java) S 23175 23162 19023 0 -1 64 5438 0 0 0 45 3 0 0 16 0 9 0 23871929 885116928 8373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23176/tid=23179] ppid=23175 vsize=864372 CPUtime=0
/proc/23176/task/23179/stat : 23179 (java) S 23175 23162 19023 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23871930 885116928 8373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23176/tid=23180] ppid=23175 vsize=864372 CPUtime=0
/proc/23176/task/23180/stat : 23180 (java) S 23175 23162 19023 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23871930 885116928 8373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23176/tid=23181] ppid=23175 vsize=864372 CPUtime=0
/proc/23176/task/23181/stat : 23181 (java) S 23175 23162 19023 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23871932 885116928 8373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23176/tid=23182] ppid=23175 vsize=864372 CPUtime=0.07
/proc/23176/task/23182/stat : 23182 (java) S 23175 23162 19023 0 -1 64 333 0 0 0 7 0 0 0 16 0 9 0 23871932 885116928 8373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23176/tid=23183] ppid=23175 vsize=864372 CPUtime=0
/proc/23176/task/23183/stat : 23183 (java) S 23175 23162 19023 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23871932 885116928 8373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23176/tid=23184] ppid=23175 vsize=864372 CPUtime=0
/proc/23176/task/23184/stat : 23184 (java) S 23175 23162 19023 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23871932 885116928 8373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 886596

[startup+12.702 s]
/proc/loadavg: 2.05 2.01 2.02 4/93 23184
/proc/meminfo: memFree=1413728/2055920 swapFree=4192956/4192956
[pid=23162] ppid=23160 vsize=16868 CPUtime=0.46
/proc/23162/stat : 23162 (sugar) S 23160 23162 19023 0 -1 4194304 1310 4619 0 1 5 1 37 3 16 0 1 0 23871873 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23162/statm: 4217 1111 409 3 0 796 0
[pid=23175] ppid=23162 vsize=5356 CPUtime=0
/proc/23175/stat : 23175 (sh) S 23162 23162 19023 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23871927 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23175/statm: 1339 233 193 169 0 50 0
[pid=23176] ppid=23175 vsize=864372 CPUtime=12.08
/proc/23176/stat : 23176 (java) S 23175 23162 19023 0 -1 0 11716 0 1 0 1195 13 0 0 19 0 9 0 23871927 885116928 9174 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23176/statm: 216093 9174 2590 9 0 210570 0
[pid=23176/tid=23177] ppid=23175 vsize=864372 CPUtime=11.24
/proc/23176/task/23177/stat : 23177 (java) R 23175 23162 19023 0 -1 64 3124 0 1 0 1118 6 0 0 25 0 9 0 23871928 885116928 9174 996147200 134512640 134550932 4294955936 18446744073709551615 4126561549 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23176/tid=23178] ppid=23175 vsize=864372 CPUtime=0.74
/proc/23176/task/23178/stat : 23178 (java) S 23175 23162 19023 0 -1 64 7558 0 0 0 68 6 0 0 16 0 9 0 23871929 885116928 9174 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23176/tid=23179] ppid=23175 vsize=864372 CPUtime=0
/proc/23176/task/23179/stat : 23179 (java) S 23175 23162 19023 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23871930 885116928 9174 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23176/tid=23180] ppid=23175 vsize=864372 CPUtime=0
/proc/23176/task/23180/stat : 23180 (java) S 23175 23162 19023 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23871930 885116928 9174 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23176/tid=23181] ppid=23175 vsize=864372 CPUtime=0
/proc/23176/task/23181/stat : 23181 (java) S 23175 23162 19023 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23871932 885116928 9174 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23176/tid=23182] ppid=23175 vsize=864372 CPUtime=0.07
/proc/23176/task/23182/stat : 23182 (java) S 23175 23162 19023 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 23871932 885116928 9174 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23176/tid=23183] ppid=23175 vsize=864372 CPUtime=0
/proc/23176/task/23183/stat : 23183 (java) S 23175 23162 19023 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23871932 885116928 9174 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23176/tid=23184] ppid=23175 vsize=864372 CPUtime=0
/proc/23176/task/23184/stat : 23184 (java) S 23175 23162 19023 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23871932 885116928 9174 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 886596

[startup+25.5023 s]
/proc/loadavg: 2.04 2.01 2.02 3/85 23186
/proc/meminfo: memFree=1419424/2055920 swapFree=4192956/4192956
[pid=23162] ppid=23160 vsize=16868 CPUtime=22.15
/proc/23162/stat : 23162 (sugar) S 23160 23162 19023 0 -1 4194304 1374 18878 0 2 6 1 2185 23 16 0 1 0 23871873 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23162/statm: 4217 1112 409 3 0 796 0
[pid=23185] ppid=23162 vsize=5356 CPUtime=0
/proc/23185/stat : 23185 (sh) S 23162 23162 19023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23874109 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23185/statm: 1339 232 193 169 0 50 0
[pid=23186] ppid=23185 vsize=16724 CPUtime=3.11
/proc/23186/stat : 23186 (minisat) R 23185 23162 19023 0 -1 4194304 4051 0 0 0 308 3 0 0 25 0 1 0 23874110 17125376 4037 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/23186/statm: 4181 4037 75 150 0 4028 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 38948

[startup+51.103 s]
/proc/loadavg: 2.02 2.01 2.01 3/85 23186
/proc/meminfo: memFree=1416544/2055920 swapFree=4192956/4192956
[pid=23162] ppid=23160 vsize=16868 CPUtime=22.15
/proc/23162/stat : 23162 (sugar) S 23160 23162 19023 0 -1 4194304 1374 18878 0 2 6 1 2185 23 16 0 1 0 23871873 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23162/statm: 4217 1112 409 3 0 796 0

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

/proc/meminfo: memFree=1410744/2055920 swapFree=4192956/4192956
[pid=23162] ppid=23160 vsize=16868 CPUtime=22.15
/proc/23162/stat : 23162 (sugar) S 23160 23162 19023 0 -1 4194304 1374 18878 0 2 6 1 2185 23 16 0 1 0 23871873 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23162/statm: 4217 1112 409 3 0 796 0
[pid=23185] ppid=23162 vsize=5356 CPUtime=0
/proc/23185/stat : 23185 (sh) S 23162 23162 19023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23874109 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23185/statm: 1339 232 193 169 0 50 0
[pid=23186] ppid=23185 vsize=55384 CPUtime=1333.45
/proc/23186/stat : 23186 (minisat) R 23185 23162 19023 0 -1 4194304 13477 0 0 0 133329 16 0 0 25 0 1 0 23874110 56713216 13463 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23186/statm: 13846 13463 75 150 0 13693 0
Current children cumulated CPU time (s) 1355.6
Current children cumulated vsize (KiB) 77608

[startup+1422.31 s]
/proc/loadavg: 2.02 2.03 2.00 3/76 23275
/proc/meminfo: memFree=1410296/2055920 swapFree=4192956/4192956
[pid=23162] ppid=23160 vsize=16868 CPUtime=22.15
/proc/23162/stat : 23162 (sugar) S 23160 23162 19023 0 -1 4194304 1374 18878 0 2 6 1 2185 23 16 0 1 0 23871873 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23162/statm: 4217 1112 409 3 0 796 0
[pid=23185] ppid=23162 vsize=5356 CPUtime=0
/proc/23185/stat : 23185 (sh) S 23162 23162 19023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23874109 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23185/statm: 1339 232 193 169 0 50 0
[pid=23186] ppid=23185 vsize=55912 CPUtime=1393.44
/proc/23186/stat : 23186 (minisat) R 23185 23162 19023 0 -1 4194304 13588 0 0 0 139328 16 0 0 25 0 1 0 23874110 57253888 13574 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23186/statm: 13978 13574 75 150 0 13825 0
Current children cumulated CPU time (s) 1415.59
Current children cumulated vsize (KiB) 78136

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/76 23275
/proc/meminfo: memFree=1408184/2055920 swapFree=4192956/4192956
[pid=23162] ppid=23160 vsize=16868 CPUtime=22.15
/proc/23162/stat : 23162 (sugar) S 23160 23162 19023 0 -1 4194304 1374 18878 0 2 6 1 2185 23 16 0 1 0 23871873 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23162/statm: 4217 1112 409 3 0 796 0
[pid=23185] ppid=23162 vsize=5356 CPUtime=0
/proc/23185/stat : 23185 (sh) S 23162 23162 19023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23874109 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23185/statm: 1339 232 193 169 0 50 0
[pid=23186] ppid=23185 vsize=57908 CPUtime=1453.42
/proc/23186/stat : 23186 (minisat) R 23185 23162 19023 0 -1 4194304 14097 0 0 0 145325 17 0 0 25 0 1 0 23874110 59297792 14083 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/23186/statm: 14477 14083 75 150 0 14324 0
Current children cumulated CPU time (s) 1475.57
Current children cumulated vsize (KiB) 80132

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 23275
/proc/meminfo: memFree=1405752/2055920 swapFree=4192956/4192956
[pid=23162] ppid=23160 vsize=16868 CPUtime=22.15
/proc/23162/stat : 23162 (sugar) S 23160 23162 19023 0 -1 4194304 1374 18878 0 2 6 1 2185 23 16 0 1 0 23871873 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23162/statm: 4217 1112 409 3 0 796 0
[pid=23185] ppid=23162 vsize=5356 CPUtime=0
/proc/23185/stat : 23185 (sh) S 23162 23162 19023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23874109 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23185/statm: 1339 232 193 169 0 50 0
[pid=23186] ppid=23185 vsize=60216 CPUtime=1513.39
/proc/23186/stat : 23186 (minisat) R 23185 23162 19023 0 -1 4194304 14695 0 0 0 151322 17 0 0 25 0 1 0 23874110 61661184 14681 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23186/statm: 15054 14681 75 150 0 14901 0
Current children cumulated CPU time (s) 1535.54
Current children cumulated vsize (KiB) 82440

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 23275
/proc/meminfo: memFree=1403896/2055920 swapFree=4192956/4192956
[pid=23162] ppid=23160 vsize=16868 CPUtime=22.15
/proc/23162/stat : 23162 (sugar) S 23160 23162 19023 0 -1 4194304 1374 18878 0 2 6 1 2185 23 16 0 1 0 23871873 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23162/statm: 4217 1112 409 3 0 796 0
[pid=23185] ppid=23162 vsize=5356 CPUtime=0
/proc/23185/stat : 23185 (sh) S 23162 23162 19023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23874109 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23185/statm: 1339 232 193 169 0 50 0
[pid=23186] ppid=23185 vsize=62208 CPUtime=1573.38
/proc/23186/stat : 23186 (minisat) R 23185 23162 19023 0 -1 4194304 15165 0 0 0 157320 18 0 0 25 0 1 0 23874110 63700992 15151 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/23186/statm: 15552 15151 75 150 0 15399 0
Current children cumulated CPU time (s) 1595.53
Current children cumulated vsize (KiB) 84432

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23275
/proc/meminfo: memFree=1402104/2055920 swapFree=4192956/4192956
[pid=23162] ppid=23160 vsize=16868 CPUtime=22.15
/proc/23162/stat : 23162 (sugar) S 23160 23162 19023 0 -1 4194304 1374 18878 0 2 6 1 2185 23 16 0 1 0 23871873 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23162/statm: 4217 1112 409 3 0 796 0
[pid=23185] ppid=23162 vsize=5356 CPUtime=0
/proc/23185/stat : 23185 (sh) S 23162 23162 19023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23874109 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23185/statm: 1339 232 193 169 0 50 0
[pid=23186] ppid=23185 vsize=63840 CPUtime=1633.37
/proc/23186/stat : 23186 (minisat) R 23185 23162 19023 0 -1 4194304 15600 0 0 0 163318 19 0 0 25 0 1 0 23874110 65372160 15586 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23186/statm: 15960 15586 75 150 0 15807 0
Current children cumulated CPU time (s) 1655.52
Current children cumulated vsize (KiB) 86064

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23275
/proc/meminfo: memFree=1399800/2055920 swapFree=4192956/4192956
[pid=23162] ppid=23160 vsize=16868 CPUtime=22.15
/proc/23162/stat : 23162 (sugar) S 23160 23162 19023 0 -1 4194304 1374 18878 0 2 6 1 2185 23 16 0 1 0 23871873 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23162/statm: 4217 1112 409 3 0 796 0
[pid=23185] ppid=23162 vsize=5356 CPUtime=0
/proc/23185/stat : 23185 (sh) S 23162 23162 19023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23874109 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23185/statm: 1339 232 193 169 0 50 0
[pid=23186] ppid=23185 vsize=66104 CPUtime=1693.36
/proc/23186/stat : 23186 (minisat) R 23185 23162 19023 0 -1 4194304 16177 0 0 0 169316 20 0 0 25 0 1 0 23874110 67690496 16163 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/23186/statm: 16526 16163 75 150 0 16373 0
Current children cumulated CPU time (s) 1715.51
Current children cumulated vsize (KiB) 88328

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23275
/proc/meminfo: memFree=1399096/2055920 swapFree=4192956/4192956
[pid=23162] ppid=23160 vsize=16868 CPUtime=22.15
/proc/23162/stat : 23162 (sugar) S 23160 23162 19023 0 -1 4194304 1374 18878 0 2 6 1 2185 23 16 0 1 0 23871873 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23162/statm: 4217 1112 409 3 0 796 0
[pid=23185] ppid=23162 vsize=5356 CPUtime=0
/proc/23185/stat : 23185 (sh) S 23162 23162 19023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23874109 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23185/statm: 1339 232 193 169 0 50 0
[pid=23186] ppid=23185 vsize=66764 CPUtime=1753.34
/proc/23186/stat : 23186 (minisat) R 23185 23162 19023 0 -1 4194304 16355 0 0 0 175314 20 0 0 25 0 1 0 23874110 68366336 16341 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23186/statm: 16691 16341 75 150 0 16538 0
Current children cumulated CPU time (s) 1775.49
Current children cumulated vsize (KiB) 88988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23275
/proc/meminfo: memFree=1399032/2055920 swapFree=4192956/4192956
[pid=23162] ppid=23160 vsize=16868 CPUtime=22.15
/proc/23162/stat : 23162 (sugar) S 23160 23162 19023 0 -1 4194304 1374 18878 0 2 6 1 2185 23 16 0 1 0 23871873 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23162/statm: 4217 1112 409 3 0 796 0
[pid=23185] ppid=23162 vsize=5356 CPUtime=0
/proc/23185/stat : 23185 (sh) S 23162 23162 19023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23874109 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23185/statm: 1339 232 193 169 0 50 0
[pid=23186] ppid=23185 vsize=66764 CPUtime=1777.94
/proc/23186/stat : 23186 (minisat) R 23185 23162 19023 0 -1 4194304 16355 0 0 0 177774 20 0 0 25 0 1 0 23874110 68366336 16341 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/23186/statm: 16691 16341 75 150 0 16538 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 88988

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

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

[startup+1806.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23275
/proc/meminfo: memFree=1399032/2055920 swapFree=4192956/4192956
[pid=23162] ppid=23160 vsize=16868 CPUtime=22.15
/proc/23162/stat : 23162 (sugar) S 23160 23162 19023 0 -1 4194304 1374 18878 0 2 6 1 2185 23 16 0 1 0 23871873 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23162/statm: 4217 1112 409 3 0 796 0
[pid=23185] ppid=23162 vsize=5356 CPUtime=0
/proc/23185/stat : 23185 (sh) S 23162 23162 19023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23874109 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23185/statm: 1339 232 193 169 0 50 0
[pid=23186] ppid=23185 vsize=66764 CPUtime=1777.94
/proc/23186/stat : 23186 (minisat) R 23185 23162 19023 0 -1 4194304 16355 0 0 0 177774 20 0 0 25 0 1 0 23874110 68366336 16341 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/23186/statm: 16691 16341 75 150 0 16538 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 88988

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23162 and gives
#  childrusage.ru_utime.tv_sec=21
#  childrusage.ru_utime.tv_usec=920667
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=266959
# CPU time returned by wait4() is 22.1876
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1806.93
CPU time (s): 1800.09
CPU user time (s): 1799.65
CPU system time (s): 0.44
CPU usage (%): 99.6216
Max. virtual memory (cumulated for all children) (KiB): 889364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.9207
system time used= 0.266959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20725
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= 7042
involuntary context switches= 7169

runsolver used 2.24066 second user time and 5.98909 second system time

The end

Launcher Data

Begin job on node79 at 2009-07-12 05:07:43
IDJOB=2079365
IDBENCH=56888
IDSOLVER=739
FILE ID=node79/2079365-1247368063
PBS_JOBID= 9507019
Free space on /tmp= 66352 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg4-8_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079365-1247368063/watcher-2079365-1247368063 -o /tmp/evaluation-result-2079365-1247368063/solver-2079365-1247368063 -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-2079365-1247368063.xml

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

MD5SUM BENCH= 3cf2f7a773267fe2a6d5499badb3b938
RANDOM SEED=1439758188

node79.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.229
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.229
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:       1447576 kB
Buffers:         75032 kB
Cached:         398928 kB
SwapCached:          0 kB
Active:         210904 kB
Inactive:       319832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1447576 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1744 kB
Writeback:           0 kB
Mapped:          77048 kB
Slab:            62744 kB
Committed_AS:   253172 kB
PageTables:       1928 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= 66352 MiB
End job on node79 at 2009-07-12 05:37:52