Trace number 1051703

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 518.846 523.229

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-681_ext.xml
MD5SUMbe8652480bfb64fd75f0901e3fa7466b
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 benchmark45.928
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints350
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension350
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 05:09:15 2008
0.00/0.04	c 0	PID 11078
0.04/0.05	c 0	HOST node24.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1051703-1215054555.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1051703-1215054555.xml' 'HOME/temp.csp'
0.04/0.63	c 0	5 domains, 76 variables, 0 predicates, 28 relations, 350 constraints
0.04/0.68	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.68	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.61/0.76	c 0	Parsing HOME/temp.csp
0.61/0.99	c 1	parsed 459 expressions
0.61/0.99	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.61/1.00	c 1	Converting to clausal form CSP
0.90/1.02	c 1	converted 46 (10%) expressions
0.90/1.04	c 1	converted 92 (20%) expressions
0.90/1.05	c 1	converted 138 (30%) expressions
0.90/1.06	c 1	converted 184 (40%) expressions
0.90/1.06	c 1	converted 230 (50%) expressions
0.90/1.07	c 1	converted 276 (60%) expressions
0.90/1.07	c 1	converted 322 (70%) expressions
0.90/1.08	c 1	converted 368 (80%) expressions
1.01/1.13	c 1	converted 414 (90%) expressions
3.57/3.79	c 3	converted 459 (100%) expressions
3.57/3.79	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
3.57/3.79	c 3	Heap : 67 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.57/3.79	c 3	Propagation in CSP
3.57/3.79	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.57/3.79	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
3.57/3.79	c 3	Heap : 67 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.57/3.79	c 3	Simplifing CSP by introducing new Boolean variables
3.57/3.79	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
3.57/3.79	c 3	Heap : 67 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.97/4.15	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.97/4.20	c 4	8 (10%) CSP integer variables are encoded (4088 clauses, 51001 bytes)
4.07/4.22	c 4	16 (20%) CSP integer variables are encoded (8176 clauses, 104145 bytes)
4.07/4.23	c 4	23 (30%) CSP integer variables are encoded (11265 clauses, 146873 bytes)
4.07/4.25	c 4	31 (40%) CSP integer variables are encoded (15353 clauses, 208193 bytes)
4.07/4.26	c 4	38 (50%) CSP integer variables are encoded (19418 clauses, 269168 bytes)
4.07/4.27	c 4	46 (60%) CSP integer variables are encoded (23506 clauses, 330488 bytes)
4.07/4.27	c 4	54 (70%) CSP integer variables are encoded (26302 clauses, 372428 bytes)
4.07/4.27	c 4	61 (80%) CSP integer variables are encoded (27618 clauses, 392168 bytes)
4.07/4.27	c 4	69 (90%) CSP integer variables are encoded (29122 clauses, 414728 bytes)
4.07/4.27	c 4	76 (100%) CSP integer variables are encoded (30062 clauses, 428828 bytes)
4.18/4.33	c 4	35 (10%) CSP clauses are encoded (30983 clauses, 447345 bytes)
4.18/4.35	c 4	70 (20%) CSP clauses are encoded (31882 clauses, 469167 bytes)
4.18/4.37	c 4	105 (30%) CSP clauses are encoded (32804 clauses, 491009 bytes)
4.18/4.39	c 4	140 (40%) CSP clauses are encoded (33727 clauses, 513061 bytes)
4.27/4.42	c 4	175 (50%) CSP clauses are encoded (34647 clauses, 535259 bytes)
4.27/4.44	c 4	210 (60%) CSP clauses are encoded (35569 clauses, 557951 bytes)
4.27/4.46	c 4	245 (70%) CSP clauses are encoded (36492 clauses, 582210 bytes)
4.27/4.49	c 4	280 (80%) CSP clauses are encoded (37438 clauses, 606782 bytes)
4.37/4.54	c 4	315 (90%) CSP clauses are encoded (38429 clauses, 631964 bytes)
78.95/79.11	c 79	350 (100%) CSP clauses are encoded (909707 clauses, 29550395 bytes)
78.95/79.11	c 79	350 CSP clauses encoded
78.95/79.11	c 79	Writing map file : HOME/temp.map
78.95/79.11	c 79	Heap : 86 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
78.95/79.11	c 79	SAT : 30136 SAT variables, 909707 SAT clauses, 29550395 bytes
78.95/79.11	c 79	Heap : 86 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
78.95/79.18	c 79	SOLVING HOME/temp.cnf
78.95/79.18	c 79	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
78.95/79.18	c 79	This is MiniSat 2.0 beta
78.95/79.18	c 79	WARNING: for repeatability, setting FPU to use double precision
78.95/79.18	c 79	============================[ Problem Statistics ]=============================
78.95/79.18	c 79	|                                                                             |
78.95/79.19	c 79	|  Number of variables:  30136                                                |
78.95/79.19	c 79	|  Number of clauses:    909707                                               |
78.99/79.77	c 79	|  Parsing time:         0.50         s                                       |
78.99/79.82	c 79	============================[ Search Statistics ]==============================
78.99/79.82	c 79	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
78.99/79.82	c 79	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
78.99/79.82	c 79	===============================================================================
78.99/79.82	c 79	|         0 |   29135   890536  4304964 |   296845        0    nan |  0.000 % |
78.99/79.92	c 80	|       100 |   29091   890536  4304964 |   326529       72      6 | 17.000 % |
78.99/80.07	c 80	|       251 |   29074   890536  4304964 |   359182      207      9 | 33.548 % |
79.98/80.24	c 80	|       476 |   29037   890536  4304964 |   395101      419      8 | 44.495 % |
80.18/80.46	c 80	|       813 |   29012   890536  4304964 |   434611      733     10 | 50.375 % |
80.48/80.78	c 80	|      1319 |   28995   890536  4304964 |   478072     1222     10 | 56.162 % |
81.28/81.52	c 81	|      2078 |   28923   890536  4304964 |   525879     1953     10 | 62.792 % |
81.87/82.10	c 82	|      3217 |   28869   890536  4304964 |   578467     3067     11 | 66.469 % |
83.26/83.54	c 83	|      4925 |   28757   890536  4304964 |   636314     4762     13 | 70.633 % |
85.83/86.12	c 86	|      7487 |   27852   890536  4304964 |   699945     7293     15 | 72.203 % |
89.59/89.97	c 90	|     11331 |   27752   890536  4304964 |   769940    11132     17 | 75.833 % |
95.23/95.70	c 95	|     17098 |   27751   890536  4304964 |   846934    16899     22 | 75.833 % |
105.44/105.92	c 106	|     25748 |    7192   613112  3005212 |   931627    24643     28 | 76.775 % |
126.05/126.74	c 126	|     38723 |    6969   581644  2850761 |  1024790    33535     28 | 76.875 % |
150.72/151.65	c 151	|     58184 |    6879   575937  2822970 |  1127269    52994     34 | 77.173 % |
199.75/201.19	c 201	|     87376 |    6832   575007  2818901 |  1239996    82166     38 | 78.713 % |
290.29/292.51	c 292	|    131165 |    6409   530506  2600564 |  1363996   125417     41 | 78.736 % |
454.24/458.08	c 458	|    196849 |    6408   530493  2600505 |  1500395   191101     41 | 78.736 % |
518.54/522.96	c 523	===============================================================================
518.54/522.96	c 523	restarts              : 18
518.54/522.96	c 523	conflicts             : 216952         (494 /sec)
518.54/522.96	c 523	decisions             : 297175         (0.90 % random) (676 /sec)
518.54/522.96	c 523	propagations          : 97783735       (222519 /sec)
518.54/522.96	c 523	conflict literals     : 8712376        (61.48 % deleted)
518.54/522.96	c 523	Memory used           : 80.45 MB
518.54/522.96	c 523	CPU time              : 439.44 s
518.54/522.96	c 523	
518.54/522.97	c 523	SATISFIABLE
518.54/522.99	c 523	DECODING HOME/temp.out WITH HOME/temp.map
518.54/522.99	c 523	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
518.64/523.08	c 523	Decoding HOME/temp.out
518.64/523.15	s SATISFIABLE
518.64/523.16	v 7 8 1 5 10 3 9 14 11 10 22 7 21 9 25 8 23 7 8 10 17 12 16 1 2 7 20 15 13 2 3 6 14 3 15 17 5 18 24 6 4 10 18 0 19 3 12 1 6 7 13 16 30 40 47 56 64 71 81 93 94 101 116 118 124 127 144 162 168 178 178 181 182 189 189 0
518.64/523.16	c 523	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
518.64/523.22	c 523	CPU 518.09 (0.03 0.01 518.06 0.71)
518.64/523.22	c 523	END Thu Jul  3 05:17:58 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-1051703-1215054555/watcher-1051703-1215054555 -o /tmp/evaluation-result-1051703-1215054555/solver-1051703-1215054555 -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-1051703-1215054555.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 11078
/proc/meminfo: memFree=1046704/2055920 swapFree=4180448/4192956
[pid=11078] ppid=11076 vsize=12268 CPUtime=0
/proc/11078/stat : 11078 (sugar) R 11076 11078 8635 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1984430019 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 237788428901 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/11078/statm: 3067 316 241 3 0 167 0

[startup+0.050005 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 11078
/proc/meminfo: memFree=1046704/2055920 swapFree=4180448/4192956
[pid=11078] ppid=11076 vsize=13600 CPUtime=0.04
/proc/11078/stat : 11078 (sugar) S 11076 11078 8635 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 1984430019 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11078/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102438 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 11078
/proc/meminfo: memFree=1046704/2055920 swapFree=4180448/4192956
[pid=11078] ppid=11076 vsize=13600 CPUtime=0.04
/proc/11078/stat : 11078 (sugar) S 11076 11078 8635 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1984430019 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11078/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301457 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 11078
/proc/meminfo: memFree=1046704/2055920 swapFree=4180448/4192956
[pid=11078] ppid=11076 vsize=13600 CPUtime=0.04
/proc/11078/stat : 11078 (sugar) S 11076 11078 8635 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1984430019 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11078/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701506 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 11078
/proc/meminfo: memFree=1046704/2055920 swapFree=4180448/4192956
[pid=11078] ppid=11076 vsize=13600 CPUtime=0.61
/proc/11078/stat : 11078 (sugar) S 11076 11078 8635 0 -1 4194304 956 6710 0 1 3 1 53 4 16 0 1 0 1984430019 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11078/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 13600

[startup+1.50259 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 11100
/proc/meminfo: memFree=1036120/2055920 swapFree=4180448/4192956
[pid=11078] ppid=11076 vsize=13600 CPUtime=0.61
/proc/11078/stat : 11078 (sugar) S 11076 11078 8635 0 -1 4194304 973 6710 0 1 3 1 53 4 15 0 1 0 1984430019 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11078/statm: 3400 797 370 3 0 500 0
[pid=11091] ppid=11078 vsize=5356 CPUtime=0
/proc/11091/stat : 11091 (sh) S 11078 11078 8635 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984430088 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11091/statm: 1339 233 193 169 0 50 0
[pid=11092] ppid=11091 vsize=864128 CPUtime=0.79
/proc/11092/stat : 11092 (java) S 11091 11078 8635 0 -1 0 8700 0 1 0 75 4 0 0 18 0 9 0 1984430088 884867072 7691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11092/statm: 216032 7691 2540 9 0 210607 0
[pid=11092/tid=11093] ppid=11091 vsize=864128 CPUtime=0.38
/proc/11092/task/11093/stat : 11093 (java) R 11091 11078 8635 0 -1 64 2741 0 1 0 37 1 0 0 22 0 9 0 1984430089 884867072 7691 996147200 134512640 134550740 4294955952 18446744073709551615 101444646 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11092/tid=11094] ppid=11091 vsize=864128 CPUtime=0.33
/proc/11092/task/11094/stat : 11094 (java) S 11091 11078 8635 0 -1 64 4932 0 0 0 31 2 0 0 17 0 9 0 1984430090 884867072 7691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11092/tid=11095] ppid=11091 vsize=864128 CPUtime=0
/proc/11092/task/11095/stat : 11095 (java) S 11091 11078 8635 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984430090 884867072 7691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11092/tid=11096] ppid=11091 vsize=864128 CPUtime=0
/proc/11092/task/11096/stat : 11096 (java) S 11091 11078 8635 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984430090 884867072 7691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11092/tid=11097] ppid=11091 vsize=864128 CPUtime=0
/proc/11092/task/11097/stat : 11097 (java) S 11091 11078 8635 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984430092 884867072 7691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11092/tid=11098] ppid=11091 vsize=864128 CPUtime=0.06
/proc/11092/task/11098/stat : 11098 (java) S 11091 11078 8635 0 -1 64 335 0 0 0 6 0 0 0 16 0 9 0 1984430092 884867072 7691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11092/tid=11099] ppid=11091 vsize=864128 CPUtime=0
/proc/11092/task/11099/stat : 11099 (java) S 11091 11078 8635 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984430092 884867072 7691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11092/tid=11100] ppid=11091 vsize=864128 CPUtime=0
/proc/11092/task/11100/stat : 11100 (java) S 11091 11078 8635 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984430092 884867072 7691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883084

[startup+3.10276 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 11100
/proc/meminfo: memFree=1005912/2055920 swapFree=4180448/4192956
[pid=11078] ppid=11076 vsize=13600 CPUtime=0.61
/proc/11078/stat : 11078 (sugar) S 11076 11078 8635 0 -1 4194304 973 6710 0 1 3 1 53 4 15 0 1 0 1984430019 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11078/statm: 3400 797 370 3 0 500 0
[pid=11091] ppid=11078 vsize=5356 CPUtime=0
/proc/11091/stat : 11091 (sh) S 11078 11078 8635 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984430088 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11091/statm: 1339 233 193 169 0 50 0
[pid=11092] ppid=11091 vsize=864128 CPUtime=2.37
/proc/11092/stat : 11092 (java) S 11091 11078 8635 0 -1 0 20287 0 1 0 228 9 0 0 18 0 9 0 1984430088 884867072 19073 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11092/statm: 216032 19073 2540 9 0 210607 0
[pid=11092/tid=11093] ppid=11091 vsize=864128 CPUtime=0.97
/proc/11092/task/11093/stat : 11093 (java) R 11091 11078 8635 0 -1 64 3198 0 1 0 96 1 0 0 25 0 9 0 1984430089 884867072 19073 996147200 134512640 134550740 4294955952 18446744073709551615 4126558376 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11092/tid=11094] ppid=11091 vsize=864128 CPUtime=1.31
/proc/11092/task/11094/stat : 11094 (java) S 11091 11078 8635 0 -1 64 16062 0 0 0 124 7 0 0 16 0 9 0 1984430090 884867072 19073 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11092/tid=11095] ppid=11091 vsize=864128 CPUtime=0
/proc/11092/task/11095/stat : 11095 (java) S 11091 11078 8635 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984430090 884867072 19073 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11092/tid=11096] ppid=11091 vsize=864128 CPUtime=0
/proc/11092/task/11096/stat : 11096 (java) S 11091 11078 8635 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984430090 884867072 19073 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11092/tid=11097] ppid=11091 vsize=864128 CPUtime=0
/proc/11092/task/11097/stat : 11097 (java) S 11091 11078 8635 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984430092 884867072 19073 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11092/tid=11098] ppid=11091 vsize=864128 CPUtime=0.06
/proc/11092/task/11098/stat : 11098 (java) S 11091 11078 8635 0 -1 64 335 0 0 0 6 0 0 0 16 0 9 0 1984430092 884867072 19073 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11092/tid=11099] ppid=11091 vsize=864128 CPUtime=0
/proc/11092/task/11099/stat : 11099 (java) S 11091 11078 8635 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984430092 884867072 19073 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11092/tid=11100] ppid=11091 vsize=864128 CPUtime=0
/proc/11092/task/11100/stat : 11100 (java) S 11091 11078 8635 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984430092 884867072 19073 996147200 134512640 134550740 4294955952 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) 883084

[startup+6.3021 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 11100
/proc/meminfo: memFree=962200/2055920 swapFree=4180448/4192956
[pid=11078] ppid=11076 vsize=13600 CPUtime=0.61
/proc/11078/stat : 11078 (sugar) S 11076 11078 8635 0 -1 4194304 974 6710 0 1 3 1 53 4 15 0 1 0 1984430019 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11078/statm: 3400 797 370 3 0 500 0
[pid=11091] ppid=11078 vsize=5356 CPUtime=0
/proc/11091/stat : 11091 (sh) S 11078 11078 8635 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984430088 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11091/statm: 1339 233 193 169 0 50 0
[pid=11092] ppid=11091 vsize=864260 CPUtime=5.56
/proc/11092/stat : 11092 (java) S 11091 11078 8635 0 -1 0 24458 0 1 0 544 12 0 0 18 0 9 0 1984430088 885002240 23082 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11092/statm: 216065 23082 2564 9 0 210612 0
[pid=11092/tid=11093] ppid=11091 vsize=864260 CPUtime=3.13
/proc/11092/task/11093/stat : 11093 (java) R 11091 11078 8635 0 -1 64 3900 0 1 0 311 2 0 0 25 0 9 0 1984430089 885002240 23082 996147200 134512640 134550740 4294955952 18446744073709551615 4126599308 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11092/tid=11094] ppid=11091 vsize=864260 CPUtime=2.3
/proc/11092/task/11094/stat : 11094 (java) S 11091 11078 8635 0 -1 64 19508 0 0 0 222 8 0 0 16 0 9 0 1984430090 885002240 23082 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11092/tid=11095] ppid=11091 vsize=864260 CPUtime=0
/proc/11092/task/11095/stat : 11095 (java) S 11091 11078 8635 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984430090 885002240 23082 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11092/tid=11096] ppid=11091 vsize=864260 CPUtime=0
/proc/11092/task/11096/stat : 11096 (java) S 11091 11078 8635 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984430090 885002240 23082 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11092/tid=11097] ppid=11091 vsize=864260 CPUtime=0
/proc/11092/task/11097/stat : 11097 (java) S 11091 11078 8635 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984430092 885002240 23082 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11092/tid=11098] ppid=11091 vsize=864260 CPUtime=0.1
/proc/11092/task/11098/stat : 11098 (java) S 11091 11078 8635 0 -1 64 358 0 0 0 10 0 0 0 16 0 9 0 1984430092 885002240 23082 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11092/tid=11099] ppid=11091 vsize=864260 CPUtime=0
/proc/11092/task/11099/stat : 11099 (java) S 11091 11078 8635 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984430092 885002240 23082 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11092/tid=11100] ppid=11091 vsize=864260 CPUtime=0
/proc/11092/task/11100/stat : 11100 (java) S 11091 11078 8635 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984430092 885002240 23082 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) 883216

[startup+12.7028 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 11100
/proc/meminfo: memFree=955672/2055920 swapFree=4180448/4192956
[pid=11078] ppid=11076 vsize=13600 CPUtime=0.61
/proc/11078/stat : 11078 (sugar) S 11076 11078 8635 0 -1 4194304 974 6710 0 1 3 1 53 4 15 0 1 0 1984430019 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11078/statm: 3400 797 370 3 0 500 0
[pid=11091] ppid=11078 vsize=5356 CPUtime=0
/proc/11091/stat : 11091 (sh) S 11078 11078 8635 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984430088 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11091/statm: 1339 233 193 169 0 50 0
[pid=11092] ppid=11091 vsize=864260 CPUtime=11.96
/proc/11092/stat : 11092 (java) S 11091 11078 8635 0 -1 0 25479 0 1 0 1182 14 0 0 18 0 9 0 1984430088 885002240 24053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11092/statm: 216065 24053 2564 9 0 210612 0
[pid=11092/tid=11093] ppid=11091 vsize=864260 CPUtime=9.38
/proc/11092/task/11093/stat : 11093 (java) R 11091 11078 8635 0 -1 64 3950 0 1 0 935 3 0 0 25 0 9 0 1984430089 885002240 24053 996147200 134512640 134550740 4294955952 18446744073709551615 101444352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11092/tid=11094] ppid=11091 vsize=864260 CPUtime=2.44
/proc/11092/task/11094/stat : 11094 (java) S 11091 11078 8635 0 -1 64 20479 0 0 0 236 8 0 0 16 0 9 0 1984430090 885002240 24053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11092/tid=11095] ppid=11091 vsize=864260 CPUtime=0
/proc/11092/task/11095/stat : 11095 (java) S 11091 11078 8635 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984430090 885002240 24053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11092/tid=11096] ppid=11091 vsize=864260 CPUtime=0
/proc/11092/task/11096/stat : 11096 (java) S 11091 11078 8635 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984430090 885002240 24053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11092/tid=11097] ppid=11091 vsize=864260 CPUtime=0
/proc/11092/task/11097/stat : 11097 (java) S 11091 11078 8635 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984430092 885002240 24053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11092/tid=11098] ppid=11091 vsize=864260 CPUtime=0.1
/proc/11092/task/11098/stat : 11098 (java) S 11091 11078 8635 0 -1 64 358 0 0 0 10 0 0 0 17 0 9 0 1984430092 885002240 24053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11092/tid=11099] ppid=11091 vsize=864260 CPUtime=0
/proc/11092/task/11099/stat : 11099 (java) S 11091 11078 8635 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984430092 885002240 24053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11092/tid=11100] ppid=11091 vsize=864260 CPUtime=0
/proc/11092/task/11100/stat : 11100 (java) S 11091 11078 8635 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984430092 885002240 24053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 883216

[startup+25.5011 s]
/proc/loadavg: 1.95 1.98 1.99 3/84 11100
/proc/meminfo: memFree=939416/2055920 swapFree=4180448/4192956
[pid=11078] ppid=11076 vsize=13600 CPUtime=0.61
/proc/11078/stat : 11078 (sugar) S 11076 11078 8635 0 -1 4194304 974 6710 0 1 3 1 53 4 15 0 1 0 1984430019 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11078/statm: 3400 797 370 3 0 500 0
[pid=11091] ppid=11078 vsize=5356 CPUtime=0
/proc/11091/stat : 11091 (sh) S 11078 11078 8635 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984430088 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11091/statm: 1339 233 193 169 0 50 0
[pid=11092] ppid=11091 vsize=864260 CPUtime=24.75
/proc/11092/stat : 11092 (java) S 11091 11078 8635 0 -1 0 28457 0 1 0 2456 19 0 0 18 0 9 0 1984430088 885002240 26903 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11092/statm: 216065 26903 2564 9 0 210612 0
[pid=11092/tid=11093] ppid=11091 vsize=864260 CPUtime=21.77
/proc/11092/task/11093/stat : 11093 (java) R 11091 11078 8635 0 -1 64 4078 0 1 0 2171 6 0 0 25 0 9 0 1984430089 885002240 26903 996147200 134512640 134550740 4294955952 18446744073709551615 102492634 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11092/tid=11094] ppid=11091 vsize=864260 CPUtime=2.83
/proc/11092/task/11094/stat : 11094 (java) S 11091 11078 8635 0 -1 64 23325 0 0 0 273 10 0 0 16 0 9 0 1984430090 885002240 26903 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11092/tid=11095] ppid=11091 vsize=864260 CPUtime=0
/proc/11092/task/11095/stat : 11095 (java) S 11091 11078 8635 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984430090 885002240 26903 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11092/tid=11096] ppid=11091 vsize=864260 CPUtime=0
/proc/11092/task/11096/stat : 11096 (java) S 11091 11078 8635 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984430090 885002240 26903 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/11092/task/11094/stat : 11094 (java) S 11091 11078 8635 0 -1 64 28899 0 0 0 349 14 0 0 16 0 9 0 1984430090 885002240 32479 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11092/tid=11095] ppid=11091 vsize=864260 CPUtime=0
/proc/11092/task/11095/stat : 11095 (java) S 11091 11078 8635 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984430090 885002240 32479 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11092/tid=11096] ppid=11091 vsize=864260 CPUtime=0
/proc/11092/task/11096/stat : 11096 (java) S 11091 11078 8635 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984430090 885002240 32479 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11092/tid=11097] ppid=11091 vsize=864260 CPUtime=0
/proc/11092/task/11097/stat : 11097 (java) S 11091 11078 8635 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984430092 885002240 32479 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11092/tid=11098] ppid=11091 vsize=864260 CPUtime=0.11
/proc/11092/task/11098/stat : 11098 (java) S 11091 11078 8635 0 -1 64 364 0 0 0 11 0 0 0 16 0 9 0 1984430092 885002240 32479 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11092/tid=11099] ppid=11091 vsize=864260 CPUtime=0
/proc/11092/task/11099/stat : 11099 (java) S 11091 11078 8635 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984430092 885002240 32479 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11092/tid=11100] ppid=11091 vsize=864260 CPUtime=0
/proc/11092/task/11100/stat : 11100 (java) S 11091 11078 8635 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984430092 885002240 32479 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 883216

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/76 11102
/proc/meminfo: memFree=962712/2055920 swapFree=4180448/4192956
[pid=11078] ppid=11076 vsize=13600 CPUtime=78.99
/proc/11078/stat : 11078 (sugar) S 11076 11078 8635 0 -1 4194304 1031 53063 0 2 3 1 7846 49 16 0 1 0 1984430019 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11078/statm: 3400 798 370 3 0 500 0
[pid=11101] ppid=11078 vsize=5356 CPUtime=0
/proc/11101/stat : 11101 (sh) S 11078 11078 8635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984437937 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11101/statm: 1339 232 193 169 0 50 0
[pid=11102] ppid=11101 vsize=52992 CPUtime=22.89
/proc/11102/stat : 11102 (minisat) R 11101 11078 8635 0 -1 4194304 12952 0 0 0 2279 10 0 0 25 0 1 0 1984437938 54263808 12938 996147200 134512640 135127466 4294956272 18446744073709551615 134530676 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 13248 12938 75 150 0 13095 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 71948

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 11102
/proc/meminfo: memFree=962392/2055920 swapFree=4180448/4192956
[pid=11078] ppid=11076 vsize=13600 CPUtime=78.99
/proc/11078/stat : 11078 (sugar) S 11076 11078 8635 0 -1 4194304 1031 53063 0 2 3 1 7846 49 16 0 1 0 1984430019 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11078/statm: 3400 798 370 3 0 500 0
[pid=11101] ppid=11078 vsize=5356 CPUtime=0
/proc/11101/stat : 11101 (sh) S 11078 11078 8635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984437937 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11101/statm: 1339 232 193 169 0 50 0
[pid=11102] ppid=11101 vsize=53372 CPUtime=82.33
/proc/11102/stat : 11102 (minisat) R 11101 11078 8635 0 -1 4194304 13047 0 0 0 8223 10 0 0 25 0 1 0 1984437938 54652928 13033 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 13343 13033 75 150 0 13190 0
Current children cumulated CPU time (s) 161.32
Current children cumulated vsize (KiB) 72328

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 11102
/proc/meminfo: memFree=957208/2055920 swapFree=4180448/4192956
[pid=11078] ppid=11076 vsize=13600 CPUtime=78.99
/proc/11078/stat : 11078 (sugar) S 11076 11078 8635 0 -1 4194304 1031 53063 0 2 3 1 7846 49 16 0 1 0 1984430019 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11078/statm: 3400 798 370 3 0 500 0
[pid=11101] ppid=11078 vsize=5356 CPUtime=0
/proc/11101/stat : 11101 (sh) S 11078 11078 8635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984437937 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11101/statm: 1339 232 193 169 0 50 0
[pid=11102] ppid=11101 vsize=58860 CPUtime=141.75
/proc/11102/stat : 11102 (minisat) R 11101 11078 8635 0 -1 4194304 14382 0 0 0 14164 11 0 0 25 0 1 0 1984437938 60272640 14368 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 14715 14368 75 150 0 14562 0
Current children cumulated CPU time (s) 220.74
Current children cumulated vsize (KiB) 77816

[startup+282.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 11102
/proc/meminfo: memFree=952024/2055920 swapFree=4180448/4192956
[pid=11078] ppid=11076 vsize=13600 CPUtime=78.99
/proc/11078/stat : 11078 (sugar) S 11076 11078 8635 0 -1 4194304 1031 53063 0 2 3 1 7846 49 16 0 1 0 1984430019 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11078/statm: 3400 798 370 3 0 500 0
[pid=11101] ppid=11078 vsize=5356 CPUtime=0
/proc/11101/stat : 11101 (sh) S 11078 11078 8635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984437937 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11101/statm: 1339 232 193 169 0 50 0
[pid=11102] ppid=11101 vsize=64112 CPUtime=201.2
/proc/11102/stat : 11102 (minisat) R 11101 11078 8635 0 -1 4194304 15707 0 0 0 20107 13 0 0 25 0 1 0 1984437938 65650688 15693 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 16028 15693 75 150 0 15875 0
Current children cumulated CPU time (s) 280.19
Current children cumulated vsize (KiB) 83068

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 11102
/proc/meminfo: memFree=946328/2055920 swapFree=4180448/4192956
[pid=11078] ppid=11076 vsize=13600 CPUtime=78.99
/proc/11078/stat : 11078 (sugar) S 11076 11078 8635 0 -1 4194304 1031 53063 0 2 3 1 7846 49 16 0 1 0 1984430019 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11078/statm: 3400 798 370 3 0 500 0
[pid=11101] ppid=11078 vsize=5356 CPUtime=0
/proc/11101/stat : 11101 (sh) S 11078 11078 8635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984437937 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11101/statm: 1339 232 193 169 0 50 0
[pid=11102] ppid=11101 vsize=69852 CPUtime=260.64
/proc/11102/stat : 11102 (minisat) R 11101 11078 8635 0 -1 4194304 17097 0 0 0 26050 14 0 0 25 0 1 0 1984437938 71528448 17083 996147200 134512640 135127466 4294956272 18446744073709551615 134530949 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 17463 17083 75 150 0 17310 0
Current children cumulated CPU time (s) 339.63
Current children cumulated vsize (KiB) 88808

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 11102
/proc/meminfo: memFree=941528/2055920 swapFree=4180448/4192956
[pid=11078] ppid=11076 vsize=13600 CPUtime=78.99
/proc/11078/stat : 11078 (sugar) S 11076 11078 8635 0 -1 4194304 1031 53063 0 2 3 1 7846 49 16 0 1 0 1984430019 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11078/statm: 3400 798 370 3 0 500 0
[pid=11101] ppid=11078 vsize=5356 CPUtime=0
/proc/11101/stat : 11101 (sh) S 11078 11078 8635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984437937 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11101/statm: 1339 232 193 169 0 50 0
[pid=11102] ppid=11101 vsize=74660 CPUtime=320.07
/proc/11102/stat : 11102 (minisat) R 11101 11078 8635 0 -1 4194304 18302 0 0 0 31992 15 0 0 25 0 1 0 1984437938 76451840 18288 996147200 134512640 135127466 4294956272 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 18665 18288 75 150 0 18512 0
Current children cumulated CPU time (s) 399.06
Current children cumulated vsize (KiB) 93616

[startup+462.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 11102
/proc/meminfo: memFree=937176/2055920 swapFree=4180448/4192956
[pid=11078] ppid=11076 vsize=13600 CPUtime=78.99
/proc/11078/stat : 11078 (sugar) S 11076 11078 8635 0 -1 4194304 1031 53063 0 2 3 1 7846 49 16 0 1 0 1984430019 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11078/statm: 3400 798 370 3 0 500 0
[pid=11101] ppid=11078 vsize=5356 CPUtime=0
/proc/11101/stat : 11101 (sh) S 11078 11078 8635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984437937 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11101/statm: 1339 232 193 169 0 50 0
[pid=11102] ppid=11101 vsize=78804 CPUtime=379.52
/proc/11102/stat : 11102 (minisat) R 11101 11078 8635 0 -1 4194304 19364 0 0 0 37935 17 0 0 25 0 1 0 1984437938 80695296 19350 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 19701 19350 75 150 0 19548 0
Current children cumulated CPU time (s) 458.51
Current children cumulated vsize (KiB) 97760

[startup+522.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 11102
/proc/meminfo: memFree=934040/2055920 swapFree=4180448/4192956
[pid=11078] ppid=11076 vsize=13600 CPUtime=78.99
/proc/11078/stat : 11078 (sugar) S 11076 11078 8635 0 -1 4194304 1031 53063 0 2 3 1 7846 49 16 0 1 0 1984430019 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11078/statm: 3400 798 370 3 0 500 0
[pid=11101] ppid=11078 vsize=5356 CPUtime=0
/proc/11101/stat : 11101 (sh) S 11078 11078 8635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984437937 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11101/statm: 1339 232 193 169 0 50 0
[pid=11102] ppid=11101 vsize=82376 CPUtime=438.96
/proc/11102/stat : 11102 (minisat) R 11101 11078 8635 0 -1 4194304 20156 0 0 0 43878 18 0 0 25 0 1 0 1984437938 84353024 20142 996147200 134512640 135127466 4294956272 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 20594 20142 75 150 0 20441 0
Current children cumulated CPU time (s) 517.95
Current children cumulated vsize (KiB) 101332

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

[startup+522.702 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 11102
/proc/meminfo: memFree=933976/2055920 swapFree=4180448/4192956
[pid=11078] ppid=11076 vsize=13600 CPUtime=78.99
/proc/11078/stat : 11078 (sugar) S 11076 11078 8635 0 -1 4194304 1031 53063 0 2 3 1 7846 49 16 0 1 0 1984430019 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11078/statm: 3400 798 370 3 0 500 0
[pid=11101] ppid=11078 vsize=5356 CPUtime=0
/proc/11101/stat : 11101 (sh) S 11078 11078 8635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984437937 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11101/statm: 1339 232 193 169 0 50 0
[pid=11102] ppid=11101 vsize=82376 CPUtime=439.35
/proc/11102/stat : 11102 (minisat) R 11101 11078 8635 0 -1 4194304 20162 0 0 0 43917 18 0 0 25 0 1 0 1984437938 84353024 20148 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11102/statm: 20594 20148 75 150 0 20441 0
Current children cumulated CPU time (s) 518.34
Current children cumulated vsize (KiB) 101332

[startup+523.102 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 11102
/proc/meminfo: memFree=933976/2055920 swapFree=4180448/4192956
[pid=11078] ppid=11076 vsize=13600 CPUtime=518.64
/proc/11078/stat : 11078 (sugar) S 11076 11078 8635 0 -1 4194304 1089 73531 0 2 3 1 51791 69 16 0 1 0 1984430019 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11078/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 518.64
Current children cumulated vsize (KiB) 13600

[startup+523.202 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 11102
/proc/meminfo: memFree=933976/2055920 swapFree=4180448/4192956
[pid=11078] ppid=11076 vsize=13600 CPUtime=518.64
/proc/11078/stat : 11078 (sugar) S 11076 11078 8635 0 -1 4194304 1090 73531 0 2 3 1 51791 69 15 0 1 0 1984430019 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11078/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 518.64
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 523.229
CPU time (s): 518.846
CPU user time (s): 518.102
CPU system time (s): 0.743886
CPU usage (%): 99.1624
Max. virtual memory (cumulated for all children) (KiB): 905084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 518.102
system time used= 0.743886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78392
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= 8372
involuntary context switches= 16623

runsolver used 0.627904 second user time and 1.76573 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-03 05:09:15
IDJOB=1051703
IDBENCH=55498
IDSOLVER=346
FILE ID=node24/1051703-1215054555
PBS_JOBID= 7875126
Free space on /tmp= 66300 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= be8652480bfb64fd75f0901e3fa7466b
RANDOM SEED=812977510

node24.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:       1047184 kB
Buffers:         29316 kB
Cached:         369408 kB
SwapCached:       6556 kB
Active:         865060 kB
Inactive:        81772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1047184 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:            1488 kB
Writeback:           0 kB
Mapped:         554592 kB
Slab:            45968 kB
Committed_AS:  3952840 kB
PageTables:       2948 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= 66300 MiB
End job on node24 at 2008-07-03 05:17:58