Trace number 1090182

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 1800.06 1801.55

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.181972
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 (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 17:10:04 2008
0.00/0.05	c 0	PID 1392
0.00/0.05	c 0	HOST node37.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1090182-1215270603.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1090182-1215270603.xml' 'HOME/temp.csp'
0.03/0.85	c 0	1 domains, 128 variables, 1 predicates, 0 relations, 5198 constraints
0.03/0.89	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.89	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.82/0.97	c 0	Parsing HOME/temp.csp
1.11/1.22	c 1	parsed 5328 expressions
1.11/1.23	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.11/1.23	c 1	Converting to clausal form CSP
1.31/1.41	c 1	converted 533 (10%) expressions
1.31/1.45	c 1	converted 1066 (20%) expressions
1.31/1.47	c 1	converted 1599 (30%) expressions
1.31/1.48	c 1	converted 2132 (40%) expressions
1.31/1.50	c 1	converted 2664 (50%) expressions
1.40/1.51	c 1	converted 3197 (60%) expressions
1.40/1.53	c 1	converted 3730 (70%) expressions
1.40/1.54	c 1	converted 4263 (80%) expressions
1.40/1.55	c 1	converted 4796 (90%) expressions
1.50/1.62	c 1	converted 5328 (100%) expressions
1.50/1.62	c 1	CSP : 128 integers, 0 booleans, 5198 clauses, largest domain size 72
1.50/1.62	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.50/1.62	c 1	Propagation in CSP
1.50/1.68	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.50/1.68	c 1	CSP : 128 integers, 0 booleans, 5198 clauses, largest domain size 72
1.50/1.68	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.50/1.68	c 1	Simplifing CSP by introducing new Boolean variables
1.70/1.80	c 1	CSP : 128 integers, 10396 booleans, 15594 clauses, largest domain size 72
1.70/1.80	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.70/1.86	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.70/1.89	c 1	13 (10%) CSP integer variables are encoded (910 clauses, 9862 bytes)
1.70/1.89	c 1	26 (20%) CSP integer variables are encoded (1820 clauses, 21543 bytes)
1.70/1.89	c 1	39 (30%) CSP integer variables are encoded (2730 clauses, 33373 bytes)
1.70/1.89	c 1	52 (40%) CSP integer variables are encoded (3640 clauses, 45203 bytes)
1.70/1.89	c 1	64 (50%) CSP integer variables are encoded (4480 clauses, 56123 bytes)
1.70/1.90	c 1	77 (60%) CSP integer variables are encoded (5390 clauses, 67953 bytes)
1.70/1.90	c 1	90 (70%) CSP integer variables are encoded (6300 clauses, 79783 bytes)
1.70/1.90	c 1	103 (80%) CSP integer variables are encoded (7210 clauses, 91613 bytes)
1.80/1.90	c 1	116 (90%) CSP integer variables are encoded (8120 clauses, 103443 bytes)
1.80/1.90	c 1	128 (100%) CSP integer variables are encoded (8960 clauses, 114363 bytes)
1.89/2.09	c 2	1560 (10%) CSP clauses are encoded (84360 clauses, 1440372 bytes)
2.09/2.25	c 2	3119 (20%) CSP clauses are encoded (159759 clauses, 2862894 bytes)
2.28/2.41	c 2	4679 (30%) CSP clauses are encoded (235159 clauses, 4356334 bytes)
2.38/2.55	c 2	6238 (40%) CSP clauses are encoded (310487 clauses, 5848345 bytes)
2.58/2.70	c 2	7797 (50%) CSP clauses are encoded (385815 clauses, 7340356 bytes)
2.68/2.84	c 2	9357 (60%) CSP clauses are encoded (461215 clauses, 8833796 bytes)
2.78/2.98	c 2	10916 (70%) CSP clauses are encoded (536614 clauses, 10327222 bytes)
2.98/3.13	c 3	12476 (80%) CSP clauses are encoded (612014 clauses, 11820662 bytes)
3.07/3.28	c 3	14035 (90%) CSP clauses are encoded (687342 clauses, 13312673 bytes)
3.27/3.42	c 3	15594 (100%) CSP clauses are encoded (762670 clauses, 14804684 bytes)
3.27/3.42	c 3	15594 CSP clauses encoded
3.27/3.42	c 3	Writing map file : HOME/temp.map
3.27/3.42	c 3	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.27/3.42	c 3	SAT : 19484 SAT variables, 762670 SAT clauses, 14804684 bytes
3.27/3.42	c 3	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.27/3.46	c 3	SOLVING HOME/temp.cnf
3.27/3.46	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.27/3.46	c 3	This is MiniSat 2.0 beta
3.27/3.46	c 3	WARNING: for repeatability, setting FPU to use double precision
3.27/3.46	c 3	============================[ Problem Statistics ]=============================
3.27/3.46	c 3	|                                                                             |
3.27/3.46	c 3	|  Number of variables:  19484                                                |
3.27/3.46	c 3	|  Number of clauses:    762670                                               |
3.32/3.87	c 3	|  Parsing time:         0.35         s                                       |
3.32/3.89	c 3	============================[ Search Statistics ]==============================
3.32/3.89	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.32/3.89	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.32/3.89	c 3	===============================================================================
3.32/3.89	c 3	|         0 |   19484   762670  2253060 |   254223        0    nan |  0.000 % |
3.32/4.06	c 4	|       102 |   19484   762670  2253060 |   279645      102     12 |  0.000 % |
3.32/4.15	c 4	|       253 |   19484   762670  2253060 |   307610      253     10 |  0.000 % |
3.32/4.26	c 4	|       478 |   19484   762670  2253060 |   338371      478      9 |  0.000 % |
4.15/4.38	c 4	|       816 |   19484   762670  2253060 |   372208      816     10 |  0.000 % |
4.34/4.54	c 4	|      1324 |   19484   762670  2253060 |   409429     1324     10 |  0.000 % |
4.44/4.63	c 4	|      2083 |   19484   762670  2253060 |   450372     2083      9 |  0.000 % |
4.64/4.81	c 4	|      3222 |   19484   762670  2253060 |   495409     3222      9 |  0.000 % |
4.74/4.97	c 4	|      4932 |   19484   762670  2253060 |   544950     4932      9 |  0.000 % |
5.04/5.21	c 5	|      7494 |   19484   762670  2253060 |   599445     7494      9 |  0.000 % |
5.33/5.54	c 5	|     11338 |   19484   762670  2253060 |   659389    11338     10 |  0.000 % |
5.93/6.18	c 6	|     17104 |   19484   762670  2253060 |   725328    17104     11 |  0.000 % |
6.70/6.96	c 6	|     25753 |   19484   762670  2253060 |   797861    25753     11 |  0.000 % |
8.00/8.22	c 8	|     38727 |   19484   762670  2253060 |   877647    38727     11 |  0.000 % |
11.16/11.49	c 11	|     58190 |   19484   762670  2253060 |   965412    58190     12 |  0.000 % |
17.09/17.42	c 17	|     87383 |   19484   762670  2253060 |  1061953    87383     13 |  0.000 % |
26.99/27.50	c 27	|    131172 |   19484   762670  2253060 |  1168149   131172     14 |  0.000 % |
57.77/58.55	c 58	|    196856 |   19484   762670  2253060 |  1284964   196856     16 |  0.000 % |
129.98/130.83	c 130	|    295382 |   19484   762670  2253060 |  1413460   295382     17 |  0.000 % |
272.82/273.73	c 273	|    443172 |   19484   762670  2253060 |  1554806   443172     19 |  0.000 % |
511.94/512.93	c 512	|    664855 |   19484   762670  2253060 |  1710287   664855     20 |  0.000 % |
1083.92/1085.13	c 1085	|    997380 |   19484   762670  2253060 |  1881316   997380     20 |  0.000 % |
1800.06/1801.52	c ERROR INTERRUPTED
1800.06/1801.54	s UNKNOWN
1800.06/1801.54	c 1801	CPU 3.08 (0.03 0.01 3.05 0.23)
1800.06/1801.54	c 1801	END Sat Jul  5 17:40:05 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1090182-1215270603/watcher-1090182-1215270603 -o /tmp/evaluation-result-1090182-1215270603/solver-1090182-1215270603 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1090182-1215270603.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.99 1.99 4/87 1392
/proc/meminfo: memFree=1669392/2055920 swapFree=4179948/4192956
[pid=1392] ppid=1390 vsize=18572 CPUtime=0
/proc/1392/stat : 1392 (runsolver) R 1390 1392 733 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2006033597 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 213116316967 0 0 4096 24578 0 0 0 17 1 0 0
/proc/1392/statm: 4643 292 257 25 0 2626 0

[startup+0.080652 s]
/proc/loadavg: 1.92 1.99 1.99 4/87 1392
/proc/meminfo: memFree=1669392/2055920 swapFree=4179948/4192956
[pid=1392] ppid=1390 vsize=13600 CPUtime=0.03
/proc/1392/stat : 1392 (sugar) S 1390 1392 733 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006033597 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1392/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101741 s]
/proc/loadavg: 1.92 1.99 1.99 4/87 1392
/proc/meminfo: memFree=1669392/2055920 swapFree=4179948/4192956
[pid=1392] ppid=1390 vsize=13600 CPUtime=0.03
/proc/1392/stat : 1392 (sugar) S 1390 1392 733 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006033597 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1392/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301757 s]
/proc/loadavg: 1.92 1.99 1.99 4/87 1392
/proc/meminfo: memFree=1669392/2055920 swapFree=4179948/4192956
[pid=1392] ppid=1390 vsize=13600 CPUtime=0.03
/proc/1392/stat : 1392 (sugar) S 1390 1392 733 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006033597 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1392/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701809 s]
/proc/loadavg: 1.92 1.99 1.99 4/87 1392
/proc/meminfo: memFree=1669392/2055920 swapFree=4179948/4192956
[pid=1392] ppid=1390 vsize=13600 CPUtime=0.03
/proc/1392/stat : 1392 (sugar) S 1390 1392 733 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006033597 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1392/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50289 s]
/proc/loadavg: 1.92 1.99 1.99 5/98 1414
/proc/meminfo: memFree=1662584/2055920 swapFree=4179948/4192956
[pid=1392] ppid=1390 vsize=13600 CPUtime=0.82
/proc/1392/stat : 1392 (sugar) S 1390 1392 733 0 -1 4194304 973 7346 0 1 3 1 74 4 15 0 1 0 2006033597 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1392/statm: 3400 797 370 3 0 500 0
[pid=1405] ppid=1392 vsize=5356 CPUtime=0
/proc/1405/stat : 1405 (sh) S 1392 1392 733 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006033686 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1405/statm: 1339 233 193 169 0 50 0
[pid=1406] ppid=1405 vsize=868368 CPUtime=0.58
/proc/1406/stat : 1406 (java) S 1405 1392 733 0 -1 0 5572 0 1 0 54 4 0 0 18 0 9 0 2006033686 889208832 4980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1406/statm: 217092 4980 1734 9 0 211667 0
[pid=1406/tid=1407] ppid=1405 vsize=868368 CPUtime=0.33
/proc/1406/task/1407/stat : 1407 (java) R 1405 1392 733 0 -1 64 2658 0 1 0 32 1 0 0 22 0 9 0 2006033687 889208832 4980 996147200 134512640 134550740 4294955952 18446744073709551615 4126615268 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1406/tid=1408] ppid=1405 vsize=868368 CPUtime=0.04
/proc/1406/task/1408/stat : 1408 (java) S 1405 1392 733 0 -1 64 772 0 0 0 4 0 0 0 16 0 9 0 2006033688 889208832 4980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1406/tid=1409] ppid=1405 vsize=868368 CPUtime=0
/proc/1406/task/1409/stat : 1409 (java) S 1405 1392 733 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2006033689 889208832 4980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1406/tid=1410] ppid=1405 vsize=868368 CPUtime=0
/proc/1406/task/1410/stat : 1410 (java) S 1405 1392 733 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2006033689 889208832 4980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1406/tid=1411] ppid=1405 vsize=868368 CPUtime=0
/proc/1406/task/1411/stat : 1411 (java) S 1405 1392 733 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006033691 889208832 4980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1406/tid=1412] ppid=1405 vsize=868368 CPUtime=0.18
/proc/1406/task/1412/stat : 1412 (java) S 1405 1392 733 0 -1 64 1451 0 0 0 17 1 0 0 16 0 9 0 2006033691 889208832 4980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1406/tid=1413] ppid=1405 vsize=868368 CPUtime=0
/proc/1406/task/1413/stat : 1413 (java) S 1405 1392 733 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006033691 889208832 4980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1406/tid=1414] ppid=1405 vsize=868368 CPUtime=0
/proc/1406/task/1414/stat : 1414 (java) S 1405 1392 733 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006033691 889208832 4980 996147200 134512640 134550740 4294955952 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) 887324

[startup+3.10206 s]
/proc/loadavg: 1.92 1.99 1.99 3/98 1414
/proc/meminfo: memFree=1645752/2055920 swapFree=4179948/4192956
[pid=1392] ppid=1390 vsize=13600 CPUtime=0.82
/proc/1392/stat : 1392 (sugar) S 1390 1392 733 0 -1 4194304 974 7346 0 1 3 1 74 4 15 0 1 0 2006033597 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1392/statm: 3400 797 370 3 0 500 0
[pid=1405] ppid=1392 vsize=5356 CPUtime=0
/proc/1405/stat : 1405 (sh) S 1392 1392 733 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006033686 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1405/statm: 1339 233 193 169 0 50 0
[pid=1406] ppid=1405 vsize=868480 CPUtime=2.16
/proc/1406/stat : 1406 (java) S 1405 1392 733 0 -1 0 8565 0 1 0 201 15 0 0 18 0 9 0 2006033686 889323520 7440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1406/statm: 217120 7440 2565 9 0 211667 0
[pid=1406/tid=1407] ppid=1405 vsize=868480 CPUtime=1.54
/proc/1406/task/1407/stat : 1407 (java) R 1405 1392 733 0 -1 64 3049 0 1 0 145 9 0 0 25 0 9 0 2006033687 889323520 7440 996147200 134512640 134550740 4294955952 18446744073709551615 4126947080 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1406/tid=1408] ppid=1405 vsize=868480 CPUtime=0.33
/proc/1406/task/1408/stat : 1408 (java) S 1405 1392 733 0 -1 64 3327 0 0 0 30 3 0 0 16 0 9 0 2006033688 889323520 7440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1406/tid=1409] ppid=1405 vsize=868480 CPUtime=0
/proc/1406/task/1409/stat : 1409 (java) S 1405 1392 733 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006033689 889323520 7440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1406/tid=1410] ppid=1405 vsize=868480 CPUtime=0
/proc/1406/task/1410/stat : 1410 (java) S 1405 1392 733 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006033689 889323520 7440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1406/tid=1411] ppid=1405 vsize=868480 CPUtime=0
/proc/1406/task/1411/stat : 1411 (java) S 1405 1392 733 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006033691 889323520 7440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1406/tid=1412] ppid=1405 vsize=868480 CPUtime=0.26
/proc/1406/task/1412/stat : 1412 (java) S 1405 1392 733 0 -1 64 1497 0 0 0 25 1 0 0 16 0 9 0 2006033691 889323520 7440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1406/tid=1413] ppid=1405 vsize=868480 CPUtime=0
/proc/1406/task/1413/stat : 1413 (java) S 1405 1392 733 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006033691 889323520 7440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1406/tid=1414] ppid=1405 vsize=868480 CPUtime=0
/proc/1406/task/1414/stat : 1414 (java) S 1405 1392 733 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006033691 889323520 7440 996147200 134512640 134550740 4294955952 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) 887436

[startup+6.30141 s]
/proc/loadavg: 1.93 1.99 1.99 3/90 1416
/proc/meminfo: memFree=1616504/2055920 swapFree=4179948/4192956
[pid=1392] ppid=1390 vsize=13600 CPUtime=3.32
/proc/1392/stat : 1392 (sugar) S 1390 1392 733 0 -1 4194304 1032 16305 0 2 3 1 305 23 15 0 1 0 2006033597 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1392/statm: 3400 798 370 3 0 500 0
[pid=1415] ppid=1392 vsize=5356 CPUtime=0
/proc/1415/stat : 1415 (sh) S 1392 1392 733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006033943 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1415/statm: 1339 232 193 169 0 50 0
[pid=1416] ppid=1415 vsize=38184 CPUtime=2.8
/proc/1416/stat : 1416 (minisat) R 1415 1392 733 0 -1 4194304 9125 0 0 0 274 6 0 0 25 0 1 0 2006033943 39100416 9111 996147200 134512640 135127466 4294956256 18446744073709551615 134528139 0 0 4096 3 0 0 0 17 1 0 0
/proc/1416/statm: 9546 9111 76 150 0 9393 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 57140

[startup+12.7021 s]
/proc/loadavg: 1.93 1.99 1.99 3/90 1416
/proc/meminfo: memFree=1612152/2055920 swapFree=4179948/4192956
[pid=1392] ppid=1390 vsize=13600 CPUtime=3.32
/proc/1392/stat : 1392 (sugar) S 1390 1392 733 0 -1 4194304 1032 16305 0 2 3 1 305 23 16 0 1 0 2006033597 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1392/statm: 3400 798 370 3 0 500 0
[pid=1415] ppid=1392 vsize=5356 CPUtime=0
/proc/1415/stat : 1415 (sh) S 1392 1392 733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006033943 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1415/statm: 1339 232 193 169 0 50 0
[pid=1416] ppid=1415 vsize=42428 CPUtime=9.12
/proc/1416/stat : 1416 (minisat) R 1415 1392 733 0 -1 4194304 10160 0 0 0 905 7 0 0 25 0 1 0 2006033943 43446272 10146 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/1416/statm: 10607 10146 76 150 0 10454 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 61384

[startup+25.5015 s]
/proc/loadavg: 1.95 1.99 1.99 3/90 1416
/proc/meminfo: memFree=1606328/2055920 swapFree=4179948/4192956
[pid=1392] ppid=1390 vsize=13600 CPUtime=3.32
/proc/1392/stat : 1392 (sugar) S 1390 1392 733 0 -1 4194304 1032 16305 0 2 3 1 305 23 16 0 1 0 2006033597 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1392/statm: 3400 798 370 3 0 500 0
[pid=1415] ppid=1392 vsize=5356 CPUtime=0
/proc/1415/stat : 1415 (sh) S 1392 1392 733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006033943 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1415/statm: 1339 232 193 169 0 50 0
[pid=1416] ppid=1415 vsize=48076 CPUtime=21.79
/proc/1416/stat : 1416 (minisat) R 1415 1392 733 0 -1 4194304 11597 0 0 0 2170 9 0 0 25 0 1 0 2006033943 49229824 11583 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/1416/statm: 12019 11583 76 150 0 11866 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 67032

[startup+51.1013 s]
/proc/loadavg: 1.96 1.99 1.99 3/90 1416
/proc/meminfo: memFree=1599736/2055920 swapFree=4179948/4192956
[pid=1392] ppid=1390 vsize=13600 CPUtime=3.32
/proc/1392/stat : 1392 (sugar) S 1390 1392 733 0 -1 4194304 1032 16305 0 2 3 1 305 23 16 0 1 0 2006033597 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1392/statm: 3400 798 370 3 0 500 0
[pid=1415] ppid=1392 vsize=5356 CPUtime=0
/proc/1415/stat : 1415 (sh) S 1392 1392 733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006033943 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1415/statm: 1339 232 193 169 0 50 0
[pid=1416] ppid=1415 vsize=54832 CPUtime=47.13
/proc/1416/stat : 1416 (minisat) R 1415 1392 733 0 -1 4194304 13263 0 0 0 4702 11 0 0 25 0 1 0 2006033943 56147968 13249 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/1416/statm: 13708 13249 76 150 0 13555 0
Current children cumulated CPU time (s) 50.45
Current children cumulated vsize (KiB) 73788

[startup+102.307 s]
/proc/loadavg: 2.03 2.01 2.00 3/82 1605
/proc/meminfo: memFree=1598528/2055920 swapFree=4179948/4192956
[pid=1392] ppid=1390 vsize=13600 CPUtime=3.32
/proc/1392/stat : 1392 (sugar) S 1390 1392 733 0 -1 4194304 1032 16305 0 2 3 1 305 23 16 0 1 0 2006033597 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1392/statm: 3400 798 370 3 0 500 0
[pid=1415] ppid=1392 vsize=5356 CPUtime=0
/proc/1415/stat : 1415 (sh) S 1392 1392 733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006033943 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1415/statm: 1339 232 193 169 0 50 0
[pid=1416] ppid=1415 vsize=65100 CPUtime=98.18
/proc/1416/stat : 1416 (minisat) R 1415 1392 733 0 -1 4194304 15781 0 0 0 9800 18 0 0 25 0 1 0 2006033943 66662400 15767 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1416/statm: 16275 15767 76 150 0 16122 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 84056

[startup+162.301 s]
/proc/loadavg: 2.12 2.03 2.01 3/82 1605
/proc/meminfo: memFree=1589312/2055920 swapFree=4179948/4192956
[pid=1392] ppid=1390 vsize=13600 CPUtime=3.32
/proc/1392/stat : 1392 (sugar) S 1390 1392 733 0 -1 4194304 1032 16305 0 2 3 1 305 23 16 0 1 0 2006033597 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1392/statm: 3400 798 370 3 0 500 0
[pid=1415] ppid=1392 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1513720/2055920 swapFree=4179948/4192956
[pid=1392] ppid=1390 vsize=13600 CPUtime=3.32
/proc/1392/stat : 1392 (sugar) S 1390 1392 733 0 -1 4194304 1032 16305 0 2 3 1 305 23 16 0 1 0 2006033597 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1392/statm: 3400 798 370 3 0 500 0
[pid=1415] ppid=1392 vsize=5356 CPUtime=0
/proc/1415/stat : 1415 (sh) S 1392 1392 733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006033943 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1415/statm: 1339 232 193 169 0 50 0
[pid=1416] ppid=1415 vsize=178720 CPUtime=1357.69
/proc/1416/stat : 1416 (minisat) R 1415 1392 733 0 -1 4194304 43321 0 0 0 135722 47 0 0 25 0 1 0 2006033943 183009280 43307 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1416/statm: 44680 43307 76 150 0 44527 0
Current children cumulated CPU time (s) 1361.01
Current children cumulated vsize (KiB) 197676

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 1636
/proc/meminfo: memFree=1510584/2055920 swapFree=4179948/4192956
[pid=1392] ppid=1390 vsize=13600 CPUtime=3.32
/proc/1392/stat : 1392 (sugar) S 1390 1392 733 0 -1 4194304 1032 16305 0 2 3 1 305 23 16 0 1 0 2006033597 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1392/statm: 3400 798 370 3 0 500 0
[pid=1415] ppid=1392 vsize=5356 CPUtime=0
/proc/1415/stat : 1415 (sh) S 1392 1392 733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006033943 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1415/statm: 1339 232 193 169 0 50 0
[pid=1416] ppid=1415 vsize=181660 CPUtime=1417.68
/proc/1416/stat : 1416 (minisat) R 1415 1392 733 0 -1 4194304 44053 0 0 0 141720 48 0 0 25 0 1 0 2006033943 186019840 44039 996147200 134512640 135127466 4294956256 18446744073709551615 134530759 0 0 4096 3 0 0 0 17 0 0 0
/proc/1416/statm: 45415 44039 76 150 0 45262 0
Current children cumulated CPU time (s) 1421
Current children cumulated vsize (KiB) 200616

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 1636
/proc/meminfo: memFree=1507384/2055920 swapFree=4179948/4192956
[pid=1392] ppid=1390 vsize=13600 CPUtime=3.32
/proc/1392/stat : 1392 (sugar) S 1390 1392 733 0 -1 4194304 1032 16305 0 2 3 1 305 23 16 0 1 0 2006033597 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1392/statm: 3400 798 370 3 0 500 0
[pid=1415] ppid=1392 vsize=5356 CPUtime=0
/proc/1415/stat : 1415 (sh) S 1392 1392 733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006033943 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1415/statm: 1339 232 193 169 0 50 0
[pid=1416] ppid=1415 vsize=184900 CPUtime=1477.65
/proc/1416/stat : 1416 (minisat) R 1415 1392 733 0 -1 4194304 44865 0 0 0 147717 48 0 0 25 0 1 0 2006033943 189337600 44851 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1416/statm: 46225 44851 76 150 0 46072 0
Current children cumulated CPU time (s) 1480.97
Current children cumulated vsize (KiB) 203856

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1637
/proc/meminfo: memFree=1504880/2055920 swapFree=4179948/4192956
[pid=1392] ppid=1390 vsize=13600 CPUtime=3.32
/proc/1392/stat : 1392 (sugar) S 1390 1392 733 0 -1 4194304 1032 16305 0 2 3 1 305 23 16 0 1 0 2006033597 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1392/statm: 3400 798 370 3 0 500 0
[pid=1415] ppid=1392 vsize=5356 CPUtime=0
/proc/1415/stat : 1415 (sh) S 1392 1392 733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006033943 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1415/statm: 1339 232 193 169 0 50 0
[pid=1416] ppid=1415 vsize=187152 CPUtime=1537.63
/proc/1416/stat : 1416 (minisat) R 1415 1392 733 0 -1 4194304 45450 0 0 0 153714 49 0 0 25 0 1 0 2006033943 191643648 45436 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1416/statm: 46788 45436 76 150 0 46635 0
Current children cumulated CPU time (s) 1540.95
Current children cumulated vsize (KiB) 206108

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1637
/proc/meminfo: memFree=1502256/2055920 swapFree=4179948/4192956
[pid=1392] ppid=1390 vsize=13600 CPUtime=3.32
/proc/1392/stat : 1392 (sugar) S 1390 1392 733 0 -1 4194304 1032 16305 0 2 3 1 305 23 16 0 1 0 2006033597 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1392/statm: 3400 798 370 3 0 500 0
[pid=1415] ppid=1392 vsize=5356 CPUtime=0
/proc/1415/stat : 1415 (sh) S 1392 1392 733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006033943 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1415/statm: 1339 232 193 169 0 50 0
[pid=1416] ppid=1415 vsize=189868 CPUtime=1597.61
/proc/1416/stat : 1416 (minisat) R 1415 1392 733 0 -1 4194304 46112 0 0 0 159711 50 0 0 25 0 1 0 2006033943 194424832 46098 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1416/statm: 47467 46098 76 150 0 47314 0
Current children cumulated CPU time (s) 1600.93
Current children cumulated vsize (KiB) 208824

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1637
/proc/meminfo: memFree=1500016/2055920 swapFree=4179948/4192956
[pid=1392] ppid=1390 vsize=13600 CPUtime=3.32
/proc/1392/stat : 1392 (sugar) S 1390 1392 733 0 -1 4194304 1032 16305 0 2 3 1 305 23 16 0 1 0 2006033597 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1392/statm: 3400 798 370 3 0 500 0
[pid=1415] ppid=1392 vsize=5356 CPUtime=0
/proc/1415/stat : 1415 (sh) S 1392 1392 733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006033943 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1415/statm: 1339 232 193 169 0 50 0
[pid=1416] ppid=1415 vsize=192088 CPUtime=1657.58
/proc/1416/stat : 1416 (minisat) R 1415 1392 733 0 -1 4194304 46665 0 0 0 165708 50 0 0 25 0 1 0 2006033943 196698112 46651 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/1416/statm: 48022 46651 76 150 0 47869 0
Current children cumulated CPU time (s) 1660.9
Current children cumulated vsize (KiB) 211044

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1637
/proc/meminfo: memFree=1497904/2055920 swapFree=4179948/4192956
[pid=1392] ppid=1390 vsize=13600 CPUtime=3.32
/proc/1392/stat : 1392 (sugar) S 1390 1392 733 0 -1 4194304 1032 16305 0 2 3 1 305 23 16 0 1 0 2006033597 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1392/statm: 3400 798 370 3 0 500 0
[pid=1415] ppid=1392 vsize=5356 CPUtime=0
/proc/1415/stat : 1415 (sh) S 1392 1392 733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006033943 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1415/statm: 1339 232 193 169 0 50 0
[pid=1416] ppid=1415 vsize=194116 CPUtime=1717.56
/proc/1416/stat : 1416 (minisat) R 1415 1392 733 0 -1 4194304 47209 0 0 0 171705 51 0 0 25 0 1 0 2006033943 198774784 47195 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1416/statm: 48529 47195 76 150 0 48376 0
Current children cumulated CPU time (s) 1720.88
Current children cumulated vsize (KiB) 213072

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1637
/proc/meminfo: memFree=1495472/2055920 swapFree=4179948/4192956
[pid=1392] ppid=1390 vsize=13600 CPUtime=3.32
/proc/1392/stat : 1392 (sugar) S 1390 1392 733 0 -1 4194304 1032 16305 0 2 3 1 305 23 16 0 1 0 2006033597 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1392/statm: 3400 798 370 3 0 500 0
[pid=1415] ppid=1392 vsize=5356 CPUtime=0
/proc/1415/stat : 1415 (sh) S 1392 1392 733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006033943 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1415/statm: 1339 232 193 169 0 50 0
[pid=1416] ppid=1415 vsize=196632 CPUtime=1777.53
/proc/1416/stat : 1416 (minisat) R 1415 1392 733 0 -1 4194304 47794 0 0 0 177702 51 0 0 25 0 1 0 2006033943 201351168 47780 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1416/statm: 49158 47780 76 150 0 49005 0
Current children cumulated CPU time (s) 1780.85
Current children cumulated vsize (KiB) 215588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1637
/proc/meminfo: memFree=1494896/2055920 swapFree=4179948/4192956
[pid=1392] ppid=1390 vsize=13600 CPUtime=3.32
/proc/1392/stat : 1392 (sugar) S 1390 1392 733 0 -1 4194304 1032 16305 0 2 3 1 305 23 16 0 1 0 2006033597 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1392/statm: 3400 798 370 3 0 500 0
[pid=1415] ppid=1392 vsize=5356 CPUtime=0
/proc/1415/stat : 1415 (sh) S 1392 1392 733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006033943 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1415/statm: 1339 232 193 169 0 50 0
[pid=1416] ppid=1415 vsize=197208 CPUtime=1796.74
/proc/1416/stat : 1416 (minisat) R 1415 1392 733 0 -1 4194304 47942 0 0 0 179622 52 0 0 25 0 1 0 2006033943 201940992 47928 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1416/statm: 49302 47928 76 150 0 49149 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 216164

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

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

[startup+1801.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1637
/proc/meminfo: memFree=1494896/2055920 swapFree=4179948/4192956
[pid=1392] ppid=1390 vsize=13600 CPUtime=3.32
/proc/1392/stat : 1392 (sugar) S 1390 1392 733 0 -1 4194304 1032 16305 0 2 3 1 305 23 16 0 1 0 2006033597 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1392/statm: 3400 798 370 3 0 500 0
[pid=1415] ppid=1392 vsize=5356 CPUtime=0
/proc/1415/stat : 1415 (sh) S 1392 1392 733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006033943 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1415/statm: 1339 232 193 169 0 50 0
[pid=1416] ppid=1415 vsize=197208 CPUtime=1796.74
/proc/1416/stat : 1416 (minisat) R 1415 1392 733 0 -1 4194304 47942 0 0 0 179622 52 0 0 25 0 1 0 2006033943 201940992 47928 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1416/statm: 49302 47928 76 150 0 49149 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 216164

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1392 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=256960
# CPU time returned by wait4() is 3.34849
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.55
CPU time (s): 1800.06
CPU user time (s): 1799.3
CPU system time (s): 0.76
CPU usage (%): 99.9175
Max. virtual memory (cumulated for all children) (KiB): 887436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.09153
system time used= 0.25696
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17680
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= 4954
involuntary context switches= 4907

runsolver used 2.35964 second user time and 5.85211 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-05 17:10:03
IDJOB=1090182
IDBENCH=58406
IDSOLVER=346
FILE ID=node37/1090182-1215270603
PBS_JOBID= 7882216
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/sgb/miles/normalized-miles1500-72.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1090182-1215270603/watcher-1090182-1215270603 -o /tmp/evaluation-result-1090182-1215270603/solver-1090182-1215270603 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1090182-1215270603.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6b9f5310a6fc5cbdc233441298f62b93
RANDOM SEED=2029835737

node37.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
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.236
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:       1669872 kB
Buffers:         54172 kB
Cached:         215504 kB
SwapCached:       7220 kB
Active:         209316 kB
Inactive:       114840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1669872 kB
SwapTotal:     4192956 kB
SwapFree:      4179948 kB
Dirty:            1904 kB
Writeback:           0 kB
Mapped:          71988 kB
Slab:            46284 kB
Committed_AS:  3670232 kB
PageTables:       2460 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node37 at 2008-07-05 17:40:07