Trace number 1081569

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+picosat? (TO) 1800.06 1817.25

General information on the benchmark

Namecsp/knights/
normalized-knights-80-25.xml
MD5SUMc6b97d84d68df0997e63605d14db7d0f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints300
Maximum constraint arity2
Maximum domain size6400
Number of constraints which are defined in extension0
Number of constraints which are defined in intension300
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 02:25:16 2008
0.00/0.04	c 0	PID 3159
0.00/0.05	c 0	HOST node65.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1081569-1215217516.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1081569-1215217516.xml' 'HOME/temp.csp'
0.03/0.34	c 1	1 domains, 25 variables, 2 predicates, 0 relations, 300 constraints
0.03/0.36	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.36	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.31/0.44	c 1	Parsing HOME/temp.csp
0.31/0.54	c 1	parsed 328 expressions
0.31/0.54	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.31/0.54	c 1	Converting to clausal form CSP
0.31/0.58	c 1	converted 33 (10%) expressions
0.31/0.60	c 1	converted 66 (20%) expressions
0.31/0.62	c 1	converted 99 (30%) expressions
0.31/0.63	c 1	converted 132 (40%) expressions
0.31/0.65	c 1	converted 164 (50%) expressions
0.32/0.72	c 1	converted 197 (60%) expressions
0.32/0.73	c 1	converted 230 (70%) expressions
0.32/0.73	c 1	converted 263 (80%) expressions
0.32/0.74	c 1	converted 296 (90%) expressions
0.32/0.76	c 1	converted 328 (100%) expressions
0.32/0.76	c 1	CSP : 125 integers, 50 booleans, 700 clauses, largest domain size 6400
0.32/0.76	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.32/0.76	c 1	Propagation in CSP
0.32/0.78	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.32/0.78	c 1	CSP : 125 integers, 50 booleans, 700 clauses, largest domain size 6400
0.32/0.78	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.32/0.78	c 1	Simplifing CSP by introducing new Boolean variables
0.32/0.80	c 1	CSP : 125 integers, 800 booleans, 1450 clauses, largest domain size 6400
0.32/0.80	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.32/0.82	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.32/0.95	c 1	13 (10%) CSP integer variables are encoded (83174 clauses, 1225468 bytes)
0.93/1.06	c 1	25 (20%) CSP integer variables are encoded (159950 clauses, 2497041 bytes)
0.93/1.06	c 1	38 (30%) CSP integer variables are encoded (160964 clauses, 2514279 bytes)
0.93/1.06	c 1	50 (40%) CSP integer variables are encoded (161900 clauses, 2530191 bytes)
0.93/1.06	c 1	63 (50%) CSP integer variables are encoded (162914 clauses, 2547429 bytes)
0.93/1.07	c 1	75 (60%) CSP integer variables are encoded (163850 clauses, 2563341 bytes)
0.93/1.07	c 1	88 (70%) CSP integer variables are encoded (164864 clauses, 2580579 bytes)
0.93/1.07	c 1	100 (80%) CSP integer variables are encoded (165800 clauses, 2596491 bytes)
0.93/1.07	c 1	113 (90%) CSP integer variables are encoded (166814 clauses, 2613729 bytes)
0.93/1.07	c 1	125 (100%) CSP integer variables are encoded (167750 clauses, 2629641 bytes)
1.72/1.84	c 2	145 (10%) CSP clauses are encoded (555539 clauses, 11345523 bytes)
2.79/2.91	c 3	290 (20%) CSP clauses are encoded (1094436 clauses, 23792391 bytes)
3.68/3.82	c 4	435 (30%) CSP clauses are encoded (1557781 clauses, 34627517 bytes)
4.57/4.72	c 5	580 (40%) CSP clauses are encoded (2014727 clauses, 45397030 bytes)
5.47/5.61	c 6	725 (50%) CSP clauses are encoded (2471673 clauses, 56166543 bytes)
6.36/6.51	c 7	870 (60%) CSP clauses are encoded (2935018 clauses, 67100795 bytes)
7.15/7.38	c 8	1015 (70%) CSP clauses are encoded (3391963 clauses, 77977817 bytes)
7.83/8.19	c 8	1160 (80%) CSP clauses are encoded (3773358 clauses, 87133433 bytes)
8.53/8.88	c 9	1305 (90%) CSP clauses are encoded (4148426 clauses, 96414661 bytes)
8.92/9.27	c 10	1450 (100%) CSP clauses are encoded (4359450 clauses, 101636601 bytes)
8.92/9.27	c 10	1450 CSP clauses encoded
8.92/9.27	c 10	Writing map file : HOME/temp.map
8.92/9.27	c 10	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.92/9.27	c 10	SAT : 168675 SAT variables, 4359450 SAT clauses, 101636601 bytes
8.92/9.27	c 10	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.92/9.28	c 10	SOLVING HOME/temp.cnf
8.92/9.28	c 10	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.06/1817.22	c ERROR INTERRUPTED
1800.06/1817.24	s UNKNOWN
1800.06/1817.24	c 1817	CPU 8.13 (0.03 0.01 8.1 0.88)
1800.06/1817.24	c 1817	END Sat Jul  5 02:55:33 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-1081569-1215217516/watcher-1081569-1215217516 -o /tmp/evaluation-result-1081569-1215217516/solver-1081569-1215217516 -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/picosat -tmp=HOME/temp HOME/instance-1081569-1215217516.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.01 2.00 4/81 3159
/proc/meminfo: memFree=570960/2055920 swapFree=4180808/4192956
[pid=3159] ppid=3157 vsize=12268 CPUtime=0
/proc/3159/stat : 3159 (sugar) R 3157 3159 1733 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2000721420 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 257203862117 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/3159/statm: 3067 316 241 3 0 167 0

[startup+0.0616241 s]
/proc/loadavg: 2.02 2.01 2.00 4/81 3159
/proc/meminfo: memFree=570960/2055920 swapFree=4180808/4192956
[pid=3159] ppid=3157 vsize=13600 CPUtime=0.03
/proc/3159/stat : 3159 (sugar) S 3157 3159 1733 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000721420 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3159/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101625 s]
/proc/loadavg: 2.02 2.01 2.00 4/81 3159
/proc/meminfo: memFree=570960/2055920 swapFree=4180808/4192956
[pid=3159] ppid=3157 vsize=13600 CPUtime=0.03
/proc/3159/stat : 3159 (sugar) S 3157 3159 1733 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000721420 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3159/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301641 s]
/proc/loadavg: 2.02 2.01 2.00 4/81 3159
/proc/meminfo: memFree=570960/2055920 swapFree=4180808/4192956
[pid=3159] ppid=3157 vsize=13600 CPUtime=0.03
/proc/3159/stat : 3159 (sugar) S 3157 3159 1733 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000721420 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3159/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701679 s]
/proc/loadavg: 2.02 2.01 2.00 4/81 3159
/proc/meminfo: memFree=570960/2055920 swapFree=4180808/4192956
[pid=3159] ppid=3157 vsize=13600 CPUtime=0.32
/proc/3159/stat : 3159 (sugar) S 3157 3159 1733 0 -1 4194304 973 4505 0 1 3 1 26 2 15 0 1 0 2000721420 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3159/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 13600

[startup+1.50274 s]
/proc/loadavg: 2.02 2.01 2.00 3/92 3181
/proc/meminfo: memFree=553976/2055920 swapFree=4180808/4192956
[pid=3159] ppid=3157 vsize=13600 CPUtime=0.32
/proc/3159/stat : 3159 (sugar) S 3157 3159 1733 0 -1 4194304 974 4505 0 1 3 1 26 2 15 0 1 0 2000721420 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3159/statm: 3400 797 370 3 0 500 0
[pid=3172] ppid=3159 vsize=5356 CPUtime=0
/proc/3172/stat : 3172 (sh) S 3159 3159 1733 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000721457 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3172/statm: 1339 233 193 169 0 50 0
[pid=3173] ppid=3172 vsize=868368 CPUtime=1.1
/proc/3173/stat : 3173 (java) S 3172 3159 1733 0 -1 0 6430 0 1 0 99 11 0 0 18 0 9 0 2000721457 889208832 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3173/statm: 217092 5500 2562 9 0 211639 0
[pid=3173/tid=3174] ppid=3172 vsize=868368 CPUtime=0.81
/proc/3173/task/3174/stat : 3174 (java) R 3172 3159 1733 0 -1 64 2877 0 1 0 74 7 0 0 22 0 9 0 2000721458 889208832 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3175] ppid=3172 vsize=868368 CPUtime=0.08
/proc/3173/task/3175/stat : 3175 (java) R 3172 3159 1733 0 -1 64 1414 0 0 0 6 2 0 0 15 0 9 0 2000721459 889208832 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3176] ppid=3172 vsize=868368 CPUtime=0
/proc/3173/task/3176/stat : 3176 (java) S 3172 3159 1733 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000721460 889208832 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3177] ppid=3172 vsize=868368 CPUtime=0
/proc/3173/task/3177/stat : 3177 (java) S 3172 3159 1733 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000721460 889208832 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3178] ppid=3172 vsize=868368 CPUtime=0
/proc/3173/task/3178/stat : 3178 (java) S 3172 3159 1733 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000721462 889208832 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3179] ppid=3172 vsize=868368 CPUtime=0.18
/proc/3173/task/3179/stat : 3179 (java) S 3172 3159 1733 0 -1 64 1446 0 0 0 17 1 0 0 16 0 9 0 2000721462 889208832 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3180] ppid=3172 vsize=868368 CPUtime=0
/proc/3173/task/3180/stat : 3180 (java) S 3172 3159 1733 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000721462 889208832 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3181] ppid=3172 vsize=868368 CPUtime=0
/proc/3173/task/3181/stat : 3181 (java) S 3172 3159 1733 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000721462 889208832 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887324

[startup+3.10287 s]
/proc/loadavg: 2.02 2.01 2.00 3/92 3181
/proc/meminfo: memFree=539256/2055920 swapFree=4180808/4192956
[pid=3159] ppid=3157 vsize=13600 CPUtime=0.32
/proc/3159/stat : 3159 (sugar) S 3157 3159 1733 0 -1 4194304 974 4505 0 1 3 1 26 2 16 0 1 0 2000721420 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3159/statm: 3400 797 370 3 0 500 0
[pid=3172] ppid=3159 vsize=5356 CPUtime=0
/proc/3172/stat : 3172 (sh) S 3159 3159 1733 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000721457 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3172/statm: 1339 233 193 169 0 50 0
[pid=3173] ppid=3172 vsize=868368 CPUtime=2.67
/proc/3173/stat : 3173 (java) S 3172 3159 1733 0 -1 0 6922 0 1 0 241 26 0 0 18 0 9 0 2000721457 889208832 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3173/statm: 217092 5500 2562 9 0 211639 0
[pid=3173/tid=3174] ppid=3172 vsize=868368 CPUtime=2.29
/proc/3173/task/3174/stat : 3174 (java) R 3172 3159 1733 0 -1 64 3369 0 1 0 210 19 0 0 25 0 9 0 2000721458 889208832 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4126799415 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3175] ppid=3172 vsize=868368 CPUtime=0.18
/proc/3173/task/3175/stat : 3175 (java) S 3172 3159 1733 0 -1 64 1414 0 0 0 13 5 0 0 16 0 9 0 2000721459 889208832 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3176] ppid=3172 vsize=868368 CPUtime=0
/proc/3173/task/3176/stat : 3176 (java) S 3172 3159 1733 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000721460 889208832 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3177] ppid=3172 vsize=868368 CPUtime=0
/proc/3173/task/3177/stat : 3177 (java) S 3172 3159 1733 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000721460 889208832 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3178] ppid=3172 vsize=868368 CPUtime=0
/proc/3173/task/3178/stat : 3178 (java) S 3172 3159 1733 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000721462 889208832 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3179] ppid=3172 vsize=868368 CPUtime=0.18
/proc/3173/task/3179/stat : 3179 (java) S 3172 3159 1733 0 -1 64 1446 0 0 0 17 1 0 0 16 0 9 0 2000721462 889208832 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3180] ppid=3172 vsize=868368 CPUtime=0
/proc/3173/task/3180/stat : 3180 (java) S 3172 3159 1733 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000721462 889208832 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3181] ppid=3172 vsize=868368 CPUtime=0
/proc/3173/task/3181/stat : 3181 (java) S 3172 3159 1733 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 2000721462 889208832 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887324

[startup+6.30214 s]
/proc/loadavg: 2.02 2.01 2.00 3/92 3181
/proc/meminfo: memFree=495928/2055920 swapFree=4180808/4192956
[pid=3159] ppid=3157 vsize=13600 CPUtime=0.32
/proc/3159/stat : 3159 (sugar) S 3157 3159 1733 0 -1 4194304 974 4505 0 1 3 1 26 2 16 0 1 0 2000721420 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3159/statm: 3400 797 370 3 0 500 0
[pid=3172] ppid=3159 vsize=5356 CPUtime=0
/proc/3172/stat : 3172 (sh) S 3159 3159 1733 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000721457 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3172/statm: 1339 233 193 169 0 50 0
[pid=3173] ppid=3172 vsize=868368 CPUtime=5.84
/proc/3173/stat : 3173 (java) S 3172 3159 1733 0 -1 0 7922 0 1 0 531 53 0 0 18 0 9 0 2000721457 889208832 5505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3173/statm: 217092 5505 2562 9 0 211639 0
[pid=3173/tid=3174] ppid=3172 vsize=868368 CPUtime=5.24
/proc/3173/task/3174/stat : 3174 (java) R 3172 3159 1733 0 -1 64 4364 0 1 0 483 41 0 0 25 0 9 0 2000721458 889208832 5505 996147200 134512640 134550740 4294955952 18446744073709551615 4126511005 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3175] ppid=3172 vsize=868368 CPUtime=0.4
/proc/3173/task/3175/stat : 3175 (java) S 3172 3159 1733 0 -1 64 1414 0 0 0 30 10 0 0 16 0 9 0 2000721459 889208832 5505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3176] ppid=3172 vsize=868368 CPUtime=0
/proc/3173/task/3176/stat : 3176 (java) S 3172 3159 1733 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000721460 889208832 5505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3177] ppid=3172 vsize=868368 CPUtime=0
/proc/3173/task/3177/stat : 3177 (java) S 3172 3159 1733 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000721460 889208832 5505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3178] ppid=3172 vsize=868368 CPUtime=0
/proc/3173/task/3178/stat : 3178 (java) S 3172 3159 1733 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000721462 889208832 5505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3179] ppid=3172 vsize=868368 CPUtime=0.18
/proc/3173/task/3179/stat : 3179 (java) S 3172 3159 1733 0 -1 64 1451 0 0 0 17 1 0 0 16 0 9 0 2000721462 889208832 5505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3180] ppid=3172 vsize=868368 CPUtime=0
/proc/3173/task/3180/stat : 3180 (java) S 3172 3159 1733 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000721462 889208832 5505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3173/tid=3181] ppid=3172 vsize=868368 CPUtime=0
/proc/3173/task/3181/stat : 3181 (java) S 3172 3159 1733 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000721462 889208832 5505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887324

[startup+12.7017 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 3183
/proc/meminfo: memFree=429880/2055920 swapFree=4180808/4192956
[pid=3159] ppid=3157 vsize=13600 CPUtime=9.01
/proc/3159/stat : 3159 (sugar) S 3157 3159 1733 0 -1 4194304 1023 13673 0 2 3 1 810 87 16 0 1 0 2000721420 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3159/statm: 3400 798 370 3 0 500 0
[pid=3182] ppid=3159 vsize=5356 CPUtime=0
/proc/3182/stat : 3182 (sh) S 3159 3159 1733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000722348 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3182/statm: 1339 232 193 169 0 50 0
[pid=3183] ppid=3182 vsize=32300 CPUtime=3.4
/proc/3183/stat : 3183 (picosat) R 3182 3159 1733 0 -1 4194304 6327 0 0 0 157 183 0 0 25 0 1 0 2000722349 33075200 6313 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/3183/statm: 8075 6313 40 102 0 7970 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 51256

[startup+25.5017 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 3183
/proc/meminfo: memFree=365048/2055920 swapFree=4180808/4192956
[pid=3159] ppid=3157 vsize=13600 CPUtime=9.01
/proc/3159/stat : 3159 (sugar) S 3157 3159 1733 0 -1 4194304 1023 13673 0 2 3 1 810 87 16 0 1 0 2000721420 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3159/statm: 3400 798 370 3 0 500 0
[pid=3182] ppid=3159 vsize=5356 CPUtime=0
/proc/3182/stat : 3182 (sh) S 3159 3159 1733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000722348 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3182/statm: 1339 232 193 169 0 50 0
[pid=3183] ppid=3182 vsize=82136 CPUtime=16.07
/proc/3183/stat : 3183 (picosat) R 3182 3159 1733 0 -1 4194304 18628 0 0 0 743 864 0 0 25 0 1 0 2000722349 84107264 18614 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/3183/statm: 20534 18614 40 102 0 20429 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 101092

[startup+51.1018 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 3183
/proc/meminfo: memFree=245624/2055920 swapFree=4180808/4192956
[pid=3159] ppid=3157 vsize=13600 CPUtime=9.01
/proc/3159/stat : 3159 (sugar) S 3157 3159 1733 0 -1 4194304 1023 13673 0 2 3 1 810 87 16 0 1 0 2000721420 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3159/statm: 3400 798 370 3 0 500 0
[pid=3182] ppid=3159 vsize=5356 CPUtime=0
/proc/3182/stat : 3182 (sh) S 3159 3159 1733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000722348 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3182/statm: 1339 232 193 169 0 50 0
[pid=3183] ppid=3182 vsize=173248 CPUtime=41.43
/proc/3183/stat : 3183 (picosat) R 3182 3159 1733 0 -1 4194304 41187 0 0 0 2045 2098 0 0 25 0 1 0 2000722349 177405952 41097 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/3183/statm: 43312 41097 42 102 0 43207 0
Current children cumulated CPU time (s) 50.44
Current children cumulated vsize (KiB) 192204

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 3183
/proc/meminfo: memFree=187640/2055920 swapFree=4180808/4192956
[pid=3159] ppid=3157 vsize=13600 CPUtime=9.01
/proc/3159/stat : 3159 (sugar) S 3157 3159 1733 0 -1 4194304 1023 13673 0 2 3 1 810 87 16 0 1 0 2000721420 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3159/statm: 3400 798 370 3 0 500 0

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

/proc/meminfo: memFree=1197104/2055920 swapFree=4180808/4192956
[pid=3159] ppid=3157 vsize=13600 CPUtime=9.01
/proc/3159/stat : 3159 (sugar) S 3157 3159 1733 0 -1 4194304 1023 13673 0 2 3 1 810 87 16 0 1 0 2000721420 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3159/statm: 3400 798 370 3 0 500 0
[pid=3182] ppid=3159 vsize=5356 CPUtime=0
/proc/3182/stat : 3182 (sh) S 3159 3159 1733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000722348 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3182/statm: 1339 232 193 169 0 50 0
[pid=3183] ppid=3182 vsize=201652 CPUtime=1280.96
/proc/3183/stat : 3183 (picosat) R 3182 3159 1733 0 -1 4194304 44657 0 0 0 125844 2252 0 0 25 0 1 0 2000722349 206491648 44348 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3183/statm: 50413 44348 48 102 0 50308 0
Current children cumulated CPU time (s) 1289.97
Current children cumulated vsize (KiB) 220608

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 3237
/proc/meminfo: memFree=1196464/2055920 swapFree=4180808/4192956
[pid=3159] ppid=3157 vsize=13600 CPUtime=9.01
/proc/3159/stat : 3159 (sugar) S 3157 3159 1733 0 -1 4194304 1023 13673 0 2 3 1 810 87 16 0 1 0 2000721420 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3159/statm: 3400 798 370 3 0 500 0
[pid=3182] ppid=3159 vsize=5356 CPUtime=0
/proc/3182/stat : 3182 (sh) S 3159 3159 1733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000722348 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3182/statm: 1339 232 193 169 0 50 0
[pid=3183] ppid=3182 vsize=201652 CPUtime=1340.4
/proc/3183/stat : 3183 (picosat) R 3182 3159 1733 0 -1 4194304 44657 0 0 0 131787 2253 0 0 25 0 1 0 2000722349 206491648 44348 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3183/statm: 50413 44348 48 102 0 50308 0
Current children cumulated CPU time (s) 1349.41
Current children cumulated vsize (KiB) 220608

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 3237
/proc/meminfo: memFree=1195888/2055920 swapFree=4180808/4192956
[pid=3159] ppid=3157 vsize=13600 CPUtime=9.01
/proc/3159/stat : 3159 (sugar) S 3157 3159 1733 0 -1 4194304 1023 13673 0 2 3 1 810 87 16 0 1 0 2000721420 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3159/statm: 3400 798 370 3 0 500 0
[pid=3182] ppid=3159 vsize=5356 CPUtime=0
/proc/3182/stat : 3182 (sh) S 3159 3159 1733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000722348 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3182/statm: 1339 232 193 169 0 50 0
[pid=3183] ppid=3182 vsize=201652 CPUtime=1399.84
/proc/3183/stat : 3183 (picosat) R 3182 3159 1733 0 -1 4194304 44657 0 0 0 137731 2253 0 0 25 0 1 0 2000722349 206491648 44348 996147200 134512640 134931368 4294956256 18446744073709551615 134525751 0 0 4096 0 0 0 0 17 1 0 0
/proc/3183/statm: 50413 44348 48 102 0 50308 0
Current children cumulated CPU time (s) 1408.85
Current children cumulated vsize (KiB) 220608

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 3237
/proc/meminfo: memFree=1195184/2055920 swapFree=4180808/4192956
[pid=3159] ppid=3157 vsize=13600 CPUtime=9.01
/proc/3159/stat : 3159 (sugar) S 3157 3159 1733 0 -1 4194304 1023 13673 0 2 3 1 810 87 16 0 1 0 2000721420 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3159/statm: 3400 798 370 3 0 500 0
[pid=3182] ppid=3159 vsize=5356 CPUtime=0
/proc/3182/stat : 3182 (sh) S 3159 3159 1733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000722348 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3182/statm: 1339 232 193 169 0 50 0
[pid=3183] ppid=3182 vsize=201652 CPUtime=1459.27
/proc/3183/stat : 3183 (picosat) R 3182 3159 1733 0 -1 4194304 44657 0 0 0 143674 2253 0 0 25 0 1 0 2000722349 206491648 44348 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 1 0 0
/proc/3183/statm: 50413 44348 48 102 0 50308 0
Current children cumulated CPU time (s) 1468.28
Current children cumulated vsize (KiB) 220608

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 3237
/proc/meminfo: memFree=1194736/2055920 swapFree=4180808/4192956
[pid=3159] ppid=3157 vsize=13600 CPUtime=9.01
/proc/3159/stat : 3159 (sugar) S 3157 3159 1733 0 -1 4194304 1023 13673 0 2 3 1 810 87 16 0 1 0 2000721420 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3159/statm: 3400 798 370 3 0 500 0
[pid=3182] ppid=3159 vsize=5356 CPUtime=0
/proc/3182/stat : 3182 (sh) S 3159 3159 1733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000722348 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3182/statm: 1339 232 193 169 0 50 0
[pid=3183] ppid=3182 vsize=201652 CPUtime=1518.71
/proc/3183/stat : 3183 (picosat) R 3182 3159 1733 0 -1 4194304 44657 0 0 0 149618 2253 0 0 25 0 1 0 2000722349 206491648 44348 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/3183/statm: 50413 44348 48 102 0 50308 0
Current children cumulated CPU time (s) 1527.72
Current children cumulated vsize (KiB) 220608

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 3237
/proc/meminfo: memFree=1194224/2055920 swapFree=4180808/4192956
[pid=3159] ppid=3157 vsize=13600 CPUtime=9.01
/proc/3159/stat : 3159 (sugar) S 3157 3159 1733 0 -1 4194304 1023 13673 0 2 3 1 810 87 16 0 1 0 2000721420 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3159/statm: 3400 798 370 3 0 500 0
[pid=3182] ppid=3159 vsize=5356 CPUtime=0
/proc/3182/stat : 3182 (sh) S 3159 3159 1733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000722348 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3182/statm: 1339 232 193 169 0 50 0
[pid=3183] ppid=3182 vsize=201652 CPUtime=1578.15
/proc/3183/stat : 3183 (picosat) R 3182 3159 1733 0 -1 4194304 44657 0 0 0 155562 2253 0 0 25 0 1 0 2000722349 206491648 44348 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3183/statm: 50413 44348 48 102 0 50308 0
Current children cumulated CPU time (s) 1587.16
Current children cumulated vsize (KiB) 220608

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 3237
/proc/meminfo: memFree=1193584/2055920 swapFree=4180808/4192956
[pid=3159] ppid=3157 vsize=13600 CPUtime=9.01
/proc/3159/stat : 3159 (sugar) S 3157 3159 1733 0 -1 4194304 1023 13673 0 2 3 1 810 87 16 0 1 0 2000721420 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3159/statm: 3400 798 370 3 0 500 0
[pid=3182] ppid=3159 vsize=5356 CPUtime=0
/proc/3182/stat : 3182 (sh) S 3159 3159 1733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000722348 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3182/statm: 1339 232 193 169 0 50 0
[pid=3183] ppid=3182 vsize=201652 CPUtime=1637.58
/proc/3183/stat : 3183 (picosat) R 3182 3159 1733 0 -1 4194304 44657 0 0 0 161505 2253 0 0 25 0 1 0 2000722349 206491648 44348 996147200 134512640 134931368 4294956256 18446744073709551615 134525659 0 0 4096 0 0 0 0 17 1 0 0
/proc/3183/statm: 50413 44348 48 102 0 50308 0
Current children cumulated CPU time (s) 1646.59
Current children cumulated vsize (KiB) 220608

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/77 3237
/proc/meminfo: memFree=1192560/2055920 swapFree=4180808/4192956
[pid=3159] ppid=3157 vsize=13600 CPUtime=9.01
/proc/3159/stat : 3159 (sugar) S 3157 3159 1733 0 -1 4194304 1023 13673 0 2 3 1 810 87 16 0 1 0 2000721420 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3159/statm: 3400 798 370 3 0 500 0
[pid=3182] ppid=3159 vsize=5356 CPUtime=0
/proc/3182/stat : 3182 (sh) S 3159 3159 1733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000722348 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3182/statm: 1339 232 193 169 0 50 0
[pid=3183] ppid=3182 vsize=202180 CPUtime=1697.03
/proc/3183/stat : 3183 (picosat) R 3182 3159 1733 0 -1 4194304 44775 0 0 0 167450 2253 0 0 25 0 1 0 2000722349 207032320 44466 996147200 134512640 134931368 4294956256 18446744073709551615 134525751 0 0 4096 0 0 0 0 17 1 0 0
/proc/3183/statm: 50545 44466 48 102 0 50440 0
Current children cumulated CPU time (s) 1706.04
Current children cumulated vsize (KiB) 221136

[startup+1782.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/77 3237
/proc/meminfo: memFree=1190704/2055920 swapFree=4180808/4192956
[pid=3159] ppid=3157 vsize=13600 CPUtime=9.01
/proc/3159/stat : 3159 (sugar) S 3157 3159 1733 0 -1 4194304 1023 13673 0 2 3 1 810 87 16 0 1 0 2000721420 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3159/statm: 3400 798 370 3 0 500 0
[pid=3182] ppid=3159 vsize=5356 CPUtime=0
/proc/3182/stat : 3182 (sh) S 3159 3159 1733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000722348 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3182/statm: 1339 232 193 169 0 50 0
[pid=3183] ppid=3182 vsize=203368 CPUtime=1756.47
/proc/3183/stat : 3183 (picosat) R 3182 3159 1733 0 -1 4194304 45074 0 0 0 173393 2254 0 0 25 0 1 0 2000722349 208248832 44765 996147200 134512640 134931368 4294956256 18446744073709551615 134525751 0 0 4096 0 0 0 0 17 1 0 0
/proc/3183/statm: 50842 44765 48 102 0 50737 0
Current children cumulated CPU time (s) 1765.48
Current children cumulated vsize (KiB) 222324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.21 s]
/proc/loadavg: 2.08 2.05 2.01 3/77 3237
/proc/meminfo: memFree=1189936/2055920 swapFree=4180808/4192956
[pid=3159] ppid=3157 vsize=13600 CPUtime=9.01
/proc/3159/stat : 3159 (sugar) S 3157 3159 1733 0 -1 4194304 1023 13673 0 2 3 1 810 87 16 0 1 0 2000721420 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3159/statm: 3400 798 370 3 0 500 0
[pid=3182] ppid=3159 vsize=5356 CPUtime=0
/proc/3182/stat : 3182 (sh) S 3159 3159 1733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000722348 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3182/statm: 1339 232 193 169 0 50 0
[pid=3183] ppid=3182 vsize=203632 CPUtime=1791.05
/proc/3183/stat : 3183 (picosat) R 3182 3159 1733 0 -1 4194304 45284 0 0 0 176851 2254 0 0 25 0 1 0 2000722349 208519168 44849 996147200 134512640 134931368 4294956256 18446744073709551615 134530859 0 0 4096 0 0 0 0 17 1 0 0
/proc/3183/statm: 50908 44849 48 102 0 50803 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 222588

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3159 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=143761
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=894863
# CPU time returned by wait4() is 9.03862
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1817.25
CPU time (s): 1800.06
CPU user time (s): 1776.64
CPU system time (s): 23.42
CPU usage (%): 99.0541
Max. virtual memory (cumulated for all children) (KiB): 887324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.14376
system time used= 0.894863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15049
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= 19825
involuntary context switches= 19959

runsolver used 2.17067 second user time and 6.11607 second system time

The end

Launcher Data (download as text)

Begin job on node65 at 2008-07-05 02:25:16
IDJOB=1081569
IDBENCH=57113
IDSOLVER=345
FILE ID=node65/1081569-1215217516
PBS_JOBID= 7881719
Free space on /tmp= 65384 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/knights/normalized-knights-80-25.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1081569-1215217516/watcher-1081569-1215217516 -o /tmp/evaluation-result-1081569-1215217516/solver-1081569-1215217516 -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/picosat" -tmp="HOME/temp" HOME/instance-1081569-1215217516.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c6b97d84d68df0997e63605d14db7d0f
RANDOM SEED=482421719

node65.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.231
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.231
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:        571504 kB
Buffers:         31968 kB
Cached:        1279052 kB
SwapCached:       5732 kB
Active:         767444 kB
Inactive:       637940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        571504 kB
SwapTotal:     4192956 kB
SwapFree:      4180808 kB
Dirty:           34820 kB
Writeback:           0 kB
Mapped:         111060 kB
Slab:            64176 kB
Committed_AS:  4698004 kB
PageTables:       2088 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= 66340 MiB
End job on node65 at 2008-07-05 02:55:35