Trace number 2071511

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatSAT 204.632 207.991

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

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 01:12:07 2009
0.00/0.07	c 0	PID 16108
0.06/0.08	c 0	HOST node54.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2071511-1247353927.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071511-1247353927.xml' 'HOME/temp.csp'
0.06/0.46	c 1	5 domains, 76 variables, 0 predicates, 28 relations, 350 constraints
0.06/0.50	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.50	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.58	c 1	Parsing HOME/temp.csp
0.43/0.73	c 1	parsed 459 expressions
0.43/0.77	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.43/0.77	c 1	Converting to clausal form CSP
0.43/0.79	c 1	converted 46 (10%) expressions
0.43/0.80	c 1	converted 92 (20%) expressions
0.43/0.82	c 1	converted 138 (30%) expressions
0.43/0.82	c 1	converted 184 (40%) expressions
0.43/0.83	c 1	converted 230 (50%) expressions
0.43/0.83	c 1	converted 276 (60%) expressions
0.43/0.84	c 1	converted 322 (70%) expressions
0.43/0.85	c 1	converted 368 (80%) expressions
0.43/0.85	c 1	converted 414 (90%) expressions
2.26/2.48	c 3	converted 459 (100%) expressions
2.26/2.48	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.26/2.48	c 3	Heap : 46 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.26/2.48	c 3	Propagation in CSP
2.26/2.48	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.26/2.48	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.26/2.48	c 3	Heap : 46 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.26/2.49	c 3	Simplifing CSP by introducing new Boolean variables
2.26/2.49	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.26/2.49	c 3	Heap : 46 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.56/2.75	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.56/2.77	c 3	8 (10%) CSP integer variables are encoded (4088 clauses, 51001 bytes)
2.56/2.78	c 3	16 (20%) CSP integer variables are encoded (8176 clauses, 104145 bytes)
2.56/2.78	c 3	23 (30%) CSP integer variables are encoded (11265 clauses, 146873 bytes)
2.56/2.79	c 3	31 (40%) CSP integer variables are encoded (15353 clauses, 208193 bytes)
2.56/2.79	c 3	38 (50%) CSP integer variables are encoded (19418 clauses, 269168 bytes)
2.56/2.80	c 3	46 (60%) CSP integer variables are encoded (23506 clauses, 330488 bytes)
2.67/2.80	c 3	54 (70%) CSP integer variables are encoded (26166 clauses, 370388 bytes)
2.67/2.80	c 3	61 (80%) CSP integer variables are encoded (27244 clauses, 386558 bytes)
2.67/2.80	c 3	69 (90%) CSP integer variables are encoded (28476 clauses, 405038 bytes)
2.67/2.80	c 3	76 (100%) CSP integer variables are encoded (29246 clauses, 416588 bytes)
2.67/2.87	c 3	35 (10%) CSP clauses are encoded (30168 clauses, 435117 bytes)
2.67/2.89	c 3	70 (20%) CSP clauses are encoded (31067 clauses, 456939 bytes)
2.76/2.91	c 3	105 (30%) CSP clauses are encoded (31988 clauses, 478767 bytes)
2.76/2.94	c 3	140 (40%) CSP clauses are encoded (32910 clauses, 500802 bytes)
2.76/2.96	c 3	175 (50%) CSP clauses are encoded (33833 clauses, 523053 bytes)
2.76/2.99	c 3	210 (60%) CSP clauses are encoded (34755 clauses, 545769 bytes)
2.86/3.01	c 3	245 (70%) CSP clauses are encoded (35675 clauses, 569962 bytes)
2.86/3.04	c 3	280 (80%) CSP clauses are encoded (36621 clauses, 594521 bytes)
2.86/3.09	c 3	315 (90%) CSP clauses are encoded (37611 clauses, 619669 bytes)
46.99/47.76	c 48	350 (100%) CSP clauses are encoded (625741 clauses, 20091814 bytes)
46.99/47.76	c 48	350 CSP clauses encoded
46.99/47.76	c 48	Writing map file : HOME/temp.map
46.99/47.77	c 48	Heap : 59 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
46.99/47.77	c 48	SAT : 29320 SAT variables, 625741 SAT clauses, 20091814 bytes
46.99/47.77	c 48	Heap : 59 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
47.07/47.80	c 48	SOLVING HOME/temp.cnf
47.07/47.80	c 48	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
47.07/47.80	c 48	This is MiniSat 2.0 beta
47.07/47.80	c 48	WARNING: for repeatability, setting FPU to use double precision
47.07/47.80	c 48	============================[ Problem Statistics ]=============================
47.07/47.80	c 48	|                                                                             |
47.07/47.80	c 48	|  Number of variables:  29320                                                |
47.07/47.80	c 48	|  Number of clauses:    625741                                               |
47.10/48.22	c 49	|  Parsing time:         0.36         s                                       |
47.10/48.25	c 49	============================[ Search Statistics ]==============================
47.10/48.25	c 49	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
47.10/48.25	c 49	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
47.10/48.25	c 49	===============================================================================
47.10/48.25	c 49	|         0 |   28319   612469  2925942 |   204156        0    nan |  0.000 % |
47.59/48.31	c 49	|       100 |   28314   612469  2925942 |   224571       87     18 | 23.639 % |
47.68/48.49	c 49	|       250 |   28259   612469  2925942 |   247029      195     12 | 46.961 % |
47.88/48.65	c 49	|       475 |   28238   612469  2925942 |   271732      392     10 | 58.677 % |
48.08/48.82	c 49	|       812 |   28227   612469  2925942 |   298905      722     10 | 64.485 % |
48.37/49.10	c 49	|      1318 |   28155   612469  2925942 |   328795     1184      8 | 74.707 % |
48.67/49.43	c 50	|      2077 |   28121   612469  2925942 |   361675     1934     10 | 74.836 % |
49.65/50.41	c 51	|      3216 |   26212   612469  2925942 |   397842     3046     11 | 75.147 % |
50.25/51.09	c 51	|      4925 |   26146   612469  2925942 |   437627     4719     11 | 76.160 % |
51.23/52.04	c 52	|      7487 |   26133   612469  2925942 |   481389     7280     14 | 76.361 % |
53.57/54.46	c 55	|     11331 |   26072   612469  2925942 |   529528    11105     16 | 76.910 % |
58.54/59.44	c 60	|     17098 |    6728   465754  2269103 |   582481    15983     21 | 77.633 % |
66.10/67.16	c 67	|     25749 |    6725   465754  2269103 |   640730    24632     27 | 78.032 % |
79.57/80.76	c 81	|     38723 |    6440   451131  2198530 |   704803    37603     34 | 78.237 % |
104.77/106.31	c 107	|     58184 |    6381   448745  2187070 |   775283    57062     44 | 78.237 % |
149.95/152.48	c 153	|     87377 |    6319   446560  2176567 |   852811    86246     46 | 78.455 % |
204.18/207.58	c 208	===============================================================================
204.18/207.58	c 208	restarts              : 16
204.18/207.58	c 208	conflicts             : 118606         (755 /sec)
204.18/207.58	c 208	decisions             : 175260         (0.81 % random) (1116 /sec)
204.18/207.58	c 208	propagations          : 42720085       (272033 /sec)
204.18/207.58	c 208	conflict literals     : 5572538        (58.40 % deleted)
204.18/207.58	c 208	Memory used           : 56.69 MB
204.18/207.58	c 208	CPU time              : 157.04 s
204.18/207.58	c 208	
204.18/207.59	c 208	SATISFIABLE
204.28/207.60	c 208	DECODING HOME/temp.out WITH HOME/temp.map
204.28/207.60	c 208	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
204.28/207.68	c 208	Decoding HOME/temp.out
204.47/207.90	s SATISFIABLE
204.58/207.91	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
204.58/207.95	c 208	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
204.58/207.99	c 208	CPU 204.61 (0.05 0.02 203.95 0.59)
204.58/207.99	c 208	END Sun Jul 12 01:15:35 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2071511-1247353927/watcher-2071511-1247353927 -o /tmp/evaluation-result-2071511-1247353927/solver-2071511-1247353927 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2071511-1247353927.xml 

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


[startup+0 s]
/proc/loadavg: 2.43 2.32 2.15 4/84 16108
/proc/meminfo: memFree=1359744/2055920 swapFree=4192812/4192956
[pid=16108] ppid=16106 vsize=18576 CPUtime=0
/proc/16108/stat : 16108 (runsolver) R 16106 16108 15343 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 22457525 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 234211568935 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16108/statm: 4644 284 249 26 0 2626 0

[startup+0.079158 s]
/proc/loadavg: 2.43 2.32 2.15 4/84 16108
/proc/meminfo: memFree=1359744/2055920 swapFree=4192812/4192956
[pid=16108] ppid=16106 vsize=16740 CPUtime=0.06
/proc/16108/stat : 16108 (sugar) S 16106 16108 15343 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 22457525 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16108/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101586 s]
/proc/loadavg: 2.43 2.32 2.15 4/84 16108
/proc/meminfo: memFree=1359744/2055920 swapFree=4192812/4192956
[pid=16108] ppid=16106 vsize=16868 CPUtime=0.06
/proc/16108/stat : 16108 (sugar) S 16106 16108 15343 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22457525 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16108/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301601 s]
/proc/loadavg: 2.43 2.32 2.15 4/84 16108
/proc/meminfo: memFree=1359744/2055920 swapFree=4192812/4192956
[pid=16108] ppid=16106 vsize=16868 CPUtime=0.06
/proc/16108/stat : 16108 (sugar) S 16106 16108 15343 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22457525 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16108/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701655 s]
/proc/loadavg: 2.43 2.32 2.15 4/84 16108
/proc/meminfo: memFree=1359744/2055920 swapFree=4192812/4192956
[pid=16108] ppid=16106 vsize=16868 CPUtime=0.43
/proc/16108/stat : 16108 (sugar) S 16106 16108 15343 0 -1 4194304 1309 5281 0 1 5 1 34 3 16 0 1 0 22457525 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16108/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 16868

[startup+1.50176 s]
/proc/loadavg: 2.43 2.32 2.15 4/95 16130
/proc/meminfo: memFree=1342120/2055920 swapFree=4192812/4192956
[pid=16108] ppid=16106 vsize=16868 CPUtime=0.43
/proc/16108/stat : 16108 (sugar) S 16106 16108 15343 0 -1 4194304 1309 5281 0 1 5 1 34 3 15 0 1 0 22457525 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16108/statm: 4217 1111 409 3 0 796 0
[pid=16121] ppid=16108 vsize=5356 CPUtime=0
/proc/16121/stat : 16121 (sh) S 16108 16108 15343 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22457575 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16121/statm: 1339 233 193 169 0 50 0
[pid=16122] ppid=16121 vsize=864432 CPUtime=0.94
/proc/16122/stat : 16122 (java) S 16121 16108 15343 0 -1 0 10342 0 1 0 90 4 0 0 18 0 9 0 22457576 885178368 9520 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16122/statm: 216108 9520 2566 9 0 210613 0
[pid=16122/tid=16123] ppid=16121 vsize=864432 CPUtime=0.4
/proc/16122/task/16123/stat : 16123 (java) R 16121 16108 15343 0 -1 64 2785 0 1 0 39 1 0 0 19 0 9 0 22457576 885178368 9520 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16122/tid=16124] ppid=16121 vsize=864432 CPUtime=0.45
/proc/16122/task/16124/stat : 16124 (java) R 16121 16108 15343 0 -1 64 6543 0 0 0 44 1 0 0 17 0 9 0 22457578 885178368 9520 996147200 134512640 134550932 4294955936 18446744073709551615 103733279 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16122/tid=16125] ppid=16121 vsize=864432 CPUtime=0
/proc/16122/task/16125/stat : 16125 (java) S 16121 16108 15343 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22457578 885178368 9520 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16122/tid=16126] ppid=16121 vsize=864432 CPUtime=0
/proc/16122/task/16126/stat : 16126 (java) S 16121 16108 15343 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22457578 885178368 9520 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16122/tid=16127] ppid=16121 vsize=864432 CPUtime=0
/proc/16122/task/16127/stat : 16127 (java) S 16121 16108 15343 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22457580 885178368 9520 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16122/tid=16128] ppid=16121 vsize=864432 CPUtime=0.05
/proc/16122/task/16128/stat : 16128 (java) S 16121 16108 15343 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 22457580 885178368 9520 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16122/tid=16129] ppid=16121 vsize=864432 CPUtime=0
/proc/16122/task/16129/stat : 16129 (java) S 16121 16108 15343 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22457580 885178368 9520 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16122/tid=16130] ppid=16121 vsize=864432 CPUtime=0
/proc/16122/task/16130/stat : 16130 (java) S 16121 16108 15343 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22457580 885178368 9520 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 886656

[startup+3.10296 s]
/proc/loadavg: 2.48 2.33 2.15 4/95 16130
/proc/meminfo: memFree=1313832/2055920 swapFree=4192812/4192956
[pid=16108] ppid=16106 vsize=16868 CPUtime=0.43
/proc/16108/stat : 16108 (sugar) S 16106 16108 15343 0 -1 4194304 1310 5281 0 1 5 1 34 3 15 0 1 0 22457525 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16108/statm: 4217 1111 409 3 0 796 0
[pid=16121] ppid=16108 vsize=5356 CPUtime=0
/proc/16121/stat : 16121 (sh) S 16108 16108 15343 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22457575 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16121/statm: 1339 233 193 169 0 50 0
[pid=16122] ppid=16121 vsize=864404 CPUtime=2.53
/proc/16122/stat : 16122 (java) S 16121 16108 15343 0 -1 0 17992 0 1 0 244 9 0 0 18 0 9 0 22457576 885149696 17055 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16122/statm: 216101 17055 2590 9 0 210578 0
[pid=16122/tid=16123] ppid=16121 vsize=864404 CPUtime=1.07
/proc/16122/task/16123/stat : 16123 (java) R 16121 16108 15343 0 -1 64 3399 0 1 0 105 2 0 0 20 0 9 0 22457576 885149696 17055 996147200 134512640 134550932 4294955936 18446744073709551615 4126566763 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16122/tid=16124] ppid=16121 vsize=864404 CPUtime=1.34
/proc/16122/task/16124/stat : 16124 (java) S 16121 16108 15343 0 -1 64 13558 0 0 0 129 5 0 0 16 0 9 0 22457578 885149696 17055 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16122/tid=16125] ppid=16121 vsize=864404 CPUtime=0
/proc/16122/task/16125/stat : 16125 (java) S 16121 16108 15343 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22457578 885149696 17055 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16122/tid=16126] ppid=16121 vsize=864404 CPUtime=0
/proc/16122/task/16126/stat : 16126 (java) S 16121 16108 15343 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22457578 885149696 17055 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16122/tid=16127] ppid=16121 vsize=864404 CPUtime=0
/proc/16122/task/16127/stat : 16127 (java) S 16121 16108 15343 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22457580 885149696 17055 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16122/tid=16128] ppid=16121 vsize=864404 CPUtime=0.08
/proc/16122/task/16128/stat : 16128 (java) S 16121 16108 15343 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 22457580 885149696 17055 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16122/tid=16129] ppid=16121 vsize=864404 CPUtime=0
/proc/16122/task/16129/stat : 16129 (java) S 16121 16108 15343 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22457580 885149696 17055 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16122/tid=16130] ppid=16121 vsize=864404 CPUtime=0
/proc/16122/task/16130/stat : 16130 (java) S 16121 16108 15343 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22457580 885149696 17055 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 886628

[startup+6.30236 s]
/proc/loadavg: 2.48 2.33 2.15 3/95 16130
/proc/meminfo: memFree=1293672/2055920 swapFree=4192812/4192956
[pid=16108] ppid=16106 vsize=16868 CPUtime=0.43
/proc/16108/stat : 16108 (sugar) S 16106 16108 15343 0 -1 4194304 1310 5281 0 1 5 1 34 3 15 0 1 0 22457525 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16108/statm: 4217 1111 409 3 0 796 0
[pid=16121] ppid=16108 vsize=5356 CPUtime=0
/proc/16121/stat : 16121 (sh) S 16108 16108 15343 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22457575 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16121/statm: 1339 233 193 169 0 50 0
[pid=16122] ppid=16121 vsize=864404 CPUtime=5.69
/proc/16122/stat : 16122 (java) S 16121 16108 15343 0 -1 0 18752 0 1 0 559 10 0 0 18 0 9 0 22457576 885149696 17777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16122/statm: 216101 17777 2590 9 0 210578 0
[pid=16122/tid=16123] ppid=16121 vsize=864404 CPUtime=4.16
/proc/16122/task/16123/stat : 16123 (java) R 16121 16108 15343 0 -1 64 3437 0 1 0 413 3 0 0 25 0 9 0 22457576 885149696 17777 996147200 134512640 134550932 4294955936 18446744073709551615 102523996 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16122/tid=16124] ppid=16121 vsize=864404 CPUtime=1.43
/proc/16122/task/16124/stat : 16124 (java) S 16121 16108 15343 0 -1 64 14280 0 0 0 137 6 0 0 16 0 9 0 22457578 885149696 17777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16122/tid=16125] ppid=16121 vsize=864404 CPUtime=0
/proc/16122/task/16125/stat : 16125 (java) S 16121 16108 15343 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22457578 885149696 17777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16122/tid=16126] ppid=16121 vsize=864404 CPUtime=0
/proc/16122/task/16126/stat : 16126 (java) S 16121 16108 15343 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22457578 885149696 17777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16122/tid=16127] ppid=16121 vsize=864404 CPUtime=0
/proc/16122/task/16127/stat : 16127 (java) S 16121 16108 15343 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22457580 885149696 17777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16122/tid=16128] ppid=16121 vsize=864404 CPUtime=0.08
/proc/16122/task/16128/stat : 16128 (java) S 16121 16108 15343 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 22457580 885149696 17777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16122/tid=16129] ppid=16121 vsize=864404 CPUtime=0
/proc/16122/task/16129/stat : 16129 (java) S 16121 16108 15343 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22457580 885149696 17777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16122/tid=16130] ppid=16121 vsize=864404 CPUtime=0
/proc/16122/task/16130/stat : 16130 (java) S 16121 16108 15343 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22457580 885149696 17777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 886628

[startup+12.7022 s]
/proc/loadavg: 2.48 2.33 2.15 3/95 16130
/proc/meminfo: memFree=1282792/2055920 swapFree=4192812/4192956
[pid=16108] ppid=16106 vsize=16868 CPUtime=0.43
/proc/16108/stat : 16108 (sugar) S 16106 16108 15343 0 -1 4194304 1310 5281 0 1 5 1 34 3 15 0 1 0 22457525 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16108/statm: 4217 1111 409 3 0 796 0
[pid=16121] ppid=16108 vsize=5356 CPUtime=0
/proc/16121/stat : 16121 (sh) S 16108 16108 15343 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22457575 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16121/statm: 1339 233 193 169 0 50 0
[pid=16122] ppid=16121 vsize=864404 CPUtime=12.05
/proc/16122/stat : 16122 (java) S 16121 16108 15343 0 -1 0 20503 0 1 0 1192 13 0 0 18 0 9 0 22457576 885149696 19429 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16122/statm: 216101 19429 2590 9 0 210578 0
[pid=16122/tid=16123] ppid=16121 vsize=864404 CPUtime=10.29
/proc/16122/task/16123/stat : 16123 (java) R 16121 16108 15343 0 -1 64 3536 0 1 0 1024 5 0 0 25 0 9 0 22457576 885149696 19429 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16122/tid=16124] ppid=16121 vsize=864404 CPUtime=1.65
/proc/16122/task/16124/stat : 16124 (java) S 16121 16108 15343 0 -1 64 15931 0 0 0 158 7 0 0 16 0 9 0 22457578 885149696 19429 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16122/tid=16125] ppid=16121 vsize=864404 CPUtime=0
/proc/16122/task/16125/stat : 16125 (java) S 16121 16108 15343 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22457578 885149696 19429 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16122/tid=16126] ppid=16121 vsize=864404 CPUtime=0
/proc/16122/task/16126/stat : 16126 (java) S 16121 16108 15343 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22457578 885149696 19429 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16122/tid=16127] ppid=16121 vsize=864404 CPUtime=0
/proc/16122/task/16127/stat : 16127 (java) S 16121 16108 15343 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22457580 885149696 19429 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16122/tid=16128] ppid=16121 vsize=864404 CPUtime=0.08
/proc/16122/task/16128/stat : 16128 (java) S 16121 16108 15343 0 -1 64 337 0 0 0 8 0 0 0 17 0 9 0 22457580 885149696 19429 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16122/tid=16129] ppid=16121 vsize=864404 CPUtime=0
/proc/16122/task/16129/stat : 16129 (java) S 16121 16108 15343 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22457580 885149696 19429 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16122/tid=16130] ppid=16121 vsize=864404 CPUtime=0
/proc/16122/task/16130/stat : 16130 (java) R 16121 16108 15343 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22457580 885149696 19429 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 886628

[startup+25.5018 s]
/proc/loadavg: 2.65 2.37 2.17 4/95 16130
/proc/meminfo: memFree=1260840/2055920 swapFree=4192812/4192956
[pid=16108] ppid=16106 vsize=16868 CPUtime=0.43
/proc/16108/stat : 16108 (sugar) S 16106 16108 15343 0 -1 4194304 1310 5281 0 1 5 1 34 3 15 0 1 0 22457525 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16108/statm: 4217 1111 409 3 0 796 0
[pid=16121] ppid=16108 vsize=5356 CPUtime=0
/proc/16121/stat : 16121 (sh) S 16108 16108 15343 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22457575 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16121/statm: 1339 233 193 169 0 50 0
[pid=16122] ppid=16121 vsize=864404 CPUtime=24.64
/proc/16122/stat : 16122 (java) S 16121 16108 15343 0 -1 0 23762 0 1 0 2443 21 0 0 18 0 9 0 22457576 885149696 22492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16122/statm: 216101 22492 2590 9 0 210578 0
[pid=16122/tid=16123] ppid=16121 vsize=864404 CPUtime=22.43
/proc/16122/task/16123/stat : 16123 (java) R 16121 16108 15343 0 -1 64 3732 0 1 0 2233 10 0 0 25 0 9 0 22457576 885149696 22492 996147200 134512640 134550932 4294955936 18446744073709551615 4126553661 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16122/tid=16124] ppid=16121 vsize=864404 CPUtime=2.1
/proc/16122/task/16124/stat : 16124 (java) S 16121 16108 15343 0 -1 64 18989 0 0 0 200 10 0 0 16 0 9 0 22457578 885149696 22492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16122/tid=16125] ppid=16121 vsize=864404 CPUtime=0
/proc/16122/task/16125/stat : 16125 (java) S 16121 16108 15343 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22457578 885149696 22492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16122/tid=16126] ppid=16121 vsize=864404 CPUtime=0
/proc/16122/task/16126/stat : 16126 (java) S 16121 16108 15343 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22457578 885149696 22492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16122/tid=16127] ppid=16121 vsize=864404 CPUtime=0

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

Current children cumulated CPU time (s) 50.35
Current children cumulated vsize (KiB) 58276

[startup+102.307 s]
/proc/loadavg: 2.30 2.32 2.17 3/87 16132
/proc/meminfo: memFree=1269544/2055920 swapFree=4192812/4192956
[pid=16108] ppid=16106 vsize=16868 CPUtime=47.1
/proc/16108/stat : 16108 (sugar) S 16106 16108 15343 0 -1 4194304 1376 37561 0 2 5 2 4662 41 16 0 1 0 22457525 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16108/statm: 4217 1113 409 3 0 796 0
[pid=16131] ppid=16108 vsize=5356 CPUtime=0
/proc/16131/stat : 16131 (sh) S 16108 16108 15343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22462305 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16131/statm: 1339 232 193 169 0 50 0
[pid=16132] ppid=16131 vsize=42904 CPUtime=53.69
/proc/16132/stat : 16132 (minisat) R 16131 16108 15343 0 -1 4194304 10489 0 0 0 5362 7 0 0 25 0 1 0 22462305 43933696 10475 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/16132/statm: 10726 10475 75 150 0 10573 0
Current children cumulated CPU time (s) 100.79
Current children cumulated vsize (KiB) 65128

[startup+162.301 s]
/proc/loadavg: 2.38 2.34 2.18 3/87 16132
/proc/meminfo: memFree=1246952/2055920 swapFree=4192812/4192956
[pid=16108] ppid=16106 vsize=16868 CPUtime=47.1
/proc/16108/stat : 16108 (sugar) S 16106 16108 15343 0 -1 4194304 1376 37561 0 2 5 2 4662 41 16 0 1 0 22457525 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16108/statm: 4217 1113 409 3 0 796 0
[pid=16131] ppid=16108 vsize=5356 CPUtime=0
/proc/16131/stat : 16131 (sh) S 16108 16108 15343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22462305 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16131/statm: 1339 232 193 169 0 50 0
[pid=16132] ppid=16131 vsize=51724 CPUtime=112.59
/proc/16132/stat : 16132 (minisat) R 16131 16108 15343 0 -1 4194304 12673 0 0 0 11250 9 0 0 25 0 1 0 22462305 52965376 12659 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16132/statm: 12931 12659 75 150 0 12778 0
Current children cumulated CPU time (s) 159.69
Current children cumulated vsize (KiB) 73948

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

[startup+179.101 s]
/proc/loadavg: 2.42 2.35 2.19 3/87 16132
/proc/meminfo: memFree=1241320/2055920 swapFree=4192812/4192956
[pid=16108] ppid=16106 vsize=16868 CPUtime=47.1
/proc/16108/stat : 16108 (sugar) S 16106 16108 15343 0 -1 4194304 1376 37561 0 2 5 2 4662 41 16 0 1 0 22457525 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16108/statm: 4217 1113 409 3 0 796 0
[pid=16131] ppid=16108 vsize=5356 CPUtime=0
/proc/16131/stat : 16131 (sh) S 16108 16108 15343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22462305 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16131/statm: 1339 232 193 169 0 50 0
[pid=16132] ppid=16131 vsize=54060 CPUtime=129.11
/proc/16132/stat : 16132 (minisat) R 16131 16108 15343 0 -1 4194304 13228 0 0 0 12900 11 0 0 25 0 1 0 22462305 55357440 13214 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16132/statm: 13515 13214 75 150 0 13362 0
Current children cumulated CPU time (s) 176.21
Current children cumulated vsize (KiB) 76284

[startup+191.902 s]
/proc/loadavg: 2.35 2.34 2.19 3/87 16132
/proc/meminfo: memFree=1236456/2055920 swapFree=4192812/4192956
[pid=16108] ppid=16106 vsize=16868 CPUtime=47.1
/proc/16108/stat : 16108 (sugar) S 16106 16108 15343 0 -1 4194304 1376 37561 0 2 5 2 4662 41 16 0 1 0 22457525 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16108/statm: 4217 1113 409 3 0 796 0
[pid=16131] ppid=16108 vsize=5356 CPUtime=0
/proc/16131/stat : 16131 (sh) S 16108 16108 15343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22462305 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16131/statm: 1339 232 193 169 0 50 0
[pid=16132] ppid=16131 vsize=55804 CPUtime=141.7
/proc/16132/stat : 16132 (minisat) R 16131 16108 15343 0 -1 4194304 13663 0 0 0 14159 11 0 0 25 0 1 0 22462305 57143296 13649 996147200 134512640 135127466 4294956256 18446744073709551615 134530967 0 0 4096 3 0 0 0 17 0 0 0
/proc/16132/statm: 13951 13649 75 150 0 13798 0
Current children cumulated CPU time (s) 188.8
Current children cumulated vsize (KiB) 78028

[startup+198.302 s]
/proc/loadavg: 2.30 2.33 2.18 5/87 16132
/proc/meminfo: memFree=1233640/2055920 swapFree=4192812/4192956
[pid=16108] ppid=16106 vsize=16868 CPUtime=47.1
/proc/16108/stat : 16108 (sugar) S 16106 16108 15343 0 -1 4194304 1376 37561 0 2 5 2 4662 41 16 0 1 0 22457525 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16108/statm: 4217 1113 409 3 0 796 0
[pid=16131] ppid=16108 vsize=5356 CPUtime=0
/proc/16131/stat : 16131 (sh) S 16108 16108 15343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22462305 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16131/statm: 1339 232 193 169 0 50 0
[pid=16132] ppid=16131 vsize=56728 CPUtime=148.02
/proc/16132/stat : 16132 (minisat) R 16131 16108 15343 0 -1 4194304 13912 0 0 0 14790 12 0 0 25 0 1 0 22462305 58089472 13898 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16132/statm: 14182 13898 75 150 0 14029 0
Current children cumulated CPU time (s) 195.12
Current children cumulated vsize (KiB) 78952

[startup+204.702 s]
/proc/loadavg: 2.27 2.32 2.18 3/87 16132
/proc/meminfo: memFree=1231208/2055920 swapFree=4192812/4192956
[pid=16108] ppid=16106 vsize=16868 CPUtime=47.1
/proc/16108/stat : 16108 (sugar) S 16106 16108 15343 0 -1 4194304 1376 37561 0 2 5 2 4662 41 16 0 1 0 22457525 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16108/statm: 4217 1113 409 3 0 796 0
[pid=16131] ppid=16108 vsize=5356 CPUtime=0
/proc/16131/stat : 16131 (sh) S 16108 16108 15343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22462305 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16131/statm: 1339 232 193 169 0 50 0
[pid=16132] ppid=16131 vsize=57652 CPUtime=154.36
/proc/16132/stat : 16132 (minisat) R 16131 16108 15343 0 -1 4194304 14130 0 0 0 15424 12 0 0 25 0 1 0 22462305 59035648 14116 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16132/statm: 14413 14116 75 150 0 14260 0
Current children cumulated CPU time (s) 201.46
Current children cumulated vsize (KiB) 79876

[startup+206.302 s]
/proc/loadavg: 2.27 2.32 2.18 3/87 16132
/proc/meminfo: memFree=1230696/2055920 swapFree=4192812/4192956
[pid=16108] ppid=16106 vsize=16868 CPUtime=47.1
/proc/16108/stat : 16108 (sugar) S 16106 16108 15343 0 -1 4194304 1376 37561 0 2 5 2 4662 41 16 0 1 0 22457525 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16108/statm: 4217 1113 409 3 0 796 0
[pid=16131] ppid=16108 vsize=5356 CPUtime=0
/proc/16131/stat : 16131 (sh) S 16108 16108 15343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22462305 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16131/statm: 1339 232 193 169 0 50 0
[pid=16132] ppid=16131 vsize=57784 CPUtime=155.89
/proc/16132/stat : 16132 (minisat) R 16131 16108 15343 0 -1 4194304 14188 0 0 0 15577 12 0 0 25 0 1 0 22462305 59170816 14174 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16132/statm: 14446 14174 75 150 0 14293 0
Current children cumulated CPU time (s) 202.99
Current children cumulated vsize (KiB) 80008

[startup+207.102 s]
/proc/loadavg: 2.25 2.32 2.18 3/87 16132
/proc/meminfo: memFree=1230248/2055920 swapFree=4192812/4192956
[pid=16108] ppid=16106 vsize=16868 CPUtime=47.1
/proc/16108/stat : 16108 (sugar) S 16106 16108 15343 0 -1 4194304 1376 37561 0 2 5 2 4662 41 16 0 1 0 22457525 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16108/statm: 4217 1113 409 3 0 796 0
[pid=16131] ppid=16108 vsize=5356 CPUtime=0
/proc/16131/stat : 16131 (sh) S 16108 16108 15343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22462305 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16131/statm: 1339 232 193 169 0 50 0
[pid=16132] ppid=16131 vsize=57916 CPUtime=156.69
/proc/16132/stat : 16132 (minisat) R 16131 16108 15343 0 -1 4194304 14216 0 0 0 15656 13 0 0 25 0 1 0 22462305 59305984 14202 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16132/statm: 14479 14202 75 150 0 14326 0
Current children cumulated CPU time (s) 203.79
Current children cumulated vsize (KiB) 80140

[startup+207.502 s]
/proc/loadavg: 2.25 2.32 2.18 3/87 16132
/proc/meminfo: memFree=1230248/2055920 swapFree=4192812/4192956
[pid=16108] ppid=16106 vsize=16868 CPUtime=47.1
/proc/16108/stat : 16108 (sugar) S 16106 16108 15343 0 -1 4194304 1376 37561 0 2 5 2 4662 41 16 0 1 0 22457525 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16108/statm: 4217 1113 409 3 0 796 0
[pid=16131] ppid=16108 vsize=5356 CPUtime=0
/proc/16131/stat : 16131 (sh) S 16108 16108 15343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22462305 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16131/statm: 1339 232 193 169 0 50 0
[pid=16132] ppid=16131 vsize=58048 CPUtime=157.08
/proc/16132/stat : 16132 (minisat) R 16131 16108 15343 0 -1 4194304 14233 0 0 0 15695 13 0 0 25 0 1 0 22462305 59441152 14219 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16132/statm: 14512 14219 75 150 0 14359 0
Current children cumulated CPU time (s) 204.18
Current children cumulated vsize (KiB) 80272

[startup+207.907 s]
/proc/loadavg: 2.25 2.32 2.18 4/95 16142
/proc/meminfo: memFree=1281832/2055920 swapFree=4192812/4192956
[pid=16108] ppid=16106 vsize=16868 CPUtime=204.3
/proc/16108/stat : 16108 (sugar) S 16106 16108 15343 0 -1 4194304 1449 52099 0 2 5 2 20367 56 15 0 1 0 22457525 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16108/statm: 4217 1113 409 3 0 796 0
[pid=16133] ppid=16108 vsize=5356 CPUtime=0
/proc/16133/stat : 16133 (sh) S 16108 16108 15343 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22478285 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16133/statm: 1339 233 193 169 0 50 0
[pid=16134] ppid=16133 vsize=862156 CPUtime=0.28
/proc/16134/stat : 16134 (java) S 16133 16108 15343 0 -1 0 2952 0 1 0 26 2 0 0 18 0 9 0 22478286 882847744 2423 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16134/statm: 215539 2423 1269 9 0 210452 0
[pid=16134/tid=16135] ppid=16133 vsize=862156 CPUtime=0.24
/proc/16134/task/16135/stat : 16135 (java) R 16133 16108 15343 0 -1 64 1959 0 1 0 23 1 0 0 19 0 9 0 22478287 882847744 2423 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16134/tid=16136] ppid=16133 vsize=862156 CPUtime=0
/proc/16134/task/16136/stat : 16136 (java) S 16133 16108 15343 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 22478288 882847744 2423 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16134/tid=16137] ppid=16133 vsize=862156 CPUtime=0
/proc/16134/task/16137/stat : 16137 (java) S 16133 16108 15343 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 22478288 882847744 2423 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16134/tid=16138] ppid=16133 vsize=862156 CPUtime=0
/proc/16134/task/16138/stat : 16138 (java) S 16133 16108 15343 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 22478288 882847744 2423 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16134/tid=16139] ppid=16133 vsize=862156 CPUtime=0
/proc/16134/task/16139/stat : 16139 (java) S 16133 16108 15343 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22478290 882847744 2423 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16134/tid=16140] ppid=16133 vsize=862156 CPUtime=0.03
/proc/16134/task/16140/stat : 16140 (java) S 16133 16108 15343 0 -1 64 298 0 0 0 3 0 0 0 17 0 9 0 22478290 882847744 2423 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16134/tid=16141] ppid=16133 vsize=862156 CPUtime=0
/proc/16134/task/16141/stat : 16141 (java) S 16133 16108 15343 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22478291 882847744 2423 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16134/tid=16142] ppid=16133 vsize=862156 CPUtime=0
/proc/16134/task/16142/stat : 16142 (java) S 16133 16108 15343 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22478291 882847744 2423 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 204.58
Current children cumulated vsize (KiB) 884380

Child status: 0
Real time (s): 207.991
CPU time (s): 204.632
CPU user time (s): 204.008
CPU system time (s): 0.623905
CPU usage (%): 98.3851
Max. virtual memory (cumulated for all children) (KiB): 897128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 204.008
system time used= 0.623905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57412
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= 8809
involuntary context switches= 12745

runsolver used 0.273958 second user time and 0.695894 second system time

The end

Launcher Data

Begin job on node54 at 2009-07-12 01:12:07
IDJOB=2071511
IDBENCH=55499
IDSOLVER=739
FILE ID=node54/2071511-1247353927
PBS_JOBID= 9506937
Free space on /tmp= 66412 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/travellingSalesman-25/normalized-tsp-25-843_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071511-1247353927/watcher-2071511-1247353927 -o /tmp/evaluation-result-2071511-1247353927/solver-2071511-1247353927 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2071511-1247353927.xml

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

MD5SUM BENCH= 8cd97389cab29f912677fbc361921ea8
RANDOM SEED=472838870

node54.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.232
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.232
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:       1360224 kB
Buffers:         10384 kB
Cached:          85292 kB
SwapCached:          0 kB
Active:         622372 kB
Inactive:        26336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1360224 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1424 kB
Writeback:           0 kB
Mapped:         568664 kB
Slab:            31340 kB
Committed_AS:   863416 kB
PageTables:       2788 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66408 MiB
End job on node54 at 2009-07-12 01:15:35