Trace number 1051726

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 205.76 207.859

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-843_ext.xml
MD5SUM8cd97389cab29f912677fbc361921ea8
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 benchmark17.8363
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.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Thu Jul  3 05:10:06 2008
0.00/0.05	c 0	PID 4838
0.04/0.05	c 0	HOST node13.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1051726-1215054606.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1051726-1215054606.xml' 'HOME/temp.csp'
0.04/0.56	c 1	5 domains, 76 variables, 0 predicates, 28 relations, 350 constraints
0.04/0.60	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.60	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.04/0.68	c 1	Parsing HOME/temp.csp
0.55/0.88	c 1	parsed 459 expressions
0.55/0.88	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.55/0.88	c 1	Converting to clausal form CSP
0.55/0.91	c 1	converted 46 (10%) expressions
0.55/0.92	c 1	converted 92 (20%) expressions
0.55/0.93	c 1	converted 138 (30%) expressions
0.55/0.94	c 1	converted 184 (40%) expressions
0.55/0.95	c 1	converted 230 (50%) expressions
0.55/0.96	c 1	converted 276 (60%) expressions
0.55/0.96	c 1	converted 322 (70%) expressions
0.55/0.96	c 1	converted 368 (80%) expressions
0.55/0.97	c 1	converted 414 (90%) expressions
2.60/2.71	c 3	converted 459 (100%) expressions
2.60/2.71	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.60/2.71	c 3	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.60/2.71	c 3	Propagation in CSP
2.60/2.71	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.60/2.71	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.60/2.71	c 3	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.60/2.71	c 3	Simplifing CSP by introducing new Boolean variables
2.60/2.72	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.60/2.72	c 3	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.80/2.97	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.80/2.99	c 3	8 (10%) CSP integer variables are encoded (4088 clauses, 51001 bytes)
2.80/3.00	c 3	16 (20%) CSP integer variables are encoded (8176 clauses, 104145 bytes)
2.91/3.00	c 3	23 (30%) CSP integer variables are encoded (11265 clauses, 146873 bytes)
2.91/3.01	c 3	31 (40%) CSP integer variables are encoded (15353 clauses, 208193 bytes)
2.91/3.01	c 3	38 (50%) CSP integer variables are encoded (19418 clauses, 269168 bytes)
2.91/3.02	c 3	46 (60%) CSP integer variables are encoded (23506 clauses, 330488 bytes)
2.91/3.02	c 3	54 (70%) CSP integer variables are encoded (26166 clauses, 370388 bytes)
2.91/3.02	c 3	61 (80%) CSP integer variables are encoded (27244 clauses, 386558 bytes)
2.91/3.02	c 3	69 (90%) CSP integer variables are encoded (28476 clauses, 405038 bytes)
2.91/3.02	c 3	76 (100%) CSP integer variables are encoded (29246 clauses, 416588 bytes)
2.91/3.09	c 3	35 (10%) CSP clauses are encoded (30168 clauses, 435117 bytes)
3.00/3.10	c 3	70 (20%) CSP clauses are encoded (31067 clauses, 456939 bytes)
3.00/3.13	c 3	105 (30%) CSP clauses are encoded (31988 clauses, 478767 bytes)
3.00/3.16	c 3	140 (40%) CSP clauses are encoded (32910 clauses, 500802 bytes)
3.00/3.18	c 3	175 (50%) CSP clauses are encoded (33833 clauses, 523053 bytes)
3.10/3.21	c 3	210 (60%) CSP clauses are encoded (34755 clauses, 545769 bytes)
3.10/3.24	c 3	245 (70%) CSP clauses are encoded (35675 clauses, 569962 bytes)
3.10/3.27	c 3	280 (80%) CSP clauses are encoded (36621 clauses, 594521 bytes)
3.20/3.32	c 3	315 (90%) CSP clauses are encoded (37611 clauses, 619669 bytes)
48.35/48.93	c 49	350 (100%) CSP clauses are encoded (625741 clauses, 20091814 bytes)
48.35/48.93	c 49	350 CSP clauses encoded
48.35/48.93	c 49	Writing map file : HOME/temp.map
48.35/48.93	c 49	Heap : 62 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
48.35/48.93	c 49	SAT : 29320 SAT variables, 625741 SAT clauses, 20091814 bytes
48.35/48.93	c 49	Heap : 62 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
48.35/48.96	c 49	SOLVING HOME/temp.cnf
48.35/48.96	c 49	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
48.35/48.97	c 49	This is MiniSat 2.0 beta
48.35/48.97	c 49	WARNING: for repeatability, setting FPU to use double precision
48.35/48.97	c 49	============================[ Problem Statistics ]=============================
48.35/48.97	c 49	|                                                                             |
48.35/48.97	c 49	|  Number of variables:  29320                                                |
48.35/48.97	c 49	|  Number of clauses:    625741                                               |
48.41/49.37	c 49	|  Parsing time:         0.35         s                                       |
48.41/49.40	c 49	============================[ Search Statistics ]==============================
48.41/49.40	c 49	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
48.41/49.40	c 49	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
48.41/49.40	c 49	===============================================================================
48.41/49.40	c 49	|         0 |   28319   612469  2925942 |   204156        0    nan |  0.000 % |
48.82/49.46	c 49	|       100 |   28314   612469  2925942 |   224571       87     18 | 23.639 % |
49.01/49.63	c 50	|       250 |   28259   612469  2925942 |   247029      195     12 | 46.961 % |
49.22/49.80	c 50	|       475 |   28238   612469  2925942 |   271732      392     10 | 58.677 % |
49.32/49.96	c 50	|       812 |   28227   612469  2925942 |   298905      722     10 | 64.485 % |
49.61/50.24	c 50	|      1318 |   28155   612469  2925942 |   328795     1184      8 | 74.707 % |
49.91/50.57	c 51	|      2077 |   28121   612469  2925942 |   361675     1934     10 | 74.836 % |
50.90/51.51	c 52	|      3216 |   26212   612469  2925942 |   397842     3046     11 | 75.147 % |
51.49/52.18	c 52	|      4925 |   26146   612469  2925942 |   437627     4719     11 | 76.160 % |
52.48/53.15	c 53	|      7487 |   26133   612469  2925942 |   481389     7280     14 | 76.361 % |
54.86/55.56	c 56	|     11331 |   26072   612469  2925942 |   529528    11105     16 | 76.910 % |
59.90/60.68	c 61	|     17098 |    6728   465754  2269103 |   582481    15983     21 | 77.633 % |
67.53/68.36	c 68	|     25749 |    6725   465754  2269103 |   640730    24632     27 | 78.032 % |
80.92/81.85	c 82	|     38723 |    6440   451131  2198530 |   704803    37603     34 | 78.237 % |
106.06/107.28	c 107	|     58184 |    6381   448745  2187070 |   775283    57062     44 | 78.237 % |
151.34/152.91	c 153	|     87377 |    6319   446560  2176567 |   852811    86246     46 | 78.455 % |
205.43/207.55	c 208	===============================================================================
205.43/207.55	c 208	restarts              : 16
205.43/207.55	c 208	conflicts             : 118606         (756 /sec)
205.43/207.55	c 208	decisions             : 175260         (0.81 % random) (1117 /sec)
205.43/207.55	c 208	propagations          : 42720085       (272161 /sec)
205.43/207.55	c 208	conflict literals     : 5572538        (58.40 % deleted)
205.43/207.55	c 208	Memory used           : 56.69 MB
205.43/207.55	c 208	CPU time              : 156.966 s
205.43/207.55	c 208	
205.43/207.56	c 208	SATISFIABLE
205.43/207.57	c 208	DECODING HOME/temp.out WITH HOME/temp.map
205.43/207.57	c 208	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
205.52/207.66	c 208	Decoding HOME/temp.out
205.52/207.78	s SATISFIABLE
205.52/207.79	v 4 3 3 1 21 1 18 22 2 3 8 23 11 8 7 1 22 7 23 0 10 2 17 9 24 29 13 6 25 10 6 3 1 3 15 4 20 0 19 2 14 1 5 3 12 3 9 5 16 6 4 5 27 30 53 61 62 69 69 71 80 109 115 125 128 131 135 135 137 138 141 144 149 155 155 0
205.52/207.79	c 208	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
205.71/207.85	c 208	CPU 205.17 (0.03 0.01 205.14 0.55)
205.71/207.85	c 208	END Thu Jul  3 05:13:34 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-1051726-1215054606/watcher-1051726-1215054606 -o /tmp/evaluation-result-1051726-1215054606/solver-1051726-1215054606 -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-1051726-1215054606.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.14 2.17 2.18 4/72 4838
/proc/meminfo: memFree=1792016/2055920 swapFree=4180424/4192956
[pid=4838] ppid=4836 vsize=12268 CPUtime=0
/proc/4838/stat : 4838 (sugar) R 4836 4838 2877 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 1535132382 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 269757413989 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/4838/statm: 3067 316 241 3 0 167 0

[startup+0.0501369 s]
/proc/loadavg: 2.14 2.17 2.18 4/72 4838
/proc/meminfo: memFree=1792016/2055920 swapFree=4180424/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=0.04
/proc/4838/stat : 4838 (sugar) S 4836 4838 2877 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 1535132382 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101318 s]
/proc/loadavg: 2.14 2.17 2.18 4/72 4838
/proc/meminfo: memFree=1792016/2055920 swapFree=4180424/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=0.04
/proc/4838/stat : 4838 (sugar) S 4836 4838 2877 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1535132382 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301345 s]
/proc/loadavg: 2.14 2.17 2.18 4/72 4838
/proc/meminfo: memFree=1792016/2055920 swapFree=4180424/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=0.04
/proc/4838/stat : 4838 (sugar) S 4836 4838 2877 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1535132382 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701399 s]
/proc/loadavg: 2.14 2.17 2.18 4/72 4838
/proc/meminfo: memFree=1792016/2055920 swapFree=4180424/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=0.55
/proc/4838/stat : 4838 (sugar) S 4836 4838 2877 0 -1 4194304 973 5246 0 1 3 1 48 3 16 0 1 0 1535132382 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 13600

[startup+1.50251 s]
/proc/loadavg: 2.14 2.17 2.18 4/83 4860
/proc/meminfo: memFree=1779896/2055920 swapFree=4180424/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=0.55
/proc/4838/stat : 4838 (sugar) S 4836 4838 2877 0 -1 4194304 973 5246 0 1 3 1 48 3 15 0 1 0 1535132382 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 797 370 3 0 500 0
[pid=4851] ppid=4838 vsize=5356 CPUtime=0
/proc/4851/stat : 4851 (sh) S 4838 4838 2877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1535132443 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4851/statm: 1339 233 193 169 0 50 0
[pid=4852] ppid=4851 vsize=864144 CPUtime=0.87
/proc/4852/stat : 4852 (java) S 4851 4838 2877 0 -1 0 9296 0 1 0 82 5 0 0 18 0 9 0 1535132443 884883456 8473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4852/statm: 216036 8473 2540 9 0 210611 0
[pid=4852/tid=4853] ppid=4851 vsize=864144 CPUtime=0.39
/proc/4852/task/4853/stat : 4853 (java) R 4851 4838 2877 0 -1 64 2744 0 1 0 38 1 0 0 19 0 9 0 1535132444 884883456 8473 996147200 134512640 134550740 4294955952 18446744073709551615 102492669 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4854] ppid=4851 vsize=864144 CPUtime=0.37
/proc/4852/task/4854/stat : 4854 (java) S 4851 4838 2877 0 -1 64 5525 0 0 0 35 2 0 0 17 0 9 0 1535132445 884883456 8473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4855] ppid=4851 vsize=864144 CPUtime=0
/proc/4852/task/4855/stat : 4855 (java) S 4851 4838 2877 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1535132445 884883456 8473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4856] ppid=4851 vsize=864144 CPUtime=0
/proc/4852/task/4856/stat : 4856 (java) S 4851 4838 2877 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1535132445 884883456 8473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4857] ppid=4851 vsize=864144 CPUtime=0
/proc/4852/task/4857/stat : 4857 (java) S 4851 4838 2877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1535132447 884883456 8473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4858] ppid=4851 vsize=864144 CPUtime=0.07
/proc/4852/task/4858/stat : 4858 (java) S 4851 4838 2877 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 1535132447 884883456 8473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4859] ppid=4851 vsize=864144 CPUtime=0
/proc/4852/task/4859/stat : 4859 (java) S 4851 4838 2877 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1535132447 884883456 8473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4860] ppid=4851 vsize=864144 CPUtime=0
/proc/4852/task/4860/stat : 4860 (java) S 4851 4838 2877 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1535132447 884883456 8473 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) 883100

[startup+3.10272 s]
/proc/loadavg: 2.14 2.17 2.18 3/83 4860
/proc/meminfo: memFree=1748024/2055920 swapFree=4180424/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=0.55
/proc/4838/stat : 4838 (sugar) S 4836 4838 2877 0 -1 4194304 974 5246 0 1 3 1 48 3 15 0 1 0 1535132382 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 797 370 3 0 500 0
[pid=4851] ppid=4838 vsize=5356 CPUtime=0
/proc/4851/stat : 4851 (sh) S 4838 4838 2877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1535132443 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4851/statm: 1339 233 193 169 0 50 0
[pid=4852] ppid=4851 vsize=864256 CPUtime=2.45
/proc/4852/stat : 4852 (java) S 4851 4838 2877 0 -1 0 17966 0 1 0 236 9 0 0 18 0 9 0 1535132443 884998144 17020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4852/statm: 216064 17020 2564 9 0 210611 0
[pid=4852/tid=4853] ppid=4851 vsize=864256 CPUtime=0.89
/proc/4852/task/4853/stat : 4853 (java) R 4851 4838 2877 0 -1 64 3346 0 1 0 87 2 0 0 18 0 9 0 1535132444 884998144 17020 996147200 134512640 134550740 4294955952 18446744073709551615 103214827 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4854] ppid=4851 vsize=864256 CPUtime=1.42
/proc/4852/task/4854/stat : 4854 (java) S 4851 4838 2877 0 -1 64 13573 0 0 0 136 6 0 0 17 0 9 0 1535132445 884998144 17020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4855] ppid=4851 vsize=864256 CPUtime=0
/proc/4852/task/4855/stat : 4855 (java) S 4851 4838 2877 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1535132445 884998144 17020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4856] ppid=4851 vsize=864256 CPUtime=0
/proc/4852/task/4856/stat : 4856 (java) S 4851 4838 2877 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1535132445 884998144 17020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4857] ppid=4851 vsize=864256 CPUtime=0
/proc/4852/task/4857/stat : 4857 (java) S 4851 4838 2877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1535132447 884998144 17020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4858] ppid=4851 vsize=864256 CPUtime=0.11
/proc/4852/task/4858/stat : 4858 (java) S 4851 4838 2877 0 -1 64 355 0 0 0 11 0 0 0 16 0 9 0 1535132447 884998144 17020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4859] ppid=4851 vsize=864256 CPUtime=0
/proc/4852/task/4859/stat : 4859 (java) S 4851 4838 2877 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1535132447 884998144 17020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4860] ppid=4851 vsize=864256 CPUtime=0
/proc/4852/task/4860/stat : 4860 (java) S 4851 4838 2877 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1535132447 884998144 17020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883212

[startup+6.30214 s]
/proc/loadavg: 2.12 2.17 2.18 3/83 4860
/proc/meminfo: memFree=1728120/2055920 swapFree=4180424/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=0.55
/proc/4838/stat : 4838 (sugar) S 4836 4838 2877 0 -1 4194304 974 5246 0 1 3 1 48 3 15 0 1 0 1535132382 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 797 370 3 0 500 0
[pid=4851] ppid=4838 vsize=5356 CPUtime=0
/proc/4851/stat : 4851 (sh) S 4838 4838 2877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1535132443 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4851/statm: 1339 233 193 169 0 50 0
[pid=4852] ppid=4851 vsize=864256 CPUtime=5.63
/proc/4852/stat : 4852 (java) S 4851 4838 2877 0 -1 0 18644 0 1 0 552 11 0 0 18 0 9 0 1535132443 884998144 17658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4852/statm: 216064 17658 2564 9 0 210611 0
[pid=4852/tid=4853] ppid=4851 vsize=864256 CPUtime=3.98
/proc/4852/task/4853/stat : 4853 (java) R 4851 4838 2877 0 -1 64 3386 0 1 0 395 3 0 0 25 0 9 0 1535132444 884998144 17658 996147200 134512640 134550740 4294955952 18446744073709551615 4126649579 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4854] ppid=4851 vsize=864256 CPUtime=1.5
/proc/4852/task/4854/stat : 4854 (java) S 4851 4838 2877 0 -1 64 14210 0 0 0 144 6 0 0 16 0 9 0 1535132445 884998144 17658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4855] ppid=4851 vsize=864256 CPUtime=0
/proc/4852/task/4855/stat : 4855 (java) S 4851 4838 2877 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1535132445 884998144 17658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4856] ppid=4851 vsize=864256 CPUtime=0
/proc/4852/task/4856/stat : 4856 (java) S 4851 4838 2877 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1535132445 884998144 17658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4857] ppid=4851 vsize=864256 CPUtime=0
/proc/4852/task/4857/stat : 4857 (java) S 4851 4838 2877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1535132447 884998144 17658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4858] ppid=4851 vsize=864256 CPUtime=0.11
/proc/4852/task/4858/stat : 4858 (java) S 4851 4838 2877 0 -1 64 356 0 0 0 11 0 0 0 16 0 9 0 1535132447 884998144 17658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4859] ppid=4851 vsize=864256 CPUtime=0
/proc/4852/task/4859/stat : 4859 (java) S 4851 4838 2877 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1535132447 884998144 17658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4860] ppid=4851 vsize=864256 CPUtime=0
/proc/4852/task/4860/stat : 4860 (java) S 4851 4838 2877 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1535132447 884998144 17658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 883212

[startup+12.703 s]
/proc/loadavg: 2.11 2.17 2.18 3/83 4860
/proc/meminfo: memFree=1719288/2055920 swapFree=4180424/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=0.55
/proc/4838/stat : 4838 (sugar) S 4836 4838 2877 0 -1 4194304 974 5246 0 1 3 1 48 3 15 0 1 0 1535132382 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 797 370 3 0 500 0
[pid=4851] ppid=4838 vsize=5356 CPUtime=0
/proc/4851/stat : 4851 (sh) S 4838 4838 2877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1535132443 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4851/statm: 1339 233 193 169 0 50 0
[pid=4852] ppid=4851 vsize=864256 CPUtime=11.96
/proc/4852/stat : 4852 (java) S 4851 4838 2877 0 -1 0 20312 0 1 0 1182 14 0 0 18 0 9 0 1535132443 884998144 19233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4852/statm: 216064 19233 2564 9 0 210611 0
[pid=4852/tid=4853] ppid=4851 vsize=864256 CPUtime=10.09
/proc/4852/task/4853/stat : 4853 (java) R 4851 4838 2877 0 -1 64 3479 0 1 0 1004 5 0 0 25 0 9 0 1535132444 884998144 19233 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4854] ppid=4851 vsize=864256 CPUtime=1.73
/proc/4852/task/4854/stat : 4854 (java) S 4851 4838 2877 0 -1 64 15784 0 0 0 166 7 0 0 16 0 9 0 1535132445 884998144 19233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4855] ppid=4851 vsize=864256 CPUtime=0
/proc/4852/task/4855/stat : 4855 (java) S 4851 4838 2877 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1535132445 884998144 19233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4856] ppid=4851 vsize=864256 CPUtime=0
/proc/4852/task/4856/stat : 4856 (java) S 4851 4838 2877 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1535132445 884998144 19233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4857] ppid=4851 vsize=864256 CPUtime=0
/proc/4852/task/4857/stat : 4857 (java) S 4851 4838 2877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1535132447 884998144 19233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4858] ppid=4851 vsize=864256 CPUtime=0.12
/proc/4852/task/4858/stat : 4858 (java) S 4851 4838 2877 0 -1 64 357 0 0 0 12 0 0 0 17 0 9 0 1535132447 884998144 19233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4859] ppid=4851 vsize=864256 CPUtime=0
/proc/4852/task/4859/stat : 4859 (java) S 4851 4838 2877 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1535132447 884998144 19233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4860] ppid=4851 vsize=864256 CPUtime=0
/proc/4852/task/4860/stat : 4860 (java) S 4851 4838 2877 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1535132447 884998144 19233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 883212

[startup+25.5017 s]
/proc/loadavg: 2.09 2.16 2.18 3/83 4860
/proc/meminfo: memFree=1701432/2055920 swapFree=4180424/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=0.55
/proc/4838/stat : 4838 (sugar) S 4836 4838 2877 0 -1 4194304 974 5246 0 1 3 1 48 3 15 0 1 0 1535132382 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 797 370 3 0 500 0
[pid=4851] ppid=4838 vsize=5356 CPUtime=0
/proc/4851/stat : 4851 (sh) S 4838 4838 2877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1535132443 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4851/statm: 1339 233 193 169 0 50 0
[pid=4852] ppid=4851 vsize=864256 CPUtime=24.63
/proc/4852/stat : 4852 (java) S 4851 4838 2877 0 -1 0 23522 0 1 0 2443 20 0 0 18 0 9 0 1535132443 884998144 22250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4852/statm: 216064 22250 2564 9 0 210611 0
[pid=4852/tid=4853] ppid=4851 vsize=864256 CPUtime=22.29
/proc/4852/task/4853/stat : 4853 (java) R 4851 4838 2877 0 -1 64 3672 0 1 0 2220 9 0 0 25 0 9 0 1535132444 884998144 22250 996147200 134512640 134550740 4294955952 18446744073709551615 4126559925 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4854] ppid=4851 vsize=864256 CPUtime=2.19
/proc/4852/task/4854/stat : 4854 (java) S 4851 4838 2877 0 -1 64 18796 0 0 0 209 10 0 0 16 0 9 0 1535132445 884998144 22250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4855] ppid=4851 vsize=864256 CPUtime=0
/proc/4852/task/4855/stat : 4855 (java) S 4851 4838 2877 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1535132445 884998144 22250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4856] ppid=4851 vsize=864256 CPUtime=0
/proc/4852/task/4856/stat : 4856 (java) S 4851 4838 2877 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1535132445 884998144 22250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=4861] ppid=4838 vsize=5356 CPUtime=0
/proc/4861/stat : 4861 (sh) S 4838 4838 2877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1535137278 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4861/statm: 1339 232 193 169 0 50 0
[pid=4862] ppid=4861 vsize=42772 CPUtime=52.8
/proc/4862/stat : 4862 (minisat) R 4861 4838 2877 0 -1 4194304 10443 0 0 0 5273 7 0 0 25 0 1 0 1535137279 43798528 10429 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4862/statm: 10693 10429 75 150 0 10540 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 61728

[startup+162.302 s]
/proc/loadavg: 2.01 2.10 2.15 3/75 4862
/proc/meminfo: memFree=1719160/2055920 swapFree=4180424/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=48.41
/proc/4838/stat : 4838 (sugar) S 4836 4838 2877 0 -1 4194304 1031 37405 0 2 3 1 4798 39 16 0 1 0 1535132382 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 798 370 3 0 500 0
[pid=4861] ppid=4838 vsize=5356 CPUtime=0
/proc/4861/stat : 4861 (sh) S 4838 4838 2877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1535137278 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4861/statm: 1339 232 193 169 0 50 0
[pid=4862] ppid=4861 vsize=51724 CPUtime=112.24
/proc/4862/stat : 4862 (minisat) R 4861 4838 2877 0 -1 4194304 12665 0 0 0 11215 9 0 0 25 0 1 0 1535137279 52965376 12651 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4862/statm: 12931 12651 75 150 0 12778 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 70680

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

[startup+179.101 s]
/proc/loadavg: 2.00 2.09 2.15 3/75 4862
/proc/meminfo: memFree=1717048/2055920 swapFree=4180424/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=48.41
/proc/4838/stat : 4838 (sugar) S 4836 4838 2877 0 -1 4194304 1031 37405 0 2 3 1 4798 39 16 0 1 0 1535132382 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 798 370 3 0 500 0
[pid=4861] ppid=4838 vsize=5356 CPUtime=0
/proc/4861/stat : 4861 (sh) S 4838 4838 2877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1535137278 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4861/statm: 1339 232 193 169 0 50 0
[pid=4862] ppid=4861 vsize=54060 CPUtime=128.89
/proc/4862/stat : 4862 (minisat) R 4861 4838 2877 0 -1 4194304 13226 0 0 0 12879 10 0 0 25 0 1 0 1535137279 55357440 13212 996147200 134512640 135127466 4294956272 18446744073709551615 134530946 0 0 4096 3 0 0 0 17 1 0 0
/proc/4862/statm: 13515 13212 75 150 0 13362 0
Current children cumulated CPU time (s) 177.3
Current children cumulated vsize (KiB) 73016

[startup+191.902 s]
/proc/loadavg: 2.00 2.08 2.14 3/75 4862
/proc/meminfo: memFree=1715256/2055920 swapFree=4180424/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=48.41
/proc/4838/stat : 4838 (sugar) S 4836 4838 2877 0 -1 4194304 1031 37405 0 2 3 1 4798 39 16 0 1 0 1535132382 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 798 370 3 0 500 0
[pid=4861] ppid=4838 vsize=5356 CPUtime=0
/proc/4861/stat : 4861 (sh) S 4838 4838 2877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1535137278 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4861/statm: 1339 232 193 169 0 50 0
[pid=4862] ppid=4861 vsize=55804 CPUtime=141.56
/proc/4862/stat : 4862 (minisat) R 4861 4838 2877 0 -1 4194304 13666 0 0 0 14146 10 0 0 25 0 1 0 1535137279 57143296 13652 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4862/statm: 13951 13652 75 150 0 13798 0
Current children cumulated CPU time (s) 189.97
Current children cumulated vsize (KiB) 74760

[startup+198.302 s]
/proc/loadavg: 2.00 2.08 2.14 3/75 4862
/proc/meminfo: memFree=1714232/2055920 swapFree=4180424/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=48.41
/proc/4838/stat : 4838 (sugar) S 4836 4838 2877 0 -1 4194304 1031 37405 0 2 3 1 4798 39 16 0 1 0 1535132382 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 798 370 3 0 500 0
[pid=4861] ppid=4838 vsize=5356 CPUtime=0
/proc/4861/stat : 4861 (sh) S 4838 4838 2877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1535137278 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4861/statm: 1339 232 193 169 0 50 0
[pid=4862] ppid=4861 vsize=56728 CPUtime=147.9
/proc/4862/stat : 4862 (minisat) R 4861 4838 2877 0 -1 4194304 13912 0 0 0 14780 10 0 0 25 0 1 0 1535137279 58089472 13898 996147200 134512640 135127466 4294956272 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/4862/statm: 14182 13898 75 150 0 14029 0
Current children cumulated CPU time (s) 196.31
Current children cumulated vsize (KiB) 75684

[startup+204.701 s]
/proc/loadavg: 2.00 2.08 2.14 3/75 4862
/proc/meminfo: memFree=1713336/2055920 swapFree=4180424/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=48.41
/proc/4838/stat : 4838 (sugar) S 4836 4838 2877 0 -1 4194304 1031 37405 0 2 3 1 4798 39 16 0 1 0 1535132382 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 798 370 3 0 500 0
[pid=4861] ppid=4838 vsize=5356 CPUtime=0
/proc/4861/stat : 4861 (sh) S 4838 4838 2877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1535137278 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4861/statm: 1339 232 193 169 0 50 0
[pid=4862] ppid=4861 vsize=57652 CPUtime=154.23
/proc/4862/stat : 4862 (minisat) R 4861 4838 2877 0 -1 4194304 14127 0 0 0 15413 10 0 0 25 0 1 0 1535137279 59035648 14113 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4862/statm: 14413 14113 75 150 0 14260 0
Current children cumulated CPU time (s) 202.64
Current children cumulated vsize (KiB) 76608

[startup+206.302 s]
/proc/loadavg: 2.00 2.08 2.14 3/75 4862
/proc/meminfo: memFree=1713208/2055920 swapFree=4180424/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=48.41
/proc/4838/stat : 4838 (sugar) S 4836 4838 2877 0 -1 4194304 1031 37405 0 2 3 1 4798 39 16 0 1 0 1535132382 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 798 370 3 0 500 0
[pid=4861] ppid=4838 vsize=5356 CPUtime=0
/proc/4861/stat : 4861 (sh) S 4838 4838 2877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1535137278 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4861/statm: 1339 232 193 169 0 50 0
[pid=4862] ppid=4861 vsize=57784 CPUtime=155.83
/proc/4862/stat : 4862 (minisat) R 4861 4838 2877 0 -1 4194304 14188 0 0 0 15572 11 0 0 25 0 1 0 1535137279 59170816 14174 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/4862/statm: 14446 14174 75 150 0 14293 0
Current children cumulated CPU time (s) 204.24
Current children cumulated vsize (KiB) 76740

[startup+207.102 s]
/proc/loadavg: 2.00 2.08 2.14 3/75 4862
/proc/meminfo: memFree=1713016/2055920 swapFree=4180424/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=48.41
/proc/4838/stat : 4838 (sugar) S 4836 4838 2877 0 -1 4194304 1031 37405 0 2 3 1 4798 39 16 0 1 0 1535132382 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 798 370 3 0 500 0
[pid=4861] ppid=4838 vsize=5356 CPUtime=0
/proc/4861/stat : 4861 (sh) S 4838 4838 2877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1535137278 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4861/statm: 1339 232 193 169 0 50 0
[pid=4862] ppid=4861 vsize=57916 CPUtime=156.62
/proc/4862/stat : 4862 (minisat) R 4861 4838 2877 0 -1 4194304 14216 0 0 0 15651 11 0 0 25 0 1 0 1535137279 59305984 14202 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4862/statm: 14479 14202 75 150 0 14326 0
Current children cumulated CPU time (s) 205.03
Current children cumulated vsize (KiB) 76872

[startup+207.502 s]
/proc/loadavg: 2.00 2.08 2.14 3/75 4862
/proc/meminfo: memFree=1713016/2055920 swapFree=4180424/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=48.41
/proc/4838/stat : 4838 (sugar) S 4836 4838 2877 0 -1 4194304 1031 37405 0 2 3 1 4798 39 16 0 1 0 1535132382 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 798 370 3 0 500 0
[pid=4861] ppid=4838 vsize=5356 CPUtime=0
/proc/4861/stat : 4861 (sh) S 4838 4838 2877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1535137278 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4861/statm: 1339 232 193 169 0 50 0
[pid=4862] ppid=4861 vsize=58048 CPUtime=157.02
/proc/4862/stat : 4862 (minisat) R 4861 4838 2877 0 -1 4194304 14234 0 0 0 15691 11 0 0 25 0 1 0 1535137279 59441152 14220 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4862/statm: 14512 14220 75 150 0 14359 0
Current children cumulated CPU time (s) 205.43
Current children cumulated vsize (KiB) 77004

[startup+207.702 s]
/proc/loadavg: 2.00 2.08 2.14 3/75 4862
/proc/meminfo: memFree=1713016/2055920 swapFree=4180424/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=205.52
/proc/4838/stat : 4838 (sugar) S 4836 4838 2877 0 -1 4194304 1089 51943 0 2 3 1 20496 52 16 0 1 0 1535132382 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 205.52
Current children cumulated vsize (KiB) 13600

[startup+207.802 s]
/proc/loadavg: 2.00 2.08 2.14 2/83 4872
/proc/meminfo: memFree=1764216/2055920 swapFree=4180424/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=205.52
/proc/4838/stat : 4838 (sugar) S 4836 4838 2877 0 -1 4194304 1090 51943 0 2 3 1 20496 52 15 0 1 0 1535132382 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 798 370 3 0 500 0
[pid=4863] ppid=4838 vsize=5356 CPUtime=0
/proc/4863/stat : 4863 (sh) S 4838 4838 2877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1535153139 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4863/statm: 1339 233 193 169 0 50 0
[pid=4864] ppid=4863 vsize=864040 CPUtime=0.19
/proc/4864/stat : 4864 (java) S 4863 4838 2877 0 -1 0 3422 0 1 0 17 2 0 0 18 0 9 0 1535153140 884776960 2892 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4864/statm: 216010 2892 1686 9 0 210585 0
[pid=4864/tid=4865] ppid=4863 vsize=864040 CPUtime=0.15
/proc/4864/task/4865/stat : 4865 (java) S 4863 4838 2877 0 -1 64 2435 0 1 0 14 1 0 0 21 0 9 0 1535153141 884776960 2892 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4864/tid=4866] ppid=4863 vsize=864040 CPUtime=0
/proc/4864/task/4866/stat : 4866 (java) S 4863 4838 2877 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 1535153142 884776960 2892 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4864/tid=4867] ppid=4863 vsize=864040 CPUtime=0
/proc/4864/task/4867/stat : 4867 (java) S 4863 4838 2877 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1535153142 884776960 2892 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4864/tid=4868] ppid=4863 vsize=864040 CPUtime=0
/proc/4864/task/4868/stat : 4868 (java) S 4863 4838 2877 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1535153142 884776960 2892 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4864/tid=4869] ppid=4863 vsize=864040 CPUtime=0
/proc/4864/task/4869/stat : 4869 (java) S 4863 4838 2877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1535153144 884776960 2892 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4864/tid=4870] ppid=4863 vsize=864040 CPUtime=0.02
/proc/4864/task/4870/stat : 4870 (java) S 4863 4838 2877 0 -1 64 292 0 0 0 2 0 0 0 18 0 9 0 1535153144 884776960 2892 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4864/tid=4871] ppid=4863 vsize=864040 CPUtime=0
/proc/4864/task/4871/stat : 4871 (java) S 4863 4838 2877 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1535153144 884776960 2892 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4864/tid=4872] ppid=4863 vsize=864040 CPUtime=0
/proc/4864/task/4872/stat : 4872 (java) S 4863 4838 2877 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 1535153144 884776960 2892 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 205.71
Current children cumulated vsize (KiB) 882996

Child status: 0
Real time (s): 207.859
CPU time (s): 205.76
CPU user time (s): 205.183
CPU system time (s): 0.576912
CPU usage (%): 98.99
Max. virtual memory (cumulated for all children) (KiB): 893568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 205.183
system time used= 0.576912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56804
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= 7331
involuntary context switches= 11413

runsolver used 0.334949 second user time and 0.636903 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-03 05:10:06
IDJOB=1051726
IDBENCH=55499
IDSOLVER=346
FILE ID=node13/1051726-1215054606
PBS_JOBID= 7875147
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8cd97389cab29f912677fbc361921ea8
RANDOM SEED=1791123313

node13.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.238
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.238
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:       1792496 kB
Buffers:         39228 kB
Cached:         130700 kB
SwapCached:       6668 kB
Active:         106708 kB
Inactive:        78664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1792496 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            4612 kB
Writeback:           0 kB
Mapped:          23308 kB
Slab:            63016 kB
Committed_AS:  2967700 kB
PageTables:       2084 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= 66552 MiB
End job on node13 at 2008-07-03 05:13:34