Trace number 1055743

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 194.551 196.635

General information on the benchmark

Namecsp/travellingSalesman-20/
normalized-tsp-20-193_ext.xml
MD5SUMd791dec87b10526615a0084f40824770
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.55161
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.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Thu Jul  3 06:43:18 2008
0.00/0.04	c 0	PID 28701
0.00/0.05	c 0	HOST node68.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1055743-1215060198.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-1055743-1215060198.xml' 'HOME/temp.csp'
0.03/0.43	c 0	5 domains, 61 variables, 0 predicates, 23 relations, 230 constraints
0.03/0.47	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.47	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.41/0.55	c 1	Parsing HOME/temp.csp
0.41/0.91	c 1	parsed 319 expressions
0.41/0.91	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.41/0.92	c 1	Converting to clausal form CSP
0.41/0.94	c 1	converted 32 (10%) expressions
0.41/0.94	c 1	converted 64 (20%) expressions
0.41/0.96	c 1	converted 96 (30%) expressions
0.41/0.97	c 1	converted 128 (40%) expressions
0.41/0.97	c 1	converted 160 (50%) expressions
0.41/0.98	c 1	converted 192 (60%) expressions
0.41/0.98	c 1	converted 224 (70%) expressions
0.41/0.98	c 1	converted 256 (80%) expressions
0.41/0.98	c 1	converted 288 (90%) expressions
3.09/3.21	c 3	converted 319 (100%) expressions
3.09/3.21	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
3.09/3.21	c 3	Heap : 64 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.09/3.21	c 3	Propagation in CSP
3.09/3.21	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.09/3.21	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
3.09/3.21	c 3	Heap : 64 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.09/3.21	c 3	Simplifing CSP by introducing new Boolean variables
3.09/3.21	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
3.09/3.21	c 3	Heap : 64 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.48/3.63	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.48/3.66	c 4	7 (10%) CSP integer variables are encoded (3069 clauses, 37754 bytes)
3.48/3.66	c 4	13 (20%) CSP integer variables are encoded (6120 clauses, 77417 bytes)
3.48/3.67	c 4	19 (30%) CSP integer variables are encoded (9171 clauses, 117080 bytes)
3.48/3.67	c 4	25 (40%) CSP integer variables are encoded (12222 clauses, 161228 bytes)
3.48/3.68	c 4	31 (50%) CSP integer variables are encoded (15273 clauses, 206993 bytes)
3.48/3.68	c 4	37 (60%) CSP integer variables are encoded (18324 clauses, 252758 bytes)
3.48/3.69	c 4	43 (70%) CSP integer variables are encoded (20964 clauses, 292358 bytes)
3.48/3.69	c 4	49 (80%) CSP integer variables are encoded (22212 clauses, 311078 bytes)
3.48/3.69	c 4	55 (90%) CSP integer variables are encoded (23460 clauses, 329798 bytes)
3.48/3.69	c 4	61 (100%) CSP integer variables are encoded (24292 clauses, 342278 bytes)
3.60/3.74	c 4	23 (10%) CSP clauses are encoded (24788 clauses, 351558 bytes)
3.60/3.76	c 4	46 (20%) CSP clauses are encoded (25267 clauses, 362691 bytes)
3.60/3.77	c 4	69 (30%) CSP clauses are encoded (25745 clauses, 374001 bytes)
3.60/3.79	c 4	92 (40%) CSP clauses are encoded (26243 clauses, 385550 bytes)
3.69/3.81	c 4	115 (50%) CSP clauses are encoded (26720 clauses, 396880 bytes)
3.69/3.82	c 4	138 (60%) CSP clauses are encoded (27216 clauses, 408505 bytes)
3.69/3.84	c 4	161 (70%) CSP clauses are encoded (27713 clauses, 420554 bytes)
3.69/3.87	c 4	184 (80%) CSP clauses are encoded (28230 clauses, 433568 bytes)
3.69/3.90	c 4	207 (90%) CSP clauses are encoded (28762 clauses, 446782 bytes)
88.37/89.41	c 89	230 (100%) CSP clauses are encoded (870731 clauses, 28211347 bytes)
88.37/89.41	c 89	230 CSP clauses encoded
88.37/89.41	c 89	Writing map file : HOME/temp.map
88.37/89.41	c 89	Heap : 96 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
88.37/89.41	c 89	SAT : 24351 SAT variables, 870731 SAT clauses, 28211347 bytes
88.37/89.41	c 89	Heap : 96 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
88.37/89.46	c 89	SOLVING HOME/temp.cnf
88.37/89.46	c 89	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
88.37/89.47	c 89	This is MiniSat 2.0 beta
88.37/89.47	c 89	WARNING: for repeatability, setting FPU to use double precision
88.37/89.47	c 89	============================[ Problem Statistics ]=============================
88.37/89.47	c 89	|                                                                             |
88.37/89.47	c 89	|  Number of variables:  24351                                                |
88.37/89.47	c 89	|  Number of clauses:    870731                                               |
88.41/90.03	c 90	|  Parsing time:         0.48         s                                       |
88.41/90.07	c 90	============================[ Search Statistics ]==============================
88.41/90.07	c 90	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
88.41/90.07	c 90	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
88.41/90.07	c 90	===============================================================================
88.41/90.07	c 90	|         0 |   23350   847555  4118735 |   282518        0    nan |  0.000 % |
89.12/90.21	c 90	|       101 |   23313   847555  4118735 |   310770       68      5 | 31.843 % |
89.22/90.36	c 90	|       251 |   23067   847555  4118735 |   341847      211      9 | 42.569 % |
89.41/90.59	c 91	|       476 |   22204   847555  4118735 |   376031      399      8 | 63.496 % |
89.81/90.90	c 91	|       813 |   22183   847555  4118735 |   413635      724     10 | 67.369 % |
90.21/91.33	c 91	|      1319 |   22132   847555  4118735 |   454998     1211     10 | 71.283 % |
90.60/91.78	c 92	|      2078 |   22070   847555  4118735 |   500498     1952     10 | 71.718 % |
91.69/92.86	c 93	|      3218 |   22043   847555  4118735 |   550548     3075     13 | 72.806 % |
93.28/94.49	c 94	|      4927 |   22014   847555  4118735 |   605603     4782     16 | 73.291 % |
96.65/97.89	c 98	|      7489 |   21606   847555  4118735 |   666163     7330     17 | 74.371 % |
100.71/101.93	c 102	|     11333 |   21513   847555  4118735 |   732779    11150     18 | 75.356 % |
108.04/109.30	c 109	|     17100 |    5771   532870  2618527 |   806057    16226     21 | 76.773 % |
117.94/119.31	c 119	|     25749 |    5767   532870  2618527 |   886663    24871     23 | 77.516 % |
137.65/139.26	c 139	|     38723 |    5474   504141  2477509 |   975329    37824     30 | 77.520 % |
171.43/173.30	c 173	|     58184 |    5474   503962  2476801 |  1072862    57284     34 | 77.520 % |
194.12/196.27	c 196	===============================================================================
194.12/196.27	c 196	restarts              : 15
194.12/196.27	c 196	conflicts             : 70803          (670 /sec)
194.12/196.27	c 196	decisions             : 105941         (0.82 % random) (1002 /sec)
194.12/196.27	c 196	propagations          : 25306410       (239427 /sec)
194.12/196.27	c 196	conflict literals     : 2404228        (58.43 % deleted)
194.12/196.27	c 196	Memory used           : 48.89 MB
194.12/196.27	c 196	CPU time              : 105.696 s
194.12/196.27	c 196	
194.12/196.28	c 196	SATISFIABLE
194.12/196.29	c 196	DECODING HOME/temp.out WITH HOME/temp.map
194.12/196.29	c 196	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
194.22/196.38	c 196	Decoding HOME/temp.out
194.22/196.58	s SATISFIABLE
194.22/196.58	v 7 5 4 19 1 13 10 23 15 29 11 1 16 6 2 0 6 3 19 13 14 19 20 21 17 1 13 26 18 0 8 15 3 2 5 7 12 1 9 5 24 37 60 89 90 96 96 99 112 131 152 153 179 179 194 196 203 204 209 209 0
194.22/196.59	c 197	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
194.22/196.62	c 197	CPU 193.86 (0.03 0.01 193.83 0.64)
194.22/196.62	c 197	END Thu Jul  3 06:46:35 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-1055743-1215060198/watcher-1055743-1215060198 -o /tmp/evaluation-result-1055743-1215060198/solver-1055743-1215060198 -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-1055743-1215060198.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.19 2.16 2.06 4/81 28701
/proc/meminfo: memFree=1612360/2055920 swapFree=4180444/4192956
[pid=28701] ppid=28699 vsize=13600 CPUtime=0.03
/proc/28701/stat : 28701 (sugar) S 28699 28701 24636 0 -1 4194304 837 0 0 0 2 1 0 0 18 0 1 0 1984989361 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28701/statm: 3400 792 367 3 0 500 0
[pid=28702] ppid=28701 vsize=13600 CPUtime=0
/proc/28702/stat : 28702 (sugar) R 28701 28701 24636 0 -1 4194368 13 0 0 0 0 0 0 0 20 0 1 0 1984989366 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 213112122663 0 0 4096 16386 0 0 0 17 1 0 0
/proc/28702/statm: 3400 792 367 3 0 500 0

[startup+0.137787 s]
/proc/loadavg: 2.19 2.16 2.06 4/81 28701
/proc/meminfo: memFree=1612360/2055920 swapFree=4180444/4192956
[pid=28701] ppid=28699 vsize=13600 CPUtime=0.03
/proc/28701/stat : 28701 (sugar) S 28699 28701 24636 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1984989361 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28701/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.202798 s]
/proc/loadavg: 2.19 2.16 2.06 4/81 28701
/proc/meminfo: memFree=1612360/2055920 swapFree=4180444/4192956
[pid=28701] ppid=28699 vsize=13600 CPUtime=0.03
/proc/28701/stat : 28701 (sugar) S 28699 28701 24636 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1984989361 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28701/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302815 s]
/proc/loadavg: 2.19 2.16 2.06 4/81 28701
/proc/meminfo: memFree=1612360/2055920 swapFree=4180444/4192956
[pid=28701] ppid=28699 vsize=13600 CPUtime=0.03
/proc/28701/stat : 28701 (sugar) S 28699 28701 24636 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1984989361 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28701/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701891 s]
/proc/loadavg: 2.19 2.16 2.06 4/81 28701
/proc/meminfo: memFree=1612360/2055920 swapFree=4180444/4192956
[pid=28701] ppid=28699 vsize=13600 CPUtime=0.41
/proc/28701/stat : 28701 (sugar) S 28699 28701 24636 0 -1 4194304 973 6667 0 1 2 1 34 4 16 0 1 0 1984989361 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28701/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 13600

[startup+1.50202 s]
/proc/loadavg: 2.19 2.16 2.06 3/92 28723
/proc/meminfo: memFree=1596400/2055920 swapFree=4180444/4192956
[pid=28701] ppid=28699 vsize=13600 CPUtime=0.41
/proc/28701/stat : 28701 (sugar) S 28699 28701 24636 0 -1 4194304 973 6667 0 1 2 1 34 4 15 0 1 0 1984989361 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28701/statm: 3400 797 370 3 0 500 0
[pid=28714] ppid=28701 vsize=5356 CPUtime=0
/proc/28714/stat : 28714 (sh) S 28701 28701 24636 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984989409 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28714/statm: 1339 233 193 169 0 50 0
[pid=28715] ppid=28714 vsize=864164 CPUtime=1
/proc/28715/stat : 28715 (java) S 28714 28701 24636 0 -1 0 9487 0 1 0 96 4 0 0 18 0 9 0 1984989409 884903936 8492 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28715/statm: 216041 8492 2540 9 0 210616 0
[pid=28715/tid=28716] ppid=28714 vsize=864164 CPUtime=0.54
/proc/28715/task/28716/stat : 28716 (java) R 28714 28701 24636 0 -1 64 2728 0 1 0 54 0 0 0 19 0 9 0 1984989410 884903936 8492 996147200 134512640 134550740 4294955952 18446744073709551615 102715030 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28717] ppid=28714 vsize=864164 CPUtime=0.37
/proc/28715/task/28717/stat : 28717 (java) S 28714 28701 24636 0 -1 64 5733 0 0 0 35 2 0 0 17 0 9 0 1984989411 884903936 8492 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28718] ppid=28714 vsize=864164 CPUtime=0
/proc/28715/task/28718/stat : 28718 (java) S 28714 28701 24636 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984989411 884903936 8492 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28719] ppid=28714 vsize=864164 CPUtime=0
/proc/28715/task/28719/stat : 28719 (java) S 28714 28701 24636 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984989411 884903936 8492 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28720] ppid=28714 vsize=864164 CPUtime=0
/proc/28715/task/28720/stat : 28720 (java) S 28714 28701 24636 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1984989414 884903936 8492 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28721] ppid=28714 vsize=864164 CPUtime=0.06
/proc/28715/task/28721/stat : 28721 (java) S 28714 28701 24636 0 -1 64 333 0 0 0 6 0 0 0 16 0 9 0 1984989414 884903936 8492 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28722] ppid=28714 vsize=864164 CPUtime=0
/proc/28715/task/28722/stat : 28722 (java) S 28714 28701 24636 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984989414 884903936 8492 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28723] ppid=28714 vsize=864164 CPUtime=0
/proc/28715/task/28723/stat : 28723 (java) S 28714 28701 24636 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984989414 884903936 8492 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) 883120

[startup+3.10229 s]
/proc/loadavg: 2.19 2.16 2.06 4/92 28723
/proc/meminfo: memFree=1565424/2055920 swapFree=4180444/4192956
[pid=28701] ppid=28699 vsize=13600 CPUtime=0.41
/proc/28701/stat : 28701 (sugar) S 28699 28701 24636 0 -1 4194304 973 6667 0 1 2 1 34 4 15 0 1 0 1984989361 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28701/statm: 3400 797 370 3 0 500 0
[pid=28714] ppid=28701 vsize=5356 CPUtime=0
/proc/28714/stat : 28714 (sh) S 28701 28701 24636 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984989409 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28714/statm: 1339 233 193 169 0 50 0
[pid=28715] ppid=28714 vsize=864164 CPUtime=2.59
/proc/28715/stat : 28715 (java) S 28714 28701 24636 0 -1 0 20703 0 1 0 249 10 0 0 18 0 9 0 1984989409 884903936 19513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28715/statm: 216041 19513 2540 9 0 210616 0
[pid=28715/tid=28716] ppid=28714 vsize=864164 CPUtime=1.1
/proc/28715/task/28716/stat : 28716 (java) R 28714 28701 24636 0 -1 64 3247 0 1 0 109 1 0 0 24 0 9 0 1984989410 884903936 19513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28717] ppid=28714 vsize=864164 CPUtime=1.4
/proc/28715/task/28717/stat : 28717 (java) R 28714 28701 24636 0 -1 64 16429 0 0 0 132 8 0 0 16 0 9 0 1984989411 884903936 19513 996147200 134512640 134550740 4294955952 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28718] ppid=28714 vsize=864164 CPUtime=0
/proc/28715/task/28718/stat : 28718 (java) S 28714 28701 24636 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984989411 884903936 19513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28719] ppid=28714 vsize=864164 CPUtime=0
/proc/28715/task/28719/stat : 28719 (java) S 28714 28701 24636 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984989411 884903936 19513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28720] ppid=28714 vsize=864164 CPUtime=0
/proc/28715/task/28720/stat : 28720 (java) S 28714 28701 24636 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1984989414 884903936 19513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28721] ppid=28714 vsize=864164 CPUtime=0.06
/proc/28715/task/28721/stat : 28721 (java) S 28714 28701 24636 0 -1 64 334 0 0 0 6 0 0 0 17 0 9 0 1984989414 884903936 19513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28722] ppid=28714 vsize=864164 CPUtime=0
/proc/28715/task/28722/stat : 28722 (java) S 28714 28701 24636 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984989414 884903936 19513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28723] ppid=28714 vsize=864164 CPUtime=0
/proc/28715/task/28723/stat : 28723 (java) S 28714 28701 24636 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984989414 884903936 19513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883120

[startup+6.30184 s]
/proc/loadavg: 2.17 2.16 2.06 3/92 28723
/proc/meminfo: memFree=1532080/2055920 swapFree=4180444/4192956
[pid=28701] ppid=28699 vsize=13600 CPUtime=0.42
/proc/28701/stat : 28701 (sugar) S 28699 28701 24636 0 -1 4194304 974 6667 0 1 3 1 34 4 15 0 1 0 1984989361 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28701/statm: 3400 797 370 3 0 500 0
[pid=28714] ppid=28701 vsize=5356 CPUtime=0
/proc/28714/stat : 28714 (sh) S 28701 28701 24636 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984989409 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28714/statm: 1339 233 193 169 0 50 0
[pid=28715] ppid=28714 vsize=864276 CPUtime=5.75
/proc/28715/stat : 28715 (java) S 28714 28701 24636 0 -1 0 23234 0 1 0 563 12 0 0 18 0 9 0 1984989409 885018624 21969 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28715/statm: 216069 21969 2564 9 0 210616 0
[pid=28715/tid=28716] ppid=28714 vsize=864276 CPUtime=3.7
/proc/28715/task/28716/stat : 28716 (java) R 28714 28701 24636 0 -1 64 3682 0 1 0 368 2 0 0 25 0 9 0 1984989410 885018624 21969 996147200 134512640 134550740 4294955952 18446744073709551615 103214749 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28717] ppid=28714 vsize=864276 CPUtime=1.93
/proc/28715/task/28717/stat : 28717 (java) S 28714 28701 24636 0 -1 64 18504 0 0 0 185 8 0 0 16 0 9 0 1984989411 885018624 21969 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28718] ppid=28714 vsize=864276 CPUtime=0
/proc/28715/task/28718/stat : 28718 (java) S 28714 28701 24636 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984989411 885018624 21969 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28719] ppid=28714 vsize=864276 CPUtime=0
/proc/28715/task/28719/stat : 28719 (java) S 28714 28701 24636 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984989411 885018624 21969 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28720] ppid=28714 vsize=864276 CPUtime=0
/proc/28715/task/28720/stat : 28720 (java) S 28714 28701 24636 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1984989414 885018624 21969 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28721] ppid=28714 vsize=864276 CPUtime=0.09
/proc/28715/task/28721/stat : 28721 (java) S 28714 28701 24636 0 -1 64 355 0 0 0 9 0 0 0 16 0 9 0 1984989414 885018624 21969 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28722] ppid=28714 vsize=864276 CPUtime=0
/proc/28715/task/28722/stat : 28722 (java) S 28714 28701 24636 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984989414 885018624 21969 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28723] ppid=28714 vsize=864276 CPUtime=0
/proc/28715/task/28723/stat : 28723 (java) S 28714 28701 24636 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984989414 885018624 21969 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 883232

[startup+12.7029 s]
/proc/loadavg: 2.16 2.15 2.05 3/92 28723
/proc/meminfo: memFree=1527280/2055920 swapFree=4180444/4192956
[pid=28701] ppid=28699 vsize=13600 CPUtime=0.42
/proc/28701/stat : 28701 (sugar) S 28699 28701 24636 0 -1 4194304 974 6667 0 1 3 1 34 4 15 0 1 0 1984989361 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28701/statm: 3400 797 370 3 0 500 0
[pid=28714] ppid=28701 vsize=5356 CPUtime=0
/proc/28714/stat : 28714 (sh) S 28701 28701 24636 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984989409 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28714/statm: 1339 233 193 169 0 50 0
[pid=28715] ppid=28714 vsize=864276 CPUtime=12.08
/proc/28715/stat : 28715 (java) S 28714 28701 24636 0 -1 0 24086 0 1 0 1195 13 0 0 18 0 9 0 1984989409 885018624 22782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28715/statm: 216069 22782 2564 9 0 210616 0
[pid=28715/tid=28716] ppid=28714 vsize=864276 CPUtime=9.92
/proc/28715/task/28716/stat : 28716 (java) R 28714 28701 24636 0 -1 64 3721 0 1 0 989 3 0 0 25 0 9 0 1984989410 885018624 22782 996147200 134512640 134550740 4294955952 18446744073709551615 4126553275 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28717] ppid=28714 vsize=864276 CPUtime=2.05
/proc/28715/task/28717/stat : 28717 (java) S 28714 28701 24636 0 -1 64 19317 0 0 0 196 9 0 0 16 0 9 0 1984989411 885018624 22782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28718] ppid=28714 vsize=864276 CPUtime=0
/proc/28715/task/28718/stat : 28718 (java) S 28714 28701 24636 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984989411 885018624 22782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28719] ppid=28714 vsize=864276 CPUtime=0
/proc/28715/task/28719/stat : 28719 (java) S 28714 28701 24636 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984989411 885018624 22782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28720] ppid=28714 vsize=864276 CPUtime=0
/proc/28715/task/28720/stat : 28720 (java) S 28714 28701 24636 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1984989414 885018624 22782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28721] ppid=28714 vsize=864276 CPUtime=0.09
/proc/28715/task/28721/stat : 28721 (java) S 28714 28701 24636 0 -1 64 355 0 0 0 9 0 0 0 16 0 9 0 1984989414 885018624 22782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28722] ppid=28714 vsize=864276 CPUtime=0
/proc/28715/task/28722/stat : 28722 (java) S 28714 28701 24636 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984989414 885018624 22782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28723] ppid=28714 vsize=864276 CPUtime=0
/proc/28715/task/28723/stat : 28723 (java) S 28714 28701 24636 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984989414 885018624 22782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 883232

[startup+25.5021 s]
/proc/loadavg: 2.12 2.14 2.05 3/92 28723
/proc/meminfo: memFree=1511856/2055920 swapFree=4180444/4192956
[pid=28701] ppid=28699 vsize=13600 CPUtime=0.42
/proc/28701/stat : 28701 (sugar) S 28699 28701 24636 0 -1 4194304 974 6667 0 1 3 1 34 4 15 0 1 0 1984989361 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28701/statm: 3400 797 370 3 0 500 0
[pid=28714] ppid=28701 vsize=5356 CPUtime=0
/proc/28714/stat : 28714 (sh) S 28701 28701 24636 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984989409 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28714/statm: 1339 233 193 169 0 50 0
[pid=28715] ppid=28714 vsize=864276 CPUtime=24.74
/proc/28715/stat : 28715 (java) S 28714 28701 24636 0 -1 0 26884 0 1 0 2457 17 0 0 18 0 9 0 1984989409 885018624 25461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28715/statm: 216069 25461 2564 9 0 210616 0
[pid=28715/tid=28716] ppid=28714 vsize=864276 CPUtime=22.2
/proc/28715/task/28716/stat : 28716 (java) R 28714 28701 24636 0 -1 64 3840 0 1 0 2215 5 0 0 25 0 9 0 1984989410 885018624 25461 996147200 134512640 134550740 4294955952 18446744073709551615 4126619460 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28717] ppid=28714 vsize=864276 CPUtime=2.41
/proc/28715/task/28717/stat : 28717 (java) S 28714 28701 24636 0 -1 64 21995 0 0 0 231 10 0 0 16 0 9 0 1984989411 885018624 25461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28718] ppid=28714 vsize=864276 CPUtime=0
/proc/28715/task/28718/stat : 28718 (java) S 28714 28701 24636 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984989411 885018624 25461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28719] ppid=28714 vsize=864276 CPUtime=0
/proc/28715/task/28719/stat : 28719 (java) S 28714 28701 24636 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984989411 885018624 25461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28720] ppid=28714 vsize=864276 CPUtime=0
/proc/28715/task/28720/stat : 28720 (java) S 28714 28701 24636 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1984989414 885018624 25461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28721] ppid=28714 vsize=864276 CPUtime=0.1
/proc/28715/task/28721/stat : 28721 (java) S 28714 28701 24636 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 1984989414 885018624 25461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28722] ppid=28714 vsize=864276 CPUtime=0
/proc/28715/task/28722/stat : 28722 (java) S 28714 28701 24636 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984989414 885018624 25461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28723] ppid=28714 vsize=864276 CPUtime=0
/proc/28715/task/28723/stat : 28723 (java) S 28714 28701 24636 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984989414 885018624 25461 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) 883232

[startup+51.1024 s]
/proc/loadavg: 2.08 2.13 2.05 3/92 28723
/proc/meminfo: memFree=1484080/2055920 swapFree=4180444/4192956
[pid=28701] ppid=28699 vsize=13600 CPUtime=0.42
/proc/28701/stat : 28701 (sugar) S 28699 28701 24636 0 -1 4194304 974 6667 0 1 3 1 34 4 15 0 1 0 1984989361 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28701/statm: 3400 797 370 3 0 500 0
[pid=28714] ppid=28701 vsize=5356 CPUtime=0
/proc/28714/stat : 28714 (sh) S 28701 28701 24636 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984989409 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28714/statm: 1339 233 193 169 0 50 0
[pid=28715] ppid=28714 vsize=864276 CPUtime=50.06
/proc/28715/stat : 28715 (java) S 28714 28701 24636 0 -1 0 31957 0 1 0 4979 27 0 0 18 0 9 0 1984989409 885018624 30295 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28715/statm: 216069 30295 2564 9 0 210616 0
[pid=28715/tid=28716] ppid=28714 vsize=864276 CPUtime=46.79
/proc/28715/task/28716/stat : 28716 (java) R 28714 28701 24636 0 -1 64 4079 0 1 0 4667 12 0 0 25 0 9 0 1984989410 885018624 30295 996147200 134512640 134550740 4294955952 18446744073709551615 4126619499 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28717] ppid=28714 vsize=864276 CPUtime=3.13
/proc/28715/task/28717/stat : 28717 (java) S 28714 28701 24636 0 -1 64 26824 0 0 0 300 13 0 0 15 0 9 0 1984989411 885018624 30295 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28718] ppid=28714 vsize=864276 CPUtime=0
/proc/28715/task/28718/stat : 28718 (java) S 28714 28701 24636 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984989411 885018624 30295 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28719] ppid=28714 vsize=864276 CPUtime=0
/proc/28715/task/28719/stat : 28719 (java) S 28714 28701 24636 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984989411 885018624 30295 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28720] ppid=28714 vsize=864276 CPUtime=0
/proc/28715/task/28720/stat : 28720 (java) S 28714 28701 24636 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1984989414 885018624 30295 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28721] ppid=28714 vsize=864276 CPUtime=0.1
/proc/28715/task/28721/stat : 28721 (java) S 28714 28701 24636 0 -1 64 361 0 0 0 10 0 0 0 17 0 9 0 1984989414 885018624 30295 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28722] ppid=28714 vsize=864276 CPUtime=0
/proc/28715/task/28722/stat : 28722 (java) S 28714 28701 24636 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984989414 885018624 30295 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28715/tid=28723] ppid=28714 vsize=864276 CPUtime=0
/proc/28715/task/28723/stat : 28723 (java) S 28714 28701 24636 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984989414 885018624 30295 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 883232

[startup+102.301 s]
/proc/loadavg: 2.07 2.12 2.05 3/84 28725
/proc/meminfo: memFree=1534320/2055920 swapFree=4180444/4192956
[pid=28701] ppid=28699 vsize=13600 CPUtime=88.41
/proc/28701/stat : 28701 (sugar) S 28699 28701 24636 0 -1 4194304 1031 51245 0 2 3 1 8786 51 16 0 1 0 1984989361 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28701/statm: 3400 798 370 3 0 500 0
[pid=28724] ppid=28701 vsize=5356 CPUtime=0
/proc/28724/stat : 28724 (sh) S 28701 28701 24636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984998308 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28724/statm: 1339 232 193 169 0 50 0
[pid=28725] ppid=28724 vsize=48700 CPUtime=12.7
/proc/28725/stat : 28725 (minisat) R 28724 28701 24636 0 -1 4194304 11869 0 0 0 1262 8 0 0 25 0 1 0 1984998309 49868800 11855 996147200 134512640 135127466 4294956272 18446744073709551615 134530831 0 0 4096 3 0 0 0 17 1 0 0
/proc/28725/statm: 12175 11855 75 150 0 12022 0
Current children cumulated CPU time (s) 101.11
Current children cumulated vsize (KiB) 67656

[startup+162.302 s]
/proc/loadavg: 2.02 2.10 2.05 3/84 28725
/proc/meminfo: memFree=1533488/2055920 swapFree=4180444/4192956
[pid=28701] ppid=28699 vsize=13600 CPUtime=88.41
/proc/28701/stat : 28701 (sugar) S 28699 28701 24636 0 -1 4194304 1031 51245 0 2 3 1 8786 51 16 0 1 0 1984989361 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28701/statm: 3400 798 370 3 0 500 0
[pid=28724] ppid=28701 vsize=5356 CPUtime=0
/proc/28724/stat : 28724 (sh) S 28701 28701 24636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984998308 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28724/statm: 1339 232 193 169 0 50 0
[pid=28725] ppid=28724 vsize=49664 CPUtime=72.12
/proc/28725/stat : 28725 (minisat) R 28724 28701 24636 0 -1 4194304 12118 0 0 0 7204 8 0 0 25 0 1 0 1984998309 50855936 12096 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28725/statm: 12416 12096 75 150 0 12263 0
Current children cumulated CPU time (s) 160.53
Current children cumulated vsize (KiB) 68620

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

[startup+179.201 s]
/proc/loadavg: 2.02 2.09 2.04 3/84 28725
/proc/meminfo: memFree=1533552/2055920 swapFree=4180444/4192956
[pid=28701] ppid=28699 vsize=13600 CPUtime=88.41
/proc/28701/stat : 28701 (sugar) S 28699 28701 24636 0 -1 4194304 1031 51245 0 2 3 1 8786 51 16 0 1 0 1984989361 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28701/statm: 3400 798 370 3 0 500 0
[pid=28724] ppid=28701 vsize=5356 CPUtime=0
/proc/28724/stat : 28724 (sh) S 28701 28701 24636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984998308 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28724/statm: 1339 232 193 169 0 50 0
[pid=28725] ppid=28724 vsize=49664 CPUtime=88.87
/proc/28725/stat : 28725 (minisat) R 28724 28701 24636 0 -1 4194304 12127 0 0 0 8878 9 0 0 25 0 1 0 1984998309 50855936 12105 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28725/statm: 12416 12105 75 150 0 12263 0
Current children cumulated CPU time (s) 177.28
Current children cumulated vsize (KiB) 68620

[startup+185.601 s]
/proc/loadavg: 2.02 2.09 2.04 3/84 28725
/proc/meminfo: memFree=1533424/2055920 swapFree=4180444/4192956
[pid=28701] ppid=28699 vsize=13600 CPUtime=88.41
/proc/28701/stat : 28701 (sugar) S 28699 28701 24636 0 -1 4194304 1031 51245 0 2 3 1 8786 51 16 0 1 0 1984989361 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28701/statm: 3400 798 370 3 0 500 0
[pid=28724] ppid=28701 vsize=5356 CPUtime=0
/proc/28724/stat : 28724 (sh) S 28701 28701 24636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984998308 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28724/statm: 1339 232 193 169 0 50 0
[pid=28725] ppid=28724 vsize=49924 CPUtime=95.21
/proc/28725/stat : 28725 (minisat) R 28724 28701 24636 0 -1 4194304 12165 0 0 0 9512 9 0 0 25 0 1 0 1984998309 51122176 12143 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28725/statm: 12481 12143 75 150 0 12328 0
Current children cumulated CPU time (s) 183.62
Current children cumulated vsize (KiB) 68880

[startup+192.001 s]
/proc/loadavg: 2.01 2.09 2.04 3/84 28725
/proc/meminfo: memFree=1533360/2055920 swapFree=4180444/4192956
[pid=28701] ppid=28699 vsize=13600 CPUtime=88.41
/proc/28701/stat : 28701 (sugar) S 28699 28701 24636 0 -1 4194304 1031 51245 0 2 3 1 8786 51 16 0 1 0 1984989361 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28701/statm: 3400 798 370 3 0 500 0
[pid=28724] ppid=28701 vsize=5356 CPUtime=0
/proc/28724/stat : 28724 (sh) S 28701 28701 24636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984998308 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28724/statm: 1339 232 193 169 0 50 0
[pid=28725] ppid=28724 vsize=50064 CPUtime=101.54
/proc/28725/stat : 28725 (minisat) R 28724 28701 24636 0 -1 4194304 12171 0 0 0 10145 9 0 0 25 0 1 0 1984998309 51265536 12149 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28725/statm: 12516 12149 75 150 0 12363 0
Current children cumulated CPU time (s) 189.95
Current children cumulated vsize (KiB) 69020

[startup+195.202 s]
/proc/loadavg: 2.01 2.09 2.04 3/84 28725
/proc/meminfo: memFree=1533360/2055920 swapFree=4180444/4192956
[pid=28701] ppid=28699 vsize=13600 CPUtime=88.41
/proc/28701/stat : 28701 (sugar) S 28699 28701 24636 0 -1 4194304 1031 51245 0 2 3 1 8786 51 16 0 1 0 1984989361 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28701/statm: 3400 798 370 3 0 500 0
[pid=28724] ppid=28701 vsize=5356 CPUtime=0
/proc/28724/stat : 28724 (sh) S 28701 28701 24636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984998308 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28724/statm: 1339 232 193 169 0 50 0
[pid=28725] ppid=28724 vsize=50064 CPUtime=104.72
/proc/28725/stat : 28725 (minisat) R 28724 28701 24636 0 -1 4194304 12173 0 0 0 10463 9 0 0 25 0 1 0 1984998309 51265536 12151 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28725/statm: 12516 12151 75 150 0 12363 0
Current children cumulated CPU time (s) 193.13
Current children cumulated vsize (KiB) 69020

[startup+196.001 s]
/proc/loadavg: 2.01 2.09 2.04 3/84 28725
/proc/meminfo: memFree=1533360/2055920 swapFree=4180444/4192956
[pid=28701] ppid=28699 vsize=13600 CPUtime=88.41
/proc/28701/stat : 28701 (sugar) S 28699 28701 24636 0 -1 4194304 1031 51245 0 2 3 1 8786 51 16 0 1 0 1984989361 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28701/statm: 3400 798 370 3 0 500 0
[pid=28724] ppid=28701 vsize=5356 CPUtime=0
/proc/28724/stat : 28724 (sh) S 28701 28701 24636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984998308 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28724/statm: 1339 232 193 169 0 50 0
[pid=28725] ppid=28724 vsize=50064 CPUtime=105.51
/proc/28725/stat : 28725 (minisat) R 28724 28701 24636 0 -1 4194304 12174 0 0 0 10542 9 0 0 25 0 1 0 1984998309 51265536 12152 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/28725/statm: 12516 12152 75 150 0 12363 0
Current children cumulated CPU time (s) 193.92
Current children cumulated vsize (KiB) 69020

[startup+196.401 s]
/proc/loadavg: 2.01 2.09 2.04 3/84 28725
/proc/meminfo: memFree=1533360/2055920 swapFree=4180444/4192956
[pid=28701] ppid=28699 vsize=13600 CPUtime=194.22
/proc/28701/stat : 28701 (sugar) S 28699 28701 24636 0 -1 4194304 1089 63720 0 2 3 1 19357 61 16 0 1 0 1984989361 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28701/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 194.22
Current children cumulated vsize (KiB) 13600

[startup+196.601 s]
/proc/loadavg: 2.01 2.09 2.04 3/84 28725
/proc/meminfo: memFree=1533360/2055920 swapFree=4180444/4192956
[pid=28701] ppid=28699 vsize=13600 CPUtime=194.22
/proc/28701/stat : 28701 (sugar) S 28699 28701 24636 0 -1 4194304 1090 63720 0 2 3 1 19357 61 15 0 1 0 1984989361 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28701/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 194.22
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 196.635
CPU time (s): 194.551
CPU user time (s): 193.874
CPU system time (s): 0.677896
CPU usage (%): 98.9402
Max. virtual memory (cumulated for all children) (KiB): 904332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 193.874
system time used= 0.677896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68574
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= 8672
involuntary context switches= 14959

runsolver used 0.26096 second user time and 0.671897 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-03 06:43:18
IDJOB=1055743
IDBENCH=56969
IDSOLVER=346
FILE ID=node68/1055743-1215060198
PBS_JOBID= 7875040
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d791dec87b10526615a0084f40824770
RANDOM SEED=425016231

node68.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.261
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.261
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:       1612776 kB
Buffers:         24528 kB
Cached:         131432 kB
SwapCached:       6560 kB
Active:         324792 kB
Inactive:        60252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1612776 kB
SwapTotal:     4192956 kB
SwapFree:      4180444 kB
Dirty:            2244 kB
Writeback:           0 kB
Mapped:         245144 kB
Slab:            42844 kB
Committed_AS:  4495284 kB
PageTables:       2216 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB
End job on node68 at 2008-07-03 06:46:35