Trace number 1041960

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.15 1808.64

General information on the benchmark

Namecsp/allsquares/
normalized-squares-34-34.xml
MD5SUM3c99f073f43d91d177d7138b4b000c83
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 size118
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 14:29:05 2008
0.00/0.04	c 0	PID 22926
0.00/0.05	c 0	HOST node18.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1041960-1215001745.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-1041960-1215001745.xml' 'HOME/temp.csp'
1.16/1.22	c 1	35 domains, 2312 variables, 2 predicates, 0 relations, 2808 constraints
1.16/1.26	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.16/1.26	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'
1.19/1.34	c 1	Parsing HOME/temp.csp
1.19/1.61	c 2	parsed 5157 expressions
1.19/1.61	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.19/1.61	c 2	Converting to clausal form CSP
1.19/1.64	c 2	converted 516 (10%) expressions
1.19/1.65	c 2	converted 1032 (20%) expressions
1.19/1.66	c 2	converted 1548 (30%) expressions
1.19/1.66	c 2	converted 2063 (40%) expressions
1.19/1.82	c 2	converted 2579 (50%) expressions
1.19/1.89	c 2	converted 3095 (60%) expressions
1.19/1.93	c 2	converted 3610 (70%) expressions
1.19/1.98	c 2	converted 4126 (80%) expressions
1.19/2.07	c 2	converted 4642 (90%) expressions
3.69/3.81	c 4	converted 5157 (100%) expressions
3.69/3.82	c 4	CSP : 17888 integers, 5560 booleans, 47474 clauses, largest domain size 315
3.69/3.82	c 4	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.69/3.82	c 4	Propagation in CSP
4.09/4.25	c 4	86413 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.09/4.26	c 4	CSP : 17888 integers, 5560 booleans, 47474 clauses, largest domain size 119
4.09/4.26	c 4	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.09/4.28	c 4	Simplifing CSP by introducing new Boolean variables
4.19/4.31	c 4	CSP : 17888 integers, 5560 booleans, 47474 clauses, largest domain size 119
4.19/4.31	c 4	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.29/4.50	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.38/4.55	c 5	1789 (10%) CSP integer variables are encoded (6682 clauses, 84735 bytes)
4.38/4.58	c 5	3578 (20%) CSP integer variables are encoded (32161 clauses, 465017 bytes)
4.47/4.63	c 5	5367 (30%) CSP integer variables are encoded (67531 clauses, 995567 bytes)
4.47/4.67	c 5	7156 (40%) CSP integer variables are encoded (102901 clauses, 1545224 bytes)
4.57/4.72	c 5	8944 (50%) CSP integer variables are encoded (137047 clauses, 2125706 bytes)
4.57/4.77	c 5	10733 (60%) CSP integer variables are encoded (171724 clauses, 2715215 bytes)
4.67/4.82	c 5	12522 (70%) CSP integer variables are encoded (207561 clauses, 3324444 bytes)
4.67/4.86	c 5	14311 (80%) CSP integer variables are encoded (243345 clauses, 3932772 bytes)
4.77/4.90	c 5	16100 (90%) CSP integer variables are encoded (278135 clauses, 4524202 bytes)
4.77/4.95	c 5	17888 (100%) CSP integer variables are encoded (312243 clauses, 5104038 bytes)
5.37/5.58	c 6	4748 (10%) CSP clauses are encoded (682870 clauses, 11813038 bytes)
7.86/8.07	c 8	9495 (20%) CSP clauses are encoded (2173987 clauses, 43332918 bytes)
10.04/10.22	c 10	14243 (30%) CSP clauses are encoded (3425968 clauses, 69895869 bytes)
12.22/12.43	c 12	18990 (40%) CSP clauses are encoded (4673859 clauses, 97930736 bytes)
14.53/14.72	c 15	23737 (50%) CSP clauses are encoded (5939812 clauses, 128533358 bytes)
17.49/17.75	c 18	28485 (60%) CSP clauses are encoded (7585946 clauses, 168267365 bytes)
19.87/20.18	c 20	33232 (70%) CSP clauses are encoded (8908041 clauses, 200223263 bytes)
22.15/22.48	c 22	37980 (80%) CSP clauses are encoded (10155991 clauses, 230387063 bytes)
24.44/24.80	c 25	42727 (90%) CSP clauses are encoded (11416877 clauses, 260867282 bytes)
27.17/27.57	c 28	47474 (100%) CSP clauses are encoded (12893823 clauses, 296518701 bytes)
27.17/27.57	c 28	47474 CSP clauses encoded
27.17/27.57	c 28	Writing map file : HOME/temp.map
27.27/27.62	c 28	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.27/27.62	c 28	SAT : 335607 SAT variables, 12893823 SAT clauses, 296518701 bytes
27.27/27.62	c 28	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.27/27.68	c 28	SOLVING HOME/temp.cnf
27.27/27.68	c 28	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
27.27/27.68	c 28	This is MiniSat 2.0 beta
27.27/27.68	c 28	WARNING: for repeatability, setting FPU to use double precision
27.27/27.68	c 28	============================[ Problem Statistics ]=============================
27.27/27.68	c 28	|                                                                             |
27.27/27.69	c 28	|  Number of variables:  335607                                               |
27.27/27.69	c 28	|  Number of clauses:    12893823                                             |
33.95/34.47	c 34	|  Parsing time:         5.85         s                                       |
34.25/34.78	c 35	============================[ Search Statistics ]==============================
34.25/34.78	c 35	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
34.25/34.78	c 35	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
34.25/34.78	c 35	===============================================================================
34.25/34.78	c 35	|         0 |  335607 12893823 37830740 |  4297941        0    nan |  0.000 % |
39.40/39.91	c 40	|       101 |  335607 12893823 37830740 |  4727735      101     73 |  0.000 % |
45.25/45.86	c 46	|       251 |  335607 12893823 37830740 |  5200508      251     54 |  0.000 % |
53.86/54.52	c 55	|       478 |  335607 12893823 37830740 |  5720559      478     57 |  0.000 % |
64.35/65.17	c 65	|       815 |  335607 12893823 37830740 |  6292615      815     52 |  0.000 % |
79.13/80.01	c 80	|      1321 |  335607 12893823 37830740 |  6921876     1321     55 |  0.000 % |
107.45/108.61	c 109	|      2081 |  335607 12893823 37830740 |  7614064     2081     59 |  0.000 % |
150.64/152.29	c 152	|      3221 |  335607 12893823 37830740 |  8375471     3221     52 |  0.000 % |
207.80/209.93	c 210	|      4929 |  335607 12893823 37830740 |  9213018     4929     56 |  0.000 % |
286.46/289.32	c 289	|      7491 |  335607 12893823 37830740 | 10134320     7491     70 |  0.000 % |
425.53/429.73	c 430	|     11337 |  335607 12893823 37830740 | 11147752    11337     75 |  0.000 % |
642.27/648.50	c 648	|     17104 |  335607 12893823 37830740 | 12262527    17104     74 |  0.000 % |
987.58/995.63	c 996	|     25753 |  335607 12893823 37830740 | 13488779    25753     74 |  0.000 % |
1424.48/1432.70	c 1433	|     38727 |  335607 12893823 37830740 | 14837657    38727     74 |  0.000 % |
1800.01/1808.42	c ERROR INTERRUPTED
1800.01/1808.51	s UNKNOWN
1800.01/1808.51	c 1808	CPU 25.34 (0.03 0.01 25.31 1.97)
1800.01/1808.51	c 1808	END Wed Jul  2 14:59:13 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-1041960-1215001745/watcher-1041960-1215001745 -o /tmp/evaluation-result-1041960-1215001745/solver-1041960-1215001745 -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-1041960-1215001745.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.01 2.04 1.98 4/74 22926
/proc/meminfo: memFree=1915360/2055920 swapFree=4180540/4192956
[pid=22926] ppid=22924 vsize=18572 CPUtime=0
/proc/22926/stat : 22926 (runsolver) R 22924 22926 22231 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1979148890 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 227848809767 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22926/statm: 4643 292 257 25 0 2626 0

[startup+0.093137 s]
/proc/loadavg: 2.01 2.04 1.98 4/74 22926
/proc/meminfo: memFree=1915360/2055920 swapFree=4180540/4192956
[pid=22926] ppid=22924 vsize=13600 CPUtime=0.04
/proc/22926/stat : 22926 (sugar) S 22924 22926 22231 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1979148890 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22926/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101137 s]
/proc/loadavg: 2.01 2.04 1.98 4/74 22926
/proc/meminfo: memFree=1915360/2055920 swapFree=4180540/4192956
[pid=22926] ppid=22924 vsize=13600 CPUtime=0.04
/proc/22926/stat : 22926 (sugar) S 22924 22926 22231 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1979148890 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22926/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301167 s]
/proc/loadavg: 2.01 2.04 1.98 4/74 22926
/proc/meminfo: memFree=1915360/2055920 swapFree=4180540/4192956
[pid=22926] ppid=22924 vsize=13600 CPUtime=0.04
/proc/22926/stat : 22926 (sugar) S 22924 22926 22231 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1979148890 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22926/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701244 s]
/proc/loadavg: 2.01 2.04 1.98 4/74 22926
/proc/meminfo: memFree=1915360/2055920 swapFree=4180540/4192956
[pid=22926] ppid=22924 vsize=13600 CPUtime=0.04
/proc/22926/stat : 22926 (sugar) S 22924 22926 22231 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1979148890 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22926/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50139 s]
/proc/loadavg: 2.01 2.04 1.98 4/85 22938
/proc/meminfo: memFree=1900040/2055920 swapFree=4180540/4192956
[pid=22926] ppid=22924 vsize=13600 CPUtime=1.19
/proc/22926/stat : 22926 (sugar) S 22924 22926 22231 0 -1 4194304 973 6949 0 2 3 1 110 5 16 0 1 0 1979148890 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22926/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 13600

[startup+3.10467 s]
/proc/loadavg: 2.01 2.04 1.98 4/85 22948
/proc/meminfo: memFree=1896776/2055920 swapFree=4180540/4192956
[pid=22926] ppid=22924 vsize=13600 CPUtime=1.19
/proc/22926/stat : 22926 (sugar) S 22924 22926 22231 0 -1 4194304 974 6949 0 2 3 1 110 5 15 0 1 0 1979148890 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22926/statm: 3400 797 370 3 0 500 0
[pid=22939] ppid=22926 vsize=5356 CPUtime=0
/proc/22939/stat : 22939 (sh) S 22926 22926 22231 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979149016 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22939/statm: 1339 233 193 169 0 50 0
[pid=22940] ppid=22939 vsize=868388 CPUtime=1.81
/proc/22940/stat : 22940 (java) S 22939 22926 22231 0 -1 0 11274 0 2 0 174 7 0 0 19 0 9 0 1979149017 889229312 10405 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22940/statm: 217097 10405 2541 9 0 211672 0
[pid=22940/tid=22941] ppid=22939 vsize=868388 CPUtime=1.13
/proc/22940/task/22941/stat : 22941 (java) R 22939 22926 22231 0 -1 64 2857 0 1 0 111 2 0 0 25 0 9 0 1979149018 889229312 10405 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22940/tid=22942] ppid=22939 vsize=868388 CPUtime=0.43
/proc/22940/task/22942/stat : 22942 (java) R 22939 22926 22231 0 -1 64 6225 0 0 0 40 3 0 0 15 0 9 0 1979149019 889229312 10405 996147200 134512640 134550740 4294955952 18446744073709551615 102721959 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22940/tid=22943] ppid=22939 vsize=868388 CPUtime=0
/proc/22940/task/22943/stat : 22943 (java) S 22939 22926 22231 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979149019 889229312 10405 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22940/tid=22944] ppid=22939 vsize=868388 CPUtime=0
/proc/22940/task/22944/stat : 22944 (java) S 22939 22926 22231 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979149019 889229312 10405 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22940/tid=22945] ppid=22939 vsize=868388 CPUtime=0
/proc/22940/task/22945/stat : 22945 (java) S 22939 22926 22231 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979149021 889229312 10405 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22940/tid=22946] ppid=22939 vsize=868388 CPUtime=0.23
/proc/22940/task/22946/stat : 22946 (java) S 22939 22926 22231 0 -1 64 1500 0 1 0 23 0 0 0 16 0 9 0 1979149021 889229312 10405 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22940/tid=22947] ppid=22939 vsize=868388 CPUtime=0
/proc/22940/task/22947/stat : 22947 (java) S 22939 22926 22231 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1979149021 889229312 10405 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22940/tid=22948] ppid=22939 vsize=868388 CPUtime=0
/proc/22940/task/22948/stat : 22948 (java) S 22939 22926 22231 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1979149021 889229312 10405 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.30224 s]
/proc/loadavg: 2.01 2.04 1.98 3/85 22948
/proc/meminfo: memFree=1857544/2055920 swapFree=4180540/4192956
[pid=22926] ppid=22924 vsize=13600 CPUtime=1.19
/proc/22926/stat : 22926 (sugar) S 22924 22926 22231 0 -1 4194304 974 6949 0 2 3 1 110 5 15 0 1 0 1979148890 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22926/statm: 3400 797 370 3 0 500 0
[pid=22939] ppid=22926 vsize=5356 CPUtime=0
/proc/22939/stat : 22939 (sh) S 22926 22926 22231 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979149016 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22939/statm: 1339 233 193 169 0 50 0
[pid=22940] ppid=22939 vsize=868500 CPUtime=4.98
/proc/22940/stat : 22940 (java) S 22939 22926 22231 0 -1 0 15398 0 2 0 477 21 0 0 19 0 9 0 1979149017 889344000 13828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22940/statm: 217125 13828 2565 9 0 211672 0
[pid=22940/tid=22941] ppid=22939 vsize=868500 CPUtime=3.5
/proc/22940/task/22941/stat : 22941 (java) R 22939 22926 22231 0 -1 64 3449 0 1 0 337 13 0 0 23 0 9 0 1979149018 889344000 13828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22940/tid=22942] ppid=22939 vsize=868500 CPUtime=1.14
/proc/22940/task/22942/stat : 22942 (java) S 22939 22926 22231 0 -1 64 9713 0 0 0 108 6 0 0 16 0 9 0 1979149019 889344000 13828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22940/tid=22943] ppid=22939 vsize=868500 CPUtime=0
/proc/22940/task/22943/stat : 22943 (java) S 22939 22926 22231 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979149019 889344000 13828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22940/tid=22944] ppid=22939 vsize=868500 CPUtime=0
/proc/22940/task/22944/stat : 22944 (java) S 22939 22926 22231 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979149019 889344000 13828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22940/tid=22945] ppid=22939 vsize=868500 CPUtime=0
/proc/22940/task/22945/stat : 22945 (java) S 22939 22926 22231 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979149021 889344000 13828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22940/tid=22946] ppid=22939 vsize=868500 CPUtime=0.31
/proc/22940/task/22946/stat : 22946 (java) S 22939 22926 22231 0 -1 64 1544 0 1 0 30 1 0 0 16 0 9 0 1979149021 889344000 13828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22940/tid=22947] ppid=22939 vsize=868500 CPUtime=0
/proc/22940/task/22947/stat : 22947 (java) S 22939 22926 22231 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1979149021 889344000 13828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22940/tid=22948] ppid=22939 vsize=868500 CPUtime=0
/proc/22940/task/22948/stat : 22948 (java) S 22939 22926 22231 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1979149021 889344000 13828 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.7024 s]
/proc/loadavg: 2.01 2.04 1.98 3/85 22948
/proc/meminfo: memFree=1776072/2055920 swapFree=4180540/4192956
[pid=22926] ppid=22924 vsize=13600 CPUtime=1.19
/proc/22926/stat : 22926 (sugar) S 22924 22926 22231 0 -1 4194304 974 6949 0 2 3 1 110 5 16 0 1 0 1979148890 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22926/statm: 3400 797 370 3 0 500 0
[pid=22939] ppid=22926 vsize=5356 CPUtime=0
/proc/22939/stat : 22939 (sh) S 22926 22926 22231 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979149016 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22939/statm: 1339 233 193 169 0 50 0
[pid=22940] ppid=22939 vsize=868500 CPUtime=11.34
/proc/22940/stat : 22940 (java) S 22939 22926 22231 0 -1 0 15954 0 2 0 1063 71 0 0 19 0 9 0 1979149017 889344000 13829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22940/statm: 217125 13829 2565 9 0 211672 0
[pid=22940/tid=22941] ppid=22939 vsize=868500 CPUtime=9.62
/proc/22940/task/22941/stat : 22941 (java) R 22939 22926 22231 0 -1 64 4004 0 1 0 903 59 0 0 25 0 9 0 1979149018 889344000 13829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22940/tid=22942] ppid=22939 vsize=868500 CPUtime=1.37
/proc/22940/task/22942/stat : 22942 (java) S 22939 22926 22231 0 -1 64 9713 0 0 0 128 9 0 0 16 0 9 0 1979149019 889344000 13829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22940/tid=22943] ppid=22939 vsize=868500 CPUtime=0
/proc/22940/task/22943/stat : 22943 (java) S 22939 22926 22231 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979149019 889344000 13829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22940/tid=22944] ppid=22939 vsize=868500 CPUtime=0
/proc/22940/task/22944/stat : 22944 (java) S 22939 22926 22231 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979149019 889344000 13829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22940/tid=22945] ppid=22939 vsize=868500 CPUtime=0
/proc/22940/task/22945/stat : 22945 (java) S 22939 22926 22231 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979149021 889344000 13829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22940/tid=22946] ppid=22939 vsize=868500 CPUtime=0.31
/proc/22940/task/22946/stat : 22946 (java) S 22939 22926 22231 0 -1 64 1545 0 1 0 30 1 0 0 17 0 9 0 1979149021 889344000 13829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22940/tid=22947] ppid=22939 vsize=868500 CPUtime=0
/proc/22940/task/22947/stat : 22947 (java) S 22939 22926 22231 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1979149021 889344000 13829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22940/tid=22948] ppid=22939 vsize=868500 CPUtime=0
/proc/22940/task/22948/stat : 22948 (java) S 22939 22926 22231 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1979149021 889344000 13829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 887456

[startup+25.5026 s]
/proc/loadavg: 2.01 2.04 1.98 3/85 22948
/proc/meminfo: memFree=1599624/2055920 swapFree=4180540/4192956
[pid=22926] ppid=22924 vsize=13600 CPUtime=1.19
/proc/22926/stat : 22926 (sugar) S 22924 22926 22231 0 -1 4194304 974 6949 0 2 3 1 110 5 16 0 1 0 1979148890 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22926/statm: 3400 797 370 3 0 500 0
[pid=22939] ppid=22926 vsize=5356 CPUtime=0
/proc/22939/stat : 22939 (sh) S 22926 22926 22231 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979149016 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22939/statm: 1339 233 193 169 0 50 0
[pid=22940] ppid=22939 vsize=868500 CPUtime=24.01
/proc/22940/stat : 22940 (java) S 22939 22926 22231 0 -1 0 17052 0 2 0 2229 172 0 0 19 0 9 0 1979149017 889344000 13829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22940/statm: 217125 13829 2565 9 0 211672 0
[pid=22940/tid=22941] ppid=22939 vsize=868500 CPUtime=21.82
/proc/22940/task/22941/stat : 22941 (java) R 22939 22926 22231 0 -1 64 5102 0 1 0 2029 153 0 0 25 0 9 0 1979149018 889344000 13829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22940/tid=22942] ppid=22939 vsize=868500 CPUtime=1.86
/proc/22940/task/22942/stat : 22942 (java) S 22939 22926 22231 0 -1 64 9713 0 0 0 169 17 0 0 16 0 9 0 1979149019 889344000 13829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22940/tid=22943] ppid=22939 vsize=868500 CPUtime=0
/proc/22940/task/22943/stat : 22943 (java) S 22939 22926 22231 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979149019 889344000 13829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22940/tid=22944] ppid=22939 vsize=868500 CPUtime=0
/proc/22940/task/22944/stat : 22944 (java) S 22939 22926 22231 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979149019 889344000 13829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22940/tid=22945] ppid=22939 vsize=868500 CPUtime=0
/proc/22940/task/22945/stat : 22945 (java) S 22939 22926 22231 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979149021 889344000 13829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22940/tid=22946] ppid=22939 vsize=868500 CPUtime=0.31
/proc/22940/task/22946/stat : 22946 (java) S 22939 22926 22231 0 -1 64 1545 0 1 0 30 1 0 0 17 0 9 0 1979149021 889344000 13829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22940/tid=22947] ppid=22939 vsize=868500 CPUtime=0
/proc/22940/task/22947/stat : 22947 (java) S 22939 22926 22231 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1979149021 889344000 13829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22940/tid=22948] ppid=22939 vsize=868500 CPUtime=0
/proc/22940/task/22948/stat : 22948 (java) S 22939 22926 22231 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1979149021 889344000 13829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 887456

[startup+51.1011 s]
/proc/loadavg: 2.00 2.03 1.98 3/77 22950
/proc/meminfo: memFree=1075912/2055920 swapFree=4180540/4192956
[pid=22926] ppid=22924 vsize=13600 CPUtime=27.31
/proc/22926/stat : 22926 (sugar) S 22924 22926 22231 0 -1 4194304 1033 24495 0 4 3 1 2531 196 16 0 1 0 1979148890 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22926/statm: 3400 799 370 3 0 500 0
[pid=22949] ppid=22926 vsize=5356 CPUtime=0
/proc/22949/stat : 22949 (sh) S 22926 22926 22231 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1979151659 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22949/statm: 1339 232 193 169 0 50 0
[pid=22950] ppid=22949 vsize=564876 CPUtime=23.18
/proc/22950/stat : 22950 (minisat) R 22949 22926 22231 0 -1 4194304 135189 0 0 0 2226 92 0 0 25 0 1 0 1979151659 578433024 135175 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=22949] ppid=22926 vsize=5356 CPUtime=0
/proc/22949/stat : 22949 (sh) S 22926 22926 22231 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1979151659 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22949/statm: 1339 232 193 169 0 50 0
[pid=22950] ppid=22949 vsize=597776 CPUtime=1386.78
/proc/22950/stat : 22950 (minisat) R 22949 22926 22231 0 -1 4194304 143443 0 0 0 138576 102 0 0 25 0 1 0 1979151659 612122624 143429 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22950/statm: 149444 143429 76 150 0 149291 0
Current children cumulated CPU time (s) 1414.09
Current children cumulated vsize (KiB) 616732

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22981
/proc/meminfo: memFree=1051288/2055920 swapFree=4180540/4192956
[pid=22926] ppid=22924 vsize=13600 CPUtime=27.31
/proc/22926/stat : 22926 (sugar) S 22924 22926 22231 0 -1 4194304 1033 24495 0 4 3 1 2531 196 16 0 1 0 1979148890 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22926/statm: 3400 799 370 3 0 500 0
[pid=22949] ppid=22926 vsize=5356 CPUtime=0
/proc/22949/stat : 22949 (sh) S 22926 22926 22231 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1979151659 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22949/statm: 1339 232 193 169 0 50 0
[pid=22950] ppid=22949 vsize=599228 CPUtime=1446.74
/proc/22950/stat : 22950 (minisat) R 22949 22926 22231 0 -1 4194304 143820 0 0 0 144572 102 0 0 25 0 1 0 1979151659 613609472 143806 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22950/statm: 149807 143806 76 150 0 149654 0
Current children cumulated CPU time (s) 1474.05
Current children cumulated vsize (KiB) 618184

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22981
/proc/meminfo: memFree=1050392/2055920 swapFree=4180540/4192956
[pid=22926] ppid=22924 vsize=13600 CPUtime=27.31
/proc/22926/stat : 22926 (sugar) S 22924 22926 22231 0 -1 4194304 1033 24495 0 4 3 1 2531 196 16 0 1 0 1979148890 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22926/statm: 3400 799 370 3 0 500 0
[pid=22949] ppid=22926 vsize=5356 CPUtime=0
/proc/22949/stat : 22949 (sh) S 22926 22926 22231 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1979151659 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22949/statm: 1339 232 193 169 0 50 0
[pid=22950] ppid=22949 vsize=600232 CPUtime=1506.72
/proc/22950/stat : 22950 (minisat) R 22949 22926 22231 0 -1 4194304 144035 0 0 0 150569 103 0 0 25 0 1 0 1979151659 614637568 144021 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22950/statm: 150058 144021 76 150 0 149905 0
Current children cumulated CPU time (s) 1534.03
Current children cumulated vsize (KiB) 619188

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22981
/proc/meminfo: memFree=1049752/2055920 swapFree=4180540/4192956
[pid=22926] ppid=22924 vsize=13600 CPUtime=27.31
/proc/22926/stat : 22926 (sugar) S 22924 22926 22231 0 -1 4194304 1033 24495 0 4 3 1 2531 196 16 0 1 0 1979148890 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22926/statm: 3400 799 370 3 0 500 0
[pid=22949] ppid=22926 vsize=5356 CPUtime=0
/proc/22949/stat : 22949 (sh) S 22926 22926 22231 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1979151659 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22949/statm: 1339 232 193 169 0 50 0
[pid=22950] ppid=22949 vsize=600760 CPUtime=1566.69
/proc/22950/stat : 22950 (minisat) R 22949 22926 22231 0 -1 4194304 144181 0 0 0 156566 103 0 0 25 0 1 0 1979151659 615178240 144167 996147200 134512640 135127466 4294956272 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/22950/statm: 150190 144167 76 150 0 150037 0
Current children cumulated CPU time (s) 1594
Current children cumulated vsize (KiB) 619716

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22981
/proc/meminfo: memFree=1049112/2055920 swapFree=4180540/4192956
[pid=22926] ppid=22924 vsize=13600 CPUtime=27.31
/proc/22926/stat : 22926 (sugar) S 22924 22926 22231 0 -1 4194304 1033 24495 0 4 3 1 2531 196 16 0 1 0 1979148890 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22926/statm: 3400 799 370 3 0 500 0
[pid=22949] ppid=22926 vsize=5356 CPUtime=0
/proc/22949/stat : 22949 (sh) S 22926 22926 22231 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1979151659 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22949/statm: 1339 232 193 169 0 50 0
[pid=22950] ppid=22949 vsize=601420 CPUtime=1626.66
/proc/22950/stat : 22950 (minisat) R 22949 22926 22231 0 -1 4194304 144332 0 0 0 162563 103 0 0 25 0 1 0 1979151659 615854080 144318 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22950/statm: 150355 144318 76 150 0 150202 0
Current children cumulated CPU time (s) 1653.97
Current children cumulated vsize (KiB) 620376

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22981
/proc/meminfo: memFree=1048216/2055920 swapFree=4180540/4192956
[pid=22926] ppid=22924 vsize=13600 CPUtime=27.31
/proc/22926/stat : 22926 (sugar) S 22924 22926 22231 0 -1 4194304 1033 24495 0 4 3 1 2531 196 16 0 1 0 1979148890 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22926/statm: 3400 799 370 3 0 500 0
[pid=22949] ppid=22926 vsize=5356 CPUtime=0
/proc/22949/stat : 22949 (sh) S 22926 22926 22231 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1979151659 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22949/statm: 1339 232 193 169 0 50 0
[pid=22950] ppid=22949 vsize=602212 CPUtime=1686.64
/proc/22950/stat : 22950 (minisat) R 22949 22926 22231 0 -1 4194304 144538 0 0 0 168560 104 0 0 25 0 1 0 1979151659 616665088 144524 996147200 134512640 135127466 4294956272 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/22950/statm: 150553 144524 76 150 0 150400 0
Current children cumulated CPU time (s) 1713.95
Current children cumulated vsize (KiB) 621168

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22981
/proc/meminfo: memFree=1047640/2055920 swapFree=4180540/4192956
[pid=22926] ppid=22924 vsize=13600 CPUtime=27.31
/proc/22926/stat : 22926 (sugar) S 22924 22926 22231 0 -1 4194304 1033 24495 0 4 3 1 2531 196 16 0 1 0 1979148890 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22926/statm: 3400 799 370 3 0 500 0
[pid=22949] ppid=22926 vsize=5356 CPUtime=0
/proc/22949/stat : 22949 (sh) S 22926 22926 22231 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1979151659 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22949/statm: 1339 232 193 169 0 50 0
[pid=22950] ppid=22949 vsize=602740 CPUtime=1746.61
/proc/22950/stat : 22950 (minisat) R 22949 22926 22231 0 -1 4194304 144684 0 0 0 174557 104 0 0 25 0 1 0 1979151659 617205760 144670 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/22950/statm: 150685 144670 76 150 0 150532 0
Current children cumulated CPU time (s) 1773.92
Current children cumulated vsize (KiB) 621696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.41 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22981
/proc/meminfo: memFree=1047256/2055920 swapFree=4180540/4192956
[pid=22926] ppid=22924 vsize=13600 CPUtime=27.31
/proc/22926/stat : 22926 (sugar) S 22924 22926 22231 0 -1 4194304 1033 24495 0 4 3 1 2531 196 16 0 1 0 1979148890 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22926/statm: 3400 799 370 3 0 500 0
[pid=22949] ppid=22926 vsize=5356 CPUtime=0
/proc/22949/stat : 22949 (sh) S 22926 22926 22231 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1979151659 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22949/statm: 1339 232 193 169 0 50 0
[pid=22950] ppid=22949 vsize=603136 CPUtime=1772.7
/proc/22950/stat : 22950 (minisat) R 22949 22926 22231 0 -1 4194304 144771 0 0 0 177166 104 0 0 25 0 1 0 1979151659 617611264 144757 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22950/statm: 150784 144757 76 150 0 150631 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 622092

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

[startup+1808.41 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22981
/proc/meminfo: memFree=1047256/2055920 swapFree=4180540/4192956
[pid=22926] ppid=22924 vsize=13600 CPUtime=27.31
/proc/22926/stat : 22926 (sugar) S 22924 22926 22231 0 -1 4194304 1033 24495 0 4 3 1 2531 196 16 0 1 0 1979148890 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22926/statm: 3400 799 370 3 0 500 0
[pid=22949] ppid=22926 vsize=5356 CPUtime=0
/proc/22949/stat : 22949 (sh) S 22926 22926 22231 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1979151659 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22949/statm: 1339 232 193 169 0 50 0
[pid=22950] ppid=22949 vsize=603136 CPUtime=1772.7
/proc/22950/stat : 22950 (minisat) R 22949 22926 22231 0 -1 4194304 144771 0 0 0 177166 104 0 0 25 0 1 0 1979151659 617611264 144757 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22950/statm: 150784 144757 76 150 0 150631 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 622092

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

[startup+1808.52 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22981
/proc/meminfo: memFree=1047256/2055920 swapFree=4180540/4192956
[pid=22926] ppid=22924 vsize=13600 CPUtime=27.34
/proc/22926/stat : 22926 (sugar) R 22924 22926 22231 0 -1 4194304 1069 24772 0 4 3 3 2531 197 17 0 1 0 1979148890 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 227848983593 0 0 4224 16386 0 0 0 17 0 0 0
/proc/22926/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 27.34
Current children cumulated vsize (KiB) 13600

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

[startup+1808.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22981
/proc/meminfo: memFree=1047256/2055920 swapFree=4180540/4192956
[pid=22926] ppid=22924 vsize=13600 CPUtime=27.42
/proc/22926/stat : 22926 (sugar) R 22924 22926 22231 0 -1 4194304 1069 24772 0 4 3 11 2531 197 17 0 1 0 1979148890 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 227848983593 0 0 4224 16386 0 0 0 17 0 0 0
/proc/22926/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 27.42
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): 1772.67
#  lost CPU user time (s): 1771.66
#  lost CPU system time (s): 1.01

Real time (s): 1808.64
CPU time (s): 1800.15
CPU user time (s): 1797.01
CPU system time (s): 3.13368
CPU usage (%): 99.5303
Max. virtual memory (cumulated for all children) (KiB): 887848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.3521
system time used= 2.12368
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25872
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17507
involuntary context switches= 17083

runsolver used 2.13468 second user time and 6.11107 second system time

The end

Launcher Data (download as text)

Begin job on node18 at 2008-07-02 14:29:05
IDJOB=1041960
IDBENCH=53858
IDSOLVER=346
FILE ID=node18/1041960-1215001745
PBS_JOBID= 7870886
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-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-1041960-1215001745/watcher-1041960-1215001745 -o /tmp/evaluation-result-1041960-1215001745/solver-1041960-1215001745 -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-1041960-1215001745.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3c99f073f43d91d177d7138b4b000c83
RANDOM SEED=775047134

node18.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.268
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	: 5931.00
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.268
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:       1915840 kB
Buffers:          5584 kB
Cached:          48588 kB
SwapCached:       6280 kB
Active:          67448 kB
Inactive:        18428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1915840 kB
SwapTotal:     4192956 kB
SwapFree:      4180540 kB
Dirty:            1756 kB
Writeback:           0 kB
Mapped:          38604 kB
Slab:            39472 kB
Committed_AS:  3341348 kB
PageTables:       1804 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= 66548 MiB
End job on node18 at 2008-07-02 14:59:15