Trace number 2079904

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 201.082 203.141

General information on the benchmark

Namecsp/travellingSalesman-20/
normalized-tsp-20-193_ext.xml
MD5SUMd791dec87b10526615a0084f40824770
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 benchmark2.49862
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints230
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension230
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 05:24:08 2009
0.00/0.08	c 0	PID 26879
0.00/0.08	c 0	HOST node50.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2079904-1247369048.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2079904-1247369048.xml' 'HOME/temp.csp'
0.06/0.66	c 1	5 domains, 61 variables, 0 predicates, 23 relations, 230 constraints
0.07/0.72	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.72	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.07/0.80	c 1	Parsing HOME/temp.csp
0.64/0.98	c 1	parsed 319 expressions
0.64/0.99	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.64/0.99	c 1	Converting to clausal form CSP
0.64/1.02	c 1	converted 32 (10%) expressions
0.64/1.02	c 1	converted 64 (20%) expressions
0.64/1.04	c 1	converted 96 (30%) expressions
0.64/1.05	c 1	converted 128 (40%) expressions
0.64/1.05	c 1	converted 160 (50%) expressions
0.64/1.06	c 1	converted 192 (60%) expressions
0.64/1.06	c 1	converted 224 (70%) expressions
0.64/1.06	c 1	converted 256 (80%) expressions
0.64/1.06	c 1	converted 288 (90%) expressions
3.08/3.22	c 3	converted 319 (100%) expressions
3.08/3.22	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
3.08/3.22	c 3	Heap : 61 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.08/3.22	c 3	Propagation in CSP
3.08/3.23	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.08/3.23	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
3.08/3.23	c 3	Heap : 61 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.08/3.23	c 3	Simplifing CSP by introducing new Boolean variables
3.08/3.23	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
3.08/3.23	c 3	Heap : 61 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.47/3.65	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.47/3.68	c 4	7 (10%) CSP integer variables are encoded (3069 clauses, 37754 bytes)
3.47/3.68	c 4	13 (20%) CSP integer variables are encoded (6120 clauses, 77417 bytes)
3.47/3.68	c 4	19 (30%) CSP integer variables are encoded (9171 clauses, 117080 bytes)
3.47/3.69	c 4	25 (40%) CSP integer variables are encoded (12222 clauses, 161228 bytes)
3.47/3.69	c 4	31 (50%) CSP integer variables are encoded (15273 clauses, 206993 bytes)
3.47/3.70	c 4	37 (60%) CSP integer variables are encoded (18324 clauses, 252758 bytes)
3.57/3.70	c 4	43 (70%) CSP integer variables are encoded (20964 clauses, 292358 bytes)
3.57/3.70	c 4	49 (80%) CSP integer variables are encoded (22212 clauses, 311078 bytes)
3.57/3.71	c 4	55 (90%) CSP integer variables are encoded (23460 clauses, 329798 bytes)
3.57/3.71	c 4	61 (100%) CSP integer variables are encoded (24292 clauses, 342278 bytes)
3.57/3.75	c 4	23 (10%) CSP clauses are encoded (24788 clauses, 351558 bytes)
3.57/3.77	c 4	46 (20%) CSP clauses are encoded (25267 clauses, 362691 bytes)
3.57/3.78	c 4	69 (30%) CSP clauses are encoded (25745 clauses, 374001 bytes)
3.67/3.80	c 4	92 (40%) CSP clauses are encoded (26243 clauses, 385550 bytes)
3.67/3.81	c 4	115 (50%) CSP clauses are encoded (26720 clauses, 396880 bytes)
3.67/3.83	c 4	138 (60%) CSP clauses are encoded (27216 clauses, 408505 bytes)
3.67/3.85	c 4	161 (70%) CSP clauses are encoded (27713 clauses, 420554 bytes)
3.67/3.88	c 4	184 (80%) CSP clauses are encoded (28230 clauses, 433568 bytes)
3.76/3.91	c 4	207 (90%) CSP clauses are encoded (28762 clauses, 446782 bytes)
90.19/91.28	c 91	230 (100%) CSP clauses are encoded (870731 clauses, 28211347 bytes)
90.19/91.28	c 91	230 CSP clauses encoded
90.19/91.28	c 91	Writing map file : HOME/temp.map
90.19/91.29	c 91	Heap : 92 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
90.19/91.29	c 91	SAT : 24351 SAT variables, 870731 SAT clauses, 28211347 bytes
90.19/91.29	c 91	Heap : 92 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
90.28/91.32	c 91	SOLVING HOME/temp.cnf
90.28/91.32	c 91	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
90.28/91.33	c 91	This is MiniSat 2.0 beta
90.28/91.33	c 91	WARNING: for repeatability, setting FPU to use double precision
90.28/91.33	c 91	============================[ Problem Statistics ]=============================
90.28/91.33	c 91	|                                                                             |
90.28/91.33	c 91	|  Number of variables:  24351                                                |
90.28/91.33	c 91	|  Number of clauses:    870731                                               |
90.31/91.91	c 92	|  Parsing time:         0.50         s                                       |
90.31/91.96	c 92	============================[ Search Statistics ]==============================
90.31/91.96	c 92	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
90.31/91.96	c 92	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
90.31/91.96	c 92	===============================================================================
90.31/91.96	c 92	|         0 |   23350   847555  4118735 |   282518        0    nan |  0.000 % |
90.31/92.10	c 92	|       101 |   23313   847555  4118735 |   310770       68      5 | 31.843 % |
90.31/92.25	c 92	|       251 |   23067   847555  4118735 |   341847      211      9 | 42.569 % |
91.36/92.50	c 93	|       476 |   22204   847555  4118735 |   376031      399      8 | 63.496 % |
91.76/92.82	c 93	|       813 |   22183   847555  4118735 |   413635      724     10 | 67.369 % |
92.15/93.27	c 93	|      1319 |   22132   847555  4118735 |   454998     1211     10 | 71.283 % |
92.65/93.75	c 94	|      2078 |   22070   847555  4118735 |   500498     1952     10 | 71.718 % |
93.74/94.89	c 95	|      3218 |   22043   847555  4118735 |   550548     3075     13 | 72.806 % |
95.52/96.60	c 97	|      4927 |   22014   847555  4118735 |   605603     4782     16 | 73.291 % |
99.00/100.18	c 100	|      7489 |   21606   847555  4118735 |   666163     7330     17 | 74.371 % |
103.15/104.37	c 104	|     11333 |   21513   847555  4118735 |   732779    11150     18 | 75.356 % |
110.68/111.99	c 112	|     17100 |    5771   532870  2618527 |   806057    16226     21 | 76.773 % |
121.18/122.50	c 123	|     25749 |    5767   532870  2618527 |   886663    24871     23 | 77.516 % |
141.68/143.29	c 143	|     38723 |    5474   504141  2477509 |   975329    37824     30 | 77.520 % |
176.85/178.79	c 179	|     58184 |    5474   503962  2476801 |  1072862    57284     34 | 77.520 % |
200.63/202.78	c 203	===============================================================================
200.63/202.78	c 203	restarts              : 15
200.63/202.78	c 203	conflicts             : 70803          (642 /sec)
200.63/202.78	c 203	decisions             : 105941         (0.82 % random) (960 /sec)
200.63/202.78	c 203	propagations          : 25306410       (229411 /sec)
200.63/202.78	c 203	conflict literals     : 2404228        (58.43 % deleted)
200.63/202.78	c 203	Memory used           : 48.89 MB
200.63/202.78	c 203	CPU time              : 110.31 s
200.63/202.78	c 203	
200.63/202.79	c 203	SATISFIABLE
200.63/202.80	c 203	DECODING HOME/temp.out WITH HOME/temp.map
200.63/202.80	c 203	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'
200.74/202.88	c 203	Decoding HOME/temp.out
200.74/203.09	s SATISFIABLE
200.74/203.10	v 7 5 4 19 1 13 10 23 15 29 11 1 16 6 2 0 6 3 19 13 14 19 20 21 17 1 13 26 18 0 8 15 3 2 5 7 12 1 9 5 24 37 60 89 90 96 96 99 112 131 152 153 179 179 194 196 203 204 209 209 0
200.74/203.11	c 203	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
200.74/203.13	c 203	CPU 201.04 (0.06 0.01 200.32 0.65)
200.74/203.13	c 203	END Sun Jul 12 05:27:31 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-2079904-1247369048/watcher-2079904-1247369048 -o /tmp/evaluation-result-2079904-1247369048/solver-2079904-1247369048 -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-2079904-1247369048.xml 

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


[startup+0 s]
/proc/loadavg: 1.93 2.01 2.06 4/74 26879
/proc/meminfo: memFree=1735176/2055920 swapFree=4192812/4192956
[pid=26879] ppid=26877 vsize=12268 CPUtime=0
/proc/26879/stat : 26879 (sugar) R 26877 26879 23465 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 23968417 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 240577641061 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/26879/statm: 3067 316 241 3 0 167 0

[startup+0.111114 s]
/proc/loadavg: 1.93 2.01 2.06 4/74 26879
/proc/meminfo: memFree=1735176/2055920 swapFree=4192812/4192956
[pid=26879] ppid=26877 vsize=16868 CPUtime=0.06
/proc/26879/stat : 26879 (sugar) S 26877 26879 23465 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23968417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26879/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201122 s]
/proc/loadavg: 1.93 2.01 2.06 4/74 26879
/proc/meminfo: memFree=1735176/2055920 swapFree=4192812/4192956
[pid=26879] ppid=26877 vsize=16868 CPUtime=0.06
/proc/26879/stat : 26879 (sugar) S 26877 26879 23465 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23968417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26879/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302126 s]
/proc/loadavg: 1.93 2.01 2.06 4/74 26879
/proc/meminfo: memFree=1735176/2055920 swapFree=4192812/4192956
[pid=26879] ppid=26877 vsize=16868 CPUtime=0.06
/proc/26879/stat : 26879 (sugar) S 26877 26879 23465 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23968417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26879/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701159 s]
/proc/loadavg: 1.93 2.01 2.06 4/74 26879
/proc/meminfo: memFree=1735176/2055920 swapFree=4192812/4192956
[pid=26879] ppid=26877 vsize=16868 CPUtime=0.07
/proc/26879/stat : 26879 (sugar) S 26877 26879 23465 0 -1 4194304 1245 128 0 0 6 1 0 0 15 0 1 0 23968417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26879/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50223 s]
/proc/loadavg: 1.93 2.01 2.06 4/85 26901
/proc/meminfo: memFree=1720688/2055920 swapFree=4192812/4192956
[pid=26879] ppid=26877 vsize=16868 CPUtime=0.64
/proc/26879/stat : 26879 (sugar) S 26877 26879 23465 0 -1 4194304 1309 6783 0 1 6 1 53 4 15 0 1 0 23968417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26879/statm: 4217 1111 409 3 0 796 0
[pid=26892] ppid=26879 vsize=5356 CPUtime=0
/proc/26892/stat : 26892 (sh) S 26879 26879 23465 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23968489 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26892/statm: 1339 233 193 169 0 50 0
[pid=26893] ppid=26892 vsize=864200 CPUtime=0.76
/proc/26893/stat : 26893 (java) S 26892 26879 23465 0 -1 0 8742 0 1 0 73 3 0 0 18 0 9 0 23968489 884940800 7738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26893/statm: 216050 7738 2566 9 0 210555 0
[pid=26893/tid=26894] ppid=26892 vsize=864200 CPUtime=0.36
/proc/26893/task/26894/stat : 26894 (java) R 26892 26879 23465 0 -1 64 2761 0 1 0 35 1 0 0 22 0 9 0 23968490 884940800 7738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26895] ppid=26892 vsize=864200 CPUtime=0.32
/proc/26893/task/26895/stat : 26895 (java) R 26892 26879 23465 0 -1 64 4967 0 0 0 31 1 0 0 17 0 9 0 23968491 884940800 7738 996147200 134512640 134550932 4294955936 18446744073709551615 104330821 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26896] ppid=26892 vsize=864200 CPUtime=0
/proc/26893/task/26896/stat : 26896 (java) S 26892 26879 23465 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23968491 884940800 7738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26897] ppid=26892 vsize=864200 CPUtime=0
/proc/26893/task/26897/stat : 26897 (java) S 26892 26879 23465 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23968491 884940800 7738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26898] ppid=26892 vsize=864200 CPUtime=0
/proc/26893/task/26898/stat : 26898 (java) S 26892 26879 23465 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23968493 884940800 7738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26899] ppid=26892 vsize=864200 CPUtime=0.05
/proc/26893/task/26899/stat : 26899 (java) S 26892 26879 23465 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 23968493 884940800 7738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26900] ppid=26892 vsize=864200 CPUtime=0
/proc/26893/task/26900/stat : 26900 (java) S 26892 26879 23465 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23968494 884940800 7738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26901] ppid=26892 vsize=864200 CPUtime=0
/proc/26893/task/26901/stat : 26901 (java) S 26892 26879 23465 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23968494 884940800 7738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886424

[startup+3.10138 s]
/proc/loadavg: 1.93 2.01 2.06 3/85 26901
/proc/meminfo: memFree=1689392/2055920 swapFree=4192812/4192956
[pid=26879] ppid=26877 vsize=16868 CPUtime=0.64
/proc/26879/stat : 26879 (sugar) S 26877 26879 23465 0 -1 4194304 1309 6783 0 1 6 1 53 4 15 0 1 0 23968417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26879/statm: 4217 1111 409 3 0 796 0
[pid=26892] ppid=26879 vsize=5356 CPUtime=0
/proc/26892/stat : 26892 (sh) S 26879 26879 23465 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23968489 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26892/statm: 1339 233 193 169 0 50 0
[pid=26893] ppid=26892 vsize=864200 CPUtime=2.34
/proc/26893/stat : 26893 (java) S 26892 26879 23465 0 -1 0 20324 0 1 0 225 9 0 0 18 0 9 0 23968489 884940800 19116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26893/statm: 216050 19116 2566 9 0 210555 0
[pid=26893/tid=26894] ppid=26892 vsize=864200 CPUtime=0.95
/proc/26893/task/26894/stat : 26894 (java) R 26892 26879 23465 0 -1 64 3283 0 1 0 94 1 0 0 25 0 9 0 23968490 884940800 19116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26895] ppid=26892 vsize=864200 CPUtime=1.31
/proc/26893/task/26895/stat : 26895 (java) R 26892 26879 23465 0 -1 64 16027 0 0 0 125 6 0 0 16 0 9 0 23968491 884940800 19116 996147200 134512640 134550932 4294955936 18446744073709551615 102549491 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26896] ppid=26892 vsize=864200 CPUtime=0
/proc/26893/task/26896/stat : 26896 (java) S 26892 26879 23465 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23968491 884940800 19116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26897] ppid=26892 vsize=864200 CPUtime=0
/proc/26893/task/26897/stat : 26897 (java) S 26892 26879 23465 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23968491 884940800 19116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26898] ppid=26892 vsize=864200 CPUtime=0
/proc/26893/task/26898/stat : 26898 (java) S 26892 26879 23465 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23968493 884940800 19116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26899] ppid=26892 vsize=864200 CPUtime=0.05
/proc/26893/task/26899/stat : 26899 (java) S 26892 26879 23465 0 -1 64 315 0 0 0 5 0 0 0 17 0 9 0 23968493 884940800 19116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26900] ppid=26892 vsize=864200 CPUtime=0
/proc/26893/task/26900/stat : 26900 (java) S 26892 26879 23465 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23968494 884940800 19116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26901] ppid=26892 vsize=864200 CPUtime=0
/proc/26893/task/26901/stat : 26901 (java) S 26892 26879 23465 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23968494 884940800 19116 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) 886424

[startup+6.30266 s]
/proc/loadavg: 2.01 2.03 2.06 3/85 26901
/proc/meminfo: memFree=1653616/2055920 swapFree=4192812/4192956
[pid=26879] ppid=26877 vsize=16868 CPUtime=0.64
/proc/26879/stat : 26879 (sugar) S 26877 26879 23465 0 -1 4194304 1310 6783 0 1 6 1 53 4 15 0 1 0 23968417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26879/statm: 4217 1111 409 3 0 796 0
[pid=26892] ppid=26879 vsize=5356 CPUtime=0
/proc/26892/stat : 26892 (sh) S 26879 26879 23465 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23968489 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26892/statm: 1339 233 193 169 0 50 0
[pid=26893] ppid=26892 vsize=864404 CPUtime=5.51
/proc/26893/stat : 26893 (java) S 26892 26879 23465 0 -1 0 23286 0 1 0 540 11 0 0 18 0 9 0 23968489 885149696 22008 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26893/statm: 216101 22008 2590 9 0 210578 0
[pid=26893/tid=26894] ppid=26892 vsize=864404 CPUtime=3.52
/proc/26893/task/26894/stat : 26894 (java) R 26892 26879 23465 0 -1 64 3712 0 1 0 350 2 0 0 25 0 9 0 23968490 885149696 22008 996147200 134512640 134550932 4294955936 18446744073709551615 103211122 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26895] ppid=26892 vsize=864404 CPUtime=1.86
/proc/26893/task/26895/stat : 26895 (java) S 26892 26879 23465 0 -1 64 18539 0 0 0 179 7 0 0 16 0 9 0 23968491 885149696 22008 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26896] ppid=26892 vsize=864404 CPUtime=0
/proc/26893/task/26896/stat : 26896 (java) S 26892 26879 23465 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23968491 885149696 22008 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26897] ppid=26892 vsize=864404 CPUtime=0
/proc/26893/task/26897/stat : 26897 (java) S 26892 26879 23465 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23968491 885149696 22008 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26898] ppid=26892 vsize=864404 CPUtime=0
/proc/26893/task/26898/stat : 26898 (java) S 26892 26879 23465 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23968493 885149696 22008 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26899] ppid=26892 vsize=864404 CPUtime=0.08
/proc/26893/task/26899/stat : 26899 (java) S 26892 26879 23465 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 23968493 885149696 22008 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26900] ppid=26892 vsize=864404 CPUtime=0
/proc/26893/task/26900/stat : 26900 (java) S 26892 26879 23465 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23968494 885149696 22008 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26901] ppid=26892 vsize=864404 CPUtime=0
/proc/26893/task/26901/stat : 26901 (java) R 26892 26879 23465 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23968494 885149696 22008 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 886628

[startup+12.7012 s]
/proc/loadavg: 2.01 2.03 2.06 3/85 26901
/proc/meminfo: memFree=1649072/2055920 swapFree=4192812/4192956
[pid=26879] ppid=26877 vsize=16868 CPUtime=0.64
/proc/26879/stat : 26879 (sugar) S 26877 26879 23465 0 -1 4194304 1310 6783 0 1 6 1 53 4 15 0 1 0 23968417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26879/statm: 4217 1111 409 3 0 796 0
[pid=26892] ppid=26879 vsize=5356 CPUtime=0
/proc/26892/stat : 26892 (sh) S 26879 26879 23465 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23968489 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26892/statm: 1339 233 193 169 0 50 0
[pid=26893] ppid=26892 vsize=864404 CPUtime=11.84
/proc/26893/stat : 26893 (java) S 26892 26879 23465 0 -1 0 24111 0 1 0 1172 12 0 0 18 0 9 0 23968489 885149696 22795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26893/statm: 216101 22795 2590 9 0 210578 0
[pid=26893/tid=26894] ppid=26892 vsize=864404 CPUtime=9.75
/proc/26893/task/26894/stat : 26894 (java) R 26892 26879 23465 0 -1 64 3750 0 1 0 972 3 0 0 25 0 9 0 23968490 885149696 22795 996147200 134512640 134550932 4294955936 18446744073709551615 4126585358 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26895] ppid=26892 vsize=864404 CPUtime=1.98
/proc/26893/task/26895/stat : 26895 (java) S 26892 26879 23465 0 -1 64 19326 0 0 0 190 8 0 0 16 0 9 0 23968491 885149696 22795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26896] ppid=26892 vsize=864404 CPUtime=0
/proc/26893/task/26896/stat : 26896 (java) S 26892 26879 23465 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23968491 885149696 22795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26897] ppid=26892 vsize=864404 CPUtime=0
/proc/26893/task/26897/stat : 26897 (java) S 26892 26879 23465 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23968491 885149696 22795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26898] ppid=26892 vsize=864404 CPUtime=0
/proc/26893/task/26898/stat : 26898 (java) S 26892 26879 23465 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23968493 885149696 22795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26899] ppid=26892 vsize=864404 CPUtime=0.08
/proc/26893/task/26899/stat : 26899 (java) S 26892 26879 23465 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 23968493 885149696 22795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26900] ppid=26892 vsize=864404 CPUtime=0
/proc/26893/task/26900/stat : 26900 (java) S 26892 26879 23465 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23968494 885149696 22795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26901] ppid=26892 vsize=864404 CPUtime=0
/proc/26893/task/26901/stat : 26901 (java) S 26892 26879 23465 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23968494 885149696 22795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 886628

[startup+25.5023 s]
/proc/loadavg: 2.01 2.02 2.06 3/85 26901
/proc/meminfo: memFree=1633776/2055920 swapFree=4192812/4192956
[pid=26879] ppid=26877 vsize=16868 CPUtime=0.64
/proc/26879/stat : 26879 (sugar) S 26877 26879 23465 0 -1 4194304 1310 6783 0 1 6 1 53 4 15 0 1 0 23968417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26879/statm: 4217 1111 409 3 0 796 0
[pid=26892] ppid=26879 vsize=5356 CPUtime=0
/proc/26892/stat : 26892 (sh) S 26879 26879 23465 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23968489 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26892/statm: 1339 233 193 169 0 50 0
[pid=26893] ppid=26892 vsize=864404 CPUtime=24.52
/proc/26893/stat : 26893 (java) S 26892 26879 23465 0 -1 0 26797 0 1 0 2436 16 0 0 18 0 9 0 23968489 885149696 25365 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26893/statm: 216101 25365 2590 9 0 210578 0
[pid=26893/tid=26894] ppid=26892 vsize=864404 CPUtime=22.06
/proc/26893/task/26894/stat : 26894 (java) R 26892 26879 23465 0 -1 64 3866 0 1 0 2201 5 0 0 25 0 9 0 23968490 885149696 25365 996147200 134512640 134550932 4294955936 18446744073709551615 4126518441 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26895] ppid=26892 vsize=864404 CPUtime=2.34
/proc/26893/task/26895/stat : 26895 (java) S 26892 26879 23465 0 -1 64 21895 0 0 0 225 9 0 0 16 0 9 0 23968491 885149696 25365 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26896] ppid=26892 vsize=864404 CPUtime=0
/proc/26893/task/26896/stat : 26896 (java) S 26892 26879 23465 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23968491 885149696 25365 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26897] ppid=26892 vsize=864404 CPUtime=0
/proc/26893/task/26897/stat : 26897 (java) S 26892 26879 23465 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23968491 885149696 25365 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26898] ppid=26892 vsize=864404 CPUtime=0

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

/proc/26893/task/26900/stat : 26900 (java) S 26892 26879 23465 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23968494 885149696 25365 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26901] ppid=26892 vsize=864404 CPUtime=0
/proc/26893/task/26901/stat : 26901 (java) S 26892 26879 23465 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23968494 885149696 25365 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 886628

[startup+51.1026 s]
/proc/loadavg: 2.00 2.02 2.06 3/85 26901
/proc/meminfo: memFree=1606704/2055920 swapFree=4192812/4192956
[pid=26879] ppid=26877 vsize=16868 CPUtime=0.64
/proc/26879/stat : 26879 (sugar) S 26877 26879 23465 0 -1 4194304 1310 6783 0 1 6 1 53 4 15 0 1 0 23968417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26879/statm: 4217 1111 409 3 0 796 0
[pid=26892] ppid=26879 vsize=5356 CPUtime=0
/proc/26892/stat : 26892 (sh) S 26879 26879 23465 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23968489 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26892/statm: 1339 233 193 169 0 50 0
[pid=26893] ppid=26892 vsize=864404 CPUtime=49.87
/proc/26893/stat : 26893 (java) S 26892 26879 23465 0 -1 0 31802 0 1 0 4961 26 0 0 18 0 9 0 23968489 885149696 30134 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26893/statm: 216101 30134 2590 9 0 210578 0
[pid=26893/tid=26894] ppid=26892 vsize=864404 CPUtime=46.67
/proc/26893/task/26894/stat : 26894 (java) R 26892 26879 23465 0 -1 64 4102 0 1 0 4656 11 0 0 25 0 9 0 23968490 885149696 30134 996147200 134512640 134550932 4294955936 18446744073709551615 103211017 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26895] ppid=26892 vsize=864404 CPUtime=3.08
/proc/26893/task/26895/stat : 26895 (java) S 26892 26879 23465 0 -1 64 26659 0 0 0 295 13 0 0 16 0 9 0 23968491 885149696 30134 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26896] ppid=26892 vsize=864404 CPUtime=0
/proc/26893/task/26896/stat : 26896 (java) S 26892 26879 23465 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23968491 885149696 30134 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26897] ppid=26892 vsize=864404 CPUtime=0
/proc/26893/task/26897/stat : 26897 (java) S 26892 26879 23465 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23968491 885149696 30134 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26898] ppid=26892 vsize=864404 CPUtime=0
/proc/26893/task/26898/stat : 26898 (java) S 26892 26879 23465 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23968493 885149696 30134 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26899] ppid=26892 vsize=864404 CPUtime=0.09
/proc/26893/task/26899/stat : 26899 (java) S 26892 26879 23465 0 -1 64 342 0 0 0 9 0 0 0 17 0 9 0 23968493 885149696 30134 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26900] ppid=26892 vsize=864404 CPUtime=0
/proc/26893/task/26900/stat : 26900 (java) S 26892 26879 23465 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23968494 885149696 30134 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26893/tid=26901] ppid=26892 vsize=864404 CPUtime=0
/proc/26893/task/26901/stat : 26901 (java) S 26892 26879 23465 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23968494 885149696 30134 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 886628

[startup+102.302 s]
/proc/loadavg: 2.00 2.02 2.05 3/77 26903
/proc/meminfo: memFree=1654960/2055920 swapFree=4192812/4192956
[pid=26879] ppid=26877 vsize=16868 CPUtime=90.31
/proc/26879/stat : 26879 (sugar) S 26877 26879 23465 0 -1 4194304 1376 51445 0 2 6 1 8973 51 16 0 1 0 23968417 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26879/statm: 4217 1113 409 3 0 796 0
[pid=26902] ppid=26879 vsize=5356 CPUtime=0
/proc/26902/stat : 26902 (sh) S 26879 26879 23465 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23977549 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26902/statm: 1339 232 193 169 0 50 0
[pid=26903] ppid=26902 vsize=48172 CPUtime=10.86
/proc/26903/stat : 26903 (minisat) R 26902 26879 23465 0 -1 4194304 11746 0 0 0 1077 9 0 0 25 0 1 0 23977550 49328128 11732 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/26903/statm: 12043 11732 75 150 0 11890 0
Current children cumulated CPU time (s) 101.17
Current children cumulated vsize (KiB) 70396

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.05 3/77 26903
/proc/meminfo: memFree=1651504/2055920 swapFree=4192812/4192956
[pid=26879] ppid=26877 vsize=16868 CPUtime=90.31
/proc/26879/stat : 26879 (sugar) S 26877 26879 23465 0 -1 4194304 1376 51445 0 2 6 1 8973 51 16 0 1 0 23968417 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26879/statm: 4217 1113 409 3 0 796 0
[pid=26902] ppid=26879 vsize=5356 CPUtime=0
/proc/26902/stat : 26902 (sh) S 26879 26879 23465 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23977549 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26902/statm: 1339 232 193 169 0 50 0
[pid=26903] ppid=26902 vsize=49664 CPUtime=70.29
/proc/26903/stat : 26903 (minisat) R 26902 26879 23465 0 -1 4194304 12116 0 0 0 7020 9 0 0 25 0 1 0 23977550 50855936 12094 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26903/statm: 12416 12094 75 150 0 12263 0
Current children cumulated CPU time (s) 160.6
Current children cumulated vsize (KiB) 71888

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

[startup+179.202 s]
/proc/loadavg: 2.00 2.01 2.04 3/77 26903
/proc/meminfo: memFree=1651056/2055920 swapFree=4192812/4192956
[pid=26879] ppid=26877 vsize=16868 CPUtime=90.31
/proc/26879/stat : 26879 (sugar) S 26877 26879 23465 0 -1 4194304 1376 51445 0 2 6 1 8973 51 16 0 1 0 23968417 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26879/statm: 4217 1113 409 3 0 796 0
[pid=26902] ppid=26879 vsize=5356 CPUtime=0
/proc/26902/stat : 26902 (sh) S 26879 26879 23465 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23977549 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26902/statm: 1339 232 193 169 0 50 0
[pid=26903] ppid=26902 vsize=49664 CPUtime=87.04
/proc/26903/stat : 26903 (minisat) R 26902 26879 23465 0 -1 4194304 12125 0 0 0 8695 9 0 0 25 0 1 0 23977550 50855936 12103 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26903/statm: 12416 12103 75 150 0 12263 0
Current children cumulated CPU time (s) 177.35
Current children cumulated vsize (KiB) 71888

[startup+192.002 s]
/proc/loadavg: 2.00 2.01 2.04 3/77 26903
/proc/meminfo: memFree=1650672/2055920 swapFree=4192812/4192956
[pid=26879] ppid=26877 vsize=16868 CPUtime=90.31
/proc/26879/stat : 26879 (sugar) S 26877 26879 23465 0 -1 4194304 1376 51445 0 2 6 1 8973 51 16 0 1 0 23968417 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26879/statm: 4217 1113 409 3 0 796 0
[pid=26902] ppid=26879 vsize=5356 CPUtime=0
/proc/26902/stat : 26902 (sh) S 26879 26879 23465 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23977549 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26902/statm: 1339 232 193 169 0 50 0
[pid=26903] ppid=26902 vsize=49924 CPUtime=99.71
/proc/26903/stat : 26903 (minisat) R 26902 26879 23465 0 -1 4194304 12165 0 0 0 9962 9 0 0 25 0 1 0 23977550 51122176 12143 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/26903/statm: 12481 12143 75 150 0 12328 0
Current children cumulated CPU time (s) 190.02
Current children cumulated vsize (KiB) 72148

[startup+198.403 s]
/proc/loadavg: 2.00 2.01 2.04 3/77 26903
/proc/meminfo: memFree=1650416/2055920 swapFree=4192812/4192956
[pid=26879] ppid=26877 vsize=16868 CPUtime=90.31
/proc/26879/stat : 26879 (sugar) S 26877 26879 23465 0 -1 4194304 1376 51445 0 2 6 1 8973 51 16 0 1 0 23968417 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26879/statm: 4217 1113 409 3 0 796 0
[pid=26902] ppid=26879 vsize=5356 CPUtime=0
/proc/26902/stat : 26902 (sh) S 26879 26879 23465 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23977549 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26902/statm: 1339 232 193 169 0 50 0
[pid=26903] ppid=26902 vsize=50064 CPUtime=106.06
/proc/26903/stat : 26903 (minisat) R 26902 26879 23465 0 -1 4194304 12172 0 0 0 10597 9 0 0 25 0 1 0 23977550 51265536 12150 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/26903/statm: 12516 12150 75 150 0 12363 0
Current children cumulated CPU time (s) 196.37
Current children cumulated vsize (KiB) 72288

[startup+201.602 s]
/proc/loadavg: 2.00 2.01 2.04 3/77 26903
/proc/meminfo: memFree=1650352/2055920 swapFree=4192812/4192956
[pid=26879] ppid=26877 vsize=16868 CPUtime=90.31
/proc/26879/stat : 26879 (sugar) S 26877 26879 23465 0 -1 4194304 1376 51445 0 2 6 1 8973 51 16 0 1 0 23968417 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26879/statm: 4217 1113 409 3 0 796 0
[pid=26902] ppid=26879 vsize=5356 CPUtime=0
/proc/26902/stat : 26902 (sh) S 26879 26879 23465 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23977549 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26902/statm: 1339 232 193 169 0 50 0
[pid=26903] ppid=26902 vsize=50064 CPUtime=109.23
/proc/26903/stat : 26903 (minisat) R 26902 26879 23465 0 -1 4194304 12173 0 0 0 10914 9 0 0 25 0 1 0 23977550 51265536 12151 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/26903/statm: 12516 12151 75 150 0 12363 0
Current children cumulated CPU time (s) 199.54
Current children cumulated vsize (KiB) 72288

[startup+202.402 s]
/proc/loadavg: 2.00 2.01 2.04 3/77 26903
/proc/meminfo: memFree=1650352/2055920 swapFree=4192812/4192956
[pid=26879] ppid=26877 vsize=16868 CPUtime=90.31
/proc/26879/stat : 26879 (sugar) S 26877 26879 23465 0 -1 4194304 1376 51445 0 2 6 1 8973 51 16 0 1 0 23968417 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26879/statm: 4217 1113 409 3 0 796 0
[pid=26902] ppid=26879 vsize=5356 CPUtime=0
/proc/26902/stat : 26902 (sh) S 26879 26879 23465 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23977549 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26902/statm: 1339 232 193 169 0 50 0
[pid=26903] ppid=26902 vsize=50064 CPUtime=110.02
/proc/26903/stat : 26903 (minisat) R 26902 26879 23465 0 -1 4194304 12174 0 0 0 10993 9 0 0 25 0 1 0 23977550 51265536 12152 996147200 134512640 135127466 4294956256 18446744073709551615 134527237 0 0 4096 3 0 0 0 17 1 0 0
/proc/26903/statm: 12516 12152 75 150 0 12363 0
Current children cumulated CPU time (s) 200.33
Current children cumulated vsize (KiB) 72288

[startup+202.802 s]
/proc/loadavg: 2.00 2.01 2.04 3/77 26903
/proc/meminfo: memFree=1650352/2055920 swapFree=4192812/4192956
[pid=26879] ppid=26877 vsize=16868 CPUtime=200.74
/proc/26879/stat : 26879 (sugar) S 26877 26879 23465 0 -1 4194304 1411 63920 0 2 6 1 20005 62 16 0 1 0 23968417 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26879/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 200.74
Current children cumulated vsize (KiB) 16868

[startup+203.002 s]
/proc/loadavg: 2.00 2.01 2.04 3/77 26903
/proc/meminfo: memFree=1650352/2055920 swapFree=4192812/4192956
[pid=26879] ppid=26877 vsize=16868 CPUtime=200.74
/proc/26879/stat : 26879 (sugar) S 26877 26879 23465 0 -1 4194304 1448 63920 0 2 6 1 20005 62 16 0 1 0 23968417 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26879/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 200.74
Current children cumulated vsize (KiB) 16868

[startup+203.102 s]
/proc/loadavg: 2.00 2.01 2.04 3/77 26903
/proc/meminfo: memFree=1650352/2055920 swapFree=4192812/4192956
[pid=26879] ppid=26877 vsize=16868 CPUtime=200.74
/proc/26879/stat : 26879 (sugar) S 26877 26879 23465 0 -1 4194304 1449 63920 0 2 6 1 20005 62 15 0 1 0 23968417 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26879/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 200.74
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 203.141
CPU time (s): 201.082
CPU user time (s): 200.393
CPU system time (s): 0.689895
CPU usage (%): 98.9868
Max. virtual memory (cumulated for all children) (KiB): 912364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 200.393
system time used= 0.689895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69222
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= 10296
involuntary context switches= 14215

runsolver used 0.232964 second user time and 0.728889 second system time

The end

Launcher Data

Begin job on node50 at 2009-07-12 05:24:08
IDJOB=2079904
IDBENCH=56969
IDSOLVER=739
FILE ID=node50/2079904-1247369048
PBS_JOBID= 9507096
Free space on /tmp= 66408 MiB

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

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

MD5SUM BENCH= d791dec87b10526615a0084f40824770
RANDOM SEED=2097534067

node50.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.231
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.231
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:       1735656 kB
Buffers:         30132 kB
Cached:         184408 kB
SwapCached:          0 kB
Active:         173696 kB
Inactive:        91840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1735656 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1548 kB
Writeback:           0 kB
Mapped:          62108 kB
Slab:            39788 kB
Committed_AS:   221840 kB
PageTables:       1972 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= 66404 MiB
End job on node50 at 2009-07-12 05:27:31