Trace number 2071412

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 104.296 105.392

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-3_ext.xml
MD5SUM9f83499fcd97050db5bc646d81ebf564
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 benchmark0.533918
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints350
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension350
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.08	c 0	BEGIN Sun Jul 12 01:08:17 2009
0.06/0.08	c 0	PID 16233
0.06/0.08	c 0	HOST node66.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2071412-1247353697.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-2071412-1247353697.xml' 'HOME/temp.csp'
0.06/0.45	c 1	5 domains, 76 variables, 0 predicates, 28 relations, 350 constraints
0.06/0.45	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.45	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.42/0.53	c 1	Parsing HOME/temp.csp
0.42/0.67	c 1	parsed 459 expressions
0.42/0.67	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.42/0.68	c 1	Converting to clausal form CSP
0.42/0.70	c 1	converted 46 (10%) expressions
0.42/0.71	c 1	converted 92 (20%) expressions
0.42/0.72	c 1	converted 138 (30%) expressions
0.42/0.73	c 1	converted 184 (40%) expressions
0.42/0.74	c 1	converted 230 (50%) expressions
0.42/0.74	c 1	converted 276 (60%) expressions
0.42/0.75	c 1	converted 322 (70%) expressions
0.42/0.76	c 1	converted 368 (80%) expressions
0.42/0.76	c 1	converted 414 (90%) expressions
2.13/2.26	c 2	converted 459 (100%) expressions
2.13/2.26	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.13/2.26	c 2	Heap : 40 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.13/2.26	c 2	Propagation in CSP
2.13/2.26	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.13/2.26	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.13/2.26	c 2	Heap : 40 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.13/2.27	c 2	Simplifing CSP by introducing new Boolean variables
2.13/2.27	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.13/2.27	c 2	Heap : 40 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.32/2.49	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.43/2.52	c 3	8 (10%) CSP integer variables are encoded (4088 clauses, 51001 bytes)
2.43/2.52	c 3	16 (20%) CSP integer variables are encoded (8176 clauses, 104145 bytes)
2.43/2.53	c 3	23 (30%) CSP integer variables are encoded (11265 clauses, 146873 bytes)
2.43/2.53	c 3	31 (40%) CSP integer variables are encoded (15353 clauses, 208193 bytes)
2.43/2.54	c 3	38 (50%) CSP integer variables are encoded (19418 clauses, 269168 bytes)
2.43/2.54	c 3	46 (60%) CSP integer variables are encoded (23506 clauses, 330488 bytes)
2.43/2.55	c 3	54 (70%) CSP integer variables are encoded (26138 clauses, 369968 bytes)
2.43/2.55	c 3	61 (80%) CSP integer variables are encoded (27167 clauses, 385403 bytes)
2.43/2.55	c 3	69 (90%) CSP integer variables are encoded (28343 clauses, 403043 bytes)
2.43/2.55	c 3	76 (100%) CSP integer variables are encoded (29078 clauses, 414068 bytes)
2.52/2.61	c 3	35 (10%) CSP clauses are encoded (30000 clauses, 432602 bytes)
2.52/2.63	c 3	70 (20%) CSP clauses are encoded (30899 clauses, 454418 bytes)
2.52/2.66	c 3	105 (30%) CSP clauses are encoded (31820 clauses, 476248 bytes)
2.52/2.68	c 3	140 (40%) CSP clauses are encoded (32743 clauses, 498301 bytes)
2.62/2.71	c 3	175 (50%) CSP clauses are encoded (33666 clauses, 520541 bytes)
2.62/2.73	c 3	210 (60%) CSP clauses are encoded (34586 clauses, 543215 bytes)
2.62/2.76	c 3	245 (70%) CSP clauses are encoded (35507 clauses, 567426 bytes)
2.62/2.79	c 3	280 (80%) CSP clauses are encoded (36449 clauses, 591903 bytes)
2.73/2.84	c 3	315 (90%) CSP clauses are encoded (37442 clauses, 617078 bytes)
43.50/44.06	c 44	350 (100%) CSP clauses are encoded (574165 clauses, 18375600 bytes)
43.50/44.06	c 44	350 CSP clauses encoded
43.50/44.06	c 44	Writing map file : HOME/temp.map
43.50/44.07	c 44	Heap : 53 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
43.50/44.07	c 44	SAT : 29152 SAT variables, 574165 SAT clauses, 18375600 bytes
43.50/44.07	c 44	Heap : 53 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
43.50/44.09	c 44	SOLVING HOME/temp.cnf
43.50/44.09	c 44	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
43.50/44.09	c 44	This is MiniSat 2.0 beta
43.50/44.09	c 44	WARNING: for repeatability, setting FPU to use double precision
43.50/44.09	c 44	============================[ Problem Statistics ]=============================
43.50/44.09	c 44	|                                                                             |
43.50/44.09	c 44	|  Number of variables:  29152                                                |
43.50/44.09	c 44	|  Number of clauses:    574165                                               |
43.60/44.47	c 45	|  Parsing time:         0.32         s                                       |
43.60/44.49	c 45	============================[ Search Statistics ]==============================
43.60/44.49	c 45	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
43.60/44.49	c 45	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
43.60/44.49	c 45	===============================================================================
43.60/44.49	c 45	|         0 |   28151   561964  2675718 |   187321        0    nan |  0.000 % |
43.60/44.60	c 45	|       100 |   28129   561964  2675718 |   206053       77     11 | 29.922 % |
43.60/44.70	c 45	|       251 |   28119   561964  2675718 |   226658      186     10 | 41.815 % |
43.60/44.78	c 45	|       502 |   28095   561964  2675718 |   249324      418      8 | 53.674 % |
43.60/44.93	c 45	|       840 |   28065   561964  2675718 |   274257      729      8 | 62.754 % |
44.68/45.20	c 45	|      1346 |   27122   561964  2675718 |   301682     1186      8 | 72.218 % |
44.88/45.49	c 46	|      2105 |   27043   561964  2675718 |   331851     1903      9 | 73.017 % |
45.48/46.03	c 46	|      3244 |   26974   561964  2675718 |   365036     3027     10 | 76.173 % |
46.17/46.70	c 47	|      4956 |   26897   561964  2675718 |   401539     4695     10 | 76.770 % |
47.27/47.83	c 48	|      7518 |   26856   561964  2675718 |   441693     7240     11 | 77.158 % |
50.14/50.75	c 51	|     11363 |   26798   561964  2675718 |   485863    11075     13 | 77.460 % |
55.19/55.89	c 56	|     17129 |    6514   414016  2013140 |   534449    15797     16 | 78.358 % |
63.12/63.81	c 64	|     25778 |    6186   392307  1907486 |   587894    23975     20 | 78.955 % |
75.20/76.08	c 76	|     38753 |    6064   387459  1884202 |   646684    36945     27 | 79.919 % |
100.55/101.61	c 102	|     58216 |    5803   366395  1781384 |   711352    55956     30 | 80.341 % |
104.02/105.13	c 105	===============================================================================
104.02/105.13	c 105	restarts              : 15
104.02/105.13	c 105	conflicts             : 60624          (1004 /sec)
104.02/105.13	c 105	decisions             : 93816          (0.72 % random) (1553 /sec)
104.02/105.13	c 105	propagations          : 20296129       (336030 /sec)
104.02/105.13	c 105	conflict literals     : 1769674        (55.93 % deleted)
104.02/105.13	c 105	Memory used           : 36.51 MB
104.02/105.13	c 105	CPU time              : 60.3998 s
104.02/105.13	c 105	
104.02/105.14	c 105	SATISFIABLE
104.02/105.15	c 105	DECODING HOME/temp.out WITH HOME/temp.map
104.02/105.15	c 105	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'
104.09/105.24	c 105	Decoding HOME/temp.out
104.09/105.32	s SATISFIABLE
104.09/105.32	v 13 2 11 12 12 12 5 2 9 4 4 11 1 7 14 18 20 1 22 1 7 0 6 15 24 13 2 2 18 2 23 2 15 7 16 9 25 10 10 4 8 2 17 2 21 8 19 2 3 0 14 26 28 32 43 50 68 69 70 70 85 98 100 102 104 111 120 130 134 136 138 146 148 148 148 0
104.09/105.33	c 106	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
104.09/105.39	c 106	CPU 104.27 (0.06 0.02 103.71 0.48)
104.09/105.39	c 106	END Sun Jul 12 01:10:03 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2071412-1247353697/watcher-2071412-1247353697 -o /tmp/evaluation-result-2071412-1247353697/solver-2071412-1247353697 -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-2071412-1247353697.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.10 2.13 2.05 4/80 16233
/proc/meminfo: memFree=1789208/2055920 swapFree=4192812/4192956
[pid=16233] ppid=16231 vsize=12268 CPUtime=0
/proc/16233/stat : 16233 (sugar) R 16231 16233 15704 0 -1 4194304 348 0 0 0 0 0 0 0 23 0 1 0 22432543 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 227607804517 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/16233/statm: 3067 316 241 3 0 167 0

[startup+0.081887 s]
/proc/loadavg: 2.10 2.13 2.05 4/80 16233
/proc/meminfo: memFree=1789208/2055920 swapFree=4192812/4192956
[pid=16233] ppid=16231 vsize=16744 CPUtime=0.06
/proc/16233/stat : 16233 (sugar) R 16231 16233 15704 0 -1 4194304 1137 0 0 0 5 1 0 0 18 0 1 0 22432543 17145856 1105 996147200 4194304 4206940 548682068608 18446744073709551615 227607584517 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16233/statm: 4186 1105 403 3 0 765 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16744

[startup+0.102895 s]
/proc/loadavg: 2.10 2.13 2.05 4/80 16233
/proc/meminfo: memFree=1789208/2055920 swapFree=4192812/4192956
[pid=16233] ppid=16231 vsize=16868 CPUtime=0.06
/proc/16233/stat : 16233 (sugar) S 16231 16233 15704 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22432543 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16233/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302919 s]
/proc/loadavg: 2.10 2.13 2.05 4/80 16233
/proc/meminfo: memFree=1789208/2055920 swapFree=4192812/4192956
[pid=16233] ppid=16231 vsize=16868 CPUtime=0.06
/proc/16233/stat : 16233 (sugar) S 16231 16233 15704 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22432543 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16233/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702968 s]
/proc/loadavg: 2.10 2.13 2.05 4/80 16233
/proc/meminfo: memFree=1789208/2055920 swapFree=4192812/4192956
[pid=16233] ppid=16231 vsize=16868 CPUtime=0.42
/proc/16233/stat : 16233 (sugar) S 16231 16233 15704 0 -1 4194304 1309 5113 0 1 5 2 32 3 15 0 1 0 22432543 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16233/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 16868

[startup+1.50106 s]
/proc/loadavg: 2.10 2.13 2.05 3/91 16255
/proc/meminfo: memFree=1770176/2055920 swapFree=4192812/4192956
[pid=16233] ppid=16231 vsize=16868 CPUtime=0.42
/proc/16233/stat : 16233 (sugar) S 16231 16233 15704 0 -1 4194304 1309 5113 0 1 5 2 32 3 15 0 1 0 22432543 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16233/statm: 4217 1111 409 3 0 796 0
[pid=16246] ppid=16233 vsize=5356 CPUtime=0
/proc/16246/stat : 16246 (sh) S 16233 16233 15704 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22432589 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16246/statm: 1339 233 193 169 0 50 0
[pid=16247] ppid=16246 vsize=864440 CPUtime=1.02
/proc/16247/stat : 16247 (java) S 16246 16233 15704 0 -1 0 10594 0 1 0 97 5 0 0 18 0 9 0 22432590 885186560 9782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16247/statm: 216110 9782 2566 9 0 210615 0
[pid=16247/tid=16248] ppid=16246 vsize=864440 CPUtime=0.43
/proc/16247/task/16248/stat : 16248 (java) R 16246 16233 15704 0 -1 64 2803 0 1 0 42 1 0 0 20 0 9 0 22432591 885186560 9782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16247/tid=16249] ppid=16246 vsize=864440 CPUtime=0.51
/proc/16247/task/16249/stat : 16249 (java) R 16246 16233 15704 0 -1 64 6778 0 0 0 49 2 0 0 17 0 9 0 22432592 885186560 9782 996147200 134512640 134550932 4294955936 18446744073709551615 102768016 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16247/tid=16250] ppid=16246 vsize=864440 CPUtime=0
/proc/16247/task/16250/stat : 16250 (java) S 16246 16233 15704 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22432592 885186560 9782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16247/tid=16251] ppid=16246 vsize=864440 CPUtime=0
/proc/16247/task/16251/stat : 16251 (java) S 16246 16233 15704 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22432592 885186560 9782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16247/tid=16252] ppid=16246 vsize=864440 CPUtime=0
/proc/16247/task/16252/stat : 16252 (java) S 16246 16233 15704 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22432594 885186560 9782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16247/tid=16253] ppid=16246 vsize=864440 CPUtime=0.05
/proc/16247/task/16253/stat : 16253 (java) S 16246 16233 15704 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 22432594 885186560 9782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16247/tid=16254] ppid=16246 vsize=864440 CPUtime=0
/proc/16247/task/16254/stat : 16254 (java) S 16246 16233 15704 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22432594 885186560 9782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16247/tid=16255] ppid=16246 vsize=864440 CPUtime=0
/proc/16247/task/16255/stat : 16255 (java) S 16246 16233 15704 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22432594 885186560 9782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 886664

[startup+3.10124 s]
/proc/loadavg: 2.10 2.13 2.05 4/91 16255
/proc/meminfo: memFree=1741120/2055920 swapFree=4192812/4192956
[pid=16233] ppid=16231 vsize=16868 CPUtime=0.42
/proc/16233/stat : 16233 (sugar) S 16231 16233 15704 0 -1 4194304 1310 5113 0 1 5 2 32 3 15 0 1 0 22432543 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16233/statm: 4217 1111 409 3 0 796 0
[pid=16246] ppid=16233 vsize=5356 CPUtime=0
/proc/16246/stat : 16246 (sh) S 16233 16233 15704 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22432589 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16246/statm: 1339 233 193 169 0 50 0
[pid=16247] ppid=16246 vsize=864412 CPUtime=2.61
/proc/16247/stat : 16247 (java) S 16246 16233 15704 0 -1 0 16322 0 1 0 253 8 0 0 18 0 9 0 22432590 885157888 15400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16247/statm: 216103 15400 2590 9 0 210580 0
[pid=16247/tid=16248] ppid=16246 vsize=864412 CPUtime=1.25
/proc/16247/task/16248/stat : 16248 (java) R 16246 16233 15704 0 -1 64 3450 0 1 0 122 3 0 0 22 0 9 0 22432591 885157888 15400 996147200 134512640 134550932 4294955936 18446744073709551615 4126597248 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16247/tid=16249] ppid=16246 vsize=864412 CPUtime=1.25
/proc/16247/task/16249/stat : 16249 (java) S 16246 16233 15704 0 -1 64 11838 0 0 0 122 3 0 0 16 0 9 0 22432592 885157888 15400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16247/tid=16250] ppid=16246 vsize=864412 CPUtime=0
/proc/16247/task/16250/stat : 16250 (java) S 16246 16233 15704 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22432592 885157888 15400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16247/tid=16251] ppid=16246 vsize=864412 CPUtime=0
/proc/16247/task/16251/stat : 16251 (java) S 16246 16233 15704 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22432592 885157888 15400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16247/tid=16252] ppid=16246 vsize=864412 CPUtime=0
/proc/16247/task/16252/stat : 16252 (java) S 16246 16233 15704 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22432594 885157888 15400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16247/tid=16253] ppid=16246 vsize=864412 CPUtime=0.08
/proc/16247/task/16253/stat : 16253 (java) S 16246 16233 15704 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 22432594 885157888 15400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16247/tid=16254] ppid=16246 vsize=864412 CPUtime=0
/proc/16247/task/16254/stat : 16254 (java) S 16246 16233 15704 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22432594 885157888 15400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16247/tid=16255] ppid=16246 vsize=864412 CPUtime=0
/proc/16247/task/16255/stat : 16255 (java) S 16246 16233 15704 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22432594 885157888 15400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 886636

[startup+6.30262 s]
/proc/loadavg: 2.09 2.12 2.05 3/91 16255
/proc/meminfo: memFree=1731008/2055920 swapFree=4192812/4192956
[pid=16233] ppid=16231 vsize=16868 CPUtime=0.42
/proc/16233/stat : 16233 (sugar) S 16231 16233 15704 0 -1 4194304 1310 5113 0 1 5 2 32 3 15 0 1 0 22432543 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16233/statm: 4217 1111 409 3 0 796 0
[pid=16246] ppid=16233 vsize=5356 CPUtime=0
/proc/16246/stat : 16246 (sh) S 16233 16233 15704 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22432589 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16246/statm: 1339 233 193 169 0 50 0
[pid=16247] ppid=16246 vsize=864412 CPUtime=5.77
/proc/16247/stat : 16247 (java) S 16246 16233 15704 0 -1 0 17052 0 1 0 568 9 0 0 18 0 9 0 22432590 885157888 16089 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16247/statm: 216103 16089 2590 9 0 210580 0
[pid=16247/tid=16248] ppid=16246 vsize=864412 CPUtime=4.32
/proc/16247/task/16248/stat : 16248 (java) R 16246 16233 15704 0 -1 64 3491 0 1 0 429 3 0 0 25 0 9 0 22432591 885157888 16089 996147200 134512640 134550932 4294955936 18446744073709551615 4126526459 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16247/tid=16249] ppid=16246 vsize=864412 CPUtime=1.34
/proc/16247/task/16249/stat : 16249 (java) S 16246 16233 15704 0 -1 64 12527 0 0 0 130 4 0 0 16 0 9 0 22432592 885157888 16089 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16247/tid=16250] ppid=16246 vsize=864412 CPUtime=0
/proc/16247/task/16250/stat : 16250 (java) S 16246 16233 15704 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22432592 885157888 16089 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16247/tid=16251] ppid=16246 vsize=864412 CPUtime=0
/proc/16247/task/16251/stat : 16251 (java) S 16246 16233 15704 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22432592 885157888 16089 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16247/tid=16252] ppid=16246 vsize=864412 CPUtime=0
/proc/16247/task/16252/stat : 16252 (java) S 16246 16233 15704 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22432594 885157888 16089 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16247/tid=16253] ppid=16246 vsize=864412 CPUtime=0.08
/proc/16247/task/16253/stat : 16253 (java) S 16246 16233 15704 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 22432594 885157888 16089 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16247/tid=16254] ppid=16246 vsize=864412 CPUtime=0
/proc/16247/task/16254/stat : 16254 (java) S 16246 16233 15704 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22432594 885157888 16089 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16247/tid=16255] ppid=16246 vsize=864412 CPUtime=0
/proc/16247/task/16255/stat : 16255 (java) S 16246 16233 15704 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22432594 885157888 16089 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 886636

[startup+12.7024 s]
/proc/loadavg: 2.08 2.12 2.05 3/91 16255
/proc/meminfo: memFree=1721472/2055920 swapFree=4192812/4192956
[pid=16233] ppid=16231 vsize=16868 CPUtime=0.42
/proc/16233/stat : 16233 (sugar) S 16231 16233 15704 0 -1 4194304 1310 5113 0 1 5 2 32 3 15 0 1 0 22432543 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16233/statm: 4217 1111 409 3 0 796 0
[pid=16246] ppid=16233 vsize=5356 CPUtime=0
/proc/16246/stat : 16246 (sh) S 16233 16233 15704 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22432589 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16246/statm: 1339 233 193 169 0 50 0
[pid=16247] ppid=16246 vsize=864412 CPUtime=12.11
/proc/16247/stat : 16247 (java) S 16246 16233 15704 0 -1 0 18742 0 1 0 1198 13 0 0 18 0 9 0 22432590 885157888 17666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16247/statm: 216103 17666 2590 9 0 210580 0
[pid=16247/tid=16248] ppid=16246 vsize=864412 CPUtime=10.42
/proc/16247/task/16248/stat : 16248 (java) R 16246 16233 15704 0 -1 64 3604 0 1 0 1037 5 0 0 25 0 9 0 22432591 885157888 17666 996147200 134512640 134550932 4294955936 18446744073709551615 4126619763 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16247/tid=16249] ppid=16246 vsize=864412 CPUtime=1.58
/proc/16247/task/16249/stat : 16249 (java) S 16246 16233 15704 0 -1 64 14103 0 0 0 152 6 0 0 16 0 9 0 22432592 885157888 17666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16247/tid=16250] ppid=16246 vsize=864412 CPUtime=0
/proc/16247/task/16250/stat : 16250 (java) S 16246 16233 15704 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22432592 885157888 17666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16247/tid=16251] ppid=16246 vsize=864412 CPUtime=0
/proc/16247/task/16251/stat : 16251 (java) S 16246 16233 15704 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22432592 885157888 17666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16247/tid=16252] ppid=16246 vsize=864412 CPUtime=0
/proc/16247/task/16252/stat : 16252 (java) S 16246 16233 15704 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22432594 885157888 17666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16247/tid=16253] ppid=16246 vsize=864412 CPUtime=0.08
/proc/16247/task/16253/stat : 16253 (java) S 16246 16233 15704 0 -1 64 337 0 0 0 8 0 0 0 17 0 9 0 22432594 885157888 17666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16247/tid=16254] ppid=16246 vsize=864412 CPUtime=0
/proc/16247/task/16254/stat : 16254 (java) S 16246 16233 15704 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22432594 885157888 17666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16247/tid=16255] ppid=16246 vsize=864412 CPUtime=0
/proc/16247/task/16255/stat : 16255 (java) S 16246 16233 15704 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22432594 885157888 17666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 886636

[startup+25.5029 s]
/proc/loadavg: 2.06 2.11 2.05 3/91 16255
/proc/meminfo: memFree=1703488/2055920 swapFree=4192812/4192956
[pid=16233] ppid=16231 vsize=16868 CPUtime=0.42
/proc/16233/stat : 16233 (sugar) S 16231 16233 15704 0 -1 4194304 1310 5113 0 1 5 2 32 3 15 0 1 0 22432543 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16233/statm: 4217 1111 409 3 0 796 0
[pid=16246] ppid=16233 vsize=5356 CPUtime=0
/proc/16246/stat : 16246 (sh) S 16233 16233 15704 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22432589 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16246/statm: 1339 233 193 169 0 50 0
[pid=16247] ppid=16246 vsize=864412 CPUtime=24.78
/proc/16247/stat : 16247 (java) S 16246 16233 15704 0 -1 0 21950 0 1 0 2458 20 0 0 18 0 9 0 22432590 885157888 20653 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16247/statm: 216103 20653 2590 9 0 210580 0
[pid=16247/tid=16248] ppid=16246 vsize=864412 CPUtime=22.61
/proc/16247/task/16248/stat : 16248 (java) R 16246 16233 15704 0 -1 64 3825 0 1 0 2251 10 0 0 25 0 9 0 22432591 885157888 20653 996147200 134512640 134550932 4294955936 18446744073709551615 4126586111 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16247/tid=16249] ppid=16246 vsize=864412 CPUtime=2.04
/proc/16247/task/16249/stat : 16249 (java) S 16246 16233 15704 0 -1 64 17085 0 0 0 196 8 0 0 16 0 9 0 22432592 885157888 20653 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16247/tid=16250] ppid=16246 vsize=864412 CPUtime=0
/proc/16247/task/16250/stat : 16250 (java) S 16246 16233 15704 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22432592 885157888 20653 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16247/tid=16251] ppid=16246 vsize=864412 CPUtime=0
/proc/16247/task/16251/stat : 16251 (java) S 16246 16233 15704 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22432592 885157888 20653 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16247/tid=16252] ppid=16246 vsize=864412 CPUtime=0
/proc/16247/task/16252/stat : 16252 (java) S 16246 16233 15704 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22432594 885157888 20653 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16247/tid=16253] ppid=16246 vsize=864412 CPUtime=0.09
/proc/16247/task/16253/stat : 16253 (java) S 16246 16233 15704 0 -1 64 342 0 0 0 9 0 0 0 17 0 9 0 22432594 885157888 20653 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16247/tid=16254] ppid=16246 vsize=864412 CPUtime=0
/proc/16247/task/16254/stat : 16254 (java) S 16246 16233 15704 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22432594 885157888 20653 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16247/tid=16255] ppid=16246 vsize=864412 CPUtime=0
/proc/16247/task/16255/stat : 16255 (java) S 16246 16233 15704 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22432594 885157888 20653 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 886636

[startup+51.1029 s]
/proc/loadavg: 2.04 2.10 2.04 3/83 16257
/proc/meminfo: memFree=1733888/2055920 swapFree=4192812/4192956
[pid=16233] ppid=16231 vsize=16868 CPUtime=43.6
/proc/16233/stat : 16233 (sugar) S 16231 16233 15704 0 -1 4194304 1376 34375 0 2 6 2 4315 37 16 0 1 0 22432543 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16233/statm: 4217 1113 409 3 0 796 0
[pid=16256] ppid=16233 vsize=5356 CPUtime=0
/proc/16256/stat : 16256 (sh) S 16233 16233 15704 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22436953 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16256/statm: 1339 232 193 169 0 50 0
[pid=16257] ppid=16256 vsize=34636 CPUtime=6.94
/proc/16257/stat : 16257 (minisat) R 16256 16233 15704 0 -1 4194304 8366 0 0 0 688 6 0 0 25 0 1 0 22436953 35467264 8352 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16257/statm: 8659 8352 75 150 0 8506 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 56860

[startup+102.308 s]
/proc/loadavg: 2.02 2.08 2.04 3/83 16257
/proc/meminfo: memFree=1731328/2055920 swapFree=4192812/4192956
[pid=16233] ppid=16231 vsize=16868 CPUtime=43.6
/proc/16233/stat : 16233 (sugar) S 16231 16233 15704 0 -1 4194304 1376 34375 0 2 6 2 4315 37 16 0 1 0 22432543 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16233/statm: 4217 1113 409 3 0 796 0
[pid=16256] ppid=16233 vsize=5356 CPUtime=0
/proc/16256/stat : 16256 (sh) S 16233 16233 15704 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22436953 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16256/statm: 1339 232 193 169 0 50 0
[pid=16257] ppid=16256 vsize=37120 CPUtime=57.65
/proc/16257/stat : 16257 (minisat) R 16256 16233 15704 0 -1 4194304 9005 0 0 0 5759 6 0 0 25 0 1 0 22436953 38010880 8983 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16257/statm: 9280 8983 75 150 0 9127 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 59344

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

[startup+103.901 s]
/proc/loadavg: 2.02 2.08 2.04 3/83 16257
/proc/meminfo: memFree=1731328/2055920 swapFree=4192812/4192956
[pid=16233] ppid=16231 vsize=16868 CPUtime=43.6
/proc/16233/stat : 16233 (sugar) S 16231 16233 15704 0 -1 4194304 1376 34375 0 2 6 2 4315 37 16 0 1 0 22432543 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16233/statm: 4217 1113 409 3 0 796 0
[pid=16256] ppid=16233 vsize=5356 CPUtime=0
/proc/16256/stat : 16256 (sh) S 16233 16233 15704 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22436953 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16256/statm: 1339 232 193 169 0 50 0
[pid=16257] ppid=16256 vsize=37252 CPUtime=59.23
/proc/16257/stat : 16257 (minisat) R 16256 16233 15704 0 -1 4194304 9027 0 0 0 5917 6 0 0 25 0 1 0 22436953 38146048 9005 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16257/statm: 9313 9005 75 150 0 9160 0
Current children cumulated CPU time (s) 102.83
Current children cumulated vsize (KiB) 59476

[startup+104.701 s]
/proc/loadavg: 2.02 2.08 2.04 3/83 16257
/proc/meminfo: memFree=1731200/2055920 swapFree=4192812/4192956
[pid=16233] ppid=16231 vsize=16868 CPUtime=43.6
/proc/16233/stat : 16233 (sugar) S 16231 16233 15704 0 -1 4194304 1376 34375 0 2 6 2 4315 37 16 0 1 0 22432543 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16233/statm: 4217 1113 409 3 0 796 0
[pid=16256] ppid=16233 vsize=5356 CPUtime=0
/proc/16256/stat : 16256 (sh) S 16233 16233 15704 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22436953 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16256/statm: 1339 232 193 169 0 50 0
[pid=16257] ppid=16256 vsize=37384 CPUtime=60.02
/proc/16257/stat : 16257 (minisat) R 16256 16233 15704 0 -1 4194304 9051 0 0 0 5996 6 0 0 25 0 1 0 22436953 38281216 9029 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/16257/statm: 9346 9029 75 150 0 9193 0
Current children cumulated CPU time (s) 103.62
Current children cumulated vsize (KiB) 59608

[startup+105.101 s]
/proc/loadavg: 2.02 2.08 2.04 3/83 16257
/proc/meminfo: memFree=1731200/2055920 swapFree=4192812/4192956
[pid=16233] ppid=16231 vsize=16868 CPUtime=43.6
/proc/16233/stat : 16233 (sugar) S 16231 16233 15704 0 -1 4194304 1376 34375 0 2 6 2 4315 37 16 0 1 0 22432543 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16233/statm: 4217 1113 409 3 0 796 0
[pid=16256] ppid=16233 vsize=5356 CPUtime=0
/proc/16256/stat : 16256 (sh) S 16233 16233 15704 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22436953 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16256/statm: 1339 232 193 169 0 50 0
[pid=16257] ppid=16256 vsize=37384 CPUtime=60.42
/proc/16257/stat : 16257 (minisat) R 16256 16233 15704 0 -1 4194304 9065 0 0 0 6036 6 0 0 25 0 1 0 22436953 38281216 9043 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16257/statm: 9346 9043 75 150 0 9193 0
Current children cumulated CPU time (s) 104.02
Current children cumulated vsize (KiB) 59608

[startup+105.301 s]
/proc/loadavg: 2.02 2.08 2.04 3/83 16257
/proc/meminfo: memFree=1731200/2055920 swapFree=4192812/4192956
[pid=16233] ppid=16231 vsize=16868 CPUtime=104.09
/proc/16233/stat : 16233 (sugar) S 16231 16233 15704 0 -1 4194304 1448 43743 0 2 6 2 10356 45 16 0 1 0 22432543 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16233/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 104.09
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 105.392
CPU time (s): 104.296
CPU user time (s): 103.775
CPU system time (s): 0.52092
CPU usage (%): 98.9604
Max. virtual memory (cumulated for all children) (KiB): 897136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 103.775
system time used= 0.52092
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49057
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= 9116
involuntary context switches= 12607

runsolver used 0.140978 second user time and 0.356945 second system time

The end

Launcher Data

Begin job on node66 at 2009-07-12 01:08:17
IDJOB=2071412
IDBENCH=55490
IDSOLVER=739
FILE ID=node66/2071412-1247353697
PBS_JOBID= 9506869
Free space on /tmp= 66176 MiB

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

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

MD5SUM BENCH= 9f83499fcd97050db5bc646d81ebf564
RANDOM SEED=1956445082

node66.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.214
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.214
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:       1789688 kB
Buffers:         36648 kB
Cached:          97040 kB
SwapCached:          0 kB
Active:         164308 kB
Inactive:        51060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1789688 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1448 kB
Writeback:           0 kB
Mapped:          99436 kB
Slab:            35944 kB
Committed_AS:   905756 kB
PageTables:       1868 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= 66176 MiB
End job on node66 at 2009-07-12 01:10:03