Trace number 2068815

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.14.6+picosat? (TO) 1800 1807.85

General information on the benchmark

Namecsp/tdsp/
normalized-C5-3-91.xml
MD5SUM9dd9a7613f57790269389339b38e48da
Bench CategoryN-ARY-INT (n-ary 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 variables221
Number of constraints2774
Maximum constraint arity6
Maximum domain size92
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2774
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 23:38:35 2009
0.00/0.08	c 0	PID 16530
0.06/0.08	c 0	HOST node52.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2068815-1247348315.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2068815-1247348315.xml' 'HOME/temp.csp'
0.06/0.75	c 1	5 domains, 221 variables, 2 predicates, 0 relations, 2774 constraints
0.06/0.76	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.76	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.72/0.84	c 1	Parsing HOME/temp.csp
0.72/0.96	c 1	parsed 3002 expressions
0.72/0.97	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.72/0.97	c 1	Converting to clausal form CSP
1.03/1.14	c 1	converted 301 (10%) expressions
1.13/1.22	c 2	converted 601 (20%) expressions
1.13/1.25	c 2	converted 901 (30%) expressions
1.13/1.27	c 2	converted 1201 (40%) expressions
1.24/1.30	c 2	converted 1501 (50%) expressions
1.24/1.32	c 2	converted 1802 (60%) expressions
1.24/1.34	c 2	converted 2102 (70%) expressions
1.33/1.41	c 2	converted 2402 (80%) expressions
1.33/1.43	c 2	converted 2702 (90%) expressions
1.33/1.45	c 2	converted 3002 (100%) expressions
1.33/1.45	c 2	CSP : 364 integers, 0 booleans, 3054 clauses, largest domain size 91
1.33/1.45	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.33/1.45	c 2	Propagation in CSP
1.33/1.47	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.33/1.47	c 2	CSP : 364 integers, 0 booleans, 3054 clauses, largest domain size 91
1.33/1.47	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.33/1.47	c 2	Simplifing CSP by introducing new Boolean variables
1.43/1.58	c 2	CSP : 364 integers, 10512 booleans, 13566 clauses, largest domain size 91
1.43/1.58	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.53/1.65	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.53/1.67	c 2	37 (10%) CSP integer variables are encoded (1638 clauses, 19191 bytes)
1.53/1.67	c 2	73 (20%) CSP integer variables are encoded (3298 clauses, 40771 bytes)
1.53/1.67	c 2	110 (30%) CSP integer variables are encoded (4976 clauses, 62585 bytes)
1.53/1.67	c 2	146 (40%) CSP integer variables are encoded (6648 clauses, 84321 bytes)
1.53/1.68	c 2	182 (50%) CSP integer variables are encoded (8304 clauses, 105849 bytes)
1.53/1.68	c 2	219 (60%) CSP integer variables are encoded (10006 clauses, 128412 bytes)
1.53/1.68	c 2	255 (70%) CSP integer variables are encoded (10276 clauses, 132462 bytes)
1.53/1.68	c 2	292 (80%) CSP integer variables are encoded (10452 clauses, 135102 bytes)
1.53/1.68	c 2	328 (90%) CSP integer variables are encoded (10667 clauses, 138327 bytes)
1.53/1.68	c 2	364 (100%) CSP integer variables are encoded (10857 clauses, 141177 bytes)
2.61/2.79	c 3	1357 (10%) CSP clauses are encoded (475709 clauses, 11106485 bytes)
3.70/3.85	c 4	2714 (20%) CSP clauses are encoded (942894 clauses, 22285902 bytes)
5.09/5.28	c 6	4070 (30%) CSP clauses are encoded (1569680 clauses, 37985764 bytes)
5.88/6.05	c 6	5427 (40%) CSP clauses are encoded (1910860 clauses, 46384064 bytes)
7.07/7.24	c 8	6783 (50%) CSP clauses are encoded (2438968 clauses, 59618722 bytes)
8.15/8.33	c 9	8140 (60%) CSP clauses are encoded (2925548 clauses, 71769932 bytes)
8.84/9.09	c 9	9497 (70%) CSP clauses are encoded (3265128 clauses, 80121093 bytes)
9.81/10.04	c 10	10853 (80%) CSP clauses are encoded (3675621 clauses, 90319155 bytes)
11.00/11.29	c 12	12210 (90%) CSP clauses are encoded (4233721 clauses, 104353309 bytes)
11.99/12.23	c 13	13566 (100%) CSP clauses are encoded (4645055 clauses, 114648445 bytes)
11.99/12.23	c 13	13566 CSP clauses encoded
11.99/12.23	c 13	Writing map file : HOME/temp.map
11.99/12.23	c 13	Heap : 6 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
11.99/12.23	c 13	SAT : 21728 SAT variables, 4645055 SAT clauses, 114648445 bytes
11.99/12.23	c 13	Heap : 6 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
11.99/12.28	c 13	SOLVING HOME/temp.cnf
11.99/12.28	c 13	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.00/1807.81	c ERROR INTERRUPTED
1800.00/1807.84	s UNKNOWN
1800.00/1807.84	c 1808	CPU 12.04 (0.05 0.02 10.91 1.06)
1800.00/1807.84	c 1808	END Sun Jul 12 00:08:43 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2068815-1247348315/watcher-2068815-1247348315 -o /tmp/evaluation-result-2068815-1247348315/solver-2068815-1247348315 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2068815-1247348315.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.85 1.97 1.99 4/74 16530
/proc/meminfo: memFree=1915528/2055920 swapFree=4192812/4192956
[pid=16530] ppid=16528 vsize=12132 CPUtime=0
/proc/16530/stat : 16530 (sugar) R 16528 16530 16493 0 -1 4194304 216 0 0 0 0 0 0 0 20 0 1 0 21894995 12423168 184 996147200 4194304 4206940 548682068608 18446744073709551615 273653600993 0 0 4224 0 0 0 0 17 1 0 0
/proc/16530/statm: 3033 184 142 3 0 133 0

[startup+0.0807551 s]
/proc/loadavg: 1.85 1.97 1.99 4/74 16530
/proc/meminfo: memFree=1915528/2055920 swapFree=4192812/4192956
[pid=16530] ppid=16528 vsize=16740 CPUtime=0.06
/proc/16530/stat : 16530 (sugar) S 16528 16530 16493 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 21894995 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16530/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102139 s]
/proc/loadavg: 1.85 1.97 1.99 4/74 16530
/proc/meminfo: memFree=1915528/2055920 swapFree=4192812/4192956
[pid=16530] ppid=16528 vsize=16868 CPUtime=0.06
/proc/16530/stat : 16530 (sugar) S 16528 16530 16493 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21894995 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16530/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302128 s]
/proc/loadavg: 1.85 1.97 1.99 4/74 16530
/proc/meminfo: memFree=1915528/2055920 swapFree=4192812/4192956
[pid=16530] ppid=16528 vsize=16868 CPUtime=0.06
/proc/16530/stat : 16530 (sugar) S 16528 16530 16493 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21894995 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16530/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702161 s]
/proc/loadavg: 1.85 1.97 1.99 4/74 16530
/proc/meminfo: memFree=1915528/2055920 swapFree=4192812/4192956
[pid=16530] ppid=16528 vsize=16868 CPUtime=0.06
/proc/16530/stat : 16530 (sugar) S 16528 16530 16493 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21894995 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16530/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50121 s]
/proc/loadavg: 1.85 1.97 1.99 3/85 16552
/proc/meminfo: memFree=1904624/2055920 swapFree=4192812/4192956
[pid=16530] ppid=16528 vsize=16868 CPUtime=0.73
/proc/16530/stat : 16530 (sugar) S 16528 16530 16493 0 -1 4194304 1310 5509 0 1 5 2 62 4 16 0 1 0 21894995 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16530/statm: 4217 1111 409 3 0 796 0
[pid=16543] ppid=16530 vsize=5356 CPUtime=0
/proc/16543/stat : 16543 (sh) S 16530 16530 16493 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21895072 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16543/statm: 1339 233 193 169 0 50 0
[pid=16544] ppid=16543 vsize=868484 CPUtime=0.7
/proc/16544/stat : 16544 (java) S 16543 16530 16493 0 -1 0 7429 0 1 0 67 3 0 0 19 0 9 0 21895072 889327616 6659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16544/statm: 217121 6659 2566 9 0 211626 0
[pid=16544/tid=16545] ppid=16543 vsize=868484 CPUtime=0.41
/proc/16544/task/16545/stat : 16545 (java) R 16543 16530 16493 0 -1 64 2684 0 1 0 40 1 0 0 19 0 9 0 21895073 889327616 6659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16544/tid=16546] ppid=16543 vsize=868484 CPUtime=0.09
/proc/16544/task/16546/stat : 16546 (java) R 16543 16530 16493 0 -1 64 2566 0 0 0 9 0 0 0 16 0 9 0 21895074 889327616 6659 996147200 134512640 134550932 4294955936 18446744073709551615 102144320 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16544/tid=16547] ppid=16543 vsize=868484 CPUtime=0
/proc/16544/task/16547/stat : 16547 (java) S 16543 16530 16493 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21895074 889327616 6659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16544/tid=16548] ppid=16543 vsize=868484 CPUtime=0
/proc/16544/task/16548/stat : 16548 (java) S 16543 16530 16493 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21895074 889327616 6659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16544/tid=16549] ppid=16543 vsize=868484 CPUtime=0
/proc/16544/task/16549/stat : 16549 (java) S 16543 16530 16493 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21895076 889327616 6659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16544/tid=16550] ppid=16543 vsize=868484 CPUtime=0.17
/proc/16544/task/16550/stat : 16550 (java) S 16543 16530 16493 0 -1 64 1479 0 0 0 16 1 0 0 16 0 9 0 21895076 889327616 6659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16544/tid=16551] ppid=16543 vsize=868484 CPUtime=0
/proc/16544/task/16551/stat : 16551 (java) S 16543 16530 16493 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21895076 889327616 6659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16544/tid=16552] ppid=16543 vsize=868484 CPUtime=0
/proc/16544/task/16552/stat : 16552 (java) S 16543 16530 16493 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21895076 889327616 6659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890708

[startup+3.10132 s]
/proc/loadavg: 1.85 1.97 1.99 3/85 16552
/proc/meminfo: memFree=1888560/2055920 swapFree=4192812/4192956
[pid=16530] ppid=16528 vsize=16868 CPUtime=0.73
/proc/16530/stat : 16530 (sugar) S 16528 16530 16493 0 -1 4194304 1310 5509 0 1 5 2 62 4 16 0 1 0 21894995 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16530/statm: 4217 1111 409 3 0 796 0
[pid=16543] ppid=16530 vsize=5356 CPUtime=0
/proc/16543/stat : 16543 (sh) S 16530 16530 16493 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21895072 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16543/statm: 1339 233 193 169 0 50 0
[pid=16544] ppid=16543 vsize=868680 CPUtime=2.28
/proc/16544/stat : 16544 (java) S 16543 16530 16493 0 -1 0 8620 0 1 0 213 15 0 0 19 0 9 0 21895072 889528320 7389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16544/statm: 217170 7389 2590 9 0 211647 0
[pid=16544/tid=16545] ppid=16543 vsize=868680 CPUtime=1.7
/proc/16544/task/16545/stat : 16545 (java) R 16543 16530 16493 0 -1 64 3167 0 1 0 161 9 0 0 25 0 9 0 21895073 889528320 7389 996147200 134512640 134550932 4294955936 18446744073709551615 4126430948 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16544/tid=16546] ppid=16543 vsize=868680 CPUtime=0.34
/proc/16544/task/16546/stat : 16546 (java) S 16543 16530 16493 0 -1 64 3247 0 0 0 31 3 0 0 16 0 9 0 21895074 889528320 7389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16544/tid=16547] ppid=16543 vsize=868680 CPUtime=0
/proc/16544/task/16547/stat : 16547 (java) S 16543 16530 16493 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21895074 889528320 7389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16544/tid=16548] ppid=16543 vsize=868680 CPUtime=0
/proc/16544/task/16548/stat : 16548 (java) S 16543 16530 16493 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21895074 889528320 7389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16544/tid=16549] ppid=16543 vsize=868680 CPUtime=0
/proc/16544/task/16549/stat : 16549 (java) S 16543 16530 16493 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21895076 889528320 7389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16544/tid=16550] ppid=16543 vsize=868680 CPUtime=0.21
/proc/16544/task/16550/stat : 16550 (java) S 16543 16530 16493 0 -1 64 1506 0 0 0 20 1 0 0 16 0 9 0 21895076 889528320 7389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16544/tid=16551] ppid=16543 vsize=868680 CPUtime=0
/proc/16544/task/16551/stat : 16551 (java) S 16543 16530 16493 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21895076 889528320 7389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16544/tid=16552] ppid=16543 vsize=868680 CPUtime=0
/proc/16544/task/16552/stat : 16552 (java) S 16543 16530 16493 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21895076 889528320 7389 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890904

[startup+6.30253 s]
/proc/loadavg: 1.86 1.97 1.99 3/85 16552
/proc/meminfo: memFree=1852400/2055920 swapFree=4192812/4192956
[pid=16530] ppid=16528 vsize=16868 CPUtime=0.73
/proc/16530/stat : 16530 (sugar) S 16528 16530 16493 0 -1 4194304 1310 5509 0 1 5 2 62 4 15 0 1 0 21894995 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16530/statm: 4217 1111 409 3 0 796 0
[pid=16543] ppid=16530 vsize=5356 CPUtime=0
/proc/16543/stat : 16543 (sh) S 16530 16530 16493 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21895072 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16543/statm: 1339 233 193 169 0 50 0
[pid=16544] ppid=16543 vsize=868680 CPUtime=5.44
/proc/16544/stat : 16544 (java) S 16543 16530 16493 0 -1 0 9640 0 1 0 500 44 0 0 19 0 9 0 21895072 889528320 7401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16544/statm: 217170 7401 2590 9 0 211647 0
[pid=16544/tid=16545] ppid=16543 vsize=868680 CPUtime=4.58
/proc/16544/task/16545/stat : 16545 (java) R 16543 16530 16493 0 -1 64 4175 0 1 0 425 33 0 0 25 0 9 0 21895073 889528320 7401 996147200 134512640 134550932 4294955936 18446744073709551615 4126503824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16544/tid=16546] ppid=16543 vsize=868680 CPUtime=0.61
/proc/16544/task/16546/stat : 16546 (java) S 16543 16530 16493 0 -1 64 3247 0 0 0 52 9 0 0 16 0 9 0 21895074 889528320 7401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16544/tid=16547] ppid=16543 vsize=868680 CPUtime=0
/proc/16544/task/16547/stat : 16547 (java) S 16543 16530 16493 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21895074 889528320 7401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16544/tid=16548] ppid=16543 vsize=868680 CPUtime=0
/proc/16544/task/16548/stat : 16548 (java) S 16543 16530 16493 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21895074 889528320 7401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16544/tid=16549] ppid=16543 vsize=868680 CPUtime=0
/proc/16544/task/16549/stat : 16549 (java) S 16543 16530 16493 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21895076 889528320 7401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16544/tid=16550] ppid=16543 vsize=868680 CPUtime=0.22
/proc/16544/task/16550/stat : 16550 (java) S 16543 16530 16493 0 -1 64 1518 0 0 0 21 1 0 0 16 0 9 0 21895076 889528320 7401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16544/tid=16551] ppid=16543 vsize=868680 CPUtime=0
/proc/16544/task/16551/stat : 16551 (java) S 16543 16530 16493 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21895076 889528320 7401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16544/tid=16552] ppid=16543 vsize=868680 CPUtime=0
/proc/16544/task/16552/stat : 16552 (java) S 16543 16530 16493 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21895076 889528320 7401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890904

[startup+12.702 s]
/proc/loadavg: 1.87 1.97 1.99 3/85 16552
/proc/meminfo: memFree=1781232/2055920 swapFree=4192812/4192956
[pid=16530] ppid=16528 vsize=16868 CPUtime=12.04
/proc/16530/stat : 16530 (sugar) S 16528 16530 16493 0 -1 4194304 1365 17322 0 2 5 2 1091 106 16 0 1 0 21894995 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16530/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 12.04
Current children cumulated vsize (KiB) 16868

[startup+25.5028 s]
/proc/loadavg: 1.90 1.97 1.99 3/77 16554
/proc/meminfo: memFree=1756400/2055920 swapFree=4192812/4192956
[pid=16530] ppid=16528 vsize=16868 CPUtime=12.04
/proc/16530/stat : 16530 (sugar) S 16528 16530 16493 0 -1 4194304 1365 17322 0 2 5 2 1091 106 16 0 1 0 21894995 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16530/statm: 4217 1113 409 3 0 796 0
[pid=16553] ppid=16530 vsize=5356 CPUtime=0
/proc/16553/stat : 16553 (sh) S 16530 16530 16493 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21896223 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16553/statm: 1339 232 193 169 0 50 0
[pid=16554] ppid=16553 vsize=47432 CPUtime=13.08
/proc/16554/stat : 16554 (picosat) R 16553 16530 16493 0 -1 4194304 10864 0 0 0 603 705 0 0 25 0 1 0 21896223 48570368 10850 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16554/statm: 11858 10850 40 102 0 11753 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 69656

[startup+51.1025 s]
/proc/loadavg: 1.93 1.97 1.99 3/77 16554
/proc/meminfo: memFree=1674864/2055920 swapFree=4192812/4192956
[pid=16530] ppid=16528 vsize=16868 CPUtime=12.04
/proc/16530/stat : 16530 (sugar) S 16528 16530 16493 0 -1 4194304 1365 17322 0 2 5 2 1091 106 16 0 1 0 21894995 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16530/statm: 4217 1113 409 3 0 796 0
[pid=16553] ppid=16530 vsize=5356 CPUtime=0
/proc/16553/stat : 16553 (sh) S 16530 16530 16493 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21896223 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16553/statm: 1339 232 193 169 0 50 0
[pid=16554] ppid=16553 vsize=129648 CPUtime=38.46
/proc/16554/stat : 16554 (picosat) R 16553 16530 16493 0 -1 4194304 31513 0 0 0 1765 2081 0 0 25 0 1 0 21896223 132759552 31499 996147200 134512640 134931368 4294956256 18446744073709551615 134520640 0 0 4096 0 0 0 0 17 1 0 0
/proc/16554/statm: 32412 31499 40 102 0 32307 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 151872

[startup+102.308 s]
/proc/loadavg: 1.97 1.97 1.99 3/77 16554
/proc/meminfo: memFree=1630768/2055920 swapFree=4192812/4192956
[pid=16530] ppid=16528 vsize=16868 CPUtime=12.04
/proc/16530/stat : 16530 (sugar) S 16528 16530 16493 0 -1 4194304 1365 17322 0 2 5 2 1091 106 16 0 1 0 21894995 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16530/statm: 4217 1113 409 3 0 796 0
[pid=16553] ppid=16530 vsize=5356 CPUtime=0
/proc/16553/stat : 16553 (sh) S 16530 16530 16493 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21896223 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16553/statm: 1339 232 193 169 0 50 0
[pid=16554] ppid=16553 vsize=183840 CPUtime=89.11
/proc/16554/stat : 16554 (picosat) R 16553 16530 16493 0 -1 4194304 42034 0 0 0 6188 2723 0 0 25 0 1 0 21896223 188252160 42002 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16554/statm: 45960 42002 48 102 0 45855 0
Current children cumulated CPU time (s) 101.15

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

/proc/meminfo: memFree=1563008/2055920 swapFree=4192812/4192956
[pid=16530] ppid=16528 vsize=16868 CPUtime=12.04
/proc/16530/stat : 16530 (sugar) S 16528 16530 16493 0 -1 4194304 1365 17322 0 2 5 2 1091 106 16 0 1 0 21894995 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16530/statm: 4217 1113 409 3 0 796 0
[pid=16553] ppid=16530 vsize=5356 CPUtime=0
/proc/16553/stat : 16553 (sh) S 16530 16530 16493 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21896223 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16553/statm: 1339 232 193 169 0 50 0
[pid=16554] ppid=16553 vsize=231712 CPUtime=1282.66
/proc/16554/stat : 16554 (picosat) R 16553 16530 16493 0 -1 4194304 54599 0 0 0 125528 2738 0 0 25 0 1 0 21896223 237273088 53985 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16554/statm: 57928 53985 48 102 0 57823 0
Current children cumulated CPU time (s) 1294.7
Current children cumulated vsize (KiB) 253936

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16593
/proc/meminfo: memFree=1562104/2055920 swapFree=4192812/4192956
[pid=16530] ppid=16528 vsize=16868 CPUtime=12.04
/proc/16530/stat : 16530 (sugar) S 16528 16530 16493 0 -1 4194304 1365 17322 0 2 5 2 1091 106 16 0 1 0 21894995 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16530/statm: 4217 1113 409 3 0 796 0
[pid=16553] ppid=16530 vsize=5356 CPUtime=0
/proc/16553/stat : 16553 (sh) S 16530 16530 16493 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21896223 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16553/statm: 1339 232 193 169 0 50 0
[pid=16554] ppid=16553 vsize=231712 CPUtime=1342.62
/proc/16554/stat : 16554 (picosat) R 16553 16530 16493 0 -1 4194304 54599 0 0 0 131524 2738 0 0 25 0 1 0 21896223 237273088 53985 996147200 134512640 134931368 4294956256 18446744073709551615 134525769 0 0 4096 0 0 0 0 17 0 0 0
/proc/16554/statm: 57928 53985 48 102 0 57823 0
Current children cumulated CPU time (s) 1354.66
Current children cumulated vsize (KiB) 253936

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16593
/proc/meminfo: memFree=1562104/2055920 swapFree=4192812/4192956
[pid=16530] ppid=16528 vsize=16868 CPUtime=12.04
/proc/16530/stat : 16530 (sugar) S 16528 16530 16493 0 -1 4194304 1365 17322 0 2 5 2 1091 106 16 0 1 0 21894995 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16530/statm: 4217 1113 409 3 0 796 0
[pid=16553] ppid=16530 vsize=5356 CPUtime=0
/proc/16553/stat : 16553 (sh) S 16530 16530 16493 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21896223 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16553/statm: 1339 232 193 169 0 50 0
[pid=16554] ppid=16553 vsize=231712 CPUtime=1402.6
/proc/16554/stat : 16554 (picosat) R 16553 16530 16493 0 -1 4194304 54599 0 0 0 137522 2738 0 0 25 0 1 0 21896223 237273088 53985 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/16554/statm: 57928 53985 48 102 0 57823 0
Current children cumulated CPU time (s) 1414.64
Current children cumulated vsize (KiB) 253936

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16593
/proc/meminfo: memFree=1554616/2055920 swapFree=4192812/4192956
[pid=16530] ppid=16528 vsize=16868 CPUtime=12.04
/proc/16530/stat : 16530 (sugar) S 16528 16530 16493 0 -1 4194304 1365 17322 0 2 5 2 1091 106 16 0 1 0 21894995 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16530/statm: 4217 1113 409 3 0 796 0
[pid=16553] ppid=16530 vsize=5356 CPUtime=0
/proc/16553/stat : 16553 (sh) S 16530 16530 16493 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21896223 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16553/statm: 1339 232 193 169 0 50 0
[pid=16554] ppid=16553 vsize=239412 CPUtime=1462.57
/proc/16554/stat : 16554 (picosat) R 16553 16530 16493 0 -1 4194304 56533 0 0 0 143516 2741 0 0 25 0 1 0 21896223 245157888 55919 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/16554/statm: 59853 55919 48 102 0 59748 0
Current children cumulated CPU time (s) 1474.61
Current children cumulated vsize (KiB) 261636

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16593
/proc/meminfo: memFree=1553400/2055920 swapFree=4192812/4192956
[pid=16530] ppid=16528 vsize=16868 CPUtime=12.04
/proc/16530/stat : 16530 (sugar) S 16528 16530 16493 0 -1 4194304 1365 17322 0 2 5 2 1091 106 16 0 1 0 21894995 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16530/statm: 4217 1113 409 3 0 796 0
[pid=16553] ppid=16530 vsize=5356 CPUtime=0
/proc/16553/stat : 16553 (sh) S 16530 16530 16493 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21896223 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16553/statm: 1339 232 193 169 0 50 0
[pid=16554] ppid=16553 vsize=240464 CPUtime=1522.55
/proc/16554/stat : 16554 (picosat) R 16553 16530 16493 0 -1 4194304 56923 0 0 0 149514 2741 0 0 25 0 1 0 21896223 246235136 56165 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16554/statm: 60116 56165 48 102 0 60011 0
Current children cumulated CPU time (s) 1534.59
Current children cumulated vsize (KiB) 262688

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16593
/proc/meminfo: memFree=1553400/2055920 swapFree=4192812/4192956
[pid=16530] ppid=16528 vsize=16868 CPUtime=12.04
/proc/16530/stat : 16530 (sugar) S 16528 16530 16493 0 -1 4194304 1365 17322 0 2 5 2 1091 106 16 0 1 0 21894995 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16530/statm: 4217 1113 409 3 0 796 0
[pid=16553] ppid=16530 vsize=5356 CPUtime=0
/proc/16553/stat : 16553 (sh) S 16530 16530 16493 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21896223 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16553/statm: 1339 232 193 169 0 50 0
[pid=16554] ppid=16553 vsize=240464 CPUtime=1582.53
/proc/16554/stat : 16554 (picosat) R 16553 16530 16493 0 -1 4194304 56923 0 0 0 155512 2741 0 0 25 0 1 0 21896223 246235136 56165 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16554/statm: 60116 56165 48 102 0 60011 0
Current children cumulated CPU time (s) 1594.57
Current children cumulated vsize (KiB) 262688

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16593
/proc/meminfo: memFree=1553408/2055920 swapFree=4192812/4192956
[pid=16530] ppid=16528 vsize=16868 CPUtime=12.04
/proc/16530/stat : 16530 (sugar) S 16528 16530 16493 0 -1 4194304 1365 17322 0 2 5 2 1091 106 16 0 1 0 21894995 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16530/statm: 4217 1113 409 3 0 796 0
[pid=16553] ppid=16530 vsize=5356 CPUtime=0
/proc/16553/stat : 16553 (sh) S 16530 16530 16493 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21896223 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16553/statm: 1339 232 193 169 0 50 0
[pid=16554] ppid=16553 vsize=240464 CPUtime=1642.5
/proc/16554/stat : 16554 (picosat) R 16553 16530 16493 0 -1 4194304 56923 0 0 0 161509 2741 0 0 25 0 1 0 21896223 246235136 56165 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/16554/statm: 60116 56165 48 102 0 60011 0
Current children cumulated CPU time (s) 1654.54
Current children cumulated vsize (KiB) 262688

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 16594
/proc/meminfo: memFree=1548536/2055920 swapFree=4192812/4192956
[pid=16530] ppid=16528 vsize=16868 CPUtime=12.04
/proc/16530/stat : 16530 (sugar) S 16528 16530 16493 0 -1 4194304 1365 17322 0 2 5 2 1091 106 16 0 1 0 21894995 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16530/statm: 4217 1113 409 3 0 796 0
[pid=16553] ppid=16530 vsize=5356 CPUtime=0
/proc/16553/stat : 16553 (sh) S 16530 16530 16493 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21896223 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16553/statm: 1339 232 193 169 0 50 0
[pid=16554] ppid=16553 vsize=245564 CPUtime=1702.48
/proc/16554/stat : 16554 (picosat) R 16553 16530 16493 0 -1 4194304 58208 0 0 0 167506 2742 0 0 25 0 1 0 21896223 251457536 57450 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16554/statm: 61391 57450 48 102 0 61286 0
Current children cumulated CPU time (s) 1714.52
Current children cumulated vsize (KiB) 267788

[startup+1782.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/77 16594
/proc/meminfo: memFree=1542968/2055920 swapFree=4192812/4192956
[pid=16530] ppid=16528 vsize=16868 CPUtime=12.04
/proc/16530/stat : 16530 (sugar) S 16528 16530 16493 0 -1 4194304 1365 17322 0 2 5 2 1091 106 16 0 1 0 21894995 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16530/statm: 4217 1113 409 3 0 796 0
[pid=16553] ppid=16530 vsize=5356 CPUtime=0
/proc/16553/stat : 16553 (sh) S 16530 16530 16493 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21896223 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16553/statm: 1339 232 193 169 0 50 0
[pid=16554] ppid=16553 vsize=250524 CPUtime=1762.47
/proc/16554/stat : 16554 (picosat) R 16553 16530 16493 0 -1 4194304 59623 0 0 0 173503 2744 0 0 25 0 1 0 21896223 256536576 58713 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 0 0 0
/proc/16554/statm: 62631 58713 48 102 0 62526 0
Current children cumulated CPU time (s) 1774.51
Current children cumulated vsize (KiB) 272748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.8 s]
/proc/loadavg: 2.04 2.01 2.00 3/77 16594
/proc/meminfo: memFree=1542968/2055920 swapFree=4192812/4192956
[pid=16530] ppid=16528 vsize=16868 CPUtime=12.04
/proc/16530/stat : 16530 (sugar) S 16528 16530 16493 0 -1 4194304 1365 17322 0 2 5 2 1091 106 16 0 1 0 21894995 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16530/statm: 4217 1113 409 3 0 796 0
[pid=16553] ppid=16530 vsize=5356 CPUtime=0
/proc/16553/stat : 16553 (sh) S 16530 16530 16493 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21896223 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16553/statm: 1339 232 193 169 0 50 0
[pid=16554] ppid=16553 vsize=250524 CPUtime=1787.96
/proc/16554/stat : 16554 (picosat) R 16553 16530 16493 0 -1 4194304 59623 0 0 0 176052 2744 0 0 25 0 1 0 21896223 256536576 58713 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16554/statm: 62631 58713 48 102 0 62526 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 272748

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 16530 and gives
#  childrusage.ru_utime.tv_sec=10
#  childrusage.ru_utime.tv_usec=973331
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=92833
# CPU time returned by wait4() is 12.0662
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.85
CPU time (s): 1800
CPU user time (s): 1771.48
CPU system time (s): 28.52
CPU usage (%): 99.566
Max. virtual memory (cumulated for all children) (KiB): 890980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.9733
system time used= 1.09283
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19081
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= 31702
involuntary context switches= 31795

runsolver used 2.10468 second user time and 6.08408 second system time

The end

Launcher Data

Begin job on node52 at 2009-07-11 23:38:35
IDJOB=2068815
IDBENCH=54939
IDSOLVER=738
FILE ID=node52/2068815-1247348315
PBS_JOBID= 9506855
Free space on /tmp= 66144 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/tdsp/normalized-C5-3-91.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068815-1247348315/watcher-2068815-1247348315 -o /tmp/evaluation-result-2068815-1247348315/solver-2068815-1247348315 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2068815-1247348315.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 9dd9a7613f57790269389339b38e48da
RANDOM SEED=1001513926

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1916008 kB
Buffers:          6676 kB
Cached:          57516 kB
SwapCached:          0 kB
Active:          67136 kB
Inactive:        22732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1916008 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1964 kB
Writeback:           0 kB
Mapped:          36380 kB
Slab:            35180 kB
Committed_AS:   244532 kB
PageTables:       1892 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= 66140 MiB
End job on node52 at 2009-07-12 00:08:45