Trace number 2079827

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatSAT 198.94 200.992

General information on the benchmark

Namecsp/travellingSalesman-20/
normalized-tsp-20-142_ext.xml
MD5SUM6d3ac596c43ba13406b6d8effbf75181
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 benchmark10.3034
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

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 05:21:57 2009
0.00/0.08	c 0	PID 22036
0.00/0.08	c 0	HOST node60.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2079827-1247368917.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2079827-1247368917.xml' 'HOME/temp.csp'
0.07/0.61	c 1	5 domains, 61 variables, 0 predicates, 23 relations, 230 constraints
0.07/0.66	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.66	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.58/0.74	c 1	Parsing HOME/temp.csp
0.58/0.90	c 1	parsed 319 expressions
0.58/0.91	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.58/0.91	c 1	Converting to clausal form CSP
0.58/0.93	c 1	converted 32 (10%) expressions
0.58/0.93	c 1	converted 64 (20%) expressions
0.58/0.96	c 1	converted 96 (30%) expressions
0.58/0.97	c 1	converted 128 (40%) expressions
0.58/0.97	c 1	converted 160 (50%) expressions
0.58/0.97	c 1	converted 192 (60%) expressions
0.58/0.98	c 1	converted 224 (70%) expressions
0.58/0.98	c 1	converted 256 (80%) expressions
0.58/0.98	c 1	converted 288 (90%) expressions
2.58/2.79	c 3	converted 319 (100%) expressions
2.58/2.79	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.58/2.79	c 3	Heap : 47 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.58/2.79	c 3	Propagation in CSP
2.58/2.79	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.58/2.79	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.58/2.79	c 3	Heap : 47 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.67/2.80	c 3	Simplifing CSP by introducing new Boolean variables
2.67/2.80	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.67/2.80	c 3	Heap : 47 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.87/3.07	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.87/3.09	c 3	7 (10%) CSP integer variables are encoded (3069 clauses, 37754 bytes)
2.98/3.10	c 3	13 (20%) CSP integer variables are encoded (6120 clauses, 77417 bytes)
2.98/3.10	c 3	19 (30%) CSP integer variables are encoded (9171 clauses, 117080 bytes)
2.98/3.11	c 3	25 (40%) CSP integer variables are encoded (12222 clauses, 161228 bytes)
2.98/3.11	c 3	31 (50%) CSP integer variables are encoded (15273 clauses, 206993 bytes)
2.98/3.12	c 3	37 (60%) CSP integer variables are encoded (18324 clauses, 252758 bytes)
2.98/3.12	c 3	43 (70%) CSP integer variables are encoded (20874 clauses, 291008 bytes)
2.98/3.12	c 3	49 (80%) CSP integer variables are encoded (21942 clauses, 307028 bytes)
2.98/3.12	c 3	55 (90%) CSP integer variables are encoded (23010 clauses, 323048 bytes)
2.98/3.12	c 3	61 (100%) CSP integer variables are encoded (23722 clauses, 333728 bytes)
2.98/3.17	c 3	23 (10%) CSP clauses are encoded (24218 clauses, 343029 bytes)
2.98/3.19	c 3	46 (20%) CSP clauses are encoded (24695 clauses, 354131 bytes)
3.07/3.21	c 3	69 (30%) CSP clauses are encoded (25174 clauses, 365454 bytes)
3.07/3.23	c 4	92 (40%) CSP clauses are encoded (25671 clauses, 376983 bytes)
3.07/3.24	c 4	115 (50%) CSP clauses are encoded (26150 clauses, 388339 bytes)
3.07/3.26	c 4	138 (60%) CSP clauses are encoded (26646 clauses, 399954 bytes)
3.07/3.27	c 4	161 (70%) CSP clauses are encoded (27144 clauses, 412025 bytes)
3.07/3.30	c 4	184 (80%) CSP clauses are encoded (27660 clauses, 425021 bytes)
3.17/3.33	c 4	207 (90%) CSP clauses are encoded (28194 clauses, 438265 bytes)
58.70/59.45	c 60	230 (100%) CSP clauses are encoded (647295 clauses, 20817477 bytes)
58.70/59.45	c 60	230 CSP clauses encoded
58.70/59.45	c 60	Writing map file : HOME/temp.map
58.70/59.45	c 60	Heap : 65 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
58.70/59.45	c 60	SAT : 23781 SAT variables, 647295 SAT clauses, 20817477 bytes
58.70/59.45	c 60	Heap : 65 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
58.70/59.49	c 60	SOLVING HOME/temp.cnf
58.70/59.49	c 60	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
58.70/59.50	c 60	This is MiniSat 2.0 beta
58.70/59.50	c 60	WARNING: for repeatability, setting FPU to use double precision
58.70/59.50	c 60	============================[ Problem Statistics ]=============================
58.70/59.50	c 60	|                                                                             |
58.78/59.50	c 60	|  Number of variables:  23781                                                |
58.78/59.50	c 60	|  Number of clauses:    647295                                               |
58.78/59.94	c 60	|  Parsing time:         0.37         s                                       |
58.78/59.98	c 60	============================[ Search Statistics ]==============================
58.78/59.98	c 60	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
58.78/59.98	c 60	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
58.78/59.98	c 60	===============================================================================
58.78/59.98	c 60	|         0 |   22780   629984  3038709 |   209994        0    nan |  0.000 % |
58.78/60.05	c 60	|       100 |   22765   629984  3038709 |   230994       78      6 | 35.861 % |
58.78/60.19	c 60	|       250 |   21906   629984  3038709 |   254093      189      7 | 47.029 % |
58.78/60.31	c 61	|       475 |   21874   629984  3038709 |   279502      403      8 | 50.713 % |
59.95/60.72	c 61	|       815 |   21668   629984  3038709 |   307453      722     11 | 58.908 % |
60.45/61.22	c 62	|      1321 |   20897   629984  3038709 |   338198     1197     14 | 66.536 % |
60.95/61.78	c 62	|      2080 |   20856   629984  3038709 |   372018     1922     12 | 75.371 % |
61.65/62.45	c 63	|      3219 |   20775   629984  3038709 |   409220     3033     11 | 76.019 % |
63.23/64.05	c 64	|      4927 |   20558   629984  3038709 |   450142     4720     12 | 77.242 % |
66.50/67.33	c 68	|      7489 |   20553   629984  3038709 |   495156     7282     14 | 77.242 % |
71.35/72.29	c 73	|     11333 |   20525   629984  3038709 |   544672    11121     15 | 77.671 % |
78.98/80.00	c 80	|     17101 |    5308   422358  2069544 |   599139    16211     19 | 78.365 % |
91.07/92.14	c 92	|     25750 |    5058   404730  1983603 |   659053    24855     22 | 78.756 % |
109.89/111.16	c 111	|     38724 |    5038   401913  1969687 |   724958    37761     26 | 78.815 % |
144.95/146.56	c 147	|     58188 |    5035   401913  1969687 |   797454    57222     29 | 79.538 % |
198.55/200.63	c 201	===============================================================================
198.55/200.63	c 201	restarts              : 15
198.55/200.63	c 201	conflicts             : 84612          (606 /sec)
198.55/200.63	c 201	decisions             : 120326         (0.88 % random) (861 /sec)
198.55/200.63	c 201	propagations          : 33426636       (239247 /sec)
198.55/200.63	c 201	conflict literals     : 2653596        (62.90 % deleted)
198.55/200.63	c 201	Memory used           : 41.55 MB
198.55/200.63	c 201	CPU time              : 139.716 s
198.55/200.63	c 201	
198.55/200.64	c 201	SATISFIABLE
198.55/200.65	c 201	DECODING HOME/temp.out WITH HOME/temp.map
198.55/200.65	c 201	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
198.60/200.74	c 201	Decoding HOME/temp.out
198.60/200.94	s SATISFIABLE
198.60/200.95	v 20 18 6 11 16 2 8 26 17 6 10 3 4 4 19 1 12 13 18 2 3 3 2 0 5 23 15 11 1 7 13 8 7 0 11 4 14 29 9 8 29 31 57 63 66 70 71 84 86 89 89 112 123 130 138 138 142 171 179 179 0
198.60/200.96	c 201	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
198.60/200.98	c 201	CPU 198.91 (0.05 0.03 198.25 0.58)
198.60/200.98	c 201	END Sun Jul 12 05:25:18 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079827-1247368917/watcher-2079827-1247368917 -o /tmp/evaluation-result-2079827-1247368917/solver-2079827-1247368917 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2079827-1247368917.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.07 2.18 4/84 22036
/proc/meminfo: memFree=1486448/2055920 swapFree=4192952/4192956
[pid=22036] ppid=22034 vsize=18576 CPUtime=0
/proc/22036/stat : 22036 (runsolver) R 22034 22036 17485 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 23954756 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 271894244647 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22036/statm: 4644 284 249 26 0 2626 0

[startup+0.0857899 s]
/proc/loadavg: 2.00 2.07 2.18 4/84 22036
/proc/meminfo: memFree=1486448/2055920 swapFree=4192952/4192956
[pid=22036] ppid=22034 vsize=16868 CPUtime=0.07
/proc/22036/stat : 22036 (sugar) R 22034 22036 17485 0 -1 4194304 1199 128 0 0 5 2 0 0 18 0 1 0 23954756 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271894243999 0 0 4224 16386 0 0 0 17 1 0 0
/proc/22036/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101778 s]
/proc/loadavg: 2.00 2.07 2.18 4/84 22036
/proc/meminfo: memFree=1486448/2055920 swapFree=4192952/4192956
[pid=22036] ppid=22034 vsize=16868 CPUtime=0.07
/proc/22036/stat : 22036 (sugar) S 22034 22036 17485 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23954756 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22036/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30179 s]
/proc/loadavg: 2.00 2.07 2.18 4/84 22036
/proc/meminfo: memFree=1486448/2055920 swapFree=4192952/4192956
[pid=22036] ppid=22034 vsize=16868 CPUtime=0.07
/proc/22036/stat : 22036 (sugar) S 22034 22036 17485 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23954756 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22036/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701834 s]
/proc/loadavg: 2.00 2.07 2.18 4/84 22036
/proc/meminfo: memFree=1486448/2055920 swapFree=4192952/4192956
[pid=22036] ppid=22034 vsize=16868 CPUtime=0.58
/proc/22036/stat : 22036 (sugar) S 22034 22036 17485 0 -1 4194304 1292 6588 0 1 5 2 47 4 16 0 1 0 23954756 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22036/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 16868

[startup+1.50291 s]
/proc/loadavg: 2.00 2.07 2.18 3/95 22058
/proc/meminfo: memFree=1473624/2055920 swapFree=4192952/4192956
[pid=22036] ppid=22034 vsize=16868 CPUtime=0.58
/proc/22036/stat : 22036 (sugar) S 22034 22036 17485 0 -1 4194304 1309 6588 0 1 5 2 47 4 15 0 1 0 23954756 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22036/statm: 4217 1111 409 3 0 796 0
[pid=22049] ppid=22036 vsize=5356 CPUtime=0
/proc/22049/stat : 22049 (sh) S 22036 22036 17485 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23954823 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22049/statm: 1339 233 193 169 0 50 0
[pid=22050] ppid=22049 vsize=864352 CPUtime=0.8
/proc/22050/stat : 22050 (java) S 22049 22036 17485 0 -1 0 9335 0 1 0 75 5 0 0 18 0 9 0 23954823 885096448 8416 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22050/statm: 216088 8416 2566 9 0 210593 0
[pid=22050/tid=22051] ppid=22049 vsize=864352 CPUtime=0.38
/proc/22050/task/22051/stat : 22051 (java) R 22049 22036 17485 0 -1 64 2779 0 1 0 36 2 0 0 22 0 9 0 23954824 885096448 8416 996147200 134512640 134550932 4294955936 18446744073709551615 103211259 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22052] ppid=22049 vsize=864352 CPUtime=0.35
/proc/22050/task/22052/stat : 22052 (java) S 22049 22036 17485 0 -1 64 5542 0 0 0 33 2 0 0 17 0 9 0 23954825 885096448 8416 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22053] ppid=22049 vsize=864352 CPUtime=0
/proc/22050/task/22053/stat : 22053 (java) S 22049 22036 17485 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23954825 885096448 8416 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22054] ppid=22049 vsize=864352 CPUtime=0
/proc/22050/task/22054/stat : 22054 (java) S 22049 22036 17485 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23954825 885096448 8416 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22055] ppid=22049 vsize=864352 CPUtime=0
/proc/22050/task/22055/stat : 22055 (java) S 22049 22036 17485 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23954827 885096448 8416 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22056] ppid=22049 vsize=864352 CPUtime=0.05
/proc/22050/task/22056/stat : 22056 (java) S 22049 22036 17485 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 23954827 885096448 8416 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22057] ppid=22049 vsize=864352 CPUtime=0
/proc/22050/task/22057/stat : 22057 (java) S 22049 22036 17485 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23954828 885096448 8416 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22058] ppid=22049 vsize=864352 CPUtime=0
/proc/22050/task/22058/stat : 22058 (java) S 22049 22036 17485 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23954828 885096448 8416 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 886576

[startup+3.10206 s]
/proc/loadavg: 2.00 2.07 2.18 3/95 22058
/proc/meminfo: memFree=1441816/2055920 swapFree=4192952/4192956
[pid=22036] ppid=22034 vsize=16868 CPUtime=0.58
/proc/22036/stat : 22036 (sugar) S 22034 22036 17485 0 -1 4194304 1310 6588 0 1 5 2 47 4 16 0 1 0 23954756 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22036/statm: 4217 1111 409 3 0 796 0
[pid=22049] ppid=22036 vsize=5356 CPUtime=0
/proc/22049/stat : 22049 (sh) S 22036 22036 17485 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23954823 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22049/statm: 1339 233 193 169 0 50 0
[pid=22050] ppid=22049 vsize=864464 CPUtime=2.4
/proc/22050/stat : 22050 (java) S 22049 22036 17485 0 -1 0 18432 0 1 0 228 12 0 0 18 0 9 0 23954823 885211136 17339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22050/statm: 216116 17339 2590 9 0 210593 0
[pid=22050/tid=22051] ppid=22049 vsize=864464 CPUtime=0.83
/proc/22050/task/22051/stat : 22051 (java) R 22049 22036 17485 0 -1 64 3348 0 1 0 81 2 0 0 22 0 9 0 23954824 885211136 17339 996147200 134512640 134550932 4294955936 18446744073709551615 4126548746 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22052] ppid=22049 vsize=864464 CPUtime=1.47
/proc/22050/task/22052/stat : 22052 (java) S 22049 22036 17485 0 -1 64 14063 0 0 0 139 8 0 0 19 0 9 0 23954825 885211136 17339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22053] ppid=22049 vsize=864464 CPUtime=0
/proc/22050/task/22053/stat : 22053 (java) S 22049 22036 17485 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23954825 885211136 17339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22054] ppid=22049 vsize=864464 CPUtime=0
/proc/22050/task/22054/stat : 22054 (java) S 22049 22036 17485 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23954825 885211136 17339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22055] ppid=22049 vsize=864464 CPUtime=0
/proc/22050/task/22055/stat : 22055 (java) S 22049 22036 17485 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23954827 885211136 17339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22056] ppid=22049 vsize=864464 CPUtime=0.06
/proc/22050/task/22056/stat : 22056 (java) S 22049 22036 17485 0 -1 64 322 0 0 0 6 0 0 0 16 0 9 0 23954827 885211136 17339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22057] ppid=22049 vsize=864464 CPUtime=0
/proc/22050/task/22057/stat : 22057 (java) S 22049 22036 17485 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23954828 885211136 17339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22058] ppid=22049 vsize=864464 CPUtime=0
/proc/22050/task/22058/stat : 22058 (java) S 22049 22036 17485 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23954828 885211136 17339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 886688

[startup+6.30137 s]
/proc/loadavg: 2.00 2.06 2.18 3/95 22058
/proc/meminfo: memFree=1420120/2055920 swapFree=4192952/4192956
[pid=22036] ppid=22034 vsize=16868 CPUtime=0.58
/proc/22036/stat : 22036 (sugar) S 22034 22036 17485 0 -1 4194304 1310 6588 0 1 5 2 47 4 15 0 1 0 23954756 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22036/statm: 4217 1111 409 3 0 796 0
[pid=22049] ppid=22036 vsize=5356 CPUtime=0
/proc/22049/stat : 22049 (sh) S 22036 22036 17485 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23954823 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22049/statm: 1339 233 193 169 0 50 0
[pid=22050] ppid=22049 vsize=864464 CPUtime=5.55
/proc/22050/stat : 22050 (java) S 22049 22036 17485 0 -1 0 19290 0 1 0 542 13 0 0 18 0 9 0 23954823 885211136 18154 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22050/statm: 216116 18154 2590 9 0 210593 0
[pid=22050/tid=22051] ppid=22049 vsize=864464 CPUtime=3.88
/proc/22050/task/22051/stat : 22051 (java) R 22049 22036 17485 0 -1 64 3397 0 1 0 385 3 0 0 25 0 9 0 23954824 885211136 18154 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22052] ppid=22049 vsize=864464 CPUtime=1.57
/proc/22050/task/22052/stat : 22052 (java) S 22049 22036 17485 0 -1 64 14858 0 0 0 148 9 0 0 16 0 9 0 23954825 885211136 18154 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22053] ppid=22049 vsize=864464 CPUtime=0
/proc/22050/task/22053/stat : 22053 (java) S 22049 22036 17485 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23954825 885211136 18154 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22054] ppid=22049 vsize=864464 CPUtime=0
/proc/22050/task/22054/stat : 22054 (java) S 22049 22036 17485 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23954825 885211136 18154 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22055] ppid=22049 vsize=864464 CPUtime=0
/proc/22050/task/22055/stat : 22055 (java) S 22049 22036 17485 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23954827 885211136 18154 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22056] ppid=22049 vsize=864464 CPUtime=0.08
/proc/22050/task/22056/stat : 22056 (java) S 22049 22036 17485 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 23954827 885211136 18154 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22057] ppid=22049 vsize=864464 CPUtime=0
/proc/22050/task/22057/stat : 22057 (java) S 22049 22036 17485 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23954828 885211136 18154 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22058] ppid=22049 vsize=864464 CPUtime=0
/proc/22050/task/22058/stat : 22058 (java) S 22049 22036 17485 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23954828 885211136 18154 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 886688

[startup+12.703 s]
/proc/loadavg: 2.00 2.06 2.18 3/95 22058
/proc/meminfo: memFree=1412824/2055920 swapFree=4192952/4192956
[pid=22036] ppid=22034 vsize=16868 CPUtime=0.58
/proc/22036/stat : 22036 (sugar) S 22034 22036 17485 0 -1 4194304 1310 6588 0 1 5 2 47 4 15 0 1 0 23954756 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22036/statm: 4217 1111 409 3 0 796 0
[pid=22049] ppid=22036 vsize=5356 CPUtime=0
/proc/22049/stat : 22049 (sh) S 22036 22036 17485 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23954823 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22049/statm: 1339 233 193 169 0 50 0
[pid=22050] ppid=22049 vsize=864464 CPUtime=11.89
/proc/22050/stat : 22050 (java) S 22049 22036 17485 0 -1 0 20740 0 1 0 1174 15 0 0 18 0 9 0 23954823 885211136 19532 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22050/statm: 216116 19532 2590 9 0 210593 0
[pid=22050/tid=22051] ppid=22049 vsize=864464 CPUtime=10.04
/proc/22050/task/22051/stat : 22051 (java) R 22049 22036 17485 0 -1 64 3469 0 1 0 1000 4 0 0 25 0 9 0 23954824 885211136 19532 996147200 134512640 134550932 4294955936 18446744073709551615 4126095872 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22052] ppid=22049 vsize=864464 CPUtime=1.74
/proc/22050/task/22052/stat : 22052 (java) S 22049 22036 17485 0 -1 64 16236 0 0 0 165 9 0 0 16 0 9 0 23954825 885211136 19532 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22053] ppid=22049 vsize=864464 CPUtime=0
/proc/22050/task/22053/stat : 22053 (java) S 22049 22036 17485 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23954825 885211136 19532 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22054] ppid=22049 vsize=864464 CPUtime=0
/proc/22050/task/22054/stat : 22054 (java) S 22049 22036 17485 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23954825 885211136 19532 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22055] ppid=22049 vsize=864464 CPUtime=0
/proc/22050/task/22055/stat : 22055 (java) S 22049 22036 17485 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23954827 885211136 19532 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22056] ppid=22049 vsize=864464 CPUtime=0.08
/proc/22050/task/22056/stat : 22056 (java) S 22049 22036 17485 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 23954827 885211136 19532 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22057] ppid=22049 vsize=864464 CPUtime=0
/proc/22050/task/22057/stat : 22057 (java) S 22049 22036 17485 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23954828 885211136 19532 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22058] ppid=22049 vsize=864464 CPUtime=0
/proc/22050/task/22058/stat : 22058 (java) S 22049 22036 17485 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23954828 885211136 19532 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 886688

[startup+25.5023 s]
/proc/loadavg: 2.00 2.06 2.18 3/95 22058
/proc/meminfo: memFree=1396440/2055920 swapFree=4192952/4192956
[pid=22036] ppid=22034 vsize=16868 CPUtime=0.58
/proc/22036/stat : 22036 (sugar) S 22034 22036 17485 0 -1 4194304 1310 6588 0 1 5 2 47 4 15 0 1 0 23954756 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22036/statm: 4217 1111 409 3 0 796 0
[pid=22049] ppid=22036 vsize=5356 CPUtime=0
/proc/22049/stat : 22049 (sh) S 22036 22036 17485 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23954823 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22049/statm: 1339 233 193 169 0 50 0
[pid=22050] ppid=22049 vsize=864464 CPUtime=24.56
/proc/22050/stat : 22050 (java) S 22049 22036 17485 0 -1 0 23591 0 1 0 2436 20 0 0 18 0 9 0 23954823 885211136 22218 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22050/statm: 216116 22218 2590 9 0 210593 0
[pid=22050/tid=22051] ppid=22049 vsize=864464 CPUtime=22.29
/proc/22050/task/22051/stat : 22051 (java) R 22049 22036 17485 0 -1 64 3634 0 1 0 2222 7 0 0 25 0 9 0 23954824 885211136 22218 996147200 134512640 134550932 4294955936 18446744073709551615 4126585343 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22052] ppid=22049 vsize=864464 CPUtime=2.16
/proc/22050/task/22052/stat : 22052 (java) S 22049 22036 17485 0 -1 64 18918 0 0 0 204 12 0 0 16 0 9 0 23954825 885211136 22218 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22053] ppid=22049 vsize=864464 CPUtime=0
/proc/22050/task/22053/stat : 22053 (java) S 22049 22036 17485 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23954825 885211136 22218 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22054] ppid=22049 vsize=864464 CPUtime=0
/proc/22050/task/22054/stat : 22054 (java) S 22049 22036 17485 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23954825 885211136 22218 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22055] ppid=22049 vsize=864464 CPUtime=0
/proc/22050/task/22055/stat : 22055 (java) S 22049 22036 17485 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23954827 885211136 22218 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22056] ppid=22049 vsize=864464 CPUtime=0.08
/proc/22050/task/22056/stat : 22056 (java) S 22049 22036 17485 0 -1 64 340 0 0 0 8 0 0 0 17 0 9 0 23954827 885211136 22218 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22057] ppid=22049 vsize=864464 CPUtime=0
/proc/22050/task/22057/stat : 22057 (java) S 22049 22036 17485 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23954828 885211136 22218 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22058] ppid=22049 vsize=864464 CPUtime=0
/proc/22050/task/22058/stat : 22058 (java) S 22049 22036 17485 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23954828 885211136 22218 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 886688

[startup+51.1028 s]
/proc/loadavg: 2.00 2.05 2.17 3/95 22058
/proc/meminfo: memFree=1373976/2055920 swapFree=4192952/4192956
[pid=22036] ppid=22034 vsize=16868 CPUtime=0.58
/proc/22036/stat : 22036 (sugar) S 22034 22036 17485 0 -1 4194304 1310 6588 0 1 5 2 47 4 15 0 1 0 23954756 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22036/statm: 4217 1111 409 3 0 796 0
[pid=22049] ppid=22036 vsize=5356 CPUtime=0
/proc/22049/stat : 22049 (sh) S 22036 22036 17485 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23954823 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22049/statm: 1339 233 193 169 0 50 0
[pid=22050] ppid=22049 vsize=864464 CPUtime=49.89
/proc/22050/stat : 22050 (java) S 22049 22036 17485 0 -1 0 32400 0 1 0 4954 35 0 0 18 0 9 0 23954823 885211136 25589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22050/statm: 216116 25589 2590 9 0 210593 0
[pid=22050/tid=22051] ppid=22049 vsize=864464 CPUtime=46.39
/proc/22050/task/22051/stat : 22051 (java) R 22049 22036 17485 0 -1 64 3954 0 1 0 4625 14 0 0 25 0 9 0 23954824 885211136 25589 996147200 134512640 134550932 4294955936 18446744073709551615 4126537384 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22052] ppid=22049 vsize=864464 CPUtime=3.38
/proc/22050/task/22052/stat : 22052 (java) S 22049 22036 17485 0 -1 64 27405 0 0 0 319 19 0 0 16 0 9 0 23954825 885211136 25589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22053] ppid=22049 vsize=864464 CPUtime=0
/proc/22050/task/22053/stat : 22053 (java) S 22049 22036 17485 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23954825 885211136 25589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22054] ppid=22049 vsize=864464 CPUtime=0
/proc/22050/task/22054/stat : 22054 (java) S 22049 22036 17485 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23954825 885211136 25589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22055] ppid=22049 vsize=864464 CPUtime=0
/proc/22050/task/22055/stat : 22055 (java) S 22049 22036 17485 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23954827 885211136 25589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22056] ppid=22049 vsize=864464 CPUtime=0.09
/proc/22050/task/22056/stat : 22056 (java) S 22049 22036 17485 0 -1 64 342 0 0 0 9 0 0 0 17 0 9 0 23954827 885211136 25589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22057] ppid=22049 vsize=864464 CPUtime=0
/proc/22050/task/22057/stat : 22057 (java) S 22049 22036 17485 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23954828 885211136 25589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22050/tid=22058] ppid=22049 vsize=864464 CPUtime=0
/proc/22050/task/22058/stat : 22058 (java) S 22049 22036 17485 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23954828 885211136 25589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 886688

[startup+102.307 s]
/proc/loadavg: 2.00 2.04 2.16 3/87 22060
/proc/meminfo: memFree=1425496/2055920 swapFree=4192952/4192956
[pid=22036] ppid=22034 vsize=16868 CPUtime=58.78
/proc/22036/stat : 22036 (sugar) S 22034 22036 17485 0 -1 4194304 1376 39423 0 2 5 2 5826 45 16 0 1 0 23954756 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22036/statm: 4217 1113 409 3 0 796 0
[pid=22059] ppid=22036 vsize=5356 CPUtime=0
/proc/22059/stat : 22059 (sh) S 22036 22036 17485 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23960705 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22059/statm: 1339 232 193 169 0 50 0
[pid=22060] ppid=22059 vsize=37532 CPUtime=42.39
/proc/22060/stat : 22060 (minisat) R 22059 22036 17485 0 -1 4194304 9189 0 0 0 4232 7 0 0 25 0 1 0 23960706 38432768 9175 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/22060/statm: 9383 9175 75 150 0 9230 0
Current children cumulated CPU time (s) 101.17
Current children cumulated vsize (KiB) 59756

[startup+162.302 s]
/proc/loadavg: 2.00 2.03 2.15 3/87 22060
/proc/meminfo: memFree=1424344/2055920 swapFree=4192952/4192956
[pid=22036] ppid=22034 vsize=16868 CPUtime=58.78
/proc/22036/stat : 22036 (sugar) S 22034 22036 17485 0 -1 4194304 1376 39423 0 2 5 2 5826 45 16 0 1 0 23954756 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22036/statm: 4217 1113 409 3 0 796 0
[pid=22059] ppid=22036 vsize=5356 CPUtime=0
/proc/22059/stat : 22059 (sh) S 22036 22036 17485 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23960705 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22059/statm: 1339 232 193 169 0 50 0
[pid=22060] ppid=22059 vsize=38960 CPUtime=101.82
/proc/22060/stat : 22060 (minisat) R 22059 22036 17485 0 -1 4194304 9533 0 0 0 10175 7 0 0 25 0 1 0 23960706 39895040 9519 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22060/statm: 9740 9519 75 150 0 9587 0
Current children cumulated CPU time (s) 160.6
Current children cumulated vsize (KiB) 61184

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

[startup+179.101 s]
/proc/loadavg: 2.00 2.03 2.15 3/87 22060
/proc/meminfo: memFree=1422488/2055920 swapFree=4192952/4192956
[pid=22036] ppid=22034 vsize=16868 CPUtime=58.78
/proc/22036/stat : 22036 (sugar) S 22034 22036 17485 0 -1 4194304 1376 39423 0 2 5 2 5826 45 16 0 1 0 23954756 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22036/statm: 4217 1113 409 3 0 796 0
[pid=22059] ppid=22036 vsize=5356 CPUtime=0
/proc/22059/stat : 22059 (sh) S 22036 22036 17485 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23960705 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22059/statm: 1339 232 193 169 0 50 0
[pid=22060] ppid=22059 vsize=40676 CPUtime=118.47
/proc/22060/stat : 22060 (minisat) R 22059 22036 17485 0 -1 4194304 9965 0 0 0 11839 8 0 0 25 0 1 0 23960706 41652224 9951 996147200 134512640 135127466 4294956256 18446744073709551615 134528050 0 0 4096 3 0 0 0 17 1 0 0
/proc/22060/statm: 10169 9951 75 150 0 10016 0
Current children cumulated CPU time (s) 177.25
Current children cumulated vsize (KiB) 62900

[startup+191.903 s]
/proc/loadavg: 2.00 2.03 2.15 3/87 22060
/proc/meminfo: memFree=1421400/2055920 swapFree=4192952/4192956
[pid=22036] ppid=22034 vsize=16868 CPUtime=58.78
/proc/22036/stat : 22036 (sugar) S 22034 22036 17485 0 -1 4194304 1376 39423 0 2 5 2 5826 45 16 0 1 0 23954756 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22036/statm: 4217 1113 409 3 0 796 0
[pid=22059] ppid=22036 vsize=5356 CPUtime=0
/proc/22059/stat : 22059 (sh) S 22036 22036 17485 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23960705 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22059/statm: 1339 232 193 169 0 50 0
[pid=22060] ppid=22059 vsize=41868 CPUtime=131.14
/proc/22060/stat : 22060 (minisat) R 22059 22036 17485 0 -1 4194304 10244 0 0 0 13106 8 0 0 25 0 1 0 23960706 42872832 10230 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/22060/statm: 10467 10230 75 150 0 10314 0
Current children cumulated CPU time (s) 189.92
Current children cumulated vsize (KiB) 64092

[startup+195.102 s]
/proc/loadavg: 2.00 2.03 2.15 3/87 22060
/proc/meminfo: memFree=1421080/2055920 swapFree=4192952/4192956
[pid=22036] ppid=22034 vsize=16868 CPUtime=58.78
/proc/22036/stat : 22036 (sugar) S 22034 22036 17485 0 -1 4194304 1376 39423 0 2 5 2 5826 45 16 0 1 0 23954756 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22036/statm: 4217 1113 409 3 0 796 0
[pid=22059] ppid=22036 vsize=5356 CPUtime=0
/proc/22059/stat : 22059 (sh) S 22036 22036 17485 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23960705 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22059/statm: 1339 232 193 169 0 50 0
[pid=22060] ppid=22059 vsize=42000 CPUtime=134.32
/proc/22060/stat : 22060 (minisat) R 22059 22036 17485 0 -1 4194304 10304 0 0 0 13423 9 0 0 25 0 1 0 23960706 43008000 10290 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/22060/statm: 10500 10290 75 150 0 10347 0
Current children cumulated CPU time (s) 193.1
Current children cumulated vsize (KiB) 64224

[startup+198.301 s]
/proc/loadavg: 2.00 2.03 2.15 3/87 22060
/proc/meminfo: memFree=1420824/2055920 swapFree=4192952/4192956
[pid=22036] ppid=22034 vsize=16868 CPUtime=58.78
/proc/22036/stat : 22036 (sugar) S 22034 22036 17485 0 -1 4194304 1376 39423 0 2 5 2 5826 45 16 0 1 0 23954756 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22036/statm: 4217 1113 409 3 0 796 0
[pid=22059] ppid=22036 vsize=5356 CPUtime=0
/proc/22059/stat : 22059 (sh) S 22036 22036 17485 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23960705 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22059/statm: 1339 232 193 169 0 50 0
[pid=22060] ppid=22059 vsize=42264 CPUtime=137.49
/proc/22060/stat : 22060 (minisat) R 22059 22036 17485 0 -1 4194304 10362 0 0 0 13740 9 0 0 25 0 1 0 23960706 43278336 10348 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/22060/statm: 10566 10348 75 150 0 10413 0
Current children cumulated CPU time (s) 196.27
Current children cumulated vsize (KiB) 64488

[startup+199.902 s]
/proc/loadavg: 2.00 2.03 2.14 3/87 22060
/proc/meminfo: memFree=1420760/2055920 swapFree=4192952/4192956
[pid=22036] ppid=22034 vsize=16868 CPUtime=58.78
/proc/22036/stat : 22036 (sugar) S 22034 22036 17485 0 -1 4194304 1376 39423 0 2 5 2 5826 45 16 0 1 0 23954756 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22036/statm: 4217 1113 409 3 0 796 0
[pid=22059] ppid=22036 vsize=5356 CPUtime=0
/proc/22059/stat : 22059 (sh) S 22036 22036 17485 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23960705 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22059/statm: 1339 232 193 169 0 50 0
[pid=22060] ppid=22059 vsize=42396 CPUtime=139.08
/proc/22060/stat : 22060 (minisat) R 22059 22036 17485 0 -1 4194304 10392 0 0 0 13899 9 0 0 25 0 1 0 23960706 43413504 10378 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/22060/statm: 10599 10378 75 150 0 10446 0
Current children cumulated CPU time (s) 197.86
Current children cumulated vsize (KiB) 64620

[startup+200.702 s]
/proc/loadavg: 2.00 2.03 2.14 3/87 22060
/proc/meminfo: memFree=1420696/2055920 swapFree=4192952/4192956
[pid=22036] ppid=22034 vsize=16868 CPUtime=198.6
/proc/22036/stat : 22036 (sugar) S 22034 22036 17485 0 -1 4194304 1430 50130 0 2 5 2 19798 55 17 0 1 0 23954756 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22036/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 198.6
Current children cumulated vsize (KiB) 16868

[startup+200.902 s]
/proc/loadavg: 2.00 2.03 2.14 3/87 22060
/proc/meminfo: memFree=1420696/2055920 swapFree=4192952/4192956
[pid=22036] ppid=22034 vsize=16868 CPUtime=198.6
/proc/22036/stat : 22036 (sugar) S 22034 22036 17485 0 -1 4194304 1448 50130 0 2 5 2 19798 55 16 0 1 0 23954756 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22036/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 198.6
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 200.992
CPU time (s): 198.94
CPU user time (s): 198.312
CPU system time (s): 0.627904
CPU usage (%): 98.9791
Max. virtual memory (cumulated for all children) (KiB): 897188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 198.312
system time used= 0.627904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55431
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= 9057
involuntary context switches= 15893

runsolver used 0.239963 second user time and 0.708892 second system time

The end

Launcher Data

Begin job on node60 at 2009-07-12 05:21:57
IDJOB=2079827
IDBENCH=56962
IDSOLVER=739
FILE ID=node60/2079827-1247368917
PBS_JOBID= 9506980
Free space on /tmp= 66464 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/travellingSalesman-20/normalized-tsp-20-142_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079827-1247368917/watcher-2079827-1247368917 -o /tmp/evaluation-result-2079827-1247368917/solver-2079827-1247368917 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2079827-1247368917.xml

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

MD5SUM BENCH= 6d3ac596c43ba13406b6d8effbf75181
RANDOM SEED=650014727

node60.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.232
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.232
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:       1486928 kB
Buffers:         67004 kB
Cached:         254836 kB
SwapCached:          4 kB
Active:         327236 kB
Inactive:       185516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1486928 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1468 kB
Writeback:           0 kB
Mapped:         206564 kB
Slab:            41136 kB
Committed_AS:   893636 kB
PageTables:       2200 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= 66460 MiB
End job on node60 at 2009-07-12 05:25:18