Trace number 2071390

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 536.363 540.8

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-48_ext.xml
MD5SUMda13ba5a9bae10f8f78b88700e630ef7
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 benchmark96.1864
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:06:09 2009
0.00/0.08	c 0	PID 18774
0.06/0.08	c 0	HOST node61.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2071390-1247353569.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071390-1247353569.xml' 'HOME/temp.csp'
0.07/0.51	c 0	5 domains, 76 variables, 0 predicates, 28 relations, 350 constraints
0.07/0.57	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.57	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.49/0.64	c 1	Parsing HOME/temp.csp
0.49/0.81	c 1	parsed 459 expressions
0.49/0.82	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.49/0.82	c 1	Converting to clausal form CSP
0.49/0.84	c 1	converted 46 (10%) expressions
0.49/0.86	c 1	converted 92 (20%) expressions
0.49/0.87	c 1	converted 138 (30%) expressions
0.49/0.87	c 1	converted 184 (40%) expressions
0.49/0.88	c 1	converted 230 (50%) expressions
0.49/0.89	c 1	converted 276 (60%) expressions
0.49/0.89	c 1	converted 322 (70%) expressions
0.49/0.94	c 1	converted 368 (80%) expressions
0.49/0.94	c 1	converted 414 (90%) expressions
3.08/3.29	c 3	converted 459 (100%) expressions
3.08/3.29	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
3.08/3.29	c 3	Heap : 62 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.08/3.29	c 3	Propagation in CSP
3.08/3.29	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.08/3.29	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
3.08/3.29	c 3	Heap : 62 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.08/3.30	c 3	Simplifing CSP by introducing new Boolean variables
3.08/3.30	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
3.08/3.30	c 3	Heap : 62 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.47/3.64	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.47/3.69	c 4	8 (10%) CSP integer variables are encoded (4088 clauses, 51001 bytes)
3.56/3.71	c 4	16 (20%) CSP integer variables are encoded (8176 clauses, 104145 bytes)
3.56/3.72	c 4	23 (30%) CSP integer variables are encoded (11265 clauses, 146873 bytes)
3.56/3.73	c 4	31 (40%) CSP integer variables are encoded (15353 clauses, 208193 bytes)
3.56/3.74	c 4	38 (50%) CSP integer variables are encoded (19418 clauses, 269168 bytes)
3.56/3.77	c 4	46 (60%) CSP integer variables are encoded (23506 clauses, 330488 bytes)
3.56/3.77	c 4	54 (70%) CSP integer variables are encoded (26286 clauses, 372188 bytes)
3.56/3.77	c 4	61 (80%) CSP integer variables are encoded (27574 clauses, 391508 bytes)
3.56/3.77	c 4	69 (90%) CSP integer variables are encoded (29046 clauses, 413588 bytes)
3.56/3.77	c 4	76 (100%) CSP integer variables are encoded (29966 clauses, 427388 bytes)
3.67/3.83	c 4	35 (10%) CSP clauses are encoded (30886 clauses, 445885 bytes)
3.67/3.85	c 4	70 (20%) CSP clauses are encoded (31781 clauses, 467632 bytes)
3.67/3.87	c 4	105 (30%) CSP clauses are encoded (32703 clauses, 489463 bytes)
3.67/3.89	c 4	140 (40%) CSP clauses are encoded (33626 clauses, 511517 bytes)
3.77/3.92	c 4	175 (50%) CSP clauses are encoded (34547 clauses, 533725 bytes)
3.77/3.94	c 4	210 (60%) CSP clauses are encoded (35468 clauses, 556400 bytes)
3.77/3.96	c 4	245 (70%) CSP clauses are encoded (36389 clauses, 580622 bytes)
3.77/3.99	c 4	280 (80%) CSP clauses are encoded (37332 clauses, 605108 bytes)
3.87/4.04	c 4	315 (90%) CSP clauses are encoded (38325 clauses, 630300 bytes)
73.12/73.38	c 73	350 (100%) CSP clauses are encoded (873415 clauses, 28340748 bytes)
73.12/73.38	c 73	350 CSP clauses encoded
73.12/73.38	c 73	Writing map file : HOME/temp.map
73.12/73.38	c 73	Heap : 84 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
73.12/73.38	c 73	SAT : 30040 SAT variables, 873415 SAT clauses, 28340748 bytes
73.12/73.38	c 73	Heap : 84 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
73.21/73.44	c 73	SOLVING HOME/temp.cnf
73.21/73.44	c 73	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
73.21/73.44	c 73	This is MiniSat 2.0 beta
73.21/73.44	c 73	WARNING: for repeatability, setting FPU to use double precision
73.21/73.44	c 73	============================[ Problem Statistics ]=============================
73.21/73.44	c 73	|                                                                             |
73.21/73.45	c 73	|  Number of variables:  30040                                                |
73.21/73.45	c 73	|  Number of clauses:    873415                                               |
73.79/74.02	c 74	|  Parsing time:         0.49         s                                       |
73.79/74.06	c 74	============================[ Search Statistics ]==============================
73.79/74.06	c 74	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
73.79/74.06	c 74	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
73.79/74.06	c 74	===============================================================================
73.79/74.06	c 74	|         0 |   29039   854998  4128601 |   284999        0    nan |  0.000 % |
73.89/74.18	c 74	|       100 |   28156   854998  4128601 |   313499       71      6 | 19.940 % |
74.09/74.38	c 74	|       250 |   28110   854998  4128601 |   344849      182      5 | 34.204 % |
74.29/74.58	c 75	|       475 |   28085   854998  4128601 |   379334      399      6 | 40.290 % |
74.48/74.75	c 75	|       814 |   28068   854998  4128601 |   417267      726     11 | 43.126 % |
74.77/75.03	c 75	|      1320 |   28051   854998  4128601 |   458994     1226     12 | 46.208 % |
75.38/75.61	c 76	|      2079 |   27202   854998  4128601 |   504893     1971     11 | 54.428 % |
75.97/76.29	c 76	|      3218 |   27111   854998  4128601 |   555383     3077     11 | 60.190 % |
77.16/77.43	c 77	|      4926 |   24503   854998  4128601 |   610921     4765     12 | 66.218 % |
79.13/79.44	c 79	|      7488 |   23522   854998  4128601 |   672013     7262     13 | 70.739 % |
81.51/81.82	c 82	|     11332 |   23423   854998  4128601 |   739214    11088     14 | 71.698 % |
86.96/87.34	c 87	|     17098 |   23406   854998  4128601 |   813136    16849     21 | 74.741 % |
96.56/97.07	c 97	|     25748 |    7417   600009  2935852 |   894449    24282     28 | 76.365 % |
109.95/110.53	c 110	|     38722 |    6806   556305  2722336 |   983894    37049     33 | 77.673 % |
134.71/135.57	c 136	|     58186 |    6475   524926  2569584 |  1082284    56204     37 | 78.445 % |
181.66/182.90	c 183	|     87378 |    6384   518772  2539602 |  1190512    85390     43 | 78.755 % |
267.75/269.86	c 270	|    131168 |    6379   518248  2537215 |  1309564   128977     45 | 78.765 % |
432.95/436.18	c 436	|    196854 |    6273   510162  2497677 |  1440520   194650     46 | 79.244 % |
535.99/540.49	c 540	===============================================================================
535.99/540.49	c 540	restarts              : 18
535.99/540.49	c 540	conflicts             : 233783         (505 /sec)
535.99/540.49	c 540	decisions             : 316996         (0.81 % random) (685 /sec)
535.99/540.49	c 540	propagations          : 98913035       (213808 /sec)
535.99/540.49	c 540	conflict literals     : 11870121       (63.78 % deleted)
535.99/540.49	c 540	Memory used           : 91.94 MB
535.99/540.49	c 540	CPU time              : 462.625 s
535.99/540.49	c 540	
536.09/540.50	c 540	SATISFIABLE
536.09/540.51	c 540	DECODING HOME/temp.out WITH HOME/temp.map
536.09/540.51	c 540	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'
536.09/540.59	c 541	Decoding HOME/temp.out
536.12/540.72	s SATISFIABLE
536.12/540.72	v 22 3 24 0 17 1 11 4 1 15 19 29 15 20 23 0 18 18 4 7 9 3 16 0 6 0 7 4 8 1 13 10 10 11 12 3 25 0 5 5 2 3 3 6 20 2 14 16 21 24 3 4 8 23 52 72 72 90 97 100 100 100 104 105 115 126 129 129 134 137 143 145 161 185 185 0
536.12/540.76	c 541	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
536.12/540.79	c 541	CPU 536.32 (0.05 0.02 535.51 0.74)
536.12/540.79	c 541	END Sun Jul 12 01:15:10 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-2071390-1247353569/watcher-2071390-1247353569 -o /tmp/evaluation-result-2071390-1247353569/solver-2071390-1247353569 -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-2071390-1247353569.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.15 2.19 2.12 4/74 18774
/proc/meminfo: memFree=1848352/2055920 swapFree=4192812/4192956
[pid=18774] ppid=18772 vsize=12268 CPUtime=0
/proc/18774/stat : 18774 (sugar) R 18772 18774 18280 0 -1 4194304 317 0 0 0 0 0 0 0 20 0 1 0 22420343 12562432 285 996147200 4194304 4206940 548682068608 18446744073709551615 246424021312 0 0 4224 0 0 0 0 17 1 0 0
/proc/18774/statm: 3067 285 212 3 0 167 0

[startup+0.0814179 s]
/proc/loadavg: 2.15 2.19 2.12 4/74 18774
/proc/meminfo: memFree=1848352/2055920 swapFree=4192812/4192956
[pid=18774] ppid=18772 vsize=16740 CPUtime=0.06
/proc/18774/stat : 18774 (sugar) S 18772 18774 18280 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 22420343 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18774/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101409 s]
/proc/loadavg: 2.15 2.19 2.12 4/74 18774
/proc/meminfo: memFree=1848352/2055920 swapFree=4192812/4192956
[pid=18774] ppid=18772 vsize=16868 CPUtime=0.07
/proc/18774/stat : 18774 (sugar) S 18772 18774 18280 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22420343 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18774/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301429 s]
/proc/loadavg: 2.15 2.19 2.12 4/74 18774
/proc/meminfo: memFree=1848352/2055920 swapFree=4192812/4192956
[pid=18774] ppid=18772 vsize=16868 CPUtime=0.07
/proc/18774/stat : 18774 (sugar) S 18772 18774 18280 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22420343 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18774/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701464 s]
/proc/loadavg: 2.15 2.19 2.12 4/74 18774
/proc/meminfo: memFree=1848352/2055920 swapFree=4192812/4192956
[pid=18774] ppid=18772 vsize=16868 CPUtime=0.49
/proc/18774/stat : 18774 (sugar) S 18772 18774 18280 0 -1 4194304 1309 6730 0 1 5 2 38 4 16 0 1 0 22420343 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18774/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 16868

[startup+1.50154 s]
/proc/loadavg: 2.15 2.19 2.12 3/85 18796
/proc/meminfo: memFree=1831688/2055920 swapFree=4192812/4192956
[pid=18774] ppid=18772 vsize=16868 CPUtime=0.49
/proc/18774/stat : 18774 (sugar) S 18772 18774 18280 0 -1 4194304 1309 6730 0 1 5 2 38 4 15 0 1 0 22420343 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18774/statm: 4217 1111 409 3 0 796 0
[pid=18787] ppid=18774 vsize=5356 CPUtime=0
/proc/18787/stat : 18787 (sh) S 18774 18774 18280 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22420400 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18787/statm: 1339 233 193 169 0 50 0
[pid=18788] ppid=18787 vsize=864432 CPUtime=0.9
/proc/18788/stat : 18788 (java) S 18787 18774 18280 0 -1 0 10777 0 1 0 86 4 0 0 19 0 9 0 22420401 885178368 9765 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18788/statm: 216108 9765 2566 9 0 210613 0
[pid=18788/tid=18789] ppid=18787 vsize=864432 CPUtime=0.44
/proc/18788/task/18789/stat : 18789 (java) R 18787 18774 18280 0 -1 64 2802 0 1 0 43 1 0 0 23 0 9 0 22420402 885178368 9765 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18788/tid=18790] ppid=18787 vsize=864432 CPUtime=0.4
/proc/18788/task/18790/stat : 18790 (java) R 18787 18774 18280 0 -1 64 6962 0 0 0 38 2 0 0 16 0 9 0 22420403 885178368 9765 996147200 134512640 134550932 4294955936 18446744073709551615 103731821 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18788/tid=18791] ppid=18787 vsize=864432 CPUtime=0
/proc/18788/task/18791/stat : 18791 (java) S 18787 18774 18280 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22420403 885178368 9765 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18788/tid=18792] ppid=18787 vsize=864432 CPUtime=0
/proc/18788/task/18792/stat : 18792 (java) S 18787 18774 18280 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22420403 885178368 9765 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18788/tid=18793] ppid=18787 vsize=864432 CPUtime=0
/proc/18788/task/18793/stat : 18793 (java) S 18787 18774 18280 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22420405 885178368 9765 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18788/tid=18794] ppid=18787 vsize=864432 CPUtime=0.04
/proc/18788/task/18794/stat : 18794 (java) S 18787 18774 18280 0 -1 64 315 0 0 0 4 0 0 0 16 0 9 0 22420405 885178368 9765 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18788/tid=18795] ppid=18787 vsize=864432 CPUtime=0
/proc/18788/task/18795/stat : 18795 (java) S 18787 18774 18280 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22420405 885178368 9765 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18788/tid=18796] ppid=18787 vsize=864432 CPUtime=0
/proc/18788/task/18796/stat : 18796 (java) S 18787 18774 18280 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22420405 885178368 9765 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 886656

[startup+3.10269 s]
/proc/loadavg: 2.21 2.20 2.12 5/85 18796
/proc/meminfo: memFree=1799880/2055920 swapFree=4192812/4192956
[pid=18774] ppid=18772 vsize=16868 CPUtime=0.49
/proc/18774/stat : 18774 (sugar) S 18772 18774 18280 0 -1 4194304 1309 6730 0 1 5 2 38 4 15 0 1 0 22420343 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18774/statm: 4217 1111 409 3 0 796 0
[pid=18787] ppid=18774 vsize=5356 CPUtime=0
/proc/18787/stat : 18787 (sh) S 18774 18774 18280 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22420400 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18787/statm: 1339 233 193 169 0 50 0
[pid=18788] ppid=18787 vsize=864452 CPUtime=2.49
/proc/18788/stat : 18788 (java) S 18787 18774 18280 0 -1 0 21996 0 1 0 239 10 0 0 19 0 9 0 22420401 885198848 20760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18788/statm: 216113 20760 2566 9 0 210618 0
[pid=18788/tid=18789] ppid=18787 vsize=864452 CPUtime=0.99
/proc/18788/task/18789/stat : 18789 (java) R 18787 18774 18280 0 -1 64 3270 0 1 0 98 1 0 0 25 0 9 0 22420402 885198848 20760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18788/tid=18790] ppid=18787 vsize=864452 CPUtime=1.42
/proc/18788/task/18790/stat : 18790 (java) R 18787 18774 18280 0 -1 64 17713 0 0 0 135 7 0 0 17 0 9 0 22420403 885198848 20760 996147200 134512640 134550932 4294955936 18446744073709551615 104189966 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18788/tid=18791] ppid=18787 vsize=864452 CPUtime=0
/proc/18788/task/18791/stat : 18791 (java) S 18787 18774 18280 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22420403 885198848 20760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18788/tid=18792] ppid=18787 vsize=864452 CPUtime=0
/proc/18788/task/18792/stat : 18792 (java) S 18787 18774 18280 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22420403 885198848 20760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18788/tid=18793] ppid=18787 vsize=864452 CPUtime=0
/proc/18788/task/18793/stat : 18793 (java) S 18787 18774 18280 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22420405 885198848 20760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18788/tid=18794] ppid=18787 vsize=864452 CPUtime=0.04
/proc/18788/task/18794/stat : 18794 (java) S 18787 18774 18280 0 -1 64 315 0 0 0 4 0 0 0 17 0 9 0 22420405 885198848 20760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18788/tid=18795] ppid=18787 vsize=864452 CPUtime=0
/proc/18788/task/18795/stat : 18795 (java) S 18787 18774 18280 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22420405 885198848 20760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18788/tid=18796] ppid=18787 vsize=864452 CPUtime=0
/proc/18788/task/18796/stat : 18796 (java) S 18787 18774 18280 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22420405 885198848 20760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 886676

[startup+6.30298 s]
/proc/loadavg: 2.21 2.20 2.12 4/85 18796
/proc/meminfo: memFree=1764936/2055920 swapFree=4192812/4192956
[pid=18774] ppid=18772 vsize=16868 CPUtime=0.49
/proc/18774/stat : 18774 (sugar) S 18772 18774 18280 0 -1 4194304 1310 6730 0 1 5 2 38 4 16 0 1 0 22420343 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18774/statm: 4217 1111 409 3 0 796 0
[pid=18787] ppid=18774 vsize=5356 CPUtime=0
/proc/18787/stat : 18787 (sh) S 18774 18774 18280 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22420400 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18787/statm: 1339 233 193 169 0 50 0
[pid=18788] ppid=18787 vsize=864404 CPUtime=5.68
/proc/18788/stat : 18788 (java) S 18787 18774 18280 0 -1 0 23816 0 1 0 556 12 0 0 19 0 9 0 22420401 885149696 22448 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18788/statm: 216101 22448 2590 9 0 210578 0
[pid=18788/tid=18789] ppid=18787 vsize=864404 CPUtime=3.56
/proc/18788/task/18789/stat : 18789 (java) R 18787 18774 18280 0 -1 64 3907 0 1 0 354 2 0 0 25 0 9 0 22420402 885149696 22448 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18788/tid=18790] ppid=18787 vsize=864404 CPUtime=2.02
/proc/18788/task/18790/stat : 18790 (java) S 18787 18774 18280 0 -1 64 18875 0 0 0 193 9 0 0 16 0 9 0 22420403 885149696 22448 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18788/tid=18791] ppid=18787 vsize=864404 CPUtime=0
/proc/18788/task/18791/stat : 18791 (java) S 18787 18774 18280 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22420403 885149696 22448 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18788/tid=18792] ppid=18787 vsize=864404 CPUtime=0
/proc/18788/task/18792/stat : 18792 (java) S 18787 18774 18280 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22420403 885149696 22448 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18788/tid=18793] ppid=18787 vsize=864404 CPUtime=0
/proc/18788/task/18793/stat : 18793 (java) S 18787 18774 18280 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22420405 885149696 22448 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18788/tid=18794] ppid=18787 vsize=864404 CPUtime=0.07
/proc/18788/task/18794/stat : 18794 (java) S 18787 18774 18280 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 22420405 885149696 22448 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18788/tid=18795] ppid=18787 vsize=864404 CPUtime=0
/proc/18788/task/18795/stat : 18795 (java) S 18787 18774 18280 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22420405 885149696 22448 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18788/tid=18796] ppid=18787 vsize=864404 CPUtime=0
/proc/18788/task/18796/stat : 18796 (java) S 18787 18774 18280 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22420405 885149696 22448 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 886628

[startup+12.7028 s]
/proc/loadavg: 2.18 2.20 2.12 4/85 18796
/proc/meminfo: memFree=1758024/2055920 swapFree=4192812/4192956
[pid=18774] ppid=18772 vsize=16868 CPUtime=0.49
/proc/18774/stat : 18774 (sugar) S 18772 18774 18280 0 -1 4194304 1310 6730 0 1 5 2 38 4 16 0 1 0 22420343 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18774/statm: 4217 1111 409 3 0 796 0
[pid=18787] ppid=18774 vsize=5356 CPUtime=0
/proc/18787/stat : 18787 (sh) S 18774 18774 18280 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22420400 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18787/statm: 1339 233 193 169 0 50 0
[pid=18788] ppid=18787 vsize=864404 CPUtime=12.07
/proc/18788/stat : 18788 (java) S 18787 18774 18280 0 -1 0 25006 0 1 0 1194 13 0 0 19 0 9 0 22420401 885149696 23584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18788/statm: 216101 23584 2590 9 0 210578 0
[pid=18788/tid=18789] ppid=18787 vsize=864404 CPUtime=9.81
/proc/18788/task/18789/stat : 18789 (java) R 18787 18774 18280 0 -1 64 3961 0 1 0 979 2 0 0 25 0 9 0 22420402 885149696 23584 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18788/tid=18790] ppid=18787 vsize=864404 CPUtime=2.16
/proc/18788/task/18790/stat : 18790 (java) S 18787 18774 18280 0 -1 64 20010 0 0 0 207 9 0 0 16 0 9 0 22420403 885149696 23584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18788/tid=18791] ppid=18787 vsize=864404 CPUtime=0
/proc/18788/task/18791/stat : 18791 (java) S 18787 18774 18280 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22420403 885149696 23584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18788/tid=18792] ppid=18787 vsize=864404 CPUtime=0
/proc/18788/task/18792/stat : 18792 (java) S 18787 18774 18280 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22420403 885149696 23584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18788/tid=18793] ppid=18787 vsize=864404 CPUtime=0
/proc/18788/task/18793/stat : 18793 (java) S 18787 18774 18280 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22420405 885149696 23584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18788/tid=18794] ppid=18787 vsize=864404 CPUtime=0.07
/proc/18788/task/18794/stat : 18794 (java) S 18787 18774 18280 0 -1 64 337 0 0 0 7 0 0 0 17 0 9 0 22420405 885149696 23584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18788/tid=18795] ppid=18787 vsize=864404 CPUtime=0
/proc/18788/task/18795/stat : 18795 (java) S 18787 18774 18280 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22420405 885149696 23584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18788/tid=18796] ppid=18787 vsize=864404 CPUtime=0
/proc/18788/task/18796/stat : 18796 (java) S 18787 18774 18280 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22420405 885149696 23584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 886628

[startup+25.5018 s]
/proc/loadavg: 2.15 2.19 2.12 3/85 18796
/proc/meminfo: memFree=1740872/2055920 swapFree=4192812/4192956
[pid=18774] ppid=18772 vsize=16868 CPUtime=0.49
/proc/18774/stat : 18774 (sugar) S 18772 18774 18280 0 -1 4194304 1310 6730 0 1 5 2 38 4 16 0 1 0 22420343 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18774/statm: 4217 1111 409 3 0 796 0
[pid=18787] ppid=18774 vsize=5356 CPUtime=0
/proc/18787/stat : 18787 (sh) S 18774 18774 18280 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22420400 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18787/statm: 1339 233 193 169 0 50 0
[pid=18788] ppid=18787 vsize=864404 CPUtime=24.87
/proc/18788/stat : 18788 (java) S 18787 18774 18280 0 -1 0 27928 0 1 0 2468 19 0 0 19 0 9 0 22420401 885149696 26368 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18788/statm: 216101 26368 2590 9 0 210578 0
[pid=18788/tid=18789] ppid=18787 vsize=864404 CPUtime=22.22
/proc/18788/task/18789/stat : 18789 (java) R 18787 18774 18280 0 -1 64 4100 0 1 0 2217 5 0 0 25 0 9 0 22420402 885149696 26368 996147200 134512640 134550932 4294955936 18446744073709551615 4126598423 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18788/tid=18790] ppid=18787 vsize=864404 CPUtime=2.54
/proc/18788/task/18790/stat : 18790 (java) S 18787 18774 18280 0 -1 64 22792 0 0 0 242 12 0 0 16 0 9 0 22420403 885149696 26368 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18788/tid=18791] ppid=18787 vsize=864404 CPUtime=0
/proc/18788/task/18791/stat : 18791 (java) S 18787 18774 18280 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22420403 885149696 26368 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18788/tid=18792] ppid=18787 vsize=864404 CPUtime=0
/proc/18788/task/18792/stat : 18792 (java) S 18787 18774 18280 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22420403 885149696 26368 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18788/tid=18793] ppid=18787 vsize=864404 CPUtime=0

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

/proc/18774/statm: 4217 1113 409 3 0 796 0
[pid=18797] ppid=18774 vsize=5356 CPUtime=0
/proc/18797/stat : 18797 (sh) S 18774 18774 18280 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22427688 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18797/statm: 1339 232 193 169 0 50 0
[pid=18798] ppid=18797 vsize=68240 CPUtime=206.89
/proc/18798/stat : 18798 (minisat) R 18797 18774 18280 0 -1 4194304 16728 0 0 0 20676 13 0 0 25 0 1 0 22427688 69877760 16714 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/18798/statm: 17060 16714 75 150 0 16907 0
Current children cumulated CPU time (s) 280.14
Current children cumulated vsize (KiB) 90464

[startup+342.301 s]
/proc/loadavg: 2.00 2.06 2.07 3/77 18798
/proc/meminfo: memFree=1744392/2055920 swapFree=4192812/4192956
[pid=18774] ppid=18772 vsize=16868 CPUtime=73.25
/proc/18774/stat : 18774 (sugar) S 18772 18774 18280 0 -1 4194304 1376 52080 0 2 5 2 7269 49 16 0 1 0 22420343 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18774/statm: 4217 1113 409 3 0 796 0
[pid=18797] ppid=18774 vsize=5356 CPUtime=0
/proc/18797/stat : 18797 (sh) S 18774 18774 18280 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22427688 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18797/statm: 1339 232 193 169 0 50 0
[pid=18798] ppid=18797 vsize=73736 CPUtime=266.32
/proc/18798/stat : 18798 (minisat) R 18797 18774 18280 0 -1 4194304 18020 0 0 0 26618 14 0 0 25 0 1 0 22427688 75505664 18006 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18798/statm: 18434 18006 75 150 0 18281 0
Current children cumulated CPU time (s) 339.57
Current children cumulated vsize (KiB) 95960

[startup+402.302 s]
/proc/loadavg: 2.02 2.04 2.07 3/86 18836
/proc/meminfo: memFree=1642104/2055920 swapFree=4192812/4192956
[pid=18774] ppid=18772 vsize=16868 CPUtime=73.25
/proc/18774/stat : 18774 (sugar) S 18772 18774 18280 0 -1 4194304 1376 52080 0 2 5 2 7269 49 16 0 1 0 22420343 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18774/statm: 4217 1113 409 3 0 796 0
[pid=18797] ppid=18774 vsize=5356 CPUtime=0
/proc/18797/stat : 18797 (sh) S 18774 18774 18280 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22427688 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18797/statm: 1339 232 193 169 0 50 0
[pid=18798] ppid=18797 vsize=79608 CPUtime=325.91
/proc/18798/stat : 18798 (minisat) R 18797 18774 18280 0 -1 4194304 19506 0 0 0 32574 17 0 0 25 0 1 0 22427688 81518592 19492 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18798/statm: 19902 19492 75 150 0 19749 0
Current children cumulated CPU time (s) 399.16
Current children cumulated vsize (KiB) 101832

[startup+462.301 s]
/proc/loadavg: 2.13 2.06 2.07 3/86 18836
/proc/meminfo: memFree=1558584/2055920 swapFree=4192812/4192956
[pid=18774] ppid=18772 vsize=16868 CPUtime=73.25
/proc/18774/stat : 18774 (sugar) S 18772 18774 18280 0 -1 4194304 1376 52080 0 2 5 2 7269 49 16 0 1 0 22420343 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18774/statm: 4217 1113 409 3 0 796 0
[pid=18797] ppid=18774 vsize=5356 CPUtime=0
/proc/18797/stat : 18797 (sh) S 18774 18774 18280 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22427688 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18797/statm: 1339 232 193 169 0 50 0
[pid=18798] ppid=18797 vsize=84844 CPUtime=385.72
/proc/18798/stat : 18798 (minisat) R 18797 18774 18280 0 -1 4194304 20839 0 0 0 38553 19 0 0 25 0 1 0 22427688 86880256 20825 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/18798/statm: 21211 20825 75 150 0 21058 0
Current children cumulated CPU time (s) 458.97
Current children cumulated vsize (KiB) 107068

[startup+522.302 s]
/proc/loadavg: 2.11 2.08 2.08 3/86 18836
/proc/meminfo: memFree=1288312/2055920 swapFree=4192812/4192956
[pid=18774] ppid=18772 vsize=16868 CPUtime=73.25
/proc/18774/stat : 18774 (sugar) S 18772 18774 18280 0 -1 4194304 1376 52080 0 2 5 2 7269 49 16 0 1 0 22420343 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18774/statm: 4217 1113 409 3 0 796 0
[pid=18797] ppid=18774 vsize=5356 CPUtime=0
/proc/18797/stat : 18797 (sh) S 18774 18774 18280 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22427688 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18797/statm: 1339 232 193 169 0 50 0
[pid=18798] ppid=18797 vsize=91856 CPUtime=444.91
/proc/18798/stat : 18798 (minisat) R 18797 18774 18280 0 -1 4194304 22513 0 0 0 44471 20 0 0 25 0 1 0 22427688 94060544 22499 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18798/statm: 22964 22499 75 150 0 22811 0
Current children cumulated CPU time (s) 518.16
Current children cumulated vsize (KiB) 114080

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

[startup+524.706 s]
/proc/loadavg: 2.11 2.08 2.08 3/86 18836
/proc/meminfo: memFree=1278712/2055920 swapFree=4192812/4192956
[pid=18774] ppid=18772 vsize=16868 CPUtime=73.25
/proc/18774/stat : 18774 (sugar) S 18772 18774 18280 0 -1 4194304 1376 52080 0 2 5 2 7269 49 16 0 1 0 22420343 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18774/statm: 4217 1113 409 3 0 796 0
[pid=18797] ppid=18774 vsize=5356 CPUtime=0
/proc/18797/stat : 18797 (sh) S 18774 18774 18280 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22427688 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18797/statm: 1339 232 193 169 0 50 0
[pid=18798] ppid=18797 vsize=92120 CPUtime=447.31
/proc/18798/stat : 18798 (minisat) R 18797 18774 18280 0 -1 4194304 22576 0 0 0 44711 20 0 0 25 0 1 0 22427688 94330880 22562 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18798/statm: 23030 22562 75 150 0 22877 0
Current children cumulated CPU time (s) 520.56
Current children cumulated vsize (KiB) 114344

[startup+531.102 s]
/proc/loadavg: 2.26 2.11 2.09 3/86 18836
/proc/meminfo: memFree=1256888/2055920 swapFree=4192812/4192956
[pid=18774] ppid=18772 vsize=16868 CPUtime=73.25
/proc/18774/stat : 18774 (sugar) S 18772 18774 18280 0 -1 4194304 1376 52080 0 2 5 2 7269 49 16 0 1 0 22420343 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18774/statm: 4217 1113 409 3 0 796 0
[pid=18797] ppid=18774 vsize=5356 CPUtime=0
/proc/18797/stat : 18797 (sh) S 18774 18774 18280 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22427688 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18797/statm: 1339 232 193 169 0 50 0
[pid=18798] ppid=18797 vsize=92912 CPUtime=453.6
/proc/18798/stat : 18798 (minisat) R 18797 18774 18280 0 -1 4194304 22768 0 0 0 45340 20 0 0 25 0 1 0 22427688 95141888 22754 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18798/statm: 23228 22754 75 150 0 23075 0
Current children cumulated CPU time (s) 526.85
Current children cumulated vsize (KiB) 115136

[startup+537.502 s]
/proc/loadavg: 2.22 2.11 2.09 5/86 18836
/proc/meminfo: memFree=1228600/2055920 swapFree=4192812/4192956
[pid=18774] ppid=18772 vsize=16868 CPUtime=73.25
/proc/18774/stat : 18774 (sugar) S 18772 18774 18280 0 -1 4194304 1376 52080 0 2 5 2 7269 49 16 0 1 0 22420343 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18774/statm: 4217 1113 409 3 0 796 0
[pid=18797] ppid=18774 vsize=5356 CPUtime=0
/proc/18797/stat : 18797 (sh) S 18774 18774 18280 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22427688 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18797/statm: 1339 232 193 169 0 50 0
[pid=18798] ppid=18797 vsize=93704 CPUtime=459.95
/proc/18798/stat : 18798 (minisat) R 18797 18774 18280 0 -1 4194304 22955 0 0 0 45974 21 0 0 25 0 1 0 22427688 95952896 22941 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18798/statm: 23426 22941 75 150 0 23273 0
Current children cumulated CPU time (s) 533.2
Current children cumulated vsize (KiB) 115928

[startup+539.101 s]
/proc/loadavg: 2.22 2.11 2.09 3/86 18836
/proc/meminfo: memFree=1219256/2055920 swapFree=4192812/4192956
[pid=18774] ppid=18772 vsize=16868 CPUtime=73.25
/proc/18774/stat : 18774 (sugar) S 18772 18774 18280 0 -1 4194304 1376 52080 0 2 5 2 7269 49 16 0 1 0 22420343 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18774/statm: 4217 1113 409 3 0 796 0
[pid=18797] ppid=18774 vsize=5356 CPUtime=0
/proc/18797/stat : 18797 (sh) S 18774 18774 18280 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22427688 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18797/statm: 1339 232 193 169 0 50 0
[pid=18798] ppid=18797 vsize=93836 CPUtime=461.52
/proc/18798/stat : 18798 (minisat) R 18797 18774 18280 0 -1 4194304 23010 0 0 0 46131 21 0 0 25 0 1 0 22427688 96088064 22996 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18798/statm: 23459 22996 75 150 0 23306 0
Current children cumulated CPU time (s) 534.77
Current children cumulated vsize (KiB) 116060

[startup+539.901 s]
/proc/loadavg: 2.22 2.11 2.09 3/86 18836
/proc/meminfo: memFree=1219256/2055920 swapFree=4192812/4192956
[pid=18774] ppid=18772 vsize=16868 CPUtime=73.25
/proc/18774/stat : 18774 (sugar) S 18772 18774 18280 0 -1 4194304 1376 52080 0 2 5 2 7269 49 16 0 1 0 22420343 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18774/statm: 4217 1113 409 3 0 796 0
[pid=18797] ppid=18774 vsize=5356 CPUtime=0
/proc/18797/stat : 18797 (sh) S 18774 18774 18280 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22427688 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18797/statm: 1339 232 193 169 0 50 0
[pid=18798] ppid=18797 vsize=93968 CPUtime=462.24
/proc/18798/stat : 18798 (minisat) R 18797 18774 18280 0 -1 4194304 23035 0 0 0 46203 21 0 0 25 0 1 0 22427688 96223232 23021 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18798/statm: 23492 23021 75 150 0 23339 0
Current children cumulated CPU time (s) 535.49
Current children cumulated vsize (KiB) 116192

[startup+540.302 s]
/proc/loadavg: 2.22 2.11 2.09 3/86 18836
/proc/meminfo: memFree=1215096/2055920 swapFree=4192812/4192956
[pid=18774] ppid=18772 vsize=16868 CPUtime=73.25
/proc/18774/stat : 18774 (sugar) S 18772 18774 18280 0 -1 4194304 1376 52080 0 2 5 2 7269 49 16 0 1 0 22420343 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18774/statm: 4217 1113 409 3 0 796 0
[pid=18797] ppid=18774 vsize=5356 CPUtime=0
/proc/18797/stat : 18797 (sh) S 18774 18774 18280 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22427688 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18797/statm: 1339 232 193 169 0 50 0
[pid=18798] ppid=18797 vsize=94140 CPUtime=462.64
/proc/18798/stat : 18798 (minisat) R 18797 18774 18280 0 -1 4194304 23059 0 0 0 46243 21 0 0 25 0 1 0 22427688 96399360 23045 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/18798/statm: 23535 23045 75 150 0 23382 0
Current children cumulated CPU time (s) 535.89
Current children cumulated vsize (KiB) 116364

[startup+540.702 s]
/proc/loadavg: 2.22 2.11 2.09 3/86 18836
/proc/meminfo: memFree=1215096/2055920 swapFree=4192812/4192956
[pid=18774] ppid=18772 vsize=16868 CPUtime=536.12
/proc/18774/stat : 18774 (sugar) S 18772 18774 18280 0 -1 4194304 1448 75444 0 2 5 2 53533 72 16 0 1 0 22420343 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18774/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 536.12
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 540.8
CPU time (s): 536.363
CPU user time (s): 535.574
CPU system time (s): 0.789879
CPU usage (%): 99.1796
Max. virtual memory (cumulated for all children) (KiB): 907620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 535.574
system time used= 0.789879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80755
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= 9870
involuntary context switches= 16661

runsolver used 0.690894 second user time and 1.77673 second system time

The end

Launcher Data

Begin job on node61 at 2009-07-12 01:06:09
IDJOB=2071390
IDBENCH=55488
IDSOLVER=739
FILE ID=node61/2071390-1247353569
PBS_JOBID= 9506873
Free space on /tmp= 66412 MiB

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

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

MD5SUM BENCH= da13ba5a9bae10f8f78b88700e630ef7
RANDOM SEED=1784534396

node61.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.229
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.229
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:       1848832 kB
Buffers:         42788 kB
Cached:          94912 kB
SwapCached:          0 kB
Active:         105836 kB
Inactive:        52832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1848832 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1584 kB
Writeback:           0 kB
Mapped:          31592 kB
Slab:            33948 kB
Committed_AS:   274184 kB
PageTables:       1732 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66408 MiB
End job on node61 at 2009-07-12 01:15:10