Trace number 1055628

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+minisatSAT 162.054 163.801

General information on the benchmark

Namecsp/travellingSalesman-20/
normalized-tsp-20-901_ext.xml
MD5SUM0f30b3807199fbae5b68556f7aabb864
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 benchmark4.18036
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints230
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension230
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 Thu Jul  3 06:38:50 2008
0.00/0.05	c 0	PID 26873
0.00/0.05	c 0	HOST node62.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1055628-1215059930.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-1055628-1215059930.xml' 'HOME/temp.csp'
0.03/0.45	c 0	5 domains, 61 variables, 0 predicates, 23 relations, 230 constraints
0.03/0.48	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.48	c 0	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.42/0.56	c 0	Parsing HOME/temp.csp
0.42/0.91	c 1	parsed 319 expressions
0.42/0.92	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.42/0.92	c 1	Converting to clausal form CSP
0.42/0.94	c 1	converted 32 (10%) expressions
0.42/0.94	c 1	converted 64 (20%) expressions
0.42/0.96	c 1	converted 96 (30%) expressions
0.42/0.97	c 1	converted 128 (40%) expressions
0.42/0.97	c 1	converted 160 (50%) expressions
0.42/0.98	c 1	converted 192 (60%) expressions
0.42/0.98	c 1	converted 224 (70%) expressions
0.42/0.98	c 1	converted 256 (80%) expressions
0.42/0.98	c 1	converted 288 (90%) expressions
2.99/3.12	c 3	converted 319 (100%) expressions
2.99/3.12	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.99/3.12	c 3	Heap : 57 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.99/3.12	c 3	Propagation in CSP
2.99/3.13	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.99/3.13	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.99/3.13	c 3	Heap : 57 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.99/3.13	c 3	Simplifing CSP by introducing new Boolean variables
2.99/3.13	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.99/3.13	c 3	Heap : 57 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.28/3.46	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.28/3.48	c 3	7 (10%) CSP integer variables are encoded (3069 clauses, 37754 bytes)
3.28/3.49	c 3	13 (20%) CSP integer variables are encoded (6120 clauses, 77417 bytes)
3.28/3.49	c 3	19 (30%) CSP integer variables are encoded (9171 clauses, 117080 bytes)
3.28/3.49	c 3	25 (40%) CSP integer variables are encoded (12222 clauses, 161228 bytes)
3.39/3.50	c 3	31 (50%) CSP integer variables are encoded (15273 clauses, 206993 bytes)
3.39/3.50	c 3	37 (60%) CSP integer variables are encoded (18324 clauses, 252758 bytes)
3.39/3.51	c 3	43 (70%) CSP integer variables are encoded (20922 clauses, 291728 bytes)
3.39/3.51	c 3	49 (80%) CSP integer variables are encoded (22086 clauses, 309188 bytes)
3.39/3.51	c 3	55 (90%) CSP integer variables are encoded (23250 clauses, 326648 bytes)
3.39/3.51	c 3	61 (100%) CSP integer variables are encoded (24026 clauses, 338288 bytes)
3.39/3.56	c 3	23 (10%) CSP clauses are encoded (24524 clauses, 347618 bytes)
3.39/3.58	c 3	46 (20%) CSP clauses are encoded (25003 clauses, 358752 bytes)
3.39/3.59	c 3	69 (30%) CSP clauses are encoded (25481 clauses, 370056 bytes)
3.48/3.61	c 3	92 (40%) CSP clauses are encoded (25978 clauses, 381569 bytes)
3.48/3.62	c 3	115 (50%) CSP clauses are encoded (26456 clauses, 392918 bytes)
3.48/3.64	c 3	138 (60%) CSP clauses are encoded (26953 clauses, 404573 bytes)
3.48/3.66	c 3	161 (70%) CSP clauses are encoded (27451 clauses, 416633 bytes)
3.48/3.68	c 4	184 (80%) CSP clauses are encoded (27966 clauses, 429625 bytes)
3.58/3.72	c 4	207 (90%) CSP clauses are encoded (28502 clauses, 442919 bytes)
75.15/76.01	c 76	230 (100%) CSP clauses are encoded (762211 clauses, 24619398 bytes)
75.15/76.01	c 76	230 CSP clauses encoded
75.15/76.01	c 76	Writing map file : HOME/temp.map
75.15/76.01	c 76	Heap : 82 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
75.15/76.01	c 76	SAT : 24085 SAT variables, 762211 SAT clauses, 24619398 bytes
75.15/76.01	c 76	Heap : 82 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
75.15/76.06	c 76	SOLVING HOME/temp.cnf
75.15/76.06	c 76	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
75.15/76.07	c 76	This is MiniSat 2.0 beta
75.15/76.07	c 76	WARNING: for repeatability, setting FPU to use double precision
75.15/76.07	c 76	============================[ Problem Statistics ]=============================
75.15/76.07	c 76	|                                                                             |
75.15/76.07	c 76	|  Number of variables:  24085                                                |
75.15/76.07	c 76	|  Number of clauses:    762211                                               |
75.20/76.58	c 76	|  Parsing time:         0.41         s                                       |
75.20/76.63	c 76	============================[ Search Statistics ]==============================
75.20/76.63	c 76	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
75.20/76.63	c 76	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
75.20/76.63	c 76	===============================================================================
75.20/76.63	c 76	|         0 |   23084   741884  3594067 |   247294        0    nan |  0.000 % |
75.20/76.73	c 77	|       100 |   23051   741884  3594067 |   272024       89     16 | 21.217 % |
76.01/76.91	c 77	|       252 |   22179   741884  3594067 |   299226      225     15 | 35.309 % |
76.31/77.26	c 77	|       477 |   21309   741884  3594067 |   329149      377     11 | 57.089 % |
76.61/77.53	c 77	|       816 |   21282   741884  3594067 |   362064      688      9 | 61.113 % |
76.90/77.81	c 78	|      1323 |   20294   741884  3594067 |   398270     1175      8 | 69.093 % |
77.50/78.41	c 78	|      2082 |   20172   741884  3594067 |   438097     1903      9 | 74.150 % |
78.10/79.07	c 79	|      3221 |   20019   741884  3594067 |   481907     3011      9 | 75.944 % |
79.28/80.30	c 80	|      4930 |   20015   741884  3594067 |   530098     4716     12 | 76.396 % |
81.46/82.41	c 82	|      7492 |   19893   741884  3594067 |   583107     7258     14 | 76.898 % |
85.22/86.22	c 86	|     11336 |   19812   741884  3594067 |   641418    11090     16 | 77.745 % |
93.64/94.75	c 95	|     17102 |   19812   741884  3594067 |   705560    16856     25 | 77.745 % |
103.35/104.59	c 104	|     25754 |    5358   440884  2161930 |   776116    24265     27 | 78.215 % |
120.79/122.13	c 122	|     38729 |    5241   431170  2114855 |   853728    36341     30 | 79.452 % |
152.18/153.86	c 154	|     58190 |    4732   385196  1889845 |   939101    52926     29 | 80.436 % |
161.79/163.54	c 163	===============================================================================
161.79/163.54	c 163	restarts              : 15
161.79/163.54	c 163	conflicts             : 63498          (734 /sec)
161.79/163.54	c 163	decisions             : 95779          (0.83 % random) (1107 /sec)
161.79/163.54	c 163	propagations          : 21786034       (251813 /sec)
161.79/163.54	c 163	conflict literals     : 1740061        (56.20 % deleted)
161.79/163.54	c 163	Memory used           : 44.65 MB
161.79/163.54	c 163	CPU time              : 86.5168 s
161.79/163.54	c 163	
161.79/163.55	c 163	SATISFIABLE
161.79/163.56	c 163	DECODING HOME/temp.out WITH HOME/temp.map
161.79/163.56	c 163	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
161.87/163.65	c 163	Decoding HOME/temp.out
161.87/163.72	s SATISFIABLE
161.87/163.72	v 7 7 19 20 14 19 10 0 15 14 17 8 18 12 9 6 3 0 2 4 4 1 8 21 5 7 6 11 1 18 13 1 11 2 12 13 20 8 16 23 27 46 46 60 68 80 86 86 90 91 112 119 130 148 149 151 164 172 195 195 0
161.87/163.73	c 164	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
161.87/163.79	c 164	CPU 161.29 (0.04 0.01 161.25 0.72)
161.87/163.79	c 164	END Thu Jul  3 06:41:34 2008

Verifier Data (download as text)

OK

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-1055628-1215059930/watcher-1055628-1215059930 -o /tmp/evaluation-result-1055628-1215059930/solver-1055628-1215059930 -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-1055628-1215059930.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: 2.09 2.08 2.03 4/73 26873
/proc/meminfo: memFree=1559104/2055920 swapFree=4179412/4192956
[pid=26873] ppid=26871 vsize=3672 CPUtime=0
/proc/26873/stat : 26873 (sugar) R 26871 26873 23919 0 -1 4194304 54 0 0 0 0 0 0 0 22 0 1 0 1984964729 3760128 39 996147200 4194304 4206940 548682068608 18446744073709551615 236435042636 0 0 4096 0 0 0 0 17 1 0 0
/proc/26873/statm: 918 39 30 3 0 8 0

[startup+0.0530431 s]
/proc/loadavg: 2.09 2.08 2.03 4/73 26873
/proc/meminfo: memFree=1559104/2055920 swapFree=4179412/4192956
[pid=26873] ppid=26871 vsize=13600 CPUtime=0.03
/proc/26873/stat : 26873 (sugar) S 26871 26873 23919 0 -1 4194304 884 127 0 0 3 0 0 0 18 0 1 0 1984964729 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26873/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102564 s]
/proc/loadavg: 2.09 2.08 2.03 4/73 26873
/proc/meminfo: memFree=1559104/2055920 swapFree=4179412/4192956
[pid=26873] ppid=26871 vsize=13600 CPUtime=0.03
/proc/26873/stat : 26873 (sugar) S 26871 26873 23919 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984964729 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26873/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301273 s]
/proc/loadavg: 2.09 2.08 2.03 4/73 26873
/proc/meminfo: memFree=1559104/2055920 swapFree=4179412/4192956
[pid=26873] ppid=26871 vsize=13600 CPUtime=0.03
/proc/26873/stat : 26873 (sugar) S 26871 26873 23919 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984964729 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26873/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70135 s]
/proc/loadavg: 2.09 2.08 2.03 4/73 26873
/proc/meminfo: memFree=1559104/2055920 swapFree=4179412/4192956
[pid=26873] ppid=26871 vsize=13600 CPUtime=0.42
/proc/26873/stat : 26873 (sugar) S 26871 26873 23919 0 -1 4194304 973 6529 0 1 3 0 35 4 16 0 1 0 1984964729 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26873/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 13600

[startup+1.50252 s]
/proc/loadavg: 2.09 2.08 2.03 3/84 26895
/proc/meminfo: memFree=1546664/2055920 swapFree=4179412/4192956
[pid=26873] ppid=26871 vsize=13600 CPUtime=0.42
/proc/26873/stat : 26873 (sugar) S 26871 26873 23919 0 -1 4194304 973 6529 0 1 3 0 35 4 15 0 1 0 1984964729 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26873/statm: 3400 797 370 3 0 500 0
[pid=26886] ppid=26873 vsize=5356 CPUtime=0
/proc/26886/stat : 26886 (sh) S 26873 26873 23919 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984964777 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26886/statm: 1339 233 193 169 0 50 0
[pid=26887] ppid=26886 vsize=865212 CPUtime=0.99
/proc/26887/stat : 26887 (java) S 26886 26873 23919 0 -1 0 9168 0 1 0 94 5 0 0 18 0 9 0 1984964777 885977088 8206 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26887/statm: 216303 8206 2540 9 0 210878 0
[pid=26887/tid=26888] ppid=26886 vsize=865212 CPUtime=0.52
/proc/26887/task/26888/stat : 26888 (java) R 26886 26873 23919 0 -1 64 2743 0 1 0 51 1 0 0 21 0 9 0 1984964778 885977088 8206 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26889] ppid=26886 vsize=865212 CPUtime=0.38
/proc/26887/task/26889/stat : 26889 (java) R 26886 26873 23919 0 -1 64 5401 0 0 0 35 3 0 0 17 0 9 0 1984964779 885977088 8206 996147200 134512640 134550740 4294955952 18446744073709551615 102514349 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26890] ppid=26886 vsize=865212 CPUtime=0
/proc/26887/task/26890/stat : 26890 (java) S 26886 26873 23919 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984964780 885977088 8206 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26891] ppid=26886 vsize=865212 CPUtime=0
/proc/26887/task/26891/stat : 26891 (java) S 26886 26873 23919 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984964780 885977088 8206 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26892] ppid=26886 vsize=865212 CPUtime=0
/proc/26887/task/26892/stat : 26892 (java) S 26886 26873 23919 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984964782 885977088 8206 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26893] ppid=26886 vsize=865212 CPUtime=0.07
/proc/26887/task/26893/stat : 26893 (java) S 26886 26873 23919 0 -1 64 331 0 0 0 7 0 0 0 16 0 9 0 1984964782 885977088 8206 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26894] ppid=26886 vsize=865212 CPUtime=0
/proc/26887/task/26894/stat : 26894 (java) S 26886 26873 23919 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984964782 885977088 8206 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26895] ppid=26886 vsize=865212 CPUtime=0
/proc/26887/task/26895/stat : 26895 (java) S 26886 26873 23919 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984964782 885977088 8206 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 884168

[startup+3.10282 s]
/proc/loadavg: 2.09 2.08 2.03 4/84 26895
/proc/meminfo: memFree=1518120/2055920 swapFree=4179412/4192956
[pid=26873] ppid=26871 vsize=13600 CPUtime=0.42
/proc/26873/stat : 26873 (sugar) S 26871 26873 23919 0 -1 4194304 973 6529 0 1 3 0 35 4 15 0 1 0 1984964729 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26873/statm: 3400 797 370 3 0 500 0
[pid=26886] ppid=26873 vsize=5356 CPUtime=0
/proc/26886/stat : 26886 (sh) S 26873 26873 23919 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984964777 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26886/statm: 1339 233 193 169 0 50 0
[pid=26887] ppid=26886 vsize=865212 CPUtime=2.57
/proc/26887/stat : 26887 (java) S 26886 26873 23919 0 -1 0 19642 0 1 0 246 11 0 0 18 0 9 0 1984964777 885977088 18502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26887/statm: 216303 18502 2540 9 0 210878 0
[pid=26887/tid=26888] ppid=26886 vsize=865212 CPUtime=1.05
/proc/26887/task/26888/stat : 26888 (java) R 26886 26873 23919 0 -1 64 3277 0 1 0 103 2 0 0 25 0 9 0 1984964778 885977088 18502 996147200 134512640 134550740 4294955952 18446744073709551615 4126559452 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26889] ppid=26886 vsize=865212 CPUtime=1.43
/proc/26887/task/26889/stat : 26889 (java) S 26886 26873 23919 0 -1 64 15340 0 0 0 134 9 0 0 17 0 9 0 1984964779 885977088 18502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26890] ppid=26886 vsize=865212 CPUtime=0
/proc/26887/task/26890/stat : 26890 (java) S 26886 26873 23919 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984964780 885977088 18502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26891] ppid=26886 vsize=865212 CPUtime=0
/proc/26887/task/26891/stat : 26891 (java) S 26886 26873 23919 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984964780 885977088 18502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26892] ppid=26886 vsize=865212 CPUtime=0
/proc/26887/task/26892/stat : 26892 (java) S 26886 26873 23919 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984964782 885977088 18502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26893] ppid=26886 vsize=865212 CPUtime=0.07
/proc/26887/task/26893/stat : 26893 (java) S 26886 26873 23919 0 -1 64 332 0 0 0 7 0 0 0 17 0 9 0 1984964782 885977088 18502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26894] ppid=26886 vsize=865212 CPUtime=0
/proc/26887/task/26894/stat : 26894 (java) S 26886 26873 23919 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984964782 885977088 18502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26895] ppid=26886 vsize=865212 CPUtime=0
/proc/26887/task/26895/stat : 26895 (java) S 26886 26873 23919 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984964782 885977088 18502 996147200 134512640 134550740 4294955952 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) 884168

[startup+6.30144 s]
/proc/loadavg: 2.16 2.10 2.04 3/84 26895
/proc/meminfo: memFree=1486120/2055920 swapFree=4179412/4192956
[pid=26873] ppid=26871 vsize=13600 CPUtime=0.43
/proc/26873/stat : 26873 (sugar) S 26871 26873 23919 0 -1 4194304 974 6529 0 1 4 0 35 4 15 0 1 0 1984964729 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26873/statm: 3400 797 370 3 0 500 0
[pid=26886] ppid=26873 vsize=5356 CPUtime=0
/proc/26886/stat : 26886 (sh) S 26873 26873 23919 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984964777 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26886/statm: 1339 233 193 169 0 50 0
[pid=26887] ppid=26886 vsize=865324 CPUtime=5.73
/proc/26887/stat : 26887 (java) S 26886 26873 23919 0 -1 0 21357 0 1 0 560 13 0 0 18 0 9 0 1984964777 886091776 20141 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26887/statm: 216331 20141 2564 9 0 210878 0
[pid=26887/tid=26888] ppid=26886 vsize=865324 CPUtime=3.77
/proc/26887/task/26888/stat : 26888 (java) R 26886 26873 23919 0 -1 64 3490 0 1 0 374 3 0 0 25 0 9 0 1984964778 886091776 20141 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26889] ppid=26886 vsize=865324 CPUtime=1.84
/proc/26887/task/26889/stat : 26889 (java) S 26886 26873 23919 0 -1 64 16821 0 0 0 175 9 0 0 16 0 9 0 1984964779 886091776 20141 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26890] ppid=26886 vsize=865324 CPUtime=0
/proc/26887/task/26890/stat : 26890 (java) S 26886 26873 23919 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984964780 886091776 20141 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26891] ppid=26886 vsize=865324 CPUtime=0
/proc/26887/task/26891/stat : 26891 (java) S 26886 26873 23919 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984964780 886091776 20141 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26892] ppid=26886 vsize=865324 CPUtime=0
/proc/26887/task/26892/stat : 26892 (java) S 26886 26873 23919 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984964782 886091776 20141 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26893] ppid=26886 vsize=865324 CPUtime=0.1
/proc/26887/task/26893/stat : 26893 (java) S 26886 26873 23919 0 -1 64 353 0 0 0 10 0 0 0 16 0 9 0 1984964782 886091776 20141 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26894] ppid=26886 vsize=865324 CPUtime=0
/proc/26887/task/26894/stat : 26894 (java) S 26886 26873 23919 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984964782 886091776 20141 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26895] ppid=26886 vsize=865324 CPUtime=0
/proc/26887/task/26895/stat : 26895 (java) S 26886 26873 23919 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984964782 886091776 20141 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 884280

[startup+12.7027 s]
/proc/loadavg: 2.15 2.10 2.03 3/84 26895
/proc/meminfo: memFree=1480808/2055920 swapFree=4179412/4192956
[pid=26873] ppid=26871 vsize=13600 CPUtime=0.43
/proc/26873/stat : 26873 (sugar) S 26871 26873 23919 0 -1 4194304 974 6529 0 1 4 0 35 4 15 0 1 0 1984964729 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26873/statm: 3400 797 370 3 0 500 0
[pid=26886] ppid=26873 vsize=5356 CPUtime=0
/proc/26886/stat : 26886 (sh) S 26873 26873 23919 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984964777 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26886/statm: 1339 233 193 169 0 50 0
[pid=26887] ppid=26886 vsize=865324 CPUtime=12.06
/proc/26887/stat : 26887 (java) S 26886 26873 23919 0 -1 0 22268 0 1 0 1191 15 0 0 18 0 9 0 1984964777 886091776 21006 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26887/statm: 216331 21006 2564 9 0 210878 0
[pid=26887/tid=26888] ppid=26886 vsize=865324 CPUtime=9.96
/proc/26887/task/26888/stat : 26888 (java) R 26886 26873 23919 0 -1 64 3536 0 1 0 992 4 0 0 25 0 9 0 1984964778 886091776 21006 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26889] ppid=26886 vsize=865324 CPUtime=1.98
/proc/26887/task/26889/stat : 26889 (java) S 26886 26873 23919 0 -1 64 17686 0 0 0 188 10 0 0 16 0 9 0 1984964779 886091776 21006 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26890] ppid=26886 vsize=865324 CPUtime=0
/proc/26887/task/26890/stat : 26890 (java) S 26886 26873 23919 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984964780 886091776 21006 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26891] ppid=26886 vsize=865324 CPUtime=0
/proc/26887/task/26891/stat : 26891 (java) S 26886 26873 23919 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984964780 886091776 21006 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26892] ppid=26886 vsize=865324 CPUtime=0
/proc/26887/task/26892/stat : 26892 (java) S 26886 26873 23919 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984964782 886091776 21006 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26893] ppid=26886 vsize=865324 CPUtime=0.1
/proc/26887/task/26893/stat : 26893 (java) S 26886 26873 23919 0 -1 64 353 0 0 0 10 0 0 0 16 0 9 0 1984964782 886091776 21006 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26894] ppid=26886 vsize=865324 CPUtime=0
/proc/26887/task/26894/stat : 26894 (java) S 26886 26873 23919 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984964782 886091776 21006 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26895] ppid=26886 vsize=865324 CPUtime=0
/proc/26887/task/26895/stat : 26895 (java) S 26886 26873 23919 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984964782 886091776 21006 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 884280

[startup+25.5012 s]
/proc/loadavg: 2.12 2.09 2.03 3/84 26895
/proc/meminfo: memFree=1465832/2055920 swapFree=4179412/4192956
[pid=26873] ppid=26871 vsize=13600 CPUtime=0.43
/proc/26873/stat : 26873 (sugar) S 26871 26873 23919 0 -1 4194304 974 6529 0 1 4 0 35 4 15 0 1 0 1984964729 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26873/statm: 3400 797 370 3 0 500 0
[pid=26886] ppid=26873 vsize=5356 CPUtime=0
/proc/26886/stat : 26886 (sh) S 26873 26873 23919 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984964777 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26886/statm: 1339 233 193 169 0 50 0
[pid=26887] ppid=26886 vsize=865324 CPUtime=24.73
/proc/26887/stat : 26887 (java) S 26886 26873 23919 0 -1 0 24944 0 1 0 2452 21 0 0 18 0 9 0 1984964777 886091776 23542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26887/statm: 216331 23542 2564 9 0 210878 0
[pid=26887/tid=26888] ppid=26886 vsize=865324 CPUtime=22.2
/proc/26887/task/26888/stat : 26888 (java) R 26886 26873 23919 0 -1 64 3676 0 1 0 2212 8 0 0 25 0 9 0 1984964778 886091776 23542 996147200 134512640 134550740 4294955952 18446744073709551615 4126594548 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26889] ppid=26886 vsize=865324 CPUtime=2.41
/proc/26887/task/26889/stat : 26889 (java) S 26886 26873 23919 0 -1 64 20219 0 0 0 229 12 0 0 16 0 9 0 1984964779 886091776 23542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26890] ppid=26886 vsize=865324 CPUtime=0
/proc/26887/task/26890/stat : 26890 (java) S 26886 26873 23919 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984964780 886091776 23542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26891] ppid=26886 vsize=865324 CPUtime=0
/proc/26887/task/26891/stat : 26891 (java) S 26886 26873 23919 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984964780 886091776 23542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26892] ppid=26886 vsize=865324 CPUtime=0
/proc/26887/task/26892/stat : 26892 (java) S 26886 26873 23919 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984964782 886091776 23542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26893] ppid=26886 vsize=865324 CPUtime=0.11
/proc/26887/task/26893/stat : 26893 (java) S 26886 26873 23919 0 -1 64 356 0 0 0 11 0 0 0 16 0 9 0 1984964782 886091776 23542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26894] ppid=26886 vsize=865324 CPUtime=0
/proc/26887/task/26894/stat : 26894 (java) S 26886 26873 23919 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984964782 886091776 23542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26895] ppid=26886 vsize=865324 CPUtime=0
/proc/26887/task/26895/stat : 26895 (java) S 26886 26873 23919 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984964782 886091776 23542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 884280

[startup+51.1012 s]
/proc/loadavg: 2.20 2.11 2.04 3/84 26895
/proc/meminfo: memFree=1437672/2055920 swapFree=4179412/4192956
[pid=26873] ppid=26871 vsize=13600 CPUtime=0.43
/proc/26873/stat : 26873 (sugar) S 26871 26873 23919 0 -1 4194304 974 6529 0 1 4 0 35 4 15 0 1 0 1984964729 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26873/statm: 3400 797 370 3 0 500 0
[pid=26886] ppid=26873 vsize=5356 CPUtime=0
/proc/26886/stat : 26886 (sh) S 26873 26873 23919 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984964777 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26886/statm: 1339 233 193 169 0 50 0
[pid=26887] ppid=26886 vsize=865324 CPUtime=50.07
/proc/26887/stat : 26887 (java) S 26886 26873 23919 0 -1 0 30069 0 1 0 4973 34 0 0 18 0 9 0 1984964777 886091776 28396 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26887/statm: 216331 28396 2564 9 0 210878 0
[pid=26887/tid=26888] ppid=26886 vsize=865324 CPUtime=46.69
/proc/26887/task/26888/stat : 26888 (java) R 26886 26873 23919 0 -1 64 3947 0 1 0 4654 15 0 0 25 0 9 0 1984964778 886091776 28396 996147200 134512640 134550740 4294955952 18446744073709551615 103215125 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26889] ppid=26886 vsize=865324 CPUtime=3.25
/proc/26887/task/26889/stat : 26889 (java) S 26886 26873 23919 0 -1 64 25070 0 0 0 307 18 0 0 16 0 9 0 1984964779 886091776 28396 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26890] ppid=26886 vsize=865324 CPUtime=0
/proc/26887/task/26890/stat : 26890 (java) S 26886 26873 23919 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984964780 886091776 28396 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26891] ppid=26886 vsize=865324 CPUtime=0
/proc/26887/task/26891/stat : 26891 (java) S 26886 26873 23919 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984964780 886091776 28396 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26892] ppid=26886 vsize=865324 CPUtime=0
/proc/26887/task/26892/stat : 26892 (java) S 26886 26873 23919 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984964782 886091776 28396 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26893] ppid=26886 vsize=865324 CPUtime=0.11
/proc/26887/task/26893/stat : 26893 (java) S 26886 26873 23919 0 -1 64 359 0 0 0 11 0 0 0 16 0 9 0 1984964782 886091776 28396 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26894] ppid=26886 vsize=865324 CPUtime=0
/proc/26887/task/26894/stat : 26894 (java) S 26886 26873 23919 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984964782 886091776 28396 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26887/tid=26895] ppid=26886 vsize=865324 CPUtime=0
/proc/26887/task/26895/stat : 26895 (java) S 26886 26873 23919 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984964782 886091776 28396 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 884280

[startup+102.306 s]
/proc/loadavg: 2.15 2.11 2.04 3/76 26897
/proc/meminfo: memFree=1487976/2055920 swapFree=4179412/4192956
[pid=26873] ppid=26871 vsize=13600 CPUtime=75.2
/proc/26873/stat : 26873 (sugar) S 26871 26873 23919 0 -1 4194304 1031 47888 0 2 4 0 7460 56 16 0 1 0 1984964729 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26873/statm: 3400 798 370 3 0 500 0
[pid=26896] ppid=26873 vsize=5356 CPUtime=0
/proc/26896/stat : 26896 (sh) S 26873 26873 23919 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984972335 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26896/statm: 1339 232 193 169 0 50 0
[pid=26897] ppid=26896 vsize=45444 CPUtime=25.97
/proc/26897/stat : 26897 (minisat) R 26896 26873 23919 0 -1 4194304 10923 0 0 0 2586 11 0 0 25 0 1 0 1984972336 46534656 10909 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26897/statm: 11361 10909 75 150 0 11208 0
Current children cumulated CPU time (s) 101.17
Current children cumulated vsize (KiB) 64400

[startup+162.302 s]
/proc/loadavg: 2.12 2.10 2.04 3/76 26897
/proc/meminfo: memFree=1487720/2055920 swapFree=4179412/4192956
[pid=26873] ppid=26871 vsize=13600 CPUtime=75.21
/proc/26873/stat : 26873 (sugar) S 26871 26873 23919 0 -1 4194304 1031 47888 0 2 4 1 7460 56 16 0 1 0 1984964729 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26873/statm: 3400 798 370 3 0 500 0
[pid=26896] ppid=26873 vsize=5356 CPUtime=0
/proc/26896/stat : 26896 (sh) S 26873 26873 23919 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984972335 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26896/statm: 1339 232 193 169 0 50 0
[pid=26897] ppid=26896 vsize=45584 CPUtime=85.39
/proc/26897/stat : 26897 (minisat) R 26896 26873 23919 0 -1 4194304 10998 0 0 0 8528 11 0 0 25 0 1 0 1984972336 46678016 10976 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26897/statm: 11396 10976 75 150 0 11243 0
Current children cumulated CPU time (s) 160.6
Current children cumulated vsize (KiB) 64540

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

[startup+163.101 s]
/proc/loadavg: 2.11 2.10 2.04 3/76 26897
/proc/meminfo: memFree=1487720/2055920 swapFree=4179412/4192956
[pid=26873] ppid=26871 vsize=13600 CPUtime=75.21
/proc/26873/stat : 26873 (sugar) S 26871 26873 23919 0 -1 4194304 1031 47888 0 2 4 1 7460 56 16 0 1 0 1984964729 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26873/statm: 3400 798 370 3 0 500 0
[pid=26896] ppid=26873 vsize=5356 CPUtime=0
/proc/26896/stat : 26896 (sh) S 26873 26873 23919 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984972335 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26896/statm: 1339 232 193 169 0 50 0
[pid=26897] ppid=26896 vsize=45584 CPUtime=86.18
/proc/26897/stat : 26897 (minisat) R 26896 26873 23919 0 -1 4194304 10998 0 0 0 8607 11 0 0 25 0 1 0 1984972336 46678016 10976 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/26897/statm: 11396 10976 75 150 0 11243 0
Current children cumulated CPU time (s) 161.39
Current children cumulated vsize (KiB) 64540

[startup+163.501 s]
/proc/loadavg: 2.11 2.10 2.04 3/76 26897
/proc/meminfo: memFree=1487720/2055920 swapFree=4179412/4192956
[pid=26873] ppid=26871 vsize=13600 CPUtime=75.21
/proc/26873/stat : 26873 (sugar) S 26871 26873 23919 0 -1 4194304 1031 47888 0 2 4 1 7460 56 16 0 1 0 1984964729 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26873/statm: 3400 798 370 3 0 500 0
[pid=26896] ppid=26873 vsize=5356 CPUtime=0
/proc/26896/stat : 26896 (sh) S 26873 26873 23919 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984972335 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26896/statm: 1339 232 193 169 0 50 0
[pid=26897] ppid=26896 vsize=45584 CPUtime=86.58
/proc/26897/stat : 26897 (minisat) R 26896 26873 23919 0 -1 4194304 10998 0 0 0 8647 11 0 0 25 0 1 0 1984972336 46678016 10976 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26897/statm: 11396 10976 75 150 0 11243 0
Current children cumulated CPU time (s) 161.79
Current children cumulated vsize (KiB) 64540

[startup+163.701 s]
/proc/loadavg: 2.11 2.10 2.04 3/76 26897
/proc/meminfo: memFree=1487720/2055920 swapFree=4179412/4192956
[pid=26873] ppid=26871 vsize=13600 CPUtime=161.87
/proc/26873/stat : 26873 (sugar) S 26871 26873 23919 0 -1 4194304 1089 59183 0 2 4 1 16113 69 16 0 1 0 1984964729 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26873/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 161.87
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 163.801
CPU time (s): 162.054
CPU user time (s): 161.304
CPU system time (s): 0.749886
CPU usage (%): 98.9336
Max. virtual memory (cumulated for all children) (KiB): 905092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 161.304
system time used= 0.749886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64040
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8439
involuntary context switches= 11660

runsolver used 0.19097 second user time and 0.595909 second system time

The end

Launcher Data (download as text)

Begin job on node62 at 2008-07-03 06:38:50
IDJOB=1055628
IDBENCH=56964
IDSOLVER=346
FILE ID=node62/1055628-1215059930
PBS_JOBID= 7875052
Free space on /tmp= 65212 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/travellingSalesman-20/normalized-tsp-20-901_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-1055628-1215059930/watcher-1055628-1215059930 -o /tmp/evaluation-result-1055628-1215059930/solver-1055628-1215059930 -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-1055628-1215059930.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0f30b3807199fbae5b68556f7aabb864
RANDOM SEED=1874745748

node62.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.259
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.259
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:       1559584 kB
Buffers:         33084 kB
Cached:         223340 kB
SwapCached:       6736 kB
Active:         356240 kB
Inactive:        74828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1559584 kB
SwapTotal:     4192956 kB
SwapFree:      4179412 kB
Dirty:            1476 kB
Writeback:           0 kB
Mapped:         181028 kB
Slab:            50096 kB
Committed_AS:  4097388 kB
PageTables:       2264 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65212 MiB
End job on node62 at 2008-07-03 06:41:34