Trace number 1089384

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 1808.22

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-25/
normalized-lei450-25b-15.xml
MD5SUM66871b9147092ea31691cb75373af3c1
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.285955
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints8263
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8263
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 16:24:24 2008
0.00/0.04	c 0	PID 25087
0.00/0.05	c 0	HOST node21.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1089384-1215267864.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-1089384-1215267864.xml' 'HOME/temp.csp'
0.96/1.01	c 1	1 domains, 450 variables, 1 predicates, 0 relations, 8263 constraints
0.96/1.05	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.05	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.98/1.12	c 2	Parsing HOME/temp.csp
0.98/1.59	c 2	parsed 8715 expressions
0.98/1.59	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.98/1.59	c 2	Converting to clausal form CSP
0.98/1.78	c 2	converted 872 (10%) expressions
0.98/1.83	c 2	converted 1743 (20%) expressions
0.98/1.85	c 2	converted 2615 (30%) expressions
0.98/1.88	c 2	converted 3486 (40%) expressions
0.98/1.95	c 2	converted 4358 (50%) expressions
0.98/1.97	c 2	converted 5229 (60%) expressions
0.98/2.00	c 2	converted 6101 (70%) expressions
0.98/2.02	c 2	converted 6972 (80%) expressions
0.98/2.04	c 2	converted 7844 (90%) expressions
0.98/2.07	c 2	converted 8715 (100%) expressions
0.98/2.07	c 2	CSP : 450 integers, 0 booleans, 8263 clauses, largest domain size 15
0.98/2.07	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.98/2.07	c 2	Propagation in CSP
2.02/2.21	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.02/2.21	c 3	CSP : 450 integers, 0 booleans, 8263 clauses, largest domain size 15
2.02/2.21	c 3	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.11/2.22	c 3	Simplifing CSP by introducing new Boolean variables
2.21/2.37	c 3	CSP : 450 integers, 16526 booleans, 24789 clauses, largest domain size 15
2.21/2.37	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.30/2.45	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.30/2.48	c 3	45 (10%) CSP integer variables are encoded (585 clauses, 6299 bytes)
2.30/2.49	c 3	90 (20%) CSP integer variables are encoded (1170 clauses, 13219 bytes)
2.30/2.49	c 3	135 (30%) CSP integer variables are encoded (1755 clauses, 20824 bytes)
2.30/2.49	c 3	180 (40%) CSP integer variables are encoded (2340 clauses, 28429 bytes)
2.30/2.49	c 3	225 (50%) CSP integer variables are encoded (2925 clauses, 36034 bytes)
2.30/2.50	c 3	270 (60%) CSP integer variables are encoded (3510 clauses, 43639 bytes)
2.40/2.50	c 3	315 (70%) CSP integer variables are encoded (4095 clauses, 51244 bytes)
2.40/2.50	c 3	360 (80%) CSP integer variables are encoded (4680 clauses, 58849 bytes)
2.40/2.50	c 3	405 (90%) CSP integer variables are encoded (5265 clauses, 66454 bytes)
2.40/2.50	c 3	450 (100%) CSP integer variables are encoded (5850 clauses, 74059 bytes)
2.50/2.63	c 3	2479 (10%) CSP clauses are encoded (31471 clauses, 502611 bytes)
2.60/2.72	c 3	4958 (20%) CSP clauses are encoded (57092 clauses, 939975 bytes)
2.70/2.81	c 3	7437 (30%) CSP clauses are encoded (82699 clauses, 1399065 bytes)
2.70/2.90	c 3	9916 (40%) CSP clauses are encoded (108320 clauses, 1888026 bytes)
2.80/2.99	c 3	12395 (50%) CSP clauses are encoded (133941 clauses, 2377307 bytes)
2.89/3.08	c 3	14874 (60%) CSP clauses are encoded (159548 clauses, 2866313 bytes)
2.99/3.17	c 4	17353 (70%) CSP clauses are encoded (185169 clauses, 3355594 bytes)
3.09/3.27	c 4	19832 (80%) CSP clauses are encoded (210790 clauses, 3844875 bytes)
3.19/3.36	c 4	22311 (90%) CSP clauses are encoded (236397 clauses, 4333881 bytes)
3.28/3.45	c 4	24789 (100%) CSP clauses are encoded (262003 clauses, 4822873 bytes)
3.28/3.45	c 4	24789 CSP clauses encoded
3.28/3.45	c 4	Writing map file : HOME/temp.map
3.28/3.47	c 4	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.28/3.47	c 4	SAT : 22826 SAT variables, 262003 SAT clauses, 4822873 bytes
3.28/3.47	c 4	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.35/3.51	c 4	SOLVING HOME/temp.cnf
3.35/3.51	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.35/3.51	c 4	This is MiniSat 2.0 beta
3.35/3.51	c 4	WARNING: for repeatability, setting FPU to use double precision
3.35/3.51	c 4	============================[ Problem Statistics ]=============================
3.35/3.51	c 4	|                                                                             |
3.35/3.51	c 4	|  Number of variables:  22826                                                |
3.35/3.51	c 4	|  Number of clauses:    262003                                               |
3.37/3.66	c 4	|  Parsing time:         0.12         s                                       |
3.37/3.66	c 4	============================[ Search Statistics ]==============================
3.37/3.66	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.37/3.67	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.37/3.67	c 4	===============================================================================
3.37/3.67	c 4	|         0 |   22826   262003   738844 |    87334        0    nan |  0.000 % |
3.37/3.73	c 4	|       100 |   22826   262003   738844 |    96067      100     32 |  0.000 % |
3.37/3.75	c 4	|       250 |   22826   262003   738844 |   105674      250     17 |  0.000 % |
3.37/3.77	c 4	|       476 |   22826   262003   738844 |   116241      476     13 |  0.000 % |
3.37/3.78	c 4	|       814 |   22826   262003   738844 |   127866      814     11 |  0.000 % |
3.37/3.81	c 4	|      1320 |   22826   262003   738844 |   140652     1320     10 |  0.000 % |
3.37/3.85	c 4	|      2081 |   22826   262003   738844 |   154718     2081      9 |  0.000 % |
3.37/3.92	c 4	|      3221 |   22826   262003   738844 |   170189     3221      9 |  0.000 % |
3.37/4.00	c 4	|      4929 |   22826   262003   738844 |   187208     4929     10 |  0.000 % |
3.37/4.19	c 5	|      7492 |   22826   262003   738844 |   205929     7492     10 |  0.000 % |
4.14/4.39	c 5	|     11336 |   22826   262003   738844 |   226522    11336     10 |  0.000 % |
4.63/4.80	c 5	|     17102 |   22826   262003   738844 |   249175    17102     10 |  0.000 % |
5.82/6.04	c 6	|     25752 |   22826   262003   738844 |   274092    25752     12 |  0.000 % |
7.51/7.70	c 8	|     38726 |   22826   262003   738844 |   301501    38726     12 |  0.000 % |
11.76/12.01	c 12	|     58187 |   22826   262003   738844 |   331651    58187     12 |  0.000 % |
25.72/26.10	c 26	|     87380 |   22826   262003   738844 |   364817    87380     13 |  0.000 % |
70.49/71.34	c 72	|    131169 |   22826   262003   738844 |   401298   131169     15 |  0.000 % |
129.13/130.55	c 131	|    196853 |   22826   262003   738844 |   441428   196853     15 |  0.000 % |
355.97/359.55	c 360	|    295380 |   22826   262003   738844 |   485571   295380     15 |  0.000 % |
625.10/631.20	c 632	|    443169 |   22826   262003   738844 |   534128   443169     15 |  0.000 % |
993.22/1001.07	c 1001	|    664852 |   22826   262003   738844 |   587541   152266     14 |  0.000 % |
1712.29/1720.49	c 1721	|    997378 |   22826   262003   738844 |   646295   484792     15 |  0.000 % |
1800.06/1808.21	c 1809	DECODING HOME/temp.out WITH HOME/temp.map
1800.06/1808.21	c 1809	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.06/1808.21	c ERROR INTERRUPTED
1800.06/1808.21	s UNKNOWN
1800.06/1808.22	c 1809	CPU 3.2 (0.03 0.01 3.17 0.16)
1800.06/1808.22	c 1809	END Sat Jul  5 16:54:33 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-1089384-1215267864/watcher-1089384-1215267864 -o /tmp/evaluation-result-1089384-1215267864/solver-1089384-1215267864 -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-1089384-1215267864.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.99 1.97 1.99 4/80 25087
/proc/meminfo: memFree=1318992/2055920 swapFree=4180412/4192956
[pid=25087] ppid=25085 vsize=12268 CPUtime=0
/proc/25087/stat : 25087 (sugar) R 25085 25087 23995 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2005760706 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 221236656741 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/25087/statm: 3067 316 241 3 0 167 0

[startup+0.0965001 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 25087
/proc/meminfo: memFree=1318992/2055920 swapFree=4180412/4192956
[pid=25087] ppid=25085 vsize=13600 CPUtime=0.04
/proc/25087/stat : 25087 (sugar) S 25085 25087 23995 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005760706 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25087/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101497 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 25087
/proc/meminfo: memFree=1318992/2055920 swapFree=4180412/4192956
[pid=25087] ppid=25085 vsize=13600 CPUtime=0.04
/proc/25087/stat : 25087 (sugar) S 25085 25087 23995 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005760706 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25087/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301533 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 25087
/proc/meminfo: memFree=1318992/2055920 swapFree=4180412/4192956
[pid=25087] ppid=25085 vsize=13600 CPUtime=0.04
/proc/25087/stat : 25087 (sugar) S 25085 25087 23995 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005760706 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25087/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701615 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 25087
/proc/meminfo: memFree=1318992/2055920 swapFree=4180412/4192956
[pid=25087] ppid=25085 vsize=13600 CPUtime=0.04
/proc/25087/stat : 25087 (sugar) S 25085 25087 23995 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005760706 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25087/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50176 s]
/proc/loadavg: 1.99 1.97 1.99 3/91 25099
/proc/meminfo: memFree=1298232/2055920 swapFree=4180412/4192956
[pid=25087] ppid=25085 vsize=13600 CPUtime=0.98
/proc/25087/stat : 25087 (sugar) S 25085 25087 23995 0 -1 4194304 973 8553 0 1 3 1 89 5 16 0 1 0 2005760706 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25087/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 13600

[startup+3.10107 s]
/proc/loadavg: 1.99 1.97 1.99 4/91 25109
/proc/meminfo: memFree=1298232/2055920 swapFree=4180412/4192956
[pid=25087] ppid=25085 vsize=13600 CPUtime=0.98
/proc/25087/stat : 25087 (sugar) S 25085 25087 23995 0 -1 4194304 974 8553 0 1 3 1 89 5 15 0 1 0 2005760706 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25087/statm: 3400 797 370 3 0 500 0
[pid=25100] ppid=25087 vsize=5356 CPUtime=0
/proc/25100/stat : 25100 (sh) S 25087 25087 23995 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005760811 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25100/statm: 1339 233 193 169 0 50 0
[pid=25101] ppid=25100 vsize=868488 CPUtime=2.01
/proc/25101/stat : 25101 (java) S 25100 25087 23995 0 -1 0 9559 0 1 0 193 8 0 0 19 0 9 0 2005760811 889331712 8622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25101/statm: 217122 8622 2565 9 0 211669 0
[pid=25101/tid=25102] ppid=25100 vsize=868488 CPUtime=1.33
/proc/25101/task/25102/stat : 25102 (java) R 25100 25087 23995 0 -1 64 2946 0 1 0 129 4 0 0 25 0 9 0 2005760812 889331712 8622 996147200 134512640 134550740 4294955952 18446744073709551615 4126477175 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25101/tid=25103] ppid=25100 vsize=868488 CPUtime=0.4
/proc/25101/task/25103/stat : 25103 (java) S 25100 25087 23995 0 -1 64 4435 0 0 0 38 2 0 0 16 0 9 0 2005760813 889331712 8622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25101/tid=25104] ppid=25100 vsize=868488 CPUtime=0
/proc/25101/task/25104/stat : 25104 (java) S 25100 25087 23995 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2005760813 889331712 8622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25101/tid=25105] ppid=25100 vsize=868488 CPUtime=0
/proc/25101/task/25105/stat : 25105 (java) S 25100 25087 23995 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2005760813 889331712 8622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25101/tid=25106] ppid=25100 vsize=868488 CPUtime=0
/proc/25101/task/25106/stat : 25106 (java) S 25100 25087 23995 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005760815 889331712 8622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25101/tid=25107] ppid=25100 vsize=868488 CPUtime=0.25
/proc/25101/task/25107/stat : 25107 (java) S 25100 25087 23995 0 -1 64 1485 0 0 0 24 1 0 0 15 0 9 0 2005760815 889331712 8622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25101/tid=25108] ppid=25100 vsize=868488 CPUtime=0
/proc/25101/task/25108/stat : 25108 (java) S 25100 25087 23995 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2005760816 889331712 8622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25101/tid=25109] ppid=25100 vsize=868488 CPUtime=0
/proc/25101/task/25109/stat : 25109 (java) S 25100 25087 23995 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005760816 889331712 8622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887444

[startup+6.30167 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 25111
/proc/meminfo: memFree=1296440/2055920 swapFree=4180412/4192956
[pid=25087] ppid=25085 vsize=13600 CPUtime=3.37
/proc/25087/stat : 25087 (sugar) S 25085 25087 23995 0 -1 4194304 1034 18457 0 2 3 1 317 16 16 0 1 0 2005760706 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25087/statm: 3400 799 370 3 0 500 0
[pid=25110] ppid=25087 vsize=5356 CPUtime=0
/proc/25110/stat : 25110 (sh) S 25087 25087 23995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005761057 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25110/statm: 1339 232 193 169 0 50 0
[pid=25111] ppid=25110 vsize=16988 CPUtime=2.74
/proc/25111/stat : 25111 (minisat) R 25110 25087 23995 0 -1 4194304 4019 0 0 0 271 3 0 0 25 0 1 0 2005761058 17395712 4005 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25111/statm: 4247 4005 76 150 0 4094 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 35944

[startup+12.7029 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 25111
/proc/meminfo: memFree=1293176/2055920 swapFree=4180412/4192956
[pid=25087] ppid=25085 vsize=13600 CPUtime=3.37
/proc/25087/stat : 25087 (sugar) S 25085 25087 23995 0 -1 4194304 1034 18457 0 2 3 1 317 16 16 0 1 0 2005760706 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25087/statm: 3400 799 370 3 0 500 0
[pid=25110] ppid=25087 vsize=5356 CPUtime=0
/proc/25110/stat : 25110 (sh) S 25087 25087 23995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005761057 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25110/statm: 1339 232 193 169 0 50 0
[pid=25111] ppid=25110 vsize=19724 CPUtime=9.09
/proc/25111/stat : 25111 (minisat) R 25110 25087 23995 0 -1 4194304 4722 0 0 0 904 5 0 0 25 0 1 0 2005761058 20197376 4708 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/25111/statm: 4931 4708 76 150 0 4778 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 38680

[startup+25.5013 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 25111
/proc/meminfo: memFree=1290680/2055920 swapFree=4180412/4192956
[pid=25087] ppid=25085 vsize=13600 CPUtime=3.37
/proc/25087/stat : 25087 (sugar) S 25085 25087 23995 0 -1 4194304 1034 18457 0 2 3 1 317 16 16 0 1 0 2005760706 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25087/statm: 3400 799 370 3 0 500 0
[pid=25110] ppid=25087 vsize=5356 CPUtime=0
/proc/25110/stat : 25110 (sh) S 25087 25087 23995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005761057 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25110/statm: 1339 232 193 169 0 50 0
[pid=25111] ppid=25110 vsize=22104 CPUtime=21.76
/proc/25111/stat : 25111 (minisat) R 25110 25087 23995 0 -1 4194304 5307 0 0 0 2171 5 0 0 25 0 1 0 2005761058 22634496 5293 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25111/statm: 5526 5293 76 150 0 5373 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 41060

[startup+51.1011 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 25111
/proc/meminfo: memFree=1287416/2055920 swapFree=4180412/4192956
[pid=25087] ppid=25085 vsize=13600 CPUtime=3.37
/proc/25087/stat : 25087 (sugar) S 25085 25087 23995 0 -1 4194304 1034 18457 0 2 3 1 317 16 16 0 1 0 2005760706 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25087/statm: 3400 799 370 3 0 500 0
[pid=25110] ppid=25087 vsize=5356 CPUtime=0
/proc/25110/stat : 25110 (sh) S 25087 25087 23995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005761057 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25110/statm: 1339 232 193 169 0 50 0
[pid=25111] ppid=25110 vsize=25468 CPUtime=47.11
/proc/25111/stat : 25111 (minisat) R 25110 25087 23995 0 -1 4194304 6142 0 0 0 4705 6 0 0 25 0 1 0 2005761058 26079232 6128 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25111/statm: 6367 6128 76 150 0 6214 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 44424

[startup+102.307 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 25111
/proc/meminfo: memFree=1281720/2055920 swapFree=4180412/4192956
[pid=25087] ppid=25085 vsize=13600 CPUtime=3.37
/proc/25087/stat : 25087 (sugar) S 25085 25087 23995 0 -1 4194304 1034 18457 0 2 3 1 317 16 16 0 1 0 2005760706 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25087/statm: 3400 799 370 3 0 500 0
[pid=25110] ppid=25087 vsize=5356 CPUtime=0
/proc/25110/stat : 25110 (sh) S 25087 25087 23995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005761057 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25110/statm: 1339 232 193 169 0 50 0
[pid=25111] ppid=25110 vsize=31168 CPUtime=97.83
/proc/25111/stat : 25111 (minisat) R 25110 25087 23995 0 -1 4194304 7527 0 0 0 9776 7 0 0 25 0 1 0 2005761058 31916032 7513 996147200 134512640 135127466 4294956256 18446744073709551615 134530647 0 0 4096 3 0 0 0 17 1 0 0
/proc/25111/statm: 7792 7513 76 150 0 7639 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 50124

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 25111
/proc/meminfo: memFree=1277368/2055920 swapFree=4180412/4192956
[pid=25087] ppid=25085 vsize=13600 CPUtime=3.37
/proc/25087/stat : 25087 (sugar) S 25085 25087 23995 0 -1 4194304 1034 18457 0 2 3 1 317 16 16 0 1 0 2005760706 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25087/statm: 3400 799 370 3 0 500 0
[pid=25110] ppid=25087 vsize=5356 CPUtime=0
/proc/25110/stat : 25110 (sh) S 25087 25087 23995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005761057 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25110/statm: 1339 232 193 169 0 50 0
[pid=25111] ppid=25110 vsize=35824 CPUtime=157.26
/proc/25111/stat : 25111 (minisat) R 25110 25087 23995 0 -1 4194304 8608 0 0 0 15718 8 0 0 25 0 1 0 2005761058 36683776 8594 996147200 134512640 135127466 4294956256 18446744073709551615 134530759 0 0 4096 3 0 0 0 17 1 0 0
/proc/25111/statm: 8956 8594 76 150 0 8803 0
Current children cumulated CPU time (s) 160.63
Current children cumulated vsize (KiB) 54780

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 25111
/proc/meminfo: memFree=1274680/2055920 swapFree=4180412/4192956
[pid=25087] ppid=25085 vsize=13600 CPUtime=3.37
/proc/25087/stat : 25087 (sugar) S 25085 25087 23995 0 -1 4194304 1034 18457 0 2 3 1 317 16 16 0 1 0 2005760706 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25087/statm: 3400 799 370 3 0 500 0
[pid=25110] ppid=25087 vsize=5356 CPUtime=0
/proc/25110/stat : 25110 (sh) S 25087 25087 23995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005761057 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25110/statm: 1339 232 193 169 0 50 0
[pid=25111] ppid=25110 vsize=38312 CPUtime=216.69
/proc/25111/stat : 25111 (minisat) R 25110 25087 23995 0 -1 4194304 9240 0 0 0 21660 9 0 0 25 0 1 0 2005761058 39231488 9226 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/25111/statm: 9578 9226 76 150 0 9425 0
Current children cumulated CPU time (s) 220.06
Current children cumulated vsize (KiB) 57268

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

/proc/meminfo: memFree=1317064/2055920 swapFree=4180412/4192956
[pid=25087] ppid=25085 vsize=13600 CPUtime=3.37
/proc/25087/stat : 25087 (sugar) S 25085 25087 23995 0 -1 4194304 1034 18457 0 2 3 1 317 16 16 0 1 0 2005760706 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25087/statm: 3400 799 370 3 0 500 0
[pid=25110] ppid=25087 vsize=5356 CPUtime=0
/proc/25110/stat : 25110 (sh) S 25087 25087 23995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005761057 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25110/statm: 1339 232 193 169 0 50 0
[pid=25111] ppid=25110 vsize=68948 CPUtime=1291.02
/proc/25111/stat : 25111 (minisat) R 25110 25087 23995 0 -1 4194304 16586 0 0 0 129084 18 0 0 25 0 1 0 2005761058 70602752 16572 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25111/statm: 17237 16572 76 150 0 17084 0
Current children cumulated CPU time (s) 1294.39
Current children cumulated vsize (KiB) 87904

[startup+1362.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/75 25142
/proc/meminfo: memFree=1316680/2055920 swapFree=4180412/4192956
[pid=25087] ppid=25085 vsize=13600 CPUtime=3.37
/proc/25087/stat : 25087 (sugar) S 25085 25087 23995 0 -1 4194304 1034 18457 0 2 3 1 317 16 16 0 1 0 2005760706 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25087/statm: 3400 799 370 3 0 500 0
[pid=25110] ppid=25087 vsize=5356 CPUtime=0
/proc/25110/stat : 25110 (sh) S 25087 25087 23995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005761057 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25110/statm: 1339 232 193 169 0 50 0
[pid=25111] ppid=25110 vsize=69248 CPUtime=1350.99
/proc/25111/stat : 25111 (minisat) R 25110 25087 23995 0 -1 4194304 16681 0 0 0 135081 18 0 0 25 0 1 0 2005761058 70909952 16659 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25111/statm: 17312 16659 76 150 0 17159 0
Current children cumulated CPU time (s) 1354.36
Current children cumulated vsize (KiB) 88204

[startup+1422.31 s]
/proc/loadavg: 2.06 2.04 2.00 3/75 25142
/proc/meminfo: memFree=1316232/2055920 swapFree=4180412/4192956
[pid=25087] ppid=25085 vsize=13600 CPUtime=3.37
/proc/25087/stat : 25087 (sugar) S 25085 25087 23995 0 -1 4194304 1034 18457 0 2 3 1 317 16 16 0 1 0 2005760706 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25087/statm: 3400 799 370 3 0 500 0
[pid=25110] ppid=25087 vsize=5356 CPUtime=0
/proc/25110/stat : 25110 (sh) S 25087 25087 23995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005761057 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25110/statm: 1339 232 193 169 0 50 0
[pid=25111] ppid=25110 vsize=69872 CPUtime=1410.96
/proc/25111/stat : 25111 (minisat) R 25110 25087 23995 0 -1 4194304 16811 0 0 0 141078 18 0 0 25 0 1 0 2005761058 71548928 16789 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25111/statm: 17468 16789 76 150 0 17315 0
Current children cumulated CPU time (s) 1414.33
Current children cumulated vsize (KiB) 88828

[startup+1482.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/75 25142
/proc/meminfo: memFree=1315912/2055920 swapFree=4180412/4192956
[pid=25087] ppid=25085 vsize=13600 CPUtime=3.37
/proc/25087/stat : 25087 (sugar) S 25085 25087 23995 0 -1 4194304 1034 18457 0 2 3 1 317 16 16 0 1 0 2005760706 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25087/statm: 3400 799 370 3 0 500 0
[pid=25110] ppid=25087 vsize=5356 CPUtime=0
/proc/25110/stat : 25110 (sh) S 25087 25087 23995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005761057 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25110/statm: 1339 232 193 169 0 50 0
[pid=25111] ppid=25110 vsize=70152 CPUtime=1470.93
/proc/25111/stat : 25111 (minisat) R 25110 25087 23995 0 -1 4194304 16869 0 0 0 147075 18 0 0 25 0 1 0 2005761058 71835648 16847 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25111/statm: 17538 16847 76 150 0 17385 0
Current children cumulated CPU time (s) 1474.3
Current children cumulated vsize (KiB) 89108

[startup+1542.3 s]
/proc/loadavg: 2.12 2.06 2.00 3/75 25142
/proc/meminfo: memFree=1315528/2055920 swapFree=4180412/4192956
[pid=25087] ppid=25085 vsize=13600 CPUtime=3.37
/proc/25087/stat : 25087 (sugar) S 25085 25087 23995 0 -1 4194304 1034 18457 0 2 3 1 317 16 16 0 1 0 2005760706 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25087/statm: 3400 799 370 3 0 500 0
[pid=25110] ppid=25087 vsize=5356 CPUtime=0
/proc/25110/stat : 25110 (sh) S 25087 25087 23995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005761057 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25110/statm: 1339 232 193 169 0 50 0
[pid=25111] ppid=25110 vsize=70808 CPUtime=1530.9
/proc/25111/stat : 25111 (minisat) R 25110 25087 23995 0 -1 4194304 16965 0 0 0 153072 18 0 0 25 0 1 0 2005761058 72507392 16943 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25111/statm: 17702 16943 76 150 0 17549 0
Current children cumulated CPU time (s) 1534.27
Current children cumulated vsize (KiB) 89764

[startup+1602.3 s]
/proc/loadavg: 2.11 2.06 2.00 3/75 25142
/proc/meminfo: memFree=1315208/2055920 swapFree=4180412/4192956
[pid=25087] ppid=25085 vsize=13600 CPUtime=3.37
/proc/25087/stat : 25087 (sugar) S 25085 25087 23995 0 -1 4194304 1034 18457 0 2 3 1 317 16 16 0 1 0 2005760706 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25087/statm: 3400 799 370 3 0 500 0
[pid=25110] ppid=25087 vsize=5356 CPUtime=0
/proc/25110/stat : 25110 (sh) S 25087 25087 23995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005761057 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25110/statm: 1339 232 193 169 0 50 0
[pid=25111] ppid=25110 vsize=71128 CPUtime=1590.87
/proc/25111/stat : 25111 (minisat) R 25110 25087 23995 0 -1 4194304 17057 0 0 0 159069 18 0 0 25 0 1 0 2005761058 72835072 17035 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25111/statm: 17782 17035 76 150 0 17629 0
Current children cumulated CPU time (s) 1594.24
Current children cumulated vsize (KiB) 90084

[startup+1662.3 s]
/proc/loadavg: 2.10 2.07 2.00 3/75 25142
/proc/meminfo: memFree=1315016/2055920 swapFree=4180412/4192956
[pid=25087] ppid=25085 vsize=13600 CPUtime=3.37
/proc/25087/stat : 25087 (sugar) S 25085 25087 23995 0 -1 4194304 1034 18457 0 2 3 1 317 16 16 0 1 0 2005760706 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25087/statm: 3400 799 370 3 0 500 0
[pid=25110] ppid=25087 vsize=5356 CPUtime=0
/proc/25110/stat : 25110 (sh) S 25087 25087 23995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005761057 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25110/statm: 1339 232 193 169 0 50 0
[pid=25111] ppid=25110 vsize=71608 CPUtime=1650.84
/proc/25111/stat : 25111 (minisat) R 25110 25087 23995 0 -1 4194304 17168 0 0 0 165066 18 0 0 25 0 1 0 2005761058 73326592 17138 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25111/statm: 17902 17138 76 150 0 17749 0
Current children cumulated CPU time (s) 1654.21
Current children cumulated vsize (KiB) 90564

[startup+1722.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/75 25142
/proc/meminfo: memFree=1314440/2055920 swapFree=4180412/4192956
[pid=25087] ppid=25085 vsize=13600 CPUtime=3.37
/proc/25087/stat : 25087 (sugar) S 25085 25087 23995 0 -1 4194304 1034 18457 0 2 3 1 317 16 16 0 1 0 2005760706 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25087/statm: 3400 799 370 3 0 500 0
[pid=25110] ppid=25087 vsize=5356 CPUtime=0
/proc/25110/stat : 25110 (sh) S 25087 25087 23995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005761057 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25110/statm: 1339 232 193 169 0 50 0
[pid=25111] ppid=25110 vsize=72412 CPUtime=1710.81
/proc/25111/stat : 25111 (minisat) R 25110 25087 23995 0 -1 4194304 17299 0 0 0 171063 18 0 0 25 0 1 0 2005761058 74149888 17269 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/25111/statm: 18103 17269 76 150 0 17950 0
Current children cumulated CPU time (s) 1714.18
Current children cumulated vsize (KiB) 91368

[startup+1782.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/75 25142
/proc/meminfo: memFree=1313992/2055920 swapFree=4180412/4192956
[pid=25087] ppid=25085 vsize=13600 CPUtime=3.37
/proc/25087/stat : 25087 (sugar) S 25085 25087 23995 0 -1 4194304 1034 18457 0 2 3 1 317 16 16 0 1 0 2005760706 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25087/statm: 3400 799 370 3 0 500 0
[pid=25110] ppid=25087 vsize=5356 CPUtime=0
/proc/25110/stat : 25110 (sh) S 25087 25087 23995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005761057 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25110/statm: 1339 232 193 169 0 50 0
[pid=25111] ppid=25110 vsize=72740 CPUtime=1770.8
/proc/25111/stat : 25111 (minisat) R 25110 25087 23995 0 -1 4194304 17391 0 0 0 177061 19 0 0 25 0 1 0 2005761058 74485760 17361 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25111/statm: 18185 17361 76 150 0 18032 0
Current children cumulated CPU time (s) 1774.17
Current children cumulated vsize (KiB) 91696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.2 s]
/proc/loadavg: 2.01 2.04 2.00 3/75 25142
/proc/meminfo: memFree=1313992/2055920 swapFree=4180412/4192956
[pid=25087] ppid=25085 vsize=13600 CPUtime=3.37
/proc/25087/stat : 25087 (sugar) S 25085 25087 23995 0 -1 4194304 1034 18457 0 2 3 1 317 16 16 0 1 0 2005760706 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25087/statm: 3400 799 370 3 0 500 0
[pid=25110] ppid=25087 vsize=5356 CPUtime=0
/proc/25110/stat : 25110 (sh) S 25087 25087 23995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005761057 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25110/statm: 1339 232 193 169 0 50 0
[pid=25111] ppid=25110 vsize=72740 CPUtime=1796.69
/proc/25111/stat : 25111 (minisat) R 25110 25087 23995 0 -1 4194304 17392 0 0 0 179650 19 0 0 25 0 1 0 2005761058 74485760 17362 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25111/statm: 18185 17362 76 150 0 18032 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 91696

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 25087 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=215511
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=187971
# CPU time returned by wait4() is 3.40348
# 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): 1808.22
CPU time (s): 1800.06
CPU user time (s): 1799.7
CPU system time (s): 0.36
CPU usage (%): 99.5485
Max. virtual memory (cumulated for all children) (KiB): 887548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.21551
system time used= 0.187971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19891
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= 2661
involuntary context switches= 2563

runsolver used 2.21166 second user time and 6.03008 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-05 16:24:24
IDJOB=1089384
IDBENCH=58261
IDSOLVER=346
FILE ID=node21/1089384-1215267864
PBS_JOBID= 7882151
Free space on /tmp= 66480 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-25/normalized-lei450-25b-15.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-1089384-1215267864/watcher-1089384-1215267864 -o /tmp/evaluation-result-1089384-1215267864/solver-1089384-1215267864 -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-1089384-1215267864.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 66871b9147092ea31691cb75373af3c1
RANDOM SEED=473087479

node21.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.263
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.263
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:       1319472 kB
Buffers:        108000 kB
Cached:         467200 kB
SwapCached:       6472 kB
Active:         317964 kB
Inactive:       347916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1319472 kB
SwapTotal:     4192956 kB
SwapFree:      4180412 kB
Dirty:            2280 kB
Writeback:           0 kB
Mapped:         105788 kB
Slab:            55640 kB
Committed_AS:  4368672 kB
PageTables:       1988 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= 66476 MiB
End job on node21 at 2008-07-05 16:54:35