Trace number 1051450

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.27 1817.08

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-55-11-a4.xml
MD5SUMb810140e7939220fd6eb4ada33e287a7
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark126.19
Satisfiable
(Un)Satisfiability was proved
Number of variables11
Number of constraints1375
Maximum constraint arity4
Maximum domain size56
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1375
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Thu Jul  3 04:46:46 2008
0.00/0.05	c 0	PID 14004
0.03/0.05	c 0	HOST node81.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1051450-1215053206.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1051450-1215053206.xml' 'HOME/temp.csp'
0.03/0.43	c 1	1 domains, 11 variables, 2 predicates, 0 relations, 1375 constraints
0.03/0.47	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.47	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.41/0.55	c 1	Parsing HOME/temp.csp
0.41/0.71	c 1	parsed 1389 expressions
0.41/0.72	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.41/0.72	c 1	Converting to clausal form CSP
0.41/0.79	c 1	converted 139 (10%) expressions
0.41/0.82	c 1	converted 278 (20%) expressions
0.41/0.91	c 1	converted 417 (30%) expressions
0.41/0.99	c 1	converted 556 (40%) expressions
0.92/1.04	c 1	converted 695 (50%) expressions
0.92/1.08	c 1	converted 834 (60%) expressions
1.03/1.12	c 1	converted 973 (70%) expressions
1.03/1.16	c 1	converted 1112 (80%) expressions
1.11/1.23	c 2	converted 1251 (90%) expressions
1.11/1.27	c 2	converted 1389 (100%) expressions
1.11/1.27	c 2	CSP : 3971 integers, 0 booleans, 9295 clauses, largest domain size 111
1.11/1.27	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.27	c 2	Propagation in CSP
1.51/1.60	c 2	79310 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.51/1.61	c 2	CSP : 3971 integers, 0 booleans, 9295 clauses, largest domain size 91
1.51/1.61	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.61	c 2	Simplifing CSP by introducing new Boolean variables
1.51/1.64	c 2	CSP : 3971 integers, 2640 booleans, 11935 clauses, largest domain size 91
1.51/1.64	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.69	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.61/1.76	c 2	398 (10%) CSP integer variables are encoded (34927 clauses, 502029 bytes)
1.71/1.81	c 2	795 (20%) CSP integer variables are encoded (70260 clauses, 1032024 bytes)
1.71/1.85	c 2	1192 (30%) CSP integer variables are encoded (105593 clauses, 1575440 bytes)
1.80/1.90	c 2	1589 (40%) CSP integer variables are encoded (140926 clauses, 2176101 bytes)
1.80/1.95	c 2	1986 (50%) CSP integer variables are encoded (176259 clauses, 2776762 bytes)
1.80/1.99	c 2	2383 (60%) CSP integer variables are encoded (211592 clauses, 3377423 bytes)
1.90/2.04	c 2	2780 (70%) CSP integer variables are encoded (246925 clauses, 3978084 bytes)
1.90/2.08	c 2	3177 (80%) CSP integer variables are encoded (282258 clauses, 4578745 bytes)
2.00/2.13	c 2	3574 (90%) CSP integer variables are encoded (317591 clauses, 5179406 bytes)
2.00/2.18	c 3	3971 (100%) CSP integer variables are encoded (352924 clauses, 5780067 bytes)
3.19/3.40	c 4	1194 (10%) CSP clauses are encoded (953191 clauses, 17510988 bytes)
6.25/6.45	c 7	2387 (20%) CSP clauses are encoded (2804076 clauses, 47521201 bytes)
9.21/9.49	c 10	3581 (30%) CSP clauses are encoded (4663288 clauses, 78590234 bytes)
12.36/12.65	c 13	4774 (40%) CSP clauses are encoded (6514043 clauses, 110719312 bytes)
15.50/15.84	c 16	5968 (50%) CSP clauses are encoded (8373135 clauses, 143785923 bytes)
18.68/19.02	c 19	7161 (60%) CSP clauses are encoded (10224124 clauses, 176888322 bytes)
21.82/22.25	c 23	8355 (70%) CSP clauses are encoded (12083200 clauses, 210480385 bytes)
25.03/26.11	c 26	9548 (80%) CSP clauses are encoded (13934205 clauses, 244297732 bytes)
28.18/29.31	c 30	10742 (90%) CSP clauses are encoded (15793509 clauses, 278434183 bytes)
31.31/32.56	c 33	11935 (100%) CSP clauses are encoded (17644656 clauses, 312434474 bytes)
31.31/32.56	c 33	11935 CSP clauses encoded
31.31/32.56	c 33	Writing map file : HOME/temp.map
31.31/32.56	c 33	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
31.31/32.56	c 33	SAT : 359535 SAT variables, 17644656 SAT clauses, 312434474 bytes
31.31/32.56	c 33	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
31.36/32.60	c 33	SOLVING HOME/temp.cnf
31.36/32.60	c 33	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
31.36/32.60	c 33	This is MiniSat 2.0 beta
31.36/32.60	c 33	WARNING: for repeatability, setting FPU to use double precision
31.36/32.60	c 33	============================[ Problem Statistics ]=============================
31.36/32.60	c 33	|                                                                             |
31.36/32.61	c 33	|  Number of variables:  359535                                               |
31.36/32.61	c 33	|  Number of clauses:    17644656                                             |
38.89/40.21	c 41	|  Parsing time:         6.43         s                                       |
39.18/40.55	c 41	============================[ Search Statistics ]==============================
39.18/40.55	c 41	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
39.18/40.55	c 41	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
39.18/40.55	c 41	===============================================================================
39.18/40.55	c 41	|         0 |  359535 17644656 52194882 |  5881552        0    nan |  0.000 % |
52.17/53.62	c 54	|       100 |  359525 17644656 52194882 |  6469707       97      8 |  3.418 % |
73.09/74.80	c 75	|       251 |  359525 17644656 52194882 |  7116677      248      7 |  3.418 % |
101.15/103.07	c 103	|       476 |  359525 17644656 52194882 |  7828345      473      7 |  3.418 % |
142.99/145.27	c 146	|       813 |  359525 17644656 52194882 |  8611180      810      7 |  3.418 % |
190.28/192.94	c 193	|      1320 |  359524 17644656 52194882 |  9472298     1316      8 |  5.022 % |
262.66/265.94	c 266	|      2079 |  359524 17644656 52194882 | 10419528     2075      8 |  5.022 % |
369.23/373.49	c 374	|      3219 |  359524 17644656 52194882 | 11461480     3215      8 |  5.022 % |
541.23/546.95	c 547	|      4927 |  341479 16720383 49479771 | 12607629     4917      9 |  5.222 % |
753.79/761.36	c 762	|      7489 |  341478 16720383 49479771 | 13868391     7478      9 |  6.826 % |
1061.92/1072.11	c 1072	|     11333 |  334992 16393573 48520130 | 15255231     9798     10 |  6.826 % |
1527.55/1541.17	c 1542	|     17101 |  334992 16393573 48520130 | 16780754    15566     10 |  6.826 % |
1800.06/1816.81	c ERROR INTERRUPTED
1800.17/1816.92	s UNKNOWN
1800.17/1816.92	c 1817	CPU 28.77 (0.03 0.01 28.74 2.6)
1800.17/1816.92	c 1817	END Thu Jul  3 05:17:03 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-1051450-1215053206/watcher-1051450-1215053206 -o /tmp/evaluation-result-1051450-1215053206/solver-1051450-1215053206 -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-1051450-1215053206.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.00 2.00 2.00 4/81 14004
/proc/meminfo: memFree=1740816/2055920 swapFree=4154836/4192956
[pid=14004] ppid=14002 vsize=12132 CPUtime=0
/proc/14004/stat : 14004 (sugar) R 14002 14004 11556 0 -1 4194304 282 0 0 0 0 0 0 0 20 0 1 0 238308573 12423168 250 996147200 4194304 4206940 548682068608 18446744073709551615 269827169762 0 0 4224 0 0 0 0 17 1 0 0
/proc/14004/statm: 3033 250 187 3 0 133 0

[startup+0.051419 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 14004
/proc/meminfo: memFree=1740816/2055920 swapFree=4154836/4192956
[pid=14004] ppid=14002 vsize=13600 CPUtime=0.03
/proc/14004/stat : 14004 (sugar) S 14002 14004 11556 0 -1 4194304 837 0 0 0 3 0 0 0 20 0 1 0 238308573 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14004/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.100805 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 14004
/proc/meminfo: memFree=1740816/2055920 swapFree=4154836/4192956
[pid=14004] ppid=14002 vsize=13600 CPUtime=0.03
/proc/14004/stat : 14004 (sugar) S 14002 14004 11556 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 238308573 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14004/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301831 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 14004
/proc/meminfo: memFree=1740816/2055920 swapFree=4154836/4192956
[pid=14004] ppid=14002 vsize=13600 CPUtime=0.03
/proc/14004/stat : 14004 (sugar) S 14002 14004 11556 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 238308573 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14004/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701871 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 14004
/proc/meminfo: memFree=1740816/2055920 swapFree=4154836/4192956
[pid=14004] ppid=14002 vsize=13600 CPUtime=0.41
/proc/14004/stat : 14004 (sugar) S 14002 14004 11556 0 -1 4194304 973 4905 0 1 3 1 34 3 15 0 1 0 238308573 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14004/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 13600

[startup+1.50196 s]
/proc/loadavg: 2.08 2.02 2.01 4/92 14026
/proc/meminfo: memFree=1726776/2055920 swapFree=4154836/4192956
[pid=14004] ppid=14002 vsize=13600 CPUtime=0.41
/proc/14004/stat : 14004 (sugar) S 14002 14004 11556 0 -1 4194304 974 4905 0 1 3 1 34 3 15 0 1 0 238308573 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14004/statm: 3400 797 370 3 0 500 0
[pid=14017] ppid=14004 vsize=5356 CPUtime=0
/proc/14017/stat : 14017 (sh) S 14004 14004 11556 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 238308620 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14017/statm: 1339 233 193 169 0 50 0
[pid=14018] ppid=14017 vsize=868356 CPUtime=1
/proc/14018/stat : 14018 (java) S 14017 14004 11556 0 -1 0 7624 0 1 0 95 5 0 0 20 0 9 0 238308621 889196544 6805 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14018/statm: 217089 6805 2540 9 0 211664 0
[pid=14018/tid=14019] ppid=14017 vsize=868356 CPUtime=0.65
/proc/14018/task/14019/stat : 14019 (java) R 14017 14004 11556 0 -1 64 2714 0 1 0 63 2 0 0 25 0 9 0 238308622 889196544 6805 996147200 134512640 134550740 4294955952 18446744073709551615 4126913313 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14018/tid=14020] ppid=14017 vsize=868356 CPUtime=0.14
/proc/14018/task/14020/stat : 14020 (java) S 14017 14004 11556 0 -1 64 2758 0 0 0 13 1 0 0 16 0 9 0 238308623 889196544 6805 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14018/tid=14021] ppid=14017 vsize=868356 CPUtime=0
/proc/14018/task/14021/stat : 14021 (java) S 14017 14004 11556 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 238308623 889196544 6805 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14018/tid=14022] ppid=14017 vsize=868356 CPUtime=0
/proc/14018/task/14022/stat : 14022 (java) S 14017 14004 11556 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 238308623 889196544 6805 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14018/tid=14023] ppid=14017 vsize=868356 CPUtime=0
/proc/14018/task/14023/stat : 14023 (java) S 14017 14004 11556 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 238308625 889196544 6805 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14018/tid=14024] ppid=14017 vsize=868356 CPUtime=0.18
/proc/14018/task/14024/stat : 14024 (java) S 14017 14004 11556 0 -1 64 1459 0 0 0 18 0 0 0 16 0 9 0 238308625 889196544 6805 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14018/tid=14025] ppid=14017 vsize=868356 CPUtime=0
/proc/14018/task/14025/stat : 14025 (java) S 14017 14004 11556 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 238308625 889196544 6805 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14018/tid=14026] ppid=14017 vsize=868356 CPUtime=0
/proc/14018/task/14026/stat : 14026 (java) S 14017 14004 11556 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 238308625 889196544 6805 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887312

[startup+3.10213 s]
/proc/loadavg: 2.08 2.02 2.01 3/92 14026
/proc/meminfo: memFree=1715256/2055920 swapFree=4154836/4192956
[pid=14004] ppid=14002 vsize=13600 CPUtime=0.41
/proc/14004/stat : 14004 (sugar) S 14002 14004 11556 0 -1 4194304 974 4905 0 1 3 1 34 3 15 0 1 0 238308573 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14004/statm: 3400 797 370 3 0 500 0
[pid=14017] ppid=14004 vsize=5356 CPUtime=0
/proc/14017/stat : 14017 (sh) S 14004 14004 11556 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 238308620 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14017/statm: 1339 233 193 169 0 50 0
[pid=14018] ppid=14017 vsize=868468 CPUtime=2.58
/proc/14018/stat : 14018 (java) S 14017 14004 11556 0 -1 0 8408 0 1 0 242 16 0 0 20 0 9 0 238308621 889311232 7096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14018/statm: 217117 7096 2563 9 0 211664 0
[pid=14018/tid=14019] ppid=14017 vsize=868468 CPUtime=2
/proc/14018/task/14019/stat : 14019 (java) R 14017 14004 11556 0 -1 64 3237 0 1 0 189 11 0 0 25 0 9 0 238308622 889311232 7096 996147200 134512640 134550740 4294955952 18446744073709551615 102064685 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14018/tid=14020] ppid=14017 vsize=868468 CPUtime=0.32
/proc/14018/task/14020/stat : 14020 (java) S 14017 14004 11556 0 -1 64 2992 0 0 0 29 3 0 0 16 0 9 0 238308623 889311232 7096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14018/tid=14021] ppid=14017 vsize=868468 CPUtime=0
/proc/14018/task/14021/stat : 14021 (java) S 14017 14004 11556 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 238308623 889311232 7096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14018/tid=14022] ppid=14017 vsize=868468 CPUtime=0
/proc/14018/task/14022/stat : 14022 (java) S 14017 14004 11556 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 238308623 889311232 7096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14018/tid=14023] ppid=14017 vsize=868468 CPUtime=0
/proc/14018/task/14023/stat : 14023 (java) S 14017 14004 11556 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 238308625 889311232 7096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14018/tid=14024] ppid=14017 vsize=868468 CPUtime=0.22
/proc/14018/task/14024/stat : 14024 (java) S 14017 14004 11556 0 -1 64 1486 0 0 0 22 0 0 0 16 0 9 0 238308625 889311232 7096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14018/tid=14025] ppid=14017 vsize=868468 CPUtime=0
/proc/14018/task/14025/stat : 14025 (java) S 14017 14004 11556 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 238308625 889311232 7096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14018/tid=14026] ppid=14017 vsize=868468 CPUtime=0
/proc/14018/task/14026/stat : 14026 (java) S 14017 14004 11556 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 238308625 889311232 7096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887424

[startup+6.30247 s]
/proc/loadavg: 2.15 2.03 2.01 3/92 14026
/proc/meminfo: memFree=1682424/2055920 swapFree=4154836/4192956
[pid=14004] ppid=14002 vsize=13600 CPUtime=0.41
/proc/14004/stat : 14004 (sugar) S 14002 14004 11556 0 -1 4194304 974 4905 0 1 3 1 34 3 16 0 1 0 238308573 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14004/statm: 3400 797 370 3 0 500 0
[pid=14017] ppid=14004 vsize=5356 CPUtime=0
/proc/14017/stat : 14017 (sh) S 14004 14004 11556 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 238308620 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14017/statm: 1339 233 193 169 0 50 0
[pid=14018] ppid=14017 vsize=868468 CPUtime=5.74
/proc/14018/stat : 14018 (java) S 14017 14004 11556 0 -1 0 9454 0 1 0 532 42 0 0 20 0 9 0 238308621 889311232 7099 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14018/statm: 217117 7099 2563 9 0 211664 0
[pid=14018/tid=14019] ppid=14017 vsize=868468 CPUtime=4.86
/proc/14018/task/14019/stat : 14019 (java) R 14017 14004 11556 0 -1 64 4280 0 1 0 455 31 0 0 25 0 9 0 238308622 889311232 7099 996147200 134512640 134550740 4294955952 18446744073709551615 4126964690 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14018/tid=14020] ppid=14017 vsize=868468 CPUtime=0.61
/proc/14018/task/14020/stat : 14020 (java) S 14017 14004 11556 0 -1 64 2992 0 0 0 52 9 0 0 16 0 9 0 238308623 889311232 7099 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14018/tid=14021] ppid=14017 vsize=868468 CPUtime=0
/proc/14018/task/14021/stat : 14021 (java) S 14017 14004 11556 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 238308623 889311232 7099 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14018/tid=14022] ppid=14017 vsize=868468 CPUtime=0
/proc/14018/task/14022/stat : 14022 (java) S 14017 14004 11556 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 238308623 889311232 7099 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14018/tid=14023] ppid=14017 vsize=868468 CPUtime=0
/proc/14018/task/14023/stat : 14023 (java) S 14017 14004 11556 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 238308625 889311232 7099 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14018/tid=14024] ppid=14017 vsize=868468 CPUtime=0.23
/proc/14018/task/14024/stat : 14024 (java) S 14017 14004 11556 0 -1 64 1489 0 0 0 23 0 0 0 17 0 9 0 238308625 889311232 7099 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14018/tid=14025] ppid=14017 vsize=868468 CPUtime=0
/proc/14018/task/14025/stat : 14025 (java) S 14017 14004 11556 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 238308625 889311232 7099 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14018/tid=14026] ppid=14017 vsize=868468 CPUtime=0
/proc/14018/task/14026/stat : 14026 (java) S 14017 14004 11556 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 238308625 889311232 7099 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887424

[startup+12.7022 s]
/proc/loadavg: 2.22 2.05 2.02 4/92 14026
/proc/meminfo: memFree=1617464/2055920 swapFree=4154836/4192956
[pid=14004] ppid=14002 vsize=13600 CPUtime=0.41
/proc/14004/stat : 14004 (sugar) S 14002 14004 11556 0 -1 4194304 974 4905 0 1 3 1 34 3 16 0 1 0 238308573 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14004/statm: 3400 797 370 3 0 500 0
[pid=14017] ppid=14004 vsize=5356 CPUtime=0
/proc/14017/stat : 14017 (sh) S 14004 14004 11556 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 238308620 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14017/statm: 1339 233 193 169 0 50 0
[pid=14018] ppid=14017 vsize=868468 CPUtime=12.04
/proc/14018/stat : 14018 (java) S 14017 14004 11556 0 -1 0 11555 0 1 0 1107 97 0 0 20 0 9 0 238308621 889311232 7105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14018/statm: 217117 7105 2564 9 0 211664 0
[pid=14018/tid=14019] ppid=14017 vsize=868468 CPUtime=10.62
/proc/14018/task/14019/stat : 14019 (java) R 14017 14004 11556 0 -1 64 6375 0 1 0 989 73 0 0 25 0 9 0 238308622 889311232 7105 996147200 134512640 134550740 4294955952 18446744073709551615 4126966030 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14018/tid=14020] ppid=14017 vsize=868468 CPUtime=1.15
/proc/14018/task/14020/stat : 14020 (java) S 14017 14004 11556 0 -1 64 2992 0 0 0 93 22 0 0 16 0 9 0 238308623 889311232 7105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14018/tid=14021] ppid=14017 vsize=868468 CPUtime=0
/proc/14018/task/14021/stat : 14021 (java) S 14017 14004 11556 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 238308623 889311232 7105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14018/tid=14022] ppid=14017 vsize=868468 CPUtime=0
/proc/14018/task/14022/stat : 14022 (java) S 14017 14004 11556 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 238308623 889311232 7105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14018/tid=14023] ppid=14017 vsize=868468 CPUtime=0
/proc/14018/task/14023/stat : 14023 (java) S 14017 14004 11556 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 238308625 889311232 7105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14018/tid=14024] ppid=14017 vsize=868468 CPUtime=0.24
/proc/14018/task/14024/stat : 14024 (java) S 14017 14004 11556 0 -1 64 1495 0 0 0 24 0 0 0 16 0 9 0 238308625 889311232 7105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14018/tid=14025] ppid=14017 vsize=868468 CPUtime=0
/proc/14018/task/14025/stat : 14025 (java) S 14017 14004 11556 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 238308625 889311232 7105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14018/tid=14026] ppid=14017 vsize=868468 CPUtime=0
/proc/14018/task/14026/stat : 14026 (java) S 14017 14004 11556 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 238308625 889311232 7105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 887424

[startup+25.5015 s]
/proc/loadavg: 2.39 2.09 2.03 2/92 14026
/proc/meminfo: memFree=1479736/2055920 swapFree=4154836/4192956
[pid=14004] ppid=14002 vsize=13600 CPUtime=0.41
/proc/14004/stat : 14004 (sugar) S 14002 14004 11556 0 -1 4194304 974 4905 0 1 3 1 34 3 16 0 1 0 238308573 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14004/statm: 3400 797 370 3 0 500 0
[pid=14017] ppid=14004 vsize=5356 CPUtime=0
/proc/14017/stat : 14017 (sh) S 14004 14004 11556 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 238308620 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14017/statm: 1339 233 193 169 0 50 0
[pid=14018] ppid=14017 vsize=868468 CPUtime=24.28
/proc/14018/stat : 14018 (java) S 14017 14004 11556 0 -1 0 15572 0 1 0 2226 202 0 0 20 0 9 0 238308621 889311232 7105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14018/statm: 217117 7105 2564 9 0 211664 0
[pid=14018/tid=14019] ppid=14017 vsize=868468 CPUtime=21.92
/proc/14018/task/14019/stat : 14019 (java) D 14017 14004 11556 0 -1 64 10392 0 1 0 2038 154 0 0 25 0 9 0 238308622 889311232 7105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=14018/tid=14020] ppid=14017 vsize=868468 CPUtime=2.08
/proc/14018/task/14020/stat : 14020 (java) S 14017 14004 11556 0 -1 64 2992 0 0 0 162 46 0 0 16 0 9 0 238308623 889311232 7105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14018/tid=14021] ppid=14017 vsize=868468 CPUtime=0
/proc/14018/task/14021/stat : 14021 (java) S 14017 14004 11556 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 238308623 889311232 7105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14018/tid=14022] ppid=14017 vsize=868468 CPUtime=0
/proc/14018/task/14022/stat : 14022 (java) S 14017 14004 11556 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 238308623 889311232 7105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=14027] ppid=14004 vsize=5356 CPUtime=0
/proc/14027/stat : 14027 (sh) S 14004 14004 11556 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 238311833 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14027/statm: 1339 232 193 169 0 50 0
[pid=14028] ppid=14027 vsize=761556 CPUtime=1377.87
/proc/14028/stat : 14028 (minisat) R 14027 14004 11556 0 -1 4194304 183686 0 0 0 137665 122 0 0 25 0 1 0 238311834 779833344 183672 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/14028/statm: 190389 183672 75 150 0 190236 0
Current children cumulated CPU time (s) 1409.25
Current children cumulated vsize (KiB) 780512

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 14122
/proc/meminfo: memFree=517800/2055920 swapFree=4154836/4192956
[pid=14004] ppid=14002 vsize=13600 CPUtime=31.38
/proc/14004/stat : 14004 (sugar) S 14002 14004 11556 0 -1 4194304 1031 22981 0 2 3 1 2874 260 16 0 1 0 238308573 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14004/statm: 3400 797 370 3 0 500 0
[pid=14027] ppid=14004 vsize=5356 CPUtime=0
/proc/14027/stat : 14027 (sh) S 14004 14004 11556 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 238311833 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14027/statm: 1339 232 193 169 0 50 0
[pid=14028] ppid=14027 vsize=761556 CPUtime=1437.57
/proc/14028/stat : 14028 (minisat) R 14027 14004 11556 0 -1 4194304 183687 0 0 0 143635 122 0 0 25 0 1 0 238311834 779833344 183673 996147200 134512640 135127466 4294956272 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/14028/statm: 190389 183673 75 150 0 190236 0
Current children cumulated CPU time (s) 1468.95
Current children cumulated vsize (KiB) 780512

[startup+1542.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/87 14162
/proc/meminfo: memFree=643368/2055920 swapFree=4154836/4192956
[pid=14004] ppid=14002 vsize=13600 CPUtime=31.38
/proc/14004/stat : 14004 (sugar) S 14002 14004 11556 0 -1 4194304 1031 22981 0 2 3 1 2874 260 16 0 1 0 238308573 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14004/statm: 3400 797 370 3 0 500 0
[pid=14027] ppid=14004 vsize=5356 CPUtime=0
/proc/14027/stat : 14027 (sh) S 14004 14004 11556 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 238311833 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14027/statm: 1339 232 193 169 0 50 0
[pid=14028] ppid=14027 vsize=761556 CPUtime=1497.37
/proc/14028/stat : 14028 (minisat) R 14027 14004 11556 0 -1 4194304 183687 0 0 0 149615 122 0 0 25 0 1 0 238311834 779833344 183673 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14028/statm: 190389 183673 75 150 0 190236 0
Current children cumulated CPU time (s) 1528.75
Current children cumulated vsize (KiB) 780512

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/87 14162
/proc/meminfo: memFree=511848/2055920 swapFree=4154836/4192956
[pid=14004] ppid=14002 vsize=13600 CPUtime=31.38
/proc/14004/stat : 14004 (sugar) S 14002 14004 11556 0 -1 4194304 1031 22981 0 2 3 1 2874 260 16 0 1 0 238308573 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14004/statm: 3400 797 370 3 0 500 0
[pid=14027] ppid=14004 vsize=5356 CPUtime=0
/proc/14027/stat : 14027 (sh) S 14004 14004 11556 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 238311833 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14027/statm: 1339 232 193 169 0 50 0
[pid=14028] ppid=14027 vsize=761556 CPUtime=1557.04
/proc/14028/stat : 14028 (minisat) R 14027 14004 11556 0 -1 4194304 183688 0 0 0 155582 122 0 0 25 0 1 0 238311834 779833344 183674 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/14028/statm: 190389 183674 75 150 0 190236 0
Current children cumulated CPU time (s) 1588.42
Current children cumulated vsize (KiB) 780512

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/87 14162
/proc/meminfo: memFree=231208/2055920 swapFree=4154836/4192956
[pid=14004] ppid=14002 vsize=13600 CPUtime=31.38
/proc/14004/stat : 14004 (sugar) S 14002 14004 11556 0 -1 4194304 1031 22981 0 2 3 1 2874 260 16 0 1 0 238308573 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14004/statm: 3400 797 370 3 0 500 0
[pid=14027] ppid=14004 vsize=5356 CPUtime=0
/proc/14027/stat : 14027 (sh) S 14004 14004 11556 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 238311833 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14027/statm: 1339 232 193 169 0 50 0
[pid=14028] ppid=14027 vsize=761556 CPUtime=1615.87
/proc/14028/stat : 14028 (minisat) R 14027 14004 11556 0 -1 4194304 183689 0 0 0 161465 122 0 0 25 0 1 0 238311834 779833344 183675 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14028/statm: 190389 183675 75 150 0 190236 0
Current children cumulated CPU time (s) 1647.25
Current children cumulated vsize (KiB) 780512

[startup+1722.3 s]
/proc/loadavg: 2.21 2.05 2.01 4/87 14162
/proc/meminfo: memFree=54824/2055920 swapFree=4154836/4192956
[pid=14004] ppid=14002 vsize=13600 CPUtime=31.38
/proc/14004/stat : 14004 (sugar) S 14002 14004 11556 0 -1 4194304 1031 22981 0 2 3 1 2874 260 16 0 1 0 238308573 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14004/statm: 3400 797 370 3 0 500 0
[pid=14027] ppid=14004 vsize=5356 CPUtime=0
/proc/14027/stat : 14027 (sh) S 14004 14004 11556 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 238311833 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14027/statm: 1339 232 193 169 0 50 0
[pid=14028] ppid=14027 vsize=761556 CPUtime=1675.05
/proc/14028/stat : 14028 (minisat) R 14027 14004 11556 0 -1 4194304 183689 0 0 0 167383 122 0 0 25 0 1 0 238311834 779833344 183675 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14028/statm: 190389 183675 75 150 0 190236 0
Current children cumulated CPU time (s) 1706.43
Current children cumulated vsize (KiB) 780512

[startup+1782.3 s]
/proc/loadavg: 2.24 2.09 2.03 4/87 14162
/proc/meminfo: memFree=112424/2055920 swapFree=4180076/4192956
[pid=14004] ppid=14002 vsize=13600 CPUtime=31.38
/proc/14004/stat : 14004 (sugar) S 14002 14004 11556 0 -1 4194304 1031 22981 0 2 3 1 2874 260 16 0 1 0 238308573 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14004/statm: 3400 797 370 3 0 500 0
[pid=14027] ppid=14004 vsize=5356 CPUtime=0
/proc/14027/stat : 14027 (sh) S 14004 14004 11556 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 238311833 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14027/statm: 1339 232 193 169 0 50 0
[pid=14028] ppid=14027 vsize=761700 CPUtime=1734.5
/proc/14028/stat : 14028 (minisat) R 14027 14004 11556 0 -1 4194304 183691 0 0 0 173327 123 0 0 25 0 1 0 238311834 779980800 183677 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14028/statm: 190425 183677 75 150 0 190272 0
Current children cumulated CPU time (s) 1765.88
Current children cumulated vsize (KiB) 780656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.8 s]
/proc/loadavg: 2.13 2.08 2.03 4/87 14162
/proc/meminfo: memFree=112424/2055920 swapFree=4180076/4192956
[pid=14004] ppid=14002 vsize=13600 CPUtime=31.38
/proc/14004/stat : 14004 (sugar) S 14002 14004 11556 0 -1 4194304 1031 22981 0 2 3 1 2874 260 16 0 1 0 238308573 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14004/statm: 3400 797 370 3 0 500 0
[pid=14027] ppid=14004 vsize=5356 CPUtime=0
/proc/14027/stat : 14027 (sh) S 14004 14004 11556 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 238311833 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14027/statm: 1339 232 193 169 0 50 0
[pid=14028] ppid=14027 vsize=761700 CPUtime=1768.68
/proc/14028/stat : 14028 (minisat) R 14027 14004 11556 0 -1 4194304 183691 0 0 0 176745 123 0 0 25 0 1 0 238311834 779980800 183677 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14028/statm: 190425 183677 75 150 0 190272 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 780656

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

[startup+1816.92 s]
/proc/loadavg: 2.13 2.08 2.03 4/87 14162
/proc/meminfo: memFree=112424/2055920 swapFree=4180076/4192956
[pid=14004] ppid=14002 vsize=13600 CPUtime=31.38
/proc/14004/stat : 14004 (sugar) S 14002 14004 11556 0 -1 4194304 1042 22981 0 2 3 1 2874 260 16 0 1 0 238308573 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/14004/statm: 3400 797 370 3 0 500 0
[pid=14027] ppid=14004 vsize=0 CPUtime=0
/proc/14027/stat : 14027 (sh) Z 14004 14004 11556 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 238311833 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/14027/statm: 0 0 0 0 0 0 0
[pid=14028] ppid=1 vsize=0 CPUtime=1768.79
/proc/14028/stat : 14028 (minisat) R 1 14004 11556 0 -1 4195332 183691 0 0 0 176745 134 0 0 25 0 1 0 238311834 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/14028/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 13600

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

[startup+1817 s]
/proc/loadavg: 2.13 2.08 2.03 4/87 14162
/proc/meminfo: memFree=112424/2055920 swapFree=4180076/4192956
[pid=14004] ppid=14002 vsize=13600 CPUtime=31.46
/proc/14004/stat : 14004 (sugar) R 14002 14004 11556 0 -1 4194304 1067 23258 0 2 3 9 2874 260 16 0 1 0 238308573 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269807752233 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14004/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 31.46
Current children cumulated vsize (KiB) 13600

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

[startup+1817 s]
/proc/loadavg: 2.13 2.08 2.03 4/87 14162
/proc/meminfo: memFree=112424/2055920 swapFree=4180076/4192956
[pid=14004] ppid=14002 vsize=13600 CPUtime=31.46
/proc/14004/stat : 14004 (sugar) R 14002 14004 11556 0 -1 4194304 1067 23258 0 2 3 9 2874 260 16 0 1 0 238308573 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269807752233 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14004/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 31.46
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): 1768.71
#  lost CPU user time (s): 1767.45
#  lost CPU system time (s): 1.26

Real time (s): 1817.08
CPU time (s): 1800.27
CPU user time (s): 1796.23
CPU system time (s): 4.03358
CPU usage (%): 99.075
Max. virtual memory (cumulated for all children) (KiB): 887424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.7846
system time used= 2.77358
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24356
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= 71643
involuntary context switches= 72147

runsolver used 1.76473 second user time and 5.06623 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-03 04:46:46
IDJOB=1051450
IDBENCH=55440
IDSOLVER=346
FILE ID=node81/1051450-1215053206
PBS_JOBID= 7875015
Free space on /tmp= 126852 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-55-11-a4.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-1051450-1215053206/watcher-1051450-1215053206 -o /tmp/evaluation-result-1051450-1215053206/solver-1051450-1215053206 -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-1051450-1215053206.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b810140e7939220fd6eb4ada33e287a7
RANDOM SEED=2100128066

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1741296 kB
Buffers:         29264 kB
Cached:         142180 kB
SwapCached:      30856 kB
Active:         150672 kB
Inactive:       101552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1741296 kB
SwapTotal:     4192956 kB
SwapFree:      4154836 kB
Dirty:            1460 kB
Writeback:           0 kB
Mapped:          72900 kB
Slab:            47700 kB
Committed_AS:  1269044 kB
PageTables:       1716 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126852 MiB
End job on node81 at 2008-07-03 05:17:05