Trace number 1069690

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? 332.609 349.655

General information on the benchmark

Namecsp/pseudoGLB/
normalized-reduced-prob4.xml
MD5SUM55ef163355b9ff47a9684159694fe405
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.014997
Satisfiable
(Un)Satisfiability was proved
Number of variables82
Number of constraints2
Maximum constraint arity82
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(2)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 10:48:14 2008
0.00/0.04	c 0	PID 18636
0.00/0.05	c 0	HOST node46.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1069690-1215161293.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-1069690-1215161293.xml' 'HOME/temp.csp'
0.04/0.20	c 0	1 domains, 82 variables, 0 predicates, 0 relations, 2 constraints
0.04/0.22	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.22	c 0	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.18/0.30	c 0	Parsing HOME/temp.csp
0.18/0.35	c 0	parsed 85 expressions
0.18/0.36	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.18/0.36	c 0	Converting to clausal form CSP
0.18/0.38	c 0	converted 9 (10%) expressions
0.18/0.38	c 0	converted 17 (20%) expressions
0.18/0.38	c 0	converted 26 (30%) expressions
0.18/0.38	c 0	converted 34 (40%) expressions
0.18/0.38	c 0	converted 43 (50%) expressions
0.18/0.38	c 0	converted 51 (60%) expressions
0.18/0.38	c 0	converted 60 (70%) expressions
0.18/0.38	c 0	converted 68 (80%) expressions
0.18/0.38	c 0	converted 77 (90%) expressions
0.18/0.49	c 0	converted 85 (100%) expressions
0.18/0.49	c 0	CSP : 242 integers, 0 booleans, 322 clauses, largest domain size 260141
0.18/0.49	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.18/0.49	c 0	Propagation in CSP
0.18/0.51	c 0	962811 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.18/0.51	c 0	CSP : 242 integers, 0 booleans, 322 clauses, largest domain size 260141
0.18/0.51	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.18/0.51	c 0	Simplifing CSP by introducing new Boolean variables
0.18/0.51	c 0	CSP : 242 integers, 0 booleans, 322 clauses, largest domain size 260141
0.18/0.51	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.18/0.53	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.18/0.54	c 0	25 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.18/0.54	c 0	49 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.18/0.54	c 0	73 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.18/0.90	c 1	97 (40%) CSP integer variables are encoded (273055 clauses, 4420479 bytes)
1.43/1.53	c 1	121 (50%) CSP integer variables are encoded (743068 clauses, 12410700 bytes)
2.03/2.16	c 2	146 (60%) CSP integer variables are encoded (1220378 clauses, 20965995 bytes)
2.62/2.75	c 3	170 (70%) CSP integer variables are encoded (1651233 clauses, 29152240 bytes)
3.49/3.61	c 4	194 (80%) CSP integer variables are encoded (2276608 clauses, 41034365 bytes)
4.68/4.84	c 5	218 (90%) CSP integer variables are encoded (3180985 clauses, 58217528 bytes)
5.78/5.97	c 6	242 (100%) CSP integer variables are encoded (4011975 clauses, 74006338 bytes)
331.42/343.23	c 343	ERROR Exception Too large HOME/temp.cnf
331.46/343.61	c 343	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
331.46/343.61	c 343	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
331.46/343.61	c 343	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
331.46/343.61	s UNKNOWN
331.46/344.28	c 344	CPU 300.09 (0.03 0.01 300.06 31.38)
331.46/344.28	c 344	END Fri Jul  4 10:53:58 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-1069690-1215161293/watcher-1069690-1215161293 -o /tmp/evaluation-result-1069690-1215161293/solver-1069690-1215161293 -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-1069690-1215161293.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.08 2.02 1.97 4/72 18636
/proc/meminfo: memFree=1548784/2055920 swapFree=4181068/4192956
[pid=18636] ppid=18634 vsize=18572 CPUtime=0
/proc/18636/stat : 18636 (runsolver) R 18634 18636 18345 0 -1 4194368 15 0 0 0 0 0 0 0 24 0 1 0 153940758 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 212218735911 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18636/statm: 4643 292 257 25 0 2626 0

[startup+0.0553309 s]
/proc/loadavg: 2.08 2.02 1.97 4/72 18636
/proc/meminfo: memFree=1548784/2055920 swapFree=4181068/4192956
[pid=18636] ppid=18634 vsize=13600 CPUtime=0.04
/proc/18636/stat : 18636 (sugar) S 18634 18636 18345 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 153940758 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18636/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101993 s]
/proc/loadavg: 2.08 2.02 1.97 4/72 18636
/proc/meminfo: memFree=1548784/2055920 swapFree=4181068/4192956
[pid=18636] ppid=18634 vsize=13600 CPUtime=0.04
/proc/18636/stat : 18636 (sugar) S 18634 18636 18345 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 153940758 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18636/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302014 s]
/proc/loadavg: 2.08 2.02 1.97 4/72 18636
/proc/meminfo: memFree=1548784/2055920 swapFree=4181068/4192956
[pid=18636] ppid=18634 vsize=13600 CPUtime=0.18
/proc/18636/stat : 18636 (sugar) S 18634 18636 18345 0 -1 4194304 957 4022 0 1 3 1 12 2 16 0 1 0 153940758 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18636/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 13600

[startup+0.702055 s]
/proc/loadavg: 2.08 2.02 1.97 4/72 18636
/proc/meminfo: memFree=1548784/2055920 swapFree=4181068/4192956
[pid=18636] ppid=18634 vsize=13600 CPUtime=0.18
/proc/18636/stat : 18636 (sugar) S 18634 18636 18345 0 -1 4194304 974 4022 0 1 3 1 12 2 15 0 1 0 153940758 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18636/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 13600

[startup+1.50214 s]
/proc/loadavg: 2.08 2.02 1.97 3/83 18658
/proc/meminfo: memFree=1534360/2055920 swapFree=4181068/4192956
[pid=18636] ppid=18634 vsize=13600 CPUtime=0.18
/proc/18636/stat : 18636 (sugar) S 18634 18636 18345 0 -1 4194304 974 4022 0 1 3 1 12 2 15 0 1 0 153940758 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18636/statm: 3400 797 370 3 0 500 0
[pid=18649] ppid=18636 vsize=5356 CPUtime=0
/proc/18649/stat : 18649 (sh) S 18636 18636 18345 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 153940780 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18649/statm: 1339 233 193 169 0 50 0
[pid=18650] ppid=18649 vsize=864188 CPUtime=1.25
/proc/18650/stat : 18650 (java) S 18649 18636 18345 0 -1 0 5281 0 1 0 113 12 0 0 18 0 9 0 153940780 884928512 4258 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18650/statm: 216047 4258 2562 9 0 210594 0
[pid=18650/tid=18651] ppid=18649 vsize=864188 CPUtime=1.06
/proc/18650/task/18651/stat : 18651 (java) R 18649 18636 18345 0 -1 64 2963 0 1 0 97 9 0 0 25 0 9 0 153940781 884928512 4258 996147200 134512640 134550740 4294955952 18446744073709551615 102064721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18652] ppid=18649 vsize=864188 CPUtime=0.08
/proc/18650/task/18652/stat : 18652 (java) S 18649 18636 18345 0 -1 64 1296 0 0 0 7 1 0 0 16 0 9 0 153940782 884928512 4258 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18653] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18653/stat : 18653 (java) S 18649 18636 18345 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 153940782 884928512 4258 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18654] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18654/stat : 18654 (java) S 18649 18636 18345 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 153940782 884928512 4258 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18655] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18655/stat : 18655 (java) S 18649 18636 18345 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 153940784 884928512 4258 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18656] ppid=18649 vsize=864188 CPUtime=0.08
/proc/18650/task/18656/stat : 18656 (java) S 18649 18636 18345 0 -1 64 329 0 0 0 8 0 0 0 16 0 9 0 153940784 884928512 4258 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18657] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18657/stat : 18657 (java) S 18649 18636 18345 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 153940785 884928512 4258 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18658] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18658/stat : 18658 (java) S 18649 18636 18345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 153940785 884928512 4258 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883144

[startup+3.10131 s]
/proc/loadavg: 2.08 2.02 1.97 3/83 18658
/proc/meminfo: memFree=1519704/2055920 swapFree=4181068/4192956
[pid=18636] ppid=18634 vsize=13600 CPUtime=0.18
/proc/18636/stat : 18636 (sugar) S 18634 18636 18345 0 -1 4194304 974 4022 0 1 3 1 12 2 15 0 1 0 153940758 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18636/statm: 3400 797 370 3 0 500 0
[pid=18649] ppid=18636 vsize=5356 CPUtime=0
/proc/18649/stat : 18649 (sh) S 18636 18636 18345 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 153940780 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18649/statm: 1339 233 193 169 0 50 0
[pid=18650] ppid=18649 vsize=864188 CPUtime=2.84
/proc/18650/stat : 18650 (java) S 18649 18636 18345 0 -1 0 5776 0 1 0 256 28 0 0 18 0 9 0 153940780 884928512 4258 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18650/statm: 216047 4258 2562 9 0 210594 0
[pid=18650/tid=18651] ppid=18649 vsize=864188 CPUtime=2.53
/proc/18650/task/18651/stat : 18651 (java) R 18649 18636 18345 0 -1 64 3458 0 1 0 231 22 0 0 25 0 9 0 153940781 884928512 4258 996147200 134512640 134550740 4294955952 18446744073709551615 4126549517 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18652] ppid=18649 vsize=864188 CPUtime=0.2
/proc/18650/task/18652/stat : 18652 (java) S 18649 18636 18345 0 -1 64 1296 0 0 0 16 4 0 0 16 0 9 0 153940782 884928512 4258 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18653] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18653/stat : 18653 (java) S 18649 18636 18345 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 153940782 884928512 4258 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18654] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18654/stat : 18654 (java) S 18649 18636 18345 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 153940782 884928512 4258 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18655] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18655/stat : 18655 (java) S 18649 18636 18345 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 153940784 884928512 4258 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18656] ppid=18649 vsize=864188 CPUtime=0.08
/proc/18650/task/18656/stat : 18656 (java) S 18649 18636 18345 0 -1 64 329 0 0 0 8 0 0 0 16 0 9 0 153940784 884928512 4258 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18657] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18657/stat : 18657 (java) S 18649 18636 18345 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 153940785 884928512 4258 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18658] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18658/stat : 18658 (java) S 18649 18636 18345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 153940785 884928512 4258 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883144

[startup+6.30265 s]
/proc/loadavg: 2.15 2.03 1.97 3/83 18658
/proc/meminfo: memFree=1473048/2055920 swapFree=4181068/4192956
[pid=18636] ppid=18634 vsize=13600 CPUtime=0.18
/proc/18636/stat : 18636 (sugar) S 18634 18636 18345 0 -1 4194304 974 4022 0 1 3 1 12 2 16 0 1 0 153940758 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18636/statm: 3400 797 370 3 0 500 0
[pid=18649] ppid=18636 vsize=5356 CPUtime=0
/proc/18649/stat : 18649 (sh) S 18636 18636 18345 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 153940780 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18649/statm: 1339 233 193 169 0 50 0
[pid=18650] ppid=18649 vsize=864188 CPUtime=5.99
/proc/18650/stat : 18650 (java) S 18649 18636 18345 0 -1 0 6761 0 1 0 536 63 0 0 18 0 9 0 153940780 884928512 4262 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18650/statm: 216047 4262 2562 9 0 210594 0
[pid=18650/tid=18651] ppid=18649 vsize=864188 CPUtime=5.42
/proc/18650/task/18651/stat : 18651 (java) R 18649 18636 18345 0 -1 64 4440 0 1 0 491 51 0 0 25 0 9 0 153940781 884928512 4262 996147200 134512640 134550740 4294955952 18446744073709551615 4126550889 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18652] ppid=18649 vsize=864188 CPUtime=0.47
/proc/18650/task/18652/stat : 18652 (java) S 18649 18636 18345 0 -1 64 1296 0 0 0 36 11 0 0 16 0 9 0 153940782 884928512 4262 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18653] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18653/stat : 18653 (java) S 18649 18636 18345 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 153940782 884928512 4262 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18654] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18654/stat : 18654 (java) S 18649 18636 18345 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 153940782 884928512 4262 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18655] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18655/stat : 18655 (java) S 18649 18636 18345 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 153940784 884928512 4262 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18656] ppid=18649 vsize=864188 CPUtime=0.08
/proc/18650/task/18656/stat : 18656 (java) S 18649 18636 18345 0 -1 64 332 0 0 0 8 0 0 0 16 0 9 0 153940784 884928512 4262 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18657] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18657/stat : 18657 (java) S 18649 18636 18345 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 153940785 884928512 4262 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18658] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18658/stat : 18658 (java) S 18649 18636 18345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 153940785 884928512 4262 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 883144

[startup+12.7013 s]
/proc/loadavg: 2.22 2.05 1.98 3/83 18658
/proc/meminfo: memFree=1396632/2055920 swapFree=4181068/4192956
[pid=18636] ppid=18634 vsize=13600 CPUtime=0.18
/proc/18636/stat : 18636 (sugar) S 18634 18636 18345 0 -1 4194304 974 4022 0 1 3 1 12 2 16 0 1 0 153940758 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18636/statm: 3400 797 370 3 0 500 0
[pid=18649] ppid=18636 vsize=5356 CPUtime=0
/proc/18649/stat : 18649 (sh) S 18636 18636 18345 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 153940780 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18649/statm: 1339 233 193 169 0 50 0
[pid=18650] ppid=18649 vsize=864188 CPUtime=12.3
/proc/18650/stat : 18650 (java) S 18649 18636 18345 0 -1 0 8758 0 1 0 1112 118 0 0 18 0 9 0 153940780 884928512 4263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18650/statm: 216047 4263 2562 9 0 210594 0
[pid=18650/tid=18651] ppid=18649 vsize=864188 CPUtime=11.21
/proc/18650/task/18651/stat : 18651 (java) R 18649 18636 18345 0 -1 64 6436 0 1 0 1026 95 0 0 25 0 9 0 153940781 884928512 4263 996147200 134512640 134550740 4294955952 18446744073709551615 4126479128 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18652] ppid=18649 vsize=864188 CPUtime=0.98
/proc/18650/task/18652/stat : 18652 (java) S 18649 18636 18345 0 -1 64 1297 0 0 0 77 21 0 0 16 0 9 0 153940782 884928512 4263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18653] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18653/stat : 18653 (java) S 18649 18636 18345 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 153940782 884928512 4263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18654] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18654/stat : 18654 (java) S 18649 18636 18345 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 153940782 884928512 4263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18655] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18655/stat : 18655 (java) S 18649 18636 18345 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 153940784 884928512 4263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18656] ppid=18649 vsize=864188 CPUtime=0.08
/proc/18650/task/18656/stat : 18656 (java) S 18649 18636 18345 0 -1 64 332 0 0 0 8 0 0 0 16 0 9 0 153940784 884928512 4263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18657] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18657/stat : 18657 (java) S 18649 18636 18345 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 153940785 884928512 4263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18658] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18658/stat : 18658 (java) S 18649 18636 18345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 153940785 884928512 4263 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) 883144

[startup+25.5027 s]
/proc/loadavg: 2.47 2.11 2.00 3/83 18658
/proc/meminfo: memFree=1244184/2055920 swapFree=4181068/4192956
[pid=18636] ppid=18634 vsize=13600 CPUtime=0.18
/proc/18636/stat : 18636 (sugar) S 18634 18636 18345 0 -1 4194304 974 4022 0 1 3 1 12 2 16 0 1 0 153940758 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18636/statm: 3400 797 370 3 0 500 0
[pid=18649] ppid=18636 vsize=5356 CPUtime=0
/proc/18649/stat : 18649 (sh) S 18636 18636 18345 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 153940780 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18649/statm: 1339 233 193 169 0 50 0
[pid=18650] ppid=18649 vsize=864188 CPUtime=24.84
/proc/18650/stat : 18650 (java) S 18649 18636 18345 0 -1 0 12737 0 1 0 2245 239 0 0 18 0 9 0 153940780 884928512 4264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18650/statm: 216047 4264 2562 9 0 210594 0
[pid=18650/tid=18651] ppid=18649 vsize=864188 CPUtime=22.75
/proc/18650/task/18651/stat : 18651 (java) R 18649 18636 18345 0 -1 64 10414 0 1 0 2081 194 0 0 25 0 9 0 153940781 884928512 4264 996147200 134512640 134550740 4294955952 18446744073709551615 4126549566 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18652] ppid=18649 vsize=864188 CPUtime=1.98
/proc/18650/task/18652/stat : 18652 (java) S 18649 18636 18345 0 -1 64 1298 0 0 0 154 44 0 0 16 0 9 0 153940782 884928512 4264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18653] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18653/stat : 18653 (java) S 18649 18636 18345 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 153940782 884928512 4264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18654] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18654/stat : 18654 (java) S 18649 18636 18345 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 153940782 884928512 4264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=18650] ppid=18649 vsize=864188 CPUtime=157.7
/proc/18650/stat : 18650 (java) S 18649 18636 18345 0 -1 0 54888 0 1 0 14276 1494 0 0 18 0 9 0 153940780 884928512 4275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18650/statm: 216047 4275 2562 9 0 210594 0
[pid=18650/tid=18651] ppid=18649 vsize=864188 CPUtime=145.11
/proc/18650/task/18651/stat : 18651 (java) R 18649 18636 18345 0 -1 64 52554 0 1 0 13302 1209 0 0 25 0 9 0 153940781 884928512 4275 996147200 134512640 134550740 4294955952 18446744073709551615 4126556165 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18652] ppid=18649 vsize=864188 CPUtime=12.49
/proc/18650/task/18652/stat : 18652 (java) S 18649 18636 18345 0 -1 64 1309 0 0 0 965 284 0 0 16 0 9 0 153940782 884928512 4275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18653] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18653/stat : 18653 (java) S 18649 18636 18345 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 153940782 884928512 4275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18654] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18654/stat : 18654 (java) S 18649 18636 18345 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 153940782 884928512 4275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18655] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18655/stat : 18655 (java) S 18649 18636 18345 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 153940784 884928512 4275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18656] ppid=18649 vsize=864188 CPUtime=0.08
/proc/18650/task/18656/stat : 18656 (java) S 18649 18636 18345 0 -1 64 332 0 0 0 8 0 0 0 16 0 9 0 153940784 884928512 4275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18657] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18657/stat : 18657 (java) S 18649 18636 18345 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 153940785 884928512 4275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18658] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18658/stat : 18658 (java) S 18649 18636 18345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 153940785 884928512 4275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 157.88
Current children cumulated vsize (KiB) 883144

[startup+222.303 s]
/proc/loadavg: 3.04 2.60 2.21 3/83 18658
/proc/meminfo: memFree=16152/2055920 swapFree=4181068/4192956
[pid=18636] ppid=18634 vsize=13600 CPUtime=0.18
/proc/18636/stat : 18636 (sugar) S 18634 18636 18345 0 -1 4194304 974 4022 0 1 3 1 12 2 16 0 1 0 153940758 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18636/statm: 3400 797 370 3 0 500 0
[pid=18649] ppid=18636 vsize=5356 CPUtime=0
/proc/18649/stat : 18649 (sh) S 18636 18636 18345 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 153940780 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18649/statm: 1339 233 193 169 0 50 0
[pid=18650] ppid=18649 vsize=864188 CPUtime=215.04
/proc/18650/stat : 18650 (java) S 18649 18636 18345 0 -1 0 73070 0 1 0 19466 2038 0 0 18 0 9 0 153940780 884928512 4280 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18650/statm: 216047 4280 2562 9 0 210594 0
[pid=18650/tid=18651] ppid=18649 vsize=864188 CPUtime=197.86
/proc/18650/task/18651/stat : 18651 (java) R 18649 18636 18345 0 -1 64 70731 0 1 0 18138 1648 0 0 25 0 9 0 153940781 884928512 4280 996147200 134512640 134550740 4294955952 18446744073709551615 4126479089 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18652] ppid=18649 vsize=864188 CPUtime=17.06
/proc/18650/task/18652/stat : 18652 (java) S 18649 18636 18345 0 -1 64 1314 0 0 0 1318 388 0 0 16 0 9 0 153940782 884928512 4280 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18653] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18653/stat : 18653 (java) S 18649 18636 18345 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 153940782 884928512 4280 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18654] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18654/stat : 18654 (java) S 18649 18636 18345 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 153940782 884928512 4280 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18655] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18655/stat : 18655 (java) S 18649 18636 18345 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 153940784 884928512 4280 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18656] ppid=18649 vsize=864188 CPUtime=0.08
/proc/18650/task/18656/stat : 18656 (java) S 18649 18636 18345 0 -1 64 332 0 0 0 8 0 0 0 16 0 9 0 153940784 884928512 4280 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18657] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18657/stat : 18657 (java) S 18649 18636 18345 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 153940785 884928512 4280 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18658] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18658/stat : 18658 (java) S 18649 18636 18345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 153940785 884928512 4280 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 215.22
Current children cumulated vsize (KiB) 883144

[startup+282.303 s]
/proc/loadavg: 2.45 2.50 2.20 2/79 18680
/proc/meminfo: memFree=15800/2055920 swapFree=4181068/4192956
[pid=18636] ppid=18634 vsize=13600 CPUtime=0.18
/proc/18636/stat : 18636 (sugar) S 18634 18636 18345 0 -1 4194304 974 4022 0 1 3 1 12 2 16 0 1 0 153940758 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18636/statm: 3400 797 370 3 0 500 0
[pid=18649] ppid=18636 vsize=5356 CPUtime=0
/proc/18649/stat : 18649 (sh) S 18636 18636 18345 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 153940780 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18649/statm: 1339 233 193 169 0 50 0
[pid=18650] ppid=18649 vsize=864188 CPUtime=273.08
/proc/18650/stat : 18650 (java) S 18649 18636 18345 0 -1 0 91557 0 1 0 24725 2583 0 0 18 0 9 0 153940780 884928512 4285 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18650/statm: 216047 4285 2562 9 0 210594 0
[pid=18650/tid=18651] ppid=18649 vsize=864188 CPUtime=251.36
/proc/18650/task/18651/stat : 18651 (java) R 18649 18636 18345 0 -1 64 89213 0 1 0 23048 2088 0 0 16 0 9 0 153940781 884928512 4285 996147200 134512640 134550740 4294955952 18446744073709551615 4126553964 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18652] ppid=18649 vsize=864188 CPUtime=21.61
/proc/18650/task/18652/stat : 18652 (java) S 18649 18636 18345 0 -1 64 1319 0 0 0 1668 493 0 0 15 0 9 0 153940782 884928512 4285 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18650/tid=18653] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18653/stat : 18653 (java) S 18649 18636 18345 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 153940782 884928512 4285 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18654] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18654/stat : 18654 (java) S 18649 18636 18345 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 153940782 884928512 4285 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18655] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18655/stat : 18655 (java) S 18649 18636 18345 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 153940784 884928512 4285 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18656] ppid=18649 vsize=864188 CPUtime=0.08
/proc/18650/task/18656/stat : 18656 (java) S 18649 18636 18345 0 -1 64 332 0 0 0 8 0 0 0 16 0 9 0 153940784 884928512 4285 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18657] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18657/stat : 18657 (java) S 18649 18636 18345 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 153940785 884928512 4285 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18658] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18658/stat : 18658 (java) S 18649 18636 18345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 153940785 884928512 4285 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 273.26
Current children cumulated vsize (KiB) 883144

[startup+342.302 s]
/proc/loadavg: 2.51 2.53 2.22 3/83 18686
/proc/meminfo: memFree=15312/2055920 swapFree=4181068/4192956
[pid=18636] ppid=18634 vsize=13600 CPUtime=0.18
/proc/18636/stat : 18636 (sugar) S 18634 18636 18345 0 -1 4194304 974 4022 0 1 3 1 12 2 16 0 1 0 153940758 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18636/statm: 3400 797 370 3 0 500 0
[pid=18649] ppid=18636 vsize=5356 CPUtime=0
/proc/18649/stat : 18649 (sh) S 18636 18636 18345 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 153940780 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18649/statm: 1339 233 193 169 0 50 0
[pid=18650] ppid=18649 vsize=864188 CPUtime=330.35
/proc/18650/stat : 18650 (java) S 18649 18636 18345 0 -1 0 111201 0 1 0 29910 3125 0 0 18 0 9 0 153940780 884928512 4291 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18650/statm: 216047 4291 2562 9 0 210594 0
[pid=18650/tid=18651] ppid=18649 vsize=864188 CPUtime=304.08
/proc/18650/task/18651/stat : 18651 (java) R 18649 18636 18345 0 -1 64 108852 0 1 0 27883 2525 0 0 25 0 9 0 153940781 884928512 4291 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18650/tid=18652] ppid=18649 vsize=864188 CPUtime=26.15
/proc/18650/task/18652/stat : 18652 (java) R 18649 18636 18345 0 -1 64 1325 0 0 0 2017 598 0 0 15 0 9 0 153940782 884928512 4291 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18650/tid=18653] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18653/stat : 18653 (java) S 18649 18636 18345 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 153940782 884928512 4291 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18654] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18654/stat : 18654 (java) S 18649 18636 18345 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 153940782 884928512 4291 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18655] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18655/stat : 18655 (java) S 18649 18636 18345 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 153940784 884928512 4291 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18656] ppid=18649 vsize=864188 CPUtime=0.08
/proc/18650/task/18656/stat : 18656 (java) S 18649 18636 18345 0 -1 64 332 0 0 0 8 0 0 0 16 0 9 0 153940784 884928512 4291 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18657] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18657/stat : 18657 (java) S 18649 18636 18345 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 153940785 884928512 4291 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18650/tid=18658] ppid=18649 vsize=864188 CPUtime=0
/proc/18650/task/18658/stat : 18658 (java) S 18649 18636 18345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 153940785 884928512 4291 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 330.53
Current children cumulated vsize (KiB) 883144

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

[startup+345.702 s]
/proc/loadavg: 2.55 2.53 2.22 3/73 18686
/proc/meminfo: memFree=1627040/2055920 swapFree=4181068/4192956
[pid=18636] ppid=18634 vsize=13600 CPUtime=332.33
/proc/18636/stat : 18636 (sugar) D 18634 18636 18345 0 -1 4194304 996 115831 0 5 3 86 30006 3138 16 0 1 0 153940758 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212218909737 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18636/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 332.33
Current children cumulated vsize (KiB) 13600

[startup+347.302 s]
/proc/loadavg: 2.55 2.53 2.22 2/73 18686
/proc/meminfo: memFree=1960992/2055920 swapFree=4181068/4192956
[pid=18636] ppid=18634 vsize=13600 CPUtime=332.49
/proc/18636/stat : 18636 (sugar) D 18634 18636 18345 0 -1 4194304 996 115831 0 5 3 102 30006 3138 15 0 1 0 153940758 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212218909737 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18636/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 332.49
Current children cumulated vsize (KiB) 13600

[startup+348.907 s]
/proc/loadavg: 2.55 2.53 2.22 2/73 18686
/proc/meminfo: memFree=1959840/2055920 swapFree=4181068/4192956
[pid=18636] ppid=18634 vsize=13600 CPUtime=332.56
/proc/18636/stat : 18636 (sugar) D 18634 18636 18345 0 -1 4194304 996 115831 0 5 3 109 30006 3138 15 0 1 0 153940758 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212218909737 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18636/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 332.56
Current children cumulated vsize (KiB) 13600

[startup+349.302 s]
/proc/loadavg: 2.55 2.53 2.22 2/73 18686
/proc/meminfo: memFree=1959840/2055920 swapFree=4181068/4192956
[pid=18636] ppid=18634 vsize=13600 CPUtime=332.58
/proc/18636/stat : 18636 (sugar) D 18634 18636 18345 0 -1 4194304 996 115831 0 5 3 111 30006 3138 15 0 1 0 153940758 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212218909737 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18636/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 332.58
Current children cumulated vsize (KiB) 13600

[startup+349.502 s]
/proc/loadavg: 2.55 2.53 2.22 2/73 18686
/proc/meminfo: memFree=1959840/2055920 swapFree=4181068/4192956
[pid=18636] ppid=18634 vsize=13600 CPUtime=332.59
/proc/18636/stat : 18636 (sugar) D 18634 18636 18345 0 -1 4194304 996 115831 0 5 3 112 30006 3138 15 0 1 0 153940758 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212218909737 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18636/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 332.59
Current children cumulated vsize (KiB) 13600

[startup+349.602 s]
/proc/loadavg: 2.55 2.53 2.22 2/73 18686
/proc/meminfo: memFree=1959840/2055920 swapFree=4181068/4192956
[pid=18636] ppid=18634 vsize=13600 CPUtime=332.59
/proc/18636/stat : 18636 (sugar) D 18634 18636 18345 0 -1 4194304 996 115831 0 5 3 112 30006 3138 15 0 1 0 153940758 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212218909737 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18636/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 332.59
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 349.655
CPU time (s): 332.609
CPU user time (s): 300.098
CPU system time (s): 32.5111
CPU usage (%): 95.1249
Max. virtual memory (cumulated for all children) (KiB): 883144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 300.098
system time used= 32.5111
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116857
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 747992
involuntary context switches= 749423

runsolver used 0.473927 second user time and 1.15382 second system time

The end

Launcher Data (download as text)

Begin job on node46 at 2008-07-04 10:48:14
IDJOB=1069690
IDBENCH=55681
IDSOLVER=346
FILE ID=node46/1069690-1215161293
PBS_JOBID= 7881470
Free space on /tmp= 66208 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-reduced-prob4.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-1069690-1215161293/watcher-1069690-1215161293 -o /tmp/evaluation-result-1069690-1215161293/solver-1069690-1215161293 -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-1069690-1215161293.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 55ef163355b9ff47a9684159694fe405
RANDOM SEED=1336154372

node46.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.238
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.238
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:       1549264 kB
Buffers:         91708 kB
Cached:         328428 kB
SwapCached:       5884 kB
Active:         256492 kB
Inactive:       186284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1549264 kB
SwapTotal:     4192956 kB
SwapFree:      4181068 kB
Dirty:            1848 kB
Writeback:           0 kB
Mapped:          31068 kB
Slab:            49440 kB
Committed_AS:   436784 kB
PageTables:       1528 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66208 MiB
End job on node46 at 2008-07-04 10:54:04