Trace number 1059423

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (MO) 706.661 708.466

General information on the benchmark

Namecsp/fischer/
normalized-fischer-10-9-fair.xml
MD5SUMda6d0f24f3e5fe7e73e68355d945bec1
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 variables23735
Number of constraints22477
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension22477
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 00:11:40 2008
0.00/0.05	c 0	PID 4051
0.00/0.05	c 0	HOST node3.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1059423-1215123099.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-1059423-1215123099.xml' 'HOME/temp.csp'
1.96/2.03	c 2	3 domains, 23735 variables, 9 predicates, 0 relations, 22477 constraints
1.96/2.09	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.96/2.09	c 2	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'
2.00/2.17	c 2	Parsing HOME/temp.csp
2.48/2.68	c 2	parsed 10000 expressions
2.68/2.88	c 2	parsed 20000 expressions
2.98/3.11	c 3	parsed 30000 expressions
3.17/3.32	c 3	parsed 40000 expressions
3.37/3.52	c 3	parsed 46224 expressions
3.37/3.52	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.37/3.52	c 3	Converting to clausal form CSP
3.37/3.58	c 3	converted 4623 (10%) expressions
3.37/3.58	c 3	converted 9245 (20%) expressions
3.47/3.60	c 3	converted 13868 (30%) expressions
3.47/3.60	c 3	converted 18490 (40%) expressions
3.47/3.61	c 3	converted 23112 (50%) expressions
3.76/3.91	c 3	converted 27735 (60%) expressions
4.26/4.49	c 4	converted 32357 (70%) expressions
4.85/5.09	c 5	converted 36980 (80%) expressions
5.26/5.48	c 5	converted 41602 (90%) expressions
5.94/6.19	c 6	converted 46224 (100%) expressions
6.05/6.20	c 6	CSP : 41641 integers, 1396 booleans, 102371 clauses, largest domain size 20001
6.05/6.20	c 6	Heap : 64 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.05/6.20	c 6	Propagation in CSP
653.80/654.62	c 654	585515864 values, 0 unsatisfiable literals, and 0 valid clauses are removed
653.80/654.63	c 654	CSP : 41641 integers, 1396 booleans, 102371 clauses, largest domain size 20001
653.80/654.63	c 654	Heap : 68 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
653.80/654.66	c 654	Simplifing CSP by introducing new Boolean variables
654.00/654.87	c 654	CSP : 41641 integers, 37626 booleans, 138601 clauses, largest domain size 20001
654.00/654.87	c 654	Heap : 77 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
654.60/655.40	c 655	Encoding CSP to SAT : HOME/temp.cnf
654.99/655.85	c 655	4165 (10%) CSP integer variables are encoded (361760 clauses, 5932443 bytes)
657.19/658.04	c 658	8329 (20%) CSP integer variables are encoded (2276708 clauses, 41045612 bytes)
658.10/659.00	c 658	12493 (30%) CSP integer variables are encoded (3097400 clauses, 56638760 bytes)
658.79/659.69	c 659	16657 (40%) CSP integer variables are encoded (3667337 clauses, 67467563 bytes)
659.47/660.32	c 660	20821 (50%) CSP integer variables are encoded (4205250 clauses, 77687910 bytes)
659.47/660.33	c 660	24985 (60%) CSP integer variables are encoded (4205250 clauses, 77687910 bytes)
660.17/661.08	c 661	29149 (70%) CSP integer variables are encoded (4845122 clauses, 89845478 bytes)
660.66/661.51	c 661	33313 (80%) CSP integer variables are encoded (5205050 clauses, 96684110 bytes)
660.76/661.69	c 661	37477 (90%) CSP integer variables are encoded (5355028 clauses, 99533692 bytes)
661.07/661.99	c 661	41641 (100%) CSP integer variables are encoded (5604990 clauses, 104282970 bytes)
690.50/691.90	c 691	13861 (10%) CSP clauses are encoded (23263132 clauses, 480026962 bytes)
691.19/692.57	c 692	27721 (20%) CSP clauses are encoded (23667687 clauses, 488174560 bytes)
692.95/694.35	c 694	41581 (30%) CSP clauses are encoded (24793187 clauses, 511248707 bytes)
695.27/696.75	c 696	55441 (40%) CSP clauses are encoded (26277069 clauses, 542772128 bytes)
696.85/698.35	c 698	69301 (50%) CSP clauses are encoded (27281733 clauses, 564112986 bytes)
696.94/698.43	c 698	83161 (60%) CSP clauses are encoded (27288284 clauses, 564246242 bytes)
697.04/698.51	c 698	97021 (70%) CSP clauses are encoded (27294785 clauses, 564378455 bytes)
698.47/700.03	c 700	110881 (80%) CSP clauses are encoded (28221463 clauses, 584064586 bytes)
699.55/701.17	c 701	124741 (90%) CSP clauses are encoded (28907385 clauses, 598633705 bytes)
699.65/701.27	c 701	138601 (100%) CSP clauses are encoded (28927876 clauses, 599168599 bytes)
699.65/701.27	c 701	138601 CSP clauses encoded
699.65/701.28	c 701	Writing map file : HOME/temp.map
699.76/701.39	c 701	Heap : 66 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
699.76/701.39	c 701	SAT : 5654219 SAT variables, 28927876 SAT clauses, 599168599 bytes
699.76/701.39	c 701	Heap : 66 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
699.84/701.46	c 701	SOLVING HOME/temp.cnf
699.84/701.46	c 701	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
699.84/701.47	c 701	This is MiniSat 2.0 beta
699.84/701.47	c 701	WARNING: for repeatability, setting FPU to use double precision
699.84/701.47	c 701	============================[ Problem Statistics ]=============================
699.84/701.47	c 701	|                                                                             |
699.84/701.47	c 701	|  Number of variables:  5654219                                              |
699.84/701.47	c 701	|  Number of clauses:    28927876                                             |
706.63/708.32	c ERROR INTERRUPTED
699.89/708.46	s UNKNOWN
699.89/708.46	c 708	CPU 694.57 (0.05 0.01 694.52 5.33)
699.89/708.46	c 708	END Fri Jul  4 00:23:28 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-1059423-1215123099/watcher-1059423-1215123099 -o /tmp/evaluation-result-1059423-1215123099/solver-1059423-1215123099 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1059423-1215123099.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: 1.85 1.98 1.99 4/72 4051
/proc/meminfo: memFree=1625768/2055920 swapFree=4180472/4192956
[pid=4051] ppid=4049 vsize=18572 CPUtime=0
/proc/4051/stat : 4051 (runsolver) R 4049 4051 3975 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1991285364 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 233632754983 0 0 4096 24578 0 0 0 17 1 0 0
/proc/4051/statm: 4643 292 257 25 0 2626 0

[startup+0.103944 s]
/proc/loadavg: 1.85 1.98 1.99 4/72 4051
/proc/meminfo: memFree=1625768/2055920 swapFree=4180472/4192956
[pid=4051] ppid=4049 vsize=13600 CPUtime=0.04
/proc/4051/stat : 4051 (sugar) S 4049 4051 3975 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991285364 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4051/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.20279 s]
/proc/loadavg: 1.85 1.98 1.99 4/72 4051
/proc/meminfo: memFree=1625768/2055920 swapFree=4180472/4192956
[pid=4051] ppid=4049 vsize=13600 CPUtime=0.04
/proc/4051/stat : 4051 (sugar) S 4049 4051 3975 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991285364 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4051/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301798 s]
/proc/loadavg: 1.85 1.98 1.99 4/72 4051
/proc/meminfo: memFree=1625768/2055920 swapFree=4180472/4192956
[pid=4051] ppid=4049 vsize=13600 CPUtime=0.04
/proc/4051/stat : 4051 (sugar) S 4049 4051 3975 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991285364 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4051/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701832 s]
/proc/loadavg: 1.85 1.98 1.99 4/72 4051
/proc/meminfo: memFree=1625768/2055920 swapFree=4180472/4192956
[pid=4051] ppid=4049 vsize=13600 CPUtime=0.04
/proc/4051/stat : 4051 (sugar) S 4049 4051 3975 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991285364 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4051/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.5029 s]
/proc/loadavg: 1.85 1.98 1.99 4/83 4063
/proc/meminfo: memFree=1589904/2055920 swapFree=4180472/4192956
[pid=4051] ppid=4049 vsize=13600 CPUtime=0.04
/proc/4051/stat : 4051 (sugar) S 4049 4051 3975 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991285364 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4051/statm: 3400 796 370 3 0 500 0
[pid=4054] ppid=4051 vsize=5356 CPUtime=0
/proc/4054/stat : 4054 (sh) S 4051 4051 3975 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991285369 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4054/statm: 1339 233 193 169 0 50 0
[pid=4055] ppid=4054 vsize=864656 CPUtime=1.42
/proc/4055/stat : 4055 (java) S 4054 4051 3975 0 -1 0 17000 0 1 0 134 8 0 0 18 0 9 0 1991285370 885407744 15033 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4055/statm: 216164 15033 2529 9 0 210746 0
[pid=4055/tid=4056] ppid=4054 vsize=864656 CPUtime=0.71
/proc/4055/task/4056/stat : 4056 (java) R 4054 4051 3975 0 -1 64 3068 0 1 0 69 2 0 0 25 0 9 0 1991285370 885407744 15033 996147200 134512640 134550740 4294956016 18446744073709551615 4125924747 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4055/tid=4057] ppid=4054 vsize=864656 CPUtime=0.54
/proc/4055/task/4057/stat : 4057 (java) S 4054 4051 3975 0 -1 64 12721 0 0 0 50 4 0 0 16 0 9 0 1991285372 885407744 15033 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4055/tid=4058] ppid=4054 vsize=864656 CPUtime=0
/proc/4055/task/4058/stat : 4058 (java) S 4054 4051 3975 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1991285372 885407744 15033 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4055/tid=4059] ppid=4054 vsize=864656 CPUtime=0
/proc/4055/task/4059/stat : 4059 (java) S 4054 4051 3975 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1991285372 885407744 15033 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4055/tid=4060] ppid=4054 vsize=864656 CPUtime=0
/proc/4055/task/4060/stat : 4060 (java) S 4054 4051 3975 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991285374 885407744 15033 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4055/tid=4061] ppid=4054 vsize=864656 CPUtime=0.13
/proc/4055/task/4061/stat : 4061 (java) S 4054 4051 3975 0 -1 64 512 0 0 0 13 0 0 0 16 0 9 0 1991285374 885407744 15033 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4055/tid=4062] ppid=4054 vsize=864656 CPUtime=0
/proc/4055/task/4062/stat : 4062 (java) S 4054 4051 3975 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991285374 885407744 15033 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4055/tid=4063] ppid=4054 vsize=864656 CPUtime=0
/proc/4055/task/4063/stat : 4063 (java) S 4054 4051 3975 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991285374 885407744 15033 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883612

[startup+3.10261 s]
/proc/loadavg: 1.85 1.98 1.99 5/83 4073
/proc/meminfo: memFree=1617744/2055920 swapFree=4180472/4192956
[pid=4051] ppid=4049 vsize=13600 CPUtime=2
/proc/4051/stat : 4051 (sugar) S 4049 4051 3975 0 -1 4194304 973 18336 0 1 3 1 186 10 15 0 1 0 1991285364 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4051/statm: 3400 797 370 3 0 500 0
[pid=4064] ppid=4051 vsize=5356 CPUtime=0
/proc/4064/stat : 4064 (sh) S 4051 4051 3975 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991285573 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4064/statm: 1339 233 193 169 0 50 0
[pid=4065] ppid=4064 vsize=864104 CPUtime=0.98
/proc/4065/stat : 4065 (java) S 4064 4051 3975 0 -1 0 6965 0 1 0 95 3 0 0 18 0 9 0 1991285574 884842496 6046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4065/statm: 216026 6046 2532 9 0 210608 0
[pid=4065/tid=4066] ppid=4064 vsize=864104 CPUtime=0.69
/proc/4065/task/4066/stat : 4066 (java) R 4064 4051 3975 0 -1 64 2548 0 1 0 69 0 0 0 23 0 9 0 1991285575 884842496 6046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4065/tid=4067] ppid=4064 vsize=864104 CPUtime=0.19
/proc/4065/task/4067/stat : 4067 (java) S 4064 4051 3975 0 -1 64 3381 0 0 0 18 1 0 0 15 0 9 0 1991285576 884842496 6046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4065/tid=4068] ppid=4064 vsize=864104 CPUtime=0
/proc/4065/task/4068/stat : 4068 (java) S 4064 4051 3975 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991285576 884842496 6046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4065/tid=4069] ppid=4064 vsize=864104 CPUtime=0
/proc/4065/task/4069/stat : 4069 (java) S 4064 4051 3975 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991285576 884842496 6046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4065/tid=4070] ppid=4064 vsize=864104 CPUtime=0
/proc/4065/task/4070/stat : 4070 (java) S 4064 4051 3975 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991285578 884842496 6046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4065/tid=4071] ppid=4064 vsize=864104 CPUtime=0.07
/proc/4065/task/4071/stat : 4071 (java) S 4064 4051 3975 0 -1 64 339 0 0 0 7 0 0 0 18 0 9 0 1991285578 884842496 6046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4065/tid=4072] ppid=4064 vsize=864104 CPUtime=0
/proc/4065/task/4072/stat : 4072 (java) S 4064 4051 3975 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991285578 884842496 6046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4065/tid=4073] ppid=4064 vsize=864104 CPUtime=0
/proc/4065/task/4073/stat : 4073 (java) S 4064 4051 3975 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991285578 884842496 6046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883060

[startup+6.30229 s]
/proc/loadavg: 1.95 1.99 1.99 3/83 4073
/proc/meminfo: memFree=1558864/2055920 swapFree=4180472/4192956
[pid=4051] ppid=4049 vsize=13600 CPUtime=2
/proc/4051/stat : 4051 (sugar) S 4049 4051 3975 0 -1 4194304 974 18336 0 1 3 1 186 10 15 0 1 0 1991285364 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4051/statm: 3400 797 370 3 0 500 0
[pid=4064] ppid=4051 vsize=5356 CPUtime=0
/proc/4064/stat : 4064 (sh) S 4051 4051 3975 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991285573 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4064/statm: 1339 233 193 169 0 50 0
[pid=4065] ppid=4064 vsize=868424 CPUtime=4.15
/proc/4065/stat : 4065 (java) S 4064 4051 3975 0 -1 0 24054 0 1 0 402 13 0 0 18 0 9 0 1991285574 889266176 21868 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4065/statm: 217106 21868 2540 9 0 211681 0
[pid=4065/tid=4066] ppid=4064 vsize=868424 CPUtime=2.29
/proc/4065/task/4066/stat : 4066 (java) R 4064 4051 3975 0 -1 64 3671 0 1 0 227 2 0 0 25 0 9 0 1991285575 889266176 21868 996147200 134512640 134550740 4294955952 18446744073709551615 4126996696 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4065/tid=4067] ppid=4064 vsize=868424 CPUtime=1.61
/proc/4065/task/4067/stat : 4067 (java) S 4064 4051 3975 0 -1 64 18186 0 0 0 152 9 0 0 16 0 9 0 1991285576 889266176 21868 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4065/tid=4068] ppid=4064 vsize=868424 CPUtime=0
/proc/4065/task/4068/stat : 4068 (java) S 4064 4051 3975 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991285576 889266176 21868 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4065/tid=4069] ppid=4064 vsize=868424 CPUtime=0
/proc/4065/task/4069/stat : 4069 (java) S 4064 4051 3975 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991285576 889266176 21868 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4065/tid=4070] ppid=4064 vsize=868424 CPUtime=0
/proc/4065/task/4070/stat : 4070 (java) S 4064 4051 3975 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991285578 889266176 21868 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4065/tid=4071] ppid=4064 vsize=868424 CPUtime=0.22
/proc/4065/task/4071/stat : 4071 (java) S 4064 4051 3975 0 -1 64 1500 0 0 0 22 0 0 0 16 0 9 0 1991285578 889266176 21868 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4065/tid=4072] ppid=4064 vsize=868424 CPUtime=0
/proc/4065/task/4072/stat : 4072 (java) S 4064 4051 3975 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991285578 889266176 21868 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4065/tid=4073] ppid=4064 vsize=868424 CPUtime=0
/proc/4065/task/4073/stat : 4073 (java) S 4064 4051 3975 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991285578 889266176 21868 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887380

[startup+12.7018 s]
/proc/loadavg: 1.95 1.99 1.99 3/83 4073
/proc/meminfo: memFree=1540496/2055920 swapFree=4180472/4192956
[pid=4051] ppid=4049 vsize=13600 CPUtime=2
/proc/4051/stat : 4051 (sugar) S 4049 4051 3975 0 -1 4194304 974 18336 0 1 3 1 186 10 15 0 1 0 1991285364 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4051/statm: 3400 797 370 3 0 500 0
[pid=4064] ppid=4051 vsize=5356 CPUtime=0
/proc/4064/stat : 4064 (sh) S 4051 4051 3975 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991285573 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4064/statm: 1339 233 193 169 0 50 0
[pid=4065] ppid=4064 vsize=868424 CPUtime=10.51
/proc/4065/stat : 4065 (java) S 4064 4051 3975 0 -1 0 25190 0 1 0 1036 15 0 0 18 0 9 0 1991285574 889266176 22861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4065/statm: 217106 22861 2540 9 0 211681 0
[pid=4065/tid=4066] ppid=4064 vsize=868424 CPUtime=8.45
/proc/4065/task/4066/stat : 4066 (java) R 4064 4051 3975 0 -1 64 3814 0 1 0 843 2 0 0 25 0 9 0 1991285575 889266176 22861 996147200 134512640 134550740 4294955952 18446744073709551615 4125952166 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4065/tid=4067] ppid=4064 vsize=868424 CPUtime=1.79
/proc/4065/task/4067/stat : 4067 (java) S 4064 4051 3975 0 -1 64 19178 0 0 0 169 10 0 0 16 0 9 0 1991285576 889266176 22861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4065/tid=4068] ppid=4064 vsize=868424 CPUtime=0
/proc/4065/task/4068/stat : 4068 (java) S 4064 4051 3975 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991285576 889266176 22861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4065/tid=4069] ppid=4064 vsize=868424 CPUtime=0
/proc/4065/task/4069/stat : 4069 (java) S 4064 4051 3975 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991285576 889266176 22861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4065/tid=4070] ppid=4064 vsize=868424 CPUtime=0
/proc/4065/task/4070/stat : 4070 (java) S 4064 4051 3975 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991285578 889266176 22861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4065/tid=4071] ppid=4064 vsize=868424 CPUtime=0.22
/proc/4065/task/4071/stat : 4071 (java) S 4064 4051 3975 0 -1 64 1501 0 0 0 22 0 0 0 16 0 9 0 1991285578 889266176 22861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4065/tid=4072] ppid=4064 vsize=868424 CPUtime=0
/proc/4065/task/4072/stat : 4072 (java) S 4064 4051 3975 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991285578 889266176 22861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4065/tid=4073] ppid=4064 vsize=868424 CPUtime=0
/proc/4065/task/4073/stat : 4073 (java) S 4064 4051 3975 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991285578 889266176 22861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 887380

[startup+25.5029 s]
/proc/loadavg: 1.96 1.99 1.99 3/83 4073
/proc/meminfo: memFree=1540560/2055920 swapFree=4180472/4192956
[pid=4051] ppid=4049 vsize=13600 CPUtime=2
/proc/4051/stat : 4051 (sugar) S 4049 4051 3975 0 -1 4194304 974 18336 0 1 3 1 186 10 15 0 1 0 1991285364 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4051/statm: 3400 797 370 3 0 500 0
[pid=4064] ppid=4051 vsize=5356 CPUtime=0
/proc/4064/stat : 4064 (sh) S 4051 4051 3975 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991285573 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4064/statm: 1339 233 193 169 0 50 0
[pid=4065] ppid=4064 vsize=868424 CPUtime=23.25
/proc/4065/stat : 4065 (java) S 4064 4051 3975 0 -1 0 25480 0 1 0 2308 17 0 0 18 0 9 0 1991285574 889266176 22866 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4065/statm: 217106 22866 2540 9 0 211681 0
[pid=4065/tid=4066] ppid=4064 vsize=868424 CPUtime=21.04
/proc/4065/task/4066/stat : 4066 (java) R 4064 4051 3975 0 -1 64 4099 0 1 0 2101 3 0 0 25 0 9 0 1991285575 889266176 22866 996147200 134512640 134550740 4294955952 18446744073709551615 4126982400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4065/tid=4067] ppid=4064 vsize=868424 CPUtime=1.95
/proc/4065/task/4067/stat : 4067 (java) S 4064 4051 3975 0 -1 64 19183 0 0 0 183 12 0 0 16 0 9 0 1991285576 889266176 22866 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4065/tid=4068] ppid=4064 vsize=868424 CPUtime=0
/proc/4065/task/4068/stat : 4068 (java) S 4064 4051 3975 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991285576 889266176 22866 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4065/tid=4069] ppid=4064 vsize=868424 CPUtime=0
/proc/4065/task/4069/stat : 4069 (java) S 4064 4051 3975 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991285576 889266176 22866 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/4065/task/4067/stat : 4067 (java) S 4064 4051 3975 0 -1 64 19357 0 0 0 703 83 0 0 16 0 9 0 1991285576 889266176 23040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4065/tid=4068] ppid=4064 vsize=868424 CPUtime=0
/proc/4065/task/4068/stat : 4068 (java) S 4064 4051 3975 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991285576 889266176 23040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4065/tid=4069] ppid=4064 vsize=868424 CPUtime=0
/proc/4065/task/4069/stat : 4069 (java) S 4064 4051 3975 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991285576 889266176 23040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4065/tid=4070] ppid=4064 vsize=868424 CPUtime=0
/proc/4065/task/4070/stat : 4070 (java) S 4064 4051 3975 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991285578 889266176 23040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4065/tid=4071] ppid=4064 vsize=868424 CPUtime=0.22
/proc/4065/task/4071/stat : 4071 (java) S 4064 4051 3975 0 -1 64 1501 0 0 0 22 0 0 0 16 0 9 0 1991285578 889266176 23040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4065/tid=4072] ppid=4064 vsize=868424 CPUtime=0
/proc/4065/task/4072/stat : 4072 (java) S 4064 4051 3975 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991285578 889266176 23040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4065/tid=4073] ppid=4064 vsize=868424 CPUtime=0
/proc/4065/task/4073/stat : 4073 (java) S 4064 4051 3975 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991285578 889266176 23040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.54
Current children cumulated vsize (KiB) 887380

[startup+582.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 4101
/proc/meminfo: memFree=1504664/2055920 swapFree=4180472/4192956
[pid=4051] ppid=4049 vsize=13600 CPUtime=2
/proc/4051/stat : 4051 (sugar) S 4049 4051 3975 0 -1 4194304 974 18336 0 1 3 1 186 10 15 0 1 0 1991285364 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4051/statm: 3400 797 370 3 0 500 0
[pid=4064] ppid=4051 vsize=5356 CPUtime=0
/proc/4064/stat : 4064 (sh) S 4051 4051 3975 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991285573 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4064/statm: 1339 233 193 169 0 50 0
[pid=4065] ppid=4064 vsize=868424 CPUtime=579.52
/proc/4065/stat : 4065 (java) S 4064 4051 3975 0 -1 0 38568 0 1 0 57809 143 0 0 18 0 9 0 1991285574 889266176 23056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4065/statm: 217106 23056 2540 9 0 211681 0
[pid=4065/tid=4066] ppid=4064 vsize=868424 CPUtime=570.69
/proc/4065/task/4066/stat : 4066 (java) R 4064 4051 3975 0 -1 64 16997 0 1 0 57020 49 0 0 25 0 9 0 1991285575 889266176 23056 996147200 134512640 134550740 4294955952 18446744073709551615 4126984468 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4065/tid=4067] ppid=4064 vsize=868424 CPUtime=8.59
/proc/4065/task/4067/stat : 4067 (java) S 4064 4051 3975 0 -1 64 19373 0 0 0 766 93 0 0 16 0 9 0 1991285576 889266176 23056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4065/tid=4068] ppid=4064 vsize=868424 CPUtime=0
/proc/4065/task/4068/stat : 4068 (java) S 4064 4051 3975 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991285576 889266176 23056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4065/tid=4069] ppid=4064 vsize=868424 CPUtime=0
/proc/4065/task/4069/stat : 4069 (java) S 4064 4051 3975 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991285576 889266176 23056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4065/tid=4070] ppid=4064 vsize=868424 CPUtime=0
/proc/4065/task/4070/stat : 4070 (java) S 4064 4051 3975 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991285578 889266176 23056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4065/tid=4071] ppid=4064 vsize=868424 CPUtime=0.22
/proc/4065/task/4071/stat : 4071 (java) S 4064 4051 3975 0 -1 64 1501 0 0 0 22 0 0 0 16 0 9 0 1991285578 889266176 23056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4065/tid=4072] ppid=4064 vsize=868424 CPUtime=0
/proc/4065/task/4072/stat : 4072 (java) S 4064 4051 3975 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991285578 889266176 23056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4065/tid=4073] ppid=4064 vsize=868424 CPUtime=0
/proc/4065/task/4073/stat : 4073 (java) S 4064 4051 3975 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991285578 889266176 23056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.52
Current children cumulated vsize (KiB) 887380

[startup+642.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 4101
/proc/meminfo: memFree=1504472/2055920 swapFree=4180472/4192956
[pid=4051] ppid=4049 vsize=13600 CPUtime=2
/proc/4051/stat : 4051 (sugar) S 4049 4051 3975 0 -1 4194304 974 18336 0 1 3 1 186 10 15 0 1 0 1991285364 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4051/statm: 3400 797 370 3 0 500 0
[pid=4064] ppid=4051 vsize=5356 CPUtime=0
/proc/4064/stat : 4064 (sh) S 4051 4051 3975 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991285573 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4064/statm: 1339 233 193 169 0 50 0
[pid=4065] ppid=4064 vsize=868424 CPUtime=639.5
/proc/4065/stat : 4065 (java) S 4064 4051 3975 0 -1 0 39988 0 1 0 63793 157 0 0 18 0 9 0 1991285574 889266176 23073 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4065/statm: 217106 23073 2540 9 0 211681 0
[pid=4065/tid=4066] ppid=4064 vsize=868424 CPUtime=629.93
/proc/4065/task/4066/stat : 4066 (java) R 4064 4051 3975 0 -1 64 18400 0 1 0 62939 54 0 0 25 0 9 0 1991285575 889266176 23073 996147200 134512640 134550740 4294955952 18446744073709551615 4126637338 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4065/tid=4067] ppid=4064 vsize=868424 CPUtime=9.31
/proc/4065/task/4067/stat : 4067 (java) S 4064 4051 3975 0 -1 64 19390 0 0 0 830 101 0 0 16 0 9 0 1991285576 889266176 23073 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4065/tid=4068] ppid=4064 vsize=868424 CPUtime=0
/proc/4065/task/4068/stat : 4068 (java) S 4064 4051 3975 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991285576 889266176 23073 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4065/tid=4069] ppid=4064 vsize=868424 CPUtime=0
/proc/4065/task/4069/stat : 4069 (java) S 4064 4051 3975 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991285576 889266176 23073 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4065/tid=4070] ppid=4064 vsize=868424 CPUtime=0
/proc/4065/task/4070/stat : 4070 (java) S 4064 4051 3975 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991285578 889266176 23073 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4065/tid=4071] ppid=4064 vsize=868424 CPUtime=0.22
/proc/4065/task/4071/stat : 4071 (java) S 4064 4051 3975 0 -1 64 1501 0 0 0 22 0 0 0 16 0 9 0 1991285578 889266176 23073 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4065/tid=4072] ppid=4064 vsize=868424 CPUtime=0
/proc/4065/task/4072/stat : 4072 (java) S 4064 4051 3975 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991285578 889266176 23073 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4065/tid=4073] ppid=4064 vsize=868424 CPUtime=0
/proc/4065/task/4073/stat : 4073 (java) S 4064 4051 3975 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991285578 889266176 23073 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 641.5
Current children cumulated vsize (KiB) 887380

[startup+702.302 s]
/proc/loadavg: 2.22 2.04 2.01 3/75 4103
/proc/meminfo: memFree=933400/2055920 swapFree=4180472/4192956
[pid=4051] ppid=4049 vsize=13600 CPUtime=699.89
/proc/4051/stat : 4051 (sugar) S 4049 4051 3975 0 -1 4194304 1033 68771 0 2 5 1 69451 532 16 0 1 0 1991285364 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4051/statm: 3400 799 370 3 0 500 0
[pid=4102] ppid=4051 vsize=5356 CPUtime=0
/proc/4102/stat : 4102 (sh) S 4051 4051 3975 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991355510 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4102/statm: 1339 232 193 169 0 50 0
[pid=4103] ppid=4102 vsize=142024 CPUtime=0.8
/proc/4103/stat : 4103 (minisat) R 4102 4051 3975 0 -1 4194304 32039 0 0 0 60 20 0 0 25 0 1 0 1991355511 145432576 32025 996147200 134512640 135127466 4294956272 18446744073709551615 134524682 0 0 4096 3 0 0 0 17 1 0 0
/proc/4103/statm: 35506 32025 62 150 0 35353 0
Current children cumulated CPU time (s) 700.69
Current children cumulated vsize (KiB) 160980



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+708.302 s]
/proc/loadavg: 2.20 2.04 2.01 3/75 4103
/proc/meminfo: memFree=150360/2055920 swapFree=4180472/4192956
[pid=4051] ppid=4049 vsize=13600 CPUtime=699.89
/proc/4051/stat : 4051 (sugar) S 4049 4051 3975 0 -1 4194304 1033 68771 0 2 5 1 69451 532 16 0 1 0 1991285364 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4051/statm: 3400 799 370 3 0 500 0
[pid=4102] ppid=4051 vsize=5356 CPUtime=0
/proc/4102/stat : 4102 (sh) S 4051 4051 3975 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991355510 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4102/statm: 1339 232 193 169 0 50 0
[pid=4103] ppid=4102 vsize=908604 CPUtime=6.74
/proc/4103/stat : 4103 (minisat) R 4102 4051 3975 0 -1 4194304 208447 0 0 0 545 129 0 0 25 0 1 0 1991355511 930410496 208433 996147200 134512640 135127466 4294956272 18446744073709551615 134704161 0 0 4096 3 0 0 0 17 1 0 0
/proc/4103/statm: 227151 208433 62 150 0 226998 0
Current children cumulated CPU time (s) 706.63
Current children cumulated vsize (KiB) 927560

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

[startup+708.302 s]
/proc/loadavg: 2.20 2.04 2.01 3/75 4103
/proc/meminfo: memFree=150360/2055920 swapFree=4180472/4192956
[pid=4051] ppid=4049 vsize=13600 CPUtime=699.89
/proc/4051/stat : 4051 (sugar) S 4049 4051 3975 0 -1 4194304 1033 68771 0 2 5 1 69451 532 16 0 1 0 1991285364 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4051/statm: 3400 799 370 3 0 500 0
[pid=4102] ppid=4051 vsize=5356 CPUtime=0
/proc/4102/stat : 4102 (sh) S 4051 4051 3975 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991355510 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4102/statm: 1339 232 193 169 0 50 0
[pid=4103] ppid=4102 vsize=908604 CPUtime=6.74
/proc/4103/stat : 4103 (minisat) R 4102 4051 3975 0 -1 4194304 208447 0 0 0 545 129 0 0 25 0 1 0 1991355511 930410496 208433 996147200 134512640 135127466 4294956272 18446744073709551615 134704161 0 0 4096 3 0 0 0 17 1 0 0
/proc/4103/statm: 227151 208433 62 150 0 226998 0
Current children cumulated CPU time (s) 706.63
Current children cumulated vsize (KiB) 927560

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

[startup+708.42 s]
/proc/loadavg: 2.20 2.04 2.01 3/76 4104
/proc/meminfo: memFree=831120/2055920 swapFree=4180472/4192956
[pid=4051] ppid=4049 vsize=13600 CPUtime=699.89
/proc/4051/stat : 4051 (sugar) S 4049 4051 3975 0 -1 4194304 1044 68771 0 2 5 1 69451 532 16 0 1 0 1991285364 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/4051/statm: 3400 799 370 3 0 500 0
[pid=4102] ppid=4051 vsize=0 CPUtime=0
/proc/4102/stat : 4102 (sh) Z 4051 4051 3975 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1991355510 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/4102/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 699.89
Current children cumulated vsize (KiB) 13600

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

[startup+708.42 s]
/proc/loadavg: 2.20 2.04 2.01 3/76 4104
/proc/meminfo: memFree=831120/2055920 swapFree=4180472/4192956
[pid=4051] ppid=4049 vsize=13600 CPUtime=699.89
/proc/4051/stat : 4051 (sugar) S 4049 4051 3975 0 -1 4194304 1044 68771 0 2 5 1 69451 532 16 0 1 0 1991285364 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/4051/statm: 3400 799 370 3 0 500 0
[pid=4102] ppid=4051 vsize=0 CPUtime=0
/proc/4102/stat : 4102 (sh) Z 4051 4051 3975 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1991355510 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/4102/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 699.89
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 6.73999
#  lost CPU user time (s): 5.45001
#  lost CPU system time (s): 1.29

Real time (s): 708.466
CPU time (s): 706.661
CPU user time (s): 700.022
CPU system time (s): 6.63819
CPU usage (%): 99.7452
Max. virtual memory (cumulated for all children) (KiB): 927560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 694.572
system time used= 5.34819
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70148
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= 136716
involuntary context switches= 128600

runsolver used 0.886865 second user time and 2.37964 second system time

The end

Launcher Data (download as text)

Begin job on node3 at 2008-07-04 00:11:39
IDJOB=1059423
IDBENCH=54258
IDSOLVER=346
FILE ID=node3/1059423-1215123099
PBS_JOBID= 7877240
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-10-9-fair.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1059423-1215123099/watcher-1059423-1215123099 -o /tmp/evaluation-result-1059423-1215123099/solver-1059423-1215123099 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1059423-1215123099.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= da6d0f24f3e5fe7e73e68355d945bec1
RANDOM SEED=696481602

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1626248 kB
Buffers:         43972 kB
Cached:         297892 kB
SwapCached:       6568 kB
Active:         205452 kB
Inactive:       161688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1626248 kB
SwapTotal:     4192956 kB
SwapFree:      4180472 kB
Dirty:            5604 kB
Writeback:           0 kB
Mapped:          32768 kB
Slab:            47776 kB
Committed_AS:  3338412 kB
PageTables:       1784 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= 66544 MiB
End job on node3 at 2008-07-04 00:23:30