Trace number 2071456

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 88.5095 88.7265

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-13_ext.xml
MD5SUMeef28a8aaa5ab23398c7f7cc139b9a88
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 benchmark1.2938
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:09:59 2009
0.00/0.08	c 0	PID 17027
0.00/0.08	c 0	HOST node30.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2071456-1247353799.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-2071456-1247353799.xml' 'HOME/temp.csp'
0.07/0.41	c 0	5 domains, 76 variables, 0 predicates, 28 relations, 350 constraints
0.07/0.45	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.45	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.39/0.52	c 1	Parsing HOME/temp.csp
0.39/0.68	c 1	parsed 459 expressions
0.39/0.69	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.39/0.69	c 1	Converting to clausal form CSP
0.39/0.71	c 1	converted 46 (10%) expressions
0.39/0.72	c 1	converted 92 (20%) expressions
0.39/0.74	c 1	converted 138 (30%) expressions
0.39/0.74	c 1	converted 184 (40%) expressions
0.39/0.75	c 1	converted 230 (50%) expressions
0.39/0.75	c 1	converted 276 (60%) expressions
0.39/0.76	c 1	converted 322 (70%) expressions
0.39/0.76	c 1	converted 368 (80%) expressions
0.39/0.76	c 1	converted 414 (90%) expressions
1.63/1.73	c 2	converted 459 (100%) expressions
1.63/1.74	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
1.63/1.74	c 2	Heap : 32 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.63/1.74	c 2	Propagation in CSP
1.63/1.74	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.63/1.74	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
1.63/1.74	c 2	Heap : 32 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.63/1.74	c 2	Simplifing CSP by introducing new Boolean variables
1.63/1.74	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
1.63/1.74	c 2	Heap : 32 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.83/1.92	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.83/1.94	c 2	8 (10%) CSP integer variables are encoded (4088 clauses, 51001 bytes)
1.83/1.94	c 2	16 (20%) CSP integer variables are encoded (8176 clauses, 104145 bytes)
1.83/1.95	c 2	23 (30%) CSP integer variables are encoded (11265 clauses, 146873 bytes)
1.83/1.95	c 2	31 (40%) CSP integer variables are encoded (15353 clauses, 208193 bytes)
1.83/1.96	c 2	38 (50%) CSP integer variables are encoded (19418 clauses, 269168 bytes)
1.83/1.96	c 2	46 (60%) CSP integer variables are encoded (23506 clauses, 330488 bytes)
1.83/1.97	c 2	54 (70%) CSP integer variables are encoded (26078 clauses, 369068 bytes)
1.83/1.97	c 2	61 (80%) CSP integer variables are encoded (27002 clauses, 382928 bytes)
1.83/1.97	c 2	69 (90%) CSP integer variables are encoded (28058 clauses, 398768 bytes)
1.83/1.97	c 2	76 (100%) CSP integer variables are encoded (28718 clauses, 408668 bytes)
1.92/2.03	c 2	35 (10%) CSP clauses are encoded (29641 clauses, 427213 bytes)
1.92/2.04	c 2	70 (20%) CSP clauses are encoded (30540 clauses, 449029 bytes)
1.92/2.07	c 2	105 (30%) CSP clauses are encoded (31461 clauses, 470860 bytes)
1.92/2.09	c 2	140 (40%) CSP clauses are encoded (32384 clauses, 492918 bytes)
2.02/2.11	c 2	175 (50%) CSP clauses are encoded (33307 clauses, 515140 bytes)
2.02/2.14	c 2	210 (60%) CSP clauses are encoded (34229 clauses, 537842 bytes)
2.02/2.16	c 2	245 (70%) CSP clauses are encoded (35149 clauses, 562038 bytes)
2.02/2.19	c 2	280 (80%) CSP clauses are encoded (36096 clauses, 586618 bytes)
2.13/2.23	c 2	315 (90%) CSP clauses are encoded (37090 clauses, 611818 bytes)
30.29/30.49	c 30	350 (100%) CSP clauses are encoded (471565 clauses, 14964457 bytes)
30.29/30.49	c 30	350 CSP clauses encoded
30.29/30.49	c 30	Writing map file : HOME/temp.map
30.29/30.49	c 30	Heap : 46 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
30.29/30.49	c 30	SAT : 28792 SAT variables, 471565 SAT clauses, 14964457 bytes
30.29/30.49	c 30	Heap : 46 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
30.39/30.55	c 31	SOLVING HOME/temp.cnf
30.39/30.55	c 31	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
30.39/30.56	c 31	This is MiniSat 2.0 beta
30.39/30.56	c 31	WARNING: for repeatability, setting FPU to use double precision
30.39/30.56	c 31	============================[ Problem Statistics ]=============================
30.39/30.56	c 31	|                                                                             |
30.39/30.56	c 31	|  Number of variables:  28792                                                |
30.39/30.56	c 31	|  Number of clauses:    471565                                               |
30.66/30.84	c 31	|  Parsing time:         0.25         s                                       |
30.66/30.86	c 31	============================[ Search Statistics ]==============================
30.66/30.86	c 31	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
30.66/30.86	c 31	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
30.66/30.86	c 31	===============================================================================
30.66/30.86	c 31	|         0 |   27791   461494  2178380 |   153831        0    nan |  0.000 % |
30.76/30.93	c 31	|       100 |   27770   461494  2178380 |   169214       72      4 | 15.904 % |
30.85/31.02	c 31	|       250 |   27733   461494  2178380 |   186135      190      4 | 37.299 % |
30.95/31.11	c 31	|       475 |   27708   461494  2178380 |   204749      370      6 | 46.520 % |
31.05/31.25	c 31	|       812 |   27645   461494  2178380 |   225224      660      7 | 61.927 % |
31.15/31.39	c 31	|      1318 |   27596   461494  2178380 |   247746     1134      9 | 68.300 % |
31.35/31.55	c 32	|      2077 |   27542   461494  2178380 |   272521     1856      8 | 77.733 % |
31.65/31.86	c 32	|      3216 |   26493   461494  2178380 |   299773     2966      9 | 78.234 % |
32.45/32.64	c 33	|      4924 |   26414   461494  2178380 |   329751     4655     10 | 78.668 % |
34.34/34.59	c 35	|      7488 |   26328   461494  2178380 |   362726     7212     12 | 78.907 % |
38.74/38.99	c 39	|     11332 |   26323   461494  2178380 |   398998    11055     16 | 78.914 % |
44.14/44.34	c 44	|     17098 |    5908   331528  1605614 |   438898    15320     22 | 79.480 % |
52.24/52.43	c 52	|     25747 |    5687   314232  1521364 |   482788    23615     27 | 80.248 % |
67.13/67.30	c 67	|     38723 |    5606   312035  1511136 |   531067    36574     29 | 81.019 % |
88.21/88.43	c 88	===============================================================================
88.21/88.43	c 88	restarts              : 14
88.21/88.43	c 88	conflicts             : 54830          (952 /sec)
88.21/88.43	c 88	decisions             : 82061          (0.89 % random) (1424 /sec)
88.21/88.43	c 88	propagations          : 23787804       (412916 /sec)
88.21/88.43	c 88	conflict literals     : 1609855        (60.75 % deleted)
88.21/88.43	c 88	Memory used           : 31.41 MB
88.21/88.43	c 88	CPU time              : 57.6092 s
88.21/88.43	c 88	
88.21/88.44	c 88	SATISFIABLE
88.21/88.45	c 88	DECODING HOME/temp.out WITH HOME/temp.map
88.21/88.45	c 88	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'
88.27/88.53	c 89	Decoding HOME/temp.out
88.27/88.65	s SATISFIABLE
88.27/88.65	v 16 3 7 6 23 2 18 6 20 11 19 6 9 3 24 1 13 5 8 12 2 5 11 4 25 0 1 4 3 12 5 19 21 13 17 1 10 2 12 4 14 2 6 3 22 0 4 2 15 7 9 11 17 28 34 37 38 43 55 60 64 64 68 80 99 112 113 115 119 121 124 124 126 133 133 0
88.27/88.66	c 89	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
88.27/88.72	c 89	CPU 88.48 (0.05 0.02 87.8 0.61)
88.27/88.72	c 89	END Sun Jul 12 01:11:28 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-2071456-1247353799/watcher-2071456-1247353799 -o /tmp/evaluation-result-2071456-1247353799/solver-2071456-1247353799 -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-2071456-1247353799.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.14 2.05 2.01 4/81 17027
/proc/meminfo: memFree=1917648/2055920 swapFree=4192812/4192956
[pid=17027] ppid=17025 vsize=18576 CPUtime=0
/proc/17027/stat : 17027 (runsolver) R 17025 17027 15144 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22446012 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 264907582759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17027/statm: 4644 284 249 26 0 2626 0

[startup+0.108982 s]
/proc/loadavg: 2.14 2.05 2.01 4/81 17027
/proc/meminfo: memFree=1917648/2055920 swapFree=4192812/4192956
[pid=17027] ppid=17025 vsize=16868 CPUtime=0.07
/proc/17027/stat : 17027 (sugar) S 17025 17027 15144 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22446012 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17027/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.201992 s]
/proc/loadavg: 2.14 2.05 2.01 4/81 17027
/proc/meminfo: memFree=1917648/2055920 swapFree=4192812/4192956
[pid=17027] ppid=17025 vsize=16868 CPUtime=0.07
/proc/17027/stat : 17027 (sugar) S 17025 17027 15144 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22446012 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17027/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302006 s]
/proc/loadavg: 2.14 2.05 2.01 4/81 17027
/proc/meminfo: memFree=1917648/2055920 swapFree=4192812/4192956
[pid=17027] ppid=17025 vsize=16868 CPUtime=0.07
/proc/17027/stat : 17027 (sugar) S 17025 17027 15144 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22446012 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17027/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701064 s]
/proc/loadavg: 2.14 2.05 2.01 4/81 17027
/proc/meminfo: memFree=1917648/2055920 swapFree=4192812/4192956
[pid=17027] ppid=17025 vsize=16868 CPUtime=0.39
/proc/17027/stat : 17027 (sugar) S 17025 17027 15144 0 -1 4194304 1309 4975 0 1 5 2 29 3 15 0 1 0 22446012 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17027/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 16868

[startup+1.50218 s]
/proc/loadavg: 2.14 2.05 2.01 4/92 17049
/proc/meminfo: memFree=1895160/2055920 swapFree=4192812/4192956
[pid=17027] ppid=17025 vsize=16868 CPUtime=0.39
/proc/17027/stat : 17027 (sugar) S 17025 17027 15144 0 -1 4194304 1309 4975 0 1 5 2 29 3 15 0 1 0 22446012 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17027/statm: 4217 1111 409 3 0 796 0
[pid=17040] ppid=17027 vsize=5356 CPUtime=0
/proc/17040/stat : 17040 (sh) S 17027 17027 15144 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22446057 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17040/statm: 1339 233 193 169 0 50 0
[pid=17041] ppid=17040 vsize=864364 CPUtime=1.03
/proc/17041/stat : 17041 (java) S 17040 17027 15144 0 -1 0 10826 0 1 0 98 5 0 0 18 0 9 0 22446058 885108736 10090 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17041/statm: 216091 10090 2566 9 0 210596 0
[pid=17041/tid=17042] ppid=17040 vsize=864364 CPUtime=0.46
/proc/17041/task/17042/stat : 17042 (java) R 17040 17027 15144 0 -1 64 2932 0 1 0 44 2 0 0 25 0 9 0 22446059 885108736 10090 996147200 134512640 134550932 4294955936 18446744073709551615 103201787 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17041/tid=17043] ppid=17040 vsize=864364 CPUtime=0.5
/proc/17041/task/17043/stat : 17043 (java) S 17040 17027 15144 0 -1 64 6882 0 0 0 48 2 0 0 17 0 9 0 22446060 885108736 10090 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17041/tid=17044] ppid=17040 vsize=864364 CPUtime=0
/proc/17041/task/17044/stat : 17044 (java) S 17040 17027 15144 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22446060 885108736 10090 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17041/tid=17045] ppid=17040 vsize=864364 CPUtime=0
/proc/17041/task/17045/stat : 17045 (java) S 17040 17027 15144 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22446060 885108736 10090 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17041/tid=17046] ppid=17040 vsize=864364 CPUtime=0
/proc/17041/task/17046/stat : 17046 (java) S 17040 17027 15144 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 22446062 885108736 10090 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17041/tid=17047] ppid=17040 vsize=864364 CPUtime=0.04
/proc/17041/task/17047/stat : 17047 (java) S 17040 17027 15144 0 -1 64 313 0 0 0 4 0 0 0 17 0 9 0 22446062 885108736 10090 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17041/tid=17048] ppid=17040 vsize=864364 CPUtime=0
/proc/17041/task/17048/stat : 17048 (java) S 17040 17027 15144 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22446062 885108736 10090 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17041/tid=17049] ppid=17040 vsize=864364 CPUtime=0
/proc/17041/task/17049/stat : 17049 (java) S 17040 17027 15144 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22446062 885108736 10090 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886588

[startup+3.10241 s]
/proc/loadavg: 2.14 2.05 2.01 3/92 17049
/proc/meminfo: memFree=1870392/2055920 swapFree=4192812/4192956
[pid=17027] ppid=17025 vsize=16868 CPUtime=0.39
/proc/17027/stat : 17027 (sugar) S 17025 17027 15144 0 -1 4194304 1310 4975 0 1 5 2 29 3 15 0 1 0 22446012 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17027/statm: 4217 1111 409 3 0 796 0
[pid=17040] ppid=17027 vsize=5356 CPUtime=0
/proc/17040/stat : 17040 (sh) S 17027 17027 15144 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22446057 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17040/statm: 1339 233 193 169 0 50 0
[pid=17041] ppid=17040 vsize=864476 CPUtime=2.63
/proc/17041/stat : 17041 (java) S 17040 17027 15144 0 -1 0 14576 0 1 0 255 8 0 0 18 0 9 0 22446058 885223424 13785 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17041/statm: 216119 13785 2590 9 0 210596 0
[pid=17041/tid=17042] ppid=17040 vsize=864476 CPUtime=1.69
/proc/17041/task/17042/stat : 17042 (java) R 17040 17027 15144 0 -1 64 3256 0 1 0 167 2 0 0 25 0 9 0 22446059 885223424 13785 996147200 134512640 134550932 4294955936 18446744073709551615 101450341 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17041/tid=17043] ppid=17040 vsize=864476 CPUtime=0.83
/proc/17041/task/17043/stat : 17043 (java) S 17040 17027 15144 0 -1 64 10286 0 0 0 79 4 0 0 16 0 9 0 22446060 885223424 13785 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17041/tid=17044] ppid=17040 vsize=864476 CPUtime=0
/proc/17041/task/17044/stat : 17044 (java) S 17040 17027 15144 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22446060 885223424 13785 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17041/tid=17045] ppid=17040 vsize=864476 CPUtime=0
/proc/17041/task/17045/stat : 17045 (java) S 17040 17027 15144 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22446060 885223424 13785 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17041/tid=17046] ppid=17040 vsize=864476 CPUtime=0
/proc/17041/task/17046/stat : 17046 (java) S 17040 17027 15144 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 22446062 885223424 13785 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17041/tid=17047] ppid=17040 vsize=864476 CPUtime=0.08
/proc/17041/task/17047/stat : 17047 (java) S 17040 17027 15144 0 -1 64 335 0 0 0 8 0 0 0 16 0 9 0 22446062 885223424 13785 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17041/tid=17048] ppid=17040 vsize=864476 CPUtime=0
/proc/17041/task/17048/stat : 17048 (java) S 17040 17027 15144 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22446062 885223424 13785 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17041/tid=17049] ppid=17040 vsize=864476 CPUtime=0
/proc/17041/task/17049/stat : 17049 (java) S 17040 17027 15144 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22446062 885223424 13785 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 886700

[startup+6.30288 s]
/proc/loadavg: 2.13 2.05 2.01 3/92 17049
/proc/meminfo: memFree=1865080/2055920 swapFree=4192812/4192956
[pid=17027] ppid=17025 vsize=16868 CPUtime=0.39
/proc/17027/stat : 17027 (sugar) S 17025 17027 15144 0 -1 4194304 1310 4975 0 1 5 2 29 3 15 0 1 0 22446012 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17027/statm: 4217 1111 409 3 0 796 0
[pid=17040] ppid=17027 vsize=5356 CPUtime=0
/proc/17040/stat : 17040 (sh) S 17027 17027 15144 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22446057 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17040/statm: 1339 233 193 169 0 50 0
[pid=17041] ppid=17040 vsize=864476 CPUtime=5.83
/proc/17041/stat : 17041 (java) S 17040 17027 15144 0 -1 0 15380 0 1 0 572 11 0 0 18 0 9 0 22446058 885223424 14517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17041/statm: 216119 14517 2590 9 0 210596 0
[pid=17041/tid=17042] ppid=17040 vsize=864476 CPUtime=4.78
/proc/17041/task/17042/stat : 17042 (java) R 17040 17027 15144 0 -1 64 3328 0 1 0 474 4 0 0 25 0 9 0 22446059 885223424 14517 996147200 134512640 134550932 4294955936 18446744073709551615 101450289 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17041/tid=17043] ppid=17040 vsize=864476 CPUtime=0.94
/proc/17041/task/17043/stat : 17043 (java) S 17040 17027 15144 0 -1 64 11018 0 0 0 89 5 0 0 16 0 9 0 22446060 885223424 14517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17041/tid=17044] ppid=17040 vsize=864476 CPUtime=0
/proc/17041/task/17044/stat : 17044 (java) S 17040 17027 15144 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22446060 885223424 14517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17041/tid=17045] ppid=17040 vsize=864476 CPUtime=0
/proc/17041/task/17045/stat : 17045 (java) S 17040 17027 15144 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22446060 885223424 14517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17041/tid=17046] ppid=17040 vsize=864476 CPUtime=0
/proc/17041/task/17046/stat : 17046 (java) S 17040 17027 15144 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 22446062 885223424 14517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17041/tid=17047] ppid=17040 vsize=864476 CPUtime=0.08
/proc/17041/task/17047/stat : 17047 (java) S 17040 17027 15144 0 -1 64 335 0 0 0 8 0 0 0 16 0 9 0 22446062 885223424 14517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17041/tid=17048] ppid=17040 vsize=864476 CPUtime=0
/proc/17041/task/17048/stat : 17048 (java) S 17040 17027 15144 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22446062 885223424 14517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17041/tid=17049] ppid=17040 vsize=864476 CPUtime=0
/proc/17041/task/17049/stat : 17049 (java) S 17040 17027 15144 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22446062 885223424 14517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 886700

[startup+12.7028 s]
/proc/loadavg: 2.20 2.07 2.01 3/92 17049
/proc/meminfo: memFree=1853944/2055920 swapFree=4192812/4192956
[pid=17027] ppid=17025 vsize=16868 CPUtime=0.39
/proc/17027/stat : 17027 (sugar) S 17025 17027 15144 0 -1 4194304 1310 4975 0 1 5 2 29 3 15 0 1 0 22446012 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17027/statm: 4217 1111 409 3 0 796 0
[pid=17040] ppid=17027 vsize=5356 CPUtime=0
/proc/17040/stat : 17040 (sh) S 17027 17027 15144 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22446057 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17040/statm: 1339 233 193 169 0 50 0
[pid=17041] ppid=17040 vsize=864476 CPUtime=12.22
/proc/17041/stat : 17041 (java) S 17040 17027 15144 0 -1 0 17478 0 1 0 1207 15 0 0 18 0 9 0 22446058 885223424 16457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17041/statm: 216119 16457 2590 9 0 210596 0
[pid=17041/tid=17042] ppid=17040 vsize=864476 CPUtime=10.91
/proc/17041/task/17042/stat : 17042 (java) R 17040 17027 15144 0 -1 64 3486 0 1 0 1085 6 0 0 25 0 9 0 22446059 885223424 16457 996147200 134512640 134550932 4294955936 18446744073709551615 103211704 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17041/tid=17043] ppid=17040 vsize=864476 CPUtime=1.2
/proc/17041/task/17043/stat : 17043 (java) S 17040 17027 15144 0 -1 64 12957 0 0 0 112 8 0 0 16 0 9 0 22446060 885223424 16457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17041/tid=17044] ppid=17040 vsize=864476 CPUtime=0
/proc/17041/task/17044/stat : 17044 (java) S 17040 17027 15144 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22446060 885223424 16457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17041/tid=17045] ppid=17040 vsize=864476 CPUtime=0
/proc/17041/task/17045/stat : 17045 (java) S 17040 17027 15144 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22446060 885223424 16457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17041/tid=17046] ppid=17040 vsize=864476 CPUtime=0
/proc/17041/task/17046/stat : 17046 (java) S 17040 17027 15144 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 22446062 885223424 16457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17041/tid=17047] ppid=17040 vsize=864476 CPUtime=0.08
/proc/17041/task/17047/stat : 17047 (java) S 17040 17027 15144 0 -1 64 336 0 0 0 8 0 0 0 17 0 9 0 22446062 885223424 16457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17041/tid=17048] ppid=17040 vsize=864476 CPUtime=0
/proc/17041/task/17048/stat : 17048 (java) S 17040 17027 15144 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22446062 885223424 16457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17041/tid=17049] ppid=17040 vsize=864476 CPUtime=0
/proc/17041/task/17049/stat : 17049 (java) S 17040 17027 15144 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22446062 885223424 16457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 886700

[startup+25.5017 s]
/proc/loadavg: 2.22 2.08 2.02 3/92 17049
/proc/meminfo: memFree=1835512/2055920 swapFree=4192812/4192956
[pid=17027] ppid=17025 vsize=16868 CPUtime=0.39
/proc/17027/stat : 17027 (sugar) S 17025 17027 15144 0 -1 4194304 1310 4975 0 1 5 2 29 3 15 0 1 0 22446012 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17027/statm: 4217 1111 409 3 0 796 0
[pid=17040] ppid=17027 vsize=5356 CPUtime=0
/proc/17040/stat : 17040 (sh) S 17027 17027 15144 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22446057 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17040/statm: 1339 233 193 169 0 50 0
[pid=17041] ppid=17040 vsize=864476 CPUtime=25.01
/proc/17041/stat : 17041 (java) S 17040 17027 15144 0 -1 0 25552 0 1 0 2474 27 0 0 18 0 9 0 22446058 885223424 19170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17041/statm: 216119 19170 2590 9 0 210596 0
[pid=17041/tid=17042] ppid=17040 vsize=864476 CPUtime=22.92
/proc/17041/task/17042/stat : 17042 (java) R 17040 17027 15144 0 -1 64 3792 0 1 0 2281 11 0 0 25 0 9 0 22446059 885223424 19170 996147200 134512640 134550932 4294955936 18446744073709551615 4126617504 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17041/tid=17043] ppid=17040 vsize=864476 CPUtime=1.97
/proc/17041/task/17043/stat : 17043 (java) S 17040 17027 15144 0 -1 64 20720 0 0 0 184 13 0 0 16 0 9 0 22446060 885223424 19170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17041/tid=17044] ppid=17040 vsize=864476 CPUtime=0
/proc/17041/task/17044/stat : 17044 (java) S 17040 17027 15144 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22446060 885223424 19170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17041/tid=17045] ppid=17040 vsize=864476 CPUtime=0
/proc/17041/task/17045/stat : 17045 (java) S 17040 17027 15144 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22446060 885223424 19170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17041/tid=17046] ppid=17040 vsize=864476 CPUtime=0
/proc/17041/task/17046/stat : 17046 (java) S 17040 17027 15144 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 22446062 885223424 19170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17041/tid=17047] ppid=17040 vsize=864476 CPUtime=0.08
/proc/17041/task/17047/stat : 17047 (java) S 17040 17027 15144 0 -1 64 341 0 0 0 8 0 0 0 16 0 9 0 22446062 885223424 19170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17041/tid=17048] ppid=17040 vsize=864476 CPUtime=0
/proc/17041/task/17048/stat : 17048 (java) S 17040 17027 15144 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22446062 885223424 19170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17041/tid=17049] ppid=17040 vsize=864476 CPUtime=0
/proc/17041/task/17049/stat : 17049 (java) S 17040 17027 15144 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22446062 885223424 19170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 886700

[startup+51.1014 s]
/proc/loadavg: 2.15 2.07 2.01 3/84 17051
/proc/meminfo: memFree=1871032/2055920 swapFree=4192812/4192956
[pid=17027] ppid=17025 vsize=16868 CPUtime=30.42
/proc/17027/stat : 17027 (sugar) S 17025 17027 15144 0 -1 4194304 1376 30953 0 2 5 2 3000 35 16 0 1 0 22446012 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17027/statm: 4217 1113 409 3 0 796 0
[pid=17050] ppid=17027 vsize=5356 CPUtime=0
/proc/17050/stat : 17050 (sh) S 17027 17027 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22449068 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17050/statm: 1339 232 193 169 0 50 0
[pid=17051] ppid=17050 vsize=29920 CPUtime=20.52
/proc/17051/stat : 17051 (minisat) R 17050 17027 15144 0 -1 4194304 7080 0 0 0 2049 3 0 0 25 0 1 0 22449068 30638080 7066 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17051/statm: 7480 7066 75 150 0 7327 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 52144

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

[startup+51.2014 s]
/proc/loadavg: 2.15 2.07 2.01 3/84 17051
/proc/meminfo: memFree=1871032/2055920 swapFree=4192812/4192956
[pid=17027] ppid=17025 vsize=16868 CPUtime=30.42
/proc/17027/stat : 17027 (sugar) S 17025 17027 15144 0 -1 4194304 1376 30953 0 2 5 2 3000 35 16 0 1 0 22446012 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17027/statm: 4217 1113 409 3 0 796 0
[pid=17050] ppid=17027 vsize=5356 CPUtime=0
/proc/17050/stat : 17050 (sh) S 17027 17027 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22449068 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17050/statm: 1339 232 193 169 0 50 0
[pid=17051] ppid=17050 vsize=29920 CPUtime=20.62
/proc/17051/stat : 17051 (minisat) R 17050 17027 15144 0 -1 4194304 7080 0 0 0 2059 3 0 0 25 0 1 0 22449068 30638080 7066 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17051/statm: 7480 7066 75 150 0 7327 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 52144

[startup+64.0013 s]
/proc/loadavg: 2.11 2.07 2.01 4/84 17051
/proc/meminfo: memFree=1870904/2055920 swapFree=4192812/4192956
[pid=17027] ppid=17025 vsize=16868 CPUtime=30.42
/proc/17027/stat : 17027 (sugar) S 17025 17027 15144 0 -1 4194304 1376 30953 0 2 5 2 3000 35 16 0 1 0 22446012 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17027/statm: 4217 1113 409 3 0 796 0
[pid=17050] ppid=17027 vsize=5356 CPUtime=0
/proc/17050/stat : 17050 (sh) S 17027 17027 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22449068 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17050/statm: 1339 232 193 169 0 50 0
[pid=17051] ppid=17050 vsize=30188 CPUtime=33.41
/proc/17051/stat : 17051 (minisat) R 17050 17027 15144 0 -1 4194304 7139 0 0 0 3338 3 0 0 25 0 1 0 22449068 30912512 7125 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17051/statm: 7547 7125 75 150 0 7394 0
Current children cumulated CPU time (s) 63.83
Current children cumulated vsize (KiB) 52412

[startup+76.8011 s]
/proc/loadavg: 2.10 2.06 2.01 3/84 17051
/proc/meminfo: memFree=1869816/2055920 swapFree=4192812/4192956
[pid=17027] ppid=17025 vsize=16868 CPUtime=30.42
/proc/17027/stat : 17027 (sugar) S 17025 17027 15144 0 -1 4194304 1376 30953 0 2 5 2 3000 35 16 0 1 0 22446012 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17027/statm: 4217 1113 409 3 0 796 0
[pid=17050] ppid=17027 vsize=5356 CPUtime=0
/proc/17050/stat : 17050 (sh) S 17027 17027 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22449068 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17050/statm: 1339 232 193 169 0 50 0
[pid=17051] ppid=17050 vsize=31496 CPUtime=46.2
/proc/17051/stat : 17051 (minisat) R 17050 17027 15144 0 -1 4194304 7448 0 0 0 4616 4 0 0 25 0 1 0 22449068 32251904 7434 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17051/statm: 7874 7434 75 150 0 7721 0
Current children cumulated CPU time (s) 76.62
Current children cumulated vsize (KiB) 53720

[startup+83.2011 s]
/proc/loadavg: 2.01 2.04 2.01 3/84 17093
/proc/meminfo: memFree=1829696/2055920 swapFree=4192812/4192956
[pid=17027] ppid=17025 vsize=16868 CPUtime=30.42
/proc/17027/stat : 17027 (sugar) S 17025 17027 15144 0 -1 4194304 1376 30953 0 2 5 2 3000 35 16 0 1 0 22446012 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17027/statm: 4217 1113 409 3 0 796 0
[pid=17050] ppid=17027 vsize=5356 CPUtime=0
/proc/17050/stat : 17050 (sh) S 17027 17027 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22449068 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17050/statm: 1339 232 193 169 0 50 0
[pid=17051] ppid=17050 vsize=31628 CPUtime=52.59
/proc/17051/stat : 17051 (minisat) R 17050 17027 15144 0 -1 4194304 7503 0 0 0 5238 21 0 0 25 0 1 0 22449068 32387072 7489 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17051/statm: 7907 7489 75 150 0 7754 0
Current children cumulated CPU time (s) 83.01
Current children cumulated vsize (KiB) 53852

[startup+86.4015 s]
/proc/loadavg: 1.93 2.03 2.00 3/76 17122
/proc/meminfo: memFree=1852160/2055920 swapFree=4192812/4192956
[pid=17027] ppid=17025 vsize=16868 CPUtime=30.42
/proc/17027/stat : 17027 (sugar) S 17025 17027 15144 0 -1 4194304 1376 30953 0 2 5 2 3000 35 16 0 1 0 22446012 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17027/statm: 4217 1113 409 3 0 796 0
[pid=17050] ppid=17027 vsize=5356 CPUtime=0
/proc/17050/stat : 17050 (sh) S 17027 17027 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22449068 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17050/statm: 1339 232 193 169 0 50 0
[pid=17051] ppid=17050 vsize=31892 CPUtime=55.79
/proc/17051/stat : 17051 (minisat) R 17050 17027 15144 0 -1 4194304 7580 0 0 0 5557 22 0 0 25 0 1 0 22449068 32657408 7566 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/17051/statm: 7973 7566 75 150 0 7820 0
Current children cumulated CPU time (s) 86.21
Current children cumulated vsize (KiB) 54116

[startup+88.0018 s]
/proc/loadavg: 1.93 2.03 2.00 3/76 17122
/proc/meminfo: memFree=1851904/2055920 swapFree=4192812/4192956
[pid=17027] ppid=17025 vsize=16868 CPUtime=30.42
/proc/17027/stat : 17027 (sugar) S 17025 17027 15144 0 -1 4194304 1376 30953 0 2 5 2 3000 35 16 0 1 0 22446012 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17027/statm: 4217 1113 409 3 0 796 0
[pid=17050] ppid=17027 vsize=5356 CPUtime=0
/proc/17050/stat : 17050 (sh) S 17027 17027 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22449068 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17050/statm: 1339 232 193 169 0 50 0
[pid=17051] ppid=17050 vsize=32156 CPUtime=57.39
/proc/17051/stat : 17051 (minisat) R 17050 17027 15144 0 -1 4194304 7623 0 0 0 5717 22 0 0 25 0 1 0 22449068 32927744 7609 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17051/statm: 8039 7609 75 150 0 7886 0
Current children cumulated CPU time (s) 87.81
Current children cumulated vsize (KiB) 54380

[startup+88.4018 s]
/proc/loadavg: 1.93 2.03 2.00 3/76 17122
/proc/meminfo: memFree=1851904/2055920 swapFree=4192812/4192956
[pid=17027] ppid=17025 vsize=16868 CPUtime=30.42
/proc/17027/stat : 17027 (sugar) S 17025 17027 15144 0 -1 4194304 1376 30953 0 2 5 2 3000 35 16 0 1 0 22446012 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17027/statm: 4217 1113 409 3 0 796 0
[pid=17050] ppid=17027 vsize=5356 CPUtime=0
/proc/17050/stat : 17050 (sh) S 17027 17027 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22449068 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17050/statm: 1339 232 193 169 0 50 0
[pid=17051] ppid=17050 vsize=32156 CPUtime=57.79
/proc/17051/stat : 17051 (minisat) R 17050 17027 15144 0 -1 4194304 7635 0 0 0 5757 22 0 0 25 0 1 0 22449068 32927744 7621 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/17051/statm: 8039 7621 75 150 0 7886 0
Current children cumulated CPU time (s) 88.21
Current children cumulated vsize (KiB) 54380

[startup+88.6019 s]
/proc/loadavg: 1.93 2.03 2.00 3/76 17122
/proc/meminfo: memFree=1851904/2055920 swapFree=4192812/4192956
[pid=17027] ppid=17025 vsize=16868 CPUtime=88.27
/proc/17027/stat : 17027 (sugar) S 17025 17027 15144 0 -1 4194304 1448 38892 0 2 5 2 8762 58 16 0 1 0 22446012 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17027/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 88.27
Current children cumulated vsize (KiB) 16868

[startup+88.7019 s]
/proc/loadavg: 1.93 2.03 2.00 3/76 17122
/proc/meminfo: memFree=1851904/2055920 swapFree=4192812/4192956
[pid=17027] ppid=17025 vsize=16868 CPUtime=88.27
/proc/17027/stat : 17027 (sugar) S 17025 17027 15144 0 -1 4194304 1450 38892 0 2 5 2 8762 58 15 0 1 0 22446012 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17027/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 88.27
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 88.7265
CPU time (s): 88.5095
CPU user time (s): 87.8616
CPU system time (s): 0.647901
CPU usage (%): 99.7555
Max. virtual memory (cumulated for all children) (KiB): 896948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 87.8616
system time used= 0.647901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44203
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= 8438
involuntary context switches= 8716

runsolver used 0.098984 second user time and 0.310952 second system time

The end

Launcher Data

Begin job on node30 at 2009-07-12 01:09:59
IDJOB=2071456
IDBENCH=55494
IDSOLVER=739
FILE ID=node30/2071456-1247353799
PBS_JOBID= 9506818
Free space on /tmp= 66380 MiB

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

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

MD5SUM BENCH= eef28a8aaa5ab23398c7f7cc139b9a88
RANDOM SEED=1232993709

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:       1918128 kB
Buffers:          6140 kB
Cached:          54040 kB
SwapCached:          0 kB
Active:          69068 kB
Inactive:        22980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1918128 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1664 kB
Writeback:           0 kB
Mapped:          52204 kB
Slab:            30952 kB
Committed_AS:   213040 kB
PageTables:       1804 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:11:28