Trace number 2071500

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 512.835 517.295

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 benchmark14.6958
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

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 01:11:33 2009
0.00/0.08	c 0	PID 17193
0.00/0.08	c 0	HOST node30.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2071500-1247353893.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-2071500-1247353893.xml' 'HOME/temp.csp'
0.07/0.49	c 0	5 domains, 76 variables, 0 predicates, 28 relations, 350 constraints
0.07/0.50	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.50	c 0	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.07/0.58	c 0	Parsing HOME/temp.csp
0.47/0.76	c 0	parsed 459 expressions
0.47/0.76	c 0	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.47/0.76	c 0	Converting to clausal form CSP
0.47/0.79	c 1	converted 46 (10%) expressions
0.47/0.80	c 1	converted 92 (20%) expressions
0.47/0.81	c 1	converted 138 (30%) expressions
0.47/0.83	c 1	converted 184 (40%) expressions
0.47/0.83	c 1	converted 230 (50%) expressions
0.47/0.83	c 1	converted 276 (60%) expressions
0.47/0.88	c 1	converted 322 (70%) expressions
0.47/0.89	c 1	converted 368 (80%) expressions
0.47/0.89	c 1	converted 414 (90%) expressions
3.31/3.43	c 3	converted 459 (100%) expressions
3.31/3.43	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
3.31/3.43	c 3	Heap : 64 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.31/3.43	c 3	Propagation in CSP
3.31/3.43	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.31/3.43	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
3.31/3.43	c 3	Heap : 64 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.31/3.44	c 3	Simplifing CSP by introducing new Boolean variables
3.31/3.44	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
3.31/3.44	c 3	Heap : 64 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.61/3.79	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.71/3.81	c 4	8 (10%) CSP integer variables are encoded (4088 clauses, 51001 bytes)
3.71/3.82	c 4	16 (20%) CSP integer variables are encoded (8176 clauses, 104145 bytes)
3.71/3.82	c 4	23 (30%) CSP integer variables are encoded (11265 clauses, 146873 bytes)
3.71/3.82	c 4	31 (40%) CSP integer variables are encoded (15353 clauses, 208193 bytes)
3.71/3.83	c 4	38 (50%) CSP integer variables are encoded (19418 clauses, 269168 bytes)
3.71/3.84	c 4	46 (60%) CSP integer variables are encoded (23506 clauses, 330488 bytes)
3.71/3.84	c 4	54 (70%) CSP integer variables are encoded (26302 clauses, 372428 bytes)
3.71/3.84	c 4	61 (80%) CSP integer variables are encoded (27618 clauses, 392168 bytes)
3.71/3.84	c 4	69 (90%) CSP integer variables are encoded (29122 clauses, 414728 bytes)
3.71/3.84	c 4	76 (100%) CSP integer variables are encoded (30062 clauses, 428828 bytes)
3.81/3.90	c 4	35 (10%) CSP clauses are encoded (30983 clauses, 447345 bytes)
3.81/3.93	c 4	70 (20%) CSP clauses are encoded (31882 clauses, 469167 bytes)
3.81/3.95	c 4	105 (30%) CSP clauses are encoded (32804 clauses, 491009 bytes)
3.81/3.98	c 4	140 (40%) CSP clauses are encoded (33727 clauses, 513061 bytes)
3.90/4.00	c 4	175 (50%) CSP clauses are encoded (34647 clauses, 535259 bytes)
3.90/4.03	c 4	210 (60%) CSP clauses are encoded (35569 clauses, 557951 bytes)
3.90/4.05	c 4	245 (70%) CSP clauses are encoded (36492 clauses, 582210 bytes)
3.90/4.08	c 4	280 (80%) CSP clauses are encoded (37438 clauses, 606782 bytes)
4.00/4.13	c 4	315 (90%) CSP clauses are encoded (38429 clauses, 631964 bytes)
84.29/85.29	c 85	350 (100%) CSP clauses are encoded (909707 clauses, 29550395 bytes)
84.29/85.29	c 85	350 CSP clauses encoded
84.29/85.30	c 85	Writing map file : HOME/temp.map
84.39/85.30	c 85	Heap : 81 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
84.39/85.30	c 85	SAT : 30136 SAT variables, 909707 SAT clauses, 29550395 bytes
84.39/85.30	c 85	Heap : 81 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
84.39/85.35	c 85	SOLVING HOME/temp.cnf
84.39/85.35	c 85	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
84.39/85.35	c 85	This is MiniSat 2.0 beta
84.39/85.35	c 85	WARNING: for repeatability, setting FPU to use double precision
84.39/85.35	c 85	============================[ Problem Statistics ]=============================
84.39/85.35	c 85	|                                                                             |
84.39/85.35	c 85	|  Number of variables:  30136                                                |
84.39/85.35	c 85	|  Number of clauses:    909707                                               |
84.96/85.95	c 86	|  Parsing time:         0.51         s                                       |
84.96/85.99	c 86	============================[ Search Statistics ]==============================
84.96/85.99	c 86	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
84.96/85.99	c 86	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
84.96/85.99	c 86	===============================================================================
84.96/85.99	c 86	|         0 |   29135   890536  4304964 |   296845        0    nan |  0.000 % |
85.05/86.09	c 86	|       100 |   29091   890536  4304964 |   326529       72      6 | 17.000 % |
85.26/86.23	c 86	|       251 |   29074   890536  4304964 |   359182      207      9 | 33.548 % |
85.36/86.38	c 86	|       476 |   29037   890536  4304964 |   395101      419      8 | 44.495 % |
85.65/86.61	c 86	|       813 |   29012   890536  4304964 |   434611      733     10 | 50.375 % |
85.95/86.91	c 87	|      1319 |   28995   890536  4304964 |   478072     1222     10 | 56.162 % |
86.64/87.61	c 87	|      2078 |   28923   890536  4304964 |   525879     1953     10 | 62.792 % |
87.13/88.17	c 88	|      3217 |   28869   890536  4304964 |   578467     3067     11 | 66.469 % |
88.52/89.54	c 89	|      4925 |   28757   890536  4304964 |   636314     4762     13 | 70.633 % |
91.00/92.01	c 92	|      7487 |   27852   890536  4304964 |   699945     7293     15 | 72.203 % |
94.66/95.71	c 95	|     11331 |   27752   890536  4304964 |   769940    11132     17 | 75.833 % |
100.01/101.19	c 101	|     17098 |   27751   890536  4304964 |   846934    16899     22 | 75.833 % |
109.62/110.82	c 111	|     25748 |    7192   613112  3005212 |   931627    24643     28 | 76.775 % |
129.82/131.28	c 131	|     38723 |    6969   581644  2850761 |  1024790    33535     28 | 76.875 % |
154.29/155.90	c 156	|     58184 |    6879   575937  2822970 |  1127269    52994     34 | 77.173 % |
202.43/204.55	c 204	|     87376 |    6832   575007  2818901 |  1239996    82166     38 | 78.713 % |
292.18/295.11	c 295	|    131165 |    6409   530506  2600564 |  1363996   125417     41 | 78.736 % |
451.49/455.96	c 456	|    196849 |    6408   530493  2600505 |  1500395   191101     41 | 78.736 % |
512.46/516.98	c 517	===============================================================================
512.46/516.98	c 517	restarts              : 18
512.46/516.98	c 517	conflicts             : 216952         (507 /sec)
512.46/516.98	c 517	decisions             : 297175         (0.90 % random) (694 /sec)
512.46/516.98	c 517	propagations          : 97783735       (228498 /sec)
512.46/516.98	c 517	conflict literals     : 8712376        (61.48 % deleted)
512.46/516.98	c 517	Memory used           : 80.45 MB
512.46/516.98	c 517	CPU time              : 427.941 s
512.46/516.98	c 517	
512.46/517.00	c 517	SATISFIABLE
512.56/517.01	c 517	DECODING HOME/temp.out WITH HOME/temp.map
512.56/517.01	c 517	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'
512.56/517.09	c 517	Decoding HOME/temp.out
512.59/517.21	s SATISFIABLE
512.59/517.22	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
512.59/517.23	c 517	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
512.59/517.28	c 517	CPU 512.79 (0.06 0.01 512 0.72)
512.59/517.28	c 517	END Sun Jul 12 01:20:10 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-2071500-1247353893/watcher-2071500-1247353893 -o /tmp/evaluation-result-2071500-1247353893/solver-2071500-1247353893 -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-2071500-1247353893.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: 1.86 2.01 1.99 4/80 17193
/proc/meminfo: memFree=1878944/2055920 swapFree=4192812/4192956
[pid=17193] ppid=17191 vsize=18576 CPUtime=0
/proc/17193/stat : 17193 (runsolver) R 17191 17193 15314 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 22455383 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 264907582759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17193/statm: 4644 284 249 26 0 2626 0

[startup+0.0870279 s]
/proc/loadavg: 1.86 2.01 1.99 4/80 17193
/proc/meminfo: memFree=1878944/2055920 swapFree=4192812/4192956
[pid=17193] ppid=17191 vsize=16868 CPUtime=0.07
/proc/17193/stat : 17193 (sugar) S 17191 17193 15314 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22455383 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17193/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.105301 s]
/proc/loadavg: 1.86 2.01 1.99 4/80 17193
/proc/meminfo: memFree=1878944/2055920 swapFree=4192812/4192956
[pid=17193] ppid=17191 vsize=16868 CPUtime=0.07
/proc/17193/stat : 17193 (sugar) S 17191 17193 15314 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22455383 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17193/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301324 s]
/proc/loadavg: 1.86 2.01 1.99 4/80 17193
/proc/meminfo: memFree=1878944/2055920 swapFree=4192812/4192956
[pid=17193] ppid=17191 vsize=16868 CPUtime=0.07
/proc/17193/stat : 17193 (sugar) S 17191 17193 15314 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22455383 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17193/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701384 s]
/proc/loadavg: 1.86 2.01 1.99 4/80 17193
/proc/meminfo: memFree=1878944/2055920 swapFree=4192812/4192956
[pid=17193] ppid=17191 vsize=16868 CPUtime=0.47
/proc/17193/stat : 17193 (sugar) S 17191 17193 15314 0 -1 4194304 1309 6770 0 1 6 1 36 4 16 0 1 0 22455383 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17193/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 16868

[startup+1.5025 s]
/proc/loadavg: 1.86 2.01 1.99 4/91 17215
/proc/meminfo: memFree=1859848/2055920 swapFree=4192812/4192956
[pid=17193] ppid=17191 vsize=16868 CPUtime=0.47
/proc/17193/stat : 17193 (sugar) S 17191 17193 15314 0 -1 4194304 1309 6770 0 1 6 1 36 4 15 0 1 0 22455383 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17193/statm: 4217 1111 409 3 0 796 0
[pid=17206] ppid=17193 vsize=5356 CPUtime=0
/proc/17206/stat : 17206 (sh) S 17193 17193 15314 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22455434 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17206/statm: 1339 233 193 169 0 50 0
[pid=17207] ppid=17206 vsize=864460 CPUtime=0.96
/proc/17207/stat : 17207 (java) S 17206 17193 15314 0 -1 0 10695 0 1 0 91 5 0 0 18 0 9 0 22455434 885207040 9654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17207/statm: 216115 9654 2566 9 0 210620 0
[pid=17207/tid=17208] ppid=17206 vsize=864460 CPUtime=0.43
/proc/17207/task/17208/stat : 17208 (java) R 17206 17193 15314 0 -1 64 2787 0 1 0 42 1 0 0 23 0 9 0 22455435 885207040 9654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17207/tid=17209] ppid=17206 vsize=864460 CPUtime=0.46
/proc/17207/task/17209/stat : 17209 (java) R 17206 17193 15314 0 -1 64 6895 0 0 0 44 2 0 0 17 0 9 0 22455436 885207040 9654 996147200 134512640 134550932 4294955936 18446744073709551615 102768024 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17207/tid=17210] ppid=17206 vsize=864460 CPUtime=0
/proc/17207/task/17210/stat : 17210 (java) S 17206 17193 15314 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22455437 885207040 9654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17207/tid=17211] ppid=17206 vsize=864460 CPUtime=0
/proc/17207/task/17211/stat : 17211 (java) S 17206 17193 15314 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22455437 885207040 9654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17207/tid=17212] ppid=17206 vsize=864460 CPUtime=0
/proc/17207/task/17212/stat : 17212 (java) S 17206 17193 15314 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22455439 885207040 9654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17207/tid=17213] ppid=17206 vsize=864460 CPUtime=0.05
/proc/17207/task/17213/stat : 17213 (java) S 17206 17193 15314 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 22455439 885207040 9654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17207/tid=17214] ppid=17206 vsize=864460 CPUtime=0
/proc/17207/task/17214/stat : 17214 (java) S 17206 17193 15314 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22455439 885207040 9654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17207/tid=17215] ppid=17206 vsize=864460 CPUtime=0
/proc/17207/task/17215/stat : 17215 (java) R 17206 17193 15314 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22455439 885207040 9654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886684

[startup+3.10174 s]
/proc/loadavg: 1.86 2.01 1.99 4/91 17215
/proc/meminfo: memFree=1828424/2055920 swapFree=4192812/4192956
[pid=17193] ppid=17191 vsize=16868 CPUtime=0.47
/proc/17193/stat : 17193 (sugar) S 17191 17193 15314 0 -1 4194304 1309 6770 0 1 6 1 36 4 15 0 1 0 22455383 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17193/statm: 4217 1111 409 3 0 796 0
[pid=17206] ppid=17193 vsize=5356 CPUtime=0
/proc/17206/stat : 17206 (sh) S 17193 17193 15314 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22455434 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17206/statm: 1339 233 193 169 0 50 0
[pid=17207] ppid=17206 vsize=864460 CPUtime=2.55
/proc/17207/stat : 17207 (java) S 17206 17193 15314 0 -1 0 21545 0 1 0 245 10 0 0 18 0 9 0 22455434 885207040 20304 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17207/statm: 216115 20304 2566 9 0 210620 0
[pid=17207/tid=17208] ppid=17206 vsize=864460 CPUtime=0.99
/proc/17207/task/17208/stat : 17208 (java) R 17206 17193 15314 0 -1 64 3239 0 1 0 97 2 0 0 25 0 9 0 22455435 885207040 20304 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17207/tid=17209] ppid=17206 vsize=864460 CPUtime=1.5
/proc/17207/task/17209/stat : 17209 (java) R 17206 17193 15314 0 -1 64 17293 0 0 0 143 7 0 0 18 0 9 0 22455436 885207040 20304 996147200 134512640 134550932 4294955936 18446744073709551615 103831000 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17207/tid=17210] ppid=17206 vsize=864460 CPUtime=0
/proc/17207/task/17210/stat : 17210 (java) S 17206 17193 15314 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22455437 885207040 20304 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17207/tid=17211] ppid=17206 vsize=864460 CPUtime=0
/proc/17207/task/17211/stat : 17211 (java) S 17206 17193 15314 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22455437 885207040 20304 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17207/tid=17212] ppid=17206 vsize=864460 CPUtime=0
/proc/17207/task/17212/stat : 17212 (java) S 17206 17193 15314 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22455439 885207040 20304 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17207/tid=17213] ppid=17206 vsize=864460 CPUtime=0.05
/proc/17207/task/17213/stat : 17213 (java) S 17206 17193 15314 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 22455439 885207040 20304 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17207/tid=17214] ppid=17206 vsize=864460 CPUtime=0
/proc/17207/task/17214/stat : 17214 (java) S 17206 17193 15314 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22455439 885207040 20304 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17207/tid=17215] ppid=17206 vsize=864460 CPUtime=0
/proc/17207/task/17215/stat : 17215 (java) S 17206 17193 15314 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22455439 885207040 20304 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 886684

[startup+6.3022 s]
/proc/loadavg: 1.95 2.03 2.00 3/91 17215
/proc/meminfo: memFree=1784968/2055920 swapFree=4192812/4192956
[pid=17193] ppid=17191 vsize=16868 CPUtime=0.47
/proc/17193/stat : 17193 (sugar) S 17191 17193 15314 0 -1 4194304 1310 6770 0 1 6 1 36 4 15 0 1 0 22455383 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17193/statm: 4217 1111 409 3 0 796 0
[pid=17206] ppid=17193 vsize=5356 CPUtime=0
/proc/17206/stat : 17206 (sh) S 17193 17193 15314 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22455434 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17206/statm: 1339 233 193 169 0 50 0
[pid=17207] ppid=17206 vsize=864412 CPUtime=5.71
/proc/17207/stat : 17207 (java) S 17206 17193 15314 0 -1 0 24586 0 1 0 560 11 0 0 18 0 9 0 22455434 885157888 23212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17207/statm: 216103 23212 2590 9 0 210580 0
[pid=17207/tid=17208] ppid=17206 vsize=864412 CPUtime=3.43
/proc/17207/task/17208/stat : 17208 (java) R 17206 17193 15314 0 -1 64 3955 0 1 0 340 3 0 0 25 0 9 0 22455435 885157888 23212 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17207/tid=17209] ppid=17206 vsize=864412 CPUtime=2.17
/proc/17207/task/17209/stat : 17209 (java) S 17206 17193 15314 0 -1 64 19597 0 0 0 210 7 0 0 16 0 9 0 22455436 885157888 23212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17207/tid=17210] ppid=17206 vsize=864412 CPUtime=0
/proc/17207/task/17210/stat : 17210 (java) S 17206 17193 15314 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22455437 885157888 23212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17207/tid=17211] ppid=17206 vsize=864412 CPUtime=0
/proc/17207/task/17211/stat : 17211 (java) S 17206 17193 15314 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22455437 885157888 23212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17207/tid=17212] ppid=17206 vsize=864412 CPUtime=0
/proc/17207/task/17212/stat : 17212 (java) S 17206 17193 15314 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22455439 885157888 23212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17207/tid=17213] ppid=17206 vsize=864412 CPUtime=0.09
/proc/17207/task/17213/stat : 17213 (java) S 17206 17193 15314 0 -1 64 336 0 0 0 9 0 0 0 16 0 9 0 22455439 885157888 23212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17207/tid=17214] ppid=17206 vsize=864412 CPUtime=0
/proc/17207/task/17214/stat : 17214 (java) S 17206 17193 15314 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22455439 885157888 23212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17207/tid=17215] ppid=17206 vsize=864412 CPUtime=0
/proc/17207/task/17215/stat : 17215 (java) S 17206 17193 15314 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22455439 885157888 23212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 886636

[startup+12.7011 s]
/proc/loadavg: 1.95 2.03 2.00 3/91 17215
/proc/meminfo: memFree=1769800/2055920 swapFree=4192812/4192956
[pid=17193] ppid=17191 vsize=16868 CPUtime=0.47
/proc/17193/stat : 17193 (sugar) S 17191 17193 15314 0 -1 4194304 1310 6770 0 1 6 1 36 4 15 0 1 0 22455383 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17193/statm: 4217 1111 409 3 0 796 0
[pid=17206] ppid=17193 vsize=5356 CPUtime=0
/proc/17206/stat : 17206 (sh) S 17193 17193 15314 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22455434 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17206/statm: 1339 233 193 169 0 50 0
[pid=17207] ppid=17206 vsize=864412 CPUtime=12.05
/proc/17207/stat : 17207 (java) S 17206 17193 15314 0 -1 0 25433 0 1 0 1192 13 0 0 18 0 9 0 22455434 885157888 24014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17207/statm: 216103 24014 2590 9 0 210580 0
[pid=17207/tid=17208] ppid=17206 vsize=864412 CPUtime=9.64
/proc/17207/task/17208/stat : 17208 (java) R 17206 17193 15314 0 -1 64 4000 0 1 0 960 4 0 0 25 0 9 0 22455435 885157888 24014 996147200 134512640 134550932 4294955936 18446744073709551615 103201810 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17207/tid=17209] ppid=17206 vsize=864412 CPUtime=2.31
/proc/17207/task/17209/stat : 17209 (java) S 17206 17193 15314 0 -1 64 20399 0 0 0 223 8 0 0 16 0 9 0 22455436 885157888 24014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17207/tid=17210] ppid=17206 vsize=864412 CPUtime=0
/proc/17207/task/17210/stat : 17210 (java) S 17206 17193 15314 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22455437 885157888 24014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17207/tid=17211] ppid=17206 vsize=864412 CPUtime=0
/proc/17207/task/17211/stat : 17211 (java) S 17206 17193 15314 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22455437 885157888 24014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17207/tid=17212] ppid=17206 vsize=864412 CPUtime=0
/proc/17207/task/17212/stat : 17212 (java) S 17206 17193 15314 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22455439 885157888 24014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17207/tid=17213] ppid=17206 vsize=864412 CPUtime=0.09
/proc/17207/task/17213/stat : 17213 (java) S 17206 17193 15314 0 -1 64 336 0 0 0 9 0 0 0 17 0 9 0 22455439 885157888 24014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17207/tid=17214] ppid=17206 vsize=864412 CPUtime=0
/proc/17207/task/17214/stat : 17214 (java) S 17206 17193 15314 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22455439 885157888 24014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17207/tid=17215] ppid=17206 vsize=864412 CPUtime=0
/proc/17207/task/17215/stat : 17215 (java) S 17206 17193 15314 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22455439 885157888 24014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 886636

[startup+25.503 s]
/proc/loadavg: 2.03 2.04 2.00 3/91 17215
/proc/meminfo: memFree=1739144/2055920 swapFree=4192812/4192956
[pid=17193] ppid=17191 vsize=16868 CPUtime=0.47
/proc/17193/stat : 17193 (sugar) S 17191 17193 15314 0 -1 4194304 1310 6770 0 1 6 1 36 4 15 0 1 0 22455383 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17193/statm: 4217 1111 409 3 0 796 0
[pid=17206] ppid=17193 vsize=5356 CPUtime=0
/proc/17206/stat : 17206 (sh) S 17193 17193 15314 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22455434 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17206/statm: 1339 233 193 169 0 50 0
[pid=17207] ppid=17206 vsize=864412 CPUtime=24.72
/proc/17207/stat : 17207 (java) S 17206 17193 15314 0 -1 0 28168 0 1 0 2455 17 0 0 18 0 9 0 22455434 885157888 26631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17207/statm: 216103 26631 2590 9 0 210580 0
[pid=17207/tid=17208] ppid=17206 vsize=864412 CPUtime=21.92
/proc/17207/task/17208/stat : 17208 (java) R 17206 17193 15314 0 -1 64 4119 0 1 0 2186 6 0 0 25 0 9 0 22455435 885157888 26631 996147200 134512640 134550932 4294955936 18446744073709551615 103210643 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17207/tid=17209] ppid=17206 vsize=864412 CPUtime=2.68
/proc/17207/task/17209/stat : 17209 (java) S 17206 17193 15314 0 -1 64 23012 0 0 0 259 9 0 0 16 0 9 0 22455436 885157888 26631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17207/tid=17210] ppid=17206 vsize=864412 CPUtime=0
/proc/17207/task/17210/stat : 17210 (java) S 17206 17193 15314 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22455437 885157888 26631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17207/tid=17211] ppid=17206 vsize=864412 CPUtime=0
/proc/17207/task/17211/stat : 17211 (java) S 17206 17193 15314 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22455437 885157888 26631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17207/tid=17212] ppid=17206 vsize=864412 CPUtime=0

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


[startup+342.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 17217
/proc/meminfo: memFree=1738760/2055920 swapFree=4192812/4192956
[pid=17193] ppid=17191 vsize=16868 CPUtime=84.43
/proc/17193/stat : 17193 (sugar) S 17191 17193 15314 0 -1 4194304 1376 53166 0 2 6 1 8387 49 16 0 1 0 22455383 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17193/statm: 4217 1113 409 3 0 796 0
[pid=17216] ppid=17193 vsize=5356 CPUtime=0
/proc/17216/stat : 17216 (sh) S 17193 17193 15314 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22463918 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17216/statm: 1339 232 193 169 0 50 0
[pid=17217] ppid=17216 vsize=69720 CPUtime=254.51
/proc/17217/stat : 17217 (minisat) R 17216 17193 15314 0 -1 4194304 17046 0 0 0 25437 14 0 0 25 0 1 0 22463919 71393280 17032 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17217/statm: 17430 17032 75 150 0 17277 0
Current children cumulated CPU time (s) 338.94
Current children cumulated vsize (KiB) 91944

[startup+402.303 s]
/proc/loadavg: 2.07 2.03 2.00 3/83 17217
/proc/meminfo: memFree=1733704/2055920 swapFree=4192812/4192956
[pid=17193] ppid=17191 vsize=16868 CPUtime=84.43
/proc/17193/stat : 17193 (sugar) S 17191 17193 15314 0 -1 4194304 1376 53166 0 2 6 1 8387 49 16 0 1 0 22455383 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17193/statm: 4217 1113 409 3 0 796 0
[pid=17216] ppid=17193 vsize=5356 CPUtime=0
/proc/17216/stat : 17216 (sh) S 17193 17193 15314 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22463918 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17216/statm: 1339 232 193 169 0 50 0
[pid=17217] ppid=17216 vsize=74660 CPUtime=313.94
/proc/17217/stat : 17217 (minisat) R 17216 17193 15314 0 -1 4194304 18305 0 0 0 31379 15 0 0 25 0 1 0 22463919 76451840 18291 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/17217/statm: 18665 18291 75 150 0 18512 0
Current children cumulated CPU time (s) 398.37
Current children cumulated vsize (KiB) 96884

[startup+462.302 s]
/proc/loadavg: 2.23 2.07 2.02 3/85 17259
/proc/meminfo: memFree=1778096/2055920 swapFree=4192812/4192956
[pid=17193] ppid=17191 vsize=16868 CPUtime=84.43
/proc/17193/stat : 17193 (sugar) S 17191 17193 15314 0 -1 4194304 1376 53166 0 2 6 1 8387 49 16 0 1 0 22455383 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17193/statm: 4217 1113 409 3 0 796 0
[pid=17216] ppid=17193 vsize=5356 CPUtime=0
/proc/17216/stat : 17216 (sh) S 17193 17193 15314 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22463918 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17216/statm: 1339 232 193 169 0 50 0
[pid=17217] ppid=17216 vsize=78936 CPUtime=373.45
/proc/17217/stat : 17217 (minisat) R 17216 17193 15314 0 -1 4194304 19399 0 0 0 37328 17 0 0 25 0 1 0 22463919 80830464 19385 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17217/statm: 19734 19385 75 150 0 19581 0
Current children cumulated CPU time (s) 457.88
Current children cumulated vsize (KiB) 101160

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

[startup+486.301 s]
/proc/loadavg: 2.15 2.06 2.01 3/85 17259
/proc/meminfo: memFree=1766832/2055920 swapFree=4192812/4192956
[pid=17193] ppid=17191 vsize=16868 CPUtime=84.43
/proc/17193/stat : 17193 (sugar) S 17191 17193 15314 0 -1 4194304 1376 53166 0 2 6 1 8387 49 16 0 1 0 22455383 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17193/statm: 4217 1113 409 3 0 796 0
[pid=17216] ppid=17193 vsize=5356 CPUtime=0
/proc/17216/stat : 17216 (sh) S 17193 17193 15314 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22463918 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17216/statm: 1339 232 193 169 0 50 0
[pid=17217] ppid=17216 vsize=80360 CPUtime=397.45
/proc/17217/stat : 17217 (minisat) R 17216 17193 15314 0 -1 4194304 19747 0 0 0 39727 18 0 0 25 0 1 0 22463919 82288640 19733 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/17217/statm: 20090 19733 75 150 0 19937 0
Current children cumulated CPU time (s) 481.88
Current children cumulated vsize (KiB) 102584

[startup+499.102 s]
/proc/loadavg: 2.13 2.06 2.01 3/85 17259
/proc/meminfo: memFree=1758960/2055920 swapFree=4192812/4192956
[pid=17193] ppid=17191 vsize=16868 CPUtime=84.43
/proc/17193/stat : 17193 (sugar) S 17191 17193 15314 0 -1 4194304 1376 53166 0 2 6 1 8387 49 16 0 1 0 22455383 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17193/statm: 4217 1113 409 3 0 796 0
[pid=17216] ppid=17193 vsize=5356 CPUtime=0
/proc/17216/stat : 17216 (sh) S 17193 17193 15314 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22463918 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17216/statm: 1339 232 193 169 0 50 0
[pid=17217] ppid=17216 vsize=81020 CPUtime=410.24
/proc/17217/stat : 17217 (minisat) R 17216 17193 15314 0 -1 4194304 19925 0 0 0 41006 18 0 0 25 0 1 0 22463919 82964480 19911 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17217/statm: 20255 19911 75 150 0 20102 0
Current children cumulated CPU time (s) 494.67
Current children cumulated vsize (KiB) 103244

[startup+505.502 s]
/proc/loadavg: 2.11 2.06 2.01 3/85 17259
/proc/meminfo: memFree=1757808/2055920 swapFree=4192812/4192956
[pid=17193] ppid=17191 vsize=16868 CPUtime=84.43
/proc/17193/stat : 17193 (sugar) S 17191 17193 15314 0 -1 4194304 1376 53166 0 2 6 1 8387 49 16 0 1 0 22455383 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17193/statm: 4217 1113 409 3 0 796 0
[pid=17216] ppid=17193 vsize=5356 CPUtime=0
/proc/17216/stat : 17216 (sh) S 17193 17193 15314 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22463918 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17216/statm: 1339 232 193 169 0 50 0
[pid=17217] ppid=17216 vsize=81820 CPUtime=416.63
/proc/17217/stat : 17217 (minisat) R 17216 17193 15314 0 -1 4194304 20006 0 0 0 41645 18 0 0 25 0 1 0 22463919 83783680 19992 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17217/statm: 20455 19992 75 150 0 20302 0
Current children cumulated CPU time (s) 501.06
Current children cumulated vsize (KiB) 104044

[startup+511.902 s]
/proc/loadavg: 2.10 2.06 2.01 3/85 17259
/proc/meminfo: memFree=1752816/2055920 swapFree=4192812/4192956
[pid=17193] ppid=17191 vsize=16868 CPUtime=84.43
/proc/17193/stat : 17193 (sugar) S 17191 17193 15314 0 -1 4194304 1376 53166 0 2 6 1 8387 49 16 0 1 0 22455383 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17193/statm: 4217 1113 409 3 0 796 0
[pid=17216] ppid=17193 vsize=5356 CPUtime=0
/proc/17216/stat : 17216 (sh) S 17193 17193 15314 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22463918 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17216/statm: 1339 232 193 169 0 50 0
[pid=17217] ppid=17216 vsize=82112 CPUtime=423.03
/proc/17217/stat : 17217 (minisat) R 17216 17193 15314 0 -1 4194304 20090 0 0 0 42285 18 0 0 25 0 1 0 22463919 84082688 20076 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/17217/statm: 20528 20076 75 150 0 20375 0
Current children cumulated CPU time (s) 507.46
Current children cumulated vsize (KiB) 104336

[startup+515.101 s]
/proc/loadavg: 2.09 2.06 2.01 3/85 17259
/proc/meminfo: memFree=1752624/2055920 swapFree=4192812/4192956
[pid=17193] ppid=17191 vsize=16868 CPUtime=84.43
/proc/17193/stat : 17193 (sugar) S 17191 17193 15314 0 -1 4194304 1376 53166 0 2 6 1 8387 49 16 0 1 0 22455383 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17193/statm: 4217 1113 409 3 0 796 0
[pid=17216] ppid=17193 vsize=5356 CPUtime=0
/proc/17216/stat : 17216 (sh) S 17193 17193 15314 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22463918 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17216/statm: 1339 232 193 169 0 50 0
[pid=17217] ppid=17216 vsize=82244 CPUtime=426.23
/proc/17217/stat : 17217 (minisat) R 17216 17193 15314 0 -1 4194304 20138 0 0 0 42605 18 0 0 25 0 1 0 22463919 84217856 20124 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17217/statm: 20561 20124 75 150 0 20408 0
Current children cumulated CPU time (s) 510.66
Current children cumulated vsize (KiB) 104468

[startup+515.907 s]
/proc/loadavg: 2.09 2.06 2.01 3/85 17259
/proc/meminfo: memFree=1752560/2055920 swapFree=4192812/4192956
[pid=17193] ppid=17191 vsize=16868 CPUtime=84.43
/proc/17193/stat : 17193 (sugar) S 17191 17193 15314 0 -1 4194304 1376 53166 0 2 6 1 8387 49 16 0 1 0 22455383 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17193/statm: 4217 1113 409 3 0 796 0
[pid=17216] ppid=17193 vsize=5356 CPUtime=0
/proc/17216/stat : 17216 (sh) S 17193 17193 15314 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22463918 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17216/statm: 1339 232 193 169 0 50 0
[pid=17217] ppid=17216 vsize=82376 CPUtime=427.04
/proc/17217/stat : 17217 (minisat) R 17216 17193 15314 0 -1 4194304 20149 0 0 0 42686 18 0 0 25 0 1 0 22463919 84353024 20135 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17217/statm: 20594 20135 75 150 0 20441 0
Current children cumulated CPU time (s) 511.47
Current children cumulated vsize (KiB) 104600

[startup+516.702 s]
/proc/loadavg: 2.09 2.06 2.01 3/85 17259
/proc/meminfo: memFree=1752560/2055920 swapFree=4192812/4192956
[pid=17193] ppid=17191 vsize=16868 CPUtime=84.43
/proc/17193/stat : 17193 (sugar) S 17191 17193 15314 0 -1 4194304 1376 53166 0 2 6 1 8387 49 16 0 1 0 22455383 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17193/statm: 4217 1113 409 3 0 796 0
[pid=17216] ppid=17193 vsize=5356 CPUtime=0
/proc/17216/stat : 17216 (sh) S 17193 17193 15314 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22463918 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17216/statm: 1339 232 193 169 0 50 0
[pid=17217] ppid=17216 vsize=82376 CPUtime=427.83
/proc/17217/stat : 17217 (minisat) R 17216 17193 15314 0 -1 4194304 20162 0 0 0 42765 18 0 0 25 0 1 0 22463919 84353024 20148 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/17217/statm: 20594 20148 75 150 0 20441 0
Current children cumulated CPU time (s) 512.26
Current children cumulated vsize (KiB) 104600

[startup+517.102 s]
/proc/loadavg: 2.09 2.06 2.01 3/85 17259
/proc/meminfo: memFree=1751856/2055920 swapFree=4192812/4192956
[pid=17193] ppid=17191 vsize=16868 CPUtime=512.59
/proc/17193/stat : 17193 (sugar) S 17191 17193 15314 0 -1 4194304 1448 73634 0 2 6 1 51182 70 16 0 1 0 22455383 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17193/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 512.59
Current children cumulated vsize (KiB) 16868

[startup+517.202 s]
/proc/loadavg: 2.09 2.06 2.01 3/85 17259
/proc/meminfo: memFree=1751856/2055920 swapFree=4192812/4192956
[pid=17193] ppid=17191 vsize=16868 CPUtime=512.59
/proc/17193/stat : 17193 (sugar) S 17191 17193 15314 0 -1 4194304 1448 73634 0 2 6 1 51182 70 16 0 1 0 22455383 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17193/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 512.59
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 517.295
CPU time (s): 512.835
CPU user time (s): 512.073
CPU system time (s): 0.761884
CPU usage (%): 99.1377
Max. virtual memory (cumulated for all children) (KiB): 907376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 512.073
system time used= 0.761884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78946
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= 10308
involuntary context switches= 27964

runsolver used 0.676897 second user time and 1.70874 second system time

The end

Launcher Data

Begin job on node30 at 2009-07-12 01:11:33
IDJOB=2071500
IDBENCH=55498
IDSOLVER=739
FILE ID=node30/2071500-1247353893
PBS_JOBID= 9506827
Free space on /tmp= 66380 MiB

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

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

MD5SUM BENCH= be8652480bfb64fd75f0901e3fa7466b
RANDOM SEED=1032789807

node30.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.277
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.277
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:       1879424 kB
Buffers:          6808 kB
Cached:          80640 kB
SwapCached:          0 kB
Active:          86172 kB
Inactive:        44580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1879424 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4636 kB
Writeback:           0 kB
Mapped:          61172 kB
Slab:            31176 kB
Committed_AS:   920284 kB
PageTables:       1780 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= 66380 MiB
End job on node30 at 2009-07-12 01:20:10