Trace number 2071401

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 1735.42 1753.85

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-523_ext.xml
MD5SUMa3c9be0c891d85f7c4694b452ebfd1e1
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 benchmark39.9089
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:07:18 2009
0.00/0.08	c 0	PID 19673
0.00/0.08	c 0	HOST node37.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2071401-1247353638.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-2071401-1247353638.xml' 'HOME/temp.csp'
0.06/0.66	c 1	5 domains, 76 variables, 0 predicates, 28 relations, 350 constraints
0.06/0.70	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.70	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.63/0.78	c 1	Parsing HOME/temp.csp
0.63/0.94	c 1	parsed 459 expressions
0.63/0.95	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.63/0.95	c 1	Converting to clausal form CSP
0.63/0.97	c 1	converted 46 (10%) expressions
0.63/0.98	c 1	converted 92 (20%) expressions
0.91/1.00	c 1	converted 138 (30%) expressions
0.91/1.01	c 1	converted 184 (40%) expressions
0.91/1.01	c 1	converted 230 (50%) expressions
0.91/1.02	c 1	converted 276 (60%) expressions
0.91/1.03	c 1	converted 322 (70%) expressions
0.91/1.03	c 1	converted 368 (80%) expressions
0.91/1.03	c 1	converted 414 (90%) expressions
2.80/2.95	c 3	converted 459 (100%) expressions
2.80/2.95	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.80/2.95	c 3	Heap : 57 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.80/2.96	c 3	Propagation in CSP
2.80/2.96	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.80/2.96	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.80/2.96	c 3	Heap : 57 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.80/2.96	c 3	Simplifing CSP by introducing new Boolean variables
2.80/2.96	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.80/2.96	c 3	Heap : 57 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.09/3.29	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.20/3.31	c 4	8 (10%) CSP integer variables are encoded (4088 clauses, 51001 bytes)
3.20/3.32	c 4	16 (20%) CSP integer variables are encoded (8176 clauses, 104145 bytes)
3.20/3.32	c 4	23 (30%) CSP integer variables are encoded (11265 clauses, 146873 bytes)
3.29/3.42	c 4	31 (40%) CSP integer variables are encoded (15353 clauses, 208193 bytes)
3.29/3.43	c 4	38 (50%) CSP integer variables are encoded (19418 clauses, 269168 bytes)
3.29/3.43	c 4	46 (60%) CSP integer variables are encoded (23506 clauses, 330488 bytes)
3.29/3.44	c 4	54 (70%) CSP integer variables are encoded (26246 clauses, 371588 bytes)
3.29/3.44	c 4	61 (80%) CSP integer variables are encoded (27464 clauses, 389858 bytes)
3.29/3.44	c 4	69 (90%) CSP integer variables are encoded (28856 clauses, 410738 bytes)
3.29/3.44	c 4	76 (100%) CSP integer variables are encoded (29726 clauses, 423788 bytes)
3.39/3.51	c 4	35 (10%) CSP clauses are encoded (30649 clauses, 442339 bytes)
3.39/3.53	c 4	70 (20%) CSP clauses are encoded (31548 clauses, 464155 bytes)
3.39/3.56	c 4	105 (30%) CSP clauses are encoded (32466 clauses, 485933 bytes)
3.39/3.58	c 4	140 (40%) CSP clauses are encoded (33386 clauses, 507941 bytes)
3.49/3.61	c 4	175 (50%) CSP clauses are encoded (34309 clauses, 530180 bytes)
3.49/3.63	c 4	210 (60%) CSP clauses are encoded (35230 clauses, 552850 bytes)
3.49/3.66	c 4	245 (70%) CSP clauses are encoded (36153 clauses, 577108 bytes)
3.49/3.69	c 4	280 (80%) CSP clauses are encoded (37099 clauses, 601656 bytes)
3.60/3.75	c 4	315 (90%) CSP clauses are encoded (38092 clauses, 626866 bytes)
67.00/67.91	c 68	350 (100%) CSP clauses are encoded (786059 clauses, 25430120 bytes)
67.00/67.91	c 68	350 CSP clauses encoded
67.00/67.91	c 68	Writing map file : HOME/temp.map
67.00/67.91	c 68	Heap : 75 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
67.00/67.91	c 68	SAT : 29800 SAT variables, 786059 SAT clauses, 25430120 bytes
67.00/67.91	c 68	Heap : 75 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
67.00/67.94	c 68	SOLVING HOME/temp.cnf
67.00/67.94	c 68	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
67.00/67.95	c 68	This is MiniSat 2.0 beta
67.00/67.95	c 68	WARNING: for repeatability, setting FPU to use double precision
67.00/67.95	c 68	============================[ Problem Statistics ]=============================
67.00/67.95	c 68	|                                                                             |
67.00/67.95	c 68	|  Number of variables:  29800                                                |
67.00/67.95	c 68	|  Number of clauses:    786059                                               |
67.49/68.47	c 69	|  Parsing time:         0.45         s                                       |
67.59/68.50	c 69	============================[ Search Statistics ]==============================
67.59/68.50	c 69	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
67.59/68.50	c 69	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
67.59/68.50	c 69	===============================================================================
67.59/68.50	c 69	|         0 |   28799   769457  3704248 |   256485        0    nan |  0.000 % |
67.69/68.66	c 69	|       100 |   28765   769457  3704248 |   282134       59      5 | 20.305 % |
67.79/68.75	c 69	|       250 |   28754   769457  3704248 |   310347      195      7 | 29.094 % |
67.99/68.98	c 69	|       475 |   27892   769457  3704248 |   341382      402      7 | 43.336 % |
68.28/69.27	c 70	|       812 |   26950   769457  3704248 |   375520      707      7 | 52.463 % |
68.47/69.44	c 70	|      1318 |   26915   769457  3704248 |   413072     1202     11 | 55.658 % |
68.87/69.86	c 70	|      2077 |   26849   769457  3704248 |   454380     1929     11 | 64.782 % |
69.97/70.92	c 71	|      3216 |   26812   769457  3704248 |   499818     3051     11 | 70.570 % |
71.13/72.14	c 72	|      4925 |   25757   769457  3704248 |   549799     4723     11 | 74.507 % |
74.19/75.27	c 76	|      7488 |   23145   769457  3704248 |   604779     7285     15 | 74.524 % |
78.52/79.63	c 80	|     11333 |   23136   769457  3704248 |   665257    11128     17 | 74.960 % |
84.75/85.91	c 86	|     17099 |   23136   769457  3704248 |   731783    16894     22 | 74.960 % |
96.16/97.45	c 98	|     25748 |    7129   537946  2628210 |   804961    23726     25 | 76.211 % |
110.31/111.75	c 112	|     38722 |    7092   537946  2628210 |   885458    36698     31 | 76.500 % |
138.10/139.85	c 140	|     58183 |    6840   512609  2504254 |   974003    55909     37 | 77.047 % |
192.54/194.90	c 195	|     87376 |    6678   502449  2454775 |  1071404    85092     40 | 77.597 % |
284.13/287.41	c 288	|    131165 |    6676   502234  2453717 |  1178544   128878     49 | 77.597 % |
455.86/461.55	c 462	|    196850 |    6672   502177  2453448 |  1296399   194560     54 | 77.661 % |
769.27/778.45	c 779	|    295376 |    6576   495149  2419795 |  1426039   292953     54 | 77.933 % |
1378.51/1393.58	c 1394	|    443165 |    6522   494243  2415702 |  1568643   440725     53 | 79.013 % |
1734.96/1753.46	c 1754	===============================================================================
1734.96/1753.46	c 1754	restarts              : 20
1734.96/1753.46	c 1754	conflicts             : 504610         (303 /sec)
1734.96/1753.46	c 1754	decisions             : 628218         (0.80 % random) (377 /sec)
1734.96/1753.46	c 1754	propagations          : 244085351      (146376 /sec)
1734.96/1753.46	c 1754	conflict literals     : 26113242       (66.07 % deleted)
1734.96/1753.46	c 1754	Memory used           : 154.84 MB
1734.96/1753.46	c 1754	CPU time              : 1667.52 s
1734.96/1753.46	c 1754	
1734.96/1753.47	c 1754	SATISFIABLE
1735.08/1753.50	c 1754	DECODING HOME/temp.out WITH HOME/temp.map
1735.08/1753.50	c 1754	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'
1735.08/1753.59	c 1754	Decoding HOME/temp.out
1735.08/1753.81	s SATISFIABLE
1735.08/1753.81	v 15 17 13 10 18 3 14 0 3 0 16 6 17 4 19 4 20 1 6 0 22 15 23 2 25 4 24 24 5 1 4 2 9 7 12 15 10 11 8 11 11 1 2 0 7 17 21 12 1 8 27 30 30 30 36 40 44 45 45 60 62 66 90 91 93 100 115 126 137 138 138 155 167 175 175 0
1735.08/1753.82	c 1754	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1735.08/1753.84	c 1754	CPU 1735.4 (0.06 0.02 1734.3 1.02)
1735.08/1753.84	c 1754	END Sun Jul 12 01:36:32 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-2071401-1247353638/watcher-2071401-1247353638 -o /tmp/evaluation-result-2071401-1247353638/solver-2071401-1247353638 -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-2071401-1247353638.xml 

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


[startup+0 s]
/proc/loadavg: 2.19 2.25 2.11 4/83 19673
/proc/meminfo: memFree=1378408/2055920 swapFree=4192812/4192956
[pid=19673] ppid=19671 vsize=4708 CPUtime=0
/proc/19673/stat : 19673 (sugar) R 19671 19673 17932 0 -1 4194304 58 0 0 0 0 0 0 0 22 0 1 0 22428004 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 213113697673 0 0 4096 0 0 0 0 17 1 0 0
/proc/19673/statm: 1177 43 33 3 0 8 0

[startup+0.0850261 s]
/proc/loadavg: 2.19 2.25 2.11 4/83 19673
/proc/meminfo: memFree=1378408/2055920 swapFree=4192812/4192956
[pid=19673] ppid=19671 vsize=16868 CPUtime=0.06
/proc/19673/stat : 19673 (sugar) S 19671 19673 17932 0 -1 4194304 1209 128 0 0 5 1 0 0 18 0 1 0 22428004 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19673/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101312 s]
/proc/loadavg: 2.19 2.25 2.11 4/83 19673
/proc/meminfo: memFree=1378408/2055920 swapFree=4192812/4192956
[pid=19673] ppid=19671 vsize=16868 CPUtime=0.06
/proc/19673/stat : 19673 (sugar) S 19671 19673 17932 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22428004 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19673/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302349 s]
/proc/loadavg: 2.19 2.25 2.11 4/83 19673
/proc/meminfo: memFree=1378408/2055920 swapFree=4192812/4192956
[pid=19673] ppid=19671 vsize=16868 CPUtime=0.06
/proc/19673/stat : 19673 (sugar) S 19671 19673 17932 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22428004 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19673/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702426 s]
/proc/loadavg: 2.19 2.25 2.11 4/83 19673
/proc/meminfo: memFree=1378408/2055920 swapFree=4192812/4192956
[pid=19673] ppid=19671 vsize=16868 CPUtime=0.63
/proc/19673/stat : 19673 (sugar) S 19671 19673 17932 0 -1 4194304 1292 6651 0 1 5 1 52 5 16 0 1 0 22428004 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19673/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 16868

[startup+1.50158 s]
/proc/loadavg: 2.19 2.25 2.11 4/94 19695
/proc/meminfo: memFree=1365952/2055920 swapFree=4192812/4192956
[pid=19673] ppid=19671 vsize=16868 CPUtime=0.64
/proc/19673/stat : 19673 (sugar) S 19671 19673 17932 0 -1 4194304 1309 6651 0 1 5 2 52 5 15 0 1 0 22428004 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19673/statm: 4217 1111 409 3 0 796 0
[pid=19686] ppid=19673 vsize=5356 CPUtime=0
/proc/19686/stat : 19686 (sh) S 19673 19673 17932 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22428075 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19686/statm: 1339 233 193 169 0 50 0
[pid=19687] ppid=19686 vsize=864212 CPUtime=0.77
/proc/19687/stat : 19687 (java) S 19686 19673 17932 0 -1 0 9046 0 1 0 73 4 0 0 18 0 9 0 22428075 884953088 8243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19687/statm: 216053 8243 2566 9 0 210558 0
[pid=19687/tid=19688] ppid=19686 vsize=864212 CPUtime=0.37
/proc/19687/task/19688/stat : 19688 (java) R 19686 19673 17932 0 -1 64 2765 0 1 0 36 1 0 0 19 0 9 0 22428076 884953088 8243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19687/tid=19689] ppid=19686 vsize=864212 CPUtime=0.32
/proc/19687/task/19689/stat : 19689 (java) R 19686 19673 17932 0 -1 64 5268 0 0 0 30 2 0 0 16 0 9 0 22428077 884953088 8243 996147200 134512640 134550932 4294955936 18446744073709551615 102549477 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19687/tid=19690] ppid=19686 vsize=864212 CPUtime=0
/proc/19687/task/19690/stat : 19690 (java) S 19686 19673 17932 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22428077 884953088 8243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19687/tid=19691] ppid=19686 vsize=864212 CPUtime=0
/proc/19687/task/19691/stat : 19691 (java) S 19686 19673 17932 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22428077 884953088 8243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19687/tid=19692] ppid=19686 vsize=864212 CPUtime=0
/proc/19687/task/19692/stat : 19692 (java) S 19686 19673 17932 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22428079 884953088 8243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19687/tid=19693] ppid=19686 vsize=864212 CPUtime=0.05
/proc/19687/task/19693/stat : 19693 (java) S 19686 19673 17932 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 22428079 884953088 8243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19687/tid=19694] ppid=19686 vsize=864212 CPUtime=0
/proc/19687/task/19694/stat : 19694 (java) S 19686 19673 17932 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22428079 884953088 8243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19687/tid=19695] ppid=19686 vsize=864212 CPUtime=0
/proc/19687/task/19695/stat : 19695 (java) S 19686 19673 17932 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22428079 884953088 8243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886436

[startup+3.10289 s]
/proc/loadavg: 2.19 2.25 2.11 6/94 19695
/proc/meminfo: memFree=1332544/2055920 swapFree=4192812/4192956
[pid=19673] ppid=19671 vsize=16868 CPUtime=0.64
/proc/19673/stat : 19673 (sugar) S 19671 19673 17932 0 -1 4194304 1310 6651 0 1 5 2 52 5 16 0 1 0 22428004 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19673/statm: 4217 1111 409 3 0 796 0
[pid=19686] ppid=19673 vsize=5356 CPUtime=0
/proc/19686/stat : 19686 (sh) S 19673 19673 17932 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22428075 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19686/statm: 1339 233 193 169 0 50 0
[pid=19687] ppid=19686 vsize=864352 CPUtime=2.35
/proc/19687/stat : 19687 (java) S 19686 19673 17932 0 -1 0 19783 0 1 0 226 9 0 0 18 0 9 0 22428075 885096448 18912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19687/statm: 216088 18912 2566 9 0 210593 0
[pid=19687/tid=19688] ppid=19686 vsize=864352 CPUtime=0.94
/proc/19687/task/19688/stat : 19688 (java) R 19686 19673 17932 0 -1 64 3192 0 1 0 93 1 0 0 24 0 9 0 22428076 885096448 18912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19687/tid=19689] ppid=19686 vsize=864352 CPUtime=1.34
/proc/19687/task/19689/stat : 19689 (java) R 19686 19673 17932 0 -1 64 15578 0 0 0 127 7 0 0 17 0 9 0 22428077 885096448 18912 996147200 134512640 134550932 4294955936 18446744073709551615 103732269 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19687/tid=19690] ppid=19686 vsize=864352 CPUtime=0
/proc/19687/task/19690/stat : 19690 (java) S 19686 19673 17932 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22428077 885096448 18912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19687/tid=19691] ppid=19686 vsize=864352 CPUtime=0
/proc/19687/task/19691/stat : 19691 (java) S 19686 19673 17932 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22428077 885096448 18912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19687/tid=19692] ppid=19686 vsize=864352 CPUtime=0
/proc/19687/task/19692/stat : 19692 (java) S 19686 19673 17932 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22428079 885096448 18912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19687/tid=19693] ppid=19686 vsize=864352 CPUtime=0.05
/proc/19687/task/19693/stat : 19693 (java) S 19686 19673 17932 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 22428079 885096448 18912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19687/tid=19694] ppid=19686 vsize=864352 CPUtime=0
/proc/19687/task/19694/stat : 19694 (java) S 19686 19673 17932 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22428079 885096448 18912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19687/tid=19695] ppid=19686 vsize=864352 CPUtime=0
/proc/19687/task/19695/stat : 19695 (java) S 19686 19673 17932 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22428079 885096448 18912 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.30148 s]
/proc/loadavg: 2.33 2.28 2.12 5/94 19695
/proc/meminfo: memFree=1299968/2055920 swapFree=4192812/4192956
[pid=19673] ppid=19671 vsize=16868 CPUtime=0.65
/proc/19673/stat : 19673 (sugar) S 19671 19673 17932 0 -1 4194304 1310 6651 0 1 6 2 52 5 16 0 1 0 22428004 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19673/statm: 4217 1111 409 3 0 796 0
[pid=19686] ppid=19673 vsize=5356 CPUtime=0
/proc/19686/stat : 19686 (sh) S 19673 19673 17932 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22428075 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19686/statm: 1339 233 193 169 0 50 0
[pid=19687] ppid=19686 vsize=864356 CPUtime=5.49
/proc/19687/stat : 19687 (java) S 19686 19673 17932 0 -1 0 21813 0 1 0 538 11 0 0 18 0 9 0 22428075 885100544 20865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19687/statm: 216089 20865 2590 9 0 210566 0
[pid=19687/tid=19688] ppid=19686 vsize=864356 CPUtime=3.67
/proc/19687/task/19688/stat : 19688 (java) R 19686 19673 17932 0 -1 64 3686 0 1 0 365 2 0 0 25 0 9 0 22428076 885100544 20865 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19687/tid=19689] ppid=19686 vsize=864356 CPUtime=1.71
/proc/19687/task/19689/stat : 19689 (java) S 19686 19673 17932 0 -1 64 17093 0 0 0 163 8 0 0 16 0 9 0 22428077 885100544 20865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19687/tid=19690] ppid=19686 vsize=864356 CPUtime=0
/proc/19687/task/19690/stat : 19690 (java) S 19686 19673 17932 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22428077 885100544 20865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19687/tid=19691] ppid=19686 vsize=864356 CPUtime=0
/proc/19687/task/19691/stat : 19691 (java) S 19686 19673 17932 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22428077 885100544 20865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19687/tid=19692] ppid=19686 vsize=864356 CPUtime=0
/proc/19687/task/19692/stat : 19692 (java) S 19686 19673 17932 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22428079 885100544 20865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19687/tid=19693] ppid=19686 vsize=864356 CPUtime=0.09
/proc/19687/task/19693/stat : 19693 (java) S 19686 19673 17932 0 -1 64 336 0 0 0 9 0 0 0 16 0 9 0 22428079 885100544 20865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19687/tid=19694] ppid=19686 vsize=864356 CPUtime=0
/proc/19687/task/19694/stat : 19694 (java) S 19686 19673 17932 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22428079 885100544 20865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19687/tid=19695] ppid=19686 vsize=864356 CPUtime=0
/proc/19687/task/19695/stat : 19695 (java) S 19686 19673 17932 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22428079 885100544 20865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 886580

[startup+12.7017 s]
/proc/loadavg: 2.31 2.28 2.12 3/94 19695
/proc/meminfo: memFree=1291328/2055920 swapFree=4192812/4192956
[pid=19673] ppid=19671 vsize=16868 CPUtime=0.65
/proc/19673/stat : 19673 (sugar) S 19671 19673 17932 0 -1 4194304 1310 6651 0 1 6 2 52 5 16 0 1 0 22428004 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19673/statm: 4217 1111 409 3 0 796 0
[pid=19686] ppid=19673 vsize=5356 CPUtime=0
/proc/19686/stat : 19686 (sh) S 19673 19673 17932 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22428075 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19686/statm: 1339 233 193 169 0 50 0
[pid=19687] ppid=19686 vsize=864356 CPUtime=11.83
/proc/19687/stat : 19687 (java) S 19686 19673 17932 0 -1 0 22955 0 1 0 1169 14 0 0 18 0 9 0 22428075 885100544 21947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19687/statm: 216089 21947 2590 9 0 210566 0
[pid=19687/tid=19688] ppid=19686 vsize=864356 CPUtime=9.84
/proc/19687/task/19688/stat : 19688 (java) R 19686 19673 17932 0 -1 64 3746 0 1 0 980 4 0 0 25 0 9 0 22428076 885100544 21947 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19687/tid=19689] ppid=19686 vsize=864356 CPUtime=1.87
/proc/19687/task/19689/stat : 19689 (java) S 19686 19673 17932 0 -1 64 18174 0 0 0 178 9 0 0 16 0 9 0 22428077 885100544 21947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19687/tid=19690] ppid=19686 vsize=864356 CPUtime=0
/proc/19687/task/19690/stat : 19690 (java) S 19686 19673 17932 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22428077 885100544 21947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19687/tid=19691] ppid=19686 vsize=864356 CPUtime=0
/proc/19687/task/19691/stat : 19691 (java) S 19686 19673 17932 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22428077 885100544 21947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19687/tid=19692] ppid=19686 vsize=864356 CPUtime=0
/proc/19687/task/19692/stat : 19692 (java) S 19686 19673 17932 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22428079 885100544 21947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19687/tid=19693] ppid=19686 vsize=864356 CPUtime=0.09
/proc/19687/task/19693/stat : 19693 (java) S 19686 19673 17932 0 -1 64 337 0 0 0 9 0 0 0 17 0 9 0 22428079 885100544 21947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19687/tid=19694] ppid=19686 vsize=864356 CPUtime=0
/proc/19687/task/19694/stat : 19694 (java) S 19686 19673 17932 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22428079 885100544 21947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19687/tid=19695] ppid=19686 vsize=864356 CPUtime=0
/proc/19687/task/19695/stat : 19695 (java) S 19686 19673 17932 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22428079 885100544 21947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 886580

[startup+25.5021 s]
/proc/loadavg: 2.24 2.26 2.12 5/94 19695
/proc/meminfo: memFree=1271680/2055920 swapFree=4192812/4192956
[pid=19673] ppid=19671 vsize=16868 CPUtime=0.65
/proc/19673/stat : 19673 (sugar) S 19671 19673 17932 0 -1 4194304 1310 6651 0 1 6 2 52 5 16 0 1 0 22428004 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19673/statm: 4217 1111 409 3 0 796 0
[pid=19686] ppid=19673 vsize=5356 CPUtime=0
/proc/19686/stat : 19686 (sh) S 19673 19673 17932 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22428075 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19686/statm: 1339 233 193 169 0 50 0
[pid=19687] ppid=19686 vsize=864356 CPUtime=24.43
/proc/19687/stat : 19687 (java) S 19686 19673 17932 0 -1 0 25913 0 1 0 2423 20 0 0 18 0 9 0 22428075 885100544 24754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19687/statm: 216089 24754 2590 9 0 210566 0
[pid=19687/tid=19688] ppid=19686 vsize=864356 CPUtime=22.03
/proc/19687/task/19688/stat : 19688 (java) R 19686 19673 17932 0 -1 64 3897 0 1 0 2195 8 0 0 25 0 9 0 22428076 885100544 24754 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19687/tid=19689] ppid=19686 vsize=864356 CPUtime=2.28
/proc/19687/task/19689/stat : 19689 (java) S 19686 19673 17932 0 -1 64 20978 0 0 0 217 11 0 0 16 0 9 0 22428077 885100544 24754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19687/tid=19690] ppid=19686 vsize=864356 CPUtime=0
/proc/19687/task/19690/stat : 19690 (java) S 19686 19673 17932 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22428077 885100544 24754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19687/tid=19691] ppid=19686 vsize=864356 CPUtime=0
/proc/19687/task/19691/stat : 19691 (java) S 19686 19673 17932 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22428077 885100544 24754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19687/tid=19692] ppid=19686 vsize=864356 CPUtime=0

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

/proc/19696/statm: 1339 232 193 169 0 50 0
[pid=19697] ppid=19696 vsize=148012 CPUtime=1399.4
/proc/19697/stat : 19697 (minisat) R 19696 19673 17932 0 -1 4194304 36374 0 0 0 139898 42 0 0 25 0 1 0 22434799 151564288 36352 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/19697/statm: 37003 36352 75 150 0 36850 0
Current children cumulated CPU time (s) 1466.45
Current children cumulated vsize (KiB) 170236

[startup+1542.3 s]
/proc/loadavg: 2.01 2.03 2.07 3/85 19787
/proc/meminfo: memFree=1473104/2055920 swapFree=4192812/4192956
[pid=19673] ppid=19671 vsize=16868 CPUtime=67.05
/proc/19673/stat : 19673 (sugar) S 19671 19673 17932 0 -1 4194304 1376 48186 0 2 6 2 6648 49 16 0 1 0 22428004 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19673/statm: 4217 1113 409 3 0 796 0
[pid=19696] ppid=19673 vsize=5356 CPUtime=0
/proc/19696/stat : 19696 (sh) S 19673 19673 17932 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22434799 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19696/statm: 1339 232 193 169 0 50 0
[pid=19697] ppid=19696 vsize=150236 CPUtime=1458.82
/proc/19697/stat : 19697 (minisat) R 19696 19673 17932 0 -1 4194304 36950 0 0 0 145839 43 0 0 25 0 1 0 22434799 153841664 36928 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19697/statm: 37559 36928 75 150 0 37406 0
Current children cumulated CPU time (s) 1525.87
Current children cumulated vsize (KiB) 172460

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.07 3/85 19787
/proc/meminfo: memFree=1470992/2055920 swapFree=4192812/4192956
[pid=19673] ppid=19671 vsize=16868 CPUtime=67.05
/proc/19673/stat : 19673 (sugar) S 19671 19673 17932 0 -1 4194304 1376 48186 0 2 6 2 6648 49 16 0 1 0 22428004 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19673/statm: 4217 1113 409 3 0 796 0
[pid=19696] ppid=19673 vsize=5356 CPUtime=0
/proc/19696/stat : 19696 (sh) S 19673 19673 17932 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22434799 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19696/statm: 1339 232 193 169 0 50 0
[pid=19697] ppid=19696 vsize=153256 CPUtime=1518.25
/proc/19697/stat : 19697 (minisat) R 19696 19673 17932 0 -1 4194304 37465 0 0 0 151781 44 0 0 25 0 1 0 22434799 156934144 37443 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19697/statm: 38314 37443 75 150 0 38161 0
Current children cumulated CPU time (s) 1585.3
Current children cumulated vsize (KiB) 175480

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.06 3/85 19787
/proc/meminfo: memFree=1469008/2055920 swapFree=4192812/4192956
[pid=19673] ppid=19671 vsize=16868 CPUtime=67.05
/proc/19673/stat : 19673 (sugar) S 19671 19673 17932 0 -1 4194304 1376 48186 0 2 6 2 6648 49 16 0 1 0 22428004 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19673/statm: 4217 1113 409 3 0 796 0
[pid=19696] ppid=19673 vsize=5356 CPUtime=0
/proc/19696/stat : 19696 (sh) S 19673 19673 17932 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22434799 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19696/statm: 1339 232 193 169 0 50 0
[pid=19697] ppid=19696 vsize=155248 CPUtime=1577.67
/proc/19697/stat : 19697 (minisat) R 19696 19673 17932 0 -1 4194304 37956 0 0 0 157722 45 0 0 25 0 1 0 22434799 158973952 37934 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/19697/statm: 38812 37934 75 150 0 38659 0
Current children cumulated CPU time (s) 1644.72
Current children cumulated vsize (KiB) 177472

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.06 3/85 19787
/proc/meminfo: memFree=1466896/2055920 swapFree=4192812/4192956
[pid=19673] ppid=19671 vsize=16868 CPUtime=67.05
/proc/19673/stat : 19673 (sugar) S 19671 19673 17932 0 -1 4194304 1376 48186 0 2 6 2 6648 49 16 0 1 0 22428004 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19673/statm: 4217 1113 409 3 0 796 0
[pid=19696] ppid=19673 vsize=5356 CPUtime=0
/proc/19696/stat : 19696 (sh) S 19673 19673 17932 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22434799 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19696/statm: 1339 232 193 169 0 50 0
[pid=19697] ppid=19696 vsize=157228 CPUtime=1637.11
/proc/19697/stat : 19697 (minisat) R 19696 19673 17932 0 -1 4194304 38476 0 0 0 163665 46 0 0 25 0 1 0 22434799 161001472 38454 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19697/statm: 39307 38454 75 150 0 39154 0
Current children cumulated CPU time (s) 1704.16
Current children cumulated vsize (KiB) 179452

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

[startup+1740.7 s]
/proc/loadavg: 2.00 2.01 2.06 3/85 19787
/proc/meminfo: memFree=1466128/2055920 swapFree=4192812/4192956
[pid=19673] ppid=19671 vsize=16868 CPUtime=67.05
/proc/19673/stat : 19673 (sugar) S 19671 19673 17932 0 -1 4194304 1376 48186 0 2 6 2 6648 49 16 0 1 0 22428004 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19673/statm: 4217 1113 409 3 0 796 0
[pid=19696] ppid=19673 vsize=5356 CPUtime=0
/proc/19696/stat : 19696 (sh) S 19673 19673 17932 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22434799 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19696/statm: 1339 232 193 169 0 50 0
[pid=19697] ppid=19696 vsize=158020 CPUtime=1655.33
/proc/19697/stat : 19697 (minisat) R 19696 19673 17932 0 -1 4194304 38655 0 0 0 165487 46 0 0 25 0 1 0 22434799 161812480 38633 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19697/statm: 39505 38633 75 150 0 39352 0
Current children cumulated CPU time (s) 1722.38
Current children cumulated vsize (KiB) 180244

[startup+1747.1 s]
/proc/loadavg: 2.00 2.01 2.05 3/85 19787
/proc/meminfo: memFree=1465872/2055920 swapFree=4192812/4192956
[pid=19673] ppid=19671 vsize=16868 CPUtime=67.05
/proc/19673/stat : 19673 (sugar) S 19671 19673 17932 0 -1 4194304 1376 48186 0 2 6 2 6648 49 16 0 1 0 22428004 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19673/statm: 4217 1113 409 3 0 796 0
[pid=19696] ppid=19673 vsize=5356 CPUtime=0
/proc/19696/stat : 19696 (sh) S 19673 19673 17932 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22434799 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19696/statm: 1339 232 193 169 0 50 0
[pid=19697] ppid=19696 vsize=158284 CPUtime=1661.67
/proc/19697/stat : 19697 (minisat) R 19696 19673 17932 0 -1 4194304 38720 0 0 0 166121 46 0 0 25 0 1 0 22434799 162082816 38698 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19697/statm: 39571 38698 75 150 0 39418 0
Current children cumulated CPU time (s) 1728.72
Current children cumulated vsize (KiB) 180508

[startup+1750.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/85 19787
/proc/meminfo: memFree=1465744/2055920 swapFree=4192812/4192956
[pid=19673] ppid=19671 vsize=16868 CPUtime=67.05
/proc/19673/stat : 19673 (sugar) S 19671 19673 17932 0 -1 4194304 1376 48186 0 2 6 2 6648 49 16 0 1 0 22428004 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19673/statm: 4217 1113 409 3 0 796 0
[pid=19696] ppid=19673 vsize=5356 CPUtime=0
/proc/19696/stat : 19696 (sh) S 19673 19673 17932 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22434799 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19696/statm: 1339 232 193 169 0 50 0
[pid=19697] ppid=19696 vsize=158416 CPUtime=1664.84
/proc/19697/stat : 19697 (minisat) R 19696 19673 17932 0 -1 4194304 38753 0 0 0 166438 46 0 0 25 0 1 0 22434799 162217984 38731 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19697/statm: 39604 38731 75 150 0 39451 0
Current children cumulated CPU time (s) 1731.89
Current children cumulated vsize (KiB) 180640

[startup+1751.9 s]
/proc/loadavg: 2.00 2.00 2.05 3/85 19787
/proc/meminfo: memFree=1465680/2055920 swapFree=4192812/4192956
[pid=19673] ppid=19671 vsize=16868 CPUtime=67.05
/proc/19673/stat : 19673 (sugar) S 19671 19673 17932 0 -1 4194304 1376 48186 0 2 6 2 6648 49 16 0 1 0 22428004 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19673/statm: 4217 1113 409 3 0 796 0
[pid=19696] ppid=19673 vsize=5356 CPUtime=0
/proc/19696/stat : 19696 (sh) S 19673 19673 17932 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22434799 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19696/statm: 1339 232 193 169 0 50 0
[pid=19697] ppid=19696 vsize=158416 CPUtime=1666.43
/proc/19697/stat : 19697 (minisat) R 19696 19673 17932 0 -1 4194304 38769 0 0 0 166597 46 0 0 25 0 1 0 22434799 162217984 38747 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19697/statm: 39604 38747 75 150 0 39451 0
Current children cumulated CPU time (s) 1733.48
Current children cumulated vsize (KiB) 180640

[startup+1752.7 s]
/proc/loadavg: 2.00 2.00 2.05 3/85 19787
/proc/meminfo: memFree=1465616/2055920 swapFree=4192812/4192956
[pid=19673] ppid=19671 vsize=16868 CPUtime=67.05
/proc/19673/stat : 19673 (sugar) S 19671 19673 17932 0 -1 4194304 1376 48186 0 2 6 2 6648 49 16 0 1 0 22428004 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19673/statm: 4217 1113 409 3 0 796 0
[pid=19696] ppid=19673 vsize=5356 CPUtime=0
/proc/19696/stat : 19696 (sh) S 19673 19673 17932 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22434799 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19696/statm: 1339 232 193 169 0 50 0
[pid=19697] ppid=19696 vsize=158416 CPUtime=1667.22
/proc/19697/stat : 19697 (minisat) R 19696 19673 17932 0 -1 4194304 38776 0 0 0 166676 46 0 0 25 0 1 0 22434799 162217984 38754 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19697/statm: 39604 38754 75 150 0 39451 0
Current children cumulated CPU time (s) 1734.27
Current children cumulated vsize (KiB) 180640

[startup+1753.5 s]
/proc/loadavg: 2.00 2.00 2.05 3/85 19787
/proc/meminfo: memFree=1465616/2055920 swapFree=4192812/4192956
[pid=19673] ppid=19671 vsize=16868 CPUtime=1735.08
/proc/19673/stat : 19673 (sugar) R 19671 19673 17932 0 -1 4194304 1401 87273 0 2 6 2 173401 99 16 0 1 0 22428004 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213116316319 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19673/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1735.08
Current children cumulated vsize (KiB) 16868

[startup+1753.7 s]
/proc/loadavg: 2.00 2.00 2.05 3/85 19787
/proc/meminfo: memFree=1465616/2055920 swapFree=4192812/4192956
[pid=19673] ppid=19671 vsize=16868 CPUtime=1735.08
/proc/19673/stat : 19673 (sugar) S 19671 19673 17932 0 -1 4194304 1448 87273 0 2 6 2 173401 99 16 0 1 0 22428004 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19673/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1735.08
Current children cumulated vsize (KiB) 16868

[startup+1753.8 s]
/proc/loadavg: 2.00 2.00 2.05 3/85 19787
/proc/meminfo: memFree=1465616/2055920 swapFree=4192812/4192956
[pid=19673] ppid=19671 vsize=16868 CPUtime=1735.08
/proc/19673/stat : 19673 (sugar) S 19671 19673 17932 0 -1 4194304 1448 87273 0 2 6 2 173401 99 16 0 1 0 22428004 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19673/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1735.08
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1753.85
CPU time (s): 1735.42
CPU user time (s): 1734.36
CPU system time (s): 1.06084
CPU usage (%): 98.9495
Max. virtual memory (cumulated for all children) (KiB): 907208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1734.36
system time used= 1.06084
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92587
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= 9438
involuntary context switches= 60939

runsolver used 2.06968 second user time and 5.95809 second system time

The end

Launcher Data

Begin job on node37 at 2009-07-12 01:07:18
IDJOB=2071401
IDBENCH=55489
IDSOLVER=739
FILE ID=node37/2071401-1247353638
PBS_JOBID= 9506897
Free space on /tmp= 66392 MiB

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

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

MD5SUM BENCH= a3c9be0c891d85f7c4694b452ebfd1e1
RANDOM SEED=411141431

node37.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.260
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.260
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:       1378888 kB
Buffers:         14004 kB
Cached:          84256 kB
SwapCached:          0 kB
Active:         608192 kB
Inactive:        21820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1378888 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1488 kB
Writeback:           0 kB
Mapped:         547420 kB
Slab:            31544 kB
Committed_AS:   876460 kB
PageTables:       2764 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= 66348 MiB
End job on node37 at 2009-07-12 01:36:32