Trace number 1088796

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.05 1803.43

General information on the benchmark

Namecsp/graphColoring/register/zeroin/
normalized-zeroin-i-1-45.xml
MD5SUMf2c43533c0316bf728e6f2743f6e041d
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.150976
Satisfiable
(Un)Satisfiability was proved
Number of variables211
Number of constraints4100
Maximum constraint arity2
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4100
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 14:14:58 2008
0.00/0.04	c 0	PID 3734
0.00/0.05	c 0	HOST node15.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1088796-1215260098.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-1088796-1215260098.xml' 'HOME/temp.csp'
0.04/0.84	c 1	1 domains, 211 variables, 1 predicates, 0 relations, 4100 constraints
0.04/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.89	c 1	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 1	Parsing HOME/temp.csp
1.01/1.19	c 1	parsed 4313 expressions
1.01/1.20	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.01/1.20	c 1	Converting to clausal form CSP
1.11/1.29	c 1	converted 432 (10%) expressions
1.21/1.39	c 1	converted 863 (20%) expressions
1.31/1.42	c 1	converted 1294 (30%) expressions
1.31/1.43	c 1	converted 1726 (40%) expressions
1.31/1.45	c 1	converted 2157 (50%) expressions
1.31/1.46	c 1	converted 2588 (60%) expressions
1.31/1.47	c 1	converted 3020 (70%) expressions
1.31/1.48	c 1	converted 3451 (80%) expressions
1.31/1.49	c 1	converted 3882 (90%) expressions
1.41/1.50	c 1	converted 4313 (100%) expressions
1.41/1.50	c 1	CSP : 211 integers, 0 booleans, 4100 clauses, largest domain size 45
1.41/1.50	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.50	c 1	Propagation in CSP
1.41/1.56	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.41/1.56	c 1	CSP : 211 integers, 0 booleans, 4100 clauses, largest domain size 45
1.41/1.56	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.56	c 1	Simplifing CSP by introducing new Boolean variables
1.50/1.65	c 2	CSP : 211 integers, 8200 booleans, 12300 clauses, largest domain size 45
1.50/1.65	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.61/1.70	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.61/1.72	c 2	22 (10%) CSP integer variables are encoded (946 clauses, 10260 bytes)
1.61/1.73	c 2	43 (20%) CSP integer variables are encoded (1849 clauses, 21938 bytes)
1.61/1.73	c 2	64 (30%) CSP integer variables are encoded (2752 clauses, 33677 bytes)
1.61/1.73	c 2	85 (40%) CSP integer variables are encoded (3655 clauses, 45416 bytes)
1.61/1.73	c 2	106 (50%) CSP integer variables are encoded (4558 clauses, 57155 bytes)
1.61/1.73	c 2	127 (60%) CSP integer variables are encoded (5461 clauses, 68894 bytes)
1.61/1.74	c 2	148 (70%) CSP integer variables are encoded (6364 clauses, 80633 bytes)
1.61/1.74	c 2	169 (80%) CSP integer variables are encoded (7267 clauses, 92372 bytes)
1.61/1.74	c 2	190 (90%) CSP integer variables are encoded (8170 clauses, 104111 bytes)
1.61/1.74	c 2	211 (100%) CSP integer variables are encoded (9073 clauses, 115850 bytes)
1.71/1.85	c 2	1230 (10%) CSP clauses are encoded (46383 clauses, 753304 bytes)
1.79/1.94	c 2	2460 (20%) CSP clauses are encoded (83693 clauses, 1447984 bytes)
1.90/2.01	c 2	3690 (30%) CSP clauses are encoded (121003 clauses, 2145040 bytes)
1.90/2.09	c 2	4920 (40%) CSP clauses are encoded (158313 clauses, 2842914 bytes)
2.00/2.17	c 2	6150 (50%) CSP clauses are encoded (195623 clauses, 3560866 bytes)
2.09/2.25	c 2	7380 (60%) CSP clauses are encoded (232933 clauses, 4295586 bytes)
2.20/2.32	c 2	8610 (70%) CSP clauses are encoded (270243 clauses, 5030306 bytes)
2.30/2.40	c 2	9840 (80%) CSP clauses are encoded (307553 clauses, 5765026 bytes)
2.30/2.48	c 2	11070 (90%) CSP clauses are encoded (344863 clauses, 6499746 bytes)
2.39/2.55	c 2	12300 (100%) CSP clauses are encoded (382173 clauses, 7234466 bytes)
2.39/2.55	c 2	12300 CSP clauses encoded
2.39/2.55	c 2	Writing map file : HOME/temp.map
2.39/2.56	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.39/2.56	c 2	SAT : 17484 SAT variables, 382173 SAT clauses, 7234466 bytes
2.39/2.56	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.45/2.62	c 3	SOLVING HOME/temp.cnf
2.45/2.62	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.45/2.62	c 3	This is MiniSat 2.0 beta
2.45/2.62	c 3	WARNING: for repeatability, setting FPU to use double precision
2.45/2.62	c 3	============================[ Problem Statistics ]=============================
2.45/2.62	c 3	|                                                                             |
2.45/2.62	c 3	|  Number of variables:  17484                                                |
2.45/2.62	c 3	|  Number of clauses:    382173                                               |
2.46/2.82	c 3	|  Parsing time:         0.17         s                                       |
2.46/2.83	c 3	============================[ Search Statistics ]==============================
2.46/2.83	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.46/2.83	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.46/2.83	c 3	===============================================================================
2.46/2.83	c 3	|         0 |   17484   382173  1116946 |   127391        0    nan |  0.000 % |
2.46/2.96	c 3	|       102 |   17484   382173  1116946 |   140130      102     18 |  0.000 % |
2.46/3.01	c 3	|       252 |   17484   382173  1116946 |   154143      252     12 |  0.000 % |
2.46/3.06	c 3	|       478 |   17484   382173  1116946 |   169557      478     10 |  0.000 % |
2.46/3.11	c 3	|       815 |   17484   382173  1116946 |   186513      815      9 |  0.000 % |
2.46/3.17	c 3	|      1321 |   17484   382173  1116946 |   205164     1321      9 |  0.000 % |
2.46/3.24	c 3	|      2081 |   17484   382173  1116946 |   225680     2081     10 |  0.000 % |
3.12/3.37	c 3	|      3220 |   17484   382173  1116946 |   248249     3220     11 |  0.000 % |
3.22/3.49	c 3	|      4928 |   17484   382173  1116946 |   273073     4928     10 |  0.000 % |
3.51/3.71	c 4	|      7490 |   17484   382173  1116946 |   300381     7490     10 |  0.000 % |
3.90/4.14	c 4	|     11336 |   17484   382173  1116946 |   330419    11336     12 |  0.000 % |
4.40/4.64	c 5	|     17102 |   17484   382173  1116946 |   363461    17102     11 |  0.000 % |
5.29/5.54	c 5	|     25751 |   17484   382173  1116946 |   399807    25751     12 |  0.000 % |
6.87/7.13	c 7	|     38726 |   17484   382173  1116946 |   439788    38726     12 |  0.000 % |
9.65/9.92	c 10	|     58187 |   17484   382173  1116946 |   483767    58187     14 |  0.000 % |
14.70/15.01	c 15	|     87379 |   17484   382173  1116946 |   532143    87379     13 |  0.000 % |
28.08/28.50	c 28	|    131168 |   17484   382173  1116946 |   585358   131168     14 |  0.000 % |
65.33/66.19	c 66	|    196853 |   17484   382173  1116946 |   643894   196853     15 |  0.000 % |
125.35/126.71	c 127	|    295379 |   17484   382173  1116946 |   708283   295379     16 |  0.000 % |
314.38/317.27	c 317	|    443168 |   17484   382173  1116946 |   779111   443168     16 |  0.000 % |
610.27/613.28	c 613	|    664851 |   17484   382173  1116946 |   857022   664851     17 |  0.000 % |
1089.90/1093.03	c 1093	|    997377 |   17484   382173  1116946 |   942725   154489     18 |  0.000 % |
1638.21/1641.59	c 1641	|   1496167 |   17484   382173  1116946 |  1036997   653279     20 |  0.000 % |
1800.05/1803.41	c ERROR INTERRUPTED
1800.05/1803.43	s UNKNOWN
1800.05/1803.43	c 1803	CPU 2.31 (0.03 0.01 2.28 0.14)
1800.05/1803.43	c 1803	END Sat Jul  5 14:45:01 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-1088796-1215260098/watcher-1088796-1215260098 -o /tmp/evaluation-result-1088796-1215260098/solver-1088796-1215260098 -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-1088796-1215260098.xml 

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


[startup+0 s]
/proc/loadavg: 2.18 2.10 2.03 4/72 3734
/proc/meminfo: memFree=1654600/2055920 swapFree=4180972/4192956
[pid=3734] ppid=3732 vsize=4708 CPUtime=0
/proc/3734/stat : 3734 (sugar) R 3732 3734 3656 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 2004984418 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 240469996937 0 0 4096 0 0 0 0 17 1 0 0
/proc/3734/statm: 1177 43 33 3 0 8 0

[startup+0.101954 s]
/proc/loadavg: 2.18 2.10 2.03 4/72 3734
/proc/meminfo: memFree=1654600/2055920 swapFree=4180972/4192956
[pid=3734] ppid=3732 vsize=13600 CPUtime=0.04
/proc/3734/stat : 3734 (sugar) S 3732 3734 3656 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2004984418 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3734/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.201964 s]
/proc/loadavg: 2.18 2.10 2.03 4/72 3734
/proc/meminfo: memFree=1654600/2055920 swapFree=4180972/4192956
[pid=3734] ppid=3732 vsize=13600 CPUtime=0.04
/proc/3734/stat : 3734 (sugar) S 3732 3734 3656 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2004984418 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3734/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301965 s]
/proc/loadavg: 2.18 2.10 2.03 4/72 3734
/proc/meminfo: memFree=1654600/2055920 swapFree=4180972/4192956
[pid=3734] ppid=3732 vsize=13600 CPUtime=0.04
/proc/3734/stat : 3734 (sugar) S 3732 3734 3656 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2004984418 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3734/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702009 s]
/proc/loadavg: 2.18 2.10 2.03 4/72 3734
/proc/meminfo: memFree=1654600/2055920 swapFree=4180972/4192956
[pid=3734] ppid=3732 vsize=13600 CPUtime=0.04
/proc/3734/stat : 3734 (sugar) S 3732 3734 3656 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2004984418 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3734/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50207 s]
/proc/loadavg: 2.18 2.10 2.03 4/83 3756
/proc/meminfo: memFree=1646704/2055920 swapFree=4180972/4192956
[pid=3734] ppid=3732 vsize=13600 CPUtime=0.82
/proc/3734/stat : 3734 (sugar) S 3732 3734 3656 0 -1 4194304 973 7016 0 1 3 1 74 4 15 0 1 0 2004984418 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3734/statm: 3400 797 370 3 0 500 0
[pid=3747] ppid=3734 vsize=5356 CPUtime=0
/proc/3747/stat : 3747 (sh) S 3734 3734 3656 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2004984507 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3747/statm: 1339 233 193 169 0 50 0
[pid=3748] ppid=3747 vsize=868272 CPUtime=0.59
/proc/3748/stat : 3748 (java) S 3747 3734 3656 0 -1 0 5669 0 1 0 56 3 0 0 19 0 9 0 2004984507 889110528 5085 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3748/statm: 217068 5085 1734 9 0 211643 0
[pid=3748/tid=3749] ppid=3747 vsize=868272 CPUtime=0.34
/proc/3748/task/3749/stat : 3749 (java) R 3747 3734 3656 0 -1 64 2656 0 1 0 33 1 0 0 19 0 9 0 2004984508 889110528 5085 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3748/tid=3750] ppid=3747 vsize=868272 CPUtime=0.04
/proc/3748/task/3750/stat : 3750 (java) R 3747 3734 3656 0 -1 64 872 0 0 0 4 0 0 0 16 0 9 0 2004984509 889110528 5085 996147200 134512640 134550740 4294955952 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3748/tid=3751] ppid=3747 vsize=868272 CPUtime=0
/proc/3748/task/3751/stat : 3751 (java) S 3747 3734 3656 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2004984509 889110528 5085 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3748/tid=3752] ppid=3747 vsize=868272 CPUtime=0
/proc/3748/task/3752/stat : 3752 (java) S 3747 3734 3656 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2004984509 889110528 5085 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3748/tid=3753] ppid=3747 vsize=868272 CPUtime=0
/proc/3748/task/3753/stat : 3753 (java) S 3747 3734 3656 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2004984511 889110528 5085 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3748/tid=3754] ppid=3747 vsize=868272 CPUtime=0.18
/proc/3748/task/3754/stat : 3754 (java) S 3747 3734 3656 0 -1 64 1450 0 0 0 18 0 0 0 16 0 9 0 2004984511 889110528 5085 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3748/tid=3755] ppid=3747 vsize=868272 CPUtime=0
/proc/3748/task/3755/stat : 3755 (java) S 3747 3734 3656 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2004984511 889110528 5085 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3748/tid=3756] ppid=3747 vsize=868272 CPUtime=0
/proc/3748/task/3756/stat : 3756 (java) S 3747 3734 3656 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2004984511 889110528 5085 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887228

[startup+3.10122 s]
/proc/loadavg: 2.18 2.10 2.03 3/83 3756
/proc/meminfo: memFree=1630576/2055920 swapFree=4180972/4192956
[pid=3734] ppid=3732 vsize=13600 CPUtime=2.46
/proc/3734/stat : 3734 (sugar) S 3732 3734 3656 0 -1 4194304 1034 15274 0 2 3 1 228 14 15 0 1 0 2004984418 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3734/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 13600

[startup+6.3015 s]
/proc/loadavg: 2.17 2.10 2.03 3/75 3758
/proc/meminfo: memFree=1624112/2055920 swapFree=4180972/4192956
[pid=3734] ppid=3732 vsize=13600 CPUtime=2.46
/proc/3734/stat : 3734 (sugar) S 3732 3734 3656 0 -1 4194304 1034 15274 0 2 3 1 228 14 16 0 1 0 2004984418 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3734/statm: 3400 799 370 3 0 500 0
[pid=3757] ppid=3734 vsize=5356 CPUtime=0
/proc/3757/stat : 3757 (sh) S 3734 3734 3656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004984680 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3757/statm: 1339 232 193 169 0 50 0
[pid=3758] ppid=3757 vsize=22468 CPUtime=3.62
/proc/3758/stat : 3758 (minisat) R 3757 3734 3656 0 -1 4194304 5421 0 0 0 359 3 0 0 25 0 1 0 2004984680 23007232 5407 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/3758/statm: 5617 5407 76 150 0 5464 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 41424

[startup+12.7021 s]
/proc/loadavg: 2.15 2.10 2.03 3/75 3758
/proc/meminfo: memFree=1619696/2055920 swapFree=4180972/4192956
[pid=3734] ppid=3732 vsize=13600 CPUtime=2.46
/proc/3734/stat : 3734 (sugar) S 3732 3734 3656 0 -1 4194304 1034 15274 0 2 3 1 228 14 16 0 1 0 2004984418 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3734/statm: 3400 799 370 3 0 500 0
[pid=3757] ppid=3734 vsize=5356 CPUtime=0
/proc/3757/stat : 3757 (sh) S 3734 3734 3656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004984680 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3757/statm: 1339 232 193 169 0 50 0
[pid=3758] ppid=3757 vsize=26640 CPUtime=9.97
/proc/3758/stat : 3758 (minisat) R 3757 3734 3656 0 -1 4194304 6444 0 0 0 993 4 0 0 25 0 1 0 2004984680 27279360 6430 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/3758/statm: 6660 6430 76 150 0 6507 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 45596

[startup+25.5012 s]
/proc/loadavg: 2.12 2.09 2.03 3/75 3758
/proc/meminfo: memFree=1614960/2055920 swapFree=4180972/4192956
[pid=3734] ppid=3732 vsize=13600 CPUtime=2.46
/proc/3734/stat : 3734 (sugar) S 3732 3734 3656 0 -1 4194304 1034 15274 0 2 3 1 228 14 16 0 1 0 2004984418 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3734/statm: 3400 799 370 3 0 500 0
[pid=3757] ppid=3734 vsize=5356 CPUtime=0
/proc/3757/stat : 3757 (sh) S 3734 3734 3656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004984680 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3757/statm: 1339 232 193 169 0 50 0
[pid=3758] ppid=3757 vsize=31108 CPUtime=22.64
/proc/3758/stat : 3758 (minisat) R 3757 3734 3656 0 -1 4194304 7588 0 0 0 2259 5 0 0 25 0 1 0 2004984680 31854592 7574 996147200 134512640 135127466 4294956256 18446744073709551615 134530778 0 0 4096 3 0 0 0 17 1 0 0
/proc/3758/statm: 7777 7574 76 150 0 7624 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 50064

[startup+51.1014 s]
/proc/loadavg: 2.08 2.08 2.02 3/75 3758
/proc/meminfo: memFree=1609072/2055920 swapFree=4180972/4192956
[pid=3734] ppid=3732 vsize=13600 CPUtime=2.46
/proc/3734/stat : 3734 (sugar) S 3732 3734 3656 0 -1 4194304 1034 15274 0 2 3 1 228 14 16 0 1 0 2004984418 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3734/statm: 3400 799 370 3 0 500 0
[pid=3757] ppid=3734 vsize=5356 CPUtime=0
/proc/3757/stat : 3757 (sh) S 3734 3734 3656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004984680 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3757/statm: 1339 232 193 169 0 50 0
[pid=3758] ppid=3757 vsize=37236 CPUtime=48.01
/proc/3758/stat : 3758 (minisat) R 3757 3734 3656 0 -1 4194304 9065 0 0 0 4793 8 0 0 25 0 1 0 2004984680 38129664 9051 996147200 134512640 135127466 4294956256 18446744073709551615 134527872 0 0 4096 3 0 0 0 17 1 0 0
/proc/3758/statm: 9309 9051 76 150 0 9156 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 56192

[startup+102.302 s]
/proc/loadavg: 2.03 2.07 2.02 3/75 3758
/proc/meminfo: memFree=1599792/2055920 swapFree=4180972/4192956
[pid=3734] ppid=3732 vsize=13600 CPUtime=2.46
/proc/3734/stat : 3734 (sugar) S 3732 3734 3656 0 -1 4194304 1034 15274 0 2 3 1 228 14 16 0 1 0 2004984418 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3734/statm: 3400 799 370 3 0 500 0
[pid=3757] ppid=3734 vsize=5356 CPUtime=0
/proc/3757/stat : 3757 (sh) S 3734 3734 3656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004984680 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3757/statm: 1339 232 193 169 0 50 0
[pid=3758] ppid=3757 vsize=46412 CPUtime=98.72
/proc/3758/stat : 3758 (minisat) R 3757 3734 3656 0 -1 4194304 11340 0 0 0 9863 9 0 0 25 0 1 0 2004984680 47525888 11326 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3758/statm: 11603 11326 76 150 0 11450 0
Current children cumulated CPU time (s) 101.18
Current children cumulated vsize (KiB) 65368

[startup+162.301 s]
/proc/loadavg: 2.01 2.05 2.01 3/75 3758
/proc/meminfo: memFree=1591472/2055920 swapFree=4180972/4192956
[pid=3734] ppid=3732 vsize=13600 CPUtime=2.46
/proc/3734/stat : 3734 (sugar) S 3732 3734 3656 0 -1 4194304 1034 15274 0 2 3 1 228 14 16 0 1 0 2004984418 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3734/statm: 3400 799 370 3 0 500 0
[pid=3757] ppid=3734 vsize=5356 CPUtime=0
/proc/3757/stat : 3757 (sh) S 3734 3734 3656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004984680 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3757/statm: 1339 232 193 169 0 50 0
[pid=3758] ppid=3757 vsize=55108 CPUtime=158.17
/proc/3758/stat : 3758 (minisat) R 3757 3734 3656 0 -1 4194304 13441 0 0 0 15805 12 0 0 25 0 1 0 2004984680 56430592 13427 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3758/statm: 13777 13427 76 150 0 13624 0
Current children cumulated CPU time (s) 160.63
Current children cumulated vsize (KiB) 74064

[startup+222.306 s]
/proc/loadavg: 2.00 2.04 2.01 3/75 3758
/proc/meminfo: memFree=1587056/2055920 swapFree=4180972/4192956
[pid=3734] ppid=3732 vsize=13600 CPUtime=2.46
/proc/3734/stat : 3734 (sugar) S 3732 3734 3656 0 -1 4194304 1034 15274 0 2 3 1 228 14 16 0 1 0 2004984418 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3734/statm: 3400 799 370 3 0 500 0
[pid=3757] ppid=3734 vsize=5356 CPUtime=0
/proc/3757/stat : 3757 (sh) S 3734 3734 3656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004984680 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3757/statm: 1339 232 193 169 0 50 0
[pid=3758] ppid=3757 vsize=59444 CPUtime=217.6
/proc/3758/stat : 3758 (minisat) R 3757 3734 3656 0 -1 4194304 14527 0 0 0 21748 12 0 0 25 0 1 0 2004984680 60870656 14513 996147200 134512640 135127466 4294956256 18446744073709551615 134527179 0 0 4096 3 0 0 0 17 1 0 0
/proc/3758/statm: 14861 14513 76 150 0 14708 0
Current children cumulated CPU time (s) 220.06
Current children cumulated vsize (KiB) 78400

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

/proc/meminfo: memFree=1542112/2055920 swapFree=4180972/4192956
[pid=3734] ppid=3732 vsize=13600 CPUtime=2.46
/proc/3734/stat : 3734 (sugar) S 3732 3734 3656 0 -1 4194304 1034 15274 0 2 3 1 228 14 16 0 1 0 2004984418 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3734/statm: 3400 799 370 3 0 500 0
[pid=3757] ppid=3734 vsize=5356 CPUtime=0
/proc/3757/stat : 3757 (sh) S 3734 3734 3656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004984680 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3757/statm: 1339 232 193 169 0 50 0
[pid=3758] ppid=3757 vsize=112268 CPUtime=1356.65
/proc/3758/stat : 3758 (minisat) R 3757 3734 3656 0 -1 4194304 27361 0 0 0 135639 26 0 0 25 0 1 0 2004984680 114962432 27347 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3758/statm: 28067 27347 76 150 0 27914 0
Current children cumulated CPU time (s) 1359.11
Current children cumulated vsize (KiB) 131224

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 3790
/proc/meminfo: memFree=1542112/2055920 swapFree=4180972/4192956
[pid=3734] ppid=3732 vsize=13600 CPUtime=2.46
/proc/3734/stat : 3734 (sugar) S 3732 3734 3656 0 -1 4194304 1034 15274 0 2 3 1 228 14 16 0 1 0 2004984418 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3734/statm: 3400 799 370 3 0 500 0
[pid=3757] ppid=3734 vsize=5356 CPUtime=0
/proc/3757/stat : 3757 (sh) S 3734 3734 3656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004984680 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3757/statm: 1339 232 193 169 0 50 0
[pid=3758] ppid=3757 vsize=112268 CPUtime=1416.63
/proc/3758/stat : 3758 (minisat) R 3757 3734 3656 0 -1 4194304 27364 0 0 0 141637 26 0 0 25 0 1 0 2004984680 114962432 27350 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3758/statm: 28067 27350 76 150 0 27914 0
Current children cumulated CPU time (s) 1419.09
Current children cumulated vsize (KiB) 131224

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 3790
/proc/meminfo: memFree=1542112/2055920 swapFree=4180972/4192956
[pid=3734] ppid=3732 vsize=13600 CPUtime=2.46
/proc/3734/stat : 3734 (sugar) S 3732 3734 3656 0 -1 4194304 1034 15274 0 2 3 1 228 14 16 0 1 0 2004984418 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3734/statm: 3400 799 370 3 0 500 0
[pid=3757] ppid=3734 vsize=5356 CPUtime=0
/proc/3757/stat : 3757 (sh) S 3734 3734 3656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004984680 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3757/statm: 1339 232 193 169 0 50 0
[pid=3758] ppid=3757 vsize=112268 CPUtime=1476.6
/proc/3758/stat : 3758 (minisat) R 3757 3734 3656 0 -1 4194304 27366 0 0 0 147634 26 0 0 25 0 1 0 2004984680 114962432 27352 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/3758/statm: 28067 27352 76 150 0 27914 0
Current children cumulated CPU time (s) 1479.06
Current children cumulated vsize (KiB) 131224

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 3790
/proc/meminfo: memFree=1541984/2055920 swapFree=4180972/4192956
[pid=3734] ppid=3732 vsize=13600 CPUtime=2.46
/proc/3734/stat : 3734 (sugar) S 3732 3734 3656 0 -1 4194304 1034 15274 0 2 3 1 228 14 16 0 1 0 2004984418 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3734/statm: 3400 799 370 3 0 500 0
[pid=3757] ppid=3734 vsize=5356 CPUtime=0
/proc/3757/stat : 3757 (sh) S 3734 3734 3656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004984680 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3757/statm: 1339 232 193 169 0 50 0
[pid=3758] ppid=3757 vsize=112268 CPUtime=1536.59
/proc/3758/stat : 3758 (minisat) R 3757 3734 3656 0 -1 4194304 27369 0 0 0 153633 26 0 0 25 0 1 0 2004984680 114962432 27355 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/3758/statm: 28067 27355 76 150 0 27914 0
Current children cumulated CPU time (s) 1539.05
Current children cumulated vsize (KiB) 131224

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 3790
/proc/meminfo: memFree=1541984/2055920 swapFree=4180972/4192956
[pid=3734] ppid=3732 vsize=13600 CPUtime=2.46
/proc/3734/stat : 3734 (sugar) S 3732 3734 3656 0 -1 4194304 1034 15274 0 2 3 1 228 14 16 0 1 0 2004984418 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3734/statm: 3400 799 370 3 0 500 0
[pid=3757] ppid=3734 vsize=5356 CPUtime=0
/proc/3757/stat : 3757 (sh) S 3734 3734 3656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004984680 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3757/statm: 1339 232 193 169 0 50 0
[pid=3758] ppid=3757 vsize=112268 CPUtime=1596.56
/proc/3758/stat : 3758 (minisat) R 3757 3734 3656 0 -1 4194304 27373 0 0 0 159630 26 0 0 25 0 1 0 2004984680 114962432 27359 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 0 0 0
/proc/3758/statm: 28067 27359 76 150 0 27914 0
Current children cumulated CPU time (s) 1599.02
Current children cumulated vsize (KiB) 131224

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 3791
/proc/meminfo: memFree=1541144/2055920 swapFree=4180972/4192956
[pid=3734] ppid=3732 vsize=13600 CPUtime=2.46
/proc/3734/stat : 3734 (sugar) S 3732 3734 3656 0 -1 4194304 1034 15274 0 2 3 1 228 14 16 0 1 0 2004984418 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3734/statm: 3400 799 370 3 0 500 0
[pid=3757] ppid=3734 vsize=5356 CPUtime=0
/proc/3757/stat : 3757 (sh) S 3734 3734 3656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004984680 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3757/statm: 1339 232 193 169 0 50 0
[pid=3758] ppid=3757 vsize=113220 CPUtime=1656.54
/proc/3758/stat : 3758 (minisat) R 3757 3734 3656 0 -1 4194304 27616 0 0 0 165627 27 0 0 25 0 1 0 2004984680 115937280 27602 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3758/statm: 28305 27602 76 150 0 28152 0
Current children cumulated CPU time (s) 1659
Current children cumulated vsize (KiB) 132176

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 3791
/proc/meminfo: memFree=1536600/2055920 swapFree=4180972/4192956
[pid=3734] ppid=3732 vsize=13600 CPUtime=2.46
/proc/3734/stat : 3734 (sugar) S 3732 3734 3656 0 -1 4194304 1034 15274 0 2 3 1 228 14 16 0 1 0 2004984418 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3734/statm: 3400 799 370 3 0 500 0
[pid=3757] ppid=3734 vsize=5356 CPUtime=0
/proc/3757/stat : 3757 (sh) S 3734 3734 3656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004984680 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3757/statm: 1339 232 193 169 0 50 0
[pid=3758] ppid=3757 vsize=117860 CPUtime=1716.52
/proc/3758/stat : 3758 (minisat) R 3757 3734 3656 0 -1 4194304 28754 0 0 0 171624 28 0 0 25 0 1 0 2004984680 120688640 28740 996147200 134512640 135127466 4294956256 18446744073709551615 134530944 0 0 4096 3 0 0 0 17 0 0 0
/proc/3758/statm: 29465 28740 76 150 0 29312 0
Current children cumulated CPU time (s) 1718.98
Current children cumulated vsize (KiB) 136816

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 3791
/proc/meminfo: memFree=1532568/2055920 swapFree=4180972/4192956
[pid=3734] ppid=3732 vsize=13600 CPUtime=2.46
/proc/3734/stat : 3734 (sugar) S 3732 3734 3656 0 -1 4194304 1034 15274 0 2 3 1 228 14 16 0 1 0 2004984418 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3734/statm: 3400 799 370 3 0 500 0
[pid=3757] ppid=3734 vsize=5356 CPUtime=0
/proc/3757/stat : 3757 (sh) S 3734 3734 3656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004984680 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3757/statm: 1339 232 193 169 0 50 0
[pid=3758] ppid=3757 vsize=121892 CPUtime=1776.5
/proc/3758/stat : 3758 (minisat) R 3757 3734 3656 0 -1 4194304 29731 0 0 0 177621 29 0 0 25 0 1 0 2004984680 124817408 29717 996147200 134512640 135127466 4294956256 18446744073709551615 134530944 0 0 4096 3 0 0 0 17 0 0 0
/proc/3758/statm: 30473 29717 76 150 0 30320 0
Current children cumulated CPU time (s) 1778.96
Current children cumulated vsize (KiB) 140848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 3791
/proc/meminfo: memFree=1531480/2055920 swapFree=4180972/4192956
[pid=3734] ppid=3732 vsize=13600 CPUtime=2.46
/proc/3734/stat : 3734 (sugar) S 3732 3734 3656 0 -1 4194304 1034 15274 0 2 3 1 228 14 16 0 1 0 2004984418 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3734/statm: 3400 799 370 3 0 500 0
[pid=3757] ppid=3734 vsize=5356 CPUtime=0
/proc/3757/stat : 3757 (sh) S 3734 3734 3656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004984680 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3757/statm: 1339 232 193 169 0 50 0
[pid=3758] ppid=3757 vsize=122964 CPUtime=1797.59
/proc/3758/stat : 3758 (minisat) R 3757 3734 3656 0 -1 4194304 30002 0 0 0 179730 29 0 0 25 0 1 0 2004984680 125915136 29988 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3758/statm: 30741 29988 76 150 0 30588 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 141920

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

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

[startup+1803.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 3791
/proc/meminfo: memFree=1531480/2055920 swapFree=4180972/4192956
[pid=3734] ppid=3732 vsize=13600 CPUtime=2.46
/proc/3734/stat : 3734 (sugar) S 3732 3734 3656 0 -1 4194304 1034 15274 0 2 3 1 228 14 16 0 1 0 2004984418 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3734/statm: 3400 799 370 3 0 500 0
[pid=3757] ppid=3734 vsize=5356 CPUtime=0
/proc/3757/stat : 3757 (sh) S 3734 3734 3656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004984680 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3757/statm: 1339 232 193 169 0 50 0
[pid=3758] ppid=3757 vsize=122964 CPUtime=1797.59
/proc/3758/stat : 3758 (minisat) R 3757 3734 3656 0 -1 4194304 30002 0 0 0 179730 29 0 0 25 0 1 0 2004984680 125915136 29988 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3758/statm: 30741 29988 76 150 0 30588 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 141920

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3734 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=323646
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=169974
# CPU time returned by wait4() is 2.49362
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1803.43
CPU time (s): 1800.05
CPU user time (s): 1799.61
CPU system time (s): 0.44
CPU usage (%): 99.8125
Max. virtual memory (cumulated for all children) (KiB): 887452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.32365
system time used= 0.169974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16651
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= 3437
involuntary context switches= 3319

runsolver used 2.00769 second user time and 4.82926 second system time

The end

Launcher Data (download as text)

Begin job on node15 at 2008-07-05 14:14:58
IDJOB=1088796
IDBENCH=58117
IDSOLVER=346
FILE ID=node15/1088796-1215260098
PBS_JOBID= 7882153
Free space on /tmp= 66492 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/register/zeroin/normalized-zeroin-i-1-45.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-1088796-1215260098/watcher-1088796-1215260098 -o /tmp/evaluation-result-1088796-1215260098/solver-1088796-1215260098 -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-1088796-1215260098.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f2c43533c0316bf728e6f2743f6e041d
RANDOM SEED=79945581

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1655080 kB
Buffers:         65924 kB
Cached:         247316 kB
SwapCached:       6020 kB
Active:         216976 kB
Inactive:       122288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1655080 kB
SwapTotal:     4192956 kB
SwapFree:      4180972 kB
Dirty:            1748 kB
Writeback:           0 kB
Mapped:          33584 kB
Slab:            46772 kB
Committed_AS:  3669056 kB
PageTables:       1896 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= 66492 MiB
End job on node15 at 2008-07-05 14:45:03