Trace number 1051387

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.1 1809.38

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-55-10-a4.xml
MD5SUMf52f7dc44122ad1887252cc9e35ccd76
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.9483
Satisfiable
(Un)Satisfiability was proved
Number of variables10
Number of constraints915
Maximum constraint arity4
Maximum domain size56
Number of constraints which are defined in extension0
Number of constraints which are defined in intension915
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Thu Jul  3 04:42:48 2008
0.00/0.05	c 0	PID 1386
0.03/0.05	c 0	HOST node3.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1051387-1215052968.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-1051387-1215052968.xml' 'HOME/temp.csp'
0.03/0.42	c 0	1 domains, 10 variables, 2 predicates, 0 relations, 915 constraints
0.03/0.44	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.44	c 0	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.38/0.52	c 1	Parsing HOME/temp.csp
0.38/0.67	c 1	parsed 928 expressions
0.38/0.67	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.38/0.67	c 1	Converting to clausal form CSP
0.38/0.72	c 1	converted 93 (10%) expressions
0.38/0.76	c 1	converted 186 (20%) expressions
0.38/0.78	c 1	converted 279 (30%) expressions
0.38/0.89	c 1	converted 372 (40%) expressions
0.38/0.94	c 1	converted 464 (50%) expressions
0.38/0.97	c 1	converted 557 (60%) expressions
0.38/1.00	c 1	converted 650 (70%) expressions
0.92/1.03	c 1	converted 743 (80%) expressions
0.92/1.05	c 1	converted 836 (90%) expressions
0.92/1.07	c 1	converted 928 (100%) expressions
0.92/1.07	c 1	CSP : 2530 integers, 0 booleans, 5955 clauses, largest domain size 111
0.92/1.07	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/1.07	c 1	Propagation in CSP
1.22/1.31	c 1	45450 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.22/1.31	c 1	CSP : 2530 integers, 0 booleans, 5955 clauses, largest domain size 93
1.22/1.31	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.31	c 1	Simplifing CSP by introducing new Boolean variables
1.22/1.33	c 1	CSP : 2530 integers, 1740 booleans, 7695 clauses, largest domain size 93
1.22/1.34	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.38	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.32/1.42	c 1	253 (10%) CSP integer variables are encoded (22563 clauses, 316561 bytes)
1.32/1.46	c 1	506 (20%) CSP integer variables are encoded (45586 clauses, 661906 bytes)
1.32/1.49	c 2	759 (30%) CSP integer variables are encoded (68609 clauses, 1007251 bytes)
1.42/1.51	c 2	1012 (40%) CSP integer variables are encoded (91632 clauses, 1352596 bytes)
1.42/1.55	c 2	1265 (50%) CSP integer variables are encoded (114655 clauses, 1729436 bytes)
1.42/1.58	c 2	1518 (60%) CSP integer variables are encoded (137678 clauses, 2120827 bytes)
1.51/1.61	c 2	1771 (70%) CSP integer variables are encoded (160701 clauses, 2512218 bytes)
1.51/1.64	c 2	2024 (80%) CSP integer variables are encoded (183724 clauses, 2903609 bytes)
1.51/1.68	c 2	2277 (90%) CSP integer variables are encoded (206747 clauses, 3295000 bytes)
1.60/1.71	c 2	2530 (100%) CSP integer variables are encoded (229770 clauses, 3686391 bytes)
2.31/2.40	c 2	770 (10%) CSP clauses are encoded (518328 clauses, 10048555 bytes)
4.40/4.56	c 5	1539 (20%) CSP clauses are encoded (1765284 clauses, 29870052 bytes)
6.53/6.78	c 7	2309 (30%) CSP clauses are encoded (3014536 clauses, 50641290 bytes)
8.58/8.89	c 9	3078 (40%) CSP clauses are encoded (4261524 clauses, 71554538 bytes)
10.76/11.01	c 11	3848 (50%) CSP clauses are encoded (5510562 clauses, 92701223 bytes)
12.93/13.21	c 13	4617 (60%) CSP clauses are encoded (6757628 clauses, 114959162 bytes)
15.02/15.39	c 15	5387 (70%) CSP clauses are encoded (8006772 clauses, 137302820 bytes)
17.20/17.60	c 18	6156 (80%) CSP clauses are encoded (9253860 clauses, 160118365 bytes)
19.38/19.80	c 20	6926 (90%) CSP clauses are encoded (10503122 clauses, 183018558 bytes)
21.64/22.08	c 22	7695 (100%) CSP clauses are encoded (11750242 clauses, 205931018 bytes)
21.64/22.08	c 22	7695 CSP clauses encoded
21.64/22.08	c 22	Writing map file : HOME/temp.map
21.64/22.08	c 22	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.64/22.08	c 22	SAT : 234040 SAT variables, 11750242 SAT clauses, 205931018 bytes
21.64/22.08	c 22	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.71/22.10	c 22	SOLVING HOME/temp.cnf
21.71/22.10	c 22	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
21.71/22.11	c 22	This is MiniSat 2.0 beta
21.71/22.11	c 22	WARNING: for repeatability, setting FPU to use double precision
21.71/22.11	c 22	============================[ Problem Statistics ]=============================
21.71/22.11	c 22	|                                                                             |
21.71/22.11	c 22	|  Number of variables:  234040                                               |
21.71/22.11	c 22	|  Number of clauses:    11750242                                             |
26.49/26.99	c 27	|  Parsing time:         4.18         s                                       |
26.78/27.22	c 27	============================[ Search Statistics ]==============================
26.78/27.22	c 27	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
26.78/27.22	c 27	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
26.78/27.22	c 27	===============================================================================
26.78/27.22	c 27	|         0 |  234040 11750242 34805864 |  3916747        0    nan |  0.000 % |
61.61/62.24	c 62	|       100 |  234040 11750242 34805864 |  4308422      100      6 |  0.000 % |
71.36/72.06	c 72	|       250 |  234023 11750242 34805864 |  4739264      248      7 |  3.021 % |
86.09/86.81	c 87	|       475 |  234023 11750242 34805864 |  5213190      473      7 |  3.021 % |
108.28/109.11	c 109	|       812 |  234021 11750242 34805864 |  5734509      808      8 |  4.316 % |
137.54/138.52	c 139	|      1319 |  234021 11750242 34805864 |  6307960     1315      8 |  4.316 % |
180.51/181.75	c 182	|      2078 |  234021 11750242 34805864 |  6938756     2074      9 |  4.316 % |
235.35/236.85	c 237	|      3217 |  234021 11750242 34805864 |  7632632     3213      9 |  4.316 % |
327.09/329.01	c 329	|      4925 |  223940 11222098 33252133 |  8395895     4917      9 |  4.316 % |
450.37/452.90	c 453	|      7487 |  223940 11222098 33252133 |  9235485     7479     11 |  4.316 % |
663.03/666.66	c 667	|     11331 |  223940 11222098 33252133 | 10159033    11323     11 |  4.316 % |
944.34/949.34	c 949	|     17099 |  223940 11222098 33252133 | 11174937    17091     12 |  4.316 % |
1372.71/1379.80	c 1380	|     25749 |  223940 11222098 33252133 | 12292430    25741     12 |  4.316 % |
1800.01/1809.21	c ERROR INTERRUPTED
1800.01/1809.29	s UNKNOWN
1800.01/1809.29	c 1809	CPU 20.05 (0.03 0 20.02 1.69)
1800.01/1809.29	c 1809	END Thu Jul  3 05:12:57 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-1051387-1215052968/watcher-1051387-1215052968 -o /tmp/evaluation-result-1051387-1215052968/solver-1051387-1215052968 -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-1051387-1215052968.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.06 2.02 2.00 4/82 1386
/proc/meminfo: memFree=1715200/2055920 swapFree=4180472/4192956
[pid=1386] ppid=1384 vsize=12268 CPUtime=0
/proc/1386/stat : 1386 (sugar) R 1384 1386 31351 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1984272216 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 233652961672 0 0 4224 0 0 0 0 17 1 0 0
/proc/1386/statm: 3067 316 241 3 0 167 0

[startup+0.0502649 s]
/proc/loadavg: 2.06 2.02 2.00 4/82 1386
/proc/meminfo: memFree=1715200/2055920 swapFree=4180472/4192956
[pid=1386] ppid=1384 vsize=13600 CPUtime=0.03
/proc/1386/stat : 1386 (sugar) S 1384 1386 31351 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1984272216 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1386/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101509 s]
/proc/loadavg: 2.06 2.02 2.00 4/82 1386
/proc/meminfo: memFree=1715200/2055920 swapFree=4180472/4192956
[pid=1386] ppid=1384 vsize=13600 CPUtime=0.03
/proc/1386/stat : 1386 (sugar) S 1384 1386 31351 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984272216 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1386/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301527 s]
/proc/loadavg: 2.06 2.02 2.00 4/82 1386
/proc/meminfo: memFree=1715200/2055920 swapFree=4180472/4192956
[pid=1386] ppid=1384 vsize=13600 CPUtime=0.03
/proc/1386/stat : 1386 (sugar) S 1384 1386 31351 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984272216 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1386/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702563 s]
/proc/loadavg: 2.06 2.02 2.00 4/82 1386
/proc/meminfo: memFree=1715200/2055920 swapFree=4180472/4192956
[pid=1386] ppid=1384 vsize=13600 CPUtime=0.38
/proc/1386/stat : 1386 (sugar) S 1384 1386 31351 0 -1 4194304 973 4758 0 1 3 0 32 3 15 0 1 0 1984272216 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1386/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 13600

[startup+1.50263 s]
/proc/loadavg: 2.06 2.02 2.00 4/92 1409
/proc/meminfo: memFree=1736032/2055920 swapFree=4180472/4192956
[pid=1386] ppid=1384 vsize=13600 CPUtime=0.38
/proc/1386/stat : 1386 (sugar) S 1384 1386 31351 0 -1 4194304 974 4758 0 1 3 0 32 3 15 0 1 0 1984272216 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1386/statm: 3400 797 370 3 0 500 0
[pid=1400] ppid=1386 vsize=5356 CPUtime=0
/proc/1400/stat : 1400 (sh) S 1386 1386 31351 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984272260 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1400/statm: 1339 233 193 169 0 50 0
[pid=1401] ppid=1400 vsize=868484 CPUtime=1.04
/proc/1401/stat : 1401 (java) S 1400 1386 31351 0 -1 0 7180 0 1 0 98 6 0 0 20 0 9 0 1984272261 889327616 6338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1401/statm: 217121 6338 2563 9 0 211668 0
[pid=1401/tid=1402] ppid=1400 vsize=868484 CPUtime=0.65
/proc/1401/task/1402/stat : 1402 (java) R 1400 1386 31351 0 -1 64 2780 0 1 0 63 2 0 0 25 0 9 0 1984272262 889327616 6338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1401/tid=1403] ppid=1400 vsize=868484 CPUtime=0.14
/proc/1401/task/1403/stat : 1403 (java) S 1400 1386 31351 0 -1 64 2237 0 0 0 13 1 0 0 16 0 9 0 1984272263 889327616 6338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1401/tid=1404] ppid=1400 vsize=868484 CPUtime=0
/proc/1401/task/1404/stat : 1404 (java) S 1400 1386 31351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1984272263 889327616 6338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1401/tid=1405] ppid=1400 vsize=868484 CPUtime=0
/proc/1401/task/1405/stat : 1405 (java) S 1400 1386 31351 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984272263 889327616 6338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1401/tid=1406] ppid=1400 vsize=868484 CPUtime=0
/proc/1401/task/1406/stat : 1406 (java) S 1400 1386 31351 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1984272265 889327616 6338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1401/tid=1407] ppid=1400 vsize=868484 CPUtime=0.2
/proc/1401/task/1407/stat : 1407 (java) S 1400 1386 31351 0 -1 64 1470 0 0 0 20 0 0 0 16 0 9 0 1984272265 889327616 6338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1401/tid=1408] ppid=1400 vsize=868484 CPUtime=0
/proc/1401/task/1408/stat : 1408 (java) S 1400 1386 31351 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1984272265 889327616 6338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1401/tid=1409] ppid=1400 vsize=868484 CPUtime=0
/proc/1401/task/1409/stat : 1409 (java) S 1400 1386 31351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984272265 889327616 6338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887440

[startup+3.10176 s]
/proc/loadavg: 2.06 2.02 2.00 3/92 1409
/proc/meminfo: memFree=1725984/2055920 swapFree=4180472/4192956
[pid=1386] ppid=1384 vsize=13600 CPUtime=0.38
/proc/1386/stat : 1386 (sugar) S 1384 1386 31351 0 -1 4194304 974 4758 0 1 3 0 32 3 15 0 1 0 1984272216 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1386/statm: 3400 797 370 3 0 500 0
[pid=1400] ppid=1386 vsize=5356 CPUtime=0
/proc/1400/stat : 1400 (sh) S 1386 1386 31351 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984272260 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1400/statm: 1339 233 193 169 0 50 0
[pid=1401] ppid=1400 vsize=868484 CPUtime=2.62
/proc/1401/stat : 1401 (java) S 1400 1386 31351 0 -1 0 7688 0 1 0 245 17 0 0 20 0 9 0 1984272261 889327616 6355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1401/statm: 217121 6355 2563 9 0 211668 0
[pid=1401/tid=1402] ppid=1400 vsize=868484 CPUtime=2.11
/proc/1401/task/1402/stat : 1402 (java) R 1400 1386 31351 0 -1 64 3274 0 1 0 199 12 0 0 25 0 9 0 1984272262 889327616 6355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1401/tid=1403] ppid=1400 vsize=868484 CPUtime=0.25
/proc/1401/task/1403/stat : 1403 (java) S 1400 1386 31351 0 -1 64 2237 0 0 0 22 3 0 0 16 0 9 0 1984272263 889327616 6355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1401/tid=1404] ppid=1400 vsize=868484 CPUtime=0
/proc/1401/task/1404/stat : 1404 (java) S 1400 1386 31351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1984272263 889327616 6355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1401/tid=1405] ppid=1400 vsize=868484 CPUtime=0
/proc/1401/task/1405/stat : 1405 (java) S 1400 1386 31351 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984272263 889327616 6355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1401/tid=1406] ppid=1400 vsize=868484 CPUtime=0
/proc/1401/task/1406/stat : 1406 (java) S 1400 1386 31351 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1984272265 889327616 6355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1401/tid=1407] ppid=1400 vsize=868484 CPUtime=0.23
/proc/1401/task/1407/stat : 1407 (java) S 1400 1386 31351 0 -1 64 1484 0 0 0 23 0 0 0 16 0 9 0 1984272265 889327616 6355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1401/tid=1408] ppid=1400 vsize=868484 CPUtime=0
/proc/1401/task/1408/stat : 1408 (java) S 1400 1386 31351 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1984272265 889327616 6355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1401/tid=1409] ppid=1400 vsize=868484 CPUtime=0
/proc/1401/task/1409/stat : 1409 (java) S 1400 1386 31351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984272265 889327616 6355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887440

[startup+6.30302 s]
/proc/loadavg: 2.06 2.01 2.00 3/92 1409
/proc/meminfo: memFree=1695208/2055920 swapFree=4180472/4192956
[pid=1386] ppid=1384 vsize=13600 CPUtime=0.38
/proc/1386/stat : 1386 (sugar) S 1384 1386 31351 0 -1 4194304 974 4758 0 1 3 0 32 3 16 0 1 0 1984272216 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1386/statm: 3400 797 370 3 0 500 0
[pid=1400] ppid=1386 vsize=5356 CPUtime=0
/proc/1400/stat : 1400 (sh) S 1386 1386 31351 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984272260 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1400/statm: 1339 233 193 169 0 50 0
[pid=1401] ppid=1400 vsize=868484 CPUtime=5.81
/proc/1401/stat : 1401 (java) S 1400 1386 31351 0 -1 0 8696 0 1 0 540 41 0 0 20 0 9 0 1984272261 889327616 6358 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1401/statm: 217121 6358 2563 9 0 211668 0
[pid=1401/tid=1402] ppid=1400 vsize=868484 CPUtime=5.07
/proc/1401/task/1402/stat : 1402 (java) R 1400 1386 31351 0 -1 64 4279 0 1 0 476 31 0 0 25 0 9 0 1984272262 889327616 6358 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1401/tid=1403] ppid=1400 vsize=868484 CPUtime=0.47
/proc/1401/task/1403/stat : 1403 (java) S 1400 1386 31351 0 -1 64 2237 0 0 0 39 8 0 0 16 0 9 0 1984272263 889327616 6358 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1401/tid=1404] ppid=1400 vsize=868484 CPUtime=0
/proc/1401/task/1404/stat : 1404 (java) S 1400 1386 31351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1984272263 889327616 6358 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1401/tid=1405] ppid=1400 vsize=868484 CPUtime=0
/proc/1401/task/1405/stat : 1405 (java) S 1400 1386 31351 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984272263 889327616 6358 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1401/tid=1406] ppid=1400 vsize=868484 CPUtime=0
/proc/1401/task/1406/stat : 1406 (java) S 1400 1386 31351 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1984272265 889327616 6358 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1401/tid=1407] ppid=1400 vsize=868484 CPUtime=0.24
/proc/1401/task/1407/stat : 1407 (java) S 1400 1386 31351 0 -1 64 1487 0 0 0 23 1 0 0 17 0 9 0 1984272265 889327616 6358 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1401/tid=1408] ppid=1400 vsize=868484 CPUtime=0
/proc/1401/task/1408/stat : 1408 (java) S 1400 1386 31351 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1984272265 889327616 6358 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1401/tid=1409] ppid=1400 vsize=868484 CPUtime=0
/proc/1401/task/1409/stat : 1409 (java) S 1400 1386 31351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984272265 889327616 6358 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887440

[startup+12.7015 s]
/proc/loadavg: 2.05 2.01 2.00 3/92 1409
/proc/meminfo: memFree=1628840/2055920 swapFree=4180472/4192956
[pid=1386] ppid=1384 vsize=13600 CPUtime=0.38
/proc/1386/stat : 1386 (sugar) S 1384 1386 31351 0 -1 4194304 974 4758 0 1 3 0 32 3 16 0 1 0 1984272216 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1386/statm: 3400 797 370 3 0 500 0
[pid=1400] ppid=1386 vsize=5356 CPUtime=0
/proc/1400/stat : 1400 (sh) S 1386 1386 31351 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984272260 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1400/statm: 1339 233 193 169 0 50 0
[pid=1401] ppid=1400 vsize=868484 CPUtime=12.05
/proc/1401/stat : 1401 (java) S 1400 1386 31351 0 -1 0 10710 0 1 0 1113 92 0 0 20 0 9 0 1984272261 889327616 6358 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1401/statm: 217121 6358 2563 9 0 211668 0
[pid=1401/tid=1402] ppid=1400 vsize=868484 CPUtime=10.83
/proc/1401/task/1402/stat : 1402 (java) R 1400 1386 31351 0 -1 64 6293 0 1 0 1014 69 0 0 25 0 9 0 1984272262 889327616 6358 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1401/tid=1403] ppid=1400 vsize=868484 CPUtime=0.94
/proc/1401/task/1403/stat : 1403 (java) S 1400 1386 31351 0 -1 64 2237 0 0 0 74 20 0 0 16 0 9 0 1984272263 889327616 6358 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1401/tid=1404] ppid=1400 vsize=868484 CPUtime=0
/proc/1401/task/1404/stat : 1404 (java) S 1400 1386 31351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1984272263 889327616 6358 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1401/tid=1405] ppid=1400 vsize=868484 CPUtime=0
/proc/1401/task/1405/stat : 1405 (java) S 1400 1386 31351 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984272263 889327616 6358 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1401/tid=1406] ppid=1400 vsize=868484 CPUtime=0
/proc/1401/task/1406/stat : 1406 (java) S 1400 1386 31351 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1984272265 889327616 6358 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1401/tid=1407] ppid=1400 vsize=868484 CPUtime=0.24
/proc/1401/task/1407/stat : 1407 (java) S 1400 1386 31351 0 -1 64 1487 0 0 0 23 1 0 0 17 0 9 0 1984272265 889327616 6358 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1401/tid=1408] ppid=1400 vsize=868484 CPUtime=0
/proc/1401/task/1408/stat : 1408 (java) S 1400 1386 31351 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1984272265 889327616 6358 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1401/tid=1409] ppid=1400 vsize=868484 CPUtime=0
/proc/1401/task/1409/stat : 1409 (java) S 1400 1386 31351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984272265 889327616 6358 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 887440

[startup+25.5026 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 1411
/proc/meminfo: memFree=1254312/2055920 swapFree=4180472/4192956
[pid=1386] ppid=1384 vsize=13600 CPUtime=21.74
/proc/1386/stat : 1386 (sugar) S 1384 1386 31351 0 -1 4194304 1031 18743 0 2 3 0 2002 169 16 0 1 0 1984272216 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1386/statm: 3400 797 370 3 0 500 0
[pid=1410] ppid=1386 vsize=5356 CPUtime=0
/proc/1410/stat : 1410 (sh) S 1386 1386 31351 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984274426 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1410/statm: 1339 232 193 169 0 50 0
[pid=1411] ppid=1410 vsize=339432 CPUtime=3.36
/proc/1411/stat : 1411 (minisat) R 1410 1386 31351 0 -1 4194304 78429 0 0 0 290 46 0 0 25 0 1 0 1984274427 347578368 78415 996147200 134512640 135127466 4294956272 18446744073709551615 134532988 0 0 4096 3 0 0 0 17 0 0 0
/proc/1411/statm: 84858 78416 62 150 0 84705 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 358388

[startup+51.1027 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 1411
/proc/meminfo: memFree=1052072/2055920 swapFree=4180472/4192956
[pid=1386] ppid=1384 vsize=13600 CPUtime=21.74
/proc/1386/stat : 1386 (sugar) S 1384 1386 31351 0 -1 4194304 1031 18743 0 2 3 0 2002 169 15 0 1 0 1984272216 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0

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

[pid=1410] ppid=1386 vsize=5356 CPUtime=0
/proc/1410/stat : 1410 (sh) S 1386 1386 31351 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984274426 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1410/statm: 1339 232 193 169 0 50 0
[pid=1411] ppid=1410 vsize=504436 CPUtime=1393.27
/proc/1411/stat : 1411 (minisat) R 1410 1386 31351 0 -1 4194304 123454 0 0 0 139250 77 0 0 25 0 1 0 1984274427 516542464 123440 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1411/statm: 126109 123440 75 150 0 125956 0
Current children cumulated CPU time (s) 1415.01
Current children cumulated vsize (KiB) 523392

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 1417
/proc/meminfo: memFree=1047400/2055920 swapFree=4180472/4192956
[pid=1386] ppid=1384 vsize=13600 CPUtime=21.74
/proc/1386/stat : 1386 (sugar) S 1384 1386 31351 0 -1 4194304 1031 18743 0 2 3 0 2002 169 16 0 1 0 1984272216 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1386/statm: 3400 797 370 3 0 500 0
[pid=1410] ppid=1386 vsize=5356 CPUtime=0
/proc/1410/stat : 1410 (sh) S 1386 1386 31351 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984274426 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1410/statm: 1339 232 193 169 0 50 0
[pid=1411] ppid=1410 vsize=504436 CPUtime=1452.96
/proc/1411/stat : 1411 (minisat) R 1410 1386 31351 0 -1 4194304 123455 0 0 0 145219 77 0 0 25 0 1 0 1984274427 516542464 123441 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1411/statm: 126109 123441 75 150 0 125956 0
Current children cumulated CPU time (s) 1474.7
Current children cumulated vsize (KiB) 523392

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 1417
/proc/meminfo: memFree=1047400/2055920 swapFree=4180472/4192956
[pid=1386] ppid=1384 vsize=13600 CPUtime=21.74
/proc/1386/stat : 1386 (sugar) S 1384 1386 31351 0 -1 4194304 1031 18743 0 2 3 0 2002 169 16 0 1 0 1984272216 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1386/statm: 3400 797 370 3 0 500 0
[pid=1410] ppid=1386 vsize=5356 CPUtime=0
/proc/1410/stat : 1410 (sh) S 1386 1386 31351 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984274426 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1410/statm: 1339 232 193 169 0 50 0
[pid=1411] ppid=1410 vsize=504436 CPUtime=1512.67
/proc/1411/stat : 1411 (minisat) R 1410 1386 31351 0 -1 4194304 123458 0 0 0 151190 77 0 0 25 0 1 0 1984274427 516542464 123444 996147200 134512640 135127466 4294956272 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/1411/statm: 126109 123444 75 150 0 125956 0
Current children cumulated CPU time (s) 1534.41
Current children cumulated vsize (KiB) 523392

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1417
/proc/meminfo: memFree=1047400/2055920 swapFree=4180472/4192956
[pid=1386] ppid=1384 vsize=13600 CPUtime=21.74
/proc/1386/stat : 1386 (sugar) S 1384 1386 31351 0 -1 4194304 1031 18743 0 2 3 0 2002 169 16 0 1 0 1984272216 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1386/statm: 3400 797 370 3 0 500 0
[pid=1410] ppid=1386 vsize=5356 CPUtime=0
/proc/1410/stat : 1410 (sh) S 1386 1386 31351 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984274426 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1410/statm: 1339 232 193 169 0 50 0
[pid=1411] ppid=1410 vsize=504436 CPUtime=1572.37
/proc/1411/stat : 1411 (minisat) R 1410 1386 31351 0 -1 4194304 123459 0 0 0 157160 77 0 0 25 0 1 0 1984274427 516542464 123445 996147200 134512640 135127466 4294956272 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 0 0 0
/proc/1411/statm: 126109 123445 75 150 0 125956 0
Current children cumulated CPU time (s) 1594.11
Current children cumulated vsize (KiB) 523392

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1417
/proc/meminfo: memFree=1047336/2055920 swapFree=4180472/4192956
[pid=1386] ppid=1384 vsize=13600 CPUtime=21.74
/proc/1386/stat : 1386 (sugar) S 1384 1386 31351 0 -1 4194304 1031 18743 0 2 3 0 2002 169 16 0 1 0 1984272216 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1386/statm: 3400 797 370 3 0 500 0
[pid=1410] ppid=1386 vsize=5356 CPUtime=0
/proc/1410/stat : 1410 (sh) S 1386 1386 31351 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984274426 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1410/statm: 1339 232 193 169 0 50 0
[pid=1411] ppid=1410 vsize=504436 CPUtime=1632.08
/proc/1411/stat : 1411 (minisat) R 1410 1386 31351 0 -1 4194304 123461 0 0 0 163130 78 0 0 25 0 1 0 1984274427 516542464 123447 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1411/statm: 126109 123447 75 150 0 125956 0
Current children cumulated CPU time (s) 1653.82
Current children cumulated vsize (KiB) 523392

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1417
/proc/meminfo: memFree=1047208/2055920 swapFree=4180472/4192956
[pid=1386] ppid=1384 vsize=13600 CPUtime=21.74
/proc/1386/stat : 1386 (sugar) S 1384 1386 31351 0 -1 4194304 1031 18743 0 2 3 0 2002 169 16 0 1 0 1984272216 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1386/statm: 3400 797 370 3 0 500 0
[pid=1410] ppid=1386 vsize=5356 CPUtime=0
/proc/1410/stat : 1410 (sh) S 1386 1386 31351 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984274426 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1410/statm: 1339 232 193 169 0 50 0
[pid=1411] ppid=1410 vsize=504600 CPUtime=1691.79
/proc/1411/stat : 1411 (minisat) R 1410 1386 31351 0 -1 4194304 123492 0 0 0 169101 78 0 0 25 0 1 0 1984274427 516710400 123478 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1411/statm: 126150 123478 75 150 0 125997 0
Current children cumulated CPU time (s) 1713.53
Current children cumulated vsize (KiB) 523556

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1417
/proc/meminfo: memFree=1046888/2055920 swapFree=4180472/4192956
[pid=1386] ppid=1384 vsize=13600 CPUtime=21.74
/proc/1386/stat : 1386 (sugar) S 1384 1386 31351 0 -1 4194304 1031 18743 0 2 3 0 2002 169 16 0 1 0 1984272216 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1386/statm: 3400 797 370 3 0 500 0
[pid=1410] ppid=1386 vsize=5356 CPUtime=0
/proc/1410/stat : 1410 (sh) S 1386 1386 31351 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984274426 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1410/statm: 1339 232 193 169 0 50 0
[pid=1411] ppid=1410 vsize=504600 CPUtime=1751.5
/proc/1411/stat : 1411 (minisat) R 1410 1386 31351 0 -1 4194304 123494 0 0 0 175072 78 0 0 25 0 1 0 1984274427 516710400 123480 996147200 134512640 135127466 4294956272 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/1411/statm: 126150 123480 75 150 0 125997 0
Current children cumulated CPU time (s) 1773.24
Current children cumulated vsize (KiB) 523556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.2 s]
/proc/loadavg: 1.93 1.98 1.99 3/75 1447
/proc/meminfo: memFree=1127496/2055920 swapFree=4180472/4192956
[pid=1386] ppid=1384 vsize=13600 CPUtime=21.74
/proc/1386/stat : 1386 (sugar) S 1384 1386 31351 0 -1 4194304 1031 18743 0 2 3 0 2002 169 16 0 1 0 1984272216 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1386/statm: 3400 797 370 3 0 500 0
[pid=1410] ppid=1386 vsize=5356 CPUtime=0
/proc/1410/stat : 1410 (sh) S 1386 1386 31351 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984274426 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1410/statm: 1339 232 193 169 0 50 0
[pid=1411] ppid=1410 vsize=504600 CPUtime=1778.27
/proc/1411/stat : 1411 (minisat) R 1410 1386 31351 0 -1 4194304 123495 0 0 0 177749 78 0 0 25 0 1 0 1984274427 516710400 123481 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1411/statm: 126150 123481 75 150 0 125997 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 523556

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

[startup+1809.2 s]
/proc/loadavg: 1.93 1.98 1.99 3/75 1447
/proc/meminfo: memFree=1127496/2055920 swapFree=4180472/4192956
[pid=1386] ppid=1384 vsize=13600 CPUtime=21.74
/proc/1386/stat : 1386 (sugar) S 1384 1386 31351 0 -1 4194304 1031 18743 0 2 3 0 2002 169 16 0 1 0 1984272216 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1386/statm: 3400 797 370 3 0 500 0
[pid=1410] ppid=1386 vsize=5356 CPUtime=0
/proc/1410/stat : 1410 (sh) S 1386 1386 31351 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984274426 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1410/statm: 1339 232 193 169 0 50 0
[pid=1411] ppid=1410 vsize=504600 CPUtime=1778.27
/proc/1411/stat : 1411 (minisat) R 1410 1386 31351 0 -1 4194304 123495 0 0 0 177749 78 0 0 25 0 1 0 1984274427 516710400 123481 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1411/statm: 126150 123481 75 150 0 125997 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 523556

# WARNING:
# current cumulated CPU time (21.78 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 (1778.23 s) to the 'lost time'.

[startup+1809.32 s]
/proc/loadavg: 1.93 1.98 1.99 3/75 1447
/proc/meminfo: memFree=1127496/2055920 swapFree=4180472/4192956
[pid=1386] ppid=1384 vsize=13600 CPUtime=21.78
/proc/1386/stat : 1386 (sugar) R 1384 1386 31351 0 -1 4194304 1067 19020 0 2 3 4 2002 169 17 0 1 0 1984272216 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233632928809 0 0 4224 16386 0 0 0 17 0 0 0
/proc/1386/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 21.78
Current children cumulated vsize (KiB) 13600

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

[startup+1809.32 s]
/proc/loadavg: 1.93 1.98 1.99 3/75 1447
/proc/meminfo: memFree=1127496/2055920 swapFree=4180472/4192956
[pid=1386] ppid=1384 vsize=13600 CPUtime=21.78
/proc/1386/stat : 1386 (sugar) R 1384 1386 31351 0 -1 4194304 1067 19020 0 2 3 4 2002 169 17 0 1 0 1984272216 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233632928809 0 0 4224 16386 0 0 0 17 0 0 0
/proc/1386/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 21.78
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): 1778.23
#  lost CPU user time (s): 1777.49
#  lost CPU system time (s): 0.74

Real time (s): 1809.38
CPU time (s): 1800.1
CPU user time (s): 1797.56
CPU system time (s): 2.54273
CPU usage (%): 99.4871
Max. virtual memory (cumulated for all children) (KiB): 887440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.0699
system time used= 1.80272
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20118
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= 48045
involuntary context switches= 48554

runsolver used 2.05969 second user time and 6.18406 second system time

The end

Launcher Data (download as text)

Begin job on node3 at 2008-07-03 04:42:48
IDJOB=1051387
IDBENCH=55437
IDSOLVER=346
FILE ID=node3/1051387-1215052968
PBS_JOBID= 7875168
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f52f7dc44122ad1887252cc9e35ccd76
RANDOM SEED=140634541

node3.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.232
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.232
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:       1715680 kB
Buffers:         17944 kB
Cached:         126584 kB
SwapCached:       6568 kB
Active:         223296 kB
Inactive:        54776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1715680 kB
SwapTotal:     4192956 kB
SwapFree:      4180472 kB
Dirty:            3100 kB
Writeback:           0 kB
Mapped:         149752 kB
Slab:            47152 kB
Committed_AS:  3453716 kB
PageTables:       2120 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= 66552 MiB
End job on node3 at 2008-07-03 05:12:59