Trace number 2071423

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 68.2766 69.1928

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-54_ext.xml
MD5SUM5595f8aff8e667477c35af26f6ef9eca
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.549915
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.05/0.21	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.21	c 0	BEGIN Sun Jul 12 01:08:37 2009
0.05/0.21	c 0	PID 16931
0.05/0.22	c 0	HOST node30.alineos.net
0.05/0.22	c 0	CONVERTING HOME/instance-2071423-1247353717.xml TO HOME/temp.csp
0.05/0.22	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071423-1247353717.xml' 'HOME/temp.csp'
0.06/0.73	c 1	5 domains, 76 variables, 0 predicates, 28 relations, 350 constraints
0.06/0.76	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.76	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.56/0.83	c 1	Parsing HOME/temp.csp
0.56/0.96	c 1	parsed 459 expressions
0.56/0.97	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.56/0.97	c 1	Converting to clausal form CSP
0.56/0.99	c 1	converted 46 (10%) expressions
0.78/1.01	c 1	converted 92 (20%) expressions
0.78/1.03	c 1	converted 138 (30%) expressions
0.78/1.03	c 1	converted 184 (40%) expressions
0.78/1.03	c 1	converted 230 (50%) expressions
0.78/1.04	c 1	converted 276 (60%) expressions
0.78/1.05	c 1	converted 322 (70%) expressions
0.78/1.05	c 1	converted 368 (80%) expressions
0.78/1.05	c 1	converted 414 (90%) expressions
1.86/2.18	c 2	converted 459 (100%) expressions
1.86/2.18	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
1.86/2.18	c 2	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.86/2.18	c 2	Propagation in CSP
1.86/2.18	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.86/2.18	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
1.86/2.18	c 2	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.86/2.19	c 2	Simplifing CSP by introducing new Boolean variables
1.86/2.19	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
1.86/2.19	c 2	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.06/2.39	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.15/2.41	c 2	8 (10%) CSP integer variables are encoded (4088 clauses, 51001 bytes)
2.15/2.42	c 2	16 (20%) CSP integer variables are encoded (8176 clauses, 104145 bytes)
2.15/2.42	c 2	23 (30%) CSP integer variables are encoded (11265 clauses, 146873 bytes)
2.15/2.48	c 2	31 (40%) CSP integer variables are encoded (15353 clauses, 208193 bytes)
2.15/2.49	c 2	38 (50%) CSP integer variables are encoded (19418 clauses, 269168 bytes)
2.15/2.49	c 2	46 (60%) CSP integer variables are encoded (23506 clauses, 330488 bytes)
2.15/2.50	c 2	54 (70%) CSP integer variables are encoded (26094 clauses, 369308 bytes)
2.26/2.50	c 2	61 (80%) CSP integer variables are encoded (27046 clauses, 383588 bytes)
2.26/2.50	c 2	69 (90%) CSP integer variables are encoded (28134 clauses, 399908 bytes)
2.26/2.50	c 2	76 (100%) CSP integer variables are encoded (28814 clauses, 410108 bytes)
2.26/2.56	c 2	35 (10%) CSP clauses are encoded (29737 clauses, 428653 bytes)
2.26/2.58	c 2	70 (20%) CSP clauses are encoded (30635 clauses, 450456 bytes)
2.36/2.61	c 2	105 (30%) CSP clauses are encoded (31554 clauses, 472249 bytes)
2.36/2.63	c 3	140 (40%) CSP clauses are encoded (32475 clauses, 494272 bytes)
2.36/2.66	c 3	175 (50%) CSP clauses are encoded (33397 clauses, 516498 bytes)
2.36/2.68	c 3	210 (60%) CSP clauses are encoded (34318 clauses, 539194 bytes)
2.46/2.71	c 3	245 (70%) CSP clauses are encoded (35240 clauses, 563424 bytes)
2.46/2.74	c 3	280 (80%) CSP clauses are encoded (36187 clauses, 588024 bytes)
2.46/2.79	c 3	315 (90%) CSP clauses are encoded (37178 clauses, 613194 bytes)
36.10/36.74	c 37	350 (100%) CSP clauses are encoded (497869 clauses, 15838777 bytes)
36.10/36.74	c 37	350 CSP clauses encoded
36.10/36.74	c 37	Writing map file : HOME/temp.map
36.10/36.75	c 37	Heap : 47 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
36.10/36.75	c 37	SAT : 28888 SAT variables, 497869 SAT clauses, 15838777 bytes
36.10/36.75	c 37	Heap : 47 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
36.16/36.80	c 37	SOLVING HOME/temp.cnf
36.16/36.80	c 37	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
36.16/36.81	c 37	This is MiniSat 2.0 beta
36.16/36.81	c 37	WARNING: for repeatability, setting FPU to use double precision
36.16/36.81	c 37	============================[ Problem Statistics ]=============================
36.16/36.81	c 37	|                                                                             |
36.16/36.81	c 37	|  Number of variables:  28888                                                |
36.16/36.81	c 37	|  Number of clauses:    497869                                               |
36.19/37.13	c 37	|  Parsing time:         0.30         s                                       |
36.19/37.15	c 37	============================[ Search Statistics ]==============================
36.19/37.15	c 37	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
36.19/37.15	c 37	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
36.19/37.15	c 37	===============================================================================
36.19/37.15	c 37	|         0 |   27887   487252  2305856 |   162417        0    nan |  0.000 % |
36.19/37.20	c 37	|       102 |   27870   487252  2305856 |   178659       80      8 | 15.557 % |
36.67/37.31	c 37	|       252 |   27808   487252  2305856 |   196524      172      8 | 39.864 % |
36.67/37.36	c 37	|       477 |   27795   487252  2305856 |   216177      389      8 | 42.956 % |
36.86/37.50	c 37	|       814 |   27753   487252  2305856 |   237795      690      9 | 55.182 % |
37.06/37.71	c 38	|      1320 |   27695   487252  2305856 |   261574     1144      8 | 73.543 % |
37.26/37.90	c 38	|      2079 |   27666   487252  2305856 |   287732     1889      9 | 76.689 % |
37.56/38.29	c 38	|      3219 |   27594   487252  2305856 |   316505     2969     10 | 77.094 % |
38.15/38.82	c 39	|      4928 |   27526   487252  2305856 |   348155     4668     12 | 77.350 % |
39.34/40.00	c 40	|      7492 |   27358   487252  2305856 |   382971     7191     13 | 78.375 % |
41.61/42.30	c 42	|     11336 |   27151   487252  2305856 |   421268    11004     13 | 78.881 % |
45.38/46.16	c 46	|     17102 |    5970   332630  1611012 |   463395    15128     17 | 79.919 % |
52.51/53.31	c 53	|     25751 |    5596   304674  1474914 |   509735    23051     21 | 81.203 % |
65.78/66.70	c 67	|     38727 |    5027   265220  1283555 |   560708    26331     22 | 82.823 % |
67.86/68.84	c 69	===============================================================================
67.86/68.84	c 69	restarts              : 14
67.86/68.84	c 69	conflicts             : 40558          (1280 /sec)
67.86/68.84	c 69	decisions             : 65554          (0.75 % random) (2069 /sec)
67.86/68.84	c 69	propagations          : 13754433       (434097 /sec)
67.86/68.84	c 69	conflict literals     : 897615         (51.62 % deleted)
67.86/68.84	c 69	Memory used           : 30.83 MB
67.86/68.84	c 69	CPU time              : 31.6852 s
67.86/68.84	c 69	
67.86/68.85	c 69	SATISFIABLE
67.86/68.86	c 69	DECODING HOME/temp.out WITH HOME/temp.map
67.86/68.86	c 69	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'
67.94/68.94	c 69	Decoding HOME/temp.out
67.94/69.16	s SATISFIABLE
67.94/69.16	v 16 5 19 13 14 0 15 5 1 2 24 8 6 9 9 1 11 5 12 14 2 1 22 2 20 0 5 7 23 2 7 3 8 14 10 3 25 0 21 10 4 4 13 0 3 2 17 6 18 21 18 18 23 25 33 42 43 48 62 63 65 65 72 74 77 91 94 94 104 108 108 110 116 137 137 0
67.94/69.17	c 69	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
67.94/69.19	c 69	CPU 68.25 (0.06 0.02 67.75 0.42)
67.94/69.19	c 69	END Sun Jul 12 01:09:46 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-2071423-1247353717/watcher-2071423-1247353717 -o /tmp/evaluation-result-2071423-1247353717/solver-2071423-1247353717 -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-2071423-1247353717.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.00 2.01 2.00 4/81 16931
/proc/meminfo: memFree=1923024/2055920 swapFree=4192812/4192956
[pid=16931] ppid=16929 vsize=18576 CPUtime=0
/proc/16931/stat : 16931 (runsolver) R 16929 16931 15144 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22437799 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 264907582759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16931/statm: 4644 284 249 26 0 2626 0

[startup+0.0697669 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 16931
/proc/meminfo: memFree=1923024/2055920 swapFree=4192812/4192956
[pid=16931] ppid=16929 vsize=12272 CPUtime=0
/proc/16931/stat : 16931 (sugar) D 16929 16931 15144 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 22437799 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/16931/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101767 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 16931
/proc/meminfo: memFree=1923024/2055920 swapFree=4192812/4192956
[pid=16931] ppid=16929 vsize=12412 CPUtime=0
/proc/16931/stat : 16931 (sugar) D 16929 16931 15144 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 22437799 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/16931/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301806 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 16931
/proc/meminfo: memFree=1923024/2055920 swapFree=4192812/4192956
[pid=16931] ppid=16929 vsize=16868 CPUtime=0.06
/proc/16931/stat : 16931 (sugar) S 16929 16931 15144 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22437799 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16931/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701859 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 16931
/proc/meminfo: memFree=1923024/2055920 swapFree=4192812/4192956
[pid=16931] ppid=16929 vsize=16868 CPUtime=0.06
/proc/16931/stat : 16931 (sugar) S 16929 16931 15144 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22437799 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16931/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50298 s]
/proc/loadavg: 2.08 2.03 2.01 4/92 16953
/proc/meminfo: memFree=1911928/2055920 swapFree=4192812/4192956
[pid=16931] ppid=16929 vsize=16868 CPUtime=0.56
/proc/16931/stat : 16931 (sugar) S 16929 16931 15144 0 -1 4194304 1309 5006 0 1 5 1 47 3 15 0 1 0 22437799 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16931/statm: 4217 1111 409 3 0 796 0
[pid=16944] ppid=16931 vsize=5356 CPUtime=0
/proc/16944/stat : 16944 (sh) S 16931 16931 15144 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22437875 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16944/statm: 1339 233 193 169 0 50 0
[pid=16945] ppid=16944 vsize=864200 CPUtime=0.72
/proc/16945/stat : 16945 (java) S 16944 16931 15144 0 -1 0 8504 0 1 0 67 5 0 0 18 0 9 0 22437875 884940800 7690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16945/statm: 216050 7690 2566 9 0 210555 0
[pid=16945/tid=16946] ppid=16944 vsize=864200 CPUtime=0.31
/proc/16945/task/16946/stat : 16946 (java) R 16944 16931 15144 0 -1 64 2777 0 1 0 30 1 0 0 21 0 9 0 22437876 884940800 7690 996147200 134512640 134550932 4294955936 18446744073709551615 4126526836 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16945/tid=16947] ppid=16944 vsize=864200 CPUtime=0.32
/proc/16945/task/16947/stat : 16947 (java) S 16944 16931 15144 0 -1 64 4713 0 0 0 30 2 0 0 17 0 9 0 22437877 884940800 7690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16945/tid=16948] ppid=16944 vsize=864200 CPUtime=0
/proc/16945/task/16948/stat : 16948 (java) S 16944 16931 15144 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22437877 884940800 7690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16945/tid=16949] ppid=16944 vsize=864200 CPUtime=0
/proc/16945/task/16949/stat : 16949 (java) S 16944 16931 15144 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22437877 884940800 7690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16945/tid=16950] ppid=16944 vsize=864200 CPUtime=0
/proc/16945/task/16950/stat : 16950 (java) S 16944 16931 15144 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22437879 884940800 7690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16945/tid=16951] ppid=16944 vsize=864200 CPUtime=0.05
/proc/16945/task/16951/stat : 16951 (java) S 16944 16931 15144 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 22437879 884940800 7690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16945/tid=16952] ppid=16944 vsize=864200 CPUtime=0
/proc/16945/task/16952/stat : 16952 (java) S 16944 16931 15144 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22437879 884940800 7690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16945/tid=16953] ppid=16944 vsize=864200 CPUtime=0
/proc/16945/task/16953/stat : 16953 (java) S 16944 16931 15144 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22437879 884940800 7690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 886424

[startup+3.10221 s]
/proc/loadavg: 2.08 2.03 2.01 3/92 16953
/proc/meminfo: memFree=1878328/2055920 swapFree=4192812/4192956
[pid=16931] ppid=16929 vsize=16868 CPUtime=0.56
/proc/16931/stat : 16931 (sugar) S 16929 16931 15144 0 -1 4194304 1310 5006 0 1 5 1 47 3 15 0 1 0 22437799 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16931/statm: 4217 1111 409 3 0 796 0
[pid=16944] ppid=16931 vsize=5356 CPUtime=0
/proc/16944/stat : 16944 (sh) S 16931 16931 15144 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22437875 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16944/statm: 1339 233 193 169 0 50 0
[pid=16945] ppid=16944 vsize=864412 CPUtime=2.29
/proc/16945/stat : 16945 (java) S 16944 16931 15144 0 -1 0 14955 0 1 0 221 8 0 0 18 0 9 0 22437875 885157888 14041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16945/statm: 216103 14041 2590 9 0 210580 0
[pid=16945/tid=16946] ppid=16944 vsize=864412 CPUtime=1.2
/proc/16945/task/16946/stat : 16946 (java) R 16944 16931 15144 0 -1 64 3305 0 1 0 118 2 0 0 22 0 9 0 22437876 885157888 14041 996147200 134512640 134550932 4294955936 18446744073709551615 103210635 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16945/tid=16947] ppid=16944 vsize=864412 CPUtime=0.98
/proc/16945/task/16947/stat : 16947 (java) S 16944 16931 15144 0 -1 64 10614 0 0 0 94 4 0 0 16 0 9 0 22437877 885157888 14041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16945/tid=16948] ppid=16944 vsize=864412 CPUtime=0
/proc/16945/task/16948/stat : 16948 (java) S 16944 16931 15144 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22437877 885157888 14041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16945/tid=16949] ppid=16944 vsize=864412 CPUtime=0
/proc/16945/task/16949/stat : 16949 (java) S 16944 16931 15144 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22437877 885157888 14041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16945/tid=16950] ppid=16944 vsize=864412 CPUtime=0
/proc/16945/task/16950/stat : 16950 (java) S 16944 16931 15144 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22437879 885157888 14041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16945/tid=16951] ppid=16944 vsize=864412 CPUtime=0.09
/proc/16945/task/16951/stat : 16951 (java) S 16944 16931 15144 0 -1 64 337 0 0 0 9 0 0 0 16 0 9 0 22437879 885157888 14041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16945/tid=16952] ppid=16944 vsize=864412 CPUtime=0
/proc/16945/task/16952/stat : 16952 (java) S 16944 16931 15144 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22437879 885157888 14041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16945/tid=16953] ppid=16944 vsize=864412 CPUtime=0
/proc/16945/task/16953/stat : 16953 (java) S 16944 16931 15144 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22437879 885157888 14041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 886636

[startup+6.30167 s]
/proc/loadavg: 2.07 2.03 2.00 3/92 16953
/proc/meminfo: memFree=1869240/2055920 swapFree=4192812/4192956
[pid=16931] ppid=16929 vsize=16868 CPUtime=0.56
/proc/16931/stat : 16931 (sugar) S 16929 16931 15144 0 -1 4194304 1310 5006 0 1 5 1 47 3 15 0 1 0 22437799 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16931/statm: 4217 1111 409 3 0 796 0
[pid=16944] ppid=16931 vsize=5356 CPUtime=0
/proc/16944/stat : 16944 (sh) S 16931 16931 15144 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22437875 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16944/statm: 1339 233 193 169 0 50 0
[pid=16945] ppid=16944 vsize=864412 CPUtime=5.46
/proc/16945/stat : 16945 (java) S 16944 16931 15144 0 -1 0 15696 0 1 0 536 10 0 0 18 0 9 0 22437875 885157888 14725 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16945/statm: 216103 14725 2590 9 0 210580 0
[pid=16945/tid=16946] ppid=16944 vsize=864412 CPUtime=4.26
/proc/16945/task/16946/stat : 16946 (java) R 16944 16931 15144 0 -1 64 3362 0 1 0 423 3 0 0 25 0 9 0 22437876 885157888 14725 996147200 134512640 134550932 4294955936 18446744073709551615 101450334 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16945/tid=16947] ppid=16944 vsize=864412 CPUtime=1.08
/proc/16945/task/16947/stat : 16947 (java) S 16944 16931 15144 0 -1 64 11298 0 0 0 103 5 0 0 16 0 9 0 22437877 885157888 14725 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16945/tid=16948] ppid=16944 vsize=864412 CPUtime=0
/proc/16945/task/16948/stat : 16948 (java) S 16944 16931 15144 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22437877 885157888 14725 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16945/tid=16949] ppid=16944 vsize=864412 CPUtime=0
/proc/16945/task/16949/stat : 16949 (java) S 16944 16931 15144 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22437877 885157888 14725 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16945/tid=16950] ppid=16944 vsize=864412 CPUtime=0
/proc/16945/task/16950/stat : 16950 (java) S 16944 16931 15144 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22437879 885157888 14725 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16945/tid=16951] ppid=16944 vsize=864412 CPUtime=0.09
/proc/16945/task/16951/stat : 16951 (java) S 16944 16931 15144 0 -1 64 337 0 0 0 9 0 0 0 16 0 9 0 22437879 885157888 14725 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16945/tid=16952] ppid=16944 vsize=864412 CPUtime=0
/proc/16945/task/16952/stat : 16952 (java) S 16944 16931 15144 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22437879 885157888 14725 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16945/tid=16953] ppid=16944 vsize=864412 CPUtime=0
/proc/16945/task/16953/stat : 16953 (java) S 16944 16931 15144 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22437879 885157888 14725 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 886636

[startup+12.7026 s]
/proc/loadavg: 2.07 2.03 2.00 3/92 16953
/proc/meminfo: memFree=1859448/2055920 swapFree=4192812/4192956
[pid=16931] ppid=16929 vsize=16868 CPUtime=0.56
/proc/16931/stat : 16931 (sugar) S 16929 16931 15144 0 -1 4194304 1310 5006 0 1 5 1 47 3 15 0 1 0 22437799 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16931/statm: 4217 1111 409 3 0 796 0
[pid=16944] ppid=16931 vsize=5356 CPUtime=0
/proc/16944/stat : 16944 (sh) S 16931 16931 15144 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22437875 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16944/statm: 1339 233 193 169 0 50 0
[pid=16945] ppid=16944 vsize=864412 CPUtime=11.79
/proc/16945/stat : 16945 (java) S 16944 16931 15144 0 -1 0 17527 0 1 0 1166 13 0 0 18 0 9 0 22437875 885157888 16428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16945/statm: 216103 16428 2590 9 0 210580 0
[pid=16945/tid=16946] ppid=16944 vsize=864412 CPUtime=10.36
/proc/16945/task/16946/stat : 16946 (java) R 16944 16931 15144 0 -1 64 3491 0 1 0 1030 6 0 0 25 0 9 0 22437876 885157888 16428 996147200 134512640 134550932 4294955936 18446744073709551615 101450193 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16945/tid=16947] ppid=16944 vsize=864412 CPUtime=1.32
/proc/16945/task/16947/stat : 16947 (java) S 16944 16931 15144 0 -1 64 13000 0 0 0 126 6 0 0 16 0 9 0 22437877 885157888 16428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16945/tid=16948] ppid=16944 vsize=864412 CPUtime=0
/proc/16945/task/16948/stat : 16948 (java) S 16944 16931 15144 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22437877 885157888 16428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16945/tid=16949] ppid=16944 vsize=864412 CPUtime=0
/proc/16945/task/16949/stat : 16949 (java) S 16944 16931 15144 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22437877 885157888 16428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16945/tid=16950] ppid=16944 vsize=864412 CPUtime=0
/proc/16945/task/16950/stat : 16950 (java) S 16944 16931 15144 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22437879 885157888 16428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16945/tid=16951] ppid=16944 vsize=864412 CPUtime=0.09
/proc/16945/task/16951/stat : 16951 (java) S 16944 16931 15144 0 -1 64 337 0 0 0 9 0 0 0 17 0 9 0 22437879 885157888 16428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16945/tid=16952] ppid=16944 vsize=864412 CPUtime=0
/proc/16945/task/16952/stat : 16952 (java) S 16944 16931 15144 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22437879 885157888 16428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16945/tid=16953] ppid=16944 vsize=864412 CPUtime=0
/proc/16945/task/16953/stat : 16953 (java) S 16944 16931 15144 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22437879 885157888 16428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 886636

[startup+25.5037 s]
/proc/loadavg: 2.06 2.03 2.00 3/92 16953
/proc/meminfo: memFree=1839864/2055920 swapFree=4192812/4192956
[pid=16931] ppid=16929 vsize=16868 CPUtime=0.56
/proc/16931/stat : 16931 (sugar) S 16929 16931 15144 0 -1 4194304 1310 5006 0 1 5 1 47 3 15 0 1 0 22437799 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16931/statm: 4217 1111 409 3 0 796 0
[pid=16944] ppid=16931 vsize=5356 CPUtime=0
/proc/16944/stat : 16944 (sh) S 16931 16931 15144 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22437875 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16944/statm: 1339 233 193 169 0 50 0
[pid=16945] ppid=16944 vsize=864412 CPUtime=24.46
/proc/16945/stat : 16945 (java) S 16944 16931 15144 0 -1 0 21032 0 1 0 2425 21 0 0 18 0 9 0 22437875 885157888 19667 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16945/statm: 216103 19667 2590 9 0 210580 0
[pid=16945/tid=16946] ppid=16944 vsize=864412 CPUtime=22.54
/proc/16945/task/16946/stat : 16946 (java) R 16944 16931 15144 0 -1 64 3757 0 1 0 2244 10 0 0 25 0 9 0 22437876 885157888 19667 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16945/tid=16947] ppid=16944 vsize=864412 CPUtime=1.8
/proc/16945/task/16947/stat : 16947 (java) S 16944 16931 15144 0 -1 64 16234 0 0 0 170 10 0 0 15 0 9 0 22437877 885157888 19667 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16945/tid=16948] ppid=16944 vsize=864412 CPUtime=0
/proc/16945/task/16948/stat : 16948 (java) S 16944 16931 15144 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22437877 885157888 19667 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16945/tid=16949] ppid=16944 vsize=864412 CPUtime=0
/proc/16945/task/16949/stat : 16949 (java) S 16944 16931 15144 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22437877 885157888 19667 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16945/tid=16950] ppid=16944 vsize=864412 CPUtime=0
/proc/16945/task/16950/stat : 16950 (java) S 16944 16931 15144 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22437879 885157888 19667 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16945/tid=16951] ppid=16944 vsize=864412 CPUtime=0.1
/proc/16945/task/16951/stat : 16951 (java) S 16944 16931 15144 0 -1 64 342 0 0 0 10 0 0 0 17 0 9 0 22437879 885157888 19667 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16945/tid=16952] ppid=16944 vsize=864412 CPUtime=0
/proc/16945/task/16952/stat : 16952 (java) S 16944 16931 15144 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22437879 885157888 19667 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16945/tid=16953] ppid=16944 vsize=864412 CPUtime=0
/proc/16945/task/16953/stat : 16953 (java) S 16944 16931 15144 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22437879 885157888 19667 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 886636

[startup+51.1012 s]
/proc/loadavg: 2.03 2.02 2.00 3/84 16955
/proc/meminfo: memFree=1873016/2055920 swapFree=4192812/4192956
[pid=16931] ppid=16929 vsize=16868 CPUtime=36.19
/proc/16931/stat : 16931 (sugar) S 16929 16931 15144 0 -1 4194304 1376 31892 0 2 6 1 3577 35 16 0 1 0 22437799 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16931/statm: 4217 1113 409 3 0 796 0
[pid=16954] ppid=16931 vsize=5356 CPUtime=0
/proc/16954/stat : 16954 (sh) S 16931 16931 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22441479 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16954/statm: 1339 232 193 169 0 50 0
[pid=16955] ppid=16954 vsize=31404 CPUtime=14.14
/proc/16955/stat : 16955 (minisat) R 16954 16931 15144 0 -1 4194304 7494 0 0 0 1411 3 0 0 25 0 1 0 22441480 32157696 7480 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16955/statm: 7851 7480 75 150 0 7698 0
Current children cumulated CPU time (s) 50.33
Current children cumulated vsize (KiB) 53628

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

[startup+57.5011 s]
/proc/loadavg: 2.03 2.02 2.00 3/84 16955
/proc/meminfo: memFree=1873016/2055920 swapFree=4192812/4192956
[pid=16931] ppid=16929 vsize=16868 CPUtime=36.19
/proc/16931/stat : 16931 (sugar) S 16929 16931 15144 0 -1 4194304 1376 31892 0 2 6 1 3577 35 16 0 1 0 22437799 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16931/statm: 4217 1113 409 3 0 796 0
[pid=16954] ppid=16931 vsize=5356 CPUtime=0
/proc/16954/stat : 16954 (sh) S 16931 16931 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22441479 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16954/statm: 1339 232 193 169 0 50 0
[pid=16955] ppid=16954 vsize=31404 CPUtime=20.47
/proc/16955/stat : 16955 (minisat) R 16954 16931 15144 0 -1 4194304 7499 0 0 0 2044 3 0 0 25 0 1 0 22441480 32157696 7485 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/16955/statm: 7851 7485 75 150 0 7698 0
Current children cumulated CPU time (s) 56.66
Current children cumulated vsize (KiB) 53628

[startup+63.9011 s]
/proc/loadavg: 2.11 2.04 2.01 3/84 16955
/proc/meminfo: memFree=1872888/2055920 swapFree=4192812/4192956
[pid=16931] ppid=16929 vsize=16868 CPUtime=36.19
/proc/16931/stat : 16931 (sugar) S 16929 16931 15144 0 -1 4194304 1376 31892 0 2 6 1 3577 35 16 0 1 0 22437799 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16931/statm: 4217 1113 409 3 0 796 0
[pid=16954] ppid=16931 vsize=5356 CPUtime=0
/proc/16954/stat : 16954 (sh) S 16931 16931 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22441479 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16954/statm: 1339 232 193 169 0 50 0
[pid=16955] ppid=16954 vsize=31568 CPUtime=26.81
/proc/16955/stat : 16955 (minisat) R 16954 16931 15144 0 -1 4194304 7528 0 0 0 2678 3 0 0 25 0 1 0 22441480 32325632 7514 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16955/statm: 7892 7514 75 150 0 7739 0
Current children cumulated CPU time (s) 63
Current children cumulated vsize (KiB) 53792

[startup+67.1065 s]
/proc/loadavg: 2.10 2.04 2.00 3/84 16955
/proc/meminfo: memFree=1872952/2055920 swapFree=4192812/4192956
[pid=16931] ppid=16929 vsize=16868 CPUtime=36.19
/proc/16931/stat : 16931 (sugar) S 16929 16931 15144 0 -1 4194304 1376 31892 0 2 6 1 3577 35 16 0 1 0 22437799 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16931/statm: 4217 1113 409 3 0 796 0
[pid=16954] ppid=16931 vsize=5356 CPUtime=0
/proc/16954/stat : 16954 (sh) S 16931 16931 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22441479 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16954/statm: 1339 232 193 169 0 50 0
[pid=16955] ppid=16954 vsize=31568 CPUtime=29.99
/proc/16955/stat : 16955 (minisat) R 16954 16931 15144 0 -1 4194304 7528 0 0 0 2996 3 0 0 25 0 1 0 22441480 32325632 7514 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16955/statm: 7892 7514 75 150 0 7739 0
Current children cumulated CPU time (s) 66.18
Current children cumulated vsize (KiB) 53792

[startup+67.9016 s]
/proc/loadavg: 2.10 2.04 2.00 3/84 16955
/proc/meminfo: memFree=1872952/2055920 swapFree=4192812/4192956
[pid=16931] ppid=16929 vsize=16868 CPUtime=36.19
/proc/16931/stat : 16931 (sugar) S 16929 16931 15144 0 -1 4194304 1376 31892 0 2 6 1 3577 35 16 0 1 0 22437799 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16931/statm: 4217 1113 409 3 0 796 0
[pid=16954] ppid=16931 vsize=5356 CPUtime=0
/proc/16954/stat : 16954 (sh) S 16931 16931 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22441479 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16954/statm: 1339 232 193 169 0 50 0
[pid=16955] ppid=16954 vsize=31568 CPUtime=30.78
/proc/16955/stat : 16955 (minisat) R 16954 16931 15144 0 -1 4194304 7528 0 0 0 3075 3 0 0 25 0 1 0 22441480 32325632 7514 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16955/statm: 7892 7514 75 150 0 7739 0
Current children cumulated CPU time (s) 66.97
Current children cumulated vsize (KiB) 53792

[startup+68.7018 s]
/proc/loadavg: 2.10 2.04 2.00 3/84 16955
/proc/meminfo: memFree=1872952/2055920 swapFree=4192812/4192956
[pid=16931] ppid=16929 vsize=16868 CPUtime=36.19
/proc/16931/stat : 16931 (sugar) S 16929 16931 15144 0 -1 4194304 1376 31892 0 2 6 1 3577 35 16 0 1 0 22437799 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16931/statm: 4217 1113 409 3 0 796 0
[pid=16954] ppid=16931 vsize=5356 CPUtime=0
/proc/16954/stat : 16954 (sh) S 16931 16931 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22441479 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16954/statm: 1339 232 193 169 0 50 0
[pid=16955] ppid=16954 vsize=31568 CPUtime=31.57
/proc/16955/stat : 16955 (minisat) R 16954 16931 15144 0 -1 4194304 7528 0 0 0 3154 3 0 0 25 0 1 0 22441480 32325632 7514 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16955/statm: 7892 7514 75 150 0 7739 0
Current children cumulated CPU time (s) 67.76
Current children cumulated vsize (KiB) 53792

[startup+69.1018 s]
/proc/loadavg: 2.10 2.04 2.00 3/84 16955
/proc/meminfo: memFree=1872952/2055920 swapFree=4192812/4192956
[pid=16931] ppid=16929 vsize=16868 CPUtime=67.94
/proc/16931/stat : 16931 (sugar) S 16929 16931 15144 0 -1 4194304 1448 39715 0 2 6 2 6747 39 16 0 1 0 22437799 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16931/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 67.94
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 69.1928
CPU time (s): 68.2766
CPU user time (s): 67.8217
CPU system time (s): 0.45493
CPU usage (%): 98.6759
Max. virtual memory (cumulated for all children) (KiB): 897008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.8217
system time used= 0.45493
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45029
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= 8431
involuntary context switches= 10825

runsolver used 0.087986 second user time and 0.26096 second system time

The end

Launcher Data

Begin job on node30 at 2009-07-12 01:08:37
IDJOB=2071423
IDBENCH=55491
IDSOLVER=739
FILE ID=node30/2071423-1247353717
PBS_JOBID= 9506818
Free space on /tmp= 66380 MiB

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

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

MD5SUM BENCH= 5595f8aff8e667477c35af26f6ef9eca
RANDOM SEED=1141013398

node30.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.277
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.277
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1923568 kB
Buffers:          5776 kB
Cached:          49236 kB
SwapCached:          0 kB
Active:          64188 kB
Inactive:        22640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1923568 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1436 kB
Writeback:           0 kB
Mapped:          52200 kB
Slab:            30916 kB
Committed_AS:   211796 kB
PageTables:       1804 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66380 MiB
End job on node30 at 2009-07-12 01:09:46