Trace number 2062876

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 1805.16

General information on the benchmark

Namecsp/ortholatin/
normalized-ortholatin-10.xml
MD5SUM543831571f95a2d5d937b4f047616190
Bench CategoryAlldiff (alldiff)
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 variables300
Number of constraints141
Maximum constraint arity100
Maximum domain size100
Number of constraints which are defined in extension100
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(41)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sat Jul 11 18:30:25 2009
0.00/0.07	c 0	PID 14594
0.00/0.07	c 0	HOST node69.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2062876-1247329825.xml TO HOME/temp.csp
0.00/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-2062876-1247329825.xml' 'HOME/temp.csp'
0.06/0.36	c 0	2 domains, 300 variables, 0 predicates, 1 relations, 141 constraints
0.06/0.39	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.39	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.33/0.46	c 0	Parsing HOME/temp.csp
0.33/0.50	c 0	parsed 444 expressions
0.33/0.53	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.33/0.53	c 0	Converting to clausal form CSP
0.33/0.55	c 0	converted 45 (10%) expressions
0.33/0.55	c 0	converted 89 (20%) expressions
0.33/0.55	c 0	converted 134 (30%) expressions
0.33/0.56	c 0	converted 178 (40%) expressions
0.33/0.56	c 0	converted 222 (50%) expressions
0.33/0.56	c 0	converted 267 (60%) expressions
0.33/0.57	c 0	converted 311 (70%) expressions
0.33/0.59	c 0	converted 356 (80%) expressions
0.33/0.60	c 1	converted 400 (90%) expressions
0.33/1.01	c 1	converted 444 (100%) expressions
0.33/1.01	c 1	CSP : 300 integers, 0 booleans, 6932 clauses, largest domain size 100
0.33/1.01	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.33/1.01	c 1	Propagation in CSP
0.33/1.05	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.33/1.05	c 1	CSP : 300 integers, 0 booleans, 6932 clauses, largest domain size 100
0.33/1.05	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.33/1.06	c 1	Simplifing CSP by introducing new Boolean variables
1.03/1.17	c 1	CSP : 300 integers, 13500 booleans, 20432 clauses, largest domain size 100
1.03/1.17	c 1	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.25	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.13/1.26	c 1	30 (10%) CSP integer variables are encoded (240 clauses, 2512 bytes)
1.13/1.27	c 1	60 (20%) CSP integer variables are encoded (480 clauses, 5152 bytes)
1.13/1.27	c 1	90 (30%) CSP integer variables are encoded (720 clauses, 7792 bytes)
1.13/1.27	c 1	120 (40%) CSP integer variables are encoded (960 clauses, 10576 bytes)
1.13/1.27	c 1	150 (50%) CSP integer variables are encoded (1200 clauses, 13696 bytes)
1.13/1.28	c 1	180 (60%) CSP integer variables are encoded (1440 clauses, 16816 bytes)
1.13/1.29	c 1	210 (70%) CSP integer variables are encoded (2580 clauses, 31636 bytes)
1.13/1.29	c 1	240 (80%) CSP integer variables are encoded (5520 clauses, 69856 bytes)
1.13/1.29	c 1	270 (90%) CSP integer variables are encoded (8460 clauses, 108076 bytes)
1.13/1.30	c 1	300 (100%) CSP integer variables are encoded (11400 clauses, 149663 bytes)
1.73/1.84	c 2	2044 (10%) CSP clauses are encoded (44646 clauses, 817561 bytes)
1.73/1.88	c 2	4087 (20%) CSP clauses are encoded (58767 clauses, 1069581 bytes)
1.82/1.97	c 2	6130 (30%) CSP clauses are encoded (105963 clauses, 1999183 bytes)
2.13/2.22	c 2	8173 (40%) CSP clauses are encoded (242844 clauses, 4744222 bytes)
2.33/2.47	c 2	10216 (50%) CSP clauses are encoded (379725 clauses, 7489693 bytes)
2.62/2.71	c 3	12260 (60%) CSP clauses are encoded (516706 clauses, 10237747 bytes)
2.82/2.95	c 3	14303 (70%) CSP clauses are encoded (653587 clauses, 12990319 bytes)
3.03/3.19	c 3	16346 (80%) CSP clauses are encoded (790468 clauses, 15749695 bytes)
3.32/3.43	c 3	18389 (90%) CSP clauses are encoded (927349 clauses, 18519907 bytes)
3.52/3.68	c 4	20432 (100%) CSP clauses are encoded (1064032 clauses, 21360864 bytes)
3.52/3.68	c 4	20432 CSP clauses encoded
3.52/3.68	c 4	Writing map file : HOME/temp.map
3.52/3.69	c 4	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.52/3.69	c 4	SAT : 25200 SAT variables, 1064032 SAT clauses, 21360864 bytes
3.52/3.69	c 4	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.60/3.72	c 4	SOLVING HOME/temp.cnf
3.60/3.72	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.60/3.73	c 4	This is MiniSat 2.0 beta
3.60/3.73	c 4	WARNING: for repeatability, setting FPU to use double precision
3.60/3.73	c 4	============================[ Problem Statistics ]=============================
3.60/3.73	c 4	|                                                                             |
3.60/3.73	c 4	|  Number of variables:  25200                                                |
3.60/3.73	c 4	|  Number of clauses:    1064032                                              |
3.62/4.27	c 4	|  Parsing time:         0.48         s                                       |
3.62/4.30	c 4	============================[ Search Statistics ]==============================
3.62/4.30	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.62/4.30	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.62/4.30	c 4	===============================================================================
3.62/4.30	c 4	|         0 |   25200  1064032  3167700 |   354677        0    nan |  0.000 % |
4.47/4.60	c 5	|       100 |   25200  1064032  3167700 |   390145      100      8 |  0.000 % |
4.68/4.83	c 5	|       250 |   25200  1064032  3167700 |   429159      250      7 |  0.000 % |
4.98/5.17	c 5	|       475 |   25200  1064032  3167700 |   472075      475     12 |  0.000 % |
5.38/5.52	c 5	|       813 |   25200  1064032  3167700 |   519283      813     13 |  0.000 % |
5.98/6.10	c 6	|      1319 |   25200  1064032  3167700 |   571211     1319     16 |  0.000 % |
6.58/6.77	c 7	|      2078 |   25200  1064032  3167700 |   628332     2078     17 |  0.000 % |
8.28/8.40	c 8	|      3217 |   25200  1064032  3167700 |   691165     3217     27 |  0.000 % |
11.57/11.73	c 12	|      4925 |   25200  1064032  3167700 |   760282     4925     33 |  0.000 % |
15.97/16.19	c 16	|      7487 |   25200  1064032  3167700 |   836310     7487     36 |  0.000 % |
22.57/22.73	c 23	|     11332 |   25200  1064032  3167700 |   919941    11332     37 |  0.000 % |
34.47/34.62	c 35	|     17098 |   25200  1064032  3167700 |  1011935    17098     57 |  0.000 % |
51.96/52.11	c 52	|     25748 |   25200  1064032  3167700 |  1113129    25748     62 |  0.000 % |
81.25/81.41	c 81	|     38722 |   25200  1064032  3167700 |  1224442    38722     68 |  0.000 % |
128.03/128.29	c 128	|     58183 |   25200  1064032  3167700 |  1346886    58183     72 |  0.000 % |
192.80/193.07	c 193	|     87375 |   25200  1064032  3167700 |  1481575    87375     70 |  0.000 % |
295.47/295.70	c 296	|    131164 |   25200  1064032  3167700 |  1629732   131164     71 |  0.000 % |
493.81/495.49	c 495	|    196848 |   25200  1064032  3167700 |  1792706   196848     78 |  0.000 % |
798.90/801.64	c 802	|    295374 |   25200  1064032  3167700 |  1971976   295374     78 |  0.000 % |
1364.26/1369.06	c 1369	|    443163 |   25200  1064032  3167700 |  2169174   443163     86 |  0.000 % |
1800.09/1805.12	c ERROR INTERRUPTED
1800.09/1805.15	s UNKNOWN
1800.09/1805.15	c 1805	CPU 3.62 (0.05 0.02 3.29 0.26)
1800.09/1805.15	c 1805	END Sat Jul 11 19:00:30 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-2062876-1247329825/watcher-2062876-1247329825 -o /tmp/evaluation-result-2062876-1247329825/solver-2062876-1247329825 -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-2062876-1247329825.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.00 2.00 2.00 4/72 14594
/proc/meminfo: memFree=1117864/2055920 swapFree=4192956/4192956
[pid=14594] ppid=14592 vsize=12268 CPUtime=0
/proc/14594/stat : 14594 (sugar) R 14592 14594 12818 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 20045193 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 237956545534 0 0 4224 0 0 0 0 17 0 0 0
/proc/14594/statm: 3067 316 241 3 0 167 0

[startup+0.10615 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 14594
/proc/meminfo: memFree=1117864/2055920 swapFree=4192956/4192956
[pid=14594] ppid=14592 vsize=16868 CPUtime=0.06
/proc/14594/stat : 14594 (sugar) S 14592 14594 12818 0 -1 4194304 1227 128 0 0 4 2 0 0 16 0 1 0 20045193 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14594/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201153 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 14594
/proc/meminfo: memFree=1117864/2055920 swapFree=4192956/4192956
[pid=14594] ppid=14592 vsize=16868 CPUtime=0.06
/proc/14594/stat : 14594 (sugar) S 14592 14594 12818 0 -1 4194304 1227 128 0 0 4 2 0 0 16 0 1 0 20045193 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14594/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301161 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 14594
/proc/meminfo: memFree=1117864/2055920 swapFree=4192956/4192956
[pid=14594] ppid=14592 vsize=16868 CPUtime=0.06
/proc/14594/stat : 14594 (sugar) S 14592 14594 12818 0 -1 4194304 1227 128 0 0 4 2 0 0 16 0 1 0 20045193 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14594/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701191 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 14594
/proc/meminfo: memFree=1117864/2055920 swapFree=4192956/4192956
[pid=14594] ppid=14592 vsize=16868 CPUtime=0.33
/proc/14594/stat : 14594 (sugar) S 14592 14594 12818 0 -1 4194304 1309 4548 0 1 4 2 24 3 16 0 1 0 20045193 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14594/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 16868

[startup+1.50226 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 14616
/proc/meminfo: memFree=1096072/2055920 swapFree=4192956/4192956
[pid=14594] ppid=14592 vsize=16868 CPUtime=0.34
/proc/14594/stat : 14594 (sugar) S 14592 14594 12818 0 -1 4194304 1310 4548 0 1 5 2 24 3 15 0 1 0 20045193 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14594/statm: 4217 1111 409 3 0 796 0
[pid=14607] ppid=14594 vsize=5356 CPUtime=0
/proc/14607/stat : 14607 (sh) S 14594 14594 12818 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20045233 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14607/statm: 1339 233 193 169 0 50 0
[pid=14608] ppid=14607 vsize=868692 CPUtime=1.08
/proc/14608/stat : 14608 (java) S 14607 14594 12818 0 -1 0 8876 0 1 0 103 5 0 0 18 0 9 0 20045233 889540608 8046 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14608/statm: 217173 8046 2592 9 0 211650 0
[pid=14608/tid=14609] ppid=14607 vsize=868692 CPUtime=0.6
/proc/14608/task/14609/stat : 14609 (java) R 14607 14594 12818 0 -1 64 2794 0 1 0 59 1 0 0 25 0 9 0 20045234 889540608 8046 996147200 134512640 134550932 4294955936 18446744073709551615 103211122 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14608/tid=14610] ppid=14607 vsize=868692 CPUtime=0.25
/proc/14608/task/14610/stat : 14610 (java) S 14607 14594 12818 0 -1 64 3876 0 0 0 24 1 0 0 16 0 9 0 20045235 889540608 8046 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14608/tid=14611] ppid=14607 vsize=868692 CPUtime=0
/proc/14608/task/14611/stat : 14611 (java) S 14607 14594 12818 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20045235 889540608 8046 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14608/tid=14612] ppid=14607 vsize=868692 CPUtime=0
/proc/14608/task/14612/stat : 14612 (java) S 14607 14594 12818 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20045235 889540608 8046 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14608/tid=14613] ppid=14607 vsize=868692 CPUtime=0
/proc/14608/task/14613/stat : 14613 (java) S 14607 14594 12818 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 20045237 889540608 8046 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14608/tid=14614] ppid=14607 vsize=868692 CPUtime=0.2
/proc/14608/task/14614/stat : 14614 (java) S 14607 14594 12818 0 -1 64 1506 0 0 0 19 1 0 0 16 0 9 0 20045237 889540608 8046 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14608/tid=14615] ppid=14607 vsize=868692 CPUtime=0
/proc/14608/task/14615/stat : 14615 (java) S 14607 14594 12818 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20045237 889540608 8046 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14608/tid=14616] ppid=14607 vsize=868692 CPUtime=0
/proc/14608/task/14616/stat : 14616 (java) S 14607 14594 12818 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20045237 889540608 8046 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890916

[startup+3.10239 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14616
/proc/meminfo: memFree=1088008/2055920 swapFree=4192956/4192956
[pid=14594] ppid=14592 vsize=16868 CPUtime=0.34
/proc/14594/stat : 14594 (sugar) S 14592 14594 12818 0 -1 4194304 1310 4548 0 1 5 2 24 3 15 0 1 0 20045193 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14594/statm: 4217 1111 409 3 0 796 0
[pid=14607] ppid=14594 vsize=5356 CPUtime=0
/proc/14607/stat : 14607 (sh) S 14594 14594 12818 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20045233 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14607/statm: 1339 233 193 169 0 50 0
[pid=14608] ppid=14607 vsize=868692 CPUtime=2.69
/proc/14608/stat : 14608 (java) S 14607 14594 12818 0 -1 0 9280 0 1 0 252 17 0 0 18 0 9 0 20045233 889540608 8064 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14608/statm: 217173 8064 2592 9 0 211650 0
[pid=14608/tid=14609] ppid=14607 vsize=868692 CPUtime=2.04
/proc/14608/task/14609/stat : 14609 (java) R 14607 14594 12818 0 -1 64 3183 0 1 0 195 9 0 0 25 0 9 0 20045234 889540608 8064 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14608/tid=14610] ppid=14607 vsize=868692 CPUtime=0.38
/proc/14608/task/14610/stat : 14610 (java) S 14607 14594 12818 0 -1 64 3876 0 0 0 33 5 0 0 16 0 9 0 20045235 889540608 8064 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14608/tid=14611] ppid=14607 vsize=868692 CPUtime=0
/proc/14608/task/14611/stat : 14611 (java) S 14607 14594 12818 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20045235 889540608 8064 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14608/tid=14612] ppid=14607 vsize=868692 CPUtime=0
/proc/14608/task/14612/stat : 14612 (java) S 14607 14594 12818 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20045235 889540608 8064 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14608/tid=14613] ppid=14607 vsize=868692 CPUtime=0
/proc/14608/task/14613/stat : 14613 (java) S 14607 14594 12818 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 20045237 889540608 8064 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14608/tid=14614] ppid=14607 vsize=868692 CPUtime=0.23
/proc/14608/task/14614/stat : 14614 (java) S 14607 14594 12818 0 -1 64 1521 0 0 0 22 1 0 0 16 0 9 0 20045237 889540608 8064 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14608/tid=14615] ppid=14607 vsize=868692 CPUtime=0
/proc/14608/task/14615/stat : 14615 (java) S 14607 14594 12818 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20045237 889540608 8064 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14608/tid=14616] ppid=14607 vsize=868692 CPUtime=0
/proc/14608/task/14616/stat : 14616 (java) S 14607 14594 12818 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20045237 889540608 8064 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 890916

[startup+6.30165 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14618
/proc/meminfo: memFree=1043016/2055920 swapFree=4192956/4192956
[pid=14594] ppid=14592 vsize=16868 CPUtime=3.62
/proc/14594/stat : 14594 (sugar) S 14592 14594 12818 0 -1 4194304 1376 14296 0 2 5 2 329 26 15 0 1 0 20045193 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14594/statm: 4217 1113 409 3 0 796 0
[pid=14617] ppid=14594 vsize=5356 CPUtime=0
/proc/14617/stat : 14617 (sh) S 14594 14594 12818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20045566 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14617/statm: 1339 232 193 169 0 50 0
[pid=14618] ppid=14617 vsize=53392 CPUtime=2.56
/proc/14618/stat : 14618 (minisat) R 14617 14594 12818 0 -1 4194304 12705 0 0 0 248 8 0 0 25 0 1 0 20045566 54673408 12691 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14618/statm: 13348 12691 76 150 0 13195 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 75616

[startup+12.7012 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14618
/proc/meminfo: memFree=1042440/2055920 swapFree=4192956/4192956
[pid=14594] ppid=14592 vsize=16868 CPUtime=3.62
/proc/14594/stat : 14594 (sugar) S 14592 14594 12818 0 -1 4194304 1376 14296 0 2 5 2 329 26 16 0 1 0 20045193 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14594/statm: 4217 1113 409 3 0 796 0
[pid=14617] ppid=14594 vsize=5356 CPUtime=0
/proc/14617/stat : 14617 (sh) S 14594 14594 12818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20045566 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14617/statm: 1339 232 193 169 0 50 0
[pid=14618] ppid=14617 vsize=53796 CPUtime=8.95
/proc/14618/stat : 14618 (minisat) R 14617 14594 12818 0 -1 4194304 12805 0 0 0 887 8 0 0 25 0 1 0 20045566 55087104 12791 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14618/statm: 13449 12791 76 150 0 13296 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 76020

[startup+25.5012 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14618
/proc/meminfo: memFree=1041352/2055920 swapFree=4192956/4192956
[pid=14594] ppid=14592 vsize=16868 CPUtime=3.62
/proc/14594/stat : 14594 (sugar) S 14592 14594 12818 0 -1 4194304 1376 14296 0 2 5 2 329 26 16 0 1 0 20045193 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14594/statm: 4217 1113 409 3 0 796 0
[pid=14617] ppid=14594 vsize=5356 CPUtime=0
/proc/14617/stat : 14617 (sh) S 14594 14594 12818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20045566 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14617/statm: 1339 232 193 169 0 50 0
[pid=14618] ppid=14617 vsize=54928 CPUtime=21.74
/proc/14618/stat : 14618 (minisat) R 14617 14594 12818 0 -1 4194304 13109 0 0 0 2166 8 0 0 25 0 1 0 20045566 56246272 13095 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/14618/statm: 13732 13095 76 150 0 13579 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 77152

[startup+51.1013 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14618
/proc/meminfo: memFree=1036872/2055920 swapFree=4192956/4192956
[pid=14594] ppid=14592 vsize=16868 CPUtime=3.62
/proc/14594/stat : 14594 (sugar) S 14592 14594 12818 0 -1 4194304 1376 14296 0 2 5 2 329 26 16 0 1 0 20045193 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14594/statm: 4217 1113 409 3 0 796 0
[pid=14617] ppid=14594 vsize=5356 CPUtime=0
/proc/14617/stat : 14617 (sh) S 14594 14594 12818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20045566 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14617/statm: 1339 232 193 169 0 50 0
[pid=14618] ppid=14617 vsize=59512 CPUtime=47.34
/proc/14618/stat : 14618 (minisat) R 14617 14594 12818 0 -1 4194304 14256 0 0 0 4724 10 0 0 25 0 1 0 20045566 60940288 14242 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14618/statm: 14878 14242 76 150 0 14725 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 81736

[startup+102.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14618
/proc/meminfo: memFree=1029576/2055920 swapFree=4192956/4192956
[pid=14594] ppid=14592 vsize=16868 CPUtime=3.62
/proc/14594/stat : 14594 (sugar) S 14592 14594 12818 0 -1 4194304 1376 14296 0 2 5 2 329 26 16 0 1 0 20045193 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14594/statm: 4217 1113 409 3 0 796 0
[pid=14617] ppid=14594 vsize=5356 CPUtime=0
/proc/14617/stat : 14617 (sh) S 14594 14594 12818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20045566 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14617/statm: 1339 232 193 169 0 50 0
[pid=14618] ppid=14617 vsize=66620 CPUtime=98.52
/proc/14618/stat : 14618 (minisat) R 14617 14594 12818 0 -1 4194304 16016 0 0 0 9840 12 0 0 25 0 1 0 20045566 68218880 16002 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14618/statm: 16655 16002 76 150 0 16502 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 88844

[startup+162.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/75 14618
/proc/meminfo: memFree=1021128/2055920 swapFree=4192956/4192956
[pid=14594] ppid=14592 vsize=16868 CPUtime=3.62
/proc/14594/stat : 14594 (sugar) S 14592 14594 12818 0 -1 4194304 1376 14296 0 2 5 2 329 26 16 0 1 0 20045193 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14594/statm: 4217 1113 409 3 0 796 0
[pid=14617] ppid=14594 vsize=5356 CPUtime=0
/proc/14617/stat : 14617 (sh) S 14594 14594 12818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20045566 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=648816/2055920 swapFree=4192956/4192956
[pid=14594] ppid=14592 vsize=16868 CPUtime=3.62
/proc/14594/stat : 14594 (sugar) S 14592 14594 12818 0 -1 4194304 1376 14296 0 2 5 2 329 26 16 0 1 0 20045193 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14594/statm: 4217 1113 409 3 0 796 0
[pid=14617] ppid=14594 vsize=5356 CPUtime=0
/proc/14617/stat : 14617 (sh) S 14594 14594 12818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20045566 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14617/statm: 1339 232 193 169 0 50 0
[pid=14618] ppid=14617 vsize=208528 CPUtime=1293.99
/proc/14618/stat : 14618 (minisat) R 14617 14594 12818 0 -1 4194304 51478 0 0 0 129338 61 0 0 25 0 1 0 20045566 213532672 51464 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14618/statm: 52132 51464 76 150 0 51979 0
Current children cumulated CPU time (s) 1297.61
Current children cumulated vsize (KiB) 230752

[startup+1362.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/87 14660
/proc/meminfo: memFree=618800/2055920 swapFree=4192956/4192956
[pid=14594] ppid=14592 vsize=16868 CPUtime=3.62
/proc/14594/stat : 14594 (sugar) S 14592 14594 12818 0 -1 4194304 1376 14296 0 2 5 2 329 26 16 0 1 0 20045193 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14594/statm: 4217 1113 409 3 0 796 0
[pid=14617] ppid=14594 vsize=5356 CPUtime=0
/proc/14617/stat : 14617 (sh) S 14594 14594 12818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20045566 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14617/statm: 1339 232 193 169 0 50 0
[pid=14618] ppid=14617 vsize=215264 CPUtime=1353.94
/proc/14618/stat : 14618 (minisat) R 14617 14594 12818 0 -1 4194304 53167 0 0 0 135331 63 0 0 25 0 1 0 20045566 220430336 53153 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14618/statm: 53816 53153 76 150 0 53663 0
Current children cumulated CPU time (s) 1357.56
Current children cumulated vsize (KiB) 237488

[startup+1422.3 s]
/proc/loadavg: 2.16 2.06 2.01 3/87 14660
/proc/meminfo: memFree=612912/2055920 swapFree=4192956/4192956
[pid=14594] ppid=14592 vsize=16868 CPUtime=3.62
/proc/14594/stat : 14594 (sugar) S 14592 14594 12818 0 -1 4194304 1376 14296 0 2 5 2 329 26 16 0 1 0 20045193 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14594/statm: 4217 1113 409 3 0 796 0
[pid=14617] ppid=14594 vsize=5356 CPUtime=0
/proc/14617/stat : 14617 (sh) S 14594 14594 12818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20045566 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14617/statm: 1339 232 193 169 0 50 0
[pid=14618] ppid=14617 vsize=220948 CPUtime=1413.93
/proc/14618/stat : 14618 (minisat) R 14617 14594 12818 0 -1 4194304 54593 0 0 0 141328 65 0 0 25 0 1 0 20045566 226250752 54579 996147200 134512640 135127466 4294956256 18446744073709551615 134530778 0 0 4096 3 0 0 0 17 0 0 0
/proc/14618/statm: 55237 54579 76 150 0 55084 0
Current children cumulated CPU time (s) 1417.55
Current children cumulated vsize (KiB) 243172

[startup+1482.3 s]
/proc/loadavg: 2.17 2.09 2.02 3/87 14660
/proc/meminfo: memFree=608048/2055920 swapFree=4192956/4192956
[pid=14594] ppid=14592 vsize=16868 CPUtime=3.62
/proc/14594/stat : 14594 (sugar) S 14592 14594 12818 0 -1 4194304 1376 14296 0 2 5 2 329 26 16 0 1 0 20045193 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14594/statm: 4217 1113 409 3 0 796 0
[pid=14617] ppid=14594 vsize=5356 CPUtime=0
/proc/14617/stat : 14617 (sh) S 14594 14594 12818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20045566 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14617/statm: 1339 232 193 169 0 50 0
[pid=14618] ppid=14617 vsize=226612 CPUtime=1473.9
/proc/14618/stat : 14618 (minisat) R 14617 14594 12818 0 -1 4194304 55808 0 0 0 147323 67 0 0 25 0 1 0 20045566 232050688 55794 996147200 134512640 135127466 4294956256 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 0 0 0
/proc/14618/statm: 56653 55794 76 150 0 56500 0
Current children cumulated CPU time (s) 1477.52
Current children cumulated vsize (KiB) 248836

[startup+1542.31 s]
/proc/loadavg: 2.06 2.07 2.02 3/87 14660
/proc/meminfo: memFree=603440/2055920 swapFree=4192956/4192956
[pid=14594] ppid=14592 vsize=16868 CPUtime=3.62
/proc/14594/stat : 14594 (sugar) S 14592 14594 12818 0 -1 4194304 1376 14296 0 2 5 2 329 26 16 0 1 0 20045193 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14594/statm: 4217 1113 409 3 0 796 0
[pid=14617] ppid=14594 vsize=5356 CPUtime=0
/proc/14617/stat : 14617 (sh) S 14594 14594 12818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20045566 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14617/statm: 1339 232 193 169 0 50 0
[pid=14618] ppid=14617 vsize=231232 CPUtime=1533.88
/proc/14618/stat : 14618 (minisat) R 14617 14594 12818 0 -1 4194304 56967 0 0 0 153319 69 0 0 25 0 1 0 20045566 236781568 56953 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14618/statm: 57808 56953 76 150 0 57655 0
Current children cumulated CPU time (s) 1537.5
Current children cumulated vsize (KiB) 253456

[startup+1602.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/87 14660
/proc/meminfo: memFree=574384/2055920 swapFree=4192956/4192956
[pid=14594] ppid=14592 vsize=16868 CPUtime=3.62
/proc/14594/stat : 14594 (sugar) S 14592 14594 12818 0 -1 4194304 1376 14296 0 2 5 2 329 26 16 0 1 0 20045193 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14594/statm: 4217 1113 409 3 0 796 0
[pid=14617] ppid=14594 vsize=5356 CPUtime=0
/proc/14617/stat : 14617 (sh) S 14594 14594 12818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20045566 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14617/statm: 1339 232 193 169 0 50 0
[pid=14618] ppid=14617 vsize=236512 CPUtime=1593.81
/proc/14618/stat : 14618 (minisat) R 14617 14594 12818 0 -1 4194304 58312 0 0 0 159310 71 0 0 25 0 1 0 20045566 242188288 58298 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14618/statm: 59128 58298 76 150 0 58975 0
Current children cumulated CPU time (s) 1597.43
Current children cumulated vsize (KiB) 258736

[startup+1662.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/87 14660
/proc/meminfo: memFree=569520/2055920 swapFree=4192956/4192956
[pid=14594] ppid=14592 vsize=16868 CPUtime=3.62
/proc/14594/stat : 14594 (sugar) S 14592 14594 12818 0 -1 4194304 1376 14296 0 2 5 2 329 26 16 0 1 0 20045193 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14594/statm: 4217 1113 409 3 0 796 0
[pid=14617] ppid=14594 vsize=5356 CPUtime=0
/proc/14617/stat : 14617 (sh) S 14594 14594 12818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20045566 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14617/statm: 1339 232 193 169 0 50 0
[pid=14618] ppid=14617 vsize=241396 CPUtime=1653.79
/proc/14618/stat : 14618 (minisat) R 14617 14594 12818 0 -1 4194304 59526 0 0 0 165306 73 0 0 25 0 1 0 20045566 247189504 59512 996147200 134512640 135127466 4294956256 18446744073709551615 134530549 0 0 4096 3 0 0 0 17 0 0 0
/proc/14618/statm: 60349 59512 76 150 0 60196 0
Current children cumulated CPU time (s) 1657.41
Current children cumulated vsize (KiB) 263620

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/87 14660
/proc/meminfo: memFree=564208/2055920 swapFree=4192956/4192956
[pid=14594] ppid=14592 vsize=16868 CPUtime=3.62
/proc/14594/stat : 14594 (sugar) S 14592 14594 12818 0 -1 4194304 1376 14296 0 2 5 2 329 26 16 0 1 0 20045193 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14594/statm: 4217 1113 409 3 0 796 0
[pid=14617] ppid=14594 vsize=5356 CPUtime=0
/proc/14617/stat : 14617 (sh) S 14594 14594 12818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20045566 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14617/statm: 1339 232 193 169 0 50 0
[pid=14618] ppid=14617 vsize=246552 CPUtime=1713.77
/proc/14618/stat : 14618 (minisat) R 14617 14594 12818 0 -1 4194304 60847 0 0 0 171303 74 0 0 25 0 1 0 20045566 252469248 60833 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14618/statm: 61638 60833 76 150 0 61485 0
Current children cumulated CPU time (s) 1717.39
Current children cumulated vsize (KiB) 268776

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 14660
/proc/meminfo: memFree=536112/2055920 swapFree=4192956/4192956
[pid=14594] ppid=14592 vsize=16868 CPUtime=3.62
/proc/14594/stat : 14594 (sugar) S 14592 14594 12818 0 -1 4194304 1376 14296 0 2 5 2 329 26 16 0 1 0 20045193 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14594/statm: 4217 1113 409 3 0 796 0
[pid=14617] ppid=14594 vsize=5356 CPUtime=0
/proc/14617/stat : 14617 (sh) S 14594 14594 12818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20045566 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14617/statm: 1339 232 193 169 0 50 0
[pid=14618] ppid=14617 vsize=251700 CPUtime=1773.66
/proc/14618/stat : 14618 (minisat) R 14617 14594 12818 0 -1 4194304 62127 0 0 0 177291 75 0 0 25 0 1 0 20045566 257740800 62113 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14618/statm: 62925 62113 76 150 0 62772 0
Current children cumulated CPU time (s) 1777.28
Current children cumulated vsize (KiB) 273924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 14660
/proc/meminfo: memFree=534000/2055920 swapFree=4192956/4192956
[pid=14594] ppid=14592 vsize=16868 CPUtime=3.62
/proc/14594/stat : 14594 (sugar) S 14592 14594 12818 0 -1 4194304 1376 14296 0 2 5 2 329 26 16 0 1 0 20045193 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14594/statm: 4217 1113 409 3 0 796 0
[pid=14617] ppid=14594 vsize=5356 CPUtime=0
/proc/14617/stat : 14617 (sh) S 14594 14594 12818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20045566 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14617/statm: 1339 232 193 169 0 50 0
[pid=14618] ppid=14617 vsize=253688 CPUtime=1796.47
/proc/14618/stat : 14618 (minisat) R 14617 14594 12818 0 -1 4194304 62635 0 0 0 179571 76 0 0 25 0 1 0 20045566 259776512 62621 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/14618/statm: 63422 62621 76 150 0 63269 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 275912

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14594 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=355489
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=304953
# CPU time returned by wait4() is 3.66044
# 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): 1805.16
CPU time (s): 1800.09
CPU user time (s): 1799.05
CPU system time (s): 1.04
CPU usage (%): 99.7191
Max. virtual memory (cumulated for all children) (KiB): 890988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.35549
system time used= 0.304953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16055
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= 6980
involuntary context switches= 6823

runsolver used 2.07468 second user time and 6.14806 second system time

The end

Launcher Data

Begin job on node69 at 2009-07-11 18:30:25
IDJOB=2062876
IDBENCH=53939
IDSOLVER=739
FILE ID=node69/2062876-1247329825
PBS_JOBID= 9506494
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ortholatin/normalized-ortholatin-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-2062876-1247329825/watcher-2062876-1247329825 -o /tmp/evaluation-result-2062876-1247329825/solver-2062876-1247329825 -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-2062876-1247329825.xml

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

MD5SUM BENCH= 543831571f95a2d5d937b4f047616190
RANDOM SEED=857617074

node69.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.211
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.211
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1118344 kB
Buffers:         49200 kB
Cached:         809096 kB
SwapCached:          0 kB
Active:         137724 kB
Inactive:       747476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1118344 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1404 kB
Writeback:           0 kB
Mapped:          38524 kB
Slab:            37668 kB
Committed_AS:   147716 kB
PageTables:       1852 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= 66496 MiB
End job on node69 at 2009-07-11 19:00:32