Trace number 1055559

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.13+minisatSAT 87.4877 88.4618

General information on the benchmark

Namecsp/travellingSalesman-20/
normalized-tsp-20-366_ext.xml
MD5SUM3fde0730b7bb553a63078e1ae3e8acbb
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.84687
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints230
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension230
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Thu Jul  3 06:36:32 2008
0.00/0.04	c 0	PID 11882
0.00/0.05	c 0	HOST node6.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1055559-1215059792.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1055559-1215059792.xml' 'HOME/temp.csp'
0.03/0.40	c 0	5 domains, 61 variables, 0 predicates, 23 relations, 230 constraints
0.03/0.42	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.42	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.50	c 0	Parsing HOME/temp.csp
0.37/0.91	c 1	parsed 319 expressions
0.37/0.91	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.37/0.91	c 1	Converting to clausal form CSP
0.37/0.93	c 1	converted 32 (10%) expressions
0.37/0.93	c 1	converted 64 (20%) expressions
0.37/0.95	c 1	converted 96 (30%) expressions
0.37/0.97	c 1	converted 128 (40%) expressions
0.37/0.97	c 1	converted 160 (50%) expressions
0.37/0.97	c 1	converted 192 (60%) expressions
0.37/0.97	c 1	converted 224 (70%) expressions
0.37/0.98	c 1	converted 256 (80%) expressions
0.37/0.98	c 1	converted 288 (90%) expressions
2.71/2.81	c 3	converted 319 (100%) expressions
2.71/2.81	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.71/2.81	c 3	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.71/2.81	c 3	Propagation in CSP
2.71/2.81	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.71/2.81	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.71/2.81	c 3	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.71/2.81	c 3	Simplifing CSP by introducing new Boolean variables
2.71/2.82	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.71/2.82	c 3	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.92/3.07	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.01/3.10	c 3	7 (10%) CSP integer variables are encoded (3069 clauses, 37754 bytes)
3.01/3.10	c 3	13 (20%) CSP integer variables are encoded (6120 clauses, 77417 bytes)
3.01/3.11	c 3	19 (30%) CSP integer variables are encoded (9171 clauses, 117080 bytes)
3.01/3.11	c 3	25 (40%) CSP integer variables are encoded (12222 clauses, 161228 bytes)
3.01/3.11	c 3	31 (50%) CSP integer variables are encoded (15273 clauses, 206993 bytes)
3.01/3.12	c 3	37 (60%) CSP integer variables are encoded (18324 clauses, 252758 bytes)
3.01/3.12	c 3	43 (70%) CSP integer variables are encoded (20871 clauses, 290963 bytes)
3.01/3.12	c 3	49 (80%) CSP integer variables are encoded (21933 clauses, 306893 bytes)
3.01/3.12	c 3	55 (90%) CSP integer variables are encoded (22995 clauses, 322823 bytes)
3.01/3.13	c 3	61 (100%) CSP integer variables are encoded (23703 clauses, 333443 bytes)
3.01/3.17	c 3	23 (10%) CSP clauses are encoded (24200 clauses, 342760 bytes)
3.01/3.19	c 3	46 (20%) CSP clauses are encoded (24678 clauses, 353874 bytes)
3.11/3.20	c 3	69 (30%) CSP clauses are encoded (25157 clauses, 365197 bytes)
3.11/3.22	c 3	92 (40%) CSP clauses are encoded (25655 clauses, 376746 bytes)
3.11/3.23	c 3	115 (50%) CSP clauses are encoded (26132 clauses, 388071 bytes)
3.11/3.25	c 3	138 (60%) CSP clauses are encoded (26629 clauses, 399717 bytes)
3.11/3.27	c 3	161 (70%) CSP clauses are encoded (27125 clauses, 411747 bytes)
3.11/3.29	c 3	184 (80%) CSP clauses are encoded (27642 clauses, 424781 bytes)
3.21/3.33	c 3	207 (90%) CSP clauses are encoded (28174 clauses, 437987 bytes)
56.36/57.04	c 57	230 (100%) CSP clauses are encoded (640435 clauses, 20590680 bytes)
56.36/57.04	c 57	230 CSP clauses encoded
56.36/57.05	c 57	Writing map file : HOME/temp.map
56.36/57.05	c 57	Heap : 69 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
56.36/57.05	c 57	SAT : 23762 SAT variables, 640435 SAT clauses, 20590680 bytes
56.36/57.05	c 57	Heap : 69 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
56.41/57.11	c 57	SOLVING HOME/temp.cnf
56.41/57.11	c 57	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
56.41/57.11	c 57	This is MiniSat 2.0 beta
56.41/57.11	c 57	WARNING: for repeatability, setting FPU to use double precision
56.41/57.11	c 57	============================[ Problem Statistics ]=============================
56.41/57.11	c 57	|                                                                             |
56.41/57.12	c 57	|  Number of variables:  23762                                                |
56.41/57.12	c 57	|  Number of clauses:    640435                                               |
56.80/57.54	c 57	|  Parsing time:         0.37         s                                       |
56.80/57.58	c 57	============================[ Search Statistics ]==============================
56.80/57.58	c 57	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
56.80/57.58	c 57	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
56.80/57.58	c 57	===============================================================================
56.80/57.58	c 57	|         0 |   22761   623304  3005578 |   207768        0    nan |  0.000 % |
57.00/57.72	c 58	|       102 |   22717   623304  3005578 |   228544       67      4 | 28.836 % |
57.00/57.78	c 58	|       252 |   22708   623304  3005578 |   251399      211      8 | 28.882 % |
57.20/57.93	c 58	|       477 |   22696   623304  3005578 |   276539      418     10 | 32.586 % |
57.40/58.14	c 58	|       815 |   22648   623304  3005578 |   304193      713      8 | 54.196 % |
57.60/58.36	c 58	|      1321 |   22588   623304  3005578 |   334612     1183      8 | 66.017 % |
58.08/58.81	c 59	|      2080 |   22462   623304  3005578 |   368073     1906      8 | 70.579 % |
58.79/59.50	c 59	|      3220 |   21570   623304  3005578 |   404881     3018     10 | 74.846 % |
60.17/60.97	c 61	|      4929 |   21502   623304  3005578 |   445369     4714     14 | 75.415 % |
62.45/63.24	c 63	|      7491 |   21475   623304  3005578 |   489906     7262     15 | 76.080 % |
67.21/68.04	c 68	|     11335 |   21413   623304  3005578 |   538896    11096     17 | 76.765 % |
71.86/72.76	c 73	|     17101 |    5520   416683  2040210 |   592786    15391     23 | 76.976 % |
82.66/83.63	c 84	|     25750 |    4936   367062  1796958 |   652064    22313     25 | 79.227 % |
87.12/88.12	c 88	===============================================================================
87.12/88.12	c 88	restarts              : 13
87.12/88.12	c 88	conflicts             : 29053          (948 /sec)
87.12/88.12	c 88	decisions             : 47912          (0.78 % random) (1563 /sec)
87.12/88.12	c 88	propagations          : 9761315        (318484 /sec)
87.12/88.12	c 88	conflict literals     : 682888         (50.39 % deleted)
87.12/88.12	c 88	Memory used           : 36.34 MB
87.12/88.12	c 88	CPU time              : 30.6493 s
87.12/88.12	c 88	
87.12/88.13	c 88	SATISFIABLE
87.12/88.14	c 88	DECODING HOME/temp.out WITH HOME/temp.map
87.12/88.14	c 88	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
87.16/88.22	c 88	Decoding HOME/temp.out
87.16/88.42	s SATISFIABLE
87.16/88.43	v 5 2 9 0 16 15 8 2 11 11 19 4 17 24 15 6 4 16 14 12 1 23 18 4 3 1 20 12 12 25 6 0 2 11 10 1 13 6 7 3 2 17 19 30 34 58 64 80 92 115 119 120 132 157 157 168 169 175 178 178 0
87.16/88.43	c 88	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
87.16/88.46	c 88	CPU 87 (0.03 0.02 86.97 0.44)
87.16/88.46	c 88	END Thu Jul  3 06:38:00 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1055559-1215059792/watcher-1055559-1215059792 -o /tmp/evaluation-result-1055559-1215059792/solver-1055559-1215059792 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1055559-1215059792.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.10 2.04 2.01 4/84 11882
/proc/meminfo: memFree=1734656/2055924 swapFree=4180432/4192956
[pid=11882] ppid=11880 vsize=18572 CPUtime=0
/proc/11882/stat : 11882 (runsolver) R 11880 11882 7790 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1984954466 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 268582841639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11882/statm: 4643 292 257 25 0 2626 0

[startup+0.104172 s]
/proc/loadavg: 2.10 2.04 2.01 4/84 11882
/proc/meminfo: memFree=1734656/2055924 swapFree=4180432/4192956
[pid=11882] ppid=11880 vsize=13600 CPUtime=0.03
/proc/11882/stat : 11882 (sugar) S 11880 11882 7790 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1984954466 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11882/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.202188 s]
/proc/loadavg: 2.10 2.04 2.01 4/84 11882
/proc/meminfo: memFree=1734656/2055924 swapFree=4180432/4192956
[pid=11882] ppid=11880 vsize=13600 CPUtime=0.03
/proc/11882/stat : 11882 (sugar) S 11880 11882 7790 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1984954466 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11882/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302211 s]
/proc/loadavg: 2.10 2.04 2.01 4/84 11882
/proc/meminfo: memFree=1734656/2055924 swapFree=4180432/4192956
[pid=11882] ppid=11880 vsize=13600 CPUtime=0.03
/proc/11882/stat : 11882 (sugar) S 11880 11882 7790 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1984954466 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11882/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702286 s]
/proc/loadavg: 2.10 2.04 2.01 4/84 11882
/proc/meminfo: memFree=1734656/2055924 swapFree=4180432/4192956
[pid=11882] ppid=11880 vsize=13600 CPUtime=0.37
/proc/11882/stat : 11882 (sugar) S 11880 11882 7790 0 -1 4194304 973 6502 0 1 2 1 31 3 16 0 1 0 1984954466 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11882/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 13600

[startup+1.50145 s]
/proc/loadavg: 2.10 2.04 2.01 3/95 11904
/proc/meminfo: memFree=1720040/2055924 swapFree=4180432/4192956
[pid=11882] ppid=11880 vsize=13600 CPUtime=0.37
/proc/11882/stat : 11882 (sugar) S 11880 11882 7790 0 -1 4194304 973 6502 0 1 2 1 31 3 15 0 1 0 1984954466 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11882/statm: 3400 797 370 3 0 500 0
[pid=11895] ppid=11882 vsize=5356 CPUtime=0
/proc/11895/stat : 11895 (sh) S 11882 11882 7790 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984954508 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11895/statm: 1339 233 193 169 0 50 0
[pid=11896] ppid=11895 vsize=864192 CPUtime=1.05
/proc/11896/stat : 11896 (java) S 11895 11882 7790 0 -1 0 8979 0 1 0 102 3 0 0 18 0 9 0 1984954508 884932608 8018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11896/statm: 216048 8018 2540 9 0 210623 0
[pid=11896/tid=11897] ppid=11895 vsize=864192 CPUtime=0.58
/proc/11896/task/11897/stat : 11897 (java) R 11895 11882 7790 0 -1 64 2735 0 1 0 57 1 0 0 22 0 9 0 1984954509 884932608 8018 996147200 134512640 134550740 4294955952 18446744073709551615 4126556537 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11898] ppid=11895 vsize=864192 CPUtime=0.38
/proc/11896/task/11898/stat : 11898 (java) S 11895 11882 7790 0 -1 64 5218 0 0 0 37 1 0 0 17 0 9 0 1984954510 884932608 8018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11899] ppid=11895 vsize=864192 CPUtime=0
/proc/11896/task/11899/stat : 11899 (java) S 11895 11882 7790 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984954510 884932608 8018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11900] ppid=11895 vsize=864192 CPUtime=0
/proc/11896/task/11900/stat : 11900 (java) S 11895 11882 7790 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984954510 884932608 8018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11901] ppid=11895 vsize=864192 CPUtime=0
/proc/11896/task/11901/stat : 11901 (java) S 11895 11882 7790 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984954512 884932608 8018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11902] ppid=11895 vsize=864192 CPUtime=0.07
/proc/11896/task/11902/stat : 11902 (java) S 11895 11882 7790 0 -1 64 332 0 0 0 7 0 0 0 16 0 9 0 1984954512 884932608 8018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11903] ppid=11895 vsize=864192 CPUtime=0
/proc/11896/task/11903/stat : 11903 (java) S 11895 11882 7790 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984954512 884932608 8018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11904] ppid=11895 vsize=864192 CPUtime=0
/proc/11896/task/11904/stat : 11904 (java) S 11895 11882 7790 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984954513 884932608 8018 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883148

[startup+3.10276 s]
/proc/loadavg: 2.17 2.05 2.01 4/95 11904
/proc/meminfo: memFree=1688808/2055924 swapFree=4180432/4192956
[pid=11882] ppid=11880 vsize=13600 CPUtime=0.38
/proc/11882/stat : 11882 (sugar) S 11880 11882 7790 0 -1 4194304 974 6502 0 1 3 1 31 3 15 0 1 0 1984954466 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11882/statm: 3400 797 370 3 0 500 0
[pid=11895] ppid=11882 vsize=5356 CPUtime=0
/proc/11895/stat : 11895 (sh) S 11882 11882 7790 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984954508 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11895/statm: 1339 233 193 169 0 50 0
[pid=11896] ppid=11895 vsize=864304 CPUtime=2.63
/proc/11896/stat : 11896 (java) S 11895 11882 7790 0 -1 0 18277 0 1 0 256 7 0 0 18 0 9 0 1984954508 885047296 17102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11896/statm: 216076 17102 2563 9 0 210623 0
[pid=11896/tid=11897] ppid=11895 vsize=864304 CPUtime=1.02
/proc/11896/task/11897/stat : 11897 (java) R 11895 11882 7790 0 -1 64 3296 0 1 0 101 1 0 0 19 0 9 0 1984954509 885047296 17102 996147200 134512640 134550740 4294955952 18446744073709551615 4126568547 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11898] ppid=11895 vsize=864304 CPUtime=1.5
/proc/11896/task/11898/stat : 11898 (java) S 11895 11882 7790 0 -1 64 13947 0 0 0 146 4 0 0 19 0 9 0 1984954510 885047296 17102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11899] ppid=11895 vsize=864304 CPUtime=0
/proc/11896/task/11899/stat : 11899 (java) S 11895 11882 7790 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984954510 885047296 17102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11900] ppid=11895 vsize=864304 CPUtime=0
/proc/11896/task/11900/stat : 11900 (java) S 11895 11882 7790 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984954510 885047296 17102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11901] ppid=11895 vsize=864304 CPUtime=0
/proc/11896/task/11901/stat : 11901 (java) S 11895 11882 7790 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984954512 885047296 17102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11902] ppid=11895 vsize=864304 CPUtime=0.08
/proc/11896/task/11902/stat : 11902 (java) S 11895 11882 7790 0 -1 64 340 0 0 0 8 0 0 0 16 0 9 0 1984954512 885047296 17102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11903] ppid=11895 vsize=864304 CPUtime=0
/proc/11896/task/11903/stat : 11903 (java) S 11895 11882 7790 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984954512 885047296 17102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11904] ppid=11895 vsize=864304 CPUtime=0
/proc/11896/task/11904/stat : 11904 (java) S 11895 11882 7790 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984954513 885047296 17102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883260

[startup+6.30138 s]
/proc/loadavg: 2.17 2.05 2.01 3/95 11904
/proc/meminfo: memFree=1670504/2055924 swapFree=4180432/4192956
[pid=11882] ppid=11880 vsize=13600 CPUtime=0.38
/proc/11882/stat : 11882 (sugar) S 11880 11882 7790 0 -1 4194304 974 6502 0 1 3 1 31 3 15 0 1 0 1984954466 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11882/statm: 3400 797 370 3 0 500 0
[pid=11895] ppid=11882 vsize=5356 CPUtime=0
/proc/11895/stat : 11895 (sh) S 11882 11882 7790 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984954508 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11895/statm: 1339 233 193 169 0 50 0
[pid=11896] ppid=11895 vsize=864304 CPUtime=5.8
/proc/11896/stat : 11896 (java) S 11895 11882 7790 0 -1 0 19117 0 1 0 571 9 0 0 18 0 9 0 1984954508 885047296 17897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11896/statm: 216076 17897 2564 9 0 210623 0
[pid=11896/tid=11897] ppid=11895 vsize=864304 CPUtime=4.08
/proc/11896/task/11897/stat : 11897 (java) R 11895 11882 7790 0 -1 64 3350 0 1 0 405 3 0 0 25 0 9 0 1984954509 885047296 17897 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11898] ppid=11895 vsize=864304 CPUtime=1.59
/proc/11896/task/11898/stat : 11898 (java) S 11895 11882 7790 0 -1 64 14719 0 0 0 154 5 0 0 16 0 9 0 1984954510 885047296 17897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11899] ppid=11895 vsize=864304 CPUtime=0
/proc/11896/task/11899/stat : 11899 (java) S 11895 11882 7790 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984954510 885047296 17897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11900] ppid=11895 vsize=864304 CPUtime=0
/proc/11896/task/11900/stat : 11900 (java) S 11895 11882 7790 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984954510 885047296 17897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11901] ppid=11895 vsize=864304 CPUtime=0
/proc/11896/task/11901/stat : 11901 (java) S 11895 11882 7790 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984954512 885047296 17897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11902] ppid=11895 vsize=864304 CPUtime=0.1
/proc/11896/task/11902/stat : 11902 (java) S 11895 11882 7790 0 -1 64 354 0 0 0 10 0 0 0 16 0 9 0 1984954512 885047296 17897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11903] ppid=11895 vsize=864304 CPUtime=0
/proc/11896/task/11903/stat : 11903 (java) S 11895 11882 7790 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984954512 885047296 17897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11904] ppid=11895 vsize=864304 CPUtime=0
/proc/11896/task/11904/stat : 11904 (java) S 11895 11882 7790 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984954513 885047296 17897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 883260

[startup+12.7016 s]
/proc/loadavg: 2.14 2.05 2.01 3/95 11904
/proc/meminfo: memFree=1662760/2055924 swapFree=4180432/4192956
[pid=11882] ppid=11880 vsize=13600 CPUtime=0.38
/proc/11882/stat : 11882 (sugar) S 11880 11882 7790 0 -1 4194304 974 6502 0 1 3 1 31 3 15 0 1 0 1984954466 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11882/statm: 3400 797 370 3 0 500 0
[pid=11895] ppid=11882 vsize=5356 CPUtime=0
/proc/11895/stat : 11895 (sh) S 11882 11882 7790 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984954508 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11895/statm: 1339 233 193 169 0 50 0
[pid=11896] ppid=11895 vsize=864304 CPUtime=12.14
/proc/11896/stat : 11896 (java) S 11895 11882 7790 0 -1 0 20560 0 1 0 1202 12 0 0 18 0 9 0 1984954508 885047296 19265 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11896/statm: 216076 19265 2564 9 0 210623 0
[pid=11896/tid=11897] ppid=11895 vsize=864304 CPUtime=10.23
/proc/11896/task/11897/stat : 11897 (java) R 11895 11882 7790 0 -1 64 3425 0 1 0 1020 3 0 0 25 0 9 0 1984954509 885047296 19265 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11898] ppid=11895 vsize=864304 CPUtime=1.76
/proc/11896/task/11898/stat : 11898 (java) S 11895 11882 7790 0 -1 64 16087 0 0 0 169 7 0 0 16 0 9 0 1984954510 885047296 19265 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11899] ppid=11895 vsize=864304 CPUtime=0
/proc/11896/task/11899/stat : 11899 (java) S 11895 11882 7790 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984954510 885047296 19265 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11900] ppid=11895 vsize=864304 CPUtime=0
/proc/11896/task/11900/stat : 11900 (java) S 11895 11882 7790 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984954510 885047296 19265 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11901] ppid=11895 vsize=864304 CPUtime=0
/proc/11896/task/11901/stat : 11901 (java) S 11895 11882 7790 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984954512 885047296 19265 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11902] ppid=11895 vsize=864304 CPUtime=0.1
/proc/11896/task/11902/stat : 11902 (java) S 11895 11882 7790 0 -1 64 354 0 0 0 10 0 0 0 17 0 9 0 1984954512 885047296 19265 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11903] ppid=11895 vsize=864304 CPUtime=0
/proc/11896/task/11903/stat : 11903 (java) S 11895 11882 7790 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984954512 885047296 19265 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11904] ppid=11895 vsize=864304 CPUtime=0
/proc/11896/task/11904/stat : 11904 (java) S 11895 11882 7790 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984954513 885047296 19265 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 883260

[startup+25.5022 s]
/proc/loadavg: 2.12 2.05 2.01 3/95 11904
/proc/meminfo: memFree=1645288/2055924 swapFree=4180432/4192956
[pid=11882] ppid=11880 vsize=13600 CPUtime=0.38
/proc/11882/stat : 11882 (sugar) S 11880 11882 7790 0 -1 4194304 974 6502 0 1 3 1 31 3 15 0 1 0 1984954466 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11882/statm: 3400 797 370 3 0 500 0
[pid=11895] ppid=11882 vsize=5356 CPUtime=0
/proc/11895/stat : 11895 (sh) S 11882 11882 7790 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984954508 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11895/statm: 1339 233 193 169 0 50 0
[pid=11896] ppid=11895 vsize=864304 CPUtime=24.8
/proc/11896/stat : 11896 (java) S 11895 11882 7790 0 -1 0 23763 0 1 0 2462 18 0 0 18 0 9 0 1984954508 885047296 22292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11896/statm: 216076 22292 2564 9 0 210623 0
[pid=11896/tid=11897] ppid=11895 vsize=864304 CPUtime=22.47
/proc/11896/task/11897/stat : 11897 (java) R 11895 11882 7790 0 -1 64 3602 0 1 0 2239 8 0 0 25 0 9 0 1984954509 885047296 22292 996147200 134512640 134550740 4294955952 18446744073709551615 102109860 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11898] ppid=11895 vsize=864304 CPUtime=2.19
/proc/11896/task/11898/stat : 11898 (java) S 11895 11882 7790 0 -1 64 19109 0 0 0 210 9 0 0 16 0 9 0 1984954510 885047296 22292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11899] ppid=11895 vsize=864304 CPUtime=0
/proc/11896/task/11899/stat : 11899 (java) S 11895 11882 7790 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984954510 885047296 22292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11900] ppid=11895 vsize=864304 CPUtime=0
/proc/11896/task/11900/stat : 11900 (java) S 11895 11882 7790 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984954510 885047296 22292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/11896/task/11902/stat : 11902 (java) S 11895 11882 7790 0 -1 64 358 0 0 0 11 0 0 0 16 0 9 0 1984954512 885047296 22292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11903] ppid=11895 vsize=864304 CPUtime=0
/proc/11896/task/11903/stat : 11903 (java) S 11895 11882 7790 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984954512 885047296 22292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11904] ppid=11895 vsize=864304 CPUtime=0
/proc/11896/task/11904/stat : 11904 (java) S 11895 11882 7790 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984954513 885047296 22292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 883260

[startup+51.1022 s]
/proc/loadavg: 2.08 2.04 2.01 3/95 11904
/proc/meminfo: memFree=1623784/2055924 swapFree=4180432/4192956
[pid=11882] ppid=11880 vsize=13600 CPUtime=0.38
/proc/11882/stat : 11882 (sugar) S 11880 11882 7790 0 -1 4194304 974 6502 0 1 3 1 31 3 15 0 1 0 1984954466 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11882/statm: 3400 797 370 3 0 500 0
[pid=11895] ppid=11882 vsize=5356 CPUtime=0
/proc/11895/stat : 11895 (sh) S 11882 11882 7790 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984954508 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11895/statm: 1339 233 193 169 0 50 0
[pid=11896] ppid=11895 vsize=864376 CPUtime=50.14
/proc/11896/stat : 11896 (java) S 11895 11882 7790 0 -1 0 32101 0 1 0 4985 29 0 0 18 0 9 0 1984954508 885121024 25225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11896/statm: 216094 25225 2564 9 0 210641 0
[pid=11896/tid=11897] ppid=11895 vsize=864376 CPUtime=46.62
/proc/11896/task/11897/stat : 11897 (java) R 11895 11882 7790 0 -1 64 3945 0 1 0 4648 14 0 0 25 0 9 0 1984954509 885121024 25225 996147200 134512640 134550740 4294955952 18446744073709551615 4126643938 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11898] ppid=11895 vsize=864376 CPUtime=3.39
/proc/11896/task/11898/stat : 11898 (java) S 11895 11882 7790 0 -1 64 27103 0 0 0 325 14 0 0 16 0 9 0 1984954510 885121024 25225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11899] ppid=11895 vsize=864376 CPUtime=0
/proc/11896/task/11899/stat : 11899 (java) S 11895 11882 7790 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984954510 885121024 25225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11900] ppid=11895 vsize=864376 CPUtime=0
/proc/11896/task/11900/stat : 11900 (java) S 11895 11882 7790 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984954510 885121024 25225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11901] ppid=11895 vsize=864376 CPUtime=0
/proc/11896/task/11901/stat : 11901 (java) S 11895 11882 7790 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984954512 885121024 25225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11902] ppid=11895 vsize=864376 CPUtime=0.11
/proc/11896/task/11902/stat : 11902 (java) S 11895 11882 7790 0 -1 64 359 0 0 0 11 0 0 0 17 0 9 0 1984954512 885121024 25225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11903] ppid=11895 vsize=864376 CPUtime=0
/proc/11896/task/11903/stat : 11903 (java) S 11895 11882 7790 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984954512 885121024 25225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11904] ppid=11895 vsize=864376 CPUtime=0
/proc/11896/task/11904/stat : 11904 (java) S 11895 11882 7790 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984954513 885121024 25225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 883332

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

[startup+51.2022 s]
/proc/loadavg: 2.08 2.04 2.01 3/95 11904
/proc/meminfo: memFree=1623784/2055924 swapFree=4180432/4192956
[pid=11882] ppid=11880 vsize=13600 CPUtime=0.38
/proc/11882/stat : 11882 (sugar) S 11880 11882 7790 0 -1 4194304 974 6502 0 1 3 1 31 3 15 0 1 0 1984954466 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11882/statm: 3400 797 370 3 0 500 0
[pid=11895] ppid=11882 vsize=5356 CPUtime=0
/proc/11895/stat : 11895 (sh) S 11882 11882 7790 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984954508 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11895/statm: 1339 233 193 169 0 50 0
[pid=11896] ppid=11895 vsize=864376 CPUtime=50.24
/proc/11896/stat : 11896 (java) S 11895 11882 7790 0 -1 0 32101 0 1 0 4995 29 0 0 18 0 9 0 1984954508 885121024 25225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11896/statm: 216094 25225 2564 9 0 210641 0
[pid=11896/tid=11897] ppid=11895 vsize=864376 CPUtime=46.72
/proc/11896/task/11897/stat : 11897 (java) R 11895 11882 7790 0 -1 64 3945 0 1 0 4658 14 0 0 25 0 9 0 1984954509 885121024 25225 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11898] ppid=11895 vsize=864376 CPUtime=3.39
/proc/11896/task/11898/stat : 11898 (java) S 11895 11882 7790 0 -1 64 27103 0 0 0 325 14 0 0 16 0 9 0 1984954510 885121024 25225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11899] ppid=11895 vsize=864376 CPUtime=0
/proc/11896/task/11899/stat : 11899 (java) S 11895 11882 7790 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984954510 885121024 25225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11900] ppid=11895 vsize=864376 CPUtime=0
/proc/11896/task/11900/stat : 11900 (java) S 11895 11882 7790 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984954510 885121024 25225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11901] ppid=11895 vsize=864376 CPUtime=0
/proc/11896/task/11901/stat : 11901 (java) S 11895 11882 7790 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984954512 885121024 25225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11902] ppid=11895 vsize=864376 CPUtime=0.11
/proc/11896/task/11902/stat : 11902 (java) S 11895 11882 7790 0 -1 64 359 0 0 0 11 0 0 0 17 0 9 0 1984954512 885121024 25225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11903] ppid=11895 vsize=864376 CPUtime=0
/proc/11896/task/11903/stat : 11903 (java) S 11895 11882 7790 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984954512 885121024 25225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11896/tid=11904] ppid=11895 vsize=864376 CPUtime=0
/proc/11896/task/11904/stat : 11904 (java) S 11895 11882 7790 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984954513 885121024 25225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 883332

[startup+64.0017 s]
/proc/loadavg: 2.06 2.04 2.00 3/87 11906
/proc/meminfo: memFree=1676008/2055924 swapFree=4180432/4192956
[pid=11882] ppid=11880 vsize=13600 CPUtime=56.44
/proc/11882/stat : 11882 (sugar) S 11880 11882 7790 0 -1 4194304 1031 38984 0 2 3 1 5604 36 16 0 1 0 1984954466 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11882/statm: 3400 798 370 3 0 500 0
[pid=11905] ppid=11882 vsize=5356 CPUtime=0
/proc/11905/stat : 11905 (sh) S 11882 11882 7790 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984960177 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11905/statm: 1339 232 193 169 0 50 0
[pid=11906] ppid=11905 vsize=36780 CPUtime=6.8
/proc/11906/stat : 11906 (minisat) R 11905 11882 7790 0 -1 4194304 8977 0 0 0 675 5 0 0 25 0 1 0 1984960178 37662720 8963 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11906/statm: 9195 8963 75 150 0 9042 0
Current children cumulated CPU time (s) 63.24
Current children cumulated vsize (KiB) 55736

[startup+76.8023 s]
/proc/loadavg: 2.05 2.04 2.00 3/87 11906
/proc/meminfo: memFree=1675560/2055924 swapFree=4180432/4192956
[pid=11882] ppid=11880 vsize=13600 CPUtime=56.44
/proc/11882/stat : 11882 (sugar) S 11880 11882 7790 0 -1 4194304 1031 38984 0 2 3 1 5604 36 16 0 1 0 1984954466 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11882/statm: 3400 798 370 3 0 500 0
[pid=11905] ppid=11882 vsize=5356 CPUtime=0
/proc/11905/stat : 11905 (sh) S 11882 11882 7790 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984960177 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11905/statm: 1339 232 193 169 0 50 0
[pid=11906] ppid=11905 vsize=37208 CPUtime=19.48
/proc/11906/stat : 11906 (minisat) R 11905 11882 7790 0 -1 4194304 9087 0 0 0 1943 5 0 0 25 0 1 0 1984960178 38100992 9073 996147200 134512640 135127466 4294956272 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 1 0 0
/proc/11906/statm: 9302 9073 75 150 0 9149 0
Current children cumulated CPU time (s) 75.92
Current children cumulated vsize (KiB) 56164

[startup+83.2015 s]
/proc/loadavg: 2.04 2.04 2.00 3/87 11906
/proc/meminfo: memFree=1675624/2055924 swapFree=4180432/4192956
[pid=11882] ppid=11880 vsize=13600 CPUtime=56.44
/proc/11882/stat : 11882 (sugar) S 11880 11882 7790 0 -1 4194304 1031 38984 0 2 3 1 5604 36 16 0 1 0 1984954466 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11882/statm: 3400 798 370 3 0 500 0
[pid=11905] ppid=11882 vsize=5356 CPUtime=0
/proc/11905/stat : 11905 (sh) S 11882 11882 7790 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984960177 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11905/statm: 1339 232 193 169 0 50 0
[pid=11906] ppid=11905 vsize=37208 CPUtime=25.82
/proc/11906/stat : 11906 (minisat) R 11905 11882 7790 0 -1 4194304 9092 0 0 0 2577 5 0 0 25 0 1 0 1984960178 38100992 9078 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11906/statm: 9302 9078 75 150 0 9149 0
Current children cumulated CPU time (s) 82.26
Current children cumulated vsize (KiB) 56164

[startup+86.4022 s]
/proc/loadavg: 2.04 2.04 2.00 3/87 11906
/proc/meminfo: memFree=1675624/2055924 swapFree=4180432/4192956
[pid=11882] ppid=11880 vsize=13600 CPUtime=56.44
/proc/11882/stat : 11882 (sugar) S 11880 11882 7790 0 -1 4194304 1031 38984 0 2 3 1 5604 36 16 0 1 0 1984954466 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11882/statm: 3400 798 370 3 0 500 0
[pid=11905] ppid=11882 vsize=5356 CPUtime=0
/proc/11905/stat : 11905 (sh) S 11882 11882 7790 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984960177 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11905/statm: 1339 232 193 169 0 50 0
[pid=11906] ppid=11905 vsize=37208 CPUtime=28.99
/proc/11906/stat : 11906 (minisat) R 11905 11882 7790 0 -1 4194304 9094 0 0 0 2894 5 0 0 25 0 1 0 1984960178 38100992 9080 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11906/statm: 9302 9080 75 150 0 9149 0
Current children cumulated CPU time (s) 85.43
Current children cumulated vsize (KiB) 56164

[startup+87.2023 s]
/proc/loadavg: 2.04 2.04 2.00 3/87 11906
/proc/meminfo: memFree=1675624/2055924 swapFree=4180432/4192956
[pid=11882] ppid=11880 vsize=13600 CPUtime=56.44
/proc/11882/stat : 11882 (sugar) S 11880 11882 7790 0 -1 4194304 1031 38984 0 2 3 1 5604 36 16 0 1 0 1984954466 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11882/statm: 3400 798 370 3 0 500 0
[pid=11905] ppid=11882 vsize=5356 CPUtime=0
/proc/11905/stat : 11905 (sh) S 11882 11882 7790 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984960177 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11905/statm: 1339 232 193 169 0 50 0
[pid=11906] ppid=11905 vsize=37208 CPUtime=29.78
/proc/11906/stat : 11906 (minisat) R 11905 11882 7790 0 -1 4194304 9095 0 0 0 2973 5 0 0 25 0 1 0 1984960178 38100992 9081 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/11906/statm: 9302 9081 75 150 0 9149 0
Current children cumulated CPU time (s) 86.22
Current children cumulated vsize (KiB) 56164

[startup+88.0015 s]
/proc/loadavg: 2.04 2.04 2.00 3/87 11906
/proc/meminfo: memFree=1675560/2055924 swapFree=4180432/4192956
[pid=11882] ppid=11880 vsize=13600 CPUtime=56.44
/proc/11882/stat : 11882 (sugar) S 11880 11882 7790 0 -1 4194304 1031 38984 0 2 3 1 5604 36 16 0 1 0 1984954466 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11882/statm: 3400 798 370 3 0 500 0
[pid=11905] ppid=11882 vsize=5356 CPUtime=0
/proc/11905/stat : 11905 (sh) S 11882 11882 7790 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984960177 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11905/statm: 1339 232 193 169 0 50 0
[pid=11906] ppid=11905 vsize=37208 CPUtime=30.58
/proc/11906/stat : 11906 (minisat) R 11905 11882 7790 0 -1 4194304 9095 0 0 0 3053 5 0 0 25 0 1 0 1984960178 38100992 9081 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/11906/statm: 9302 9081 75 150 0 9149 0
Current children cumulated CPU time (s) 87.02
Current children cumulated vsize (KiB) 56164

[startup+88.4015 s]
/proc/loadavg: 2.04 2.04 2.00 3/87 11906
/proc/meminfo: memFree=1675560/2055924 swapFree=4180432/4192956
[pid=11882] ppid=11880 vsize=13600 CPUtime=87.16
/proc/11882/stat : 11882 (sugar) S 11880 11882 7790 0 -1 4194304 1089 48374 0 2 3 1 8670 42 16 0 1 0 1984954466 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11882/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 87.16
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 88.4618
CPU time (s): 87.4877
CPU user time (s): 87.0058
CPU system time (s): 0.481926
CPU usage (%): 98.8989
Max. virtual memory (cumulated for all children) (KiB): 893580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 87.0058
system time used= 0.481926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53228
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= 7745
involuntary context switches= 10059

runsolver used 0.118981 second user time and 0.313952 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-03 06:36:32
IDJOB=1055559
IDBENCH=56961
IDSOLVER=346
FILE ID=node6/1055559-1215059792
PBS_JOBID= 7875162
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/travellingSalesman-20/normalized-tsp-20-366_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1055559-1215059792/watcher-1055559-1215059792 -o /tmp/evaluation-result-1055559-1215059792/solver-1055559-1215059792 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1055559-1215059792.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3fde0730b7bb553a63078e1ae3e8acbb
RANDOM SEED=1037592944

node6.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.265
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.265
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:      2055924 kB
MemFree:       1735136 kB
Buffers:         39444 kB
Cached:         172132 kB
SwapCached:       6636 kB
Active:         170180 kB
Inactive:        84732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1735136 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            1572 kB
Writeback:           0 kB
Mapped:          60632 kB
Slab:            50692 kB
Committed_AS:  3301272 kB
PageTables:       2112 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= 66520 MiB
End job on node6 at 2008-07-03 06:38:00