Trace number 2065020

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? (MO) 1094.48 1099.65

General information on the benchmark

Namecsp/fischer/
normalized-fischer-10-11-fair.xml
MD5SUM03ac71fcf3613245a00ef598d4c39787
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 variables28831
Number of constraints27307
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension27307
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 20:41:38 2009
0.00/0.08	c 0	PID 14757
0.00/0.08	c 0	HOST node41.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2065020-1247337697.xml TO HOME/temp.csp
0.00/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-2065020-1247337697.xml' 'HOME/temp.csp'
2.15/2.30	c 2	3 domains, 28831 variables, 9 predicates, 0 relations, 27307 constraints
2.24/2.34	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.24/2.34	c 2	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'
2.25/2.41	c 2	Parsing HOME/temp.csp
2.25/2.55	c 2	parsed 10000 expressions
2.25/2.65	c 2	parsed 20000 expressions
2.25/2.77	c 2	parsed 30000 expressions
2.25/2.86	c 3	parsed 40000 expressions
2.25/3.02	c 3	parsed 50000 expressions
2.25/3.08	c 3	parsed 56150 expressions
2.25/3.09	c 3	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.25/3.09	c 3	Converting to clausal form CSP
2.25/3.16	c 3	converted 5615 (10%) expressions
2.25/3.16	c 3	converted 11230 (20%) expressions
2.25/3.18	c 3	converted 16845 (30%) expressions
2.25/3.19	c 3	converted 22460 (40%) expressions
3.10/3.21	c 3	converted 28075 (50%) expressions
3.58/3.73	c 3	converted 33690 (60%) expressions
4.18/4.37	c 4	converted 39305 (70%) expressions
5.06/5.20	c 5	converted 44920 (80%) expressions
5.96/6.16	c 6	converted 50535 (90%) expressions
6.55/6.78	c 6	converted 56150 (100%) expressions
6.55/6.79	c 6	CSP : 50601 integers, 1684 booleans, 123000 clauses, largest domain size 20001
6.55/6.79	c 6	Heap : 76 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.55/6.79	c 6	Propagation in CSP
945.75/949.25	c 949	355359615 values, 0 unsatisfiable literals, and 0 valid clauses are removed
945.75/949.26	c 949	CSP : 50601 integers, 1684 booleans, 123000 clauses, largest domain size 20001
945.75/949.26	c 949	Heap : 78 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
945.75/949.30	c 949	Simplifing CSP by introducing new Boolean variables
946.04/949.54	c 949	CSP : 50601 integers, 45726 booleans, 167042 clauses, largest domain size 20001
946.04/949.54	c 949	Heap : 91 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
946.64/950.13	c 950	Encoding CSP to SAT : HOME/temp.cnf
947.15/950.66	c 950	5061 (10%) CSP integer variables are encoded (374118 clauses, 6143509 bytes)
950.13/953.63	c 953	10121 (20%) CSP integer variables are encoded (2745006 clauses, 49945436 bytes)
951.30/954.88	c 955	15181 (30%) CSP integer variables are encoded (3717678 clauses, 68426204 bytes)
952.09/955.61	c 955	20241 (40%) CSP integer variables are encoded (4287615 clauses, 79255007 bytes)
952.78/956.30	c 956	25301 (50%) CSP integer variables are encoded (4825528 clauses, 89475354 bytes)
952.78/956.31	c 956	30361 (60%) CSP integer variables are encoded (4825528 clauses, 89475354 bytes)
953.67/957.29	c 957	35421 (70%) CSP integer variables are encoded (5585376 clauses, 103912466 bytes)
954.28/957.85	c 958	40481 (80%) CSP integer variables are encoded (6025288 clauses, 112270794 bytes)
954.47/958.05	c 958	45541 (90%) CSP integer variables are encoded (6175266 clauses, 115120376 bytes)
954.77/958.37	c 958	50601 (100%) CSP integer variables are encoded (6425228 clauses, 119869654 bytes)
991.48/995.76	c 995	16705 (10%) CSP clauses are encoded (27376547 clauses, 569810188 bytes)
992.17/996.44	c 996	33409 (20%) CSP clauses are encoded (27782765 clauses, 577998249 bytes)
994.43/998.77	c 998	50113 (30%) CSP clauses are encoded (29308733 clauses, 609606206 bytes)
997.25/1001.72	c 1001	66817 (40%) CSP clauses are encoded (31113411 clauses, 647944679 bytes)
998.92/1003.41	c 1003	83521 (50%) CSP clauses are encoded (32199181 clauses, 671007531 bytes)
999.02/1003.51	c 1003	100226 (60%) CSP clauses are encoded (32207085 clauses, 671168329 bytes)
999.12/1003.61	c 1003	116930 (70%) CSP clauses are encoded (32214930 clauses, 671327894 bytes)
1000.57/1005.12	c 1005	133634 (80%) CSP clauses are encoded (33142992 clauses, 691042287 bytes)
1001.66/1006.26	c 1006	150338 (90%) CSP clauses are encoded (33830215 clauses, 705637774 bytes)
1001.75/1006.38	c 1006	167042 (100%) CSP clauses are encoded (33851636 clauses, 706190744 bytes)
1001.75/1006.38	c 1006	167042 CSP clauses encoded
1001.75/1006.38	c 1006	Writing map file : HOME/temp.map
1001.84/1006.47	c 1006	Heap : 73 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1001.84/1006.47	c 1006	SAT : 6485093 SAT variables, 33851636 SAT clauses, 706190744 bytes
1001.84/1006.47	c 1006	Heap : 73 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1001.95/1006.51	c 1006	SOLVING HOME/temp.cnf
1001.95/1006.51	c 1006	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1094.37/1099.52	c ERROR INTERRUPTED
1094.48/1099.65	s UNKNOWN
1094.48/1099.65	c 1099	CPU 1001.96 (0.08 0.02 995.02 6.84)
1094.48/1099.65	c 1099	END Sat Jul 11 20:59:57 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-2065020-1247337697/watcher-2065020-1247337697 -o /tmp/evaluation-result-2065020-1247337697/solver-2065020-1247337697 -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-2065020-1247337697.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.99 2.08 2.02 4/80 14757
/proc/meminfo: memFree=1061744/2055920 swapFree=4192956/4192956
[pid=14757] ppid=14755 vsize=12268 CPUtime=0
/proc/14757/stat : 14757 (sugar) R 14755 14757 14335 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 20461470 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 209136089701 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/14757/statm: 3067 316 241 3 0 167 0

[startup+0.096514 s]
/proc/loadavg: 1.99 2.08 2.02 4/80 14757
/proc/meminfo: memFree=1061744/2055920 swapFree=4192956/4192956
[pid=14757] ppid=14755 vsize=16868 CPUtime=0.06
/proc/14757/stat : 14757 (sugar) S 14755 14757 14335 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20461470 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14757/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101674 s]
/proc/loadavg: 1.99 2.08 2.02 4/80 14757
/proc/meminfo: memFree=1061744/2055920 swapFree=4192956/4192956
[pid=14757] ppid=14755 vsize=16868 CPUtime=0.06
/proc/14757/stat : 14757 (sugar) S 14755 14757 14335 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20461470 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14757/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301531 s]
/proc/loadavg: 1.99 2.08 2.02 4/80 14757
/proc/meminfo: memFree=1061744/2055920 swapFree=4192956/4192956
[pid=14757] ppid=14755 vsize=16868 CPUtime=0.06
/proc/14757/stat : 14757 (sugar) S 14755 14757 14335 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20461470 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14757/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701566 s]
/proc/loadavg: 1.99 2.08 2.02 4/80 14757
/proc/meminfo: memFree=1061744/2055920 swapFree=4192956/4192956
[pid=14757] ppid=14755 vsize=16868 CPUtime=0.06
/proc/14757/stat : 14757 (sugar) S 14755 14757 14335 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20461470 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14757/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50264 s]
/proc/loadavg: 1.99 2.08 2.02 4/91 14769
/proc/meminfo: memFree=1025112/2055920 swapFree=4192956/4192956
[pid=14757] ppid=14755 vsize=16868 CPUtime=0.06
/proc/14757/stat : 14757 (sugar) S 14755 14757 14335 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20461470 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14757/statm: 4217 1111 409 3 0 796 0
[pid=14760] ppid=14757 vsize=5356 CPUtime=0
/proc/14760/stat : 14760 (sh) S 14757 14757 14335 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20461478 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14760/statm: 1339 233 193 169 0 50 0
[pid=14761] ppid=14760 vsize=866784 CPUtime=1.39
/proc/14761/stat : 14761 (java) S 14760 14757 14335 0 -1 0 18582 0 1 0 129 10 0 0 18 0 9 0 20461478 887586816 15641 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14761/statm: 216696 15641 2556 9 0 211208 0
[pid=14761/tid=14762] ppid=14760 vsize=866784 CPUtime=0.66
/proc/14761/task/14762/stat : 14762 (java) R 14760 14757 14335 0 -1 64 3056 0 1 0 64 2 0 0 25 0 9 0 20461479 887586816 15641 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14763] ppid=14760 vsize=866784 CPUtime=0.57
/proc/14761/task/14763/stat : 14763 (java) R 14760 14757 14335 0 -1 64 14311 0 0 0 51 6 0 0 16 0 9 0 20461481 887586816 15641 996147200 134512640 134550932 4294955984 18446744073709551615 102722356 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14764] ppid=14760 vsize=866784 CPUtime=0
/proc/14761/task/14764/stat : 14764 (java) S 14760 14757 14335 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20461481 887586816 15641 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14765] ppid=14760 vsize=866784 CPUtime=0
/proc/14761/task/14765/stat : 14765 (java) S 14760 14757 14335 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20461481 887586816 15641 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14766] ppid=14760 vsize=866784 CPUtime=0
/proc/14761/task/14766/stat : 14766 (java) S 14760 14757 14335 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20461483 887586816 15641 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14767] ppid=14760 vsize=866784 CPUtime=0.12
/proc/14761/task/14767/stat : 14767 (java) S 14760 14757 14335 0 -1 64 510 0 0 0 12 0 0 0 16 0 9 0 20461483 887586816 15641 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14768] ppid=14760 vsize=866784 CPUtime=0
/proc/14761/task/14768/stat : 14768 (java) S 14760 14757 14335 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20461483 887586816 15641 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14761/tid=14769] ppid=14760 vsize=866784 CPUtime=0
/proc/14761/task/14769/stat : 14769 (java) S 14760 14757 14335 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20461483 887586816 15641 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 889008

[startup+3.10177 s]
/proc/loadavg: 1.99 2.08 2.02 3/91 14769
/proc/meminfo: memFree=996248/2055920 swapFree=4192956/4192956
[pid=14757] ppid=14755 vsize=16868 CPUtime=2.25
/proc/14757/stat : 14757 (sugar) S 14755 14757 14335 0 -1 4194304 1309 21785 0 1 5 1 207 12 15 0 1 0 20461470 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14757/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30106 s]
/proc/loadavg: 1.99 2.08 2.02 3/91 14779
/proc/meminfo: memFree=988824/2055920 swapFree=4192956/4192956
[pid=14757] ppid=14755 vsize=16868 CPUtime=2.25
/proc/14757/stat : 14757 (sugar) S 14755 14757 14335 0 -1 4194304 1309 21785 0 1 5 1 207 12 16 0 1 0 20461470 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14757/statm: 4217 1111 409 3 0 796 0
[pid=14770] ppid=14757 vsize=5356 CPUtime=0
/proc/14770/stat : 14770 (sh) S 14757 14757 14335 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20461704 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14770/statm: 1339 233 193 169 0 50 0
[pid=14771] ppid=14770 vsize=868636 CPUtime=3.91
/proc/14771/stat : 14771 (java) S 14770 14757 14335 0 -1 0 24957 0 1 0 380 11 0 0 18 0 9 0 20461704 889483264 22972 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14771/statm: 217159 22972 2566 9 0 211664 0
[pid=14771/tid=14772] ppid=14770 vsize=868636 CPUtime=2.04
/proc/14771/task/14772/stat : 14772 (java) R 14770 14757 14335 0 -1 64 3629 0 1 0 202 2 0 0 25 0 9 0 20461705 889483264 22972 996147200 134512640 134550932 4294955936 18446744073709551615 4126483193 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14773] ppid=14770 vsize=868636 CPUtime=1.65
/proc/14771/task/14773/stat : 14773 (java) S 14770 14757 14335 0 -1 64 19120 0 0 0 158 7 0 0 16 0 9 0 20461706 889483264 22972 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14774] ppid=14770 vsize=868636 CPUtime=0
/proc/14771/task/14774/stat : 14774 (java) S 14770 14757 14335 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20461706 889483264 22972 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14775] ppid=14770 vsize=868636 CPUtime=0
/proc/14771/task/14775/stat : 14775 (java) S 14770 14757 14335 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20461706 889483264 22972 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14776] ppid=14770 vsize=868636 CPUtime=0
/proc/14771/task/14776/stat : 14776 (java) S 14770 14757 14335 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20461708 889483264 22972 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14777] ppid=14770 vsize=868636 CPUtime=0.18
/proc/14771/task/14777/stat : 14777 (java) S 14770 14757 14335 0 -1 64 1505 0 0 0 18 0 0 0 16 0 9 0 20461708 889483264 22972 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14778] ppid=14770 vsize=868636 CPUtime=0
/proc/14771/task/14778/stat : 14778 (java) S 14770 14757 14335 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20461708 889483264 22972 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14779] ppid=14770 vsize=868636 CPUtime=0
/proc/14771/task/14779/stat : 14779 (java) S 14770 14757 14335 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20461708 889483264 22972 996147200 134512640 134550932 4294955936 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) 890860

[startup+12.7026 s]
/proc/loadavg: 1.99 2.08 2.02 3/91 14779
/proc/meminfo: memFree=960728/2055920 swapFree=4192956/4192956
[pid=14757] ppid=14755 vsize=16868 CPUtime=2.25
/proc/14757/stat : 14757 (sugar) S 14755 14757 14335 0 -1 4194304 1310 21785 0 1 5 1 207 12 15 0 1 0 20461470 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14757/statm: 4217 1111 409 3 0 796 0
[pid=14770] ppid=14757 vsize=5356 CPUtime=0
/proc/14770/stat : 14770 (sh) S 14757 14757 14335 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20461704 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14770/statm: 1339 233 193 169 0 50 0
[pid=14771] ppid=14770 vsize=868636 CPUtime=10.25
/proc/14771/stat : 14771 (java) S 14770 14757 14335 0 -1 0 28557 0 1 0 1010 15 0 0 18 0 9 0 20461704 889483264 26441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14771/statm: 217159 26441 2566 9 0 211664 0
[pid=14771/tid=14772] ppid=14770 vsize=868636 CPUtime=8.06
/proc/14771/task/14772/stat : 14772 (java) R 14770 14757 14335 0 -1 64 3760 0 1 0 803 3 0 0 25 0 9 0 20461705 889483264 26441 996147200 134512640 134550932 4294955936 18446744073709551615 4126971677 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14773] ppid=14770 vsize=868636 CPUtime=1.96
/proc/14771/task/14773/stat : 14773 (java) S 14770 14757 14335 0 -1 64 22584 0 0 0 186 10 0 0 16 0 9 0 20461706 889483264 26441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14774] ppid=14770 vsize=868636 CPUtime=0
/proc/14771/task/14774/stat : 14774 (java) S 14770 14757 14335 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20461706 889483264 26441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14775] ppid=14770 vsize=868636 CPUtime=0
/proc/14771/task/14775/stat : 14775 (java) S 14770 14757 14335 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20461706 889483264 26441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14776] ppid=14770 vsize=868636 CPUtime=0
/proc/14771/task/14776/stat : 14776 (java) S 14770 14757 14335 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20461708 889483264 26441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14777] ppid=14770 vsize=868636 CPUtime=0.19
/proc/14771/task/14777/stat : 14777 (java) S 14770 14757 14335 0 -1 64 1510 0 0 0 19 0 0 0 16 0 9 0 20461708 889483264 26441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14778] ppid=14770 vsize=868636 CPUtime=0
/proc/14771/task/14778/stat : 14778 (java) S 14770 14757 14335 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20461708 889483264 26441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14779] ppid=14770 vsize=868636 CPUtime=0
/proc/14771/task/14779/stat : 14779 (java) S 14770 14757 14335 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20461708 889483264 26441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 890860

[startup+25.5028 s]
/proc/loadavg: 1.99 2.07 2.02 3/91 14779
/proc/meminfo: memFree=960920/2055920 swapFree=4192956/4192956
[pid=14757] ppid=14755 vsize=16868 CPUtime=2.25
/proc/14757/stat : 14757 (sugar) S 14755 14757 14335 0 -1 4194304 1310 21785 0 1 5 1 207 12 15 0 1 0 20461470 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14757/statm: 4217 1111 409 3 0 796 0
[pid=14770] ppid=14757 vsize=5356 CPUtime=0
/proc/14770/stat : 14770 (sh) S 14757 14757 14335 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20461704 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14770/statm: 1339 233 193 169 0 50 0
[pid=14771] ppid=14770 vsize=868636 CPUtime=22.92
/proc/14771/stat : 14771 (java) S 14770 14757 14335 0 -1 0 28821 0 1 0 2275 17 0 0 18 0 9 0 20461704 889483264 26443 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14771/statm: 217159 26443 2566 9 0 211664 0
[pid=14771/tid=14772] ppid=14770 vsize=868636 CPUtime=20.6
/proc/14771/task/14772/stat : 14772 (java) R 14770 14757 14335 0 -1 64 4022 0 1 0 2056 4 0 0 25 0 9 0 20461705 889483264 26443 996147200 134512640 134550932 4294955936 18446744073709551615 4126971924 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14773] ppid=14770 vsize=868636 CPUtime=2.1
/proc/14771/task/14773/stat : 14773 (java) S 14770 14757 14335 0 -1 64 22586 0 0 0 199 11 0 0 16 0 9 0 20461706 889483264 26443 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14774] ppid=14770 vsize=868636 CPUtime=0
/proc/14771/task/14774/stat : 14774 (java) S 14770 14757 14335 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20461706 889483264 26443 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14775] ppid=14770 vsize=868636 CPUtime=0
/proc/14771/task/14775/stat : 14775 (java) S 14770 14757 14335 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20461706 889483264 26443 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14776] ppid=14770 vsize=868636 CPUtime=0
/proc/14771/task/14776/stat : 14776 (java) S 14770 14757 14335 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20461708 889483264 26443 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14777] ppid=14770 vsize=868636 CPUtime=0.19
/proc/14771/task/14777/stat : 14777 (java) S 14770 14757 14335 0 -1 64 1510 0 0 0 19 0 0 0 16 0 9 0 20461708 889483264 26443 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14778] ppid=14770 vsize=868636 CPUtime=0
/proc/14771/task/14778/stat : 14778 (java) S 14770 14757 14335 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20461708 889483264 26443 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14779] ppid=14770 vsize=868636 CPUtime=0
/proc/14771/task/14779/stat : 14779 (java) S 14770 14757 14335 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20461708 889483264 26443 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 890860

[startup+51.102 s]
/proc/loadavg: 2.06 2.08 2.02 3/91 14779
/proc/meminfo: memFree=960984/2055920 swapFree=4192956/4192956
[pid=14757] ppid=14755 vsize=16868 CPUtime=2.25
/proc/14757/stat : 14757 (sugar) S 14755 14757 14335 0 -1 4194304 1310 21785 0 1 5 1 207 12 15 0 1 0 20461470 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14757/statm: 4217 1111 409 3 0 796 0
[pid=14770] ppid=14757 vsize=5356 CPUtime=0
/proc/14770/stat : 14770 (sh) S 14757 14757 14335 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20461704 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14770/statm: 1339 233 193 169 0 50 0
[pid=14771] ppid=14770 vsize=868636 CPUtime=48.28
/proc/14771/stat : 14771 (java) S 14770 14757 14335 0 -1 0 29351 0 1 0 4805 23 0 0 18 0 9 0 20461704 889483264 26449 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/14771/task/14776/stat : 14776 (java) S 14770 14757 14335 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20461708 889483264 26625 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14777] ppid=14770 vsize=868636 CPUtime=0.19
/proc/14771/task/14777/stat : 14777 (java) S 14770 14757 14335 0 -1 64 1510 0 0 0 19 0 0 0 16 0 9 0 20461708 889483264 26625 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14778] ppid=14770 vsize=868636 CPUtime=0
/proc/14771/task/14778/stat : 14778 (java) S 14770 14757 14335 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20461708 889483264 26625 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14779] ppid=14770 vsize=868636 CPUtime=0
/proc/14771/task/14779/stat : 14779 (java) S 14770 14757 14335 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20461708 889483264 26625 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 819.2
Current children cumulated vsize (KiB) 890860

[startup+882.303 s]
/proc/loadavg: 2.07 2.03 2.01 3/92 14878
/proc/meminfo: memFree=1079496/2055920 swapFree=4192956/4192956
[pid=14757] ppid=14755 vsize=16868 CPUtime=2.25
/proc/14757/stat : 14757 (sugar) S 14755 14757 14335 0 -1 4194304 1310 21785 0 1 5 1 207 12 15 0 1 0 20461470 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14757/statm: 4217 1111 409 3 0 796 0
[pid=14770] ppid=14757 vsize=5356 CPUtime=0
/proc/14770/stat : 14770 (sh) S 14757 14757 14335 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20461704 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14770/statm: 1339 233 193 169 0 50 0
[pid=14771] ppid=14770 vsize=868636 CPUtime=876.92
/proc/14771/stat : 14771 (java) S 14770 14757 14335 0 -1 0 47675 0 1 0 87488 204 0 0 18 0 9 0 20461704 889483264 26639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14771/statm: 217159 26639 2566 9 0 211664 0
[pid=14771/tid=14772] ppid=14770 vsize=868636 CPUtime=863.92
/proc/14771/task/14772/stat : 14772 (java) R 14770 14757 14335 0 -1 64 22680 0 1 0 86322 70 0 0 25 0 9 0 20461705 889483264 26639 996147200 134512640 134550932 4294955936 18446744073709551615 4126971748 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14773] ppid=14770 vsize=868636 CPUtime=12.77
/proc/14771/task/14773/stat : 14773 (java) S 14770 14757 14335 0 -1 64 22782 0 0 0 1145 132 0 0 16 0 9 0 20461706 889483264 26639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14774] ppid=14770 vsize=868636 CPUtime=0
/proc/14771/task/14774/stat : 14774 (java) S 14770 14757 14335 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20461706 889483264 26639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14775] ppid=14770 vsize=868636 CPUtime=0
/proc/14771/task/14775/stat : 14775 (java) S 14770 14757 14335 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20461706 889483264 26639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14776] ppid=14770 vsize=868636 CPUtime=0
/proc/14771/task/14776/stat : 14776 (java) S 14770 14757 14335 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20461708 889483264 26639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14777] ppid=14770 vsize=868636 CPUtime=0.19
/proc/14771/task/14777/stat : 14777 (java) S 14770 14757 14335 0 -1 64 1510 0 0 0 19 0 0 0 16 0 9 0 20461708 889483264 26639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14778] ppid=14770 vsize=868636 CPUtime=0
/proc/14771/task/14778/stat : 14778 (java) S 14770 14757 14335 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20461708 889483264 26639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14779] ppid=14770 vsize=868636 CPUtime=0
/proc/14771/task/14779/stat : 14779 (java) S 14770 14757 14335 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20461708 889483264 26639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 879.17
Current children cumulated vsize (KiB) 890860

[startup+942.303 s]
/proc/loadavg: 2.14 2.05 2.01 3/93 14879
/proc/meminfo: memFree=1074176/2055920 swapFree=4192956/4192956
[pid=14757] ppid=14755 vsize=16868 CPUtime=2.25
/proc/14757/stat : 14757 (sugar) S 14755 14757 14335 0 -1 4194304 1310 21785 0 1 5 1 207 12 15 0 1 0 20461470 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14757/statm: 4217 1111 409 3 0 796 0
[pid=14770] ppid=14757 vsize=5356 CPUtime=0
/proc/14770/stat : 14770 (sh) S 14757 14757 14335 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20461704 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14770/statm: 1339 233 193 169 0 50 0
[pid=14771] ppid=14770 vsize=868636 CPUtime=936.63
/proc/14771/stat : 14771 (java) S 14770 14757 14335 0 -1 0 48942 0 1 0 93446 217 0 0 18 0 9 0 20461704 889483264 26652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14771/statm: 217159 26652 2566 9 0 211664 0
[pid=14771/tid=14772] ppid=14770 vsize=868636 CPUtime=922.88
/proc/14771/task/14772/stat : 14772 (java) R 14770 14757 14335 0 -1 64 23934 0 1 0 92213 75 0 0 25 0 9 0 20461705 889483264 26652 996147200 134512640 134550932 4294955936 18446744073709551615 4126974337 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14773] ppid=14770 vsize=868636 CPUtime=13.53
/proc/14771/task/14773/stat : 14773 (java) S 14770 14757 14335 0 -1 64 22795 0 0 0 1212 141 0 0 16 0 9 0 20461706 889483264 26652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14774] ppid=14770 vsize=868636 CPUtime=0
/proc/14771/task/14774/stat : 14774 (java) S 14770 14757 14335 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20461706 889483264 26652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14775] ppid=14770 vsize=868636 CPUtime=0
/proc/14771/task/14775/stat : 14775 (java) S 14770 14757 14335 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20461706 889483264 26652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14776] ppid=14770 vsize=868636 CPUtime=0
/proc/14771/task/14776/stat : 14776 (java) S 14770 14757 14335 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20461708 889483264 26652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14777] ppid=14770 vsize=868636 CPUtime=0.19
/proc/14771/task/14777/stat : 14777 (java) S 14770 14757 14335 0 -1 64 1510 0 0 0 19 0 0 0 16 0 9 0 20461708 889483264 26652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14778] ppid=14770 vsize=868636 CPUtime=0
/proc/14771/task/14778/stat : 14778 (java) S 14770 14757 14335 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20461708 889483264 26652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14779] ppid=14770 vsize=868636 CPUtime=0
/proc/14771/task/14779/stat : 14779 (java) S 14770 14757 14335 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20461708 889483264 26652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 938.88
Current children cumulated vsize (KiB) 890860

[startup+1002.3 s]
/proc/loadavg: 2.48 2.15 2.04 3/94 14880
/proc/meminfo: memFree=405944/2055920 swapFree=4192956/4192956
[pid=14757] ppid=14755 vsize=16868 CPUtime=2.27
/proc/14757/stat : 14757 (sugar) S 14755 14757 14335 0 -1 4194304 1310 21785 0 1 6 2 207 12 16 0 1 0 20461470 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14757/statm: 4217 1111 409 3 0 796 0
[pid=14770] ppid=14757 vsize=5356 CPUtime=0
/proc/14770/stat : 14770 (sh) S 14757 14757 14335 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20461704 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14770/statm: 1339 233 193 169 0 50 0
[pid=14771] ppid=14770 vsize=868748 CPUtime=995.57
/proc/14771/stat : 14771 (java) S 14770 14757 14335 0 -1 0 58094 0 1 0 98923 634 0 0 18 0 9 0 20461704 889597952 29586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14771/statm: 217187 29586 2591 9 0 211664 0
[pid=14771/tid=14772] ppid=14770 vsize=868748 CPUtime=979.81
/proc/14771/task/14772/stat : 14772 (java) R 14770 14757 14335 0 -1 64 26027 0 1 0 97510 471 0 0 25 0 9 0 20461705 889597952 29586 996147200 134512640 134550932 4294955936 18446744073709551615 102094033 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14773] ppid=14770 vsize=868748 CPUtime=15.47
/proc/14771/task/14773/stat : 14773 (java) S 14770 14757 14335 0 -1 64 29813 0 0 0 1386 161 0 0 16 0 9 0 20461706 889597952 29586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14774] ppid=14770 vsize=868748 CPUtime=0
/proc/14771/task/14774/stat : 14774 (java) S 14770 14757 14335 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 20461706 889597952 29586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14775] ppid=14770 vsize=868748 CPUtime=0
/proc/14771/task/14775/stat : 14775 (java) S 14770 14757 14335 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 20461706 889597952 29586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14776] ppid=14770 vsize=868748 CPUtime=0
/proc/14771/task/14776/stat : 14776 (java) S 14770 14757 14335 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20461708 889597952 29586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14777] ppid=14770 vsize=868748 CPUtime=0.25
/proc/14771/task/14777/stat : 14777 (java) S 14770 14757 14335 0 -1 64 1551 0 0 0 25 0 0 0 16 0 9 0 20461708 889597952 29586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14778] ppid=14770 vsize=868748 CPUtime=0
/proc/14771/task/14778/stat : 14778 (java) S 14770 14757 14335 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20461708 889597952 29586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14771/tid=14779] ppid=14770 vsize=868748 CPUtime=0
/proc/14771/task/14779/stat : 14779 (java) S 14770 14757 14335 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20461708 889597952 29586 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 997.84
Current children cumulated vsize (KiB) 890972

[startup+1062.3 s]
/proc/loadavg: 2.35 2.16 2.05 3/85 14883
/proc/meminfo: memFree=16192/2055920 swapFree=4192956/4192956
[pid=14757] ppid=14755 vsize=16868 CPUtime=1001.96
/proc/14757/stat : 14757 (sugar) S 14755 14757 14335 0 -1 4194304 1365 80340 0 2 8 2 99502 684 16 0 1 0 20461470 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14757/statm: 4217 1113 409 3 0 796 0
[pid=14882] ppid=14757 vsize=5356 CPUtime=0
/proc/14882/stat : 14882 (sh) S 14757 14757 14335 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20562121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14882/statm: 1339 232 193 169 0 50 0
[pid=14883] ppid=14882 vsize=742076 CPUtime=55.43
/proc/14883/stat : 14883 (picosat) R 14882 14757 14335 0 -1 4194304 155827 0 0 0 2525 3018 0 0 25 0 1 0 20562121 759885824 155813 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14883/statm: 185519 155813 40 102 0 185414 0
Current children cumulated CPU time (s) 1057.39
Current children cumulated vsize (KiB) 764300



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1099.5 s]
/proc/loadavg: 2.18 2.14 2.05 3/85 14883
/proc/meminfo: memFree=15936/2055920 swapFree=4192956/4192956
[pid=14757] ppid=14755 vsize=16868 CPUtime=1001.96
/proc/14757/stat : 14757 (sugar) S 14755 14757 14335 0 -1 4194304 1365 80340 0 2 8 2 99502 684 16 0 1 0 20461470 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14757/statm: 4217 1113 409 3 0 796 0
[pid=14882] ppid=14757 vsize=5356 CPUtime=0
/proc/14882/stat : 14882 (sh) S 14757 14757 14335 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20562121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14882/statm: 1339 232 193 169 0 50 0
[pid=14883] ppid=14882 vsize=899712 CPUtime=92.41
/proc/14883/stat : 14883 (picosat) R 14882 14757 14335 0 -1 4194304 192076 0 0 0 4216 5025 0 0 25 0 1 0 20562121 921305088 192062 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14883/statm: 224928 192062 40 102 0 224823 0
Current children cumulated CPU time (s) 1094.37
Current children cumulated vsize (KiB) 921936

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

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

[startup+1099.62 s]
/proc/loadavg: 2.18 2.14 2.05 3/85 14883
/proc/meminfo: memFree=15936/2055920 swapFree=4192956/4192956
[pid=14757] ppid=14755 vsize=16868 CPUtime=1001.96
/proc/14757/stat : 14757 (sugar) S 14755 14757 14335 0 -1 4194304 1394 80340 0 2 8 2 99502 684 16 0 1 0 20461470 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/14757/statm: 4217 1113 409 3 0 796 0
[pid=14882] ppid=14757 vsize=0 CPUtime=0
/proc/14882/stat : 14882 (sh) Z 14757 14757 14335 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 20562121 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/14882/statm: 0 0 0 0 0 0 0
[pid=14883] ppid=1 vsize=0 CPUtime=92.52
/proc/14883/stat : 14883 (picosat) R 1 14757 14335 0 -1 4195332 192076 0 0 0 4216 5036 0 0 25 0 1 0 20562121 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/14883/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1094.48
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14757 and gives
#  childrusage.ru_utime.tv_sec=995
#  childrusage.ru_utime.tv_usec=108720
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=872955
# CPU time returned by wait4() is 1001.98
# while last known CPU time is 1094.48
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1099.65
CPU time (s): 1094.48
CPU user time (s): 1037.26
CPU system time (s): 57.22
CPU usage (%): 99.5296
Max. virtual memory (cumulated for all children) (KiB): 921936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 995.109
system time used= 6.87296
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82099
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= 224246
involuntary context switches= 222790

runsolver used 1.42378 second user time and 3.64844 second system time

The end

Launcher Data

Begin job on node41 at 2009-07-11 20:41:38
IDJOB=2065020
IDBENCH=54252
IDSOLVER=738
FILE ID=node41/2065020-1247337697
PBS_JOBID= 9506637
Free space on /tmp= 65864 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-10-11-fair.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-2065020-1247337697/watcher-2065020-1247337697 -o /tmp/evaluation-result-2065020-1247337697/solver-2065020-1247337697 -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-2065020-1247337697.xml

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

MD5SUM BENCH= 03ac71fcf3613245a00ef598d4c39787
RANDOM SEED=1446514104

node41.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.212
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	: 5931.00
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.212
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:       1062224 kB
Buffers:         57820 kB
Cached:         741384 kB
SwapCached:          0 kB
Active:         220080 kB
Inactive:       722476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1062224 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6152 kB
Writeback:           0 kB
Mapped:         161132 kB
Slab:            36168 kB
Committed_AS:   903952 kB
PageTables:       1984 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= 65872 MiB
End job on node41 at 2009-07-11 20:59:59