Trace number 1086465

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? (MO) 202.436 206.97

General information on the benchmark

Namecsp/fapp/fapp33/
normalized-fapp33-0650-3.xml
MD5SUM0a9f1ff1ab9407d2449a296e69817edc
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark24.6123
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of constraints8684
Maximum constraint arity2
Maximum domain size498
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8684
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.13	c 0	Sugar v1-13 + HOME/minisat
0.00/0.13	c 0	BEGIN Sat Jul  5 08:30:18 2008
0.00/0.13	c 0	PID 8015
0.00/0.14	c 0	HOST node73.alineos.net
0.00/0.14	c 0	CONVERTING HOME/instance-1086465-1215239418.xml TO HOME/temp.csp
0.00/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086465-1215239418.xml' 'HOME/temp.csp'
0.98/1.19	c 1	11 domains, 650 variables, 8 predicates, 0 relations, 8684 constraints
1.05/1.24	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.05/1.24	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.07/1.33	c 1	Parsing HOME/temp.csp
1.07/1.72	c 2	parsed 9353 expressions
1.07/1.72	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.07/1.72	c 2	Converting to clausal form CSP
2.18/2.48	c 3	converted 936 (10%) expressions
3.77/4.05	c 4	converted 1871 (20%) expressions
5.16/5.44	c 6	converted 2806 (30%) expressions
6.25/6.59	c 7	converted 3742 (40%) expressions
7.72/8.01	c 8	converted 4677 (50%) expressions
8.81/9.13	c 9	converted 5612 (60%) expressions
10.00/10.30	c 10	converted 6548 (70%) expressions
11.27/11.68	c 12	converted 7483 (80%) expressions
12.36/12.74	c 13	converted 8418 (90%) expressions
13.45/13.80	c 14	converted 9353 (100%) expressions
13.45/13.81	c 14	CSP : 1292 integers, 25039 booleans, 52884 clauses, largest domain size 3209
13.45/13.81	c 14	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.45/13.81	c 14	Propagation in CSP
14.13/14.58	c 15	17684 values, 0 unsatisfiable literals, and 0 valid clauses are removed
14.13/14.58	c 15	CSP : 1292 integers, 25039 booleans, 52884 clauses, largest domain size 3209
14.13/14.58	c 15	Heap : 52 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.23/14.61	c 15	Simplifing CSP by introducing new Boolean variables
14.33/14.72	c 15	CSP : 1292 integers, 42149 booleans, 69994 clauses, largest domain size 3209
14.33/14.72	c 15	Heap : 56 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.73/15.11	c 15	Encoding CSP to SAT : HOME/temp.cnf
16.12/16.58	c 17	130 (10%) CSP integer variables are encoded (48368 clauses, 703434 bytes)
17.50/17.96	c 18	259 (20%) CSP integer variables are encoded (95144 clauses, 1405074 bytes)
18.88/19.35	c 19	388 (30%) CSP integer variables are encoded (142394 clauses, 2199155 bytes)
20.17/20.70	c 21	517 (40%) CSP integer variables are encoded (187018 clauses, 2957763 bytes)
21.45/21.97	c 22	646 (50%) CSP integer variables are encoded (230640 clauses, 3699337 bytes)
21.94/22.46	c 23	776 (60%) CSP integer variables are encoded (577018 clauses, 9587763 bytes)
22.35/22.89	c 23	905 (70%) CSP integer variables are encoded (918955 clauses, 15400692 bytes)
22.83/23.34	c 23	1034 (80%) CSP integer variables are encoded (1263646 clauses, 21789608 bytes)
23.23/23.70	c 24	1163 (90%) CSP integer variables are encoded (1543223 clauses, 27101571 bytes)
23.52/24.07	c 24	1292 (100%) CSP integer variables are encoded (1815446 clauses, 32273808 bytes)
72.60/73.71	c 74	7000 (10%) CSP clauses are encoded (6992163 clauses, 149102489 bytes)
99.43/100.93	c 101	13999 (20%) CSP clauses are encoded (10875838 clauses, 243449119 bytes)
116.54/118.32	c 118	20999 (30%) CSP clauses are encoded (13922538 clauses, 319582483 bytes)
129.40/131.46	c 132	27998 (40%) CSP clauses are encoded (16559627 clauses, 387288370 bytes)
141.79/144.04	c 144	34997 (50%) CSP clauses are encoded (19408658 clauses, 461534223 bytes)
151.97/154.40	c 154	41997 (60%) CSP clauses are encoded (21724091 clauses, 521224908 bytes)
162.19/164.82	c 165	48996 (70%) CSP clauses are encoded (24032636 clauses, 581090478 bytes)
171.39/174.24	c 174	55996 (80%) CSP clauses are encoded (26302732 clauses, 640257119 bytes)
181.61/184.60	c 185	62995 (90%) CSP clauses are encoded (28828215 clauses, 706468604 bytes)
190.53/193.74	c 194	69994 (100%) CSP clauses are encoded (31121863 clauses, 766447552 bytes)
190.53/193.74	c 194	69994 CSP clauses encoded
190.53/193.74	c 194	Writing map file : HOME/temp.map
190.63/193.83	c 194	Heap : 50 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
190.63/193.83	c 194	SAT : 1858887 SAT variables, 31121863 SAT clauses, 766447552 bytes
190.63/193.83	c 194	Heap : 50 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
190.63/193.88	c 194	SOLVING HOME/temp.cnf
190.63/193.88	c 194	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
190.63/193.89	c 194	This is MiniSat 2.0 beta
190.63/193.89	c 194	WARNING: for repeatability, setting FPU to use double precision
190.63/193.89	c 194	============================[ Problem Statistics ]=============================
190.63/193.89	c 194	|                                                                             |
190.63/193.89	c 194	|  Number of variables:  1858887                                              |
190.63/193.89	c 194	|  Number of clauses:    31121863                                             |
202.08/205.93	c ERROR INTERRUPTED
202.20/206.06	s UNKNOWN
202.20/206.06	c 206	CPU 185.48 (0.04 0.01 185.44 5.21)
202.20/206.06	c 206	END Sat Jul  5 08:33:44 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-1086465-1215239418/watcher-1086465-1215239418 -o /tmp/evaluation-result-1086465-1215239418/solver-1086465-1215239418 -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-1086465-1215239418.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/82 8015
/proc/meminfo: memFree=1211072/2055920 swapFree=4181452/4192956
[pid=8015] ppid=8013 vsize=18572 CPUtime=0
/proc/8015/stat : 8015 (runsolver) D 8013 8015 4618 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 135952836 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 210723466535 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/8015/statm: 4643 292 257 25 0 2626 0

[startup+0.104708 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 8015
/proc/meminfo: memFree=1211072/2055920 swapFree=4181452/4192956
[pid=8015] ppid=8013 vsize=12544 CPUtime=0
/proc/8015/stat : 8015 (sugar) R 8013 8015 4618 0 -1 4194304 489 0 0 0 0 0 0 0 18 0 1 0 135952836 12845056 457 996147200 4194304 4206940 548682068608 18446744073709551615 210737059101 0 0 4224 0 0 0 0 17 1 0 0
/proc/8015/statm: 3136 457 291 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.201721 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 8015
/proc/meminfo: memFree=1211072/2055920 swapFree=4181452/4192956
[pid=8015] ppid=8013 vsize=13600 CPUtime=0.04
/proc/8015/stat : 8015 (sugar) S 8013 8015 4618 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 135952836 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8015/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.30173 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 8015
/proc/meminfo: memFree=1211072/2055920 swapFree=4181452/4192956
[pid=8015] ppid=8013 vsize=13600 CPUtime=0.04
/proc/8015/stat : 8015 (sugar) S 8013 8015 4618 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 135952836 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8015/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701785 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 8015
/proc/meminfo: memFree=1211072/2055920 swapFree=4181452/4192956
[pid=8015] ppid=8013 vsize=13600 CPUtime=0.04
/proc/8015/stat : 8015 (sugar) S 8013 8015 4618 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 135952836 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8015/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50287 s]
/proc/loadavg: 2.00 2.00 2.00 4/93 8027
/proc/meminfo: memFree=1189416/2055920 swapFree=4181452/4192956
[pid=8015] ppid=8013 vsize=13600 CPUtime=1.07
/proc/8015/stat : 8015 (sugar) S 8013 8015 4618 0 -1 4194304 973 8764 0 1 3 1 97 6 16 0 1 0 135952836 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8015/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 13600

[startup+3.10206 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 8037
/proc/meminfo: memFree=1192296/2055920 swapFree=4181452/4192956
[pid=8015] ppid=8013 vsize=13600 CPUtime=1.07
/proc/8015/stat : 8015 (sugar) S 8013 8015 4618 0 -1 4194304 974 8764 0 1 3 1 97 6 15 0 1 0 135952836 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8015/statm: 3400 797 370 3 0 500 0
[pid=8028] ppid=8015 vsize=5356 CPUtime=0
/proc/8028/stat : 8028 (sh) S 8015 8015 4618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 135952961 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8028/statm: 1339 233 193 169 0 50 0
[pid=8029] ppid=8028 vsize=868392 CPUtime=1.82
/proc/8029/stat : 8029 (java) S 8028 8015 4618 0 -1 0 8018 0 1 0 176 6 0 0 18 0 9 0 135952961 889233408 7112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8029/statm: 217098 7112 2540 9 0 211673 0
[pid=8029/tid=8030] ppid=8028 vsize=868392 CPUtime=1.34
/proc/8029/task/8030/stat : 8030 (java) R 8028 8015 4618 0 -1 64 2796 0 1 0 132 2 0 0 25 0 9 0 135952962 889233408 7112 996147200 134512640 134550740 4294955952 18446744073709551615 4126568242 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8031] ppid=8028 vsize=868392 CPUtime=0.25
/proc/8029/task/8031/stat : 8031 (java) S 8028 8015 4618 0 -1 64 3101 0 0 0 24 1 0 0 16 0 9 0 135952963 889233408 7112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8032] ppid=8028 vsize=868392 CPUtime=0
/proc/8029/task/8032/stat : 8032 (java) S 8028 8015 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135952963 889233408 7112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8033] ppid=8028 vsize=868392 CPUtime=0
/proc/8029/task/8033/stat : 8033 (java) S 8028 8015 4618 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 135952963 889233408 7112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8034] ppid=8028 vsize=868392 CPUtime=0
/proc/8029/task/8034/stat : 8034 (java) S 8028 8015 4618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135952965 889233408 7112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8035] ppid=8028 vsize=868392 CPUtime=0.2
/proc/8029/task/8035/stat : 8035 (java) S 8028 8015 4618 0 -1 64 1428 0 0 0 19 1 0 0 16 0 9 0 135952965 889233408 7112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8036] ppid=8028 vsize=868392 CPUtime=0
/proc/8029/task/8036/stat : 8036 (java) S 8028 8015 4618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 135952966 889233408 7112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8037] ppid=8028 vsize=868392 CPUtime=0
/proc/8029/task/8037/stat : 8037 (java) S 8028 8015 4618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135952966 889233408 7112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 887348

[startup+6.30244 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 8037
/proc/meminfo: memFree=1181288/2055920 swapFree=4181452/4192956
[pid=8015] ppid=8013 vsize=13600 CPUtime=1.07
/proc/8015/stat : 8015 (sugar) S 8013 8015 4618 0 -1 4194304 974 8764 0 1 3 1 97 6 16 0 1 0 135952836 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8015/statm: 3400 797 370 3 0 500 0
[pid=8028] ppid=8015 vsize=5356 CPUtime=0
/proc/8028/stat : 8028 (sh) S 8015 8015 4618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 135952961 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8028/statm: 1339 233 193 169 0 50 0
[pid=8029] ppid=8028 vsize=868392 CPUtime=4.97
/proc/8029/stat : 8029 (java) S 8028 8015 4618 0 -1 0 11020 0 1 0 488 9 0 0 18 0 9 0 135952961 889233408 9819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8029/statm: 217098 9819 2540 9 0 211673 0
[pid=8029/tid=8030] ppid=8028 vsize=868392 CPUtime=4.11
/proc/8029/task/8030/stat : 8030 (java) R 8028 8015 4618 0 -1 64 3188 0 1 0 409 2 0 0 25 0 9 0 135952962 889233408 9819 996147200 134512640 134550740 4294955952 18446744073709551615 4126602423 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8031] ppid=8028 vsize=868392 CPUtime=0.62
/proc/8029/task/8031/stat : 8031 (java) S 8028 8015 4618 0 -1 64 5706 0 0 0 58 4 0 0 16 0 9 0 135952963 889233408 9819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8032] ppid=8028 vsize=868392 CPUtime=0
/proc/8029/task/8032/stat : 8032 (java) S 8028 8015 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135952963 889233408 9819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8033] ppid=8028 vsize=868392 CPUtime=0
/proc/8029/task/8033/stat : 8033 (java) S 8028 8015 4618 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 135952963 889233408 9819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8034] ppid=8028 vsize=868392 CPUtime=0
/proc/8029/task/8034/stat : 8034 (java) S 8028 8015 4618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135952965 889233408 9819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8035] ppid=8028 vsize=868392 CPUtime=0.21
/proc/8029/task/8035/stat : 8035 (java) S 8028 8015 4618 0 -1 64 1433 0 0 0 20 1 0 0 15 0 9 0 135952965 889233408 9819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8036] ppid=8028 vsize=868392 CPUtime=0
/proc/8029/task/8036/stat : 8036 (java) S 8028 8015 4618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 135952966 889233408 9819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8037] ppid=8028 vsize=868392 CPUtime=0
/proc/8029/task/8037/stat : 8037 (java) S 8028 8015 4618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135952966 889233408 9819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 887348

[startup+12.7012 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 8037
/proc/meminfo: memFree=1155112/2055920 swapFree=4181452/4192956
[pid=8015] ppid=8013 vsize=13600 CPUtime=1.07
/proc/8015/stat : 8015 (sugar) S 8013 8015 4618 0 -1 4194304 974 8764 0 1 3 1 97 6 16 0 1 0 135952836 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8015/statm: 3400 797 370 3 0 500 0
[pid=8028] ppid=8015 vsize=5356 CPUtime=0
/proc/8028/stat : 8028 (sh) S 8015 8015 4618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 135952961 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8028/statm: 1339 233 193 169 0 50 0
[pid=8029] ppid=8028 vsize=868392 CPUtime=11.29
/proc/8029/stat : 8029 (java) S 8028 8015 4618 0 -1 0 19837 0 1 0 1113 16 0 0 18 0 9 0 135952961 889233408 16138 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8029/statm: 217098 16138 2540 9 0 211673 0
[pid=8029/tid=8030] ppid=8028 vsize=868392 CPUtime=9.4
/proc/8029/task/8030/stat : 8030 (java) R 8028 8015 4618 0 -1 64 3794 0 1 0 937 3 0 0 25 0 9 0 135952962 889233408 16138 996147200 134512640 134550740 4294955952 18446744073709551615 4126602954 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8031] ppid=8028 vsize=868392 CPUtime=1.65
/proc/8029/task/8031/stat : 8031 (java) S 8028 8015 4618 0 -1 64 13917 0 0 0 155 10 0 0 16 0 9 0 135952963 889233408 16138 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8032] ppid=8028 vsize=868392 CPUtime=0
/proc/8029/task/8032/stat : 8032 (java) S 8028 8015 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135952963 889233408 16138 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8033] ppid=8028 vsize=868392 CPUtime=0
/proc/8029/task/8033/stat : 8033 (java) S 8028 8015 4618 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 135952963 889233408 16138 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8034] ppid=8028 vsize=868392 CPUtime=0
/proc/8029/task/8034/stat : 8034 (java) S 8028 8015 4618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135952965 889233408 16138 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8035] ppid=8028 vsize=868392 CPUtime=0.21
/proc/8029/task/8035/stat : 8035 (java) S 8028 8015 4618 0 -1 64 1433 0 0 0 20 1 0 0 15 0 9 0 135952965 889233408 16138 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8036] ppid=8028 vsize=868392 CPUtime=0
/proc/8029/task/8036/stat : 8036 (java) S 8028 8015 4618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 135952966 889233408 16138 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8037] ppid=8028 vsize=868392 CPUtime=0
/proc/8029/task/8037/stat : 8037 (java) S 8028 8015 4618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135952966 889233408 16138 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 887348

[startup+25.503 s]
/proc/loadavg: 2.07 2.02 2.00 3/93 8037
/proc/meminfo: memFree=1104680/2055920 swapFree=4181452/4192956
[pid=8015] ppid=8013 vsize=13600 CPUtime=1.07
/proc/8015/stat : 8015 (sugar) S 8013 8015 4618 0 -1 4194304 974 8764 0 1 3 1 97 6 15 0 1 0 135952836 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8015/statm: 3400 797 370 3 0 500 0
[pid=8028] ppid=8015 vsize=5356 CPUtime=0
/proc/8028/stat : 8028 (sh) S 8015 8015 4618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 135952961 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8028/statm: 1339 233 193 169 0 50 0
[pid=8029] ppid=8028 vsize=868504 CPUtime=23.92
/proc/8029/stat : 8029 (java) S 8028 8015 4618 0 -1 0 23962 0 1 0 2347 45 0 0 18 0 9 0 135952961 889348096 19705 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8029/statm: 217126 19705 2566 9 0 211673 0
[pid=8029/tid=8030] ppid=8028 vsize=868504 CPUtime=21.24
/proc/8029/task/8030/stat : 8030 (java) R 8028 8015 4618 0 -1 64 4270 0 1 0 2096 28 0 0 25 0 9 0 135952962 889348096 19705 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8031] ppid=8028 vsize=868504 CPUtime=2.37
/proc/8029/task/8031/stat : 8031 (java) S 8028 8015 4618 0 -1 64 17522 0 0 0 223 14 0 0 15 0 9 0 135952963 889348096 19705 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8032] ppid=8028 vsize=868504 CPUtime=0
/proc/8029/task/8032/stat : 8032 (java) S 8028 8015 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135952963 889348096 19705 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8033] ppid=8028 vsize=868504 CPUtime=0
/proc/8029/task/8033/stat : 8033 (java) S 8028 8015 4618 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 135952963 889348096 19705 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8034] ppid=8028 vsize=868504 CPUtime=0
/proc/8029/task/8034/stat : 8034 (java) S 8028 8015 4618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135952965 889348096 19705 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8035] ppid=8028 vsize=868504 CPUtime=0.28
/proc/8029/task/8035/stat : 8035 (java) S 8028 8015 4618 0 -1 64 1477 0 0 0 27 1 0 0 16 0 9 0 135952965 889348096 19705 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8036] ppid=8028 vsize=868504 CPUtime=0
/proc/8029/task/8036/stat : 8036 (java) S 8028 8015 4618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 135952966 889348096 19705 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8037] ppid=8028 vsize=868504 CPUtime=0
/proc/8029/task/8037/stat : 8037 (java) S 8028 8015 4618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135952966 889348096 19705 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 887460

[startup+51.1027 s]
/proc/loadavg: 2.04 2.01 2.00 3/93 8037
/proc/meminfo: memFree=1052328/2055920 swapFree=4181452/4192956
[pid=8015] ppid=8013 vsize=13600 CPUtime=1.07
/proc/8015/stat : 8015 (sugar) S 8013 8015 4618 0 -1 4194304 974 8764 0 1 3 1 97 6 15 0 1 0 135952836 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8015/statm: 3400 797 370 3 0 500 0
[pid=8028] ppid=8015 vsize=5356 CPUtime=0
/proc/8028/stat : 8028 (sh) S 8015 8015 4618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 135952961 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8028/statm: 1339 233 193 169 0 50 0
[pid=8029] ppid=8028 vsize=868504 CPUtime=49.2
/proc/8029/stat : 8029 (java) S 8028 8015 4618 0 -1 0 24235 0 1 0 4841 79 0 0 18 0 9 0 135952961 889348096 19710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=8029/tid=8030] ppid=8028 vsize=868504 CPUtime=46.36
/proc/8029/task/8030/stat : 8030 (java) R 8028 8015 4618 0 -1 64 4538 0 1 0 4576 60 0 0 25 0 9 0 135952962 889348096 19710 996147200 134512640 134550740 4294955952 18446744073709551615 4126965415 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8031] ppid=8028 vsize=868504 CPUtime=2.5
/proc/8029/task/8031/stat : 8031 (java) S 8028 8015 4618 0 -1 64 17522 0 0 0 235 15 0 0 16 0 9 0 135952963 889348096 19710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8032] ppid=8028 vsize=868504 CPUtime=0
/proc/8029/task/8032/stat : 8032 (java) S 8028 8015 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135952963 889348096 19710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8033] ppid=8028 vsize=868504 CPUtime=0
/proc/8029/task/8033/stat : 8033 (java) S 8028 8015 4618 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 135952963 889348096 19710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8034] ppid=8028 vsize=868504 CPUtime=0
/proc/8029/task/8034/stat : 8034 (java) S 8028 8015 4618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135952965 889348096 19710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8035] ppid=8028 vsize=868504 CPUtime=0.3
/proc/8029/task/8035/stat : 8035 (java) S 8028 8015 4618 0 -1 64 1482 0 0 0 29 1 0 0 16 0 9 0 135952965 889348096 19710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8036] ppid=8028 vsize=868504 CPUtime=0
/proc/8029/task/8036/stat : 8036 (java) S 8028 8015 4618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 135952966 889348096 19710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8037] ppid=8028 vsize=868504 CPUtime=0
/proc/8029/task/8037/stat : 8037 (java) S 8028 8015 4618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135952966 889348096 19710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.27
Current children cumulated vsize (KiB) 887460

[startup+102.303 s]
/proc/loadavg: 2.06 2.02 2.00 3/93 8037
/proc/meminfo: memFree=889448/2055920 swapFree=4181452/4192956
[pid=8015] ppid=8013 vsize=13600 CPUtime=1.07
/proc/8015/stat : 8015 (sugar) S 8013 8015 4618 0 -1 4194304 974 8764 0 1 3 1 97 6 16 0 1 0 135952836 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8015/statm: 3400 797 370 3 0 500 0
[pid=8028] ppid=8015 vsize=5356 CPUtime=0
/proc/8028/stat : 8028 (sh) S 8015 8015 4618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 135952961 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8028/statm: 1339 233 193 169 0 50 0
[pid=8029] ppid=8028 vsize=868504 CPUtime=99.74
/proc/8029/stat : 8029 (java) S 8028 8015 4618 0 -1 0 24994 0 1 0 9792 182 0 0 18 0 9 0 135952961 889348096 19714 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8029/statm: 217126 19714 2566 9 0 211673 0
[pid=8029/tid=8030] ppid=8028 vsize=868504 CPUtime=96.46
/proc/8029/task/8030/stat : 8030 (java) R 8028 8015 4618 0 -1 64 5293 0 1 0 9488 158 0 0 25 0 9 0 135952962 889348096 19714 996147200 134512640 134550740 4294955952 18446744073709551615 4127085296 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8031] ppid=8028 vsize=868504 CPUtime=2.93
/proc/8029/task/8031/stat : 8031 (java) S 8028 8015 4618 0 -1 64 17522 0 0 0 273 20 0 0 16 0 9 0 135952963 889348096 19714 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8032] ppid=8028 vsize=868504 CPUtime=0
/proc/8029/task/8032/stat : 8032 (java) S 8028 8015 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135952963 889348096 19714 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8033] ppid=8028 vsize=868504 CPUtime=0
/proc/8029/task/8033/stat : 8033 (java) S 8028 8015 4618 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 135952963 889348096 19714 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8034] ppid=8028 vsize=868504 CPUtime=0
/proc/8029/task/8034/stat : 8034 (java) S 8028 8015 4618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135952965 889348096 19714 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8035] ppid=8028 vsize=868504 CPUtime=0.31
/proc/8029/task/8035/stat : 8035 (java) S 8028 8015 4618 0 -1 64 1486 0 0 0 30 1 0 0 15 0 9 0 135952965 889348096 19714 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8036] ppid=8028 vsize=868504 CPUtime=0
/proc/8029/task/8036/stat : 8036 (java) S 8028 8015 4618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 135952966 889348096 19714 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8037] ppid=8028 vsize=868504 CPUtime=0
/proc/8029/task/8037/stat : 8037 (java) S 8028 8015 4618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135952966 889348096 19714 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.81
Current children cumulated vsize (KiB) 887460

[startup+162.303 s]
/proc/loadavg: 2.18 2.06 2.01 3/93 8037
/proc/meminfo: memFree=575144/2055920 swapFree=4181452/4192956
[pid=8015] ppid=8013 vsize=13600 CPUtime=1.07
/proc/8015/stat : 8015 (sugar) S 8013 8015 4618 0 -1 4194304 974 8764 0 1 3 1 97 6 16 0 1 0 135952836 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8015/statm: 3400 797 370 3 0 500 0
[pid=8028] ppid=8015 vsize=5356 CPUtime=0
/proc/8028/stat : 8028 (sh) S 8015 8015 4618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 135952961 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8028/statm: 1339 233 193 169 0 50 0
[pid=8029] ppid=8028 vsize=868504 CPUtime=158.67
/proc/8029/stat : 8029 (java) S 8028 8015 4618 0 -1 0 26368 0 1 0 15481 386 0 0 18 0 9 0 135952961 889348096 19715 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8029/statm: 217126 19715 2566 9 0 211673 0
[pid=8029/tid=8030] ppid=8028 vsize=868504 CPUtime=154.69
/proc/8029/task/8030/stat : 8030 (java) R 8028 8015 4618 0 -1 64 6666 0 1 0 15115 354 0 0 25 0 9 0 135952962 889348096 19715 996147200 134512640 134550740 4294955952 18446744073709551615 4126965936 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8031] ppid=8028 vsize=868504 CPUtime=3.64
/proc/8029/task/8031/stat : 8031 (java) S 8028 8015 4618 0 -1 64 17522 0 0 0 335 29 0 0 16 0 9 0 135952963 889348096 19715 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8032] ppid=8028 vsize=868504 CPUtime=0
/proc/8029/task/8032/stat : 8032 (java) S 8028 8015 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135952963 889348096 19715 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8033] ppid=8028 vsize=868504 CPUtime=0
/proc/8029/task/8033/stat : 8033 (java) S 8028 8015 4618 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 135952963 889348096 19715 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8034] ppid=8028 vsize=868504 CPUtime=0
/proc/8029/task/8034/stat : 8034 (java) S 8028 8015 4618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135952965 889348096 19715 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8035] ppid=8028 vsize=868504 CPUtime=0.31
/proc/8029/task/8035/stat : 8035 (java) S 8028 8015 4618 0 -1 64 1487 0 0 0 30 1 0 0 16 0 9 0 135952965 889348096 19715 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8036] ppid=8028 vsize=868504 CPUtime=0
/proc/8029/task/8036/stat : 8036 (java) S 8028 8015 4618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 135952966 889348096 19715 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8029/tid=8037] ppid=8028 vsize=868504 CPUtime=0
/proc/8029/task/8037/stat : 8037 (java) S 8028 8015 4618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135952966 889348096 19715 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 159.74
Current children cumulated vsize (KiB) 887460



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+205.903 s]
/proc/loadavg: 2.14 2.07 2.01 3/85 8039
/proc/meminfo: memFree=15656/2055920 swapFree=4181452/4192956
[pid=8015] ppid=8013 vsize=13600 CPUtime=190.7
/proc/8015/stat : 8015 (sugar) S 8013 8015 4618 0 -1 4194304 1033 36288 0 2 4 1 18544 521 16 0 1 0 135952836 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8015/statm: 3400 799 370 3 0 500 0
[pid=8038] ppid=8015 vsize=5356 CPUtime=0
/proc/8038/stat : 8038 (sh) S 8015 8015 4618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 135972225 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8038/statm: 1339 232 193 169 0 50 0
[pid=8039] ppid=8038 vsize=903516 CPUtime=11.38
/proc/8039/stat : 8039 (minisat) R 8038 8015 4618 0 -1 4194304 209715 0 0 0 969 169 0 0 25 0 1 0 135972225 925200384 209701 996147200 134512640 135127466 4294956256 18446744073709551615 134513814 0 0 4096 3 0 0 0 17 1 0 0
/proc/8039/statm: 225879 209701 62 150 0 225726 0
Current children cumulated CPU time (s) 202.08
Current children cumulated vsize (KiB) 922472

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

[startup+206.035 s]
/proc/loadavg: 2.14 2.07 2.01 3/85 8039
/proc/meminfo: memFree=15656/2055920 swapFree=4181452/4192956
[pid=8015] ppid=8013 vsize=13600 CPUtime=190.7
/proc/8015/stat : 8015 (sugar) S 8013 8015 4618 0 -1 4194304 1044 36288 0 2 4 1 18544 521 16 0 1 0 135952836 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/8015/statm: 3400 799 370 3 0 500 0
[pid=8038] ppid=8015 vsize=0 CPUtime=0
/proc/8038/stat : 8038 (sh) Z 8015 8015 4618 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 135972225 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/8038/statm: 0 0 0 0 0 0 0
[pid=8039] ppid=1 vsize=0 CPUtime=11.5
/proc/8039/stat : 8039 (minisat) R 1 8015 4618 0 -1 4195332 209715 0 0 0 969 181 0 0 25 0 1 0 135972225 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/8039/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 202.2
Current children cumulated vsize (KiB) 13600

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

[startup+206.103 s]
/proc/loadavg: 2.14 2.07 2.01 3/85 8039
/proc/meminfo: memFree=15656/2055920 swapFree=4181452/4192956
[pid=8015] ppid=8013 vsize=13600 CPUtime=190.72
/proc/8015/stat : 8015 (sugar) R 8013 8015 4618 0 -1 4194304 1069 36565 0 2 4 3 18544 521 16 0 1 0 135952836 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 210723640361 0 0 4224 16386 0 0 0 17 1 0 0
/proc/8015/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 190.72
Current children cumulated vsize (KiB) 13600

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

[startup+206.305 s]
/proc/loadavg: 2.14 2.07 2.01 3/85 8039
/proc/meminfo: memFree=15656/2055920 swapFree=4181452/4192956
[pid=8015] ppid=8013 vsize=13600 CPUtime=190.91
/proc/8015/stat : 8015 (sugar) D 8013 8015 4618 0 -1 4194304 1069 36565 0 2 4 22 18544 521 16 0 1 0 135952836 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 210723640361 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/8015/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 190.91
Current children cumulated vsize (KiB) 13600

[startup+206.702 s]
/proc/loadavg: 2.14 2.07 2.01 3/85 8039
/proc/meminfo: memFree=15656/2055920 swapFree=4181452/4192956
[pid=8015] ppid=8013 vsize=13600 CPUtime=190.92
/proc/8015/stat : 8015 (sugar) D 8013 8015 4618 0 -1 4194304 1069 36565 0 2 4 23 18544 521 15 0 1 0 135952836 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 210723640361 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/8015/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 190.92
Current children cumulated vsize (KiB) 13600

[startup+206.907 s]
/proc/loadavg: 2.14 2.07 2.01 2/84 8040
/proc/meminfo: memFree=1271152/2055920 swapFree=4181452/4192956
[pid=8015] ppid=8013 vsize=13600 CPUtime=190.94
/proc/8015/stat : 8015 (sugar) D 8013 8015 4618 0 -1 4194304 1069 36565 0 2 4 25 18544 521 15 0 1 0 135952836 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 210723640361 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/8015/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 190.94
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): 11.48
#  lost CPU user time (s): 9.69
#  lost CPU system time (s): 1.79

Real time (s): 206.97
CPU time (s): 202.436
CPU user time (s): 195.18
CPU system time (s): 7.25617
CPU usage (%): 97.8093
Max. virtual memory (cumulated for all children) (KiB): 922472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 185.49
system time used= 5.46617
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37665
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= 35138
involuntary context switches= 40412

runsolver used 0.328949 second user time and 0.834873 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-05 08:30:18
IDJOB=1086465
IDBENCH=57823
IDSOLVER=346
FILE ID=node73/1086465-1215239418
PBS_JOBID= 7881899
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp33/normalized-fapp33-0650-3.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-1086465-1215239418/watcher-1086465-1215239418 -o /tmp/evaluation-result-1086465-1215239418/solver-1086465-1215239418 -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-1086465-1215239418.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0a9f1ff1ab9407d2449a296e69817edc
RANDOM SEED=1295154733

node73.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.230
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.230
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:       1211552 kB
Buffers:          5396 kB
Cached:          83352 kB
SwapCached:       5092 kB
Active:         750036 kB
Inactive:        42036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1211552 kB
SwapTotal:     4192956 kB
SwapFree:      4181452 kB
Dirty:            2476 kB
Writeback:           0 kB
Mapped:         719680 kB
Slab:            36172 kB
Committed_AS:  1200436 kB
PageTables:       3192 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 node73 at 2008-07-05 08:33:46