Trace number 2079849

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 145.767 146.412

General information on the benchmark

Namecsp/travellingSalesman-20/
normalized-tsp-20-901_ext.xml
MD5SUM0f30b3807199fbae5b68556f7aabb864
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.576
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints230
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension230
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.00/0.08	c 0	BEGIN Sun Jul 12 05:22:40 2009
0.00/0.08	c 0	PID 21887
0.00/0.08	c 0	HOST node12.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2079849-1247368959.xml TO HOME/temp.csp
0.00/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-2079849-1247368959.xml' 'HOME/temp.csp'
0.06/0.63	c 0	5 domains, 61 variables, 0 predicates, 23 relations, 230 constraints
0.06/0.67	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.67	c 0	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.60/0.75	c 0	Parsing HOME/temp.csp
0.60/0.92	c 0	parsed 319 expressions
0.60/0.93	c 0	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.60/0.93	c 0	Converting to clausal form CSP
0.60/0.95	c 0	converted 32 (10%) expressions
0.60/0.95	c 0	converted 64 (20%) expressions
0.60/0.97	c 0	converted 96 (30%) expressions
0.60/0.98	c 0	converted 128 (40%) expressions
0.60/0.98	c 0	converted 160 (50%) expressions
0.60/0.99	c 0	converted 192 (60%) expressions
0.60/0.99	c 0	converted 224 (70%) expressions
0.60/0.99	c 0	converted 256 (80%) expressions
0.60/0.99	c 0	converted 288 (90%) expressions
2.79/2.94	c 2	converted 319 (100%) expressions
2.79/2.94	c 2	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.79/2.94	c 2	Heap : 54 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.79/2.94	c 2	Propagation in CSP
2.79/2.94	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.79/2.94	c 2	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.79/2.94	c 2	Heap : 54 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.79/2.95	c 2	Simplifing CSP by introducing new Boolean variables
2.79/2.95	c 2	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.79/2.95	c 2	Heap : 54 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.09/3.25	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.09/3.28	c 3	7 (10%) CSP integer variables are encoded (3069 clauses, 37754 bytes)
3.09/3.28	c 3	13 (20%) CSP integer variables are encoded (6120 clauses, 77417 bytes)
3.09/3.28	c 3	19 (30%) CSP integer variables are encoded (9171 clauses, 117080 bytes)
3.09/3.29	c 3	25 (40%) CSP integer variables are encoded (12222 clauses, 161228 bytes)
3.09/3.29	c 3	31 (50%) CSP integer variables are encoded (15273 clauses, 206993 bytes)
3.19/3.30	c 3	37 (60%) CSP integer variables are encoded (18324 clauses, 252758 bytes)
3.19/3.31	c 3	43 (70%) CSP integer variables are encoded (20922 clauses, 291728 bytes)
3.19/3.31	c 3	49 (80%) CSP integer variables are encoded (22086 clauses, 309188 bytes)
3.19/3.31	c 3	55 (90%) CSP integer variables are encoded (23250 clauses, 326648 bytes)
3.19/3.31	c 3	61 (100%) CSP integer variables are encoded (24026 clauses, 338288 bytes)
3.19/3.36	c 3	23 (10%) CSP clauses are encoded (24524 clauses, 347618 bytes)
3.19/3.38	c 3	46 (20%) CSP clauses are encoded (25003 clauses, 358752 bytes)
3.19/3.39	c 3	69 (30%) CSP clauses are encoded (25481 clauses, 370056 bytes)
3.29/3.41	c 3	92 (40%) CSP clauses are encoded (25978 clauses, 381569 bytes)
3.29/3.43	c 3	115 (50%) CSP clauses are encoded (26456 clauses, 392918 bytes)
3.29/3.44	c 3	138 (60%) CSP clauses are encoded (26953 clauses, 404573 bytes)
3.29/3.46	c 3	161 (70%) CSP clauses are encoded (27451 clauses, 416633 bytes)
3.29/3.49	c 3	184 (80%) CSP clauses are encoded (27966 clauses, 429625 bytes)
3.38/3.52	c 3	207 (90%) CSP clauses are encoded (28502 clauses, 442919 bytes)
69.65/70.05	c 70	230 (100%) CSP clauses are encoded (762211 clauses, 24619398 bytes)
69.65/70.05	c 70	230 CSP clauses encoded
69.65/70.05	c 70	Writing map file : HOME/temp.map
69.65/70.05	c 70	Heap : 78 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
69.65/70.05	c 70	SAT : 24085 SAT variables, 762211 SAT clauses, 24619398 bytes
69.65/70.05	c 70	Heap : 79 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
69.65/70.09	c 70	SOLVING HOME/temp.cnf
69.65/70.09	c 70	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
69.65/70.09	c 70	This is MiniSat 2.0 beta
69.65/70.09	c 70	WARNING: for repeatability, setting FPU to use double precision
69.65/70.09	c 70	============================[ Problem Statistics ]=============================
69.65/70.09	c 70	|                                                                             |
69.65/70.09	c 70	|  Number of variables:  24085                                                |
69.65/70.09	c 70	|  Number of clauses:    762211                                               |
70.23/70.60	c 70	|  Parsing time:         0.43         s                                       |
70.23/70.64	c 70	============================[ Search Statistics ]==============================
70.23/70.64	c 70	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
70.23/70.64	c 70	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
70.23/70.64	c 70	===============================================================================
70.23/70.64	c 70	|         0 |   23084   741884  3594067 |   247294        0    nan |  0.000 % |
70.33/70.74	c 70	|       100 |   23051   741884  3594067 |   272024       89     16 | 21.217 % |
70.43/70.89	c 70	|       252 |   22179   741884  3594067 |   299226      225     15 | 35.309 % |
70.82/71.20	c 71	|       477 |   21309   741884  3594067 |   329149      377     11 | 57.089 % |
71.02/71.45	c 71	|       816 |   21282   741884  3594067 |   362064      688      9 | 61.113 % |
71.31/71.71	c 71	|      1323 |   20294   741884  3594067 |   398270     1175      8 | 69.093 % |
71.82/72.25	c 72	|      2082 |   20172   741884  3594067 |   438097     1903      9 | 74.150 % |
72.41/72.86	c 72	|      3221 |   20019   741884  3594067 |   481907     3011      9 | 75.944 % |
73.50/73.96	c 73	|      4930 |   20015   741884  3594067 |   530098     4716     12 | 76.396 % |
75.38/75.87	c 75	|      7492 |   19893   741884  3594067 |   583107     7258     14 | 76.898 % |
78.85/79.36	c 79	|     11336 |   19812   741884  3594067 |   641418    11090     16 | 77.745 % |
86.48/87.07	c 87	|     17102 |   19812   741884  3594067 |   705560    16856     25 | 77.745 % |
95.24/95.89	c 95	|     25754 |    5358   440884  2161930 |   776116    24265     27 | 78.215 % |
110.30/110.96	c 110	|     38729 |    5241   431170  2114855 |   853728    36341     30 | 79.452 % |
137.39/138.01	c 138	|     58190 |    4732   385196  1889845 |   939101    52926     29 | 80.436 % |
145.48/146.16	c 146	===============================================================================
145.48/146.16	c 146	restarts              : 15
145.48/146.16	c 146	conflicts             : 63498          (839 /sec)
145.48/146.16	c 146	decisions             : 95779          (0.83 % random) (1266 /sec)
145.48/146.16	c 146	propagations          : 21786034       (287853 /sec)
145.48/146.16	c 146	conflict literals     : 1740061        (56.20 % deleted)
145.48/146.16	c 146	Memory used           : 44.65 MB
145.48/146.16	c 146	CPU time              : 75.6845 s
145.48/146.16	c 146	
145.48/146.17	c 146	SATISFIABLE
145.48/146.18	c 146	DECODING HOME/temp.out WITH HOME/temp.map
145.48/146.18	c 146	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'
145.57/146.26	c 146	Decoding HOME/temp.out
145.68/146.33	s SATISFIABLE
145.68/146.33	v 7 7 19 20 14 19 10 0 15 14 17 8 18 12 9 6 3 0 2 4 4 1 8 21 5 7 6 11 1 18 13 1 11 2 12 13 20 8 16 23 27 46 46 60 68 80 86 86 90 91 112 119 130 148 149 151 164 172 195 195 0
145.68/146.34	c 146	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
145.74/146.41	c 146	CPU 145.73 (0.06 0.02 145.02 0.63)
145.74/146.41	c 146	END Sun Jul 12 05:25:06 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-2079849-1247368959/watcher-2079849-1247368959 -o /tmp/evaluation-result-2079849-1247368959/solver-2079849-1247368959 -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-2079849-1247368959.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: 1.95 1.98 1.99 4/80 21887
/proc/meminfo: memFree=1263008/2055920 swapFree=4192956/4192956
[pid=21887] ppid=21885 vsize=12268 CPUtime=0
/proc/21887/stat : 21887 (sugar) R 21885 21887 17578 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 23962973 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 252429695589 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/21887/statm: 3067 316 241 3 0 167 0

[startup+0.101878 s]
/proc/loadavg: 1.95 1.98 1.99 4/80 21887
/proc/meminfo: memFree=1263008/2055920 swapFree=4192956/4192956
[pid=21887] ppid=21885 vsize=16868 CPUtime=0.06
/proc/21887/stat : 21887 (sugar) S 21885 21887 17578 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23962973 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21887/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201887 s]
/proc/loadavg: 1.95 1.98 1.99 4/80 21887
/proc/meminfo: memFree=1263008/2055920 swapFree=4192956/4192956
[pid=21887] ppid=21885 vsize=16868 CPUtime=0.06
/proc/21887/stat : 21887 (sugar) S 21885 21887 17578 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23962973 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21887/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301893 s]
/proc/loadavg: 1.95 1.98 1.99 4/80 21887
/proc/meminfo: memFree=1263008/2055920 swapFree=4192956/4192956
[pid=21887] ppid=21885 vsize=16868 CPUtime=0.06
/proc/21887/stat : 21887 (sugar) S 21885 21887 17578 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23962973 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21887/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701939 s]
/proc/loadavg: 1.95 1.98 1.99 4/80 21887
/proc/meminfo: memFree=1263008/2055920 swapFree=4192956/4192956
[pid=21887] ppid=21885 vsize=16868 CPUtime=0.6
/proc/21887/stat : 21887 (sugar) S 21885 21887 17578 0 -1 4194304 1292 6604 0 1 5 1 50 4 16 0 1 0 23962973 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21887/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 16868

[startup+1.50202 s]
/proc/loadavg: 1.96 1.98 1.99 4/91 21909
/proc/meminfo: memFree=1246856/2055920 swapFree=4192956/4192956
[pid=21887] ppid=21885 vsize=16868 CPUtime=0.6
/proc/21887/stat : 21887 (sugar) S 21885 21887 17578 0 -1 4194304 1309 6604 0 1 5 1 50 4 15 0 1 0 23962973 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21887/statm: 4217 1111 409 3 0 796 0
[pid=21900] ppid=21887 vsize=5356 CPUtime=0
/proc/21900/stat : 21900 (sh) S 21887 21887 17578 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23963040 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21900/statm: 1339 233 193 169 0 50 0
[pid=21901] ppid=21900 vsize=864352 CPUtime=0.8
/proc/21901/stat : 21901 (java) S 21900 21887 17578 0 -1 0 9309 0 1 0 75 5 0 0 18 0 9 0 23963040 885096448 8389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21901/statm: 216088 8389 2566 9 0 210593 0
[pid=21901/tid=21902] ppid=21900 vsize=864352 CPUtime=0.38
/proc/21901/task/21902/stat : 21902 (java) R 21900 21887 17578 0 -1 64 2764 0 1 0 37 1 0 0 19 0 9 0 23963041 885096448 8389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21901/tid=21903] ppid=21900 vsize=864352 CPUtime=0.35
/proc/21901/task/21903/stat : 21903 (java) R 21900 21887 17578 0 -1 64 5531 0 0 0 33 2 0 0 17 0 9 0 23963042 885096448 8389 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21901/tid=21904] ppid=21900 vsize=864352 CPUtime=0
/proc/21901/task/21904/stat : 21904 (java) S 21900 21887 17578 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23963042 885096448 8389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21901/tid=21905] ppid=21900 vsize=864352 CPUtime=0
/proc/21901/task/21905/stat : 21905 (java) S 21900 21887 17578 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23963042 885096448 8389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21901/tid=21906] ppid=21900 vsize=864352 CPUtime=0
/proc/21901/task/21906/stat : 21906 (java) S 21900 21887 17578 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23963044 885096448 8389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21901/tid=21907] ppid=21900 vsize=864352 CPUtime=0.04
/proc/21901/task/21907/stat : 21907 (java) S 21900 21887 17578 0 -1 64 315 0 0 0 4 0 0 0 16 0 9 0 23963044 885096448 8389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21901/tid=21908] ppid=21900 vsize=864352 CPUtime=0
/proc/21901/task/21908/stat : 21908 (java) S 21900 21887 17578 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23963044 885096448 8389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21901/tid=21909] ppid=21900 vsize=864352 CPUtime=0
/proc/21901/task/21909/stat : 21909 (java) S 21900 21887 17578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23963044 885096448 8389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886576

[startup+3.10218 s]
/proc/loadavg: 1.96 1.98 1.99 4/91 21909
/proc/meminfo: memFree=1214088/2055920 swapFree=4192956/4192956
[pid=21887] ppid=21885 vsize=16868 CPUtime=0.6
/proc/21887/stat : 21887 (sugar) S 21885 21887 17578 0 -1 4194304 1310 6604 0 1 5 1 50 4 16 0 1 0 23962973 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21887/statm: 4217 1111 409 3 0 796 0
[pid=21900] ppid=21887 vsize=5356 CPUtime=0
/proc/21900/stat : 21900 (sh) S 21887 21887 17578 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23963040 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21900/statm: 1339 233 193 169 0 50 0
[pid=21901] ppid=21900 vsize=864352 CPUtime=2.39
/proc/21901/stat : 21901 (java) S 21900 21887 17578 0 -1 0 19707 0 1 0 229 10 0 0 18 0 9 0 23963040 885096448 18638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21901/statm: 216088 18638 2566 9 0 210593 0
[pid=21901/tid=21902] ppid=21900 vsize=864352 CPUtime=0.91
/proc/21901/task/21902/stat : 21902 (java) R 21900 21887 17578 0 -1 64 3254 0 1 0 89 2 0 0 23 0 9 0 23963041 885096448 18638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21901/tid=21903] ppid=21900 vsize=864352 CPUtime=1.41
/proc/21901/task/21903/stat : 21903 (java) R 21900 21887 17578 0 -1 64 15438 0 0 0 135 6 0 0 17 0 9 0 23963042 885096448 18638 996147200 134512640 134550932 4294955936 18446744073709551615 104189893 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21901/tid=21904] ppid=21900 vsize=864352 CPUtime=0
/proc/21901/task/21904/stat : 21904 (java) S 21900 21887 17578 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23963042 885096448 18638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21901/tid=21905] ppid=21900 vsize=864352 CPUtime=0
/proc/21901/task/21905/stat : 21905 (java) S 21900 21887 17578 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23963042 885096448 18638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21901/tid=21906] ppid=21900 vsize=864352 CPUtime=0
/proc/21901/task/21906/stat : 21906 (java) S 21900 21887 17578 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23963044 885096448 18638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21901/tid=21907] ppid=21900 vsize=864352 CPUtime=0.05
/proc/21901/task/21907/stat : 21907 (java) S 21900 21887 17578 0 -1 64 316 0 0 0 5 0 0 0 16 0 9 0 23963044 885096448 18638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21901/tid=21908] ppid=21900 vsize=864352 CPUtime=0
/proc/21901/task/21908/stat : 21908 (java) S 21900 21887 17578 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23963044 885096448 18638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21901/tid=21909] ppid=21900 vsize=864352 CPUtime=0
/proc/21901/task/21909/stat : 21909 (java) S 21900 21887 17578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23963044 885096448 18638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886576

[startup+6.30249 s]
/proc/loadavg: 1.96 1.98 1.99 3/91 21909
/proc/meminfo: memFree=1188296/2055920 swapFree=4192956/4192956
[pid=21887] ppid=21885 vsize=16868 CPUtime=0.6
/proc/21887/stat : 21887 (sugar) S 21885 21887 17578 0 -1 4194304 1310 6604 0 1 5 1 50 4 15 0 1 0 23962973 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21887/statm: 4217 1111 409 3 0 796 0
[pid=21900] ppid=21887 vsize=5356 CPUtime=0
/proc/21900/stat : 21900 (sh) S 21887 21887 17578 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23963040 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21900/statm: 1339 233 193 169 0 50 0
[pid=21901] ppid=21900 vsize=864464 CPUtime=5.56
/proc/21901/stat : 21901 (java) S 21900 21887 17578 0 -1 0 21378 0 1 0 545 11 0 0 18 0 9 0 23963040 885211136 20258 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21901/statm: 216116 20258 2590 9 0 210593 0
[pid=21901/tid=21902] ppid=21900 vsize=864464 CPUtime=3.79
/proc/21901/task/21902/stat : 21902 (java) R 21900 21887 17578 0 -1 64 3524 0 1 0 377 2 0 0 25 0 9 0 23963041 885211136 20258 996147200 134512640 134550932 4294955936 18446744073709551615 103210629 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21901/tid=21903] ppid=21900 vsize=864464 CPUtime=1.65
/proc/21901/task/21903/stat : 21903 (java) S 21900 21887 17578 0 -1 64 16819 0 0 0 158 7 0 0 16 0 9 0 23963042 885211136 20258 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21901/tid=21904] ppid=21900 vsize=864464 CPUtime=0
/proc/21901/task/21904/stat : 21904 (java) S 21900 21887 17578 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23963042 885211136 20258 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21901/tid=21905] ppid=21900 vsize=864464 CPUtime=0
/proc/21901/task/21905/stat : 21905 (java) S 21900 21887 17578 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23963042 885211136 20258 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21901/tid=21906] ppid=21900 vsize=864464 CPUtime=0
/proc/21901/task/21906/stat : 21906 (java) S 21900 21887 17578 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23963044 885211136 20258 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21901/tid=21907] ppid=21900 vsize=864464 CPUtime=0.08
/proc/21901/task/21907/stat : 21907 (java) S 21900 21887 17578 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 23963044 885211136 20258 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21901/tid=21908] ppid=21900 vsize=864464 CPUtime=0
/proc/21901/task/21908/stat : 21908 (java) S 21900 21887 17578 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23963044 885211136 20258 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21901/tid=21909] ppid=21900 vsize=864464 CPUtime=0
/proc/21901/task/21909/stat : 21909 (java) S 21900 21887 17578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23963044 885211136 20258 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 886688

[startup+12.7021 s]
/proc/loadavg: 1.96 1.98 1.99 3/91 21909
/proc/meminfo: memFree=1183176/2055920 swapFree=4192956/4192956
[pid=21887] ppid=21885 vsize=16868 CPUtime=0.6
/proc/21887/stat : 21887 (sugar) S 21885 21887 17578 0 -1 4194304 1310 6604 0 1 5 1 50 4 15 0 1 0 23962973 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21887/statm: 4217 1111 409 3 0 796 0
[pid=21900] ppid=21887 vsize=5356 CPUtime=0
/proc/21900/stat : 21900 (sh) S 21887 21887 17578 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23963040 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21900/statm: 1339 233 193 169 0 50 0
[pid=21901] ppid=21900 vsize=864464 CPUtime=11.89
/proc/21901/stat : 21901 (java) S 21900 21887 17578 0 -1 0 22277 0 1 0 1175 14 0 0 18 0 9 0 23963040 885211136 21103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21901/statm: 216116 21103 2590 9 0 210593 0
[pid=21901/tid=21902] ppid=21900 vsize=864464 CPUtime=9.99
/proc/21901/task/21902/stat : 21902 (java) R 21900 21887 17578 0 -1 64 3578 0 1 0 994 5 0 0 25 0 9 0 23963041 885211136 21103 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21901/tid=21903] ppid=21900 vsize=864464 CPUtime=1.79
/proc/21901/task/21903/stat : 21903 (java) S 21900 21887 17578 0 -1 64 17663 0 0 0 171 8 0 0 16 0 9 0 23963042 885211136 21103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21901/tid=21904] ppid=21900 vsize=864464 CPUtime=0
/proc/21901/task/21904/stat : 21904 (java) S 21900 21887 17578 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23963042 885211136 21103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21901/tid=21905] ppid=21900 vsize=864464 CPUtime=0
/proc/21901/task/21905/stat : 21905 (java) S 21900 21887 17578 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23963042 885211136 21103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21901/tid=21906] ppid=21900 vsize=864464 CPUtime=0
/proc/21901/task/21906/stat : 21906 (java) S 21900 21887 17578 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23963044 885211136 21103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21901/tid=21907] ppid=21900 vsize=864464 CPUtime=0.08
/proc/21901/task/21907/stat : 21907 (java) S 21900 21887 17578 0 -1 64 337 0 0 0 8 0 0 0 16 0 9 0 23963044 885211136 21103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21901/tid=21908] ppid=21900 vsize=864464 CPUtime=0
/proc/21901/task/21908/stat : 21908 (java) S 21900 21887 17578 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23963044 885211136 21103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21901/tid=21909] ppid=21900 vsize=864464 CPUtime=0
/proc/21901/task/21909/stat : 21909 (java) S 21900 21887 17578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23963044 885211136 21103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 886688

[startup+25.5024 s]
/proc/loadavg: 2.20 2.03 2.01 3/93 21951
/proc/meminfo: memFree=1152496/2055920 swapFree=4192956/4192956
[pid=21887] ppid=21885 vsize=16868 CPUtime=0.6
/proc/21887/stat : 21887 (sugar) S 21885 21887 17578 0 -1 4194304 1310 6604 0 1 5 1 50 4 15 0 1 0 23962973 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21887/statm: 4217 1111 409 3 0 796 0
[pid=21900] ppid=21887 vsize=5356 CPUtime=0
/proc/21900/stat : 21900 (sh) S 21887 21887 17578 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23963040 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21900/statm: 1339 233 193 169 0 50 0
[pid=21901] ppid=21900 vsize=864464 CPUtime=24.64
/proc/21901/stat : 21901 (java) S 21900 21887 17578 0 -1 0 25247 0 1 0 2445 19 0 0 18 0 9 0 23963040 885211136 23927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21901/statm: 216116 23927 2590 9 0 210593 0
[pid=21901/tid=21902] ppid=21900 vsize=864464 CPUtime=22.32
/proc/21901/task/21902/stat : 21902 (java) R 21900 21887 17578 0 -1 64 3724 0 1 0 2225 7 0 0 25 0 9 0 23963041 885211136 23927 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21901/tid=21903] ppid=21900 vsize=864464 CPUtime=2.19
/proc/21901/task/21903/stat : 21903 (java) S 21900 21887 17578 0 -1 64 20485 0 0 0 210 9 0 0 16 0 9 0 23963042 885211136 23927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21901/tid=21904] ppid=21900 vsize=864464 CPUtime=0
/proc/21901/task/21904/stat : 21904 (java) S 21900 21887 17578 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23963042 885211136 23927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21901/tid=21905] ppid=21900 vsize=864464 CPUtime=0
/proc/21901/task/21905/stat : 21905 (java) S 21900 21887 17578 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23963042 885211136 23927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21901/tid=21906] ppid=21900 vsize=864464 CPUtime=0

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

[pid=21901/tid=21907] ppid=21900 vsize=864464 CPUtime=0.08
/proc/21901/task/21907/stat : 21907 (java) S 21900 21887 17578 0 -1 64 339 0 0 0 8 0 0 0 16 0 9 0 23963044 885211136 23927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21901/tid=21908] ppid=21900 vsize=864464 CPUtime=0
/proc/21901/task/21908/stat : 21908 (java) S 21900 21887 17578 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23963044 885211136 23927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21901/tid=21909] ppid=21900 vsize=864464 CPUtime=0
/proc/21901/task/21909/stat : 21909 (java) S 21900 21887 17578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23963044 885211136 23927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 886688

[startup+51.1029 s]
/proc/loadavg: 2.34 2.08 2.02 3/83 21979
/proc/meminfo: memFree=1202184/2055920 swapFree=4192956/4192956
[pid=21887] ppid=21885 vsize=16868 CPUtime=0.6
/proc/21887/stat : 21887 (sugar) S 21885 21887 17578 0 -1 4194304 1310 6604 0 1 5 1 50 4 15 0 1 0 23962973 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21887/statm: 4217 1111 409 3 0 796 0
[pid=21900] ppid=21887 vsize=5356 CPUtime=0
/proc/21900/stat : 21900 (sh) S 21887 21887 17578 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23963040 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21900/statm: 1339 233 193 169 0 50 0
[pid=21901] ppid=21900 vsize=864464 CPUtime=50.21
/proc/21901/stat : 21901 (java) S 21900 21887 17578 0 -1 0 40819 0 1 0 4986 35 0 0 18 0 9 0 23963040 885211136 28966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21901/statm: 216116 28966 2590 9 0 210593 0
[pid=21901/tid=21902] ppid=21900 vsize=864464 CPUtime=46.64
/proc/21901/task/21902/stat : 21902 (java) R 21900 21887 17578 0 -1 64 4017 0 1 0 4649 15 0 0 25 0 9 0 23963041 885211136 28966 996147200 134512640 134550932 4294955936 18446744073709551615 103211397 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21901/tid=21903] ppid=21900 vsize=864464 CPUtime=3.45
/proc/21901/task/21903/stat : 21903 (java) S 21900 21887 17578 0 -1 64 35761 0 0 0 327 18 0 0 16 0 9 0 23963042 885211136 28966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21901/tid=21904] ppid=21900 vsize=864464 CPUtime=0
/proc/21901/task/21904/stat : 21904 (java) S 21900 21887 17578 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23963042 885211136 28966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21901/tid=21905] ppid=21900 vsize=864464 CPUtime=0
/proc/21901/task/21905/stat : 21905 (java) S 21900 21887 17578 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23963042 885211136 28966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21901/tid=21906] ppid=21900 vsize=864464 CPUtime=0
/proc/21901/task/21906/stat : 21906 (java) S 21900 21887 17578 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23963044 885211136 28966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21901/tid=21907] ppid=21900 vsize=864464 CPUtime=0.09
/proc/21901/task/21907/stat : 21907 (java) S 21900 21887 17578 0 -1 64 342 0 0 0 9 0 0 0 16 0 9 0 23963044 885211136 28966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21901/tid=21908] ppid=21900 vsize=864464 CPUtime=0
/proc/21901/task/21908/stat : 21908 (java) S 21900 21887 17578 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23963044 885211136 28966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21901/tid=21909] ppid=21900 vsize=864464 CPUtime=0
/proc/21901/task/21909/stat : 21909 (java) S 21900 21887 17578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23963044 885211136 28966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 886688

[startup+102.302 s]
/proc/loadavg: 2.36 2.11 2.03 3/85 22229
/proc/meminfo: memFree=1236784/2055920 swapFree=4192956/4192956
[pid=21887] ppid=21885 vsize=16868 CPUtime=69.75
/proc/21887/stat : 21887 (sugar) S 21885 21887 17578 0 -1 4194304 1376 47957 0 2 5 2 6920 48 16 0 1 0 23962973 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21887/statm: 4217 1113 409 3 0 796 0
[pid=22106] ppid=21887 vsize=5356 CPUtime=0
/proc/22106/stat : 22106 (sh) S 21887 21887 17578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23969982 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22106/statm: 1339 232 193 169 0 50 0
[pid=22107] ppid=22106 vsize=45444 CPUtime=31.96
/proc/22107/stat : 22107 (minisat) R 22106 21887 17578 0 -1 4194304 10931 0 0 0 3187 9 0 0 25 0 1 0 23969982 46534656 10917 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/22107/statm: 11361 10917 75 150 0 11208 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 67668

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

[startup+102.407 s]
/proc/loadavg: 2.36 2.11 2.03 3/85 22229
/proc/meminfo: memFree=1236784/2055920 swapFree=4192956/4192956
[pid=21887] ppid=21885 vsize=16868 CPUtime=69.75
/proc/21887/stat : 21887 (sugar) S 21885 21887 17578 0 -1 4194304 1376 47957 0 2 5 2 6920 48 16 0 1 0 23962973 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21887/statm: 4217 1113 409 3 0 796 0
[pid=22106] ppid=21887 vsize=5356 CPUtime=0
/proc/22106/stat : 22106 (sh) S 21887 21887 17578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23969982 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22106/statm: 1339 232 193 169 0 50 0
[pid=22107] ppid=22106 vsize=45444 CPUtime=32.06
/proc/22107/stat : 22107 (minisat) R 22106 21887 17578 0 -1 4194304 10931 0 0 0 3197 9 0 0 25 0 1 0 23969982 46534656 10917 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22107/statm: 11361 10917 75 150 0 11208 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 67668

[startup+128.003 s]
/proc/loadavg: 2.32 2.12 2.04 4/85 22411
/proc/meminfo: memFree=1250680/2055920 swapFree=4192956/4192956
[pid=21887] ppid=21885 vsize=16868 CPUtime=69.75
/proc/21887/stat : 21887 (sugar) S 21885 21887 17578 0 -1 4194304 1376 47957 0 2 5 2 6920 48 16 0 1 0 23962973 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21887/statm: 4217 1113 409 3 0 796 0
[pid=22106] ppid=21887 vsize=5356 CPUtime=0
/proc/22106/stat : 22106 (sh) S 21887 21887 17578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23969982 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22106/statm: 1339 232 193 169 0 50 0
[pid=22107] ppid=22106 vsize=45584 CPUtime=57.64
/proc/22107/stat : 22107 (minisat) R 22106 21887 17578 0 -1 4194304 10987 0 0 0 5753 11 0 0 25 0 1 0 23969982 46678016 10965 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22107/statm: 11396 10965 75 150 0 11243 0
Current children cumulated CPU time (s) 127.39
Current children cumulated vsize (KiB) 67808

[startup+134.401 s]
/proc/loadavg: 2.38 2.13 2.04 3/85 22411
/proc/meminfo: memFree=1197496/2055920 swapFree=4192956/4192956
[pid=21887] ppid=21885 vsize=16868 CPUtime=69.75
/proc/21887/stat : 21887 (sugar) S 21885 21887 17578 0 -1 4194304 1376 47957 0 2 5 2 6920 48 16 0 1 0 23962973 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21887/statm: 4217 1113 409 3 0 796 0
[pid=22106] ppid=21887 vsize=5356 CPUtime=0
/proc/22106/stat : 22106 (sh) S 21887 21887 17578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23969982 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22106/statm: 1339 232 193 169 0 50 0
[pid=22107] ppid=22106 vsize=45584 CPUtime=64.04
/proc/22107/stat : 22107 (minisat) R 22106 21887 17578 0 -1 4194304 10991 0 0 0 6393 11 0 0 25 0 1 0 23969982 46678016 10969 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22107/statm: 11396 10969 75 150 0 11243 0
Current children cumulated CPU time (s) 133.79
Current children cumulated vsize (KiB) 67808

[startup+140.802 s]
/proc/loadavg: 2.43 2.15 2.05 3/85 22411
/proc/meminfo: memFree=1189752/2055920 swapFree=4192956/4192956
[pid=21887] ppid=21885 vsize=16868 CPUtime=69.75
/proc/21887/stat : 21887 (sugar) S 21885 21887 17578 0 -1 4194304 1376 47957 0 2 5 2 6920 48 16 0 1 0 23962973 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21887/statm: 4217 1113 409 3 0 796 0
[pid=22106] ppid=21887 vsize=5356 CPUtime=0
/proc/22106/stat : 22106 (sh) S 21887 21887 17578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23969982 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22106/statm: 1339 232 193 169 0 50 0
[pid=22107] ppid=22106 vsize=45584 CPUtime=70.44
/proc/22107/stat : 22107 (minisat) R 22106 21887 17578 0 -1 4194304 10995 0 0 0 7033 11 0 0 25 0 1 0 23969982 46678016 10973 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/22107/statm: 11396 10973 75 150 0 11243 0
Current children cumulated CPU time (s) 140.19
Current children cumulated vsize (KiB) 67808

[startup+144.002 s]
/proc/loadavg: 2.39 2.14 2.05 3/85 22411
/proc/meminfo: memFree=1186744/2055920 swapFree=4192956/4192956
[pid=21887] ppid=21885 vsize=16868 CPUtime=69.75
/proc/21887/stat : 21887 (sugar) S 21885 21887 17578 0 -1 4194304 1376 47957 0 2 5 2 6920 48 16 0 1 0 23962973 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21887/statm: 4217 1113 409 3 0 796 0
[pid=22106] ppid=21887 vsize=5356 CPUtime=0
/proc/22106/stat : 22106 (sh) S 21887 21887 17578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23969982 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22106/statm: 1339 232 193 169 0 50 0
[pid=22107] ppid=22106 vsize=45584 CPUtime=73.63
/proc/22107/stat : 22107 (minisat) R 22106 21887 17578 0 -1 4194304 10997 0 0 0 7352 11 0 0 25 0 1 0 23969982 46678016 10975 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22107/statm: 11396 10975 75 150 0 11243 0
Current children cumulated CPU time (s) 143.38
Current children cumulated vsize (KiB) 67808

[startup+145.601 s]
/proc/loadavg: 2.39 2.14 2.05 3/85 22411
/proc/meminfo: memFree=1184632/2055920 swapFree=4192956/4192956
[pid=21887] ppid=21885 vsize=16868 CPUtime=69.75
/proc/21887/stat : 21887 (sugar) S 21885 21887 17578 0 -1 4194304 1376 47957 0 2 5 2 6920 48 16 0 1 0 23962973 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21887/statm: 4217 1113 409 3 0 796 0
[pid=22106] ppid=21887 vsize=5356 CPUtime=0
/proc/22106/stat : 22106 (sh) S 21887 21887 17578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23969982 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22106/statm: 1339 232 193 169 0 50 0
[pid=22107] ppid=22106 vsize=45584 CPUtime=75.23
/proc/22107/stat : 22107 (minisat) R 22106 21887 17578 0 -1 4194304 10998 0 0 0 7512 11 0 0 25 0 1 0 23969982 46678016 10976 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22107/statm: 11396 10976 75 150 0 11243 0
Current children cumulated CPU time (s) 144.98
Current children cumulated vsize (KiB) 67808

[startup+146.001 s]
/proc/loadavg: 2.39 2.14 2.05 3/85 22411
/proc/meminfo: memFree=1184632/2055920 swapFree=4192956/4192956
[pid=21887] ppid=21885 vsize=16868 CPUtime=69.75
/proc/21887/stat : 21887 (sugar) S 21885 21887 17578 0 -1 4194304 1376 47957 0 2 5 2 6920 48 16 0 1 0 23962973 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21887/statm: 4217 1113 409 3 0 796 0
[pid=22106] ppid=21887 vsize=5356 CPUtime=0
/proc/22106/stat : 22106 (sh) S 21887 21887 17578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23969982 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22106/statm: 1339 232 193 169 0 50 0
[pid=22107] ppid=22106 vsize=45584 CPUtime=75.63
/proc/22107/stat : 22107 (minisat) R 22106 21887 17578 0 -1 4194304 10998 0 0 0 7552 11 0 0 25 0 1 0 23969982 46678016 10976 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22107/statm: 11396 10976 75 150 0 11243 0
Current children cumulated CPU time (s) 145.38
Current children cumulated vsize (KiB) 67808

[startup+146.406 s]
/proc/loadavg: 2.36 2.14 2.05 4/93 22421
/proc/meminfo: memFree=1221752/2055920 swapFree=4192956/4192956
[pid=21887] ppid=21885 vsize=16868 CPUtime=145.74
/proc/21887/stat : 21887 (sugar) R 21885 21887 17578 0 -1 4194304 1478 63015 0 3 6 3 14502 63 16 0 1 0 23962973 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 252429702185 0 0 4224 16386 0 0 0 17 0 0 0
/proc/21887/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 145.74
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 146.412
CPU time (s): 145.767
CPU user time (s): 145.091
CPU system time (s): 0.675897
CPU usage (%): 99.5597
Max. virtual memory (cumulated for all children) (KiB): 907428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 145.091
system time used= 0.675897
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64553
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= 9352
involuntary context switches= 10219

runsolver used 0.169974 second user time and 0.52292 second system time

The end

Launcher Data

Begin job on node12 at 2009-07-12 05:22:39
IDJOB=2079849
IDBENCH=56964
IDSOLVER=739
FILE ID=node12/2079849-1247368959
PBS_JOBID= 9507003
Free space on /tmp= 66212 MiB

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

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

MD5SUM BENCH= 0f30b3807199fbae5b68556f7aabb864
RANDOM SEED=1901389673

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
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.240
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:       1263488 kB
Buffers:         82288 kB
Cached:         539776 kB
SwapCached:          0 kB
Active:         245328 kB
Inactive:       466508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1263488 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1568 kB
Writeback:           0 kB
Mapped:         107616 kB
Slab:            65748 kB
Committed_AS:   907840 kB
PageTables:       1916 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= 66208 MiB
End job on node12 at 2009-07-12 05:25:06