Trace number 2071467

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 934.008 940.654

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-312_ext.xml
MD5SUM65f85b567c2a964c1b318550507e81c9
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 benchmark28.5927
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:10:22 2009
0.00/0.08	c 0	PID 16982
0.00/0.08	c 0	HOST node74.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2071467-1247353822.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-2071467-1247353822.xml' 'HOME/temp.csp'
0.07/0.67	c 1	5 domains, 76 variables, 0 predicates, 28 relations, 350 constraints
0.07/0.72	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.72	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.07/0.80	c 1	Parsing HOME/temp.csp
0.64/0.96	c 1	parsed 459 expressions
0.64/0.97	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.64/0.97	c 1	Converting to clausal form CSP
0.90/1.00	c 1	converted 46 (10%) expressions
0.90/1.02	c 1	converted 92 (20%) expressions
0.90/1.03	c 1	converted 138 (30%) expressions
0.90/1.04	c 1	converted 184 (40%) expressions
0.90/1.04	c 1	converted 230 (50%) expressions
0.90/1.05	c 1	converted 276 (60%) expressions
0.90/1.10	c 1	converted 322 (70%) expressions
0.90/1.10	c 1	converted 368 (80%) expressions
1.00/1.11	c 1	converted 414 (90%) expressions
3.47/3.69	c 4	converted 459 (100%) expressions
3.47/3.69	c 4	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
3.47/3.69	c 4	Heap : 64 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.47/3.69	c 4	Propagation in CSP
3.47/3.69	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.47/3.69	c 4	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
3.47/3.70	c 4	Heap : 64 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.56/3.70	c 4	Simplifing CSP by introducing new Boolean variables
3.56/3.70	c 4	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
3.56/3.70	c 4	Heap : 64 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.87/4.06	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.97/4.10	c 4	8 (10%) CSP integer variables are encoded (4088 clauses, 51001 bytes)
3.97/4.12	c 4	16 (20%) CSP integer variables are encoded (8176 clauses, 104145 bytes)
3.97/4.13	c 4	23 (30%) CSP integer variables are encoded (11265 clauses, 146873 bytes)
3.97/4.15	c 4	31 (40%) CSP integer variables are encoded (15353 clauses, 208193 bytes)
3.97/4.16	c 4	38 (50%) CSP integer variables are encoded (19418 clauses, 269168 bytes)
3.97/4.18	c 4	46 (60%) CSP integer variables are encoded (23506 clauses, 330488 bytes)
3.97/4.18	c 4	54 (70%) CSP integer variables are encoded (26302 clauses, 372428 bytes)
3.97/4.19	c 4	61 (80%) CSP integer variables are encoded (27618 clauses, 392168 bytes)
3.97/4.19	c 4	69 (90%) CSP integer variables are encoded (29122 clauses, 414728 bytes)
3.97/4.19	c 4	76 (100%) CSP integer variables are encoded (30062 clauses, 428828 bytes)
4.06/4.25	c 4	35 (10%) CSP clauses are encoded (30985 clauses, 447386 bytes)
4.06/4.26	c 4	70 (20%) CSP clauses are encoded (31882 clauses, 469165 bytes)
4.06/4.29	c 4	105 (30%) CSP clauses are encoded (32802 clauses, 490981 bytes)
4.17/4.31	c 4	140 (40%) CSP clauses are encoded (33725 clauses, 513039 bytes)
4.17/4.33	c 4	175 (50%) CSP clauses are encoded (34646 clauses, 535248 bytes)
4.17/4.35	c 4	210 (60%) CSP clauses are encoded (35566 clauses, 557914 bytes)
4.17/4.38	c 4	245 (70%) CSP clauses are encoded (36486 clauses, 582121 bytes)
4.27/4.41	c 4	280 (80%) CSP clauses are encoded (37433 clauses, 606682 bytes)
4.27/4.45	c 4	315 (90%) CSP clauses are encoded (38425 clauses, 631861 bytes)
82.58/83.89	c 84	350 (100%) CSP clauses are encoded (909707 clauses, 29550386 bytes)
82.58/83.89	c 84	350 CSP clauses encoded
82.58/83.89	c 84	Writing map file : HOME/temp.map
82.58/83.89	c 84	Heap : 81 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
82.58/83.89	c 84	SAT : 30136 SAT variables, 909707 SAT clauses, 29550386 bytes
82.58/83.89	c 84	Heap : 81 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
82.67/83.92	c 84	SOLVING HOME/temp.cnf
82.67/83.92	c 84	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
82.67/83.93	c 84	This is MiniSat 2.0 beta
82.67/83.93	c 84	WARNING: for repeatability, setting FPU to use double precision
82.67/83.93	c 84	============================[ Problem Statistics ]=============================
82.67/83.93	c 84	|                                                                             |
82.67/83.93	c 84	|  Number of variables:  30136                                                |
82.67/83.93	c 84	|  Number of clauses:    909707                                               |
82.71/84.53	c 85	|  Parsing time:         0.51         s                                       |
82.71/84.57	c 85	============================[ Search Statistics ]==============================
82.71/84.57	c 85	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
82.71/84.57	c 85	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
82.71/84.57	c 85	===============================================================================
82.71/84.57	c 85	|         0 |   29135   890536  4304961 |   296845        0    nan |  0.000 % |
83.37/84.68	c 85	|       100 |   28200   890536  4304961 |   326529       70      5 | 19.946 % |
83.47/84.78	c 85	|       250 |   28178   890536  4304961 |   359182      202     22 | 37.132 % |
83.56/84.89	c 85	|       475 |   28149   890536  4304961 |   395101      405     16 | 51.059 % |
83.84/85.14	c 85	|       812 |   28102   890536  4304961 |   434611      715     13 | 62.693 % |
84.14/85.46	c 85	|      1319 |   28045   890536  4304961 |   478072     1179     11 | 66.349 % |
84.64/85.91	c 86	|      2080 |   26986   890536  4304961 |   525879     1914     12 | 70.414 % |
85.15/86.45	c 86	|      3219 |   26905   890536  4304961 |   578467     3018     12 | 71.038 % |
86.54/87.86	c 88	|      4927 |   26852   890536  4304961 |   636314     4716     13 | 71.459 % |
88.23/89.59	c 90	|      7489 |   26729   890536  4304961 |   699945     7238     14 | 75.017 % |
93.42/94.95	c 95	|     11334 |   26669   890536  4304961 |   769940    11073     16 | 75.143 % |
99.74/101.39	c 101	|     17102 |   26503   890536  4304961 |   846934    16825     19 | 76.274 % |
108.72/110.44	c 110	|     25751 |    7150   586727  2874489 |   931627    23998     27 | 76.274 % |
127.24/129.33	c 129	|     38725 |    7004   580110  2842189 |  1024790    36936     29 | 77.220 % |
160.02/162.60	c 163	|     58186 |    6680   547866  2683866 |  1127269    56093     31 | 78.146 % |
209.31/212.66	c 213	|     87379 |    6411   530467  2598341 |  1239996    76533     35 | 79.148 % |
298.41/302.38	c 302	|    131170 |    6283   505884  2477130 |  1363996   119819     39 | 79.151 % |
459.35/463.66	c 464	|    196854 |    6283   505884  2477130 |  1500395   185503     39 | 79.151 % |
765.57/771.44	c 771	|    295380 |    6280   505764  2476545 |  1650435   284027     38 | 79.161 % |
933.53/940.28	c 940	===============================================================================
933.53/940.28	c 940	restarts              : 19
933.53/940.28	c 940	conflicts             : 345216         (406 /sec)
933.53/940.28	c 940	decisions             : 433064         (0.96 % random) (509 /sec)
933.53/940.28	c 940	propagations          : 162079481      (190529 /sec)
933.53/940.28	c 940	conflict literals     : 12817725       (68.64 % deleted)
933.53/940.28	c 940	Memory used           : 95.48 MB
933.53/940.28	c 940	CPU time              : 850.681 s
933.53/940.28	c 940	
933.53/940.29	c 940	SATISFIABLE
933.63/940.31	c 940	DECODING HOME/temp.out WITH HOME/temp.map
933.63/940.31	c 940	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'
933.63/940.39	c 940	Decoding HOME/temp.out
933.93/940.61	s SATISFIABLE
933.93/940.62	v 12 7 18 1 15 20 17 1 25 13 21 21 2 4 9 25 1 15 13 6 24 16 14 2 11 4 5 1 19 3 20 1 10 3 8 8 6 1 7 4 23 4 16 9 22 1 3 13 4 6 8 28 29 42 63 67 92 107 113 129 131 135 136 139 140 143 151 152 156 160 169 170 183 189 189 0
933.93/940.63	c 941	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
933.93/940.64	c 941	CPU 933.97 (0.05 0.02 933.05 0.85)
933.93/940.64	c 941	END Sun Jul 12 01:26:03 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-2071467-1247353822/watcher-2071467-1247353822 -o /tmp/evaluation-result-2071467-1247353822/solver-2071467-1247353822 -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-2071467-1247353822.xml 

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


[startup+0 s]
/proc/loadavg: 2.26 2.25 2.11 4/84 16982
/proc/meminfo: memFree=1340104/2055920 swapFree=4192812/4192956
[pid=16982] ppid=16980 vsize=18576 CPUtime=0
/proc/16982/stat : 16982 (runsolver) R 16980 16982 16233 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22447988 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 228774702375 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16982/statm: 4644 284 249 26 0 2626 0

[startup+0.091954 s]
/proc/loadavg: 2.26 2.25 2.11 4/84 16982
/proc/meminfo: memFree=1340104/2055920 swapFree=4192812/4192956
[pid=16982] ppid=16980 vsize=16868 CPUtime=0.07
/proc/16982/stat : 16982 (sugar) S 16980 16982 16233 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22447988 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16982/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101945 s]
/proc/loadavg: 2.26 2.25 2.11 4/84 16982
/proc/meminfo: memFree=1340104/2055920 swapFree=4192812/4192956
[pid=16982] ppid=16980 vsize=16868 CPUtime=0.07
/proc/16982/stat : 16982 (sugar) S 16980 16982 16233 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22447988 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16982/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301966 s]
/proc/loadavg: 2.26 2.25 2.11 4/84 16982
/proc/meminfo: memFree=1340104/2055920 swapFree=4192812/4192956
[pid=16982] ppid=16980 vsize=16868 CPUtime=0.07
/proc/16982/stat : 16982 (sugar) S 16980 16982 16233 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22447988 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16982/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70201 s]
/proc/loadavg: 2.26 2.25 2.11 4/84 16982
/proc/meminfo: memFree=1340104/2055920 swapFree=4192812/4192956
[pid=16982] ppid=16980 vsize=16868 CPUtime=0.07
/proc/16982/stat : 16982 (sugar) S 16980 16982 16233 0 -1 4194304 1245 128 0 0 5 2 0 0 15 0 1 0 22447988 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16982/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50211 s]
/proc/loadavg: 2.26 2.25 2.11 3/95 17004
/proc/meminfo: memFree=1327848/2055920 swapFree=4192812/4192956
[pid=16982] ppid=16980 vsize=16868 CPUtime=0.64
/proc/16982/stat : 16982 (sugar) S 16980 16982 16233 0 -1 4194304 1309 6782 0 1 5 2 53 4 15 0 1 0 22447988 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16982/statm: 4217 1111 409 3 0 796 0
[pid=16995] ppid=16982 vsize=5356 CPUtime=0
/proc/16995/stat : 16995 (sh) S 16982 16982 16233 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22448060 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16995/statm: 1339 233 193 169 0 50 0
[pid=16996] ppid=16995 vsize=864196 CPUtime=0.75
/proc/16996/stat : 16996 (java) S 16995 16982 16233 0 -1 0 9064 0 1 0 71 4 0 0 18 0 9 0 22448061 884936704 8051 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16996/statm: 216049 8051 2566 9 0 210554 0
[pid=16996/tid=16997] ppid=16995 vsize=864196 CPUtime=0.35
/proc/16996/task/16997/stat : 16997 (java) R 16995 16982 16233 0 -1 64 2781 0 1 0 34 1 0 0 19 0 9 0 22448062 884936704 8051 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16996/tid=16998] ppid=16995 vsize=864196 CPUtime=0.32
/proc/16996/task/16998/stat : 16998 (java) R 16995 16982 16233 0 -1 64 5270 0 0 0 30 2 0 0 16 0 9 0 22448063 884936704 8051 996147200 134512640 134550932 4294955936 18446744073709551615 102549406 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16996/tid=16999] ppid=16995 vsize=864196 CPUtime=0
/proc/16996/task/16999/stat : 16999 (java) S 16995 16982 16233 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22448063 884936704 8051 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16996/tid=17000] ppid=16995 vsize=864196 CPUtime=0
/proc/16996/task/17000/stat : 17000 (java) S 16995 16982 16233 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22448063 884936704 8051 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16996/tid=17001] ppid=16995 vsize=864196 CPUtime=0
/proc/16996/task/17001/stat : 17001 (java) S 16995 16982 16233 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22448065 884936704 8051 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16996/tid=17002] ppid=16995 vsize=864196 CPUtime=0.05
/proc/16996/task/17002/stat : 17002 (java) S 16995 16982 16233 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 22448065 884936704 8051 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16996/tid=17003] ppid=16995 vsize=864196 CPUtime=0
/proc/16996/task/17003/stat : 17003 (java) S 16995 16982 16233 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22448065 884936704 8051 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16996/tid=17004] ppid=16995 vsize=864196 CPUtime=0
/proc/16996/task/17004/stat : 17004 (java) S 16995 16982 16233 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22448065 884936704 8051 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 886420

[startup+3.10229 s]
/proc/loadavg: 2.26 2.25 2.11 3/95 17004
/proc/meminfo: memFree=1293928/2055920 swapFree=4192812/4192956
[pid=16982] ppid=16980 vsize=16868 CPUtime=0.64
/proc/16982/stat : 16982 (sugar) S 16980 16982 16233 0 -1 4194304 1309 6782 0 1 5 2 53 4 15 0 1 0 22447988 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16982/statm: 4217 1111 409 3 0 796 0
[pid=16995] ppid=16982 vsize=5356 CPUtime=0
/proc/16995/stat : 16995 (sh) S 16982 16982 16233 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22448060 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16995/statm: 1339 233 193 169 0 50 0
[pid=16996] ppid=16995 vsize=864196 CPUtime=2.34
/proc/16996/stat : 16996 (java) S 16995 16982 16233 0 -1 0 20916 0 1 0 224 10 0 0 18 0 9 0 22448061 884936704 19699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16996/statm: 216049 19699 2566 9 0 210554 0
[pid=16996/tid=16997] ppid=16995 vsize=864196 CPUtime=0.99
/proc/16996/task/16997/stat : 16997 (java) R 16995 16982 16233 0 -1 64 3239 0 1 0 98 1 0 0 24 0 9 0 22448062 884936704 19699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16996/tid=16998] ppid=16995 vsize=864196 CPUtime=1.28
/proc/16996/task/16998/stat : 16998 (java) R 16995 16982 16233 0 -1 64 16664 0 0 0 120 8 0 0 16 0 9 0 22448063 884936704 19699 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16996/tid=16999] ppid=16995 vsize=864196 CPUtime=0
/proc/16996/task/16999/stat : 16999 (java) S 16995 16982 16233 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22448063 884936704 19699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16996/tid=17000] ppid=16995 vsize=864196 CPUtime=0
/proc/16996/task/17000/stat : 17000 (java) S 16995 16982 16233 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22448063 884936704 19699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16996/tid=17001] ppid=16995 vsize=864196 CPUtime=0
/proc/16996/task/17001/stat : 17001 (java) S 16995 16982 16233 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22448065 884936704 19699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16996/tid=17002] ppid=16995 vsize=864196 CPUtime=0.05
/proc/16996/task/17002/stat : 17002 (java) S 16995 16982 16233 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 22448065 884936704 19699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16996/tid=17003] ppid=16995 vsize=864196 CPUtime=0
/proc/16996/task/17003/stat : 17003 (java) S 16995 16982 16233 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22448065 884936704 19699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16996/tid=17004] ppid=16995 vsize=864196 CPUtime=0
/proc/16996/task/17004/stat : 17004 (java) S 16995 16982 16233 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22448065 884936704 19699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 886420

[startup+6.30266 s]
/proc/loadavg: 2.24 2.25 2.11 4/95 17004
/proc/meminfo: memFree=1250280/2055920 swapFree=4192812/4192956
[pid=16982] ppid=16980 vsize=16868 CPUtime=0.64
/proc/16982/stat : 16982 (sugar) S 16980 16982 16233 0 -1 4194304 1310 6782 0 1 5 2 53 4 16 0 1 0 22447988 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16982/statm: 4217 1111 409 3 0 796 0
[pid=16995] ppid=16982 vsize=5356 CPUtime=0
/proc/16995/stat : 16995 (sh) S 16982 16982 16233 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22448060 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16995/statm: 1339 233 193 169 0 50 0
[pid=16996] ppid=16995 vsize=864408 CPUtime=5.51
/proc/16996/stat : 16996 (java) S 16995 16982 16233 0 -1 0 24504 0 1 0 538 13 0 0 18 0 9 0 22448061 885153792 23131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16996/statm: 216102 23131 2590 9 0 210579 0
[pid=16996/tid=16997] ppid=16995 vsize=864408 CPUtime=3.19
/proc/16996/task/16997/stat : 16997 (java) R 16995 16982 16233 0 -1 64 3952 0 1 0 318 1 0 0 25 0 9 0 22448062 885153792 23131 996147200 134512640 134550932 4294955936 18446744073709551615 101450577 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16996/tid=16998] ppid=16995 vsize=864408 CPUtime=2.21
/proc/16996/task/16998/stat : 16998 (java) S 16995 16982 16233 0 -1 64 19518 0 0 0 211 10 0 0 16 0 9 0 22448063 885153792 23131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16996/tid=16999] ppid=16995 vsize=864408 CPUtime=0
/proc/16996/task/16999/stat : 16999 (java) S 16995 16982 16233 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22448063 885153792 23131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16996/tid=17000] ppid=16995 vsize=864408 CPUtime=0
/proc/16996/task/17000/stat : 17000 (java) S 16995 16982 16233 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22448063 885153792 23131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16996/tid=17001] ppid=16995 vsize=864408 CPUtime=0
/proc/16996/task/17001/stat : 17001 (java) S 16995 16982 16233 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22448065 885153792 23131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16996/tid=17002] ppid=16995 vsize=864408 CPUtime=0.08
/proc/16996/task/17002/stat : 17002 (java) S 16995 16982 16233 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 22448065 885153792 23131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16996/tid=17003] ppid=16995 vsize=864408 CPUtime=0
/proc/16996/task/17003/stat : 17003 (java) S 16995 16982 16233 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22448065 885153792 23131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16996/tid=17004] ppid=16995 vsize=864408 CPUtime=0
/proc/16996/task/17004/stat : 17004 (java) S 16995 16982 16233 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22448065 885153792 23131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 886632

[startup+12.7014 s]
/proc/loadavg: 2.22 2.25 2.11 3/95 17004
/proc/meminfo: memFree=1240616/2055920 swapFree=4192812/4192956
[pid=16982] ppid=16980 vsize=16868 CPUtime=0.64
/proc/16982/stat : 16982 (sugar) S 16980 16982 16233 0 -1 4194304 1310 6782 0 1 5 2 53 4 16 0 1 0 22447988 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16982/statm: 4217 1111 409 3 0 796 0
[pid=16995] ppid=16982 vsize=5356 CPUtime=0
/proc/16995/stat : 16995 (sh) S 16982 16982 16233 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22448060 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16995/statm: 1339 233 193 169 0 50 0
[pid=16996] ppid=16995 vsize=864408 CPUtime=11.81
/proc/16996/stat : 16996 (java) S 16995 16982 16233 0 -1 0 25434 0 1 0 1166 15 0 0 18 0 9 0 22448061 885153792 24013 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16996/statm: 216102 24013 2590 9 0 210579 0
[pid=16996/tid=16997] ppid=16995 vsize=864408 CPUtime=9.35
/proc/16996/task/16997/stat : 16997 (java) R 16995 16982 16233 0 -1 64 4000 0 1 0 933 2 0 0 25 0 9 0 22448062 885153792 24013 996147200 134512640 134550932 4294955936 18446744073709551615 4126597896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16996/tid=16998] ppid=16995 vsize=864408 CPUtime=2.34
/proc/16996/task/16998/stat : 16998 (java) S 16995 16982 16233 0 -1 64 20400 0 0 0 223 11 0 0 16 0 9 0 22448063 885153792 24013 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16996/tid=16999] ppid=16995 vsize=864408 CPUtime=0
/proc/16996/task/16999/stat : 16999 (java) S 16995 16982 16233 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22448063 885153792 24013 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16996/tid=17000] ppid=16995 vsize=864408 CPUtime=0
/proc/16996/task/17000/stat : 17000 (java) S 16995 16982 16233 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22448063 885153792 24013 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16996/tid=17001] ppid=16995 vsize=864408 CPUtime=0
/proc/16996/task/17001/stat : 17001 (java) S 16995 16982 16233 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22448065 885153792 24013 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16996/tid=17002] ppid=16995 vsize=864408 CPUtime=0.08
/proc/16996/task/17002/stat : 17002 (java) S 16995 16982 16233 0 -1 64 336 0 0 0 8 0 0 0 17 0 9 0 22448065 885153792 24013 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16996/tid=17003] ppid=16995 vsize=864408 CPUtime=0
/proc/16996/task/17003/stat : 17003 (java) S 16995 16982 16233 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22448065 885153792 24013 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16996/tid=17004] ppid=16995 vsize=864408 CPUtime=0
/proc/16996/task/17004/stat : 17004 (java) R 16995 16982 16233 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22448065 885153792 24013 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 886632

[startup+25.5029 s]
/proc/loadavg: 2.17 2.23 2.11 5/95 17004
/proc/meminfo: memFree=1218856/2055920 swapFree=4192812/4192956
[pid=16982] ppid=16980 vsize=16868 CPUtime=0.64
/proc/16982/stat : 16982 (sugar) S 16980 16982 16233 0 -1 4194304 1310 6782 0 1 5 2 53 4 16 0 1 0 22447988 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16982/statm: 4217 1111 409 3 0 796 0
[pid=16995] ppid=16982 vsize=5356 CPUtime=0
/proc/16995/stat : 16995 (sh) S 16982 16982 16233 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22448060 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16995/statm: 1339 233 193 169 0 50 0
[pid=16996] ppid=16995 vsize=864408 CPUtime=24.36
/proc/16996/stat : 16996 (java) S 16995 16982 16233 0 -1 0 28172 0 1 0 2416 20 0 0 18 0 9 0 22448061 885153792 26630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16996/statm: 216102 26630 2590 9 0 210579 0
[pid=16996/tid=16997] ppid=16995 vsize=864408 CPUtime=21.54
/proc/16996/task/16997/stat : 16997 (java) R 16995 16982 16233 0 -1 64 4122 0 1 0 2148 6 0 0 25 0 9 0 22448062 885153792 26630 996147200 134512640 134550932 4294955936 18446744073709551615 103199487 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16996/tid=16998] ppid=16995 vsize=864408 CPUtime=2.71
/proc/16996/task/16998/stat : 16998 (java) S 16995 16982 16233 0 -1 64 23013 0 0 0 258 13 0 0 16 0 9 0 22448063 885153792 26630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16996/tid=16999] ppid=16995 vsize=864408 CPUtime=0
/proc/16996/task/16999/stat : 16999 (java) S 16995 16982 16233 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22448063 885153792 26630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16996/tid=17000] ppid=16995 vsize=864408 CPUtime=0
/proc/16996/task/17000/stat : 17000 (java) S 16995 16982 16233 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22448063 885153792 26630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16996/tid=17001] ppid=16995 vsize=864408 CPUtime=0

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

Current children cumulated vsize (KiB) 119996

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

[startup+895.901 s]
/proc/loadavg: 2.04 2.21 2.21 3/86 17057
/proc/meminfo: memFree=1466544/2055920 swapFree=4192812/4192956
[pid=16982] ppid=16980 vsize=16868 CPUtime=82.71
/proc/16982/stat : 16982 (sugar) S 16980 16982 16233 0 -1 4194304 1376 53171 0 2 5 2 8208 56 16 0 1 0 22447988 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16982/statm: 4217 1113 409 3 0 796 0
[pid=17005] ppid=16982 vsize=5356 CPUtime=0
/proc/17005/stat : 17005 (sh) S 16982 16982 16233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22456381 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17005/statm: 1339 232 193 169 0 50 0
[pid=17006] ppid=17005 vsize=97772 CPUtime=806.74
/proc/17006/stat : 17006 (minisat) R 17005 16982 16233 0 -1 4194304 23906 0 0 0 80651 23 0 0 25 0 1 0 22456382 100118528 23884 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17006/statm: 24443 23884 75 150 0 24290 0
Current children cumulated CPU time (s) 889.45
Current children cumulated vsize (KiB) 119996

[startup+921.501 s]
/proc/loadavg: 2.03 2.19 2.20 3/86 17057
/proc/meminfo: memFree=1462384/2055920 swapFree=4192812/4192956
[pid=16982] ppid=16980 vsize=16868 CPUtime=82.71
/proc/16982/stat : 16982 (sugar) S 16980 16982 16233 0 -1 4194304 1376 53171 0 2 5 2 8208 56 16 0 1 0 22447988 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16982/statm: 4217 1113 409 3 0 796 0
[pid=17005] ppid=16982 vsize=5356 CPUtime=0
/proc/17005/stat : 17005 (sh) S 16982 16982 16233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22456381 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17005/statm: 1339 232 193 169 0 50 0
[pid=17006] ppid=17005 vsize=97772 CPUtime=832.21
/proc/17006/stat : 17006 (minisat) R 17005 16982 16233 0 -1 4194304 23906 0 0 0 83198 23 0 0 25 0 1 0 22456382 100118528 23884 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17006/statm: 24443 23884 75 150 0 24290 0
Current children cumulated CPU time (s) 914.92
Current children cumulated vsize (KiB) 119996

[startup+934.302 s]
/proc/loadavg: 2.02 2.18 2.20 3/86 17057
/proc/meminfo: memFree=1462384/2055920 swapFree=4192812/4192956
[pid=16982] ppid=16980 vsize=16868 CPUtime=82.71
/proc/16982/stat : 16982 (sugar) S 16980 16982 16233 0 -1 4194304 1376 53171 0 2 5 2 8208 56 16 0 1 0 22447988 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16982/statm: 4217 1113 409 3 0 796 0
[pid=17005] ppid=16982 vsize=5356 CPUtime=0
/proc/17005/stat : 17005 (sh) S 16982 16982 16233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22456381 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17005/statm: 1339 232 193 169 0 50 0
[pid=17006] ppid=17005 vsize=97772 CPUtime=844.95
/proc/17006/stat : 17006 (minisat) R 17005 16982 16233 0 -1 4194304 23906 0 0 0 84472 23 0 0 25 0 1 0 22456382 100118528 23884 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17006/statm: 24443 23884 75 150 0 24290 0
Current children cumulated CPU time (s) 927.66
Current children cumulated vsize (KiB) 119996

[startup+937.503 s]
/proc/loadavg: 2.02 2.18 2.19 3/86 17057
/proc/meminfo: memFree=1462384/2055920 swapFree=4192812/4192956
[pid=16982] ppid=16980 vsize=16868 CPUtime=82.71
/proc/16982/stat : 16982 (sugar) S 16980 16982 16233 0 -1 4194304 1376 53171 0 2 5 2 8208 56 16 0 1 0 22447988 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16982/statm: 4217 1113 409 3 0 796 0
[pid=17005] ppid=16982 vsize=5356 CPUtime=0
/proc/17005/stat : 17005 (sh) S 16982 16982 16233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22456381 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17005/statm: 1339 232 193 169 0 50 0
[pid=17006] ppid=17005 vsize=97772 CPUtime=848.14
/proc/17006/stat : 17006 (minisat) R 17005 16982 16233 0 -1 4194304 23906 0 0 0 84791 23 0 0 25 0 1 0 22456382 100118528 23884 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17006/statm: 24443 23884 75 150 0 24290 0
Current children cumulated CPU time (s) 930.85
Current children cumulated vsize (KiB) 119996

[startup+939.101 s]
/proc/loadavg: 2.02 2.18 2.19 3/86 17057
/proc/meminfo: memFree=1462384/2055920 swapFree=4192812/4192956
[pid=16982] ppid=16980 vsize=16868 CPUtime=82.71
/proc/16982/stat : 16982 (sugar) S 16980 16982 16233 0 -1 4194304 1376 53171 0 2 5 2 8208 56 16 0 1 0 22447988 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16982/statm: 4217 1113 409 3 0 796 0
[pid=17005] ppid=16982 vsize=5356 CPUtime=0
/proc/17005/stat : 17005 (sh) S 16982 16982 16233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22456381 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17005/statm: 1339 232 193 169 0 50 0
[pid=17006] ppid=17005 vsize=97772 CPUtime=849.73
/proc/17006/stat : 17006 (minisat) R 17005 16982 16233 0 -1 4194304 23906 0 0 0 84950 23 0 0 25 0 1 0 22456382 100118528 23884 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17006/statm: 24443 23884 75 150 0 24290 0
Current children cumulated CPU time (s) 932.44
Current children cumulated vsize (KiB) 119996

[startup+939.901 s]
/proc/loadavg: 2.02 2.18 2.19 3/86 17057
/proc/meminfo: memFree=1462384/2055920 swapFree=4192812/4192956
[pid=16982] ppid=16980 vsize=16868 CPUtime=82.71
/proc/16982/stat : 16982 (sugar) S 16980 16982 16233 0 -1 4194304 1376 53171 0 2 5 2 8208 56 16 0 1 0 22447988 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16982/statm: 4217 1113 409 3 0 796 0
[pid=17005] ppid=16982 vsize=5356 CPUtime=0
/proc/17005/stat : 17005 (sh) S 16982 16982 16233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22456381 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17005/statm: 1339 232 193 169 0 50 0
[pid=17006] ppid=17005 vsize=97772 CPUtime=850.52
/proc/17006/stat : 17006 (minisat) R 17005 16982 16233 0 -1 4194304 23906 0 0 0 85029 23 0 0 25 0 1 0 22456382 100118528 23884 996147200 134512640 135127466 4294956256 18446744073709551615 134531051 0 0 4096 3 0 0 0 17 1 0 0
/proc/17006/statm: 24443 23884 75 150 0 24290 0
Current children cumulated CPU time (s) 933.23
Current children cumulated vsize (KiB) 119996

[startup+940.301 s]
/proc/loadavg: 2.02 2.18 2.19 3/86 17057
/proc/meminfo: memFree=1462384/2055920 swapFree=4192812/4192956
[pid=16982] ppid=16980 vsize=16868 CPUtime=82.71
/proc/16982/stat : 16982 (sugar) S 16980 16982 16233 0 -1 4194304 1376 53171 0 2 5 2 8208 56 16 0 1 0 22447988 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16982/statm: 4217 1113 409 3 0 796 0
[pid=17005] ppid=16982 vsize=5356 CPUtime=0
/proc/17005/stat : 17005 (sh) S 16982 16982 16233 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22456381 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17005/statm: 1339 232 193 169 0 50 0
[pid=17006] ppid=17005 vsize=0 CPUtime=850.92
/proc/17006/stat : 17006 (minisat) R 17005 16982 16233 0 -1 4194308 23916 0 0 0 85069 23 0 0 25 0 1 0 22456382 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/17006/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 933.63
Current children cumulated vsize (KiB) 22224

[startup+940.506 s]
/proc/loadavg: 2.02 2.17 2.19 4/94 17067
/proc/meminfo: memFree=1553456/2055920 swapFree=4192812/4192956
[pid=16982] ppid=16980 vsize=16868 CPUtime=933.66
/proc/16982/stat : 16982 (sugar) S 16980 16982 16233 0 -1 4194304 1448 77372 0 2 5 2 93278 81 16 0 1 0 22447988 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16982/statm: 4217 1113 409 3 0 796 0
[pid=17058] ppid=16982 vsize=5356 CPUtime=0
/proc/17058/stat : 17058 (sh) S 16982 16982 16233 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22542019 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17058/statm: 1339 233 193 169 0 50 0
[pid=17059] ppid=17058 vsize=862012 CPUtime=0.17
/proc/17059/stat : 17059 (java) S 17058 16982 16233 0 -1 0 2859 0 1 0 15 2 0 0 18 0 9 0 22542020 882700288 2330 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17059/statm: 215503 2330 1248 9 0 210416 0
[pid=17059/tid=17060] ppid=17058 vsize=862012 CPUtime=0.16
/proc/17059/task/17060/stat : 17060 (java) R 17058 16982 16233 0 -1 64 1955 0 1 0 15 1 0 0 18 0 9 0 22542021 882700288 2330 996147200 134512640 134550932 4294955984 18446744073709551615 4125958488 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17059/tid=17061] ppid=17058 vsize=862012 CPUtime=0
/proc/17059/task/17061/stat : 17061 (java) S 17058 16982 16233 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 22542022 882700288 2330 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17059/tid=17062] ppid=17058 vsize=862012 CPUtime=0
/proc/17059/task/17062/stat : 17062 (java) S 17058 16982 16233 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 22542023 882700288 2330 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17059/tid=17063] ppid=17058 vsize=862012 CPUtime=0
/proc/17059/task/17063/stat : 17063 (java) S 17058 16982 16233 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 22542023 882700288 2330 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17059/tid=17064] ppid=17058 vsize=862012 CPUtime=0
/proc/17059/task/17064/stat : 17064 (java) S 17058 16982 16233 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22542025 882700288 2330 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17059/tid=17065] ppid=17058 vsize=862012 CPUtime=0
/proc/17059/task/17065/stat : 17065 (java) R 17058 16982 16233 0 -1 64 208 0 0 0 0 0 0 0 19 0 9 0 22542025 882700288 2330 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17059/tid=17066] ppid=17058 vsize=862012 CPUtime=0
/proc/17059/task/17066/stat : 17066 (java) S 17058 16982 16233 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22542025 882700288 2330 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17059/tid=17067] ppid=17058 vsize=862012 CPUtime=0
/proc/17059/task/17067/stat : 17067 (java) S 17058 16982 16233 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 22542025 882700288 2330 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 933.83
Current children cumulated vsize (KiB) 884236

[startup+940.602 s]
/proc/loadavg: 2.02 2.17 2.19 4/94 17067
/proc/meminfo: memFree=1553456/2055920 swapFree=4192812/4192956
[pid=16982] ppid=16980 vsize=16868 CPUtime=933.66
/proc/16982/stat : 16982 (sugar) S 16980 16982 16233 0 -1 4194304 1448 77372 0 2 5 2 93278 81 16 0 1 0 22447988 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16982/statm: 4217 1113 409 3 0 796 0
[pid=17058] ppid=16982 vsize=5356 CPUtime=0
/proc/17058/stat : 17058 (sh) S 16982 16982 16233 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22542019 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17058/statm: 1339 233 193 169 0 50 0
[pid=17059] ppid=17058 vsize=862156 CPUtime=0.27
/proc/17059/stat : 17059 (java) S 17058 16982 16233 0 -1 0 2942 0 1 0 25 2 0 0 18 0 9 0 22542020 882847744 2413 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17059/statm: 215539 2413 1265 9 0 210452 0
[pid=17059/tid=17060] ppid=17058 vsize=862156 CPUtime=0.23
/proc/17059/task/17060/stat : 17060 (java) R 17058 16982 16233 0 -1 64 1956 0 1 0 22 1 0 0 19 0 9 0 22542021 882847744 2413 996147200 134512640 134550932 4294955984 18446744073709551615 4125977569 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17059/tid=17061] ppid=17058 vsize=862156 CPUtime=0
/proc/17059/task/17061/stat : 17061 (java) S 17058 16982 16233 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 22542022 882847744 2413 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17059/tid=17062] ppid=17058 vsize=862156 CPUtime=0
/proc/17059/task/17062/stat : 17062 (java) S 17058 16982 16233 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 22542023 882847744 2413 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17059/tid=17063] ppid=17058 vsize=862156 CPUtime=0
/proc/17059/task/17063/stat : 17063 (java) S 17058 16982 16233 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 22542023 882847744 2413 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17059/tid=17064] ppid=17058 vsize=862156 CPUtime=0
/proc/17059/task/17064/stat : 17064 (java) S 17058 16982 16233 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22542025 882847744 2413 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17059/tid=17065] ppid=17058 vsize=862156 CPUtime=0.02
/proc/17059/task/17065/stat : 17065 (java) R 17058 16982 16233 0 -1 64 290 0 0 0 2 0 0 0 17 0 9 0 22542025 882847744 2413 996147200 134512640 134550932 4294955984 18446744073709551615 102515822 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17059/tid=17066] ppid=17058 vsize=862156 CPUtime=0
/proc/17059/task/17066/stat : 17066 (java) S 17058 16982 16233 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22542025 882847744 2413 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17059/tid=17067] ppid=17058 vsize=862156 CPUtime=0
/proc/17059/task/17067/stat : 17067 (java) S 17058 16982 16233 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22542025 882847744 2413 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 933.93
Current children cumulated vsize (KiB) 884380

Child status: 0
Real time (s): 940.654
CPU time (s): 934.008
CPU user time (s): 933.116
CPU system time (s): 0.891864
CPU usage (%): 99.2935
Max. virtual memory (cumulated for all children) (KiB): 907376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 933.116
system time used= 0.891864
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82687
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= 9861
involuntary context switches= 29846

runsolver used 1.12183 second user time and 2.74458 second system time

The end

Launcher Data

Begin job on node74 at 2009-07-12 01:10:22
IDJOB=2071467
IDBENCH=55495
IDSOLVER=739
FILE ID=node74/2071467-1247353822
PBS_JOBID= 9506925
Free space on /tmp= 103080 MiB

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

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

MD5SUM BENCH= 65f85b567c2a964c1b318550507e81c9
RANDOM SEED=635696417

node74.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.234
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.234
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:       1340584 kB
Buffers:          6576 kB
Cached:          83252 kB
SwapCached:          0 kB
Active:         632836 kB
Inactive:        37884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1340584 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1576 kB
Writeback:           0 kB
Mapped:         596624 kB
Slab:            28680 kB
Committed_AS:   880152 kB
PageTables:       2940 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103080 MiB
End job on node74 at 2009-07-12 01:26:03