Trace number 1066849

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.13+minisat? (TO) 1800.06 1817.34

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg5-9_ext.xml
MD5SUM653e6ff13fec6aaa97fb929a62c8a610
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark138.233
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints14
Maximum constraint arity9
Maximum domain size26
Number of constraints which are defined in extension14
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 07:26:31 2008
0.00/0.05	c 0	PID 29405
0.00/0.05	c 0	HOST node19.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1066849-1215149191.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1066849-1215149191.xml' 'HOME/temp.csp'
0.03/0.52	c 1	1 domains, 45 variables, 0 predicates, 2 relations, 14 constraints
0.03/0.53	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.53	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.48/0.61	c 1	Parsing HOME/temp.csp
0.48/0.77	c 1	parsed 62 expressions
0.48/0.77	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.48/0.77	c 1	Converting to clausal form CSP
0.48/0.79	c 1	converted 7 (10%) expressions
0.48/0.79	c 1	converted 13 (20%) expressions
0.48/0.79	c 1	converted 19 (30%) expressions
0.48/0.79	c 1	converted 25 (40%) expressions
0.48/0.79	c 1	converted 31 (50%) expressions
0.48/0.79	c 1	converted 38 (60%) expressions
0.48/0.79	c 1	converted 44 (70%) expressions
0.48/0.87	c 1	converted 50 (80%) expressions
0.48/1.08	c 1	converted 56 (90%) expressions
1.52/1.64	c 2	converted 62 (100%) expressions
1.52/1.64	c 2	CSP : 45 integers, 0 booleans, 14 clauses, largest domain size 26
1.52/1.65	c 2	Heap : 24 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.52/1.65	c 2	Propagation in CSP
1.52/1.65	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.52/1.65	c 2	CSP : 45 integers, 0 booleans, 14 clauses, largest domain size 26
1.52/1.65	c 2	Heap : 24 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.52/1.65	c 2	Simplifing CSP by introducing new Boolean variables
1.52/1.65	c 2	CSP : 45 integers, 0 booleans, 14 clauses, largest domain size 26
1.52/1.65	c 2	Heap : 24 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.62/1.79	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.72/1.80	c 2	5 (10%) CSP integer variables are encoded (120 clauses, 1176 bytes)
1.72/1.80	c 2	9 (20%) CSP integer variables are encoded (216 clauses, 2232 bytes)
1.72/1.81	c 2	14 (30%) CSP integer variables are encoded (336 clauses, 3552 bytes)
1.72/1.81	c 2	18 (40%) CSP integer variables are encoded (432 clauses, 4608 bytes)
1.72/1.81	c 2	23 (50%) CSP integer variables are encoded (552 clauses, 5928 bytes)
1.72/1.81	c 2	27 (60%) CSP integer variables are encoded (648 clauses, 6984 bytes)
1.72/1.82	c 2	32 (70%) CSP integer variables are encoded (768 clauses, 8304 bytes)
1.72/1.82	c 2	36 (80%) CSP integer variables are encoded (864 clauses, 9360 bytes)
1.72/1.82	c 2	41 (90%) CSP integer variables are encoded (984 clauses, 10729 bytes)
1.72/1.82	c 2	45 (100%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
3.21/3.39	c 4	2 (10%) CSP clauses are encoded (28596 clauses, 949942 bytes)
4.00/4.14	c 4	3 (20%) CSP clauses are encoded (42354 clauses, 1424853 bytes)
5.49/5.64	c 6	5 (30%) CSP clauses are encoded (69870 clauses, 2408905 bytes)
6.18/6.39	c 7	6 (40%) CSP clauses are encoded (83628 clauses, 2917495 bytes)
6.97/7.15	c 7	7 (50%) CSP clauses are encoded (97386 clauses, 3426085 bytes)
8.46/8.66	c 9	9 (60%) CSP clauses are encoded (124902 clauses, 4443265 bytes)
25.00/25.32	c 26	10 (70%) CSP clauses are encoded (191871 clauses, 7722814 bytes)
57.77/58.42	c 59	12 (80%) CSP clauses are encoded (325809 clauses, 15416082 bytes)
74.29/75.10	c 75	13 (90%) CSP clauses are encoded (392778 clauses, 19262716 bytes)
90.54/91.57	c 92	14 (100%) CSP clauses are encoded (459747 clauses, 23425506 bytes)
90.54/91.57	c 92	14 CSP clauses encoded
90.54/91.57	c 92	Writing map file : HOME/temp.map
90.54/91.57	c 92	Heap : 42 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
90.54/91.57	c 92	SAT : 1125 SAT variables, 459747 SAT clauses, 23425506 bytes
90.54/91.57	c 92	Heap : 42 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
90.54/91.59	c 92	SOLVING HOME/temp.cnf
90.54/91.59	c 92	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
90.64/91.60	c 92	This is MiniSat 2.0 beta
90.64/91.60	c 92	WARNING: for repeatability, setting FPU to use double precision
90.64/91.60	c 92	============================[ Problem Statistics ]=============================
90.64/91.60	c 92	|                                                                             |
90.64/91.60	c 92	|  Number of variables:  1125                                                 |
90.64/91.60	c 92	|  Number of clauses:    459747                                               |
90.64/92.16	c 92	|  Parsing time:         0.50         s                                       |
90.64/92.20	c 92	============================[ Search Statistics ]==============================
90.64/92.20	c 92	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
90.64/92.20	c 92	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
90.64/92.20	c 92	===============================================================================
90.64/92.20	c 92	|         0 |    1125   459747  5046450 |   153249        0    nan |  0.000 % |
90.64/92.28	c 93	|       100 |    1122   459747  5046450 |   168573       97      6 |  0.271 % |
90.64/92.31	c 93	|       250 |    1122   459747  5046450 |   185431      247      7 |  0.270 % |
91.42/92.48	c 93	|       476 |    1122   459747  5046450 |   203974      473      8 |  0.268 % |
91.71/92.70	c 93	|       813 |    1122   459747  5046450 |   224371      810     10 |  0.268 % |
92.11/93.18	c 93	|      1319 |    1122   459747  5046450 |   246809     1316     10 |  0.268 % |
93.00/94.05	c 94	|      2078 |    1122   459747  5046450 |   271489     2075     10 |  0.269 % |
93.88/94.96	c 95	|      3217 |    1122   459747  5046450 |   298638     3214     12 |  0.268 % |
96.37/97.44	c 98	|      4925 |    1122   459747  5046450 |   328502     4922     13 |  0.267 % |
100.14/101.25	c 102	|      7488 |    1122   459747  5046450 |   361353     7485     14 |  0.267 % |
100.93/102.07	c 102	|     11332 |    1122   459747  5046450 |   397488    11329     13 |  0.268 % |
101.33/102.48	c 103	|     17098 |    1122   459747  5046450 |   437237    17095     11 |  0.268 % |
107.95/109.16	c 109	|     25747 |    1122   459747  5046450 |   480961    25744     12 |  0.268 % |
127.76/129.12	c 129	|     38721 |    1122   459747  5046450 |   529057    38718     14 |  0.267 % |
162.24/163.93	c 164	|     58184 |    1122   459747  5046450 |   581962    58181     14 |  0.267 % |
217.31/219.56	c 220	|     87377 |    1122   459747  5046450 |   640159    87374     16 |  0.267 % |
321.71/324.92	c 325	|    131168 |    1122   459210  5042308 |   704175   131165     17 |  0.267 % |
509.23/514.27	c 515	|    196852 |    1122   459210  5042308 |   774592   196849     17 |  0.270 % |
808.68/816.58	c 817	|    295378 |    1122   459210  5042308 |   852051   295375     18 |  0.267 % |
1427.81/1441.58	c 1442	|    443170 |    1122   459210  5042308 |   937256   443167     19 |  0.267 % |
1800.06/1817.32	c ERROR INTERRUPTED
1800.06/1817.33	s UNKNOWN
1800.06/1817.33	c 1818	CPU 90.28 (0.03 0.01 90.25 0.35)
1800.06/1817.33	c 1818	END Fri Jul  4 07:56:49 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1066849-1215149191/watcher-1066849-1215149191 -o /tmp/evaluation-result-1066849-1215149191/solver-1066849-1215149191 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1066849-1215149191.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 29405
/proc/meminfo: memFree=1645872/2055920 swapFree=4180456/4192956
[pid=29405] ppid=29403 vsize=18572 CPUtime=0
/proc/29405/stat : 29405 (runsolver) R 29403 29405 24908 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 1993893496 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 255236566311 0 0 4096 24578 0 0 0 17 1 0 0
/proc/29405/statm: 4643 292 257 25 0 2626 0

[startup+0.100275 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 29405
/proc/meminfo: memFree=1645872/2055920 swapFree=4180456/4192956
[pid=29405] ppid=29403 vsize=13600 CPUtime=0.03
/proc/29405/stat : 29405 (sugar) S 29403 29405 24908 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993893496 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29405/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201294 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 29405
/proc/meminfo: memFree=1645872/2055920 swapFree=4180456/4192956
[pid=29405] ppid=29403 vsize=13600 CPUtime=0.03
/proc/29405/stat : 29405 (sugar) S 29403 29405 24908 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993893496 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29405/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301311 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 29405
/proc/meminfo: memFree=1645872/2055920 swapFree=4180456/4192956
[pid=29405] ppid=29403 vsize=13600 CPUtime=0.03
/proc/29405/stat : 29405 (sugar) S 29403 29405 24908 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993893496 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29405/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701388 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 29405
/proc/meminfo: memFree=1645872/2055920 swapFree=4180456/4192956
[pid=29405] ppid=29403 vsize=13600 CPUtime=0.48
/proc/29405/stat : 29405 (sugar) S 29403 29405 24908 0 -1 4194304 973 6408 0 1 3 0 41 4 16 0 1 0 1993893496 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29405/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 13600

[startup+1.50254 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 29427
/proc/meminfo: memFree=1628056/2055920 swapFree=4180456/4192956
[pid=29405] ppid=29403 vsize=13600 CPUtime=0.48
/proc/29405/stat : 29405 (sugar) S 29403 29405 24908 0 -1 4194304 973 6408 0 1 3 0 41 4 15 0 1 0 1993893496 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29405/statm: 3400 797 370 3 0 500 0
[pid=29418] ppid=29405 vsize=5356 CPUtime=0
/proc/29418/stat : 29418 (sh) S 29405 29405 24908 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993893549 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29418/statm: 1339 233 193 169 0 50 0
[pid=29419] ppid=29418 vsize=864356 CPUtime=0.94
/proc/29419/stat : 29419 (java) S 29418 29405 24908 0 -1 0 10605 0 1 0 90 4 0 0 18 0 9 0 1993893549 885100544 9827 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29419/statm: 216089 9827 2540 9 0 210664 0
[pid=29419/tid=29420] ppid=29418 vsize=864356 CPUtime=0.43
/proc/29419/task/29420/stat : 29420 (java) R 29418 29405 24908 0 -1 64 2748 0 1 0 42 1 0 0 23 0 9 0 1993893550 885100544 9827 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29419/tid=29421] ppid=29418 vsize=864356 CPUtime=0.43
/proc/29419/task/29421/stat : 29421 (java) R 29418 29405 24908 0 -1 64 6840 0 0 0 41 2 0 0 16 0 9 0 1993893551 885100544 9827 996147200 134512640 134550740 4294955952 18446744073709551615 102721892 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29419/tid=29422] ppid=29418 vsize=864356 CPUtime=0
/proc/29419/task/29422/stat : 29422 (java) S 29418 29405 24908 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993893552 885100544 9827 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29419/tid=29423] ppid=29418 vsize=864356 CPUtime=0
/proc/29419/task/29423/stat : 29423 (java) S 29418 29405 24908 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993893552 885100544 9827 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29419/tid=29424] ppid=29418 vsize=864356 CPUtime=0
/proc/29419/task/29424/stat : 29424 (java) S 29418 29405 24908 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993893554 885100544 9827 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29419/tid=29425] ppid=29418 vsize=864356 CPUtime=0.05
/proc/29419/task/29425/stat : 29425 (java) S 29418 29405 24908 0 -1 64 324 0 0 0 5 0 0 0 16 0 9 0 1993893554 885100544 9827 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29419/tid=29426] ppid=29418 vsize=864356 CPUtime=0
/proc/29419/task/29426/stat : 29426 (java) S 29418 29405 24908 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993893554 885100544 9827 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29419/tid=29427] ppid=29418 vsize=864356 CPUtime=0
/proc/29419/task/29427/stat : 29427 (java) S 29418 29405 24908 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993893554 885100544 9827 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883312

[startup+3.10184 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 29427
/proc/meminfo: memFree=1612056/2055920 swapFree=4180456/4192956
[pid=29405] ppid=29403 vsize=13600 CPUtime=0.49
/proc/29405/stat : 29405 (sugar) S 29403 29405 24908 0 -1 4194304 974 6408 0 1 3 1 41 4 15 0 1 0 1993893496 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29405/statm: 3400 797 370 3 0 500 0
[pid=29418] ppid=29405 vsize=5356 CPUtime=0
/proc/29418/stat : 29418 (sh) S 29405 29405 24908 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993893549 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29418/statm: 1339 233 193 169 0 50 0
[pid=29419] ppid=29418 vsize=864232 CPUtime=2.52
/proc/29419/stat : 29419 (java) S 29418 29405 24908 0 -1 0 11400 0 1 0 247 5 0 0 18 0 9 0 1993893549 884973568 10520 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29419/statm: 216058 10520 2564 9 0 210605 0
[pid=29419/tid=29420] ppid=29418 vsize=864232 CPUtime=1.67
/proc/29419/task/29420/stat : 29420 (java) R 29418 29405 24908 0 -1 64 3021 0 1 0 166 1 0 0 25 0 9 0 1993893550 884973568 10520 996147200 134512640 134550740 4294955952 18446744073709551615 103214806 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29419/tid=29421] ppid=29418 vsize=864232 CPUtime=0.74
/proc/29419/task/29421/stat : 29421 (java) S 29418 29405 24908 0 -1 64 7337 0 0 0 71 3 0 0 16 0 9 0 1993893551 884973568 10520 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29419/tid=29422] ppid=29418 vsize=864232 CPUtime=0
/proc/29419/task/29422/stat : 29422 (java) S 29418 29405 24908 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993893552 884973568 10520 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29419/tid=29423] ppid=29418 vsize=864232 CPUtime=0
/proc/29419/task/29423/stat : 29423 (java) S 29418 29405 24908 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993893552 884973568 10520 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29419/tid=29424] ppid=29418 vsize=864232 CPUtime=0
/proc/29419/task/29424/stat : 29424 (java) S 29418 29405 24908 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993893554 884973568 10520 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29419/tid=29425] ppid=29418 vsize=864232 CPUtime=0.09
/proc/29419/task/29425/stat : 29425 (java) S 29418 29405 24908 0 -1 64 349 0 0 0 9 0 0 0 16 0 9 0 1993893554 884973568 10520 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29419/tid=29426] ppid=29418 vsize=864232 CPUtime=0
/proc/29419/task/29426/stat : 29426 (java) S 29418 29405 24908 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993893554 884973568 10520 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29419/tid=29427] ppid=29418 vsize=864232 CPUtime=0
/proc/29419/task/29427/stat : 29427 (java) S 29418 29405 24908 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993893554 884973568 10520 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883188

[startup+6.30244 s]
/proc/loadavg: 2.07 2.00 2.00 3/92 29427
/proc/meminfo: memFree=1604952/2055920 swapFree=4180456/4192956
[pid=29405] ppid=29403 vsize=13600 CPUtime=0.49
/proc/29405/stat : 29405 (sugar) S 29403 29405 24908 0 -1 4194304 974 6408 0 1 3 1 41 4 16 0 1 0 1993893496 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29405/statm: 3400 797 370 3 0 500 0
[pid=29418] ppid=29405 vsize=5356 CPUtime=0
/proc/29418/stat : 29418 (sh) S 29405 29405 24908 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993893549 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29418/statm: 1339 233 193 169 0 50 0
[pid=29419] ppid=29418 vsize=864232 CPUtime=5.69
/proc/29419/stat : 29419 (java) S 29418 29405 24908 0 -1 0 12888 0 1 0 562 7 0 0 18 0 9 0 1993893549 884973568 11934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29419/statm: 216058 11934 2564 9 0 210605 0
[pid=29419/tid=29420] ppid=29418 vsize=864232 CPUtime=4.72
/proc/29419/task/29420/stat : 29420 (java) R 29418 29405 24908 0 -1 64 3096 0 1 0 470 2 0 0 25 0 9 0 1993893550 884973568 11934 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29419/tid=29421] ppid=29418 vsize=864232 CPUtime=0.84
/proc/29419/task/29421/stat : 29421 (java) S 29418 29405 24908 0 -1 64 8750 0 0 0 81 3 0 0 15 0 9 0 1993893551 884973568 11934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29419/tid=29422] ppid=29418 vsize=864232 CPUtime=0
/proc/29419/task/29422/stat : 29422 (java) S 29418 29405 24908 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993893552 884973568 11934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29419/tid=29423] ppid=29418 vsize=864232 CPUtime=0
/proc/29419/task/29423/stat : 29423 (java) S 29418 29405 24908 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993893552 884973568 11934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29419/tid=29424] ppid=29418 vsize=864232 CPUtime=0
/proc/29419/task/29424/stat : 29424 (java) S 29418 29405 24908 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993893554 884973568 11934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29419/tid=29425] ppid=29418 vsize=864232 CPUtime=0.09
/proc/29419/task/29425/stat : 29425 (java) S 29418 29405 24908 0 -1 64 349 0 0 0 9 0 0 0 17 0 9 0 1993893554 884973568 11934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29419/tid=29426] ppid=29418 vsize=864232 CPUtime=0
/proc/29419/task/29426/stat : 29426 (java) S 29418 29405 24908 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993893554 884973568 11934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29419/tid=29427] ppid=29418 vsize=864232 CPUtime=0
/proc/29419/task/29427/stat : 29427 (java) S 29418 29405 24908 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993893554 884973568 11934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 883188

[startup+12.7026 s]
/proc/loadavg: 2.07 2.00 2.00 3/92 29427
/proc/meminfo: memFree=1593880/2055920 swapFree=4180456/4192956
[pid=29405] ppid=29403 vsize=13600 CPUtime=0.49
/proc/29405/stat : 29405 (sugar) S 29403 29405 24908 0 -1 4194304 974 6408 0 1 3 1 41 4 16 0 1 0 1993893496 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29405/statm: 3400 797 370 3 0 500 0
[pid=29418] ppid=29405 vsize=5356 CPUtime=0
/proc/29418/stat : 29418 (sh) S 29405 29405 24908 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993893549 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29418/statm: 1339 233 193 169 0 50 0
[pid=29419] ppid=29418 vsize=864356 CPUtime=12.03
/proc/29419/stat : 29419 (java) S 29418 29405 24908 0 -1 0 17205 0 1 0 1192 11 0 0 18 0 9 0 1993893549 885100544 13654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29419/statm: 216089 13654 2564 9 0 210636 0
[pid=29419/tid=29420] ppid=29418 vsize=864356 CPUtime=10.77
/proc/29419/task/29420/stat : 29420 (java) R 29418 29405 24908 0 -1 64 3182 0 1 0 1073 4 0 0 25 0 9 0 1993893550 885100544 13654 996147200 134512640 134550740 4294955952 18446744073709551615 4125952101 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29419/tid=29421] ppid=29418 vsize=864356 CPUtime=1.13
/proc/29419/task/29421/stat : 29421 (java) S 29418 29405 24908 0 -1 64 12981 0 0 0 108 5 0 0 16 0 9 0 1993893551 885100544 13654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29419/tid=29422] ppid=29418 vsize=864356 CPUtime=0
/proc/29419/task/29422/stat : 29422 (java) S 29418 29405 24908 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993893552 885100544 13654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29419/tid=29423] ppid=29418 vsize=864356 CPUtime=0
/proc/29419/task/29423/stat : 29423 (java) S 29418 29405 24908 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993893552 885100544 13654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29419/tid=29424] ppid=29418 vsize=864356 CPUtime=0
/proc/29419/task/29424/stat : 29424 (java) S 29418 29405 24908 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993893554 885100544 13654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29419/tid=29425] ppid=29418 vsize=864356 CPUtime=0.09
/proc/29419/task/29425/stat : 29425 (java) S 29418 29405 24908 0 -1 64 349 0 0 0 9 0 0 0 17 0 9 0 1993893554 885100544 13654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29419/tid=29426] ppid=29418 vsize=864356 CPUtime=0
/proc/29419/task/29426/stat : 29426 (java) S 29418 29405 24908 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993893554 885100544 13654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29419/tid=29427] ppid=29418 vsize=864356 CPUtime=0
/proc/29419/task/29427/stat : 29427 (java) S 29418 29405 24908 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993893554 885100544 13654 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 883312

[startup+25.502 s]
/proc/loadavg: 2.05 2.00 2.00 3/92 29427
/proc/meminfo: memFree=1590872/2055920 swapFree=4180456/4192956
[pid=29405] ppid=29403 vsize=13600 CPUtime=0.49
/proc/29405/stat : 29405 (sugar) S 29403 29405 24908 0 -1 4194304 974 6408 0 1 3 1 41 4 16 0 1 0 1993893496 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29405/statm: 3400 797 370 3 0 500 0
[pid=29418] ppid=29405 vsize=5356 CPUtime=0
/proc/29418/stat : 29418 (sh) S 29405 29405 24908 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993893549 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29418/statm: 1339 233 193 169 0 50 0
[pid=29419] ppid=29418 vsize=864356 CPUtime=24.7
/proc/29419/stat : 29419 (java) S 29418 29405 24908 0 -1 0 17352 0 1 0 2456 14 0 0 18 0 9 0 1993893549 885100544 13675 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29419/statm: 216089 13675 2564 9 0 210636 0
[pid=29419/tid=29420] ppid=29418 vsize=864356 CPUtime=23.28
/proc/29419/task/29420/stat : 29420 (java) R 29418 29405 24908 0 -1 64 3308 0 1 0 2322 6 0 0 25 0 9 0 1993893550 885100544 13675 996147200 134512640 134550740 4294955952 18446744073709551615 102064836 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29419/tid=29421] ppid=29418 vsize=864356 CPUtime=1.29
/proc/29419/task/29421/stat : 29421 (java) S 29418 29405 24908 0 -1 64 12999 0 0 0 123 6 0 0 16 0 9 0 1993893551 885100544 13675 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29419/tid=29422] ppid=29418 vsize=864356 CPUtime=0
/proc/29419/task/29422/stat : 29422 (java) S 29418 29405 24908 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993893552 885100544 13675 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29419/tid=29423] ppid=29418 vsize=864356 CPUtime=0
/proc/29419/task/29423/stat : 29423 (java) S 29418 29405 24908 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993893552 885100544 13675 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1517712/2055920 swapFree=4180456/4192956
[pid=29405] ppid=29403 vsize=13600 CPUtime=90.64
/proc/29405/stat : 29405 (sugar) S 29403 29405 24908 0 -1 4194304 1031 32583 0 2 3 1 9025 35 16 0 1 0 1993893496 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29405/statm: 3400 798 370 3 0 500 0
[pid=29428] ppid=29405 vsize=5356 CPUtime=0
/proc/29428/stat : 29428 (sh) S 29405 29405 24908 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993902656 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29428/statm: 1339 232 193 169 0 50 0
[pid=29429] ppid=29428 vsize=86312 CPUtime=1199.29
/proc/29429/stat : 29429 (minisat) R 29428 29405 24908 0 -1 4194304 21197 0 0 0 119907 22 0 0 25 0 1 0 1993902656 88383488 21183 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29429/statm: 21578 21183 75 150 0 21425 0
Current children cumulated CPU time (s) 1289.93
Current children cumulated vsize (KiB) 105268

[startup+1362.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/84 29566
/proc/meminfo: memFree=1515920/2055920 swapFree=4180456/4192956
[pid=29405] ppid=29403 vsize=13600 CPUtime=90.64
/proc/29405/stat : 29405 (sugar) S 29403 29405 24908 0 -1 4194304 1031 32583 0 2 3 1 9025 35 16 0 1 0 1993893496 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29405/statm: 3400 798 370 3 0 500 0
[pid=29428] ppid=29405 vsize=5356 CPUtime=0
/proc/29428/stat : 29428 (sh) S 29405 29405 24908 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993902656 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29428/statm: 1339 232 193 169 0 50 0
[pid=29429] ppid=29428 vsize=87860 CPUtime=1258.72
/proc/29429/stat : 29429 (minisat) R 29428 29405 24908 0 -1 4194304 21601 0 0 0 125850 22 0 0 25 0 1 0 1993902656 89968640 21587 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29429/statm: 21965 21587 75 150 0 21812 0
Current children cumulated CPU time (s) 1349.36
Current children cumulated vsize (KiB) 106816

[startup+1422.3 s]
/proc/loadavg: 2.16 2.08 2.01 3/84 29566
/proc/meminfo: memFree=1514384/2055920 swapFree=4180456/4192956
[pid=29405] ppid=29403 vsize=13600 CPUtime=90.64
/proc/29405/stat : 29405 (sugar) S 29403 29405 24908 0 -1 4194304 1031 32583 0 2 3 1 9025 35 16 0 1 0 1993893496 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29405/statm: 3400 798 370 3 0 500 0
[pid=29428] ppid=29405 vsize=5356 CPUtime=0
/proc/29428/stat : 29428 (sh) S 29405 29405 24908 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993902656 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29428/statm: 1339 232 193 169 0 50 0
[pid=29429] ppid=29428 vsize=89344 CPUtime=1318.15
/proc/29429/stat : 29429 (minisat) R 29428 29405 24908 0 -1 4194304 21984 0 0 0 131793 22 0 0 25 0 1 0 1993902656 91488256 21970 996147200 134512640 135127466 4294956272 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/29429/statm: 22336 21970 75 150 0 22183 0
Current children cumulated CPU time (s) 1408.79
Current children cumulated vsize (KiB) 108300

[startup+1482.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/84 29566
/proc/meminfo: memFree=1512720/2055920 swapFree=4180456/4192956
[pid=29405] ppid=29403 vsize=13600 CPUtime=90.64
/proc/29405/stat : 29405 (sugar) S 29403 29405 24908 0 -1 4194304 1031 32583 0 2 3 1 9025 35 16 0 1 0 1993893496 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29405/statm: 3400 798 370 3 0 500 0
[pid=29428] ppid=29405 vsize=5356 CPUtime=0
/proc/29428/stat : 29428 (sh) S 29405 29405 24908 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993902656 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29428/statm: 1339 232 193 169 0 50 0
[pid=29429] ppid=29428 vsize=90784 CPUtime=1377.58
/proc/29429/stat : 29429 (minisat) R 29428 29405 24908 0 -1 4194304 22375 0 0 0 137735 23 0 0 25 0 1 0 1993902656 92962816 22361 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29429/statm: 22696 22361 75 150 0 22543 0
Current children cumulated CPU time (s) 1468.22
Current children cumulated vsize (KiB) 109740

[startup+1542.31 s]
/proc/loadavg: 2.02 2.05 2.00 3/84 29566
/proc/meminfo: memFree=1511184/2055920 swapFree=4180456/4192956
[pid=29405] ppid=29403 vsize=13600 CPUtime=90.64
/proc/29405/stat : 29405 (sugar) S 29403 29405 24908 0 -1 4194304 1031 32583 0 2 3 1 9025 35 16 0 1 0 1993893496 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29405/statm: 3400 798 370 3 0 500 0
[pid=29428] ppid=29405 vsize=5356 CPUtime=0
/proc/29428/stat : 29428 (sh) S 29405 29405 24908 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993902656 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29428/statm: 1339 232 193 169 0 50 0
[pid=29429] ppid=29428 vsize=92252 CPUtime=1437.02
/proc/29429/stat : 29429 (minisat) R 29428 29405 24908 0 -1 4194304 22748 0 0 0 143679 23 0 0 25 0 1 0 1993902656 94466048 22734 996147200 134512640 135127466 4294956272 18446744073709551615 134530727 0 0 4096 3 0 0 0 17 1 0 0
/proc/29429/statm: 23063 22734 75 150 0 22910 0
Current children cumulated CPU time (s) 1527.66
Current children cumulated vsize (KiB) 111208

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 29566
/proc/meminfo: memFree=1509904/2055920 swapFree=4180456/4192956
[pid=29405] ppid=29403 vsize=13600 CPUtime=90.64
/proc/29405/stat : 29405 (sugar) S 29403 29405 24908 0 -1 4194304 1031 32583 0 2 3 1 9025 35 16 0 1 0 1993893496 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29405/statm: 3400 798 370 3 0 500 0
[pid=29428] ppid=29405 vsize=5356 CPUtime=0
/proc/29428/stat : 29428 (sh) S 29405 29405 24908 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993902656 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29428/statm: 1339 232 193 169 0 50 0
[pid=29429] ppid=29428 vsize=94484 CPUtime=1496.45
/proc/29429/stat : 29429 (minisat) R 29428 29405 24908 0 -1 4194304 23076 0 0 0 149622 23 0 0 25 0 1 0 1993902656 96751616 23062 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29429/statm: 23621 23062 75 150 0 23468 0
Current children cumulated CPU time (s) 1587.09
Current children cumulated vsize (KiB) 113440

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 29566
/proc/meminfo: memFree=1508432/2055920 swapFree=4180456/4192956
[pid=29405] ppid=29403 vsize=13600 CPUtime=90.64
/proc/29405/stat : 29405 (sugar) S 29403 29405 24908 0 -1 4194304 1031 32583 0 2 3 1 9025 35 16 0 1 0 1993893496 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29405/statm: 3400 798 370 3 0 500 0
[pid=29428] ppid=29405 vsize=5356 CPUtime=0
/proc/29428/stat : 29428 (sh) S 29405 29405 24908 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993902656 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29428/statm: 1339 232 193 169 0 50 0
[pid=29429] ppid=29428 vsize=95848 CPUtime=1555.89
/proc/29429/stat : 29429 (minisat) R 29428 29405 24908 0 -1 4194304 23434 0 0 0 155565 24 0 0 25 0 1 0 1993902656 98148352 23420 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29429/statm: 23962 23420 75 150 0 23809 0
Current children cumulated CPU time (s) 1646.53
Current children cumulated vsize (KiB) 114804

[startup+1722.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/84 29566
/proc/meminfo: memFree=1507088/2055920 swapFree=4180456/4192956
[pid=29405] ppid=29403 vsize=13600 CPUtime=90.64
/proc/29405/stat : 29405 (sugar) S 29403 29405 24908 0 -1 4194304 1031 32583 0 2 3 1 9025 35 16 0 1 0 1993893496 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29405/statm: 3400 798 370 3 0 500 0
[pid=29428] ppid=29405 vsize=5356 CPUtime=0
/proc/29428/stat : 29428 (sh) S 29405 29405 24908 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993902656 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29428/statm: 1339 232 193 169 0 50 0
[pid=29429] ppid=29428 vsize=97072 CPUtime=1615.32
/proc/29429/stat : 29429 (minisat) R 29428 29405 24908 0 -1 4194304 23760 0 0 0 161508 24 0 0 25 0 1 0 1993902656 99401728 23746 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29429/statm: 24268 23746 75 150 0 24115 0
Current children cumulated CPU time (s) 1705.96
Current children cumulated vsize (KiB) 116028

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 29566
/proc/meminfo: memFree=1505680/2055920 swapFree=4180456/4192956
[pid=29405] ppid=29403 vsize=13600 CPUtime=90.64
/proc/29405/stat : 29405 (sugar) S 29403 29405 24908 0 -1 4194304 1031 32583 0 2 3 1 9025 35 16 0 1 0 1993893496 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29405/statm: 3400 798 370 3 0 500 0
[pid=29428] ppid=29405 vsize=5356 CPUtime=0
/proc/29428/stat : 29428 (sh) S 29405 29405 24908 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993902656 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29428/statm: 1339 232 193 169 0 50 0
[pid=29429] ppid=29428 vsize=98392 CPUtime=1674.75
/proc/29429/stat : 29429 (minisat) R 29428 29405 24908 0 -1 4194304 24076 0 0 0 167450 25 0 0 25 0 1 0 1993902656 100753408 24062 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29429/statm: 24598 24062 75 150 0 24445 0
Current children cumulated CPU time (s) 1765.39
Current children cumulated vsize (KiB) 117348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 29566
/proc/meminfo: memFree=1504912/2055920 swapFree=4180456/4192956
[pid=29405] ppid=29403 vsize=13600 CPUtime=90.64
/proc/29405/stat : 29405 (sugar) S 29403 29405 24908 0 -1 4194304 1031 32583 0 2 3 1 9025 35 16 0 1 0 1993893496 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29405/statm: 3400 798 370 3 0 500 0
[pid=29428] ppid=29405 vsize=5356 CPUtime=0
/proc/29428/stat : 29428 (sh) S 29405 29405 24908 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993902656 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29428/statm: 1339 232 193 169 0 50 0
[pid=29429] ppid=29428 vsize=99216 CPUtime=1709.42
/proc/29429/stat : 29429 (minisat) R 29428 29405 24908 0 -1 4194304 24284 0 0 0 170917 25 0 0 25 0 1 0 1993902656 101597184 24270 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29429/statm: 24804 24270 75 150 0 24651 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 118172

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 29405 and gives
#  childrusage.ru_utime.tv_sec=90
#  childrusage.ru_utime.tv_usec=293273
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=382941
# CPU time returned by wait4() is 90.6762
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1817.34
CPU time (s): 1800.06
CPU user time (s): 1799.45
CPU system time (s): 0.61
CPU usage (%): 99.049
Max. virtual memory (cumulated for all children) (KiB): 888944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 90.2933
system time used= 0.382941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33958
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= 8732
involuntary context switches= 12210

runsolver used 1.89871 second user time and 6.38303 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-04 07:26:31
IDJOB=1066849
IDBENCH=55147
IDSOLVER=346
FILE ID=node19/1066849-1215149191
PBS_JOBID= 7877209
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg5-9_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1066849-1215149191/watcher-1066849-1215149191 -o /tmp/evaluation-result-1066849-1215149191/solver-1066849-1215149191 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1066849-1215149191.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 653e6ff13fec6aaa97fb929a62c8a610
RANDOM SEED=375942955

node19.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.263
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	: 5931.00
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.263
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:       1646352 kB
Buffers:         82500 kB
Cached:         231104 kB
SwapCached:       6540 kB
Active:         213904 kB
Inactive:       125944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1646352 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:            1476 kB
Writeback:           0 kB
Mapped:          42448 kB
Slab:            54804 kB
Committed_AS:  3420932 kB
PageTables:       1944 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= 66560 MiB
End job on node19 at 2008-07-04 07:56:51