Trace number 2071434

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 1107.35 1117.95

General information on the benchmark

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

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 01:08:55 2009
0.00/0.08	c 0	PID 15795
0.00/0.08	c 0	HOST node39.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2071434-1247353735.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-2071434-1247353735.xml' 'HOME/temp.csp'
0.06/0.49	c 0	5 domains, 76 variables, 0 predicates, 28 relations, 350 constraints
0.06/0.51	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.51	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.06/0.59	c 0	Parsing HOME/temp.csp
0.46/0.75	c 1	parsed 459 expressions
0.46/0.76	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.46/0.76	c 1	Converting to clausal form CSP
0.46/0.78	c 1	converted 46 (10%) expressions
0.46/0.80	c 1	converted 92 (20%) expressions
0.46/0.81	c 1	converted 138 (30%) expressions
0.46/0.81	c 1	converted 184 (40%) expressions
0.46/0.82	c 1	converted 230 (50%) expressions
0.46/0.83	c 1	converted 276 (60%) expressions
0.46/0.83	c 1	converted 322 (70%) expressions
0.46/0.84	c 1	converted 368 (80%) expressions
0.46/0.88	c 1	converted 414 (90%) expressions
2.71/2.83	c 3	converted 459 (100%) expressions
2.71/2.83	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.71/2.83	c 3	Heap : 60 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.71/2.83	c 3	Propagation in CSP
2.71/2.83	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.71/2.83	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.71/2.83	c 3	Heap : 60 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.10/3.22	c 3	Simplifing CSP by introducing new Boolean variables
3.10/3.22	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
3.10/3.22	c 3	Heap : 59 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.40/3.54	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.40/3.57	c 3	8 (10%) CSP integer variables are encoded (4088 clauses, 51001 bytes)
3.40/3.57	c 3	16 (20%) CSP integer variables are encoded (8176 clauses, 104145 bytes)
3.40/3.58	c 3	23 (30%) CSP integer variables are encoded (11265 clauses, 146873 bytes)
3.40/3.58	c 3	31 (40%) CSP integer variables are encoded (15353 clauses, 208193 bytes)
3.40/3.59	c 3	38 (50%) CSP integer variables are encoded (19418 clauses, 269168 bytes)
3.40/3.59	c 3	46 (60%) CSP integer variables are encoded (23506 clauses, 330488 bytes)
3.50/3.60	c 3	54 (70%) CSP integer variables are encoded (26266 clauses, 371888 bytes)
3.50/3.60	c 3	61 (80%) CSP integer variables are encoded (27519 clauses, 390683 bytes)
3.50/3.60	c 3	69 (90%) CSP integer variables are encoded (28951 clauses, 412163 bytes)
3.50/3.60	c 3	76 (100%) CSP integer variables are encoded (29846 clauses, 425588 bytes)
3.50/3.66	c 3	35 (10%) CSP clauses are encoded (30766 clauses, 444066 bytes)
3.50/3.68	c 3	70 (20%) CSP clauses are encoded (31663 clauses, 465845 bytes)
3.59/3.71	c 4	105 (30%) CSP clauses are encoded (32585 clauses, 487698 bytes)
3.59/3.73	c 4	140 (40%) CSP clauses are encoded (33503 clauses, 509660 bytes)
3.59/3.76	c 4	175 (50%) CSP clauses are encoded (34425 clauses, 531886 bytes)
3.59/3.78	c 4	210 (60%) CSP clauses are encoded (35347 clauses, 554589 bytes)
3.71/3.81	c 4	245 (70%) CSP clauses are encoded (36268 clauses, 578805 bytes)
3.71/3.84	c 4	280 (80%) CSP clauses are encoded (37210 clauses, 603284 bytes)
3.71/3.89	c 4	315 (90%) CSP clauses are encoded (38200 clauses, 628399 bytes)
74.10/74.93	c 75	350 (100%) CSP clauses are encoded (829130 clauses, 26865045 bytes)
74.10/74.93	c 75	350 CSP clauses encoded
74.10/74.93	c 75	Writing map file : HOME/temp.map
74.10/74.94	c 75	Heap : 77 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
74.10/74.94	c 75	SAT : 29920 SAT variables, 829130 SAT clauses, 26865045 bytes
74.10/74.94	c 75	Heap : 77 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
74.10/74.97	c 75	SOLVING HOME/temp.cnf
74.10/74.97	c 75	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
74.10/74.98	c 75	This is MiniSat 2.0 beta
74.10/74.98	c 75	WARNING: for repeatability, setting FPU to use double precision
74.10/74.98	c 75	============================[ Problem Statistics ]=============================
74.10/74.98	c 75	|                                                                             |
74.10/74.98	c 75	|  Number of variables:  29920                                                |
74.10/74.98	c 75	|  Number of clauses:    829130                                               |
74.17/75.53	c 75	|  Parsing time:         0.47         s                                       |
74.17/75.57	c 75	============================[ Search Statistics ]==============================
74.17/75.57	c 75	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
74.17/75.57	c 75	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
74.17/75.57	c 75	===============================================================================
74.17/75.57	c 75	|         0 |   28919   811633  3913449 |   270544        0    nan |  0.000 % |
74.17/75.65	c 75	|       100 |   28893   811633  3913449 |   297598       91      7 | 11.661 % |
74.17/75.88	c 76	|       251 |   28024   811633  3913449 |   327358      214      7 | 22.858 % |
75.26/76.15	c 76	|       476 |   28005   811633  3913449 |   360094      416      7 | 42.734 % |
75.46/76.34	c 76	|       813 |   27986   811633  3913449 |   396103      730     11 | 45.628 % |
75.86/76.76	c 77	|      1328 |   27047   811633  3913449 |   435714     1197     11 | 57.878 % |
76.55/77.44	c 77	|      2087 |   26989   811633  3913449 |   479285     1932     13 | 64.231 % |
77.84/78.79	c 79	|      3227 |   26891   811633  3913449 |   527214     3029     13 | 73.232 % |
79.72/80.65	c 80	|      4936 |   26715   811633  3913449 |   579935     4736     21 | 73.312 % |
82.89/83.88	c 84	|      7498 |   26670   811633  3913449 |   637929     7288     22 | 73.466 % |
87.65/88.61	c 88	|     11343 |   26604   811633  3913449 |   701722    11121     26 | 73.901 % |
92.61/93.67	c 93	|     17109 |    7438   592845  2901801 |   771894    15391     28 | 75.140 % |
102.41/103.52	c 103	|     25758 |    7435   592845  2901801 |   849084    24038     33 | 75.475 % |
117.08/118.36	c 118	|     38733 |    7327   587116  2873913 |   933992    36998     34 | 77.560 % |
141.73/143.23	c 143	|     58196 |    7327   587116  2873913 |  1027391    56461     43 | 77.560 % |
185.52/187.43	c 187	|     87388 |    6629   533978  2614753 |  1130130    84195     49 | 77.884 % |
266.66/269.38	c 269	|    131178 |    6591   529172  2591020 |  1243143   123746     57 | 78.245 % |
436.45/440.77	c 441	|    196863 |    6471   519207  2542639 |  1367458   188785     59 | 78.372 % |
749.19/756.49	c 756	|    295392 |    6470   519207  2542639 |  1504204   287313     61 | 78.382 % |
1106.91/1117.53	c 1117	===============================================================================
1106.91/1117.53	c 1117	restarts              : 19
1106.91/1117.53	c 1117	conflicts             : 392725         (380 /sec)
1106.91/1117.53	c 1117	decisions             : 515329         (0.85 % random) (499 /sec)
1106.91/1117.53	c 1117	propagations          : 159590830      (154583 /sec)
1106.91/1117.53	c 1117	conflict literals     : 25642759       (61.29 % deleted)
1106.91/1117.53	c 1117	Memory used           : 146.11 MB
1106.91/1117.53	c 1117	CPU time              : 1032.4 s
1106.91/1117.53	c 1117	
1106.91/1117.54	c 1117	SATISFIABLE
1106.91/1117.57	c 1117	DECODING HOME/temp.out WITH HOME/temp.map
1106.91/1117.57	c 1117	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'
1107.01/1117.66	c 1117	Decoding HOME/temp.out
1107.20/1117.88	s SATISFIABLE
1107.20/1117.88	v 12 4 21 9 15 2 10 8 3 18 16 9 8 16 11 7 7 8 4 2 1 3 6 6 25 1 13 10 17 14 22 0 9 5 20 1 5 20 19 0 14 6 2 9 24 17 23 4 18 1 13 15 23 41 50 66 73 81 83 86 92 93 103 117 117 122 123 143 143 149 158 175 179 180 180 0
1107.20/1117.89	c 1118	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1107.31/1117.94	c 1118	CPU 1107.32 (0.06 0.02 1106.3 0.94)
1107.31/1117.94	c 1118	END Sun Jul 12 01:27:33 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-2071434-1247353735/watcher-2071434-1247353735 -o /tmp/evaluation-result-2071434-1247353735/solver-2071434-1247353735 -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-2071434-1247353735.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.91 2.06 2.08 4/81 15795
/proc/meminfo: memFree=1552912/2055920 swapFree=4192812/4192956
[pid=15795] ppid=15793 vsize=12000 CPUtime=0
/proc/15795/stat : 15795 (sugar) R 15793 15795 15248 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 22437517 12288000 173 996147200 4194304 4206940 548682068608 18446744073709551615 272854697346 0 0 4224 0 0 0 0 17 1 0 0
/proc/15795/statm: 3000 173 134 3 0 100 0

[startup+0.109087 s]
/proc/loadavg: 1.91 2.06 2.08 4/81 15795
/proc/meminfo: memFree=1552912/2055920 swapFree=4192812/4192956
[pid=15795] ppid=15793 vsize=16868 CPUtime=0.06
/proc/15795/stat : 15795 (sugar) S 15793 15795 15248 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22437517 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15795/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.202094 s]
/proc/loadavg: 1.91 2.06 2.08 4/81 15795
/proc/meminfo: memFree=1552912/2055920 swapFree=4192812/4192956
[pid=15795] ppid=15793 vsize=16868 CPUtime=0.06
/proc/15795/stat : 15795 (sugar) S 15793 15795 15248 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22437517 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15795/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.3021 s]
/proc/loadavg: 1.91 2.06 2.08 4/81 15795
/proc/meminfo: memFree=1552912/2055920 swapFree=4192812/4192956
[pid=15795] ppid=15793 vsize=16868 CPUtime=0.06
/proc/15795/stat : 15795 (sugar) S 15793 15795 15248 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22437517 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15795/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701126 s]
/proc/loadavg: 1.91 2.06 2.08 4/81 15795
/proc/meminfo: memFree=1552912/2055920 swapFree=4192812/4192956
[pid=15795] ppid=15793 vsize=16868 CPUtime=0.46
/proc/15795/stat : 15795 (sugar) S 15793 15795 15248 0 -1 4194304 1309 6678 0 1 5 1 36 4 15 0 1 0 22437517 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15795/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 16868

[startup+1.50119 s]
/proc/loadavg: 1.91 2.06 2.08 3/92 15817
/proc/meminfo: memFree=1532536/2055920 swapFree=4192812/4192956
[pid=15795] ppid=15793 vsize=16868 CPUtime=0.46
/proc/15795/stat : 15795 (sugar) S 15793 15795 15248 0 -1 4194304 1309 6678 0 1 5 1 36 4 15 0 1 0 22437517 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15795/statm: 4217 1111 409 3 0 796 0
[pid=15808] ppid=15795 vsize=5356 CPUtime=0
/proc/15808/stat : 15808 (sh) S 15795 15795 15248 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22437568 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15808/statm: 1339 233 193 169 0 50 0
[pid=15809] ppid=15808 vsize=864464 CPUtime=0.96
/proc/15809/stat : 15809 (java) S 15808 15795 15248 0 -1 0 10708 0 1 0 91 5 0 0 18 0 9 0 22437569 885211136 9690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15809/statm: 216116 9690 2566 9 0 210621 0
[pid=15809/tid=15810] ppid=15808 vsize=864464 CPUtime=0.42
/proc/15809/task/15810/stat : 15810 (java) R 15808 15795 15248 0 -1 64 2785 0 1 0 41 1 0 0 22 0 9 0 22437570 885211136 9690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15811] ppid=15808 vsize=864464 CPUtime=0.45
/proc/15809/task/15811/stat : 15811 (java) R 15808 15795 15248 0 -1 64 6909 0 0 0 43 2 0 0 17 0 9 0 22437571 885211136 9690 996147200 134512640 134550932 4294955936 18446744073709551615 104188768 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15812] ppid=15808 vsize=864464 CPUtime=0
/proc/15809/task/15812/stat : 15812 (java) S 15808 15795 15248 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22437571 885211136 9690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15813] ppid=15808 vsize=864464 CPUtime=0
/proc/15809/task/15813/stat : 15813 (java) S 15808 15795 15248 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22437571 885211136 9690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15814] ppid=15808 vsize=864464 CPUtime=0
/proc/15809/task/15814/stat : 15814 (java) S 15808 15795 15248 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22437573 885211136 9690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15815] ppid=15808 vsize=864464 CPUtime=0.05
/proc/15809/task/15815/stat : 15815 (java) S 15808 15795 15248 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 22437573 885211136 9690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15816] ppid=15808 vsize=864464 CPUtime=0
/proc/15809/task/15816/stat : 15816 (java) S 15808 15795 15248 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22437573 885211136 9690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15817] ppid=15808 vsize=864464 CPUtime=0
/proc/15809/task/15817/stat : 15817 (java) S 15808 15795 15248 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22437573 885211136 9690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886688

[startup+3.10229 s]
/proc/loadavg: 1.91 2.06 2.08 4/92 15817
/proc/meminfo: memFree=1504632/2055920 swapFree=4192812/4192956
[pid=15795] ppid=15793 vsize=16868 CPUtime=0.46
/proc/15795/stat : 15795 (sugar) S 15793 15795 15248 0 -1 4194304 1310 6678 0 1 5 1 36 4 16 0 1 0 22437517 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15795/statm: 4217 1111 409 3 0 796 0
[pid=15808] ppid=15795 vsize=5356 CPUtime=0
/proc/15808/stat : 15808 (sh) S 15795 15795 15248 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22437568 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15808/statm: 1339 233 193 169 0 50 0
[pid=15809] ppid=15808 vsize=864464 CPUtime=2.55
/proc/15809/stat : 15809 (java) S 15808 15795 15248 0 -1 0 21421 0 1 0 245 10 0 0 18 0 9 0 22437569 885211136 20213 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15809/statm: 216116 20213 2566 9 0 210621 0
[pid=15809/tid=15810] ppid=15808 vsize=864464 CPUtime=0.96
/proc/15809/task/15810/stat : 15810 (java) R 15808 15795 15248 0 -1 64 3237 0 1 0 95 1 0 0 25 0 9 0 22437570 885211136 20213 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15811] ppid=15808 vsize=864464 CPUtime=1.5
/proc/15809/task/15811/stat : 15811 (java) R 15808 15795 15248 0 -1 64 17170 0 0 0 143 7 0 0 18 0 9 0 22437571 885211136 20213 996147200 134512640 134550932 4294955936 18446744073709551615 104190752 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15812] ppid=15808 vsize=864464 CPUtime=0
/proc/15809/task/15812/stat : 15812 (java) S 15808 15795 15248 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22437571 885211136 20213 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15813] ppid=15808 vsize=864464 CPUtime=0
/proc/15809/task/15813/stat : 15813 (java) S 15808 15795 15248 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22437571 885211136 20213 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15814] ppid=15808 vsize=864464 CPUtime=0
/proc/15809/task/15814/stat : 15814 (java) S 15808 15795 15248 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22437573 885211136 20213 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15815] ppid=15808 vsize=864464 CPUtime=0.06
/proc/15809/task/15815/stat : 15815 (java) S 15808 15795 15248 0 -1 64 315 0 0 0 6 0 0 0 16 0 9 0 22437573 885211136 20213 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15816] ppid=15808 vsize=864464 CPUtime=0
/proc/15809/task/15816/stat : 15816 (java) S 15808 15795 15248 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22437573 885211136 20213 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15817] ppid=15808 vsize=864464 CPUtime=0
/proc/15809/task/15817/stat : 15817 (java) S 15808 15795 15248 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22437573 885211136 20213 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886688

[startup+6.3025 s]
/proc/loadavg: 1.92 2.06 2.08 3/92 15817
/proc/meminfo: memFree=1472440/2055920 swapFree=4192812/4192956
[pid=15795] ppid=15793 vsize=16868 CPUtime=0.47
/proc/15795/stat : 15795 (sugar) S 15793 15795 15248 0 -1 4194304 1310 6678 0 1 6 1 36 4 15 0 1 0 22437517 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15795/statm: 4217 1111 409 3 0 796 0
[pid=15808] ppid=15795 vsize=5356 CPUtime=0
/proc/15808/stat : 15808 (sh) S 15795 15795 15248 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22437568 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15808/statm: 1339 233 193 169 0 50 0
[pid=15809] ppid=15808 vsize=864400 CPUtime=5.71
/proc/15809/stat : 15809 (java) S 15808 15795 15248 0 -1 0 23000 0 1 0 560 11 0 0 18 0 9 0 22437569 885145600 21657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15809/statm: 216100 21657 2590 9 0 210577 0
[pid=15809/tid=15810] ppid=15808 vsize=864400 CPUtime=3.58
/proc/15809/task/15810/stat : 15810 (java) R 15808 15795 15248 0 -1 64 3796 0 1 0 356 2 0 0 25 0 9 0 22437570 885145600 21657 996147200 134512640 134550932 4294955936 18446744073709551615 101450288 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15811] ppid=15808 vsize=864400 CPUtime=2.01
/proc/15809/task/15811/stat : 15811 (java) S 15808 15795 15248 0 -1 64 18169 0 0 0 194 7 0 0 16 0 9 0 22437571 885145600 21657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15812] ppid=15808 vsize=864400 CPUtime=0
/proc/15809/task/15812/stat : 15812 (java) S 15808 15795 15248 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22437571 885145600 21657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15813] ppid=15808 vsize=864400 CPUtime=0
/proc/15809/task/15813/stat : 15813 (java) S 15808 15795 15248 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22437571 885145600 21657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15814] ppid=15808 vsize=864400 CPUtime=0
/proc/15809/task/15814/stat : 15814 (java) S 15808 15795 15248 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22437573 885145600 21657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15815] ppid=15808 vsize=864400 CPUtime=0.09
/proc/15809/task/15815/stat : 15815 (java) S 15808 15795 15248 0 -1 64 336 0 0 0 9 0 0 0 16 0 9 0 22437573 885145600 21657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15816] ppid=15808 vsize=864400 CPUtime=0
/proc/15809/task/15816/stat : 15816 (java) S 15808 15795 15248 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22437573 885145600 21657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15817] ppid=15808 vsize=864400 CPUtime=0
/proc/15809/task/15817/stat : 15817 (java) S 15808 15795 15248 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22437573 885145600 21657 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 886624

[startup+12.7029 s]
/proc/loadavg: 1.93 2.06 2.08 4/92 15817
/proc/meminfo: memFree=1466296/2055920 swapFree=4192812/4192956
[pid=15795] ppid=15793 vsize=16868 CPUtime=0.47
/proc/15795/stat : 15795 (sugar) S 15793 15795 15248 0 -1 4194304 1310 6678 0 1 6 1 36 4 15 0 1 0 22437517 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15795/statm: 4217 1111 409 3 0 796 0
[pid=15808] ppid=15795 vsize=5356 CPUtime=0
/proc/15808/stat : 15808 (sh) S 15795 15795 15248 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22437568 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15808/statm: 1339 233 193 169 0 50 0
[pid=15809] ppid=15808 vsize=864400 CPUtime=12.05
/proc/15809/stat : 15809 (java) S 15808 15795 15248 0 -1 0 24074 0 1 0 1192 13 0 0 18 0 9 0 22437569 885145600 22678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15809/statm: 216100 22678 2590 9 0 210577 0
[pid=15809/tid=15810] ppid=15808 vsize=864400 CPUtime=9.77
/proc/15809/task/15810/stat : 15810 (java) R 15808 15795 15248 0 -1 64 3849 0 1 0 974 3 0 0 25 0 9 0 22437570 885145600 22678 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15811] ppid=15808 vsize=864400 CPUtime=2.16
/proc/15809/task/15811/stat : 15811 (java) S 15808 15795 15248 0 -1 64 19189 0 0 0 208 8 0 0 16 0 9 0 22437571 885145600 22678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15812] ppid=15808 vsize=864400 CPUtime=0
/proc/15809/task/15812/stat : 15812 (java) S 15808 15795 15248 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22437571 885145600 22678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15813] ppid=15808 vsize=864400 CPUtime=0
/proc/15809/task/15813/stat : 15813 (java) S 15808 15795 15248 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22437571 885145600 22678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15814] ppid=15808 vsize=864400 CPUtime=0
/proc/15809/task/15814/stat : 15814 (java) S 15808 15795 15248 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22437573 885145600 22678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15815] ppid=15808 vsize=864400 CPUtime=0.09
/proc/15809/task/15815/stat : 15815 (java) S 15808 15795 15248 0 -1 64 337 0 0 0 9 0 0 0 17 0 9 0 22437573 885145600 22678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15816] ppid=15808 vsize=864400 CPUtime=0
/proc/15809/task/15816/stat : 15816 (java) S 15808 15795 15248 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22437573 885145600 22678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15817] ppid=15808 vsize=864400 CPUtime=0
/proc/15809/task/15817/stat : 15817 (java) S 15808 15795 15248 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22437573 885145600 22678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 886624

[startup+25.5028 s]
/proc/loadavg: 2.08 2.08 2.09 3/92 15817
/proc/meminfo: memFree=1651832/2055920 swapFree=4192812/4192956
[pid=15795] ppid=15793 vsize=16868 CPUtime=0.47
/proc/15795/stat : 15795 (sugar) S 15793 15795 15248 0 -1 4194304 1310 6678 0 1 6 1 36 4 15 0 1 0 22437517 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15795/statm: 4217 1111 409 3 0 796 0
[pid=15808] ppid=15795 vsize=5356 CPUtime=0
/proc/15808/stat : 15808 (sh) S 15795 15795 15248 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22437568 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15808/statm: 1339 233 193 169 0 50 0
[pid=15809] ppid=15808 vsize=864400 CPUtime=24.71
/proc/15809/stat : 15809 (java) S 15808 15795 15248 0 -1 0 26790 0 1 0 2453 18 0 0 18 0 9 0 22437569 885145600 25259 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15809/statm: 216100 25259 2590 9 0 210577 0
[pid=15809/tid=15810] ppid=15808 vsize=864400 CPUtime=22.02
/proc/15809/task/15810/stat : 15810 (java) R 15808 15795 15248 0 -1 64 3985 0 1 0 2196 6 0 0 25 0 9 0 22437570 885145600 25259 996147200 134512640 134550932 4294955936 18446744073709551615 103211147 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15811] ppid=15808 vsize=864400 CPUtime=2.57
/proc/15809/task/15811/stat : 15811 (java) S 15808 15795 15248 0 -1 64 21768 0 0 0 247 10 0 0 16 0 9 0 22437571 885145600 25259 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15812] ppid=15808 vsize=864400 CPUtime=0
/proc/15809/task/15812/stat : 15812 (java) S 15808 15795 15248 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22437571 885145600 25259 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15813] ppid=15808 vsize=864400 CPUtime=0
/proc/15809/task/15813/stat : 15813 (java) S 15808 15795 15248 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22437571 885145600 25259 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15814] ppid=15808 vsize=864400 CPUtime=0

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

/proc/meminfo: memFree=1584824/2055920 swapFree=4192812/4192956
[pid=15795] ppid=15793 vsize=16868 CPUtime=74.17
/proc/15795/stat : 15795 (sugar) S 15793 15795 15248 0 -1 4194304 1376 50537 0 2 6 1 7361 49 16 0 1 0 22437517 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15795/statm: 4217 1113 409 3 0 796 0
[pid=15818] ppid=15795 vsize=5356 CPUtime=0
/proc/15818/stat : 15818 (sh) S 15795 15795 15248 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22445015 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15818/statm: 1339 232 193 169 0 50 0
[pid=15819] ppid=15818 vsize=140640 CPUtime=918.62
/proc/15819/stat : 15819 (minisat) R 15818 15795 15248 0 -1 4194304 34558 0 0 0 91827 35 0 0 25 0 1 0 22445015 144015360 34544 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/15819/statm: 35160 34544 75 150 0 35007 0
Current children cumulated CPU time (s) 992.79
Current children cumulated vsize (KiB) 162864

[startup+1062.3 s]
/proc/loadavg: 2.09 2.03 2.04 3/84 15819
/proc/meminfo: memFree=1579960/2055920 swapFree=4192812/4192956
[pid=15795] ppid=15793 vsize=16868 CPUtime=74.17
/proc/15795/stat : 15795 (sugar) S 15793 15795 15248 0 -1 4194304 1376 50537 0 2 6 1 7361 49 16 0 1 0 22437517 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15795/statm: 4217 1113 409 3 0 796 0
[pid=15818] ppid=15795 vsize=5356 CPUtime=0
/proc/15818/stat : 15818 (sh) S 15795 15795 15248 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22445015 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15818/statm: 1339 232 193 169 0 50 0
[pid=15819] ppid=15818 vsize=145556 CPUtime=978.06
/proc/15819/stat : 15819 (minisat) R 15818 15795 15248 0 -1 4194304 35778 0 0 0 97769 37 0 0 25 0 1 0 22445015 149049344 35764 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15819/statm: 36389 35764 75 150 0 36236 0
Current children cumulated CPU time (s) 1052.23
Current children cumulated vsize (KiB) 167780

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

[startup+1075.2 s]
/proc/loadavg: 2.14 2.04 2.05 3/84 15819
/proc/meminfo: memFree=1578872/2055920 swapFree=4192812/4192956
[pid=15795] ppid=15793 vsize=16868 CPUtime=74.17
/proc/15795/stat : 15795 (sugar) S 15793 15795 15248 0 -1 4194304 1376 50537 0 2 6 1 7361 49 16 0 1 0 22437517 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15795/statm: 4217 1113 409 3 0 796 0
[pid=15818] ppid=15795 vsize=5356 CPUtime=0
/proc/15818/stat : 15818 (sh) S 15795 15795 15248 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22445015 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15818/statm: 1339 232 193 169 0 50 0
[pid=15819] ppid=15818 vsize=146480 CPUtime=990.84
/proc/15819/stat : 15819 (minisat) R 15818 15795 15248 0 -1 4194304 36027 0 0 0 99047 37 0 0 25 0 1 0 22445015 149995520 36013 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15819/statm: 36620 36013 75 150 0 36467 0
Current children cumulated CPU time (s) 1065.01
Current children cumulated vsize (KiB) 168704

[startup+1100.8 s]
/proc/loadavg: 2.09 2.04 2.05 3/84 15819
/proc/meminfo: memFree=1576952/2055920 swapFree=4192812/4192956
[pid=15795] ppid=15793 vsize=16868 CPUtime=74.17
/proc/15795/stat : 15795 (sugar) S 15793 15795 15248 0 -1 4194304 1376 50537 0 2 6 1 7361 49 16 0 1 0 22437517 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15795/statm: 4217 1113 409 3 0 796 0
[pid=15818] ppid=15795 vsize=5356 CPUtime=0
/proc/15818/stat : 15818 (sh) S 15795 15795 15248 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22445015 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15818/statm: 1339 232 193 169 0 50 0
[pid=15819] ppid=15818 vsize=148332 CPUtime=1016.21
/proc/15819/stat : 15819 (minisat) R 15818 15795 15248 0 -1 4194304 36503 0 0 0 101583 38 0 0 25 0 1 0 22445015 151891968 36489 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15819/statm: 37083 36489 75 150 0 36930 0
Current children cumulated CPU time (s) 1090.38
Current children cumulated vsize (KiB) 170556

[startup+1107.2 s]
/proc/loadavg: 2.09 2.04 2.05 3/84 15819
/proc/meminfo: memFree=1576440/2055920 swapFree=4192812/4192956
[pid=15795] ppid=15793 vsize=16868 CPUtime=74.17
/proc/15795/stat : 15795 (sugar) S 15793 15795 15248 0 -1 4194304 1376 50537 0 2 6 1 7361 49 16 0 1 0 22437517 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15795/statm: 4217 1113 409 3 0 796 0
[pid=15818] ppid=15795 vsize=5356 CPUtime=0
/proc/15818/stat : 15818 (sh) S 15795 15795 15248 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22445015 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15818/statm: 1339 232 193 169 0 50 0
[pid=15819] ppid=15818 vsize=148860 CPUtime=1022.54
/proc/15819/stat : 15819 (minisat) R 15818 15795 15248 0 -1 4194304 36627 0 0 0 102216 38 0 0 25 0 1 0 22445015 152432640 36613 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15819/statm: 37215 36613 75 150 0 37062 0
Current children cumulated CPU time (s) 1096.71
Current children cumulated vsize (KiB) 171084

[startup+1113.6 s]
/proc/loadavg: 2.07 2.04 2.04 3/84 15819
/proc/meminfo: memFree=1575992/2055920 swapFree=4192812/4192956
[pid=15795] ppid=15793 vsize=16868 CPUtime=74.17
/proc/15795/stat : 15795 (sugar) S 15793 15795 15248 0 -1 4194304 1376 50537 0 2 6 1 7361 49 16 0 1 0 22437517 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15795/statm: 4217 1113 409 3 0 796 0
[pid=15818] ppid=15795 vsize=5356 CPUtime=0
/proc/15818/stat : 15818 (sh) S 15795 15795 15248 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22445015 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15818/statm: 1339 232 193 169 0 50 0
[pid=15819] ppid=15818 vsize=149348 CPUtime=1028.88
/proc/15819/stat : 15819 (minisat) R 15818 15795 15248 0 -1 4194304 36737 0 0 0 102850 38 0 0 25 0 1 0 22445015 152932352 36723 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15819/statm: 37337 36723 75 150 0 37184 0
Current children cumulated CPU time (s) 1103.05
Current children cumulated vsize (KiB) 171572

[startup+1115.2 s]
/proc/loadavg: 2.07 2.04 2.04 3/84 15819
/proc/meminfo: memFree=1575928/2055920 swapFree=4192812/4192956
[pid=15795] ppid=15793 vsize=16868 CPUtime=74.17
/proc/15795/stat : 15795 (sugar) S 15793 15795 15248 0 -1 4194304 1376 50537 0 2 6 1 7361 49 16 0 1 0 22437517 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15795/statm: 4217 1113 409 3 0 796 0
[pid=15818] ppid=15795 vsize=5356 CPUtime=0
/proc/15818/stat : 15818 (sh) S 15795 15795 15248 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22445015 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15818/statm: 1339 232 193 169 0 50 0
[pid=15819] ppid=15818 vsize=149480 CPUtime=1030.47
/proc/15819/stat : 15819 (minisat) R 15818 15795 15248 0 -1 4194304 36762 0 0 0 103009 38 0 0 25 0 1 0 22445015 153067520 36748 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15819/statm: 37370 36748 75 150 0 37217 0
Current children cumulated CPU time (s) 1104.64
Current children cumulated vsize (KiB) 171704

[startup+1116.8 s]
/proc/loadavg: 2.07 2.04 2.04 3/84 15819
/proc/meminfo: memFree=1575800/2055920 swapFree=4192812/4192956
[pid=15795] ppid=15793 vsize=16868 CPUtime=74.17
/proc/15795/stat : 15795 (sugar) S 15793 15795 15248 0 -1 4194304 1376 50537 0 2 6 1 7361 49 16 0 1 0 22437517 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15795/statm: 4217 1113 409 3 0 796 0
[pid=15818] ppid=15795 vsize=5356 CPUtime=0
/proc/15818/stat : 15818 (sh) S 15795 15795 15248 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22445015 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15818/statm: 1339 232 193 169 0 50 0
[pid=15819] ppid=15818 vsize=149612 CPUtime=1032.05
/proc/15819/stat : 15819 (minisat) R 15818 15795 15248 0 -1 4194304 36792 0 0 0 103167 38 0 0 25 0 1 0 22445015 153202688 36778 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15819/statm: 37403 36778 75 150 0 37250 0
Current children cumulated CPU time (s) 1106.22
Current children cumulated vsize (KiB) 171836

[startup+1117.6 s]
/proc/loadavg: 2.07 2.04 2.04 3/85 15822
/proc/meminfo: memFree=1720880/2055920 swapFree=4192812/4192956
[pid=15795] ppid=15793 vsize=16868 CPUtime=1107.01
/proc/15795/stat : 15795 (sugar) S 15793 15795 15248 0 -1 4194304 1430 87647 0 2 6 2 110602 91 17 0 1 0 22437517 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15795/statm: 4217 1113 409 3 0 796 0
[pid=15820] ppid=15795 vsize=5356 CPUtime=0
/proc/15820/stat : 15820 (sh) S 15795 15795 15248 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22549274 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15820/statm: 1339 233 193 169 0 50 0
[pid=15821] ppid=15820 vsize=858728 CPUtime=0
/proc/15821/stat : 15821 (java) S 15820 15795 15248 0 -1 0 1139 0 1 0 0 0 0 0 18 0 2 0 22549275 879337472 883 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/15821/statm: 214682 883 492 9 0 209597 0
[pid=15821/tid=15822] ppid=15820 vsize=858728 CPUtime=0
/proc/15821/task/15822/stat : 15822 (java) R 15820 15795 15248 0 -1 64 462 0 1 0 0 0 0 0 17 0 2 0 22549276 879337472 883 996147200 134512640 134550932 4294955984 18446744073709551615 103778305 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1107.01
Current children cumulated vsize (KiB) 880952

[startup+1117.8 s]
/proc/loadavg: 2.07 2.04 2.04 3/85 15822
/proc/meminfo: memFree=1720880/2055920 swapFree=4192812/4192956
[pid=15795] ppid=15793 vsize=16868 CPUtime=1107.01
/proc/15795/stat : 15795 (sugar) S 15793 15795 15248 0 -1 4194304 1448 87647 0 2 6 2 110602 91 16 0 1 0 22437517 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15795/statm: 4217 1113 409 3 0 796 0
[pid=15820] ppid=15795 vsize=5356 CPUtime=0
/proc/15820/stat : 15820 (sh) S 15795 15795 15248 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22549274 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15820/statm: 1339 233 193 169 0 50 0
[pid=15821] ppid=15820 vsize=862012 CPUtime=0.19
/proc/15821/stat : 15821 (java) S 15820 15795 15248 0 -1 0 2859 0 1 0 18 1 0 0 18 0 9 0 22549275 882700288 2330 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15821/statm: 215503 2330 1248 9 0 210416 0
[pid=15821/tid=15822] ppid=15820 vsize=862012 CPUtime=0.19
/proc/15821/task/15822/stat : 15822 (java) R 15820 15795 15248 0 -1 64 1955 0 1 0 18 1 0 0 18 0 9 0 22549276 882700288 2330 996147200 134512640 134550932 4294955984 18446744073709551615 4125970418 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1107.2
Current children cumulated vsize (KiB) 884236

[startup+1117.9 s]
/proc/loadavg: 2.07 2.04 2.04 3/85 15822
/proc/meminfo: memFree=1720880/2055920 swapFree=4192812/4192956
[pid=15795] ppid=15793 vsize=16868 CPUtime=1107.01
/proc/15795/stat : 15795 (sugar) S 15793 15795 15248 0 -1 4194304 1450 87647 0 2 6 2 110602 91 15 0 1 0 22437517 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15795/statm: 4217 1113 409 3 0 796 0
[pid=15820] ppid=15795 vsize=5356 CPUtime=0
/proc/15820/stat : 15820 (sh) S 15795 15795 15248 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22549274 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15820/statm: 1339 233 193 169 0 50 0
[pid=15821] ppid=15820 vsize=864156 CPUtime=0.3
/proc/15821/stat : 15821 (java) S 15820 15795 15248 0 -1 0 3485 0 1 0 28 2 0 0 18 0 9 0 22549275 884895744 2951 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15821/statm: 216039 2951 1707 9 0 210544 0
[pid=15821/tid=15822] ppid=15820 vsize=864156 CPUtime=0.25
/proc/15821/task/15822/stat : 15822 (java) S 15820 15795 15248 0 -1 64 2491 0 1 0 24 1 0 0 19 0 9 0 22549276 884895744 2951 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1107.31
Current children cumulated vsize (KiB) 886380

Child status: 0
Real time (s): 1117.95
CPU time (s): 1107.35
CPU user time (s): 1106.37
CPU system time (s): 0.978851
CPU usage (%): 99.0517
Max. virtual memory (cumulated for all children) (KiB): 907244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1106.37
system time used= 0.978851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92961
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= 10003
involuntary context switches= 54569

runsolver used 1.41078 second user time and 3.70644 second system time

The end

Launcher Data

Begin job on node39 at 2009-07-12 01:08:55
IDJOB=2071434
IDBENCH=55492
IDSOLVER=739
FILE ID=node39/2071434-1247353735
PBS_JOBID= 9506957
Free space on /tmp= 66388 MiB

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

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

MD5SUM BENCH= b519bb92666070ed6acb140047f88391
RANDOM SEED=837950153

node39.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.236
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.236
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:       1553392 kB
Buffers:         14700 kB
Cached:          91584 kB
SwapCached:          0 kB
Active:         417256 kB
Inactive:        35744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1553392 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1892 kB
Writeback:           0 kB
Mapped:         367124 kB
Slab:            33860 kB
Committed_AS:   506812 kB
PageTables:       2692 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= 66388 MiB
End job on node39 at 2009-07-12 01:27:33