Trace number 1101769

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+picosatSAT 1419.48 1422.77

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-3_ext.xml
MD5SUMce40ed4691a90a2ac4217ea7b5e30eda
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.5813
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints340
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension340
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Sat Jul  5 23:45:23 2008
0.00/0.05	c 0	PID 20798
0.00/0.05	c 0	HOST node61.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1101769-1215294323.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-1101769-1215294323.xml' 'HOME/temp.csp'
0.04/0.75	c 1	1 domains, 40 variables, 0 predicates, 340 relations, 340 constraints
0.04/0.76	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.76	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.73/0.84	c 1	Parsing HOME/temp.csp
1.06/1.14	c 1	parsed 721 expressions
1.06/1.14	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.06/1.14	c 1	Converting to clausal form CSP
1.06/1.17	c 1	converted 73 (10%) expressions
1.06/1.17	c 1	converted 145 (20%) expressions
1.06/1.17	c 1	converted 217 (30%) expressions
1.06/1.18	c 1	converted 289 (40%) expressions
1.06/1.18	c 1	converted 361 (50%) expressions
1.15/1.25	c 1	converted 433 (60%) expressions
1.15/1.27	c 1	converted 505 (70%) expressions
1.15/1.29	c 1	converted 577 (80%) expressions
1.25/1.31	c 1	converted 649 (90%) expressions
1.25/1.32	c 1	converted 721 (100%) expressions
1.25/1.32	c 1	CSP : 40 integers, 0 booleans, 340 clauses, largest domain size 19
1.25/1.32	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.25/1.33	c 1	Propagation in CSP
1.25/1.33	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.25/1.33	c 1	CSP : 40 integers, 0 booleans, 340 clauses, largest domain size 19
1.25/1.33	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.25/1.33	c 1	Simplifing CSP by introducing new Boolean variables
1.25/1.33	c 1	CSP : 40 integers, 0 booleans, 340 clauses, largest domain size 19
1.25/1.33	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.25/1.37	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.25/1.38	c 1	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
1.25/1.39	c 1	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.25/1.39	c 1	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.25/1.39	c 1	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.25/1.39	c 1	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.25/1.39	c 1	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.25/1.39	c 1	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.25/1.39	c 1	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.25/1.39	c 1	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.25/1.39	c 1	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.34/1.44	c 1	34 (10%) CSP clauses are encoded (2797 clauses, 41580 bytes)
1.34/1.46	c 1	68 (20%) CSP clauses are encoded (5031 clauses, 79000 bytes)
1.34/1.48	c 1	102 (30%) CSP clauses are encoded (7202 clauses, 117010 bytes)
1.34/1.49	c 1	136 (40%) CSP clauses are encoded (9273 clauses, 156009 bytes)
1.44/1.51	c 1	170 (50%) CSP clauses are encoded (11380 clauses, 195644 bytes)
1.44/1.52	c 1	204 (60%) CSP clauses are encoded (13543 clauses, 236230 bytes)
1.44/1.54	c 1	238 (70%) CSP clauses are encoded (15780 clauses, 278291 bytes)
1.44/1.55	c 1	272 (80%) CSP clauses are encoded (18006 clauses, 320142 bytes)
1.44/1.57	c 1	306 (90%) CSP clauses are encoded (20144 clauses, 360252 bytes)
1.44/1.58	c 1	340 (100%) CSP clauses are encoded (22313 clauses, 400921 bytes)
1.44/1.58	c 1	340 CSP clauses encoded
1.44/1.58	c 1	Writing map file : HOME/temp.map
1.44/1.58	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.44/1.58	c 1	SAT : 720 SAT variables, 22313 SAT clauses, 400921 bytes
1.44/1.58	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.52/1.60	c 1	SOLVING HOME/temp.cnf
1.52/1.60	c 1	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1419.34/1422.60	c 1422	DECODING HOME/temp.out WITH HOME/temp.map
1419.34/1422.60	c 1422	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1419.34/1422.69	c 1422	Decoding HOME/temp.out
1419.34/1422.72	s SATISFIABLE
1419.34/1422.72	v 7 8 15 17 11 5 1 2 7 18 10 6 3 18 17 2 4 7 4 8 13 18 16 14 15 11 10 17 0 8 4 4 17 0 10 11 12 4 3 8
1419.34/1422.72	c 1423	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1419.34/1422.76	c 1423	CPU 1419.13 (0.03 0.01 1419.1 0.32)
1419.34/1422.76	c 1423	END Sun Jul  6 00:09:06 2008

Verifier Data (download as text)

OK

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-1101769-1215294323/watcher-1101769-1215294323 -o /tmp/evaluation-result-1101769-1215294323/solver-1101769-1215294323 -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-1101769-1215294323.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.04 2.01 2.00 4/87 20798
/proc/meminfo: memFree=1735776/2055920 swapFree=4180728/4192956
[pid=20798] ppid=20796 vsize=12268 CPUtime=0
/proc/20798/stat : 20798 (sugar) R 20796 20798 15915 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2008403601 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 246406675045 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/20798/statm: 3067 316 241 3 0 167 0

[startup+0.0926139 s]
/proc/loadavg: 2.04 2.01 2.00 4/87 20798
/proc/meminfo: memFree=1735776/2055920 swapFree=4180728/4192956
[pid=20798] ppid=20796 vsize=13600 CPUtime=0.04
/proc/20798/stat : 20798 (sugar) S 20796 20798 15915 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2008403601 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20798/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101615 s]
/proc/loadavg: 2.04 2.01 2.00 4/87 20798
/proc/meminfo: memFree=1735776/2055920 swapFree=4180728/4192956
[pid=20798] ppid=20796 vsize=13600 CPUtime=0.04
/proc/20798/stat : 20798 (sugar) S 20796 20798 15915 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2008403601 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20798/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.30165 s]
/proc/loadavg: 2.04 2.01 2.00 4/87 20798
/proc/meminfo: memFree=1735776/2055920 swapFree=4180728/4192956
[pid=20798] ppid=20796 vsize=13600 CPUtime=0.04
/proc/20798/stat : 20798 (sugar) S 20796 20798 15915 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2008403601 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20798/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701721 s]
/proc/loadavg: 2.04 2.01 2.00 4/87 20798
/proc/meminfo: memFree=1735776/2055920 swapFree=4180728/4192956
[pid=20798] ppid=20796 vsize=13600 CPUtime=0.04
/proc/20798/stat : 20798 (sugar) S 20796 20798 15915 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2008403601 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20798/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50286 s]
/proc/loadavg: 2.12 2.03 2.01 4/98 20820
/proc/meminfo: memFree=1726664/2055920 swapFree=4180728/4192956
[pid=20798] ppid=20796 vsize=13600 CPUtime=0.73
/proc/20798/stat : 20798 (sugar) S 20796 20798 15915 0 -1 4194304 974 4747 0 1 3 1 66 3 15 0 1 0 2008403601 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20798/statm: 3400 797 370 3 0 500 0
[pid=20811] ppid=20798 vsize=5356 CPUtime=0
/proc/20811/stat : 20811 (sh) S 20798 20798 15915 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2008403677 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20811/statm: 1339 233 193 169 0 50 0
[pid=20812] ppid=20811 vsize=864432 CPUtime=0.71
/proc/20812/stat : 20812 (java) S 20811 20798 15915 0 -1 0 6767 0 1 0 66 5 0 0 18 0 9 0 2008403677 885178368 6021 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20812/statm: 216108 6021 2564 9 0 210655 0
[pid=20812/tid=20813] ppid=20811 vsize=864432 CPUtime=0.41
/proc/20812/task/20813/stat : 20813 (java) R 20811 20798 15915 0 -1 64 2710 0 1 0 40 1 0 0 18 0 9 0 2008403678 885178368 6021 996147200 134512640 134550740 4294955952 18446744073709551615 4126590084 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20812/tid=20814] ppid=20811 vsize=864432 CPUtime=0.15
/proc/20812/task/20814/stat : 20814 (java) S 20811 20798 15915 0 -1 64 3007 0 0 0 14 1 0 0 16 0 9 0 2008403679 885178368 6021 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20812/tid=20815] ppid=20811 vsize=864432 CPUtime=0
/proc/20812/task/20815/stat : 20815 (java) S 20811 20798 15915 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2008403679 885178368 6021 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20812/tid=20816] ppid=20811 vsize=864432 CPUtime=0
/proc/20812/task/20816/stat : 20816 (java) S 20811 20798 15915 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2008403679 885178368 6021 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20812/tid=20817] ppid=20811 vsize=864432 CPUtime=0
/proc/20812/task/20817/stat : 20817 (java) S 20811 20798 15915 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2008403681 885178368 6021 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20812/tid=20818] ppid=20811 vsize=864432 CPUtime=0.11
/proc/20812/task/20818/stat : 20818 (java) S 20811 20798 15915 0 -1 64 358 0 0 0 11 0 0 0 16 0 9 0 2008403681 885178368 6021 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20812/tid=20819] ppid=20811 vsize=864432 CPUtime=0
/proc/20812/task/20819/stat : 20819 (java) S 20811 20798 15915 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008403682 885178368 6021 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20812/tid=20820] ppid=20811 vsize=864432 CPUtime=0
/proc/20812/task/20820/stat : 20820 (java) S 20811 20798 15915 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2008403682 885178368 6021 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) 883388

[startup+3.10213 s]
/proc/loadavg: 2.12 2.03 2.01 3/90 20822
/proc/meminfo: memFree=1731656/2055920 swapFree=4180728/4192956
[pid=20798] ppid=20796 vsize=13600 CPUtime=1.54
/proc/20798/stat : 20798 (sugar) S 20796 20798 15915 0 -1 4194304 1022 11837 0 2 3 1 141 9 16 0 1 0 2008403601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20798/statm: 3400 798 370 3 0 500 0
[pid=20821] ppid=20798 vsize=5356 CPUtime=0
/proc/20821/stat : 20821 (sh) S 20798 20798 15915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008403761 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20821/statm: 1339 232 193 169 0 50 0
[pid=20822] ppid=20821 vsize=1916 CPUtime=1.47
/proc/20822/stat : 20822 (picosat) R 20821 20798 15915 0 -1 4194304 405 0 0 0 135 12 0 0 25 0 1 0 2008403761 1961984 389 996147200 134512640 134931368 4294956256 18446744073709551615 134525794 0 0 4096 0 0 0 0 17 1 0 0
/proc/20822/statm: 479 389 48 102 0 374 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 20872

[startup+6.3017 s]
/proc/loadavg: 2.12 2.03 2.01 3/90 20822
/proc/meminfo: memFree=1731080/2055920 swapFree=4180728/4192956
[pid=20798] ppid=20796 vsize=13600 CPUtime=1.54
/proc/20798/stat : 20798 (sugar) S 20796 20798 15915 0 -1 4194304 1022 11837 0 2 3 1 141 9 16 0 1 0 2008403601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20798/statm: 3400 798 370 3 0 500 0
[pid=20821] ppid=20798 vsize=5356 CPUtime=0
/proc/20821/stat : 20821 (sh) S 20798 20798 15915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008403761 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20821/statm: 1339 232 193 169 0 50 0
[pid=20822] ppid=20821 vsize=2124 CPUtime=4.64
/proc/20822/stat : 20822 (picosat) R 20821 20798 15915 0 -1 4194304 461 0 0 0 452 12 0 0 25 0 1 0 2008403761 2174976 445 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 1 0 0
/proc/20822/statm: 531 445 48 102 0 426 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 21080

[startup+12.7028 s]
/proc/loadavg: 2.10 2.03 2.01 3/90 20871
/proc/meminfo: memFree=1669768/2055920 swapFree=4180728/4192956
[pid=20798] ppid=20796 vsize=13600 CPUtime=1.54
/proc/20798/stat : 20798 (sugar) S 20796 20798 15915 0 -1 4194304 1022 11837 0 2 3 1 141 9 16 0 1 0 2008403601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20798/statm: 3400 798 370 3 0 500 0
[pid=20821] ppid=20798 vsize=5356 CPUtime=0
/proc/20821/stat : 20821 (sh) S 20798 20798 15915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008403761 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20821/statm: 1339 232 193 169 0 50 0
[pid=20822] ppid=20821 vsize=2332 CPUtime=10.99
/proc/20822/stat : 20822 (picosat) R 20821 20798 15915 0 -1 4194304 531 0 0 0 1087 12 0 0 25 0 1 0 2008403761 2387968 515 996147200 134512640 134931368 4294956256 18446744073709551615 134521578 0 0 4096 0 0 0 0 17 0 0 0
/proc/20822/statm: 583 515 48 102 0 478 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 21288

[startup+25.5011 s]
/proc/loadavg: 2.08 2.03 2.00 3/82 20872
/proc/meminfo: memFree=1729864/2055920 swapFree=4180728/4192956
[pid=20798] ppid=20796 vsize=13600 CPUtime=1.54
/proc/20798/stat : 20798 (sugar) S 20796 20798 15915 0 -1 4194304 1022 11837 0 2 3 1 141 9 16 0 1 0 2008403601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20798/statm: 3400 798 370 3 0 500 0
[pid=20821] ppid=20798 vsize=5356 CPUtime=0
/proc/20821/stat : 20821 (sh) S 20798 20798 15915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008403761 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20821/statm: 1339 232 193 169 0 50 0
[pid=20822] ppid=20821 vsize=2836 CPUtime=23.79
/proc/20822/stat : 20822 (picosat) R 20821 20798 15915 0 -1 4194304 618 0 0 0 2366 13 0 0 25 0 1 0 2008403761 2904064 602 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20822/statm: 709 602 48 102 0 604 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 21792

[startup+51.1016 s]
/proc/loadavg: 2.05 2.02 2.00 3/82 20872
/proc/meminfo: memFree=1725576/2055920 swapFree=4180728/4192956
[pid=20798] ppid=20796 vsize=13600 CPUtime=1.54
/proc/20798/stat : 20798 (sugar) S 20796 20798 15915 0 -1 4194304 1022 11837 0 2 3 1 141 9 16 0 1 0 2008403601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20798/statm: 3400 798 370 3 0 500 0
[pid=20821] ppid=20798 vsize=5356 CPUtime=0
/proc/20821/stat : 20821 (sh) S 20798 20798 15915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008403761 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20821/statm: 1339 232 193 169 0 50 0
[pid=20822] ppid=20821 vsize=3316 CPUtime=49.38
/proc/20822/stat : 20822 (picosat) R 20821 20798 15915 0 -1 4194304 737 0 0 0 4925 13 0 0 25 0 1 0 2008403761 3395584 721 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/20822/statm: 829 721 48 102 0 724 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 22272

[startup+102.308 s]
/proc/loadavg: 2.02 2.02 2.00 3/82 20872
/proc/meminfo: memFree=1715080/2055920 swapFree=4180728/4192956
[pid=20798] ppid=20796 vsize=13600 CPUtime=1.54
/proc/20798/stat : 20798 (sugar) S 20796 20798 15915 0 -1 4194304 1022 11837 0 2 3 1 141 9 16 0 1 0 2008403601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20798/statm: 3400 798 370 3 0 500 0
[pid=20821] ppid=20798 vsize=5356 CPUtime=0
/proc/20821/stat : 20821 (sh) S 20798 20798 15915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008403761 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20821/statm: 1339 232 193 169 0 50 0
[pid=20822] ppid=20821 vsize=3816 CPUtime=100.56
/proc/20822/stat : 20822 (picosat) R 20821 20798 15915 0 -1 4194304 912 0 0 0 10043 13 0 0 25 0 1 0 2008403761 3907584 872 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 0 0 0
/proc/20822/statm: 954 872 48 102 0 849 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 22772

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 20872
/proc/meminfo: memFree=1710792/2055920 swapFree=4180728/4192956
[pid=20798] ppid=20796 vsize=13600 CPUtime=1.54
/proc/20798/stat : 20798 (sugar) S 20796 20798 15915 0 -1 4194304 1022 11837 0 2 3 1 141 9 16 0 1 0 2008403601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20798/statm: 3400 798 370 3 0 500 0
[pid=20821] ppid=20798 vsize=5356 CPUtime=0
/proc/20821/stat : 20821 (sh) S 20798 20798 15915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008403761 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20821/statm: 1339 232 193 169 0 50 0
[pid=20822] ppid=20821 vsize=4328 CPUtime=160.52
/proc/20822/stat : 20822 (picosat) R 20821 20798 15915 0 -1 4194304 1071 0 0 0 16039 13 0 0 25 0 1 0 2008403761 4431872 1011 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 0 0 0
/proc/20822/statm: 1082 1011 48 102 0 977 0
Current children cumulated CPU time (s) 162.06
Current children cumulated vsize (KiB) 23284

[startup+222.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 20872
/proc/meminfo: memFree=1702984/2055920 swapFree=4180728/4192956
[pid=20798] ppid=20796 vsize=13600 CPUtime=1.54
/proc/20798/stat : 20798 (sugar) S 20796 20798 15915 0 -1 4194304 1022 11837 0 2 3 1 141 9 16 0 1 0 2008403601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20798/statm: 3400 798 370 3 0 500 0
[pid=20821] ppid=20798 vsize=5356 CPUtime=0
/proc/20821/stat : 20821 (sh) S 20798 20798 15915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008403761 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/20798/statm: 3400 798 370 3 0 500 0
[pid=20821] ppid=20798 vsize=5356 CPUtime=0
/proc/20821/stat : 20821 (sh) S 20798 20798 15915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008403761 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20821/statm: 1339 232 193 169 0 50 0
[pid=20822] ppid=20821 vsize=6820 CPUtime=817.77
/proc/20822/stat : 20822 (picosat) R 20821 20798 15915 0 -1 4194304 3958 0 0 0 81760 17 0 0 25 0 1 0 2008403761 6983680 1566 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20822/statm: 1705 1566 48 102 0 1600 0
Current children cumulated CPU time (s) 819.31
Current children cumulated vsize (KiB) 25776

[startup+882.302 s]
/proc/loadavg: 2.14 2.04 2.01 3/82 20967
/proc/meminfo: memFree=1689784/2055920 swapFree=4180728/4192956
[pid=20798] ppid=20796 vsize=13600 CPUtime=1.54
/proc/20798/stat : 20798 (sugar) S 20796 20798 15915 0 -1 4194304 1022 11837 0 2 3 1 141 9 16 0 1 0 2008403601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20798/statm: 3400 798 370 3 0 500 0
[pid=20821] ppid=20798 vsize=5356 CPUtime=0
/proc/20821/stat : 20821 (sh) S 20798 20798 15915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008403761 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20821/statm: 1339 232 193 169 0 50 0
[pid=20822] ppid=20821 vsize=6820 CPUtime=877.75
/proc/20822/stat : 20822 (picosat) R 20821 20798 15915 0 -1 4194304 4127 0 0 0 87758 17 0 0 25 0 1 0 2008403761 6983680 1573 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20822/statm: 1705 1573 48 102 0 1600 0
Current children cumulated CPU time (s) 879.29
Current children cumulated vsize (KiB) 25776

[startup+942.303 s]
/proc/loadavg: 2.12 2.05 2.01 3/82 20973
/proc/meminfo: memFree=1677048/2055920 swapFree=4180728/4192956
[pid=20798] ppid=20796 vsize=13600 CPUtime=1.54
/proc/20798/stat : 20798 (sugar) S 20796 20798 15915 0 -1 4194304 1022 11837 0 2 3 1 141 9 16 0 1 0 2008403601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20798/statm: 3400 798 370 3 0 500 0
[pid=20821] ppid=20798 vsize=5356 CPUtime=0
/proc/20821/stat : 20821 (sh) S 20798 20798 15915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008403761 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20821/statm: 1339 232 193 169 0 50 0
[pid=20822] ppid=20821 vsize=7216 CPUtime=937.72
/proc/20822/stat : 20822 (picosat) R 20821 20798 15915 0 -1 4194304 4375 0 0 0 93754 18 0 0 25 0 1 0 2008403761 7389184 1659 996147200 134512640 134931368 4294956256 18446744073709551615 134529740 0 0 4096 0 0 0 0 17 0 0 0
/proc/20822/statm: 1804 1659 48 102 0 1699 0
Current children cumulated CPU time (s) 939.26
Current children cumulated vsize (KiB) 26172

[startup+1002.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/82 20973
/proc/meminfo: memFree=1677112/2055920 swapFree=4180728/4192956
[pid=20798] ppid=20796 vsize=13600 CPUtime=1.54
/proc/20798/stat : 20798 (sugar) S 20796 20798 15915 0 -1 4194304 1022 11837 0 2 3 1 141 9 16 0 1 0 2008403601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20798/statm: 3400 798 370 3 0 500 0
[pid=20821] ppid=20798 vsize=5356 CPUtime=0
/proc/20821/stat : 20821 (sh) S 20798 20798 15915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008403761 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20821/statm: 1339 232 193 169 0 50 0
[pid=20822] ppid=20821 vsize=7100 CPUtime=997.69
/proc/20822/stat : 20822 (picosat) R 20821 20798 15915 0 -1 4194304 4549 0 0 0 99751 18 0 0 25 0 1 0 2008403761 7270400 1661 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20822/statm: 1775 1661 48 102 0 1670 0
Current children cumulated CPU time (s) 999.23
Current children cumulated vsize (KiB) 26056

[startup+1062.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/82 20973
/proc/meminfo: memFree=1668472/2055920 swapFree=4180728/4192956
[pid=20798] ppid=20796 vsize=13600 CPUtime=1.54
/proc/20798/stat : 20798 (sugar) S 20796 20798 15915 0 -1 4194304 1022 11837 0 2 3 1 141 9 16 0 1 0 2008403601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20798/statm: 3400 798 370 3 0 500 0
[pid=20821] ppid=20798 vsize=5356 CPUtime=0
/proc/20821/stat : 20821 (sh) S 20798 20798 15915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008403761 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20821/statm: 1339 232 193 169 0 50 0
[pid=20822] ppid=20821 vsize=7232 CPUtime=1057.66
/proc/20822/stat : 20822 (picosat) R 20821 20798 15915 0 -1 4194304 4735 0 0 0 105748 18 0 0 25 0 1 0 2008403761 7405568 1676 996147200 134512640 134931368 4294956256 18446744073709551615 134529914 0 0 4096 0 0 0 0 17 0 0 0
/proc/20822/statm: 1808 1676 48 102 0 1703 0
Current children cumulated CPU time (s) 1059.2
Current children cumulated vsize (KiB) 26188

[startup+1122.3 s]
/proc/loadavg: 2.22 2.10 2.02 3/82 20973
/proc/meminfo: memFree=1658040/2055920 swapFree=4180728/4192956
[pid=20798] ppid=20796 vsize=13600 CPUtime=1.54
/proc/20798/stat : 20798 (sugar) S 20796 20798 15915 0 -1 4194304 1022 11837 0 2 3 1 141 9 16 0 1 0 2008403601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20798/statm: 3400 798 370 3 0 500 0
[pid=20821] ppid=20798 vsize=5356 CPUtime=0
/proc/20821/stat : 20821 (sh) S 20798 20798 15915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008403761 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20821/statm: 1339 232 193 169 0 50 0
[pid=20822] ppid=20821 vsize=7120 CPUtime=1117.64
/proc/20822/stat : 20822 (picosat) R 20821 20798 15915 0 -1 4194304 4849 0 0 0 111745 19 0 0 25 0 1 0 2008403761 7290880 1666 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20822/statm: 1780 1666 48 102 0 1675 0
Current children cumulated CPU time (s) 1119.18
Current children cumulated vsize (KiB) 26076

[startup+1182.3 s]
/proc/loadavg: 2.08 2.08 2.02 3/82 20973
/proc/meminfo: memFree=1657720/2055920 swapFree=4180728/4192956
[pid=20798] ppid=20796 vsize=13600 CPUtime=1.54
/proc/20798/stat : 20798 (sugar) S 20796 20798 15915 0 -1 4194304 1022 11837 0 2 3 1 141 9 16 0 1 0 2008403601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20798/statm: 3400 798 370 3 0 500 0
[pid=20821] ppid=20798 vsize=5356 CPUtime=0
/proc/20821/stat : 20821 (sh) S 20798 20798 15915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008403761 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20821/statm: 1339 232 193 169 0 50 0
[pid=20822] ppid=20821 vsize=7384 CPUtime=1177.61
/proc/20822/stat : 20822 (picosat) R 20821 20798 15915 0 -1 4194304 5098 0 0 0 117742 19 0 0 25 0 1 0 2008403761 7561216 1735 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/20822/statm: 1846 1735 48 102 0 1741 0
Current children cumulated CPU time (s) 1179.15
Current children cumulated vsize (KiB) 26340

[startup+1242.3 s]
/proc/loadavg: 2.03 2.06 2.01 3/82 20973
/proc/meminfo: memFree=1657592/2055920 swapFree=4180728/4192956
[pid=20798] ppid=20796 vsize=13600 CPUtime=1.54
/proc/20798/stat : 20798 (sugar) S 20796 20798 15915 0 -1 4194304 1022 11837 0 2 3 1 141 9 16 0 1 0 2008403601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20798/statm: 3400 798 370 3 0 500 0
[pid=20821] ppid=20798 vsize=5356 CPUtime=0
/proc/20821/stat : 20821 (sh) S 20798 20798 15915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008403761 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20821/statm: 1339 232 193 169 0 50 0
[pid=20822] ppid=20821 vsize=7384 CPUtime=1237.58
/proc/20822/stat : 20822 (picosat) R 20821 20798 15915 0 -1 4194304 5218 0 0 0 123739 19 0 0 25 0 1 0 2008403761 7561216 1735 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20822/statm: 1846 1735 48 102 0 1741 0
Current children cumulated CPU time (s) 1239.12
Current children cumulated vsize (KiB) 26340

[startup+1302.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/82 20973
/proc/meminfo: memFree=1657080/2055920 swapFree=4180728/4192956
[pid=20798] ppid=20796 vsize=13600 CPUtime=1.54
/proc/20798/stat : 20798 (sugar) S 20796 20798 15915 0 -1 4194304 1022 11837 0 2 3 1 141 9 16 0 1 0 2008403601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20798/statm: 3400 798 370 3 0 500 0
[pid=20821] ppid=20798 vsize=5356 CPUtime=0
/proc/20821/stat : 20821 (sh) S 20798 20798 15915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008403761 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20821/statm: 1339 232 193 169 0 50 0
[pid=20822] ppid=20821 vsize=7752 CPUtime=1297.56
/proc/20822/stat : 20822 (picosat) R 20821 20798 15915 0 -1 4194304 5411 0 0 0 129737 19 0 0 25 0 1 0 2008403761 7938048 1745 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20822/statm: 1938 1745 48 102 0 1833 0
Current children cumulated CPU time (s) 1299.1
Current children cumulated vsize (KiB) 26708

[startup+1362.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/82 20973
/proc/meminfo: memFree=1645944/2055920 swapFree=4180728/4192956
[pid=20798] ppid=20796 vsize=13600 CPUtime=1.54
/proc/20798/stat : 20798 (sugar) S 20796 20798 15915 0 -1 4194304 1022 11837 0 2 3 1 141 9 16 0 1 0 2008403601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20798/statm: 3400 798 370 3 0 500 0
[pid=20821] ppid=20798 vsize=5356 CPUtime=0
/proc/20821/stat : 20821 (sh) S 20798 20798 15915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008403761 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20821/statm: 1339 232 193 169 0 50 0
[pid=20822] ppid=20821 vsize=7884 CPUtime=1357.52
/proc/20822/stat : 20822 (picosat) R 20821 20798 15915 0 -1 4194304 5576 0 0 0 135733 19 0 0 25 0 1 0 2008403761 8073216 1784 996147200 134512640 134931368 4294956256 18446744073709551615 134525941 0 0 4096 0 0 0 0 17 0 0 0
/proc/20822/statm: 1971 1784 48 102 0 1866 0
Current children cumulated CPU time (s) 1359.06
Current children cumulated vsize (KiB) 26840

[startup+1422.31 s]
/proc/loadavg: 2.00 2.03 2.00 3/82 20973
/proc/meminfo: memFree=1635000/2055920 swapFree=4180728/4192956
[pid=20798] ppid=20796 vsize=13600 CPUtime=1.54
/proc/20798/stat : 20798 (sugar) S 20796 20798 15915 0 -1 4194304 1022 11837 0 2 3 1 141 9 16 0 1 0 2008403601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20798/statm: 3400 798 370 3 0 500 0
[pid=20821] ppid=20798 vsize=5356 CPUtime=0
/proc/20821/stat : 20821 (sh) S 20798 20798 15915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008403761 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20821/statm: 1339 232 193 169 0 50 0
[pid=20822] ppid=20821 vsize=8148 CPUtime=1417.5
/proc/20822/stat : 20822 (picosat) R 20821 20798 15915 0 -1 4194304 5768 0 0 0 141730 20 0 0 25 0 1 0 2008403761 8343552 1850 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20822/statm: 2037 1850 48 102 0 1932 0
Current children cumulated CPU time (s) 1419.04
Current children cumulated vsize (KiB) 27104

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

[startup+1422.7 s]
/proc/loadavg: 2.00 2.03 2.00 3/82 20973
/proc/meminfo: memFree=1635000/2055920 swapFree=4180728/4192956
[pid=20798] ppid=20796 vsize=13600 CPUtime=1419.34
/proc/20798/stat : 20798 (sugar) S 20796 20798 15915 0 -1 4194304 1089 17896 0 2 3 1 141901 29 16 0 1 0 2008403601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20798/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1419.34
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1422.77
CPU time (s): 1419.48
CPU user time (s): 1419.14
CPU system time (s): 0.343947
CPU usage (%): 99.769
Max. virtual memory (cumulated for all children) (KiB): 883388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1419.14
system time used= 0.343947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22734
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1696
involuntary context switches= 11500

runsolver used 1.36479 second user time and 5.11522 second system time

The end

Launcher Data (download as text)

Begin job on node61 at 2008-07-05 23:45:23
IDJOB=1101769
IDBENCH=60065
IDSOLVER=345
FILE ID=node61/1101769-1215294323
PBS_JOBID= 7882210
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/rand-2-40-19-fcd/normalized-rand-2-40-19-443-230-fcd-3_ext.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-1101769-1215294323/watcher-1101769-1215294323 -o /tmp/evaluation-result-1101769-1215294323/solver-1101769-1215294323 -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-1101769-1215294323.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ce40ed4691a90a2ac4217ea7b5e30eda
RANDOM SEED=1496502621

node61.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.269
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.269
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:       1736256 kB
Buffers:         64120 kB
Cached:         171900 kB
SwapCached:       6468 kB
Active:         174096 kB
Inactive:        88328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1736256 kB
SwapTotal:     4192956 kB
SwapFree:      4180728 kB
Dirty:            2776 kB
Writeback:           0 kB
Mapped:          43828 kB
Slab:            41888 kB
Committed_AS:  4079840 kB
PageTables:       2336 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66492 MiB
End job on node61 at 2008-07-06 00:09:06