Trace number 1051386

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? (TO) 1800.08 1809.37

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-55-10-a4.xml
MD5SUMf52f7dc44122ad1887252cc9e35ccd76
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.9483
Satisfiable
(Un)Satisfiability was proved
Number of variables10
Number of constraints915
Maximum constraint arity4
Maximum domain size56
Number of constraints which are defined in extension0
Number of constraints which are defined in intension915
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Thu Jul  3 04:42:45 2008
0.00/0.04	c 0	PID 5939
0.00/0.05	c 0	HOST node22.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1051386-1215052965.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-1051386-1215052965.xml' 'HOME/temp.csp'
0.03/0.66	c 1	1 domains, 10 variables, 2 predicates, 0 relations, 915 constraints
0.03/0.67	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.67	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.64/0.76	c 1	Parsing HOME/temp.csp
0.64/0.90	c 1	parsed 928 expressions
0.64/0.90	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.64/0.90	c 1	Converting to clausal form CSP
0.64/0.96	c 1	converted 93 (10%) expressions
0.64/1.00	c 1	converted 186 (20%) expressions
0.64/1.02	c 1	converted 279 (30%) expressions
1.04/1.15	c 1	converted 372 (40%) expressions
1.04/1.20	c 1	converted 464 (50%) expressions
1.14/1.23	c 1	converted 557 (60%) expressions
1.14/1.26	c 1	converted 650 (70%) expressions
1.14/1.29	c 1	converted 743 (80%) expressions
1.23/1.31	c 1	converted 836 (90%) expressions
1.23/1.34	c 1	converted 928 (100%) expressions
1.23/1.34	c 1	CSP : 2530 integers, 0 booleans, 5955 clauses, largest domain size 111
1.23/1.34	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.34	c 1	Propagation in CSP
1.44/1.60	c 2	45450 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.53/1.60	c 2	CSP : 2530 integers, 0 booleans, 5955 clauses, largest domain size 93
1.53/1.60	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.53/1.60	c 2	Simplifing CSP by introducing new Boolean variables
1.53/1.62	c 2	CSP : 2530 integers, 1740 booleans, 7695 clauses, largest domain size 93
1.53/1.62	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.53/1.67	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.63/1.72	c 2	253 (10%) CSP integer variables are encoded (22563 clauses, 316561 bytes)
1.63/1.75	c 2	506 (20%) CSP integer variables are encoded (45586 clauses, 661906 bytes)
1.63/1.78	c 2	759 (30%) CSP integer variables are encoded (68609 clauses, 1007251 bytes)
1.73/1.81	c 2	1012 (40%) CSP integer variables are encoded (91632 clauses, 1352596 bytes)
1.73/1.85	c 2	1265 (50%) CSP integer variables are encoded (114655 clauses, 1729436 bytes)
1.73/1.88	c 2	1518 (60%) CSP integer variables are encoded (137678 clauses, 2120827 bytes)
1.83/1.91	c 2	1771 (70%) CSP integer variables are encoded (160701 clauses, 2512218 bytes)
1.83/1.94	c 2	2024 (80%) CSP integer variables are encoded (183724 clauses, 2903609 bytes)
1.83/1.98	c 2	2277 (90%) CSP integer variables are encoded (206747 clauses, 3295000 bytes)
1.93/2.01	c 2	2530 (100%) CSP integer variables are encoded (229770 clauses, 3686391 bytes)
2.62/2.75	c 3	770 (10%) CSP clauses are encoded (518328 clauses, 10048555 bytes)
4.88/5.07	c 5	1539 (20%) CSP clauses are encoded (1765284 clauses, 29870052 bytes)
7.15/7.35	c 7	2309 (30%) CSP clauses are encoded (3014536 clauses, 50641290 bytes)
9.34/9.56	c 10	3078 (40%) CSP clauses are encoded (4261524 clauses, 71554538 bytes)
11.58/11.84	c 12	3848 (50%) CSP clauses are encoded (5510562 clauses, 92701223 bytes)
13.86/14.14	c 14	4617 (60%) CSP clauses are encoded (6757628 clauses, 114959162 bytes)
16.12/16.47	c 17	5387 (70%) CSP clauses are encoded (8006772 clauses, 137302820 bytes)
18.39/18.79	c 19	6156 (80%) CSP clauses are encoded (9253860 clauses, 160118365 bytes)
20.75/21.14	c 21	6926 (90%) CSP clauses are encoded (10503122 clauses, 183018558 bytes)
23.11/23.55	c 24	7695 (100%) CSP clauses are encoded (11750242 clauses, 205931018 bytes)
23.11/23.55	c 24	7695 CSP clauses encoded
23.11/23.55	c 24	Writing map file : HOME/temp.map
23.11/23.55	c 24	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
23.11/23.55	c 24	SAT : 234040 SAT variables, 11750242 SAT clauses, 205931018 bytes
23.11/23.55	c 24	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
23.17/23.61	c 24	SOLVING HOME/temp.cnf
23.17/23.61	c 24	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.08/1809.32	c ERROR INTERRUPTED
1800.08/1809.37	s UNKNOWN
1800.08/1809.37	c 1809	CPU 21.3 (0.03 0.01 21.27 1.88)
1800.08/1809.37	c 1809	END Thu Jul  3 05:12:54 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-1051386-1215052965/watcher-1051386-1215052965 -o /tmp/evaluation-result-1051386-1215052965/solver-1051386-1215052965 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1051386-1215052965.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 1.98 1.99 4/81 5939
/proc/meminfo: memFree=1526984/2055920 swapFree=4164432/4192956
[pid=5939] ppid=5937 vsize=13600 CPUtime=0.03
/proc/5939/stat : 5939 (sugar) S 5937 5939 3797 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1984270664 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5939/statm: 3400 792 367 3 0 500 0
[pid=5940] ppid=5939 vsize=13600 CPUtime=0
/proc/5940/stat : 5940 (sugar) R 5939 5939 3797 0 -1 4194368 13 0 0 0 0 0 0 0 20 0 1 0 1984270669 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 272467815719 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5940/statm: 3400 792 367 3 0 500 0

[startup+0.143251 s]
/proc/loadavg: 2.00 1.98 1.99 4/81 5939
/proc/meminfo: memFree=1526984/2055920 swapFree=4164432/4192956
[pid=5939] ppid=5937 vsize=13600 CPUtime=0.03
/proc/5939/stat : 5939 (sugar) S 5937 5939 3797 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984270664 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5939/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201258 s]
/proc/loadavg: 2.00 1.98 1.99 4/81 5939
/proc/meminfo: memFree=1526984/2055920 swapFree=4164432/4192956
[pid=5939] ppid=5937 vsize=13600 CPUtime=0.03
/proc/5939/stat : 5939 (sugar) S 5937 5939 3797 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984270664 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5939/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301268 s]
/proc/loadavg: 2.00 1.98 1.99 4/81 5939
/proc/meminfo: memFree=1526984/2055920 swapFree=4164432/4192956
[pid=5939] ppid=5937 vsize=13600 CPUtime=0.03
/proc/5939/stat : 5939 (sugar) S 5937 5939 3797 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984270664 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5939/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701337 s]
/proc/loadavg: 2.00 1.98 1.99 4/81 5939
/proc/meminfo: memFree=1526984/2055920 swapFree=4164432/4192956
[pid=5939] ppid=5937 vsize=13600 CPUtime=0.64
/proc/5939/stat : 5939 (sugar) S 5937 5939 3797 0 -1 4194304 956 4760 0 1 3 1 57 3 16 0 1 0 1984270664 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5939/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 13600

[startup+1.50245 s]
/proc/loadavg: 2.08 2.00 2.00 4/92 5961
/proc/meminfo: memFree=1513968/2055920 swapFree=4164432/4192956
[pid=5939] ppid=5937 vsize=13600 CPUtime=0.64
/proc/5939/stat : 5939 (sugar) S 5937 5939 3797 0 -1 4194304 974 4760 0 1 3 1 57 3 15 0 1 0 1984270664 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5939/statm: 3400 797 370 3 0 500 0
[pid=5952] ppid=5939 vsize=5356 CPUtime=0
/proc/5952/stat : 5952 (sh) S 5939 5939 3797 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984270732 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5952/statm: 1339 233 193 169 0 50 0
[pid=5953] ppid=5952 vsize=868264 CPUtime=0.8
/proc/5953/stat : 5953 (java) S 5952 5939 3797 0 -1 0 5877 0 1 0 76 4 0 0 18 0 9 0 1984270732 889102336 5268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5953/statm: 217066 5268 1733 9 0 211641 0
[pid=5953/tid=5954] ppid=5952 vsize=868264 CPUtime=0.51
/proc/5953/task/5954/stat : 5954 (java) R 5952 5939 3797 0 -1 64 2680 0 1 0 50 1 0 0 20 0 9 0 1984270733 889102336 5268 996147200 134512640 134550740 4294955952 18446744073709551615 4126597888 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5955] ppid=5952 vsize=868264 CPUtime=0.05
/proc/5953/task/5955/stat : 5955 (java) S 5952 5939 3797 0 -1 64 1042 0 0 0 5 0 0 0 16 0 9 0 1984270734 889102336 5268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5956] ppid=5952 vsize=868264 CPUtime=0
/proc/5953/task/5956/stat : 5956 (java) S 5952 5939 3797 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1984270735 889102336 5268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5957] ppid=5952 vsize=868264 CPUtime=0
/proc/5953/task/5957/stat : 5957 (java) S 5952 5939 3797 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1984270735 889102336 5268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5958] ppid=5952 vsize=868264 CPUtime=0
/proc/5953/task/5958/stat : 5958 (java) S 5952 5939 3797 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984270737 889102336 5268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5959] ppid=5952 vsize=868264 CPUtime=0.2
/proc/5953/task/5959/stat : 5959 (java) S 5952 5939 3797 0 -1 64 1463 0 0 0 19 1 0 0 16 0 9 0 1984270737 889102336 5268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5960] ppid=5952 vsize=868264 CPUtime=0
/proc/5953/task/5960/stat : 5960 (java) S 5952 5939 3797 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984270737 889102336 5268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5961] ppid=5952 vsize=868264 CPUtime=0
/proc/5953/task/5961/stat : 5961 (java) S 5952 5939 3797 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984270737 889102336 5268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887220

[startup+3.10169 s]
/proc/loadavg: 2.08 2.00 2.00 3/92 5961
/proc/meminfo: memFree=1504048/2055920 swapFree=4164432/4192956
[pid=5939] ppid=5937 vsize=13600 CPUtime=0.64
/proc/5939/stat : 5939 (sugar) S 5937 5939 3797 0 -1 4194304 974 4760 0 1 3 1 57 3 15 0 1 0 1984270664 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5939/statm: 3400 797 370 3 0 500 0
[pid=5952] ppid=5939 vsize=5356 CPUtime=0
/proc/5952/stat : 5952 (sh) S 5939 5939 3797 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984270732 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5952/statm: 1339 233 193 169 0 50 0
[pid=5953] ppid=5952 vsize=868492 CPUtime=2.37
/proc/5953/stat : 5953 (java) S 5952 5939 3797 0 -1 0 7573 0 1 0 221 16 0 0 18 0 9 0 1984270732 889335808 6363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5953/statm: 217123 6363 2563 9 0 211670 0
[pid=5953/tid=5954] ppid=5952 vsize=868492 CPUtime=1.86
/proc/5953/task/5954/stat : 5954 (java) R 5952 5939 3797 0 -1 64 3154 0 1 0 177 9 0 0 25 0 9 0 1984270733 889335808 6363 996147200 134512640 134550740 4294955952 18446744073709551615 4126956608 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5955] ppid=5952 vsize=868492 CPUtime=0.24
/proc/5953/task/5955/stat : 5955 (java) S 5952 5939 3797 0 -1 64 2235 0 0 0 20 4 0 0 16 0 9 0 1984270734 889335808 6363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5956] ppid=5952 vsize=868492 CPUtime=0
/proc/5953/task/5956/stat : 5956 (java) S 5952 5939 3797 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1984270735 889335808 6363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5957] ppid=5952 vsize=868492 CPUtime=0
/proc/5953/task/5957/stat : 5957 (java) S 5952 5939 3797 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984270735 889335808 6363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5958] ppid=5952 vsize=868492 CPUtime=0
/proc/5953/task/5958/stat : 5958 (java) S 5952 5939 3797 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984270737 889335808 6363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5959] ppid=5952 vsize=868492 CPUtime=0.24
/proc/5953/task/5959/stat : 5959 (java) S 5952 5939 3797 0 -1 64 1491 0 0 0 23 1 0 0 16 0 9 0 1984270737 889335808 6363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5960] ppid=5952 vsize=868492 CPUtime=0
/proc/5953/task/5960/stat : 5960 (java) S 5952 5939 3797 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984270737 889335808 6363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5961] ppid=5952 vsize=868492 CPUtime=0
/proc/5953/task/5961/stat : 5961 (java) S 5952 5939 3797 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984270737 889335808 6363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887448

[startup+6.30216 s]
/proc/loadavg: 2.08 2.00 2.00 3/92 5961
/proc/meminfo: memFree=1475312/2055920 swapFree=4164432/4192956
[pid=5939] ppid=5937 vsize=13600 CPUtime=0.64
/proc/5939/stat : 5939 (sugar) S 5937 5939 3797 0 -1 4194304 974 4760 0 1 3 1 57 3 16 0 1 0 1984270664 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5939/statm: 3400 797 370 3 0 500 0
[pid=5952] ppid=5939 vsize=5356 CPUtime=0
/proc/5952/stat : 5952 (sh) S 5939 5939 3797 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984270732 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5952/statm: 1339 233 193 169 0 50 0
[pid=5953] ppid=5952 vsize=868492 CPUtime=5.52
/proc/5953/stat : 5953 (java) S 5952 5939 3797 0 -1 0 8497 0 1 0 510 42 0 0 18 0 9 0 1984270732 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5953/statm: 217123 6365 2563 9 0 211670 0
[pid=5953/tid=5954] ppid=5952 vsize=868492 CPUtime=4.78
/proc/5953/task/5954/stat : 5954 (java) R 5952 5939 3797 0 -1 64 4076 0 1 0 447 31 0 0 25 0 9 0 1984270733 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4126960705 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5955] ppid=5952 vsize=868492 CPUtime=0.46
/proc/5953/task/5955/stat : 5955 (java) S 5952 5939 3797 0 -1 64 2235 0 0 0 38 8 0 0 16 0 9 0 1984270734 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5956] ppid=5952 vsize=868492 CPUtime=0
/proc/5953/task/5956/stat : 5956 (java) S 5952 5939 3797 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1984270735 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5957] ppid=5952 vsize=868492 CPUtime=0
/proc/5953/task/5957/stat : 5957 (java) S 5952 5939 3797 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984270735 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5958] ppid=5952 vsize=868492 CPUtime=0
/proc/5953/task/5958/stat : 5958 (java) S 5952 5939 3797 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984270737 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5959] ppid=5952 vsize=868492 CPUtime=0.25
/proc/5953/task/5959/stat : 5959 (java) S 5952 5939 3797 0 -1 64 1493 0 0 0 24 1 0 0 17 0 9 0 1984270737 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5960] ppid=5952 vsize=868492 CPUtime=0
/proc/5953/task/5960/stat : 5960 (java) S 5952 5939 3797 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984270737 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5961] ppid=5952 vsize=868492 CPUtime=0
/proc/5953/task/5961/stat : 5961 (java) S 5952 5939 3797 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984270737 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887448

[startup+12.7011 s]
/proc/loadavg: 2.15 2.02 2.01 3/92 5961
/proc/meminfo: memFree=1413872/2055920 swapFree=4164432/4192956
[pid=5939] ppid=5937 vsize=13600 CPUtime=0.64
/proc/5939/stat : 5939 (sugar) S 5937 5939 3797 0 -1 4194304 974 4760 0 1 3 1 57 3 16 0 1 0 1984270664 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5939/statm: 3400 797 370 3 0 500 0
[pid=5952] ppid=5939 vsize=5356 CPUtime=0
/proc/5952/stat : 5952 (sh) S 5939 5939 3797 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984270732 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5952/statm: 1339 233 193 169 0 50 0
[pid=5953] ppid=5952 vsize=868492 CPUtime=11.84
/proc/5953/stat : 5953 (java) S 5952 5939 3797 0 -1 0 10442 0 1 0 1091 93 0 0 18 0 9 0 1984270732 889335808 6366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5953/statm: 217123 6366 2563 9 0 211670 0
[pid=5953/tid=5954] ppid=5952 vsize=868492 CPUtime=10.6
/proc/5953/task/5954/stat : 5954 (java) R 5952 5939 3797 0 -1 64 6020 0 1 0 990 70 0 0 25 0 9 0 1984270733 889335808 6366 996147200 134512640 134550740 4294955952 18446744073709551615 4126825917 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5955] ppid=5952 vsize=868492 CPUtime=0.95
/proc/5953/task/5955/stat : 5955 (java) S 5952 5939 3797 0 -1 64 2235 0 0 0 76 19 0 0 16 0 9 0 1984270734 889335808 6366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5956] ppid=5952 vsize=868492 CPUtime=0
/proc/5953/task/5956/stat : 5956 (java) S 5952 5939 3797 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1984270735 889335808 6366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5957] ppid=5952 vsize=868492 CPUtime=0
/proc/5953/task/5957/stat : 5957 (java) S 5952 5939 3797 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984270735 889335808 6366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5958] ppid=5952 vsize=868492 CPUtime=0
/proc/5953/task/5958/stat : 5958 (java) S 5952 5939 3797 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984270737 889335808 6366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5959] ppid=5952 vsize=868492 CPUtime=0.25
/proc/5953/task/5959/stat : 5959 (java) S 5952 5939 3797 0 -1 64 1494 0 0 0 24 1 0 0 17 0 9 0 1984270737 889335808 6366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5960] ppid=5952 vsize=868492 CPUtime=0
/proc/5953/task/5960/stat : 5960 (java) S 5952 5939 3797 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984270737 889335808 6366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5961] ppid=5952 vsize=868492 CPUtime=0
/proc/5953/task/5961/stat : 5961 (java) S 5952 5939 3797 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984270737 889335808 6366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 887448

[startup+25.502 s]
/proc/loadavg: 2.36 2.07 2.02 3/84 5963
/proc/meminfo: memFree=1295728/2055920 swapFree=4164432/4192956
[pid=5939] ppid=5937 vsize=13600 CPUtime=23.19
/proc/5939/stat : 5939 (sugar) S 5937 5939 3797 0 -1 4194304 1022 18747 0 2 3 1 2127 188 16 0 1 0 1984270664 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5939/statm: 3400 797 370 3 0 500 0
[pid=5962] ppid=5939 vsize=5356 CPUtime=0
/proc/5962/stat : 5962 (sh) S 5939 5939 3797 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984273025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5962/statm: 1339 232 193 169 0 50 0
[pid=5963] ppid=5962 vsize=24420 CPUtime=1.85
/proc/5963/stat : 5963 (picosat) R 5962 5939 3797 0 -1 4194304 5587 0 0 0 85 100 0 0 25 0 1 0 1984273026 25006080 5573 996147200 134512640 134931368 4294956256 18446744073709551615 134597666 0 0 4096 0 0 0 0 17 1 0 0
/proc/5963/statm: 6105 5573 40 102 0 6000 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 43376

[startup+51.1017 s]
/proc/loadavg: 2.29 2.07 2.02 3/84 5963

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

/proc/meminfo: memFree=718888/2055920 swapFree=4164432/4192956
[pid=5939] ppid=5937 vsize=13600 CPUtime=23.19
/proc/5939/stat : 5939 (sugar) S 5937 5939 3797 0 -1 4194304 1022 18747 0 2 3 1 2127 188 16 0 1 0 1984270664 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5939/statm: 3400 797 370 3 0 500 0
[pid=5962] ppid=5939 vsize=5356 CPUtime=0
/proc/5962/stat : 5962 (sh) S 5939 5939 3797 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984273025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5962/statm: 1339 232 193 169 0 50 0
[pid=5963] ppid=5962 vsize=446908 CPUtime=1270.11
/proc/5963/stat : 5963 (picosat) R 5962 5939 3797 0 -1 4194304 104919 0 0 0 121280 5731 0 0 25 0 1 0 1984273026 457633792 104905 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/5963/statm: 111727 104905 42 102 0 111622 0
Current children cumulated CPU time (s) 1293.3
Current children cumulated vsize (KiB) 465864

[startup+1362.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 6117
/proc/meminfo: memFree=718888/2055920 swapFree=4164432/4192956
[pid=5939] ppid=5937 vsize=13600 CPUtime=23.19
/proc/5939/stat : 5939 (sugar) S 5937 5939 3797 0 -1 4194304 1022 18747 0 2 3 1 2127 188 16 0 1 0 1984270664 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5939/statm: 3400 797 370 3 0 500 0
[pid=5962] ppid=5939 vsize=5356 CPUtime=0
/proc/5962/stat : 5962 (sh) S 5939 5939 3797 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984273025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5962/statm: 1339 232 193 169 0 50 0
[pid=5963] ppid=5962 vsize=446908 CPUtime=1330.09
/proc/5963/stat : 5963 (picosat) R 5962 5939 3797 0 -1 4194304 104930 0 0 0 127278 5731 0 0 25 0 1 0 1984273026 457633792 104916 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/5963/statm: 111727 104916 42 102 0 111622 0
Current children cumulated CPU time (s) 1353.28
Current children cumulated vsize (KiB) 465864

[startup+1422.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 6117
/proc/meminfo: memFree=718888/2055920 swapFree=4164432/4192956
[pid=5939] ppid=5937 vsize=13600 CPUtime=23.19
/proc/5939/stat : 5939 (sugar) S 5937 5939 3797 0 -1 4194304 1022 18747 0 2 3 1 2127 188 16 0 1 0 1984270664 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5939/statm: 3400 797 370 3 0 500 0
[pid=5962] ppid=5939 vsize=5356 CPUtime=0
/proc/5962/stat : 5962 (sh) S 5939 5939 3797 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984273025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5962/statm: 1339 232 193 169 0 50 0
[pid=5963] ppid=5962 vsize=447040 CPUtime=1390.06
/proc/5963/stat : 5963 (picosat) R 5962 5939 3797 0 -1 4194304 104940 0 0 0 133275 5731 0 0 25 0 1 0 1984273026 457768960 104926 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/5963/statm: 111760 104926 42 102 0 111655 0
Current children cumulated CPU time (s) 1413.25
Current children cumulated vsize (KiB) 465996

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 6117
/proc/meminfo: memFree=718824/2055920 swapFree=4164432/4192956
[pid=5939] ppid=5937 vsize=13600 CPUtime=23.19
/proc/5939/stat : 5939 (sugar) S 5937 5939 3797 0 -1 4194304 1022 18747 0 2 3 1 2127 188 16 0 1 0 1984270664 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5939/statm: 3400 797 370 3 0 500 0
[pid=5962] ppid=5939 vsize=5356 CPUtime=0
/proc/5962/stat : 5962 (sh) S 5939 5939 3797 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984273025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5962/statm: 1339 232 193 169 0 50 0
[pid=5963] ppid=5962 vsize=447040 CPUtime=1450.04
/proc/5963/stat : 5963 (picosat) R 5962 5939 3797 0 -1 4194304 104950 0 0 0 139272 5732 0 0 25 0 1 0 1984273026 457768960 104936 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/5963/statm: 111760 104936 42 102 0 111655 0
Current children cumulated CPU time (s) 1473.23
Current children cumulated vsize (KiB) 465996

[startup+1542.31 s]
/proc/loadavg: 1.99 2.00 2.00 4/84 6117
/proc/meminfo: memFree=718760/2055920 swapFree=4164432/4192956
[pid=5939] ppid=5937 vsize=13600 CPUtime=23.19
/proc/5939/stat : 5939 (sugar) S 5937 5939 3797 0 -1 4194304 1022 18747 0 2 3 1 2127 188 16 0 1 0 1984270664 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5939/statm: 3400 797 370 3 0 500 0
[pid=5962] ppid=5939 vsize=5356 CPUtime=0
/proc/5962/stat : 5962 (sh) S 5939 5939 3797 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984273025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5962/statm: 1339 232 193 169 0 50 0
[pid=5963] ppid=5962 vsize=447040 CPUtime=1510.02
/proc/5963/stat : 5963 (picosat) R 5962 5939 3797 0 -1 4194304 104962 0 0 0 145270 5732 0 0 25 0 1 0 1984273026 457768960 104948 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/5963/statm: 111760 104948 42 102 0 111655 0
Current children cumulated CPU time (s) 1533.21
Current children cumulated vsize (KiB) 465996

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 6117
/proc/meminfo: memFree=718632/2055920 swapFree=4164432/4192956
[pid=5939] ppid=5937 vsize=13600 CPUtime=23.19
/proc/5939/stat : 5939 (sugar) S 5937 5939 3797 0 -1 4194304 1022 18747 0 2 3 1 2127 188 16 0 1 0 1984270664 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5939/statm: 3400 797 370 3 0 500 0
[pid=5962] ppid=5939 vsize=5356 CPUtime=0
/proc/5962/stat : 5962 (sh) S 5939 5939 3797 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984273025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5962/statm: 1339 232 193 169 0 50 0
[pid=5963] ppid=5962 vsize=447172 CPUtime=1569.98
/proc/5963/stat : 5963 (picosat) R 5962 5939 3797 0 -1 4194304 104971 0 0 0 151266 5732 0 0 25 0 1 0 1984273026 457904128 104957 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/5963/statm: 111793 104957 42 102 0 111688 0
Current children cumulated CPU time (s) 1593.17
Current children cumulated vsize (KiB) 466128

[startup+1662.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/84 6117
/proc/meminfo: memFree=718568/2055920 swapFree=4164432/4192956
[pid=5939] ppid=5937 vsize=13600 CPUtime=23.19
/proc/5939/stat : 5939 (sugar) S 5937 5939 3797 0 -1 4194304 1022 18747 0 2 3 1 2127 188 16 0 1 0 1984270664 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5939/statm: 3400 797 370 3 0 500 0
[pid=5962] ppid=5939 vsize=5356 CPUtime=0
/proc/5962/stat : 5962 (sh) S 5939 5939 3797 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984273025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5962/statm: 1339 232 193 169 0 50 0
[pid=5963] ppid=5962 vsize=447172 CPUtime=1629.95
/proc/5963/stat : 5963 (picosat) R 5962 5939 3797 0 -1 4194304 104982 0 0 0 157263 5732 0 0 25 0 1 0 1984273026 457904128 104968 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 0 0 0
/proc/5963/statm: 111793 104968 42 102 0 111688 0
Current children cumulated CPU time (s) 1653.14
Current children cumulated vsize (KiB) 466128

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/84 6117
/proc/meminfo: memFree=718504/2055920 swapFree=4164432/4192956
[pid=5939] ppid=5937 vsize=13600 CPUtime=23.19
/proc/5939/stat : 5939 (sugar) S 5937 5939 3797 0 -1 4194304 1022 18747 0 2 3 1 2127 188 16 0 1 0 1984270664 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5939/statm: 3400 797 370 3 0 500 0
[pid=5962] ppid=5939 vsize=5356 CPUtime=0
/proc/5962/stat : 5962 (sh) S 5939 5939 3797 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984273025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5962/statm: 1339 232 193 169 0 50 0
[pid=5963] ppid=5962 vsize=447172 CPUtime=1689.93
/proc/5963/stat : 5963 (picosat) R 5962 5939 3797 0 -1 4194304 104994 0 0 0 163261 5732 0 0 25 0 1 0 1984273026 457904128 104980 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/5963/statm: 111793 104980 42 102 0 111688 0
Current children cumulated CPU time (s) 1713.12
Current children cumulated vsize (KiB) 466128

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/84 6117
/proc/meminfo: memFree=718504/2055920 swapFree=4164432/4192956
[pid=5939] ppid=5937 vsize=13600 CPUtime=23.19
/proc/5939/stat : 5939 (sugar) S 5937 5939 3797 0 -1 4194304 1022 18747 0 2 3 1 2127 188 16 0 1 0 1984270664 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5939/statm: 3400 797 370 3 0 500 0
[pid=5962] ppid=5939 vsize=5356 CPUtime=0
/proc/5962/stat : 5962 (sh) S 5939 5939 3797 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984273025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5962/statm: 1339 232 193 169 0 50 0
[pid=5963] ppid=5962 vsize=447304 CPUtime=1749.9
/proc/5963/stat : 5963 (picosat) R 5962 5939 3797 0 -1 4194304 105005 0 0 0 169258 5732 0 0 25 0 1 0 1984273026 458039296 104991 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/5963/statm: 111826 104991 42 102 0 111721 0
Current children cumulated CPU time (s) 1773.09
Current children cumulated vsize (KiB) 466260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 6117
/proc/meminfo: memFree=718504/2055920 swapFree=4164432/4192956
[pid=5939] ppid=5937 vsize=13600 CPUtime=23.19
/proc/5939/stat : 5939 (sugar) S 5937 5939 3797 0 -1 4194304 1022 18747 0 2 3 1 2127 188 16 0 1 0 1984270664 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5939/statm: 3400 797 370 3 0 500 0
[pid=5962] ppid=5939 vsize=5356 CPUtime=0
/proc/5962/stat : 5962 (sh) S 5939 5939 3797 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984273025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5962/statm: 1339 232 193 169 0 50 0
[pid=5963] ppid=5962 vsize=447304 CPUtime=1776.89
/proc/5963/stat : 5963 (picosat) R 5962 5939 3797 0 -1 4194304 105011 0 0 0 171957 5732 0 0 25 0 1 0 1984273026 458039296 104997 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/5963/statm: 111826 104997 42 102 0 111721 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 466260

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5939 and gives
#  childrusage.ru_utime.tv_sec=21
#  childrusage.ru_utime.tv_usec=314759
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=895711
# CPU time returned by wait4() is 23.2105
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.37
CPU time (s): 1800.08
CPU user time (s): 1740.87
CPU system time (s): 59.21
CPU usage (%): 99.4863
Max. virtual memory (cumulated for all children) (KiB): 887448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.3148
system time used= 1.89571
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20122
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= 47868
involuntary context switches= 48541

runsolver used 2.40663 second user time and 5.82211 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-03 04:42:45
IDJOB=1051386
IDBENCH=55437
IDSOLVER=345
FILE ID=node22/1051386-1215052965
PBS_JOBID= 7875129
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f52f7dc44122ad1887252cc9e35ccd76
RANDOM SEED=453141383

node22.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.267
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.267
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:       1527400 kB
Buffers:         75516 kB
Cached:         341900 kB
SwapCached:      22816 kB
Active:         181576 kB
Inactive:       271508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1527400 kB
SwapTotal:     4192956 kB
SwapFree:      4164432 kB
Dirty:            1404 kB
Writeback:           0 kB
Mapped:          35488 kB
Slab:            60584 kB
Committed_AS:  3271684 kB
PageTables:       1800 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node22 at 2008-07-03 05:12:56