Trace number 1040810

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.09 1808.57

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-34-34.xml
MD5SUM7e3280ba9dc65b7feb94946bec69bf0a
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2312
Number of constraints2808
Maximum constraint arity34
Maximum domain size117
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2245
Global constraints used (with number of constraints)cumulative(2),weightedsum(561)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 13:42:23 2008
0.00/0.04	c 0	PID 23351
0.00/0.04	c 0	HOST node67.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1040810-1214998943.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-1040810-1214998943.xml' 'HOME/temp.csp'
0.04/0.96	c 1	35 domains, 2312 variables, 2 predicates, 0 relations, 2808 constraints
0.04/0.99	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.99	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.93/1.08	c 1	Parsing HOME/temp.csp
1.21/1.35	c 1	parsed 5157 expressions
1.21/1.35	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.21/1.35	c 1	Converting to clausal form CSP
1.21/1.39	c 1	converted 516 (10%) expressions
1.21/1.39	c 1	converted 1032 (20%) expressions
1.31/1.41	c 1	converted 1548 (30%) expressions
1.31/1.41	c 1	converted 2063 (40%) expressions
1.42/1.57	c 2	converted 2579 (50%) expressions
1.52/1.63	c 2	converted 3095 (60%) expressions
1.52/1.68	c 2	converted 3610 (70%) expressions
1.61/1.73	c 2	converted 4126 (80%) expressions
1.72/1.81	c 2	converted 4642 (90%) expressions
3.40/3.55	c 4	converted 5157 (100%) expressions
3.40/3.56	c 4	CSP : 17756 integers, 5492 booleans, 47072 clauses, largest domain size 315
3.40/3.56	c 4	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.40/3.56	c 4	Propagation in CSP
3.80/3.99	c 4	87259 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.89/4.00	c 4	CSP : 17756 integers, 5492 booleans, 47072 clauses, largest domain size 118
3.89/4.00	c 4	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.89/4.02	c 4	Simplifing CSP by introducing new Boolean variables
3.89/4.04	c 4	CSP : 17756 integers, 5492 booleans, 47072 clauses, largest domain size 118
3.89/4.05	c 4	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.09/4.23	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.09/4.27	c 4	1776 (10%) CSP integer variables are encoded (6614 clauses, 83851 bytes)
4.18/4.31	c 4	3552 (20%) CSP integer variables are encoded (32126 clauses, 464492 bytes)
4.18/4.35	c 4	5327 (30%) CSP integer variables are encoded (66937 clauses, 986657 bytes)
4.18/4.40	c 4	7103 (40%) CSP integer variables are encoded (101831 clauses, 1527034 bytes)
4.29/4.44	c 4	8878 (50%) CSP integer variables are encoded (135617 clauses, 2101396 bytes)
4.29/4.49	c 5	10654 (60%) CSP integer variables are encoded (169934 clauses, 2684785 bytes)
4.38/4.54	c 5	12430 (70%) CSP integer variables are encoded (205513 clauses, 3289628 bytes)
4.38/4.59	c 5	14205 (80%) CSP integer variables are encoded (240748 clauses, 3888623 bytes)
4.48/4.63	c 5	15981 (90%) CSP integer variables are encoded (275218 clauses, 4474613 bytes)
4.48/4.68	c 5	17756 (100%) CSP integer variables are encoded (309076 clauses, 5050199 bytes)
5.17/5.37	c 5	4708 (10%) CSP clauses are encoded (675174 clauses, 11675530 bytes)
7.85/8.04	c 8	9415 (20%) CSP clauses are encoded (2117091 clauses, 42138707 bytes)
10.12/10.37	c 10	14122 (30%) CSP clauses are encoded (3355902 clauses, 68421040 bytes)
12.47/12.77	c 13	18829 (40%) CSP clauses are encoded (4594713 clauses, 96107159 bytes)
14.75/15.07	c 15	23536 (50%) CSP clauses are encoded (5848270 clauses, 126408736 bytes)
17.77/18.13	c 18	28244 (60%) CSP clauses are encoded (7478184 clauses, 165749209 bytes)
20.31/20.79	c 21	32951 (70%) CSP clauses are encoded (8778033 clauses, 197164237 bytes)
22.78/23.26	c 23	37658 (80%) CSP clauses are encoded (10016844 clauses, 227104944 bytes)
25.22/25.73	c 26	42365 (90%) CSP clauses are encoded (11236584 clauses, 256587106 bytes)
28.08/28.69	c 29	47072 (100%) CSP clauses are encoded (12696685 clauses, 291831302 bytes)
28.08/28.69	c 29	47072 CSP clauses encoded
28.08/28.69	c 29	Writing map file : HOME/temp.map
28.17/28.74	c 29	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.17/28.74	c 29	SAT : 332240 SAT variables, 12696685 SAT clauses, 291831302 bytes
28.17/28.74	c 29	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.17/28.76	c 29	SOLVING HOME/temp.cnf
28.17/28.76	c 29	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
28.17/28.76	c 29	This is MiniSat 2.0 beta
28.17/28.76	c 29	WARNING: for repeatability, setting FPU to use double precision
28.17/28.76	c 29	============================[ Problem Statistics ]=============================
28.17/28.76	c 29	|                                                                             |
28.17/28.76	c 29	|  Number of variables:  332240                                               |
28.17/28.76	c 29	|  Number of clauses:    12696685                                             |
34.53/35.20	c 35	|  Parsing time:         5.57         s                                       |
34.83/35.49	c 36	============================[ Search Statistics ]==============================
34.83/35.49	c 36	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
34.83/35.49	c 36	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
34.83/35.49	c 36	===============================================================================
34.83/35.49	c 36	|         0 |  332240 12696685 37248254 |  4232228        0    nan |  0.000 % |
40.20/40.89	c 41	|       100 |  332240 12696685 37248254 |  4655451      100     58 |  0.000 % |
45.10/45.74	c 46	|       250 |  332240 12696685 37248254 |  5120996      250     47 |  0.000 % |
53.80/54.48	c 55	|       475 |  332240 12696685 37248254 |  5633095      475     49 |  0.000 % |
64.48/65.15	c 65	|       815 |  332240 12696685 37248254 |  6196405      815     57 |  0.000 % |
78.87/79.51	c 80	|      1321 |  332240 12696685 37248254 |  6816046     1321     62 |  0.000 % |
102.95/103.67	c 104	|      2082 |  332240 12696685 37248254 |  7497650     2082     71 |  0.000 % |
138.51/139.23	c 139	|      3221 |  332240 12696685 37248254 |  8247415     3221     75 |  0.000 % |
197.54/198.51	c 199	|      4929 |  332240 12696685 37248254 |  9072157     4929     71 |  0.000 % |
280.99/282.49	c 283	|      7491 |  332240 12696685 37248254 |  9979373     7491     69 |  0.000 % |
421.36/423.59	c 424	|     11335 |  332240 12696685 37248254 | 10977310    11335     64 |  0.000 % |
605.30/608.29	c 608	|     17102 |  332240 12696685 37248254 | 12075041    17102     74 |  0.000 % |
914.32/918.52	c 919	|     25751 |  332240 12696685 37248254 | 13282545    25751     68 |  0.000 % |
1367.93/1374.09	c 1374	|     38728 |  332240 12696685 37248254 | 14610800    38728     68 |  0.000 % |
1800.05/1807.92	c ERROR INTERRUPTED
1800.05/1807.99	s UNKNOWN
1800.05/1807.99	c 1808	CPU 26.09 (0.03 0.01 26.06 2.15)
1800.05/1807.99	c 1808	END Wed Jul  2 14:12:31 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-1040810-1214998943/watcher-1040810-1214998943 -o /tmp/evaluation-result-1040810-1214998943/solver-1040810-1214998943 -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-1040810-1214998943.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.02 2.01 1.70 4/82 23351
/proc/meminfo: memFree=1522864/2055920 swapFree=4176644/4192956
[pid=23351] ppid=23349 vsize=12000 CPUtime=0
/proc/23351/stat : 23351 (sugar) R 23349 23351 23079 0 -1 4194304 212 0 0 0 0 0 0 0 20 0 1 0 1978863845 12288000 180 996147200 4194304 4206940 548682068608 18446744073709551615 271652025376 0 0 4224 0 0 0 0 17 1 0 0
/proc/23351/statm: 3000 180 141 3 0 100 0

[startup+0.0659451 s]
/proc/loadavg: 2.02 2.01 1.70 4/82 23351
/proc/meminfo: memFree=1522864/2055920 swapFree=4176644/4192956
[pid=23351] ppid=23349 vsize=13600 CPUtime=0.04
/proc/23351/stat : 23351 (sugar) S 23349 23351 23079 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 1978863845 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23351/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102942 s]
/proc/loadavg: 2.02 2.01 1.70 4/82 23351
/proc/meminfo: memFree=1522864/2055920 swapFree=4176644/4192956
[pid=23351] ppid=23349 vsize=13600 CPUtime=0.04
/proc/23351/stat : 23351 (sugar) S 23349 23351 23079 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 1978863845 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23351/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302979 s]
/proc/loadavg: 2.02 2.01 1.70 4/82 23351
/proc/meminfo: memFree=1522864/2055920 swapFree=4176644/4192956
[pid=23351] ppid=23349 vsize=13600 CPUtime=0.04
/proc/23351/stat : 23351 (sugar) S 23349 23351 23079 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 1978863845 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23351/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701053 s]
/proc/loadavg: 2.02 2.01 1.70 4/82 23351
/proc/meminfo: memFree=1522864/2055920 swapFree=4176644/4192956
[pid=23351] ppid=23349 vsize=13600 CPUtime=0.04
/proc/23351/stat : 23351 (sugar) S 23349 23351 23079 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 1978863845 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23351/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.5012 s]
/proc/loadavg: 2.02 2.01 1.70 3/85 23365
/proc/meminfo: memFree=1513240/2055920 swapFree=4176644/4192956
[pid=23351] ppid=23349 vsize=13600 CPUtime=0.93
/proc/23351/stat : 23351 (sugar) S 23349 23351 23079 0 -1 4194304 974 6948 0 1 3 1 85 4 15 0 1 0 1978863845 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23351/statm: 3400 797 370 3 0 500 0
[pid=23364] ppid=23351 vsize=5356 CPUtime=0
/proc/23364/stat : 23364 (sh) S 23351 23351 23079 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978863944 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23364/statm: 1339 233 193 169 0 50 0
[pid=23365] ppid=23364 vsize=867192 CPUtime=0.49
/proc/23365/stat : 23365 (java) S 23364 23351 23079 0 -1 0 4986 0 1 0 45 4 0 0 18 0 9 0 1978863945 888004608 4432 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23365/statm: 216798 4432 1731 9 0 211373 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886148

[startup+3.10518 s]
/proc/loadavg: 2.02 2.01 1.70 3/93 23373
/proc/meminfo: memFree=1485912/2055920 swapFree=4176644/4192956
[pid=23351] ppid=23349 vsize=13600 CPUtime=0.93
/proc/23351/stat : 23351 (sugar) S 23349 23351 23079 0 -1 4194304 974 6948 0 1 3 1 85 4 15 0 1 0 1978863845 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23351/statm: 3400 797 370 3 0 500 0
[pid=23364] ppid=23351 vsize=5356 CPUtime=0
/proc/23364/stat : 23364 (sh) S 23351 23351 23079 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978863944 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23364/statm: 1339 233 193 169 0 50 0
[pid=23365] ppid=23364 vsize=868388 CPUtime=2.07
/proc/23365/stat : 23365 (java) S 23364 23351 23079 0 -1 0 11625 0 1 0 199 8 0 0 18 0 9 0 1978863945 889229312 10670 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23365/statm: 217097 10670 2541 9 0 211672 0
[pid=23365/tid=23366] ppid=23364 vsize=868388 CPUtime=1.22
/proc/23365/task/23366/stat : 23366 (java) R 23364 23351 23079 0 -1 64 2975 0 1 0 120 2 0 0 25 0 9 0 1978863946 889229312 10670 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23367] ppid=23364 vsize=868388 CPUtime=0.56
/proc/23365/task/23367/stat : 23367 (java) S 23364 23351 23079 0 -1 64 6455 0 0 0 53 3 0 0 15 0 9 0 1978863947 889229312 10670 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23368] ppid=23364 vsize=868388 CPUtime=0
/proc/23365/task/23368/stat : 23368 (java) S 23364 23351 23079 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978863947 889229312 10670 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23369] ppid=23364 vsize=868388 CPUtime=0
/proc/23365/task/23369/stat : 23369 (java) S 23364 23351 23079 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978863947 889229312 10670 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23370] ppid=23364 vsize=868388 CPUtime=0
/proc/23365/task/23370/stat : 23370 (java) S 23364 23351 23079 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978863949 889229312 10670 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23371] ppid=23364 vsize=868388 CPUtime=0.25
/proc/23365/task/23371/stat : 23371 (java) S 23364 23351 23079 0 -1 64 1502 0 0 0 25 0 0 0 16 0 9 0 1978863949 889229312 10670 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23372] ppid=23364 vsize=868388 CPUtime=0
/proc/23365/task/23372/stat : 23372 (java) S 23364 23351 23079 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978863949 889229312 10670 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23373] ppid=23364 vsize=868388 CPUtime=0
/proc/23365/task/23373/stat : 23373 (java) S 23364 23351 23079 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978863949 889229312 10670 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887344

[startup+6.30107 s]
/proc/loadavg: 2.18 2.05 1.71 3/93 23373
/proc/meminfo: memFree=1424408/2055920 swapFree=4176644/4192956
[pid=23351] ppid=23349 vsize=13600 CPUtime=0.93
/proc/23351/stat : 23351 (sugar) S 23349 23351 23079 0 -1 4194304 974 6948 0 1 3 1 85 4 15 0 1 0 1978863845 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23351/statm: 3400 797 370 3 0 500 0
[pid=23364] ppid=23351 vsize=5356 CPUtime=0
/proc/23364/stat : 23364 (sh) S 23351 23351 23079 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978863944 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23364/statm: 1339 233 193 169 0 50 0
[pid=23365] ppid=23364 vsize=868500 CPUtime=5.24
/proc/23365/stat : 23365 (java) S 23364 23351 23079 0 -1 0 15310 0 1 0 499 25 0 0 18 0 9 0 1978863945 889344000 13729 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23365/statm: 217125 13729 2565 9 0 211672 0
[pid=23365/tid=23366] ppid=23364 vsize=868500 CPUtime=3.76
/proc/23365/task/23366/stat : 23366 (java) R 23364 23351 23079 0 -1 64 3458 0 1 0 360 16 0 0 25 0 9 0 1978863946 889344000 13729 996147200 134512640 134550740 4294955952 18446744073709551615 4127144906 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23367] ppid=23364 vsize=868500 CPUtime=1.11
/proc/23365/task/23367/stat : 23367 (java) S 23364 23351 23079 0 -1 64 9613 0 0 0 105 6 0 0 16 0 9 0 1978863947 889344000 13729 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23368] ppid=23364 vsize=868500 CPUtime=0
/proc/23365/task/23368/stat : 23368 (java) S 23364 23351 23079 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978863947 889344000 13729 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23369] ppid=23364 vsize=868500 CPUtime=0
/proc/23365/task/23369/stat : 23369 (java) S 23364 23351 23079 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978863947 889344000 13729 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23370] ppid=23364 vsize=868500 CPUtime=0
/proc/23365/task/23370/stat : 23370 (java) S 23364 23351 23079 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978863949 889344000 13729 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23371] ppid=23364 vsize=868500 CPUtime=0.33
/proc/23365/task/23371/stat : 23371 (java) S 23364 23351 23079 0 -1 64 1546 0 0 0 32 1 0 0 16 0 9 0 1978863949 889344000 13729 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23372] ppid=23364 vsize=868500 CPUtime=0
/proc/23365/task/23372/stat : 23372 (java) S 23364 23351 23079 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978863949 889344000 13729 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23373] ppid=23364 vsize=868500 CPUtime=0
/proc/23365/task/23373/stat : 23373 (java) S 23364 23351 23079 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978863949 889344000 13729 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887456

[startup+12.7022 s]
/proc/loadavg: 2.24 2.06 1.72 4/93 23373
/proc/meminfo: memFree=1298584/2055920 swapFree=4176644/4192956
[pid=23351] ppid=23349 vsize=13600 CPUtime=0.93
/proc/23351/stat : 23351 (sugar) S 23349 23351 23079 0 -1 4194304 974 6948 0 1 3 1 85 4 16 0 1 0 1978863845 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23351/statm: 3400 797 370 3 0 500 0
[pid=23364] ppid=23351 vsize=5356 CPUtime=0
/proc/23364/stat : 23364 (sh) S 23351 23351 23079 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978863944 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23364/statm: 1339 233 193 169 0 50 0
[pid=23365] ppid=23364 vsize=868500 CPUtime=11.54
/proc/23365/stat : 23365 (java) S 23364 23351 23079 0 -1 0 15815 0 1 0 1081 73 0 0 18 0 9 0 1978863945 889344000 13730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23365/statm: 217125 13730 2565 9 0 211672 0
[pid=23365/tid=23366] ppid=23364 vsize=868500 CPUtime=9.83
/proc/23365/task/23366/stat : 23366 (java) R 23364 23351 23079 0 -1 64 3962 0 1 0 922 61 0 0 25 0 9 0 1978863946 889344000 13730 996147200 134512640 134550740 4294955952 18446744073709551615 4126474890 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23367] ppid=23364 vsize=868500 CPUtime=1.35
/proc/23365/task/23367/stat : 23367 (java) S 23364 23351 23079 0 -1 64 9613 0 0 0 125 10 0 0 16 0 9 0 1978863947 889344000 13730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23368] ppid=23364 vsize=868500 CPUtime=0
/proc/23365/task/23368/stat : 23368 (java) S 23364 23351 23079 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978863947 889344000 13730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23369] ppid=23364 vsize=868500 CPUtime=0
/proc/23365/task/23369/stat : 23369 (java) S 23364 23351 23079 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978863947 889344000 13730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23370] ppid=23364 vsize=868500 CPUtime=0
/proc/23365/task/23370/stat : 23370 (java) S 23364 23351 23079 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978863949 889344000 13730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23371] ppid=23364 vsize=868500 CPUtime=0.33
/proc/23365/task/23371/stat : 23371 (java) S 23364 23351 23079 0 -1 64 1547 0 0 0 32 1 0 0 17 0 9 0 1978863949 889344000 13730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23372] ppid=23364 vsize=868500 CPUtime=0
/proc/23365/task/23372/stat : 23372 (java) S 23364 23351 23079 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978863949 889344000 13730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23373] ppid=23364 vsize=868500 CPUtime=0
/proc/23365/task/23373/stat : 23373 (java) S 23364 23351 23079 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978863949 889344000 13730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 887456

[startup+25.5026 s]
/proc/loadavg: 2.85 2.20 1.77 3/94 23375
/proc/meminfo: memFree=1030544/2055920 swapFree=4176644/4192956
[pid=23351] ppid=23349 vsize=13600 CPUtime=0.93
/proc/23351/stat : 23351 (sugar) S 23349 23351 23079 0 -1 4194304 974 6948 0 1 3 1 85 4 16 0 1 0 1978863845 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23351/statm: 3400 797 370 3 0 500 0
[pid=23364] ppid=23351 vsize=5356 CPUtime=0
/proc/23364/stat : 23364 (sh) S 23351 23351 23079 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978863944 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23364/statm: 1339 233 193 169 0 50 0
[pid=23365] ppid=23364 vsize=868500 CPUtime=24.11
/proc/23365/stat : 23365 (java) S 23364 23351 23079 0 -1 0 16852 0 1 0 2226 185 0 0 18 0 9 0 1978863945 889344000 13730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23365/statm: 217125 13730 2565 9 0 211672 0
[pid=23365/tid=23366] ppid=23364 vsize=868500 CPUtime=21.95
/proc/23365/task/23366/stat : 23366 (java) R 23364 23351 23079 0 -1 64 4999 0 1 0 2028 167 0 0 25 0 9 0 1978863946 889344000 13730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23367] ppid=23364 vsize=868500 CPUtime=1.79
/proc/23365/task/23367/stat : 23367 (java) S 23364 23351 23079 0 -1 64 9613 0 0 0 164 15 0 0 16 0 9 0 1978863947 889344000 13730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23368] ppid=23364 vsize=868500 CPUtime=0
/proc/23365/task/23368/stat : 23368 (java) S 23364 23351 23079 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978863947 889344000 13730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23369] ppid=23364 vsize=868500 CPUtime=0
/proc/23365/task/23369/stat : 23369 (java) S 23364 23351 23079 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978863947 889344000 13730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23370] ppid=23364 vsize=868500 CPUtime=0
/proc/23365/task/23370/stat : 23370 (java) S 23364 23351 23079 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978863949 889344000 13730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23371] ppid=23364 vsize=868500 CPUtime=0.33
/proc/23365/task/23371/stat : 23371 (java) S 23364 23351 23079 0 -1 64 1547 0 0 0 32 1 0 0 17 0 9 0 1978863949 889344000 13730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23372] ppid=23364 vsize=868500 CPUtime=0
/proc/23365/task/23372/stat : 23372 (java) S 23364 23351 23079 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978863949 889344000 13730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23365/tid=23373] ppid=23364 vsize=868500 CPUtime=0
/proc/23365/task/23373/stat : 23373 (java) S 23364 23351 23079 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978863949 889344000 13730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 887456

[startup+51.1022 s]
/proc/loadavg: 3.07 2.31 1.82 3/85 23379
/proc/meminfo: memFree=334616/2055920 swapFree=4176644/4192956
[pid=23351] ppid=23349 vsize=13600 CPUtime=28.24
/proc/23351/stat : 23351 (sugar) S 23349 23351 23079 0 -1 4194304 1033 24365 0 2 3 1 2605 215 16 0 1 0 1978863845 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0

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

[pid=23377] ppid=23376 vsize=590200 CPUtime=1447.54
/proc/23377/stat : 23377 (minisat) R 23376 23351 23079 0 -1 4194304 141211 0 0 0 144619 135 0 0 25 0 1 0 1978866721 604364800 141197 996147200 134512640 135127466 4294956272 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/23377/statm: 147550 141197 76 150 0 147397 0
Current children cumulated CPU time (s) 1475.78
Current children cumulated vsize (KiB) 609156

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 23412
/proc/meminfo: memFree=1359776/2055920 swapFree=4181476/4192956
[pid=23351] ppid=23349 vsize=13600 CPUtime=28.24
/proc/23351/stat : 23351 (sugar) S 23349 23351 23079 0 -1 4194304 1033 24365 0 2 3 1 2605 215 16 0 1 0 1978863845 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23351/statm: 3400 799 370 3 0 500 0
[pid=23376] ppid=23351 vsize=5356 CPUtime=0
/proc/23376/stat : 23376 (sh) S 23351 23351 23079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978866721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23376/statm: 1339 232 193 169 0 50 0
[pid=23377] ppid=23376 vsize=590464 CPUtime=1507.31
/proc/23377/stat : 23377 (minisat) R 23376 23351 23079 0 -1 4194304 141309 0 0 0 150595 136 0 0 25 0 1 0 1978866721 604635136 141295 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/23377/statm: 147616 141295 76 150 0 147463 0
Current children cumulated CPU time (s) 1535.55
Current children cumulated vsize (KiB) 609420

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23412
/proc/meminfo: memFree=1359264/2055920 swapFree=4181476/4192956
[pid=23351] ppid=23349 vsize=13600 CPUtime=28.24
/proc/23351/stat : 23351 (sugar) S 23349 23351 23079 0 -1 4194304 1033 24365 0 2 3 1 2605 215 16 0 1 0 1978863845 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23351/statm: 3400 799 370 3 0 500 0
[pid=23376] ppid=23351 vsize=5356 CPUtime=0
/proc/23376/stat : 23376 (sh) S 23351 23351 23079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978866721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23376/statm: 1339 232 193 169 0 50 0
[pid=23377] ppid=23376 vsize=591124 CPUtime=1567.06
/proc/23377/stat : 23377 (minisat) R 23376 23351 23079 0 -1 4194304 141449 0 0 0 156570 136 0 0 25 0 1 0 1978866721 605310976 141435 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23377/statm: 147781 141435 76 150 0 147628 0
Current children cumulated CPU time (s) 1595.3
Current children cumulated vsize (KiB) 610080

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23412
/proc/meminfo: memFree=1358688/2055920 swapFree=4181476/4192956
[pid=23351] ppid=23349 vsize=13600 CPUtime=28.24
/proc/23351/stat : 23351 (sugar) S 23349 23351 23079 0 -1 4194304 1033 24365 0 2 3 1 2605 215 16 0 1 0 1978863845 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23351/statm: 3400 799 370 3 0 500 0
[pid=23376] ppid=23351 vsize=5356 CPUtime=0
/proc/23376/stat : 23376 (sh) S 23351 23351 23079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978866721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23376/statm: 1339 232 193 169 0 50 0
[pid=23377] ppid=23376 vsize=591652 CPUtime=1626.8
/proc/23377/stat : 23377 (minisat) R 23376 23351 23079 0 -1 4194304 141578 0 0 0 162544 136 0 0 25 0 1 0 1978866721 605851648 141564 996147200 134512640 135127466 4294956272 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 0 0 0
/proc/23377/statm: 147913 141564 76 150 0 147760 0
Current children cumulated CPU time (s) 1655.04
Current children cumulated vsize (KiB) 610608

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23412
/proc/meminfo: memFree=1358240/2055920 swapFree=4181476/4192956
[pid=23351] ppid=23349 vsize=13600 CPUtime=28.24
/proc/23351/stat : 23351 (sugar) S 23349 23351 23079 0 -1 4194304 1033 24365 0 2 3 1 2605 215 16 0 1 0 1978863845 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23351/statm: 3400 799 370 3 0 500 0
[pid=23376] ppid=23351 vsize=5356 CPUtime=0
/proc/23376/stat : 23376 (sh) S 23351 23351 23079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978866721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23376/statm: 1339 232 193 169 0 50 0
[pid=23377] ppid=23376 vsize=592048 CPUtime=1686.56
/proc/23377/stat : 23377 (minisat) R 23376 23351 23079 0 -1 4194304 141693 0 0 0 168520 136 0 0 25 0 1 0 1978866721 606257152 141679 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23377/statm: 148012 141679 76 150 0 147859 0
Current children cumulated CPU time (s) 1714.8
Current children cumulated vsize (KiB) 611004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23412
/proc/meminfo: memFree=1357536/2055920 swapFree=4181476/4192956
[pid=23351] ppid=23349 vsize=13600 CPUtime=28.24
/proc/23351/stat : 23351 (sugar) S 23349 23351 23079 0 -1 4194304 1033 24365 0 2 3 1 2605 215 16 0 1 0 1978863845 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23351/statm: 3400 799 370 3 0 500 0
[pid=23376] ppid=23351 vsize=5356 CPUtime=0
/proc/23376/stat : 23376 (sh) S 23351 23351 23079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978866721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23376/statm: 1339 232 193 169 0 50 0
[pid=23377] ppid=23376 vsize=592576 CPUtime=1746.32
/proc/23377/stat : 23377 (minisat) R 23376 23351 23079 0 -1 4194304 141841 0 0 0 174495 137 0 0 25 0 1 0 1978866721 606797824 141827 996147200 134512640 135127466 4294956272 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/23377/statm: 148144 141827 76 150 0 147991 0
Current children cumulated CPU time (s) 1774.56
Current children cumulated vsize (KiB) 611532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23412
/proc/meminfo: memFree=1357408/2055920 swapFree=4181476/4192956
[pid=23351] ppid=23349 vsize=13600 CPUtime=28.24
/proc/23351/stat : 23351 (sugar) S 23349 23351 23079 0 -1 4194304 1033 24365 0 2 3 1 2605 215 16 0 1 0 1978863845 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23351/statm: 3400 799 370 3 0 500 0
[pid=23376] ppid=23351 vsize=5356 CPUtime=0
/proc/23376/stat : 23376 (sh) S 23351 23351 23079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978866721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23376/statm: 1339 232 193 169 0 50 0
[pid=23377] ppid=23376 vsize=592840 CPUtime=1771.81
/proc/23377/stat : 23377 (minisat) R 23376 23351 23079 0 -1 4194304 141890 0 0 0 177044 137 0 0 25 0 1 0 1978866721 607068160 141876 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23377/statm: 148210 141876 76 150 0 148057 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 611796

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

[startup+1807.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23412
/proc/meminfo: memFree=1357408/2055920 swapFree=4181476/4192956
[pid=23351] ppid=23349 vsize=13600 CPUtime=28.24
/proc/23351/stat : 23351 (sugar) S 23349 23351 23079 0 -1 4194304 1033 24365 0 2 3 1 2605 215 16 0 1 0 1978863845 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23351/statm: 3400 799 370 3 0 500 0
[pid=23376] ppid=23351 vsize=5356 CPUtime=0
/proc/23376/stat : 23376 (sh) S 23351 23351 23079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978866721 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23376/statm: 1339 232 193 169 0 50 0
[pid=23377] ppid=23376 vsize=592840 CPUtime=1771.81
/proc/23377/stat : 23377 (minisat) R 23376 23351 23079 0 -1 4194304 141890 0 0 0 177044 137 0 0 25 0 1 0 1978866721 607068160 141876 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23377/statm: 148210 141876 76 150 0 148057 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 611796

# WARNING:
# current cumulated CPU time (28.25 s) is less than in the last sample (1800.05 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1771.8 s) to the 'lost time'.

[startup+1808.02 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23412
/proc/meminfo: memFree=1357408/2055920 swapFree=4181476/4192956
[pid=23351] ppid=23349 vsize=13600 CPUtime=28.25
/proc/23351/stat : 23351 (sugar) D 23349 23351 23079 0 -1 4194304 1069 24642 0 2 3 1 2606 215 16 0 1 0 1978863845 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 271638565929 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23351/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 28.25
Current children cumulated vsize (KiB) 13600

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

[startup+1808.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23412
/proc/meminfo: memFree=1357408/2055920 swapFree=4181476/4192956
[pid=23351] ppid=23349 vsize=13600 CPUtime=28.25
/proc/23351/stat : 23351 (sugar) D 23349 23351 23079 0 -1 4194304 1069 24642 0 2 3 1 2606 215 15 0 1 0 1978863845 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 271638565929 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23351/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 28.25
Current children cumulated vsize (KiB) 13600

[startup+1808.41 s]
/proc/loadavg: 2.00 2.00 2.00 2/74 23413
/proc/meminfo: memFree=1925864/2055920 swapFree=4181476/4192956
[pid=23351] ppid=23349 vsize=13600 CPUtime=28.26
/proc/23351/stat : 23351 (sugar) D 23349 23351 23079 0 -1 4194304 1069 24642 0 2 3 2 2606 215 15 0 1 0 1978863845 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 271638565929 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23351/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 28.26
Current children cumulated vsize (KiB) 13600

[startup+1808.5 s]
/proc/loadavg: 2.00 2.00 2.00 2/74 23413
/proc/meminfo: memFree=1925864/2055920 swapFree=4181476/4192956
[pid=23351] ppid=23349 vsize=13600 CPUtime=28.26
/proc/23351/stat : 23351 (sugar) D 23349 23351 23079 0 -1 4194304 1069 24642 0 2 3 2 2606 215 15 0 1 0 1978863845 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 271638565929 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23351/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 28.26
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1771.8
#  lost CPU user time (s): 1770.43
#  lost CPU system time (s): 1.37

Real time (s): 1808.57
CPU time (s): 1800.09
CPU user time (s): 1796.53
CPU system time (s): 3.56367
CPU usage (%): 99.5309
Max. virtual memory (cumulated for all children) (KiB): 887848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.097
system time used= 2.19367
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25742
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= 17632
involuntary context switches= 18049

runsolver used 1.73574 second user time and 5.14622 second system time

The end

Launcher Data (download as text)

Begin job on node67 at 2008-07-02 13:42:23
IDJOB=1040810
IDBENCH=53743
IDSOLVER=346
FILE ID=node67/1040810-1214998943
PBS_JOBID= 7870788
Free space on /tmp= 66476 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-34-34.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-1040810-1214998943/watcher-1040810-1214998943 -o /tmp/evaluation-result-1040810-1214998943/solver-1040810-1214998943 -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-1040810-1214998943.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7e3280ba9dc65b7feb94946bec69bf0a
RANDOM SEED=1971383135

node67.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.281
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.281
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:       1523408 kB
Buffers:         42864 kB
Cached:         386512 kB
SwapCached:      10176 kB
Active:         177888 kB
Inactive:       281536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1523408 kB
SwapTotal:     4192956 kB
SwapFree:      4176644 kB
Dirty:           68628 kB
Writeback:           0 kB
Mapped:          42240 kB
Slab:            58180 kB
Committed_AS:  3965616 kB
PageTables:       1956 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= 66536 MiB
End job on node67 at 2008-07-02 14:12:33