Trace number 1051634

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatSAT 919.528 921.476

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.6646
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints350
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension350
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Thu Jul  3 05:06:45 2008
0.00/0.04	c 0	PID 3205
0.00/0.05	c 0	HOST node12.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1051634-1215054405.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1051634-1215054405.xml' 'HOME/temp.csp'
0.03/0.63	c 1	5 domains, 76 variables, 0 predicates, 28 relations, 350 constraints
0.03/0.66	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.66	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.60/0.74	c 1	Parsing HOME/temp.csp
0.60/0.96	c 1	parsed 459 expressions
0.60/0.97	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.60/0.97	c 1	Converting to clausal form CSP
0.60/0.99	c 1	converted 46 (10%) expressions
0.93/1.01	c 1	converted 92 (20%) expressions
0.93/1.02	c 1	converted 138 (30%) expressions
0.93/1.03	c 1	converted 184 (40%) expressions
0.93/1.03	c 1	converted 230 (50%) expressions
0.93/1.04	c 1	converted 276 (60%) expressions
0.93/1.05	c 1	converted 322 (70%) expressions
0.93/1.05	c 1	converted 368 (80%) expressions
0.93/1.10	c 1	converted 414 (90%) expressions
3.60/3.76	c 4	converted 459 (100%) expressions
3.60/3.76	c 4	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
3.60/3.76	c 4	Heap : 67 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.60/3.76	c 4	Propagation in CSP
3.60/3.76	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.60/3.76	c 4	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
3.60/3.76	c 4	Heap : 67 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.60/3.76	c 4	Simplifing CSP by introducing new Boolean variables
3.60/3.76	c 4	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
3.60/3.76	c 4	Heap : 67 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.00/4.11	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.10/4.21	c 4	8 (10%) CSP integer variables are encoded (4088 clauses, 51001 bytes)
4.10/4.24	c 4	16 (20%) CSP integer variables are encoded (8176 clauses, 104145 bytes)
4.10/4.24	c 4	23 (30%) CSP integer variables are encoded (11265 clauses, 146873 bytes)
4.10/4.25	c 5	31 (40%) CSP integer variables are encoded (15353 clauses, 208193 bytes)
4.10/4.25	c 5	38 (50%) CSP integer variables are encoded (19418 clauses, 269168 bytes)
4.10/4.26	c 5	46 (60%) CSP integer variables are encoded (23506 clauses, 330488 bytes)
4.10/4.26	c 5	54 (70%) CSP integer variables are encoded (26302 clauses, 372428 bytes)
4.10/4.26	c 5	61 (80%) CSP integer variables are encoded (27618 clauses, 392168 bytes)
4.10/4.26	c 5	69 (90%) CSP integer variables are encoded (29122 clauses, 414728 bytes)
4.10/4.27	c 5	76 (100%) CSP integer variables are encoded (30062 clauses, 428828 bytes)
4.20/4.32	c 5	35 (10%) CSP clauses are encoded (30985 clauses, 447386 bytes)
4.20/4.34	c 5	70 (20%) CSP clauses are encoded (31882 clauses, 469165 bytes)
4.20/4.36	c 5	105 (30%) CSP clauses are encoded (32802 clauses, 490981 bytes)
4.20/4.39	c 5	140 (40%) CSP clauses are encoded (33725 clauses, 513039 bytes)
4.30/4.41	c 5	175 (50%) CSP clauses are encoded (34646 clauses, 535248 bytes)
4.30/4.44	c 5	210 (60%) CSP clauses are encoded (35566 clauses, 557914 bytes)
4.30/4.46	c 5	245 (70%) CSP clauses are encoded (36486 clauses, 582121 bytes)
4.30/4.49	c 5	280 (80%) CSP clauses are encoded (37433 clauses, 606682 bytes)
4.40/4.54	c 5	315 (90%) CSP clauses are encoded (38425 clauses, 631861 bytes)
81.01/81.27	c 82	350 (100%) CSP clauses are encoded (909707 clauses, 29550386 bytes)
81.01/81.27	c 82	350 CSP clauses encoded
81.01/81.27	c 82	Writing map file : HOME/temp.map
81.01/81.28	c 82	Heap : 85 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
81.01/81.28	c 82	SAT : 30136 SAT variables, 909707 SAT clauses, 29550386 bytes
81.01/81.28	c 82	Heap : 85 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
81.09/81.34	c 82	SOLVING HOME/temp.cnf
81.09/81.34	c 82	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
81.09/81.34	c 82	This is MiniSat 2.0 beta
81.09/81.34	c 82	WARNING: for repeatability, setting FPU to use double precision
81.09/81.34	c 82	============================[ Problem Statistics ]=============================
81.09/81.34	c 82	|                                                                             |
81.09/81.34	c 82	|  Number of variables:  30136                                                |
81.09/81.34	c 82	|  Number of clauses:    909707                                               |
81.14/81.93	c 82	|  Parsing time:         0.50         s                                       |
81.14/81.97	c 82	============================[ Search Statistics ]==============================
81.14/81.97	c 82	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
81.14/81.97	c 82	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
81.14/81.97	c 82	===============================================================================
81.14/81.97	c 82	|         0 |   29135   890536  4304961 |   296845        0    nan |  0.000 % |
81.14/82.07	c 82	|       100 |   28200   890536  4304961 |   326529       70      5 | 19.946 % |
81.14/82.17	c 82	|       250 |   28178   890536  4304961 |   359182      202     22 | 37.132 % |
81.14/82.28	c 83	|       475 |   28149   890536  4304961 |   395101      405     16 | 51.059 % |
82.28/82.52	c 83	|       812 |   28102   890536  4304961 |   434611      715     13 | 62.693 % |
82.58/82.86	c 83	|      1319 |   28045   890536  4304961 |   478072     1179     11 | 66.349 % |
83.07/83.31	c 84	|      2080 |   26986   890536  4304961 |   525879     1914     12 | 70.414 % |
83.56/83.89	c 84	|      3219 |   26905   890536  4304961 |   578467     3018     12 | 71.038 % |
85.05/85.34	c 86	|      4927 |   26852   890536  4304961 |   636314     4716     13 | 71.459 % |
86.84/87.15	c 87	|      7489 |   26729   890536  4304961 |   699945     7238     14 | 75.017 % |
91.89/92.29	c 93	|     11334 |   26669   890536  4304961 |   769940    11073     16 | 75.143 % |
98.33/98.77	c 99	|     17102 |   26503   890536  4304961 |   846934    16825     19 | 76.274 % |
107.14/107.66	c 108	|     25751 |    7150   586727  2874489 |   931627    23998     27 | 76.274 % |
125.87/126.54	c 127	|     38725 |    7004   580110  2842189 |  1024790    36936     29 | 77.220 % |
159.05/160.10	c 160	|     58186 |    6680   547866  2683866 |  1127269    56093     31 | 78.146 % |
208.22/209.46	c 210	|     87379 |    6411   530467  2598341 |  1239996    76533     35 | 79.148 % |
294.75/296.10	c 296	|    131170 |    6283   505884  2477130 |  1363996   119819     39 | 79.151 % |
451.85/453.30	c 454	|    196854 |    6283   505884  2477130 |  1500395   185503     39 | 79.151 % |
757.35/759.18	c 759	|    295380 |    6280   505764  2476545 |  1650435   284027     38 | 79.161 % |
919.28/921.21	c 921	===============================================================================
919.28/921.21	c 921	restarts              : 19
919.28/921.21	c 921	conflicts             : 345216         (412 /sec)
919.28/921.21	c 921	decisions             : 433064         (0.96 % random) (517 /sec)
919.28/921.21	c 921	propagations          : 162079481      (193441 /sec)
919.28/921.21	c 921	conflict literals     : 12817725       (68.64 % deleted)
919.28/921.21	c 921	Memory used           : 95.48 MB
919.28/921.21	c 921	CPU time              : 837.877 s
919.28/921.21	c 921	
919.28/921.22	c 921	SATISFIABLE
919.28/921.24	c 921	DECODING HOME/temp.out WITH HOME/temp.map
919.28/921.24	c 921	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
919.33/921.33	c 922	Decoding HOME/temp.out
919.33/921.40	s SATISFIABLE
919.33/921.40	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
919.33/921.41	c 922	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
919.33/921.47	c 922	CPU 918.64 (0.03 0.01 918.61 0.84)
919.33/921.47	c 922	END Thu Jul  3 05:22:07 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1051634-1215054405/watcher-1051634-1215054405 -o /tmp/evaluation-result-1051634-1215054405/solver-1051634-1215054405 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1051634-1215054405.xml 

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


[startup+0 s]
/proc/loadavg: 2.10 2.04 2.00 4/72 3205
/proc/meminfo: memFree=1745928/2055920 swapFree=4122584/4192956
[pid=3205] ppid=3203 vsize=18572 CPUtime=0
/proc/3205/stat : 3205 (runsolver) R 3203 3205 440 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1535115566 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 252429528359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3205/statm: 4643 292 257 25 0 2626 0

[startup+0.0592439 s]
/proc/loadavg: 2.10 2.04 2.00 4/72 3205
/proc/meminfo: memFree=1745928/2055920 swapFree=4122584/4192956
[pid=3205] ppid=3203 vsize=13600 CPUtime=0.03
/proc/3205/stat : 3205 (sugar) S 3203 3205 440 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1535115566 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3205/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10151 s]
/proc/loadavg: 2.10 2.04 2.00 4/72 3205
/proc/meminfo: memFree=1745928/2055920 swapFree=4122584/4192956
[pid=3205] ppid=3203 vsize=13600 CPUtime=0.03
/proc/3205/stat : 3205 (sugar) S 3203 3205 440 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1535115566 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3205/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301132 s]
/proc/loadavg: 2.10 2.04 2.00 4/72 3205
/proc/meminfo: memFree=1745928/2055920 swapFree=4122584/4192956
[pid=3205] ppid=3203 vsize=13600 CPUtime=0.03
/proc/3205/stat : 3205 (sugar) S 3203 3205 440 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1535115566 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3205/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701174 s]
/proc/loadavg: 2.10 2.04 2.00 4/72 3205
/proc/meminfo: memFree=1745928/2055920 swapFree=4122584/4192956
[pid=3205] ppid=3203 vsize=13600 CPUtime=0.6
/proc/3205/stat : 3205 (sugar) S 3203 3205 440 0 -1 4194304 956 6709 0 1 2 1 53 4 16 0 1 0 1535115566 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3205/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 13600

[startup+1.50225 s]
/proc/loadavg: 2.17 2.06 2.01 4/83 3227
/proc/meminfo: memFree=1735088/2055920 swapFree=4122584/4192956
[pid=3205] ppid=3203 vsize=13600 CPUtime=0.61
/proc/3205/stat : 3205 (sugar) S 3203 3205 440 0 -1 4194304 973 6709 0 1 3 1 53 4 15 0 1 0 1535115566 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3205/statm: 3400 797 370 3 0 500 0
[pid=3218] ppid=3205 vsize=5356 CPUtime=0
/proc/3218/stat : 3218 (sh) S 3205 3205 440 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1535115632 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3218/statm: 1339 233 193 169 0 50 0
[pid=3219] ppid=3218 vsize=864128 CPUtime=0.81
/proc/3219/stat : 3219 (java) S 3218 3205 440 0 -1 0 9013 0 1 0 78 3 0 0 19 0 9 0 1535115632 884867072 8003 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3219/statm: 216032 8003 2540 9 0 210607 0
[pid=3219/tid=3220] ppid=3218 vsize=864128 CPUtime=0.38
/proc/3219/task/3220/stat : 3220 (java) R 3218 3205 440 0 -1 64 2742 0 1 0 37 1 0 0 19 0 9 0 1535115633 884867072 8003 996147200 134512640 134550740 4294955952 18446744073709551615 103568697 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3219/tid=3221] ppid=3218 vsize=864128 CPUtime=0.34
/proc/3219/task/3221/stat : 3221 (java) S 3218 3205 440 0 -1 64 5243 0 0 0 33 1 0 0 17 0 9 0 1535115634 884867072 8003 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3219/tid=3222] ppid=3218 vsize=864128 CPUtime=0
/proc/3219/task/3222/stat : 3222 (java) S 3218 3205 440 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1535115635 884867072 8003 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3219/tid=3223] ppid=3218 vsize=864128 CPUtime=0
/proc/3219/task/3223/stat : 3223 (java) S 3218 3205 440 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1535115635 884867072 8003 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3219/tid=3224] ppid=3218 vsize=864128 CPUtime=0
/proc/3219/task/3224/stat : 3224 (java) S 3218 3205 440 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1535115637 884867072 8003 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3219/tid=3225] ppid=3218 vsize=864128 CPUtime=0.07
/proc/3219/task/3225/stat : 3225 (java) S 3218 3205 440 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 1535115637 884867072 8003 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3219/tid=3226] ppid=3218 vsize=864128 CPUtime=0
/proc/3219/task/3226/stat : 3226 (java) S 3218 3205 440 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1535115637 884867072 8003 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3219/tid=3227] ppid=3218 vsize=864128 CPUtime=0
/proc/3219/task/3227/stat : 3227 (java) S 3218 3205 440 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1535115637 884867072 8003 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883084

[startup+3.10242 s]
/proc/loadavg: 2.17 2.06 2.01 3/83 3227
/proc/meminfo: memFree=1704496/2055920 swapFree=4122584/4192956
[pid=3205] ppid=3203 vsize=13600 CPUtime=0.61
/proc/3205/stat : 3205 (sugar) S 3203 3205 440 0 -1 4194304 973 6709 0 1 3 1 53 4 15 0 1 0 1535115566 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3205/statm: 3400 797 370 3 0 500 0
[pid=3218] ppid=3205 vsize=5356 CPUtime=0
/proc/3218/stat : 3218 (sh) S 3205 3205 440 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1535115632 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3218/statm: 1339 233 193 169 0 50 0
[pid=3219] ppid=3218 vsize=864128 CPUtime=2.4
/proc/3219/stat : 3219 (java) S 3218 3205 440 0 -1 0 20687 0 1 0 231 9 0 0 19 0 9 0 1535115632 884867072 19472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3219/statm: 216032 19472 2540 9 0 210607 0
[pid=3219/tid=3220] ppid=3218 vsize=864128 CPUtime=0.97
/proc/3219/task/3220/stat : 3220 (java) R 3218 3205 440 0 -1 64 3199 0 1 0 96 1 0 0 24 0 9 0 1535115633 884867072 19472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3219/tid=3221] ppid=3218 vsize=864128 CPUtime=1.33
/proc/3219/task/3221/stat : 3221 (java) R 3218 3205 440 0 -1 64 16460 0 0 0 126 7 0 0 16 0 9 0 1535115634 884867072 19472 996147200 134512640 134550740 4294955952 18446744073709551615 102722960 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3219/tid=3222] ppid=3218 vsize=864128 CPUtime=0
/proc/3219/task/3222/stat : 3222 (java) S 3218 3205 440 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1535115635 884867072 19472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3219/tid=3223] ppid=3218 vsize=864128 CPUtime=0
/proc/3219/task/3223/stat : 3223 (java) S 3218 3205 440 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1535115635 884867072 19472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3219/tid=3224] ppid=3218 vsize=864128 CPUtime=0
/proc/3219/task/3224/stat : 3224 (java) S 3218 3205 440 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1535115637 884867072 19472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3219/tid=3225] ppid=3218 vsize=864128 CPUtime=0.07
/proc/3219/task/3225/stat : 3225 (java) S 3218 3205 440 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 1535115637 884867072 19472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3219/tid=3226] ppid=3218 vsize=864128 CPUtime=0
/proc/3219/task/3226/stat : 3226 (java) S 3218 3205 440 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1535115637 884867072 19472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3219/tid=3227] ppid=3218 vsize=864128 CPUtime=0
/proc/3219/task/3227/stat : 3227 (java) S 3218 3205 440 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1535115637 884867072 19472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883084

[startup+6.30173 s]
/proc/loadavg: 2.17 2.06 2.01 3/83 3227
/proc/meminfo: memFree=1661616/2055920 swapFree=4122584/4192956
[pid=3205] ppid=3203 vsize=13600 CPUtime=0.61
/proc/3205/stat : 3205 (sugar) S 3203 3205 440 0 -1 4194304 974 6709 0 1 3 1 53 4 15 0 1 0 1535115566 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3205/statm: 3400 797 370 3 0 500 0
[pid=3218] ppid=3205 vsize=5356 CPUtime=0
/proc/3218/stat : 3218 (sh) S 3205 3205 440 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1535115632 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3218/statm: 1339 233 193 169 0 50 0
[pid=3219] ppid=3218 vsize=864260 CPUtime=5.58
/proc/3219/stat : 3219 (java) S 3218 3205 440 0 -1 0 24430 0 1 0 546 12 0 0 19 0 9 0 1535115632 885002240 23055 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3219/statm: 216065 23055 2564 9 0 210612 0
[pid=3219/tid=3220] ppid=3218 vsize=864260 CPUtime=3.17
/proc/3219/task/3220/stat : 3220 (java) R 3218 3205 440 0 -1 64 3901 0 1 0 315 2 0 0 25 0 9 0 1535115633 885002240 23055 996147200 134512640 134550740 4294955952 18446744073709551615 4126569543 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3219/tid=3221] ppid=3218 vsize=864260 CPUtime=2.29
/proc/3219/task/3221/stat : 3221 (java) S 3218 3205 440 0 -1 64 19480 0 0 0 220 9 0 0 16 0 9 0 1535115634 885002240 23055 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3219/tid=3222] ppid=3218 vsize=864260 CPUtime=0
/proc/3219/task/3222/stat : 3222 (java) S 3218 3205 440 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1535115635 885002240 23055 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3219/tid=3223] ppid=3218 vsize=864260 CPUtime=0
/proc/3219/task/3223/stat : 3223 (java) S 3218 3205 440 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1535115635 885002240 23055 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3219/tid=3224] ppid=3218 vsize=864260 CPUtime=0
/proc/3219/task/3224/stat : 3224 (java) S 3218 3205 440 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1535115637 885002240 23055 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3219/tid=3225] ppid=3218 vsize=864260 CPUtime=0.11
/proc/3219/task/3225/stat : 3225 (java) S 3218 3205 440 0 -1 64 356 0 0 0 11 0 0 0 16 0 9 0 1535115637 885002240 23055 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3219/tid=3226] ppid=3218 vsize=864260 CPUtime=0
/proc/3219/task/3226/stat : 3226 (java) S 3218 3205 440 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1535115637 885002240 23055 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3219/tid=3227] ppid=3218 vsize=864260 CPUtime=0
/proc/3219/task/3227/stat : 3227 (java) S 3218 3205 440 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1535115637 885002240 23055 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 883216

[startup+12.7014 s]
/proc/loadavg: 2.14 2.05 2.01 3/83 3227
/proc/meminfo: memFree=1655920/2055920 swapFree=4122584/4192956
[pid=3205] ppid=3203 vsize=13600 CPUtime=0.61
/proc/3205/stat : 3205 (sugar) S 3203 3205 440 0 -1 4194304 974 6709 0 1 3 1 53 4 15 0 1 0 1535115566 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3205/statm: 3400 797 370 3 0 500 0
[pid=3218] ppid=3205 vsize=5356 CPUtime=0
/proc/3218/stat : 3218 (sh) S 3205 3205 440 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1535115632 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3218/statm: 1339 233 193 169 0 50 0
[pid=3219] ppid=3218 vsize=864260 CPUtime=11.98
/proc/3219/stat : 3219 (java) S 3218 3205 440 0 -1 0 25389 0 1 0 1183 15 0 0 19 0 9 0 1535115632 885002240 23965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3219/statm: 216065 23965 2564 9 0 210612 0
[pid=3219/tid=3220] ppid=3218 vsize=864260 CPUtime=9.41
/proc/3219/task/3220/stat : 3220 (java) R 3218 3205 440 0 -1 64 3950 0 1 0 938 3 0 0 25 0 9 0 1535115633 885002240 23965 996147200 134512640 134550740 4294955952 18446744073709551615 101444645 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3219/tid=3221] ppid=3218 vsize=864260 CPUtime=2.43
/proc/3219/task/3221/stat : 3221 (java) S 3218 3205 440 0 -1 64 20390 0 0 0 233 10 0 0 16 0 9 0 1535115634 885002240 23965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3219/tid=3222] ppid=3218 vsize=864260 CPUtime=0
/proc/3219/task/3222/stat : 3222 (java) S 3218 3205 440 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1535115635 885002240 23965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3219/tid=3223] ppid=3218 vsize=864260 CPUtime=0
/proc/3219/task/3223/stat : 3223 (java) S 3218 3205 440 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1535115635 885002240 23965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3219/tid=3224] ppid=3218 vsize=864260 CPUtime=0
/proc/3219/task/3224/stat : 3224 (java) S 3218 3205 440 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1535115637 885002240 23965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3219/tid=3225] ppid=3218 vsize=864260 CPUtime=0.11
/proc/3219/task/3225/stat : 3225 (java) S 3218 3205 440 0 -1 64 356 0 0 0 11 0 0 0 17 0 9 0 1535115637 885002240 23965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3219/tid=3226] ppid=3218 vsize=864260 CPUtime=0
/proc/3219/task/3226/stat : 3226 (java) S 3218 3205 440 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1535115637 885002240 23965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3219/tid=3227] ppid=3218 vsize=864260 CPUtime=0
/proc/3219/task/3227/stat : 3227 (java) S 3218 3205 440 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1535115637 885002240 23965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 883216

[startup+25.5026 s]
/proc/loadavg: 2.20 2.07 2.01 3/83 3227
/proc/meminfo: memFree=1639600/2055920 swapFree=4122584/4192956
[pid=3205] ppid=3203 vsize=13600 CPUtime=0.61
/proc/3205/stat : 3205 (sugar) S 3203 3205 440 0 -1 4194304 974 6709 0 1 3 1 53 4 15 0 1 0 1535115566 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3205/statm: 3400 797 370 3 0 500 0
[pid=3218] ppid=3205 vsize=5356 CPUtime=0
/proc/3218/stat : 3218 (sh) S 3205 3205 440 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1535115632 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3218/statm: 1339 233 193 169 0 50 0
[pid=3219] ppid=3218 vsize=864260 CPUtime=24.76
/proc/3219/stat : 3219 (java) S 3218 3205 440 0 -1 0 28266 0 1 0 2457 19 0 0 19 0 9 0 1535115632 885002240 26717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3219/statm: 216065 26717 2564 9 0 210612 0
[pid=3219/tid=3220] ppid=3218 vsize=864260 CPUtime=21.81
/proc/3219/task/3220/stat : 3220 (java) R 3218 3205 440 0 -1 64 4075 0 1 0 2175 6 0 0 25 0 9 0 1535115633 885002240 26717 996147200 134512640 134550740 4294955952 18446744073709551615 103215371 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3219/tid=3221] ppid=3218 vsize=864260 CPUtime=2.8
/proc/3219/task/3221/stat : 3221 (java) S 3218 3205 440 0 -1 64 23138 0 0 0 269 11 0 0 16 0 9 0 1535115634 885002240 26717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3219/tid=3222] ppid=3218 vsize=864260 CPUtime=0
/proc/3219/task/3222/stat : 3222 (java) S 3218 3205 440 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1535115635 885002240 26717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3219/tid=3223] ppid=3218 vsize=864260 CPUtime=0
/proc/3219/task/3223/stat : 3223 (java) S 3218 3205 440 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1535115635 885002240 26717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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


[startup+762.307 s]
/proc/loadavg: 2.04 2.07 2.01 3/76 3347
/proc/meminfo: memFree=856872/2055920 swapFree=4122584/4192956
[pid=3205] ppid=3203 vsize=13600 CPUtime=81.14
/proc/3205/stat : 3205 (sugar) S 3203 3205 440 0 -1 4194304 1031 53062 0 2 3 1 8059 51 16 0 1 0 1535115566 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3205/statm: 3400 798 370 3 0 500 0
[pid=3228] ppid=3205 vsize=5356 CPUtime=0
/proc/3228/stat : 3228 (sh) S 3205 3205 440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1535123700 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3228/statm: 1339 232 193 169 0 50 0
[pid=3229] ppid=3228 vsize=92940 CPUtime=679.41
/proc/3229/stat : 3229 (minisat) R 3228 3205 440 0 -1 4194304 22844 0 0 0 67914 27 0 0 25 0 1 0 1535123701 95170560 22822 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3229/statm: 23235 22822 75 150 0 23082 0
Current children cumulated CPU time (s) 760.55
Current children cumulated vsize (KiB) 111896

[startup+822.302 s]
/proc/loadavg: 2.01 2.05 2.00 3/76 3347
/proc/meminfo: memFree=853928/2055920 swapFree=4122584/4192956
[pid=3205] ppid=3203 vsize=13600 CPUtime=81.14
/proc/3205/stat : 3205 (sugar) S 3203 3205 440 0 -1 4194304 1031 53062 0 2 3 1 8059 51 16 0 1 0 1535115566 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3205/statm: 3400 798 370 3 0 500 0
[pid=3228] ppid=3205 vsize=5356 CPUtime=0
/proc/3228/stat : 3228 (sh) S 3205 3205 440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1535123700 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3228/statm: 1339 232 193 169 0 50 0
[pid=3229] ppid=3228 vsize=95844 CPUtime=739.35
/proc/3229/stat : 3229 (minisat) R 3228 3205 440 0 -1 4194304 23580 0 0 0 73907 28 0 0 25 0 1 0 1535123701 98144256 23558 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3229/statm: 23961 23558 75 150 0 23808 0
Current children cumulated CPU time (s) 820.49
Current children cumulated vsize (KiB) 114800

[startup+882.302 s]
/proc/loadavg: 2.00 2.04 2.00 3/76 3347
/proc/meminfo: memFree=852456/2055920 swapFree=4122584/4192956
[pid=3205] ppid=3203 vsize=13600 CPUtime=81.14
/proc/3205/stat : 3205 (sugar) S 3203 3205 440 0 -1 4194304 1031 53062 0 2 3 1 8059 51 16 0 1 0 1535115566 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3205/statm: 3400 798 370 3 0 500 0
[pid=3228] ppid=3205 vsize=5356 CPUtime=0
/proc/3228/stat : 3228 (sh) S 3205 3205 440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1535123700 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3228/statm: 1339 232 193 169 0 50 0
[pid=3229] ppid=3228 vsize=97772 CPUtime=799.29
/proc/3229/stat : 3229 (minisat) R 3228 3205 440 0 -1 4194304 23906 0 0 0 79901 28 0 0 25 0 1 0 1535123701 100118528 23884 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3229/statm: 24443 23884 75 150 0 24290 0
Current children cumulated CPU time (s) 880.43
Current children cumulated vsize (KiB) 116728

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

[startup+895.902 s]
/proc/loadavg: 2.00 2.04 2.00 3/76 3347
/proc/meminfo: memFree=852456/2055920 swapFree=4122584/4192956
[pid=3205] ppid=3203 vsize=13600 CPUtime=81.14
/proc/3205/stat : 3205 (sugar) S 3203 3205 440 0 -1 4194304 1031 53062 0 2 3 1 8059 51 16 0 1 0 1535115566 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3205/statm: 3400 798 370 3 0 500 0
[pid=3228] ppid=3205 vsize=5356 CPUtime=0
/proc/3228/stat : 3228 (sh) S 3205 3205 440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1535123700 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3228/statm: 1339 232 193 169 0 50 0
[pid=3229] ppid=3228 vsize=97772 CPUtime=812.87
/proc/3229/stat : 3229 (minisat) R 3228 3205 440 0 -1 4194304 23906 0 0 0 81259 28 0 0 25 0 1 0 1535123701 100118528 23884 996147200 134512640 135127466 4294956272 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/3229/statm: 24443 23884 75 150 0 24290 0
Current children cumulated CPU time (s) 894.01
Current children cumulated vsize (KiB) 116728

[startup+908.703 s]
/proc/loadavg: 2.00 2.04 2.00 3/76 3347
/proc/meminfo: memFree=852456/2055920 swapFree=4122584/4192956
[pid=3205] ppid=3203 vsize=13600 CPUtime=81.14
/proc/3205/stat : 3205 (sugar) S 3203 3205 440 0 -1 4194304 1031 53062 0 2 3 1 8059 51 16 0 1 0 1535115566 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3205/statm: 3400 798 370 3 0 500 0
[pid=3228] ppid=3205 vsize=5356 CPUtime=0
/proc/3228/stat : 3228 (sh) S 3205 3205 440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1535123700 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3228/statm: 1339 232 193 169 0 50 0
[pid=3229] ppid=3228 vsize=97772 CPUtime=825.66
/proc/3229/stat : 3229 (minisat) R 3228 3205 440 0 -1 4194304 23906 0 0 0 82538 28 0 0 25 0 1 0 1535123701 100118528 23884 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3229/statm: 24443 23884 75 150 0 24290 0
Current children cumulated CPU time (s) 906.8
Current children cumulated vsize (KiB) 116728

[startup+915.102 s]
/proc/loadavg: 2.00 2.04 2.00 3/76 3347
/proc/meminfo: memFree=852456/2055920 swapFree=4122584/4192956
[pid=3205] ppid=3203 vsize=13600 CPUtime=81.14
/proc/3205/stat : 3205 (sugar) S 3203 3205 440 0 -1 4194304 1031 53062 0 2 3 1 8059 51 16 0 1 0 1535115566 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3205/statm: 3400 798 370 3 0 500 0
[pid=3228] ppid=3205 vsize=5356 CPUtime=0
/proc/3228/stat : 3228 (sh) S 3205 3205 440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1535123700 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3228/statm: 1339 232 193 169 0 50 0
[pid=3229] ppid=3228 vsize=97772 CPUtime=832.05
/proc/3229/stat : 3229 (minisat) R 3228 3205 440 0 -1 4194304 23906 0 0 0 83177 28 0 0 25 0 1 0 1535123701 100118528 23884 996147200 134512640 135127466 4294956272 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/3229/statm: 24443 23884 75 150 0 24290 0
Current children cumulated CPU time (s) 913.19
Current children cumulated vsize (KiB) 116728

[startup+918.303 s]
/proc/loadavg: 2.00 2.03 2.00 3/76 3347
/proc/meminfo: memFree=852456/2055920 swapFree=4122584/4192956
[pid=3205] ppid=3203 vsize=13600 CPUtime=81.14
/proc/3205/stat : 3205 (sugar) S 3203 3205 440 0 -1 4194304 1031 53062 0 2 3 1 8059 51 16 0 1 0 1535115566 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3205/statm: 3400 798 370 3 0 500 0
[pid=3228] ppid=3205 vsize=5356 CPUtime=0
/proc/3228/stat : 3228 (sh) S 3205 3205 440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1535123700 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3228/statm: 1339 232 193 169 0 50 0
[pid=3229] ppid=3228 vsize=97772 CPUtime=835.24
/proc/3229/stat : 3229 (minisat) R 3228 3205 440 0 -1 4194304 23906 0 0 0 83496 28 0 0 25 0 1 0 1535123701 100118528 23884 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3229/statm: 24443 23884 75 150 0 24290 0
Current children cumulated CPU time (s) 916.38
Current children cumulated vsize (KiB) 116728

[startup+919.902 s]
/proc/loadavg: 2.00 2.03 2.00 3/76 3347
/proc/meminfo: memFree=852456/2055920 swapFree=4122584/4192956
[pid=3205] ppid=3203 vsize=13600 CPUtime=81.14
/proc/3205/stat : 3205 (sugar) S 3203 3205 440 0 -1 4194304 1031 53062 0 2 3 1 8059 51 16 0 1 0 1535115566 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3205/statm: 3400 798 370 3 0 500 0
[pid=3228] ppid=3205 vsize=5356 CPUtime=0
/proc/3228/stat : 3228 (sh) S 3205 3205 440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1535123700 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3228/statm: 1339 232 193 169 0 50 0
[pid=3229] ppid=3228 vsize=97772 CPUtime=836.84
/proc/3229/stat : 3229 (minisat) R 3228 3205 440 0 -1 4194304 23906 0 0 0 83656 28 0 0 25 0 1 0 1535123701 100118528 23884 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3229/statm: 24443 23884 75 150 0 24290 0
Current children cumulated CPU time (s) 917.98
Current children cumulated vsize (KiB) 116728

[startup+920.706 s]
/proc/loadavg: 2.00 2.03 2.00 3/76 3347
/proc/meminfo: memFree=852456/2055920 swapFree=4122584/4192956
[pid=3205] ppid=3203 vsize=13600 CPUtime=81.14
/proc/3205/stat : 3205 (sugar) S 3203 3205 440 0 -1 4194304 1031 53062 0 2 3 1 8059 51 16 0 1 0 1535115566 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3205/statm: 3400 798 370 3 0 500 0
[pid=3228] ppid=3205 vsize=5356 CPUtime=0
/proc/3228/stat : 3228 (sh) S 3205 3205 440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1535123700 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3228/statm: 1339 232 193 169 0 50 0
[pid=3229] ppid=3228 vsize=97772 CPUtime=837.64
/proc/3229/stat : 3229 (minisat) R 3228 3205 440 0 -1 4194304 23906 0 0 0 83736 28 0 0 25 0 1 0 1535123701 100118528 23884 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3229/statm: 24443 23884 75 150 0 24290 0
Current children cumulated CPU time (s) 918.78
Current children cumulated vsize (KiB) 116728

[startup+921.101 s]
/proc/loadavg: 2.00 2.03 2.00 3/76 3347
/proc/meminfo: memFree=852456/2055920 swapFree=4122584/4192956
[pid=3205] ppid=3203 vsize=13600 CPUtime=81.14
/proc/3205/stat : 3205 (sugar) S 3203 3205 440 0 -1 4194304 1031 53062 0 2 3 1 8059 51 16 0 1 0 1535115566 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3205/statm: 3400 798 370 3 0 500 0
[pid=3228] ppid=3205 vsize=5356 CPUtime=0
/proc/3228/stat : 3228 (sh) S 3205 3205 440 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1535123700 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3228/statm: 1339 232 193 169 0 50 0
[pid=3229] ppid=3228 vsize=97772 CPUtime=838.04
/proc/3229/stat : 3229 (minisat) R 3228 3205 440 0 -1 4194304 23906 0 0 0 83776 28 0 0 25 0 1 0 1535123701 100118528 23884 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3229/statm: 24443 23884 75 150 0 24290 0
Current children cumulated CPU time (s) 919.18
Current children cumulated vsize (KiB) 116728

[startup+921.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/76 3347
/proc/meminfo: memFree=852456/2055920 swapFree=4122584/4192956
[pid=3205] ppid=3203 vsize=13600 CPUtime=919.33
/proc/3205/stat : 3205 (sugar) S 3203 3205 440 0 -1 4194304 1070 77263 0 2 3 1 91848 81 17 0 1 0 1535115566 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3205/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 919.33
Current children cumulated vsize (KiB) 13600

[startup+921.401 s]
/proc/loadavg: 2.00 2.03 2.00 3/76 3347
/proc/meminfo: memFree=852456/2055920 swapFree=4122584/4192956
[pid=3205] ppid=3203 vsize=13600 CPUtime=919.33
/proc/3205/stat : 3205 (sugar) S 3203 3205 440 0 -1 4194304 1089 77263 0 2 3 1 91848 81 16 0 1 0 1535115566 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3205/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 919.33
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 921.476
CPU time (s): 919.528
CPU user time (s): 918.646
CPU system time (s): 0.881865
CPU usage (%): 99.7886
Max. virtual memory (cumulated for all children) (KiB): 904060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 918.646
system time used= 0.881865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82127
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= 8388
involuntary context switches= 16747

runsolver used 1.03984 second user time and 3.16452 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-03 05:06:45
IDJOB=1051634
IDBENCH=55495
IDSOLVER=346
FILE ID=node12/1051634-1215054405
PBS_JOBID= 7875150
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/travellingSalesman-25/normalized-tsp-25-312_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1051634-1215054405/watcher-1051634-1215054405 -o /tmp/evaluation-result-1051634-1215054405/solver-1051634-1215054405 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1051634-1215054405.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 65f85b567c2a964c1b318550507e81c9
RANDOM SEED=290159137

node12.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.236
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.236
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:       1746408 kB
Buffers:         17240 kB
Cached:         129636 kB
SwapCached:      64468 kB
Active:         169932 kB
Inactive:        76892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1746408 kB
SwapTotal:     4192956 kB
SwapFree:      4122584 kB
Dirty:            1532 kB
Writeback:           0 kB
Mapped:         107820 kB
Slab:            47832 kB
Committed_AS:  2904488 kB
PageTables:       1920 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= 66316 MiB
End job on node12 at 2008-07-03 05:22:07