Trace number 2085404

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+minisat? (TO) 1800.03 1806.64

General information on the benchmark

Namecsp/graphColoring/sgb/
miles/normalized-miles1500-72.xml
MD5SUM6b9f5310a6fc5cbdc233441298f62b93
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.18797
Satisfiable
(Un)Satisfiability was proved
Number of variables128
Number of constraints5198
Maximum constraint arity2
Maximum domain size72
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5198
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 08:53:49 2009
0.00/0.08	c 0	PID 25880
0.00/0.08	c 0	HOST node49.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2085404-1247381629.xml TO HOME/temp.csp
0.07/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-2085404-1247381629.xml' 'HOME/temp.csp'
0.07/0.88	c 1	1 domains, 128 variables, 1 predicates, 0 relations, 5198 constraints
0.07/0.93	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.93	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.90/1.01	c 1	Parsing HOME/temp.csp
1.00/1.13	c 1	parsed 5328 expressions
1.00/1.13	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.00/1.13	c 1	Converting to clausal form CSP
1.20/1.34	c 2	converted 533 (10%) expressions
1.20/1.39	c 2	converted 1066 (20%) expressions
1.30/1.41	c 2	converted 1599 (30%) expressions
1.30/1.43	c 2	converted 2132 (40%) expressions
1.30/1.45	c 2	converted 2664 (50%) expressions
1.30/1.47	c 2	converted 3197 (60%) expressions
1.30/1.49	c 2	converted 3730 (70%) expressions
1.39/1.55	c 2	converted 4263 (80%) expressions
1.39/1.57	c 2	converted 4796 (90%) expressions
1.39/1.59	c 2	converted 5328 (100%) expressions
1.39/1.59	c 2	CSP : 128 integers, 0 booleans, 5198 clauses, largest domain size 72
1.39/1.59	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.39/1.59	c 2	Propagation in CSP
1.49/1.62	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.49/1.62	c 2	CSP : 128 integers, 0 booleans, 5198 clauses, largest domain size 72
1.49/1.62	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.49/1.63	c 2	Simplifing CSP by introducing new Boolean variables
1.59/1.75	c 2	CSP : 128 integers, 10396 booleans, 15594 clauses, largest domain size 72
1.59/1.75	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.70/1.82	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.70/1.84	c 2	13 (10%) CSP integer variables are encoded (910 clauses, 9862 bytes)
1.70/1.84	c 2	26 (20%) CSP integer variables are encoded (1820 clauses, 21543 bytes)
1.70/1.84	c 2	39 (30%) CSP integer variables are encoded (2730 clauses, 33373 bytes)
1.70/1.84	c 2	52 (40%) CSP integer variables are encoded (3640 clauses, 45203 bytes)
1.70/1.85	c 2	64 (50%) CSP integer variables are encoded (4480 clauses, 56123 bytes)
1.70/1.85	c 2	77 (60%) CSP integer variables are encoded (5390 clauses, 67953 bytes)
1.70/1.85	c 2	90 (70%) CSP integer variables are encoded (6300 clauses, 79783 bytes)
1.70/1.85	c 2	103 (80%) CSP integer variables are encoded (7210 clauses, 91613 bytes)
1.70/1.85	c 2	116 (90%) CSP integer variables are encoded (8120 clauses, 103443 bytes)
1.70/1.85	c 2	128 (100%) CSP integer variables are encoded (8960 clauses, 114363 bytes)
1.89/2.04	c 2	1560 (10%) CSP clauses are encoded (84360 clauses, 1440372 bytes)
2.09/2.21	c 2	3119 (20%) CSP clauses are encoded (159759 clauses, 2862894 bytes)
2.19/2.37	c 3	4679 (30%) CSP clauses are encoded (235159 clauses, 4356334 bytes)
2.38/2.52	c 3	6238 (40%) CSP clauses are encoded (310487 clauses, 5848345 bytes)
2.48/2.68	c 3	7797 (50%) CSP clauses are encoded (385815 clauses, 7340356 bytes)
2.68/2.83	c 3	9357 (60%) CSP clauses are encoded (461215 clauses, 8833796 bytes)
2.78/2.98	c 3	10916 (70%) CSP clauses are encoded (536614 clauses, 10327222 bytes)
2.97/3.14	c 3	12476 (80%) CSP clauses are encoded (612014 clauses, 11820662 bytes)
3.07/3.29	c 4	14035 (90%) CSP clauses are encoded (687342 clauses, 13312673 bytes)
3.26/3.44	c 4	15594 (100%) CSP clauses are encoded (762670 clauses, 14804684 bytes)
3.26/3.44	c 4	15594 CSP clauses encoded
3.26/3.44	c 4	Writing map file : HOME/temp.map
3.26/3.44	c 4	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.26/3.44	c 4	SAT : 19484 SAT variables, 762670 SAT clauses, 14804684 bytes
3.26/3.44	c 4	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.26/3.49	c 4	SOLVING HOME/temp.cnf
3.26/3.49	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.26/3.49	c 4	This is MiniSat 2.0 beta
3.26/3.49	c 4	WARNING: for repeatability, setting FPU to use double precision
3.26/3.49	c 4	============================[ Problem Statistics ]=============================
3.26/3.49	c 4	|                                                                             |
3.26/3.49	c 4	|  Number of variables:  19484                                                |
3.26/3.49	c 4	|  Number of clauses:    762670                                               |
3.34/3.91	c 4	|  Parsing time:         0.37         s                                       |
3.34/3.93	c 4	============================[ Search Statistics ]==============================
3.34/3.93	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.34/3.93	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.34/3.93	c 4	===============================================================================
3.34/3.93	c 4	|         0 |   19484   762670  2253060 |   254223        0    nan |  0.000 % |
3.34/4.11	c 4	|       102 |   19484   762670  2253060 |   279645      102     12 |  0.000 % |
3.34/4.20	c 4	|       253 |   19484   762670  2253060 |   307610      253     10 |  0.000 % |
4.14/4.31	c 5	|       478 |   19484   762670  2253060 |   338371      478      9 |  0.000 % |
4.23/4.43	c 5	|       816 |   19484   762670  2253060 |   372208      816     10 |  0.000 % |
4.33/4.60	c 5	|      1324 |   19484   762670  2253060 |   409429     1324     10 |  0.000 % |
4.43/4.69	c 5	|      2083 |   19484   762670  2253060 |   450372     2083      9 |  0.000 % |
4.63/4.87	c 5	|      3222 |   19484   762670  2253060 |   495409     3222      9 |  0.000 % |
4.83/5.03	c 5	|      4932 |   19484   762670  2253060 |   544950     4932      9 |  0.000 % |
5.02/5.28	c 6	|      7494 |   19484   762670  2253060 |   599445     7494      9 |  0.000 % |
5.41/5.61	c 6	|     11338 |   19484   762670  2253060 |   659389    11338     10 |  0.000 % |
6.01/6.25	c 7	|     17104 |   19484   762670  2253060 |   725328    17104     11 |  0.000 % |
6.80/7.01	c 7	|     25753 |   19484   762670  2253060 |   797861    25753     11 |  0.000 % |
7.99/8.29	c 9	|     38727 |   19484   762670  2253060 |   877647    38727     11 |  0.000 % |
11.55/11.86	c 12	|     58190 |   19484   762670  2253060 |   965412    58190     12 |  0.000 % |
17.11/17.55	c 18	|     87383 |   19484   762670  2253060 |  1061953    87383     13 |  0.000 % |
26.80/27.27	c 28	|    131172 |   19484   762670  2253060 |  1168149   131172     14 |  0.000 % |
56.68/57.11	c 57	|    196856 |   19484   762670  2253060 |  1284964   196856     16 |  0.000 % |
134.94/135.45	c 136	|    295382 |   19484   762670  2253060 |  1413460   295382     17 |  0.000 % |
292.85/293.48	c 294	|    443172 |   19484   762670  2253060 |  1554806   443172     19 |  0.000 % |
554.82/555.57	c 556	|    664855 |   19484   762670  2253060 |  1710287   664855     20 |  0.000 % |
1198.81/1202.59	c 1203	|    997380 |   19484   762670  2253060 |  1881316   997380     20 |  0.000 % |
1800.03/1806.61	c ERROR INTERRUPTED
1800.03/1806.64	s UNKNOWN
1800.03/1806.64	c 1807	CPU 3.34 (0.05 0.02 3.03 0.24)
1800.03/1806.64	c 1807	END Sun Jul 12 09:23:56 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2085404-1247381629/watcher-2085404-1247381629 -o /tmp/evaluation-result-2085404-1247381629/solver-2085404-1247381629 -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-2085404-1247381629.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.92 2.03 2.01 3/84 25880
/proc/meminfo: memFree=1590552/2055920 swapFree=4192812/4192956
[pid=25880] ppid=25878 vsize=4708 CPUtime=0
/proc/25880/stat : 25880 (sugar) R 25878 25880 25575 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 25223268 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 224624965001 0 0 4096 0 0 0 0 17 1 0 0
/proc/25880/statm: 1177 43 33 3 0 8 0

[startup+0.084485 s]
/proc/loadavg: 1.92 2.03 2.01 3/84 25880
/proc/meminfo: memFree=1590552/2055920 swapFree=4192812/4192956
[pid=25880] ppid=25878 vsize=16868 CPUtime=0.07
/proc/25880/stat : 25880 (sugar) R 25878 25880 25575 0 -1 4194304 1175 128 0 0 5 2 0 0 18 0 1 0 25223268 17272832 1108 996147200 4194304 4206940 548682068608 18446744073709551615 224636481490 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25880/statm: 4217 1108 406 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101496 s]
/proc/loadavg: 1.92 2.03 2.01 3/84 25880
/proc/meminfo: memFree=1590552/2055920 swapFree=4192812/4192956
[pid=25880] ppid=25878 vsize=16868 CPUtime=0.07
/proc/25880/stat : 25880 (sugar) S 25878 25880 25575 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25223268 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25880/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301497 s]
/proc/loadavg: 1.92 2.03 2.01 3/84 25880
/proc/meminfo: memFree=1590552/2055920 swapFree=4192812/4192956
[pid=25880] ppid=25878 vsize=16868 CPUtime=0.07
/proc/25880/stat : 25880 (sugar) S 25878 25880 25575 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25223268 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25880/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701556 s]
/proc/loadavg: 1.92 2.03 2.01 3/84 25880
/proc/meminfo: memFree=1590552/2055920 swapFree=4192812/4192956
[pid=25880] ppid=25878 vsize=16868 CPUtime=0.07
/proc/25880/stat : 25880 (sugar) S 25878 25880 25575 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25223268 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25880/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50267 s]
/proc/loadavg: 1.92 2.03 2.01 3/95 25902
/proc/meminfo: memFree=1583424/2055920 swapFree=4192812/4192956
[pid=25880] ppid=25878 vsize=16868 CPUtime=0.85
/proc/25880/stat : 25880 (sugar) S 25878 25880 25575 0 -1 4194304 1309 7426 0 1 5 2 72 6 15 0 1 0 25223268 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25880/statm: 4217 1111 409 3 0 796 0
[pid=25893] ppid=25880 vsize=5356 CPUtime=0
/proc/25893/stat : 25893 (sh) S 25880 25880 25575 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25223361 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25893/statm: 1339 233 193 169 0 50 0
[pid=25894] ppid=25893 vsize=868480 CPUtime=0.54
/proc/25894/stat : 25894 (java) S 25893 25880 25575 0 -1 0 5894 0 1 0 51 3 0 0 18 0 9 0 25223362 889323520 5308 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25894/statm: 217120 5308 1743 9 0 211625 0
[pid=25894/tid=25895] ppid=25893 vsize=868480 CPUtime=0.33
/proc/25894/task/25895/stat : 25895 (java) R 25893 25880 25575 0 -1 64 2668 0 1 0 31 2 0 0 19 0 9 0 25223363 889323520 5308 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25894/tid=25896] ppid=25893 vsize=868480 CPUtime=0.04
/proc/25894/task/25896/stat : 25896 (java) R 25893 25880 25575 0 -1 64 1056 0 0 0 4 0 0 0 16 0 9 0 25223364 889323520 5308 996147200 134512640 134550932 4294955936 18446744073709551615 102549389 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25894/tid=25897] ppid=25893 vsize=868480 CPUtime=0
/proc/25894/task/25897/stat : 25897 (java) S 25893 25880 25575 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 25223364 889323520 5308 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25894/tid=25898] ppid=25893 vsize=868480 CPUtime=0
/proc/25894/task/25898/stat : 25898 (java) S 25893 25880 25575 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 25223364 889323520 5308 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25894/tid=25899] ppid=25893 vsize=868480 CPUtime=0
/proc/25894/task/25899/stat : 25899 (java) S 25893 25880 25575 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25223366 889323520 5308 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25894/tid=25900] ppid=25893 vsize=868480 CPUtime=0.14
/proc/25894/task/25900/stat : 25900 (java) S 25893 25880 25575 0 -1 64 1477 0 0 0 14 0 0 0 16 0 9 0 25223366 889323520 5308 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25894/tid=25901] ppid=25893 vsize=868480 CPUtime=0
/proc/25894/task/25901/stat : 25901 (java) S 25893 25880 25575 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25223366 889323520 5308 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25894/tid=25902] ppid=25893 vsize=868480 CPUtime=0
/proc/25894/task/25902/stat : 25902 (java) S 25893 25880 25575 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25223366 889323520 5308 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 890704

[startup+3.1029 s]
/proc/loadavg: 1.92 2.03 2.01 3/95 25902
/proc/meminfo: memFree=1565760/2055920 swapFree=4192812/4192956
[pid=25880] ppid=25878 vsize=16868 CPUtime=0.85
/proc/25880/stat : 25880 (sugar) S 25878 25880 25575 0 -1 4194304 1310 7426 0 1 5 2 72 6 15 0 1 0 25223268 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25880/statm: 4217 1111 409 3 0 796 0
[pid=25893] ppid=25880 vsize=5356 CPUtime=0
/proc/25893/stat : 25893 (sh) S 25880 25880 25575 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25223361 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25893/statm: 1339 233 193 169 0 50 0
[pid=25894] ppid=25893 vsize=868680 CPUtime=2.12
/proc/25894/stat : 25894 (java) S 25893 25880 25575 0 -1 0 8527 0 1 0 198 14 0 0 18 0 9 0 25223362 889528320 7388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25894/statm: 217170 7388 2590 9 0 211647 0
[pid=25894/tid=25895] ppid=25893 vsize=868680 CPUtime=1.54
/proc/25894/task/25895/stat : 25895 (java) R 25893 25880 25575 0 -1 64 3074 0 1 0 145 9 0 0 25 0 9 0 25223363 889528320 7388 996147200 134512640 134550932 4294955936 18446744073709551615 102094007 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25894/tid=25896] ppid=25893 vsize=868680 CPUtime=0.33
/proc/25894/task/25896/stat : 25896 (java) S 25893 25880 25575 0 -1 64 3229 0 0 0 30 3 0 0 16 0 9 0 25223364 889528320 7388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25894/tid=25897] ppid=25893 vsize=868680 CPUtime=0
/proc/25894/task/25897/stat : 25897 (java) S 25893 25880 25575 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25223364 889528320 7388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25894/tid=25898] ppid=25893 vsize=868680 CPUtime=0
/proc/25894/task/25898/stat : 25898 (java) S 25893 25880 25575 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25223364 889528320 7388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25894/tid=25899] ppid=25893 vsize=868680 CPUtime=0
/proc/25894/task/25899/stat : 25899 (java) S 25893 25880 25575 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25223366 889528320 7388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25894/tid=25900] ppid=25893 vsize=868680 CPUtime=0.22
/proc/25894/task/25900/stat : 25900 (java) S 25893 25880 25575 0 -1 64 1526 0 0 0 22 0 0 0 16 0 9 0 25223366 889528320 7388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25894/tid=25901] ppid=25893 vsize=868680 CPUtime=0
/proc/25894/task/25901/stat : 25901 (java) S 25893 25880 25575 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25223366 889528320 7388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25894/tid=25902] ppid=25893 vsize=868680 CPUtime=0
/proc/25894/task/25902/stat : 25902 (java) S 25893 25880 25575 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25223366 889528320 7388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 890904

[startup+6.30136 s]
/proc/loadavg: 1.93 2.03 2.01 3/87 25904
/proc/meminfo: memFree=1536704/2055920 swapFree=4192812/4192956
[pid=25880] ppid=25878 vsize=16868 CPUtime=3.34
/proc/25880/stat : 25880 (sugar) S 25878 25880 25575 0 -1 4194304 1376 16356 0 2 5 2 303 24 15 0 1 0 25223268 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25880/statm: 4217 1113 409 3 0 796 0
[pid=25903] ppid=25880 vsize=5356 CPUtime=0
/proc/25903/stat : 25903 (sh) S 25880 25880 25575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25223617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25903/statm: 1339 232 193 169 0 50 0
[pid=25904] ppid=25903 vsize=38184 CPUtime=2.77
/proc/25904/stat : 25904 (minisat) R 25903 25880 25575 0 -1 4194304 9115 0 0 0 272 5 0 0 25 0 1 0 25223618 39100416 9101 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25904/statm: 9546 9101 76 150 0 9393 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 60408

[startup+12.7023 s]
/proc/loadavg: 1.93 2.03 2.01 3/87 25904
/proc/meminfo: memFree=1532360/2055920 swapFree=4192812/4192956
[pid=25880] ppid=25878 vsize=16868 CPUtime=3.34
/proc/25880/stat : 25880 (sugar) S 25878 25880 25575 0 -1 4194304 1376 16356 0 2 5 2 303 24 16 0 1 0 25223268 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25880/statm: 4217 1113 409 3 0 796 0
[pid=25903] ppid=25880 vsize=5356 CPUtime=0
/proc/25903/stat : 25903 (sh) S 25880 25880 25575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25223617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25903/statm: 1339 232 193 169 0 50 0
[pid=25904] ppid=25903 vsize=42032 CPUtime=8.96
/proc/25904/stat : 25904 (minisat) R 25903 25880 25575 0 -1 4194304 10075 0 0 0 890 6 0 0 25 0 1 0 25223618 43040768 10061 996147200 134512640 135127466 4294956256 18446744073709551615 134530587 0 0 4096 3 0 0 0 17 0 0 0
/proc/25904/statm: 10508 10061 76 150 0 10355 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 64256

[startup+25.5011 s]
/proc/loadavg: 1.95 2.03 2.01 3/87 25904
/proc/meminfo: memFree=1476616/2055920 swapFree=4192812/4192956
[pid=25880] ppid=25878 vsize=16868 CPUtime=3.34
/proc/25880/stat : 25880 (sugar) S 25878 25880 25575 0 -1 4194304 1376 16356 0 2 5 2 303 24 16 0 1 0 25223268 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25880/statm: 4217 1113 409 3 0 796 0
[pid=25903] ppid=25880 vsize=5356 CPUtime=0
/proc/25903/stat : 25903 (sh) S 25880 25880 25575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25223617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25903/statm: 1339 232 193 169 0 50 0
[pid=25904] ppid=25903 vsize=48208 CPUtime=21.76
/proc/25904/stat : 25904 (minisat) R 25903 25880 25575 0 -1 4194304 11609 0 0 0 2167 9 0 0 25 0 1 0 25223618 49364992 11595 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25904/statm: 12052 11595 76 150 0 11899 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 70432

[startup+51.1017 s]
/proc/loadavg: 1.96 2.02 2.01 3/87 25904
/proc/meminfo: memFree=1469768/2055920 swapFree=4192812/4192956
[pid=25880] ppid=25878 vsize=16868 CPUtime=3.34
/proc/25880/stat : 25880 (sugar) S 25878 25880 25575 0 -1 4194304 1376 16356 0 2 5 2 303 24 16 0 1 0 25223268 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25880/statm: 4217 1113 409 3 0 796 0
[pid=25903] ppid=25880 vsize=5356 CPUtime=0
/proc/25903/stat : 25903 (sh) S 25880 25880 25575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25223617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25903/statm: 1339 232 193 169 0 50 0
[pid=25904] ppid=25903 vsize=55096 CPUtime=47.34
/proc/25904/stat : 25904 (minisat) R 25903 25880 25575 0 -1 4194304 13333 0 0 0 4724 10 0 0 25 0 1 0 25223618 56418304 13319 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/25904/statm: 13774 13319 76 150 0 13621 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 77320

[startup+102.307 s]
/proc/loadavg: 1.98 2.02 2.00 3/87 25904
/proc/meminfo: memFree=1459976/2055920 swapFree=4192812/4192956
[pid=25880] ppid=25878 vsize=16868 CPUtime=3.34
/proc/25880/stat : 25880 (sugar) S 25878 25880 25575 0 -1 4194304 1376 16356 0 2 5 2 303 24 16 0 1 0 25223268 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25880/statm: 4217 1113 409 3 0 796 0
[pid=25903] ppid=25880 vsize=5356 CPUtime=0
/proc/25903/stat : 25903 (sh) S 25880 25880 25575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25223617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25903/statm: 1339 232 193 169 0 50 0
[pid=25904] ppid=25903 vsize=64960 CPUtime=98.52
/proc/25904/stat : 25904 (minisat) R 25903 25880 25575 0 -1 4194304 15746 0 0 0 9840 12 0 0 25 0 1 0 25223618 66519040 15732 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25904/statm: 16240 15732 76 150 0 16087 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 87184

[startup+162.302 s]
/proc/loadavg: 2.05 2.03 2.00 3/87 25904
/proc/meminfo: memFree=1451336/2055920 swapFree=4192812/4192956
[pid=25880] ppid=25878 vsize=16868 CPUtime=3.34
/proc/25880/stat : 25880 (sugar) S 25878 25880 25575 0 -1 4194304 1376 16356 0 2 5 2 303 24 16 0 1 0 25223268 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25880/statm: 4217 1113 409 3 0 796 0
[pid=25903] ppid=25880 vsize=5356 CPUtime=0
/proc/25903/stat : 25903 (sh) S 25880 25880 25575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25223617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1261640/2055920 swapFree=4192812/4192956
[pid=25880] ppid=25878 vsize=16868 CPUtime=3.34
/proc/25880/stat : 25880 (sugar) S 25878 25880 25575 0 -1 4194304 1376 16356 0 2 5 2 303 24 16 0 1 0 25223268 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25880/statm: 4217 1113 409 3 0 796 0
[pid=25903] ppid=25880 vsize=5356 CPUtime=0
/proc/25903/stat : 25903 (sh) S 25880 25880 25575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25223617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25903/statm: 1339 232 193 169 0 50 0
[pid=25904] ppid=25903 vsize=166828 CPUtime=1294.27
/proc/25904/stat : 25904 (minisat) R 25903 25880 25575 0 -1 4194304 40309 0 0 0 129386 41 0 0 25 0 1 0 25223618 170831872 40295 996147200 134512640 135127466 4294956256 18446744073709551615 134528592 0 0 4096 3 0 0 0 17 1 0 0
/proc/25904/statm: 41707 40295 76 150 0 41554 0
Current children cumulated CPU time (s) 1297.61
Current children cumulated vsize (KiB) 189052

[startup+1362.3 s]
/proc/loadavg: 2.16 2.09 2.03 3/87 25910
/proc/meminfo: memFree=1258440/2055920 swapFree=4192812/4192956
[pid=25880] ppid=25878 vsize=16868 CPUtime=3.34
/proc/25880/stat : 25880 (sugar) S 25878 25880 25575 0 -1 4194304 1376 16356 0 2 5 2 303 24 16 0 1 0 25223268 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25880/statm: 4217 1113 409 3 0 796 0
[pid=25903] ppid=25880 vsize=5356 CPUtime=0
/proc/25903/stat : 25903 (sh) S 25880 25880 25575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25223617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25903/statm: 1339 232 193 169 0 50 0
[pid=25904] ppid=25903 vsize=169856 CPUtime=1353.7
/proc/25904/stat : 25904 (minisat) R 25903 25880 25575 0 -1 4194304 41107 0 0 0 135328 42 0 0 25 0 1 0 25223618 173932544 41093 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25904/statm: 42464 41093 76 150 0 42311 0
Current children cumulated CPU time (s) 1357.04
Current children cumulated vsize (KiB) 192080

[startup+1422.31 s]
/proc/loadavg: 2.11 2.09 2.03 3/87 25910
/proc/meminfo: memFree=1254856/2055920 swapFree=4192812/4192956
[pid=25880] ppid=25878 vsize=16868 CPUtime=3.34
/proc/25880/stat : 25880 (sugar) S 25878 25880 25575 0 -1 4194304 1376 16356 0 2 5 2 303 24 16 0 1 0 25223268 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25880/statm: 4217 1113 409 3 0 796 0
[pid=25903] ppid=25880 vsize=5356 CPUtime=0
/proc/25903/stat : 25903 (sh) S 25880 25880 25575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25223617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25903/statm: 1339 232 193 169 0 50 0
[pid=25904] ppid=25903 vsize=173276 CPUtime=1413.14
/proc/25904/stat : 25904 (minisat) R 25903 25880 25575 0 -1 4194304 41980 0 0 0 141270 44 0 0 25 0 1 0 25223618 177434624 41966 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/25904/statm: 43319 41966 76 150 0 43166 0
Current children cumulated CPU time (s) 1416.48
Current children cumulated vsize (KiB) 195500

[startup+1482.3 s]
/proc/loadavg: 2.14 2.10 2.03 3/84 25954
/proc/meminfo: memFree=1520464/2055920 swapFree=4192812/4192956
[pid=25880] ppid=25878 vsize=16868 CPUtime=3.34
/proc/25880/stat : 25880 (sugar) S 25878 25880 25575 0 -1 4194304 1376 16356 0 2 5 2 303 24 16 0 1 0 25223268 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25880/statm: 4217 1113 409 3 0 796 0
[pid=25903] ppid=25880 vsize=5356 CPUtime=0
/proc/25903/stat : 25903 (sh) S 25880 25880 25575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25223617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25903/statm: 1339 232 193 169 0 50 0
[pid=25904] ppid=25903 vsize=176980 CPUtime=1472.53
/proc/25904/stat : 25904 (minisat) R 25903 25880 25575 0 -1 4194304 42869 0 0 0 147207 46 0 0 25 0 1 0 25223618 181227520 42855 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25904/statm: 44245 42855 76 150 0 44092 0
Current children cumulated CPU time (s) 1475.87
Current children cumulated vsize (KiB) 199204

[startup+1542.3 s]
/proc/loadavg: 2.05 2.08 2.03 3/84 25954
/proc/meminfo: memFree=1517328/2055920 swapFree=4192812/4192956
[pid=25880] ppid=25878 vsize=16868 CPUtime=3.34
/proc/25880/stat : 25880 (sugar) S 25878 25880 25575 0 -1 4194304 1376 16356 0 2 5 2 303 24 16 0 1 0 25223268 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25880/statm: 4217 1113 409 3 0 796 0
[pid=25903] ppid=25880 vsize=5356 CPUtime=0
/proc/25903/stat : 25903 (sh) S 25880 25880 25575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25223617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25903/statm: 1339 232 193 169 0 50 0
[pid=25904] ppid=25903 vsize=179940 CPUtime=1532.5
/proc/25904/stat : 25904 (minisat) R 25903 25880 25575 0 -1 4194304 43635 0 0 0 153204 46 0 0 25 0 1 0 25223618 184258560 43621 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/25904/statm: 44985 43621 76 150 0 44832 0
Current children cumulated CPU time (s) 1535.84
Current children cumulated vsize (KiB) 202164

[startup+1602.3 s]
/proc/loadavg: 2.02 2.06 2.02 3/84 25954
/proc/meminfo: memFree=1514576/2055920 swapFree=4192812/4192956
[pid=25880] ppid=25878 vsize=16868 CPUtime=3.34
/proc/25880/stat : 25880 (sugar) S 25878 25880 25575 0 -1 4194304 1376 16356 0 2 5 2 303 24 16 0 1 0 25223268 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25880/statm: 4217 1113 409 3 0 796 0
[pid=25903] ppid=25880 vsize=5356 CPUtime=0
/proc/25903/stat : 25903 (sh) S 25880 25880 25575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25223617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25903/statm: 1339 232 193 169 0 50 0
[pid=25904] ppid=25903 vsize=182684 CPUtime=1592.48
/proc/25904/stat : 25904 (minisat) R 25903 25880 25575 0 -1 4194304 44310 0 0 0 159201 47 0 0 25 0 1 0 25223618 187068416 44296 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25904/statm: 45671 44296 76 150 0 45518 0
Current children cumulated CPU time (s) 1595.82
Current children cumulated vsize (KiB) 204908

[startup+1662.3 s]
/proc/loadavg: 2.00 2.05 2.02 3/84 25954
/proc/meminfo: memFree=1511184/2055920 swapFree=4192812/4192956
[pid=25880] ppid=25878 vsize=16868 CPUtime=3.34
/proc/25880/stat : 25880 (sugar) S 25878 25880 25575 0 -1 4194304 1376 16356 0 2 5 2 303 24 16 0 1 0 25223268 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25880/statm: 4217 1113 409 3 0 796 0
[pid=25903] ppid=25880 vsize=5356 CPUtime=0
/proc/25903/stat : 25903 (sh) S 25880 25880 25575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25223617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25903/statm: 1339 232 193 169 0 50 0
[pid=25904] ppid=25903 vsize=185752 CPUtime=1652.46
/proc/25904/stat : 25904 (minisat) R 25903 25880 25575 0 -1 4194304 45103 0 0 0 165198 48 0 0 25 0 1 0 25223618 190210048 45089 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25904/statm: 46438 45089 76 150 0 46285 0
Current children cumulated CPU time (s) 1655.8
Current children cumulated vsize (KiB) 207976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/84 25954
/proc/meminfo: memFree=1508752/2055920 swapFree=4192812/4192956
[pid=25880] ppid=25878 vsize=16868 CPUtime=3.34
/proc/25880/stat : 25880 (sugar) S 25878 25880 25575 0 -1 4194304 1376 16356 0 2 5 2 303 24 16 0 1 0 25223268 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25880/statm: 4217 1113 409 3 0 796 0
[pid=25903] ppid=25880 vsize=5356 CPUtime=0
/proc/25903/stat : 25903 (sh) S 25880 25880 25575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25223617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25903/statm: 1339 232 193 169 0 50 0
[pid=25904] ppid=25903 vsize=188108 CPUtime=1712.43
/proc/25904/stat : 25904 (minisat) R 25903 25880 25575 0 -1 4194304 45703 0 0 0 171195 48 0 0 25 0 1 0 25223618 192622592 45689 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25904/statm: 47027 45689 76 150 0 46874 0
Current children cumulated CPU time (s) 1715.77
Current children cumulated vsize (KiB) 210332

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 25954
/proc/meminfo: memFree=1506200/2055920 swapFree=4192812/4192956
[pid=25880] ppid=25878 vsize=16868 CPUtime=3.34
/proc/25880/stat : 25880 (sugar) S 25878 25880 25575 0 -1 4194304 1376 16356 0 2 5 2 303 24 16 0 1 0 25223268 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25880/statm: 4217 1113 409 3 0 796 0
[pid=25903] ppid=25880 vsize=5356 CPUtime=0
/proc/25903/stat : 25903 (sh) S 25880 25880 25575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25223617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25903/statm: 1339 232 193 169 0 50 0
[pid=25904] ppid=25903 vsize=190880 CPUtime=1772.41
/proc/25904/stat : 25904 (minisat) R 25903 25880 25575 0 -1 4194304 46344 0 0 0 177192 49 0 0 25 0 1 0 25223618 195461120 46330 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25904/statm: 47720 46330 76 150 0 47567 0
Current children cumulated CPU time (s) 1775.75
Current children cumulated vsize (KiB) 213104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.6 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 25954
/proc/meminfo: memFree=1505240/2055920 swapFree=4192812/4192956
[pid=25880] ppid=25878 vsize=16868 CPUtime=3.34
/proc/25880/stat : 25880 (sugar) S 25878 25880 25575 0 -1 4194304 1376 16356 0 2 5 2 303 24 16 0 1 0 25223268 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25880/statm: 4217 1113 409 3 0 796 0
[pid=25903] ppid=25880 vsize=5356 CPUtime=0
/proc/25903/stat : 25903 (sh) S 25880 25880 25575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25223617 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25903/statm: 1339 232 193 169 0 50 0
[pid=25904] ppid=25903 vsize=191824 CPUtime=1796.69
/proc/25904/stat : 25904 (minisat) R 25903 25880 25575 0 -1 4194304 46578 0 0 0 179620 49 0 0 25 0 1 0 25223618 196427776 46564 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/25904/statm: 47956 46564 76 150 0 47803 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 214048

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25880 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=91530
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=275958
# CPU time returned by wait4() is 3.36749
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1806.64
CPU time (s): 1800.03
CPU user time (s): 1799.28
CPU system time (s): 0.75
CPU usage (%): 99.6339
Max. virtual memory (cumulated for all children) (KiB): 890980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.09153
system time used= 0.275958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18115
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5802
involuntary context switches= 5718

runsolver used 2.03369 second user time and 5.95609 second system time

The end

Launcher Data

Begin job on node49 at 2009-07-12 08:53:49
IDJOB=2085404
IDBENCH=58406
IDSOLVER=739
FILE ID=node49/2085404-1247381629
PBS_JOBID= 9507241
Free space on /tmp= 66420 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/graphColoring/sgb/miles/normalized-miles1500-72.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-2085404-1247381629/watcher-2085404-1247381629 -o /tmp/evaluation-result-2085404-1247381629/solver-2085404-1247381629 -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-2085404-1247381629.xml

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

MD5SUM BENCH= 6b9f5310a6fc5cbdc233441298f62b93
RANDOM SEED=1582679948

node49.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.232
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.232
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:       1591032 kB
Buffers:         60328 kB
Cached:         184472 kB
SwapCached:          0 kB
Active:         295404 kB
Inactive:       103676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1591032 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1884 kB
Writeback:           0 kB
Mapped:         170024 kB
Slab:            50720 kB
Committed_AS:   908032 kB
PageTables:       2036 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66420 MiB
End job on node49 at 2009-07-12 09:23:58