Trace number 1050835

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.12 1803.42

General information on the benchmark

Namecsp/golombRulerArity3/
normalized-ruler-67-12-a3.xml
MD5SUM984657641bd36a115ed9da3d36149bb4
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.215966
Satisfiable
(Un)Satisfiability was proved
Number of variables78
Number of constraints2277
Maximum constraint arity3
Maximum domain size68
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2277
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 Thu Jul  3 04:07:20 2008
0.00/0.05	c 0	PID 14766
0.00/0.05	c 0	HOST node10.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1050835-1215050839.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-1050835-1215050839.xml' 'HOME/temp.csp'
0.03/0.71	c 0	2 domains, 78 variables, 3 predicates, 0 relations, 2277 constraints
0.03/0.76	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.76	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.68/0.84	c 0	Parsing HOME/temp.csp
1.00/1.14	c 1	parsed 2360 expressions
1.00/1.15	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.00/1.15	c 1	Converting to clausal form CSP
1.10/1.21	c 1	converted 236 (10%) expressions
1.20/1.32	c 1	converted 472 (20%) expressions
1.20/1.35	c 1	converted 708 (30%) expressions
1.20/1.37	c 1	converted 944 (40%) expressions
1.20/1.38	c 1	converted 1180 (50%) expressions
1.20/1.39	c 1	converted 1416 (60%) expressions
1.29/1.40	c 1	converted 1652 (70%) expressions
1.29/1.41	c 1	converted 1888 (80%) expressions
1.29/1.41	c 1	converted 2124 (90%) expressions
1.29/1.42	c 1	converted 2360 (100%) expressions
1.29/1.42	c 1	CSP : 78 integers, 0 booleans, 2343 clauses, largest domain size 68
1.29/1.42	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.29/1.42	c 1	Propagation in CSP
1.39/1.50	c 1	572 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.39/1.50	c 1	CSP : 78 integers, 0 booleans, 2343 clauses, largest domain size 67
1.39/1.50	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.39/1.51	c 1	Simplifing CSP by introducing new Boolean variables
1.39/1.54	c 1	CSP : 78 integers, 4290 booleans, 6633 clauses, largest domain size 67
1.39/1.54	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.39/1.59	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.50/1.60	c 1	8 (10%) CSP integer variables are encoded (440 clauses, 4692 bytes)
1.50/1.61	c 1	16 (20%) CSP integer variables are encoded (886 clauses, 9598 bytes)
1.50/1.61	c 1	24 (30%) CSP integer variables are encoded (1375 clauses, 15764 bytes)
1.50/1.61	c 1	32 (40%) CSP integer variables are encoded (1851 clauses, 21952 bytes)
1.50/1.61	c 1	39 (50%) CSP integer variables are encoded (2260 clauses, 27269 bytes)
1.50/1.61	c 1	47 (60%) CSP integer variables are encoded (2731 clauses, 33392 bytes)
1.50/1.61	c 1	55 (70%) CSP integer variables are encoded (3199 clauses, 39476 bytes)
1.50/1.61	c 1	63 (80%) CSP integer variables are encoded (3665 clauses, 45534 bytes)
1.50/1.62	c 1	71 (90%) CSP integer variables are encoded (4118 clauses, 51423 bytes)
1.50/1.62	c 1	78 (100%) CSP integer variables are encoded (4510 clauses, 56519 bytes)
1.50/1.69	c 1	664 (10%) CSP clauses are encoded (31272 clauses, 507242 bytes)
1.59/1.76	c 1	1327 (20%) CSP clauses are encoded (57872 clauses, 989390 bytes)
1.70/1.81	c 1	1990 (30%) CSP clauses are encoded (84662 clauses, 1493281 bytes)
1.70/1.87	c 1	2654 (40%) CSP clauses are encoded (110636 clauses, 1981525 bytes)
1.80/1.93	c 1	3317 (50%) CSP clauses are encoded (137245 clauses, 2481917 bytes)
1.80/1.98	c 1	3980 (60%) CSP clauses are encoded (163298 clauses, 2971703 bytes)
1.89/2.03	c 1	4644 (70%) CSP clauses are encoded (189686 clauses, 3467901 bytes)
1.89/2.08	c 2	5307 (80%) CSP clauses are encoded (215787 clauses, 3958575 bytes)
1.99/2.14	c 2	5970 (90%) CSP clauses are encoded (241714 clauses, 4445937 bytes)
2.48/2.61	c 2	6633 (100%) CSP clauses are encoded (504097 clauses, 8657517 bytes)
2.48/2.61	c 2	6633 CSP clauses encoded
2.48/2.61	c 2	Writing map file : HOME/temp.map
2.48/2.61	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.48/2.61	c 2	SAT : 8878 SAT variables, 504097 SAT clauses, 8657517 bytes
2.48/2.61	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.48/2.66	c 2	SOLVING HOME/temp.cnf
2.48/2.66	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.06/1803.41	sh: line 1: 14790 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.06/1803.41	c 1803	DECODING HOME/temp.out WITH HOME/temp.map
1800.06/1803.41	c 1803	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.06/1803.41	c ERROR INTERRUPTED
1800.06/1803.42	s UNKNOWN
1800.06/1803.42	c 1803	CPU 1797.32 (0.04 0 1797.28 2.77)
1800.06/1803.42	c 1803	END Thu Jul  3 04:37:23 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-1050835-1215050839/watcher-1050835-1215050839 -o /tmp/evaluation-result-1050835-1215050839/solver-1050835-1215050839 -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-1050835-1215050839.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 2.01 1.99 4/72 14766
/proc/meminfo: memFree=1785736/2055920 swapFree=4179444/4192956
[pid=14766] ppid=14764 vsize=12268 CPUtime=0
/proc/14766/stat : 14766 (sugar) R 14764 14766 12892 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1984058809 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 214920034917 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/14766/statm: 3067 316 241 3 0 167 0

[startup+0.064852 s]
/proc/loadavg: 1.92 2.01 1.99 4/72 14766
/proc/meminfo: memFree=1785736/2055920 swapFree=4179444/4192956
[pid=14766] ppid=14764 vsize=13600 CPUtime=0.03
/proc/14766/stat : 14766 (sugar) S 14764 14766 12892 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984058809 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14766/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101947 s]
/proc/loadavg: 1.92 2.01 1.99 4/72 14766
/proc/meminfo: memFree=1785736/2055920 swapFree=4179444/4192956
[pid=14766] ppid=14764 vsize=13600 CPUtime=0.03
/proc/14766/stat : 14766 (sugar) S 14764 14766 12892 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984058809 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14766/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301875 s]
/proc/loadavg: 1.92 2.01 1.99 4/72 14766
/proc/meminfo: memFree=1785736/2055920 swapFree=4179444/4192956
[pid=14766] ppid=14764 vsize=13600 CPUtime=0.03
/proc/14766/stat : 14766 (sugar) S 14764 14766 12892 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984058809 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14766/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701936 s]
/proc/loadavg: 1.92 2.01 1.99 4/72 14766
/proc/meminfo: memFree=1785736/2055920 swapFree=4179444/4192956
[pid=14766] ppid=14764 vsize=13600 CPUtime=0.03
/proc/14766/stat : 14766 (sugar) S 14764 14766 12892 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984058809 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14766/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50204 s]
/proc/loadavg: 1.92 2.01 1.99 4/83 14788
/proc/meminfo: memFree=1778224/2055920 swapFree=4179444/4192956
[pid=14766] ppid=14764 vsize=13600 CPUtime=0.68
/proc/14766/stat : 14766 (sugar) S 14764 14766 12892 0 -1 4194304 974 5198 0 1 3 0 60 5 15 0 1 0 1984058809 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14766/statm: 3400 797 370 3 0 500 0
[pid=14779] ppid=14766 vsize=5356 CPUtime=0
/proc/14779/stat : 14779 (sh) S 14766 14766 12892 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984058885 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14779/statm: 1339 233 193 169 0 50 0
[pid=14780] ppid=14779 vsize=868252 CPUtime=0.71
/proc/14780/stat : 14780 (java) S 14779 14766 12892 0 -1 0 5453 0 1 0 67 4 0 0 18 0 9 0 1984058886 889090048 4851 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14780/statm: 217063 4851 1733 9 0 211638 0
[pid=14780/tid=14781] ppid=14779 vsize=868252 CPUtime=0.47
/proc/14780/task/14781/stat : 14781 (java) R 14779 14766 12892 0 -1 64 2654 0 1 0 45 2 0 0 19 0 9 0 1984058887 889090048 4851 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14780/tid=14782] ppid=14779 vsize=868252 CPUtime=0.03
/proc/14780/task/14782/stat : 14782 (java) R 14779 14766 12892 0 -1 64 645 0 0 0 3 0 0 0 16 0 9 0 1984058888 889090048 4851 996147200 134512640 134550740 4294955952 18446744073709551615 102109414 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14780/tid=14783] ppid=14779 vsize=868252 CPUtime=0
/proc/14780/task/14783/stat : 14783 (java) S 14779 14766 12892 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1984058888 889090048 4851 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14780/tid=14784] ppid=14779 vsize=868252 CPUtime=0
/proc/14780/task/14784/stat : 14784 (java) S 14779 14766 12892 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1984058888 889090048 4851 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14780/tid=14785] ppid=14779 vsize=868252 CPUtime=0
/proc/14780/task/14785/stat : 14785 (java) S 14779 14766 12892 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984058890 889090048 4851 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14780/tid=14786] ppid=14779 vsize=868252 CPUtime=0.19
/proc/14780/task/14786/stat : 14786 (java) S 14779 14766 12892 0 -1 64 1463 0 0 0 18 1 0 0 16 0 9 0 1984058890 889090048 4851 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14780/tid=14787] ppid=14779 vsize=868252 CPUtime=0
/proc/14780/task/14787/stat : 14787 (java) S 14779 14766 12892 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984058890 889090048 4851 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14780/tid=14788] ppid=14779 vsize=868252 CPUtime=0
/proc/14780/task/14788/stat : 14788 (java) S 14779 14766 12892 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984058890 889090048 4851 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 887208

[startup+3.10125 s]
/proc/loadavg: 1.92 2.01 1.99 3/83 14788
/proc/meminfo: memFree=1764784/2055920 swapFree=4179444/4192956
[pid=14766] ppid=14764 vsize=13600 CPUtime=2.5
/proc/14766/stat : 14766 (sugar) S 14764 14766 12892 0 -1 4194304 1022 12666 0 2 4 0 227 19 16 0 1 0 1984058809 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14766/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 13600

[startup+6.30168 s]
/proc/loadavg: 1.93 2.01 1.99 3/75 14790
/proc/meminfo: memFree=1763376/2055920 swapFree=4179444/4192956
[pid=14766] ppid=14764 vsize=13600 CPUtime=2.5
/proc/14766/stat : 14766 (sugar) S 14764 14766 12892 0 -1 4194304 1022 12666 0 2 4 0 227 19 16 0 1 0 1984058809 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14766/statm: 3400 798 370 3 0 500 0
[pid=14789] ppid=14766 vsize=5356 CPUtime=0
/proc/14789/stat : 14789 (sh) S 14766 14766 12892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984059075 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14789/statm: 1339 232 193 169 0 50 0
[pid=14790] ppid=14789 vsize=15988 CPUtime=3.59
/proc/14790/stat : 14790 (picosat) R 14789 14766 12892 0 -1 4194304 3686 0 0 0 161 198 0 0 25 0 1 0 1984059076 16371712 3672 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14790/statm: 3997 3672 40 102 0 3892 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 34944

[startup+12.7026 s]
/proc/loadavg: 1.93 2.01 1.99 3/75 14790
/proc/meminfo: memFree=1756528/2055920 swapFree=4179444/4192956
[pid=14766] ppid=14764 vsize=13600 CPUtime=2.5
/proc/14766/stat : 14766 (sugar) S 14764 14766 12892 0 -1 4194304 1022 12666 0 2 4 0 227 19 16 0 1 0 1984058809 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14766/statm: 3400 798 370 3 0 500 0
[pid=14789] ppid=14766 vsize=5356 CPUtime=0
/proc/14789/stat : 14789 (sh) S 14766 14766 12892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984059075 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14789/statm: 1339 232 193 169 0 50 0
[pid=14790] ppid=14789 vsize=19320 CPUtime=9.93
/proc/14790/stat : 14790 (picosat) R 14789 14766 12892 0 -1 4194304 4610 0 0 0 745 248 0 0 25 0 1 0 1984059076 19783680 4587 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14790/statm: 4830 4587 42 102 0 4725 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 38276

[startup+25.5013 s]
/proc/loadavg: 1.95 2.00 1.99 3/75 14790
/proc/meminfo: memFree=1756592/2055920 swapFree=4179444/4192956
[pid=14766] ppid=14764 vsize=13600 CPUtime=2.5
/proc/14766/stat : 14766 (sugar) S 14764 14766 12892 0 -1 4194304 1022 12666 0 2 4 0 227 19 16 0 1 0 1984058809 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14766/statm: 3400 798 370 3 0 500 0
[pid=14789] ppid=14766 vsize=5356 CPUtime=0
/proc/14789/stat : 14789 (sh) S 14766 14766 12892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984059075 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14789/statm: 1339 232 193 169 0 50 0
[pid=14790] ppid=14789 vsize=19452 CPUtime=22.6
/proc/14790/stat : 14790 (picosat) R 14789 14766 12892 0 -1 4194304 4641 0 0 0 2012 248 0 0 25 0 1 0 1984059076 19918848 4618 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14790/statm: 4863 4618 42 102 0 4758 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 38408

[startup+51.1018 s]
/proc/loadavg: 1.96 2.00 1.99 3/75 14790
/proc/meminfo: memFree=1756272/2055920 swapFree=4179444/4192956
[pid=14766] ppid=14764 vsize=13600 CPUtime=2.5
/proc/14766/stat : 14766 (sugar) S 14764 14766 12892 0 -1 4194304 1022 12666 0 2 4 0 227 19 16 0 1 0 1984058809 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14766/statm: 3400 798 370 3 0 500 0
[pid=14789] ppid=14766 vsize=5356 CPUtime=0
/proc/14789/stat : 14789 (sh) S 14766 14766 12892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984059075 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14789/statm: 1339 232 193 169 0 50 0
[pid=14790] ppid=14789 vsize=19716 CPUtime=47.96
/proc/14790/stat : 14790 (picosat) R 14789 14766 12892 0 -1 4194304 4736 0 0 0 4548 248 0 0 25 0 1 0 1984059076 20189184 4713 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14790/statm: 4929 4713 42 102 0 4824 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 38672

[startup+102.307 s]
/proc/loadavg: 1.98 2.00 1.99 3/75 14790
/proc/meminfo: memFree=1755632/2055920 swapFree=4179444/4192956
[pid=14766] ppid=14764 vsize=13600 CPUtime=2.5
/proc/14766/stat : 14766 (sugar) S 14764 14766 12892 0 -1 4194304 1022 12666 0 2 4 0 227 19 16 0 1 0 1984058809 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14766/statm: 3400 798 370 3 0 500 0
[pid=14789] ppid=14766 vsize=5356 CPUtime=0
/proc/14789/stat : 14789 (sh) S 14766 14766 12892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984059075 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14789/statm: 1339 232 193 169 0 50 0
[pid=14790] ppid=14789 vsize=20244 CPUtime=98.68
/proc/14790/stat : 14790 (picosat) R 14789 14766 12892 0 -1 4194304 4859 0 0 0 9619 249 0 0 25 0 1 0 1984059076 20729856 4836 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14790/statm: 5061 4836 42 102 0 4956 0
Current children cumulated CPU time (s) 101.18
Current children cumulated vsize (KiB) 39200

[startup+162.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/75 14790
/proc/meminfo: memFree=1754800/2055920 swapFree=4179444/4192956
[pid=14766] ppid=14764 vsize=13600 CPUtime=2.5
/proc/14766/stat : 14766 (sugar) S 14764 14766 12892 0 -1 4194304 1022 12666 0 2 4 0 227 19 16 0 1 0 1984058809 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14766/statm: 3400 798 370 3 0 500 0
[pid=14789] ppid=14766 vsize=5356 CPUtime=0
/proc/14789/stat : 14789 (sh) S 14766 14766 12892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984059075 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14789/statm: 1339 232 193 169 0 50 0
[pid=14790] ppid=14789 vsize=21036 CPUtime=158.11
/proc/14790/stat : 14790 (picosat) R 14789 14766 12892 0 -1 4194304 5059 0 0 0 15562 249 0 0 25 0 1 0 1984059076 21540864 5036 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/14790/statm: 5259 5036 42 102 0 5154 0
Current children cumulated CPU time (s) 160.61
Current children cumulated vsize (KiB) 39992

[startup+222.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/75 14790
/proc/meminfo: memFree=1754032/2055920 swapFree=4179444/4192956
[pid=14766] ppid=14764 vsize=13600 CPUtime=2.5
/proc/14766/stat : 14766 (sugar) S 14764 14766 12892 0 -1 4194304 1022 12666 0 2 4 0 227 19 16 0 1 0 1984058809 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14766/statm: 3400 798 370 3 0 500 0
[pid=14789] ppid=14766 vsize=5356 CPUtime=0
/proc/14789/stat : 14789 (sh) S 14766 14766 12892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984059075 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14789/statm: 1339 232 193 169 0 50 0
[pid=14790] ppid=14789 vsize=21828 CPUtime=217.55
/proc/14790/stat : 14790 (picosat) R 14789 14766 12892 0 -1 4194304 5270 0 0 0 21506 249 0 0 25 0 1 0 1984059076 22351872 5247 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14790/statm: 5457 5247 42 102 0 5352 0
Current children cumulated CPU time (s) 220.05
Current children cumulated vsize (KiB) 40784

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

[pid=14766] ppid=14764 vsize=13600 CPUtime=2.5
/proc/14766/stat : 14766 (sugar) S 14764 14766 12892 0 -1 4194304 1022 12666 0 2 4 0 227 19 16 0 1 0 1984058809 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14766/statm: 3400 798 370 3 0 500 0
[pid=14789] ppid=14766 vsize=5356 CPUtime=0
/proc/14789/stat : 14789 (sh) S 14766 14766 12892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984059075 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14789/statm: 1339 232 193 169 0 50 0
[pid=14790] ppid=14789 vsize=33904 CPUtime=1236.68
/proc/14790/stat : 14790 (picosat) R 14789 14766 12892 0 -1 4194304 8084 0 0 0 123413 255 0 0 25 0 1 0 1984059076 34717696 7839 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14790/statm: 8476 7839 48 102 0 8371 0
Current children cumulated CPU time (s) 1239.18
Current children cumulated vsize (KiB) 52860

[startup+1302.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 14818
/proc/meminfo: memFree=1752184/2055920 swapFree=4179444/4192956
[pid=14766] ppid=14764 vsize=13600 CPUtime=2.5
/proc/14766/stat : 14766 (sugar) S 14764 14766 12892 0 -1 4194304 1022 12666 0 2 4 0 227 19 16 0 1 0 1984058809 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14766/statm: 3400 798 370 3 0 500 0
[pid=14789] ppid=14766 vsize=5356 CPUtime=0
/proc/14789/stat : 14789 (sh) S 14766 14766 12892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984059075 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14789/statm: 1339 232 193 169 0 50 0
[pid=14790] ppid=14789 vsize=33904 CPUtime=1296.66
/proc/14790/stat : 14790 (picosat) R 14789 14766 12892 0 -1 4194304 8084 0 0 0 129411 255 0 0 25 0 1 0 1984059076 34717696 7839 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14790/statm: 8476 7839 48 102 0 8371 0
Current children cumulated CPU time (s) 1299.16
Current children cumulated vsize (KiB) 52860

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 14818
/proc/meminfo: memFree=1752120/2055920 swapFree=4179444/4192956
[pid=14766] ppid=14764 vsize=13600 CPUtime=2.5
/proc/14766/stat : 14766 (sugar) S 14764 14766 12892 0 -1 4194304 1022 12666 0 2 4 0 227 19 16 0 1 0 1984058809 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14766/statm: 3400 798 370 3 0 500 0
[pid=14789] ppid=14766 vsize=5356 CPUtime=0
/proc/14789/stat : 14789 (sh) S 14766 14766 12892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984059075 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14789/statm: 1339 232 193 169 0 50 0
[pid=14790] ppid=14789 vsize=33904 CPUtime=1356.63
/proc/14790/stat : 14790 (picosat) R 14789 14766 12892 0 -1 4194304 8084 0 0 0 135408 255 0 0 25 0 1 0 1984059076 34717696 7839 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/14790/statm: 8476 7839 48 102 0 8371 0
Current children cumulated CPU time (s) 1359.13
Current children cumulated vsize (KiB) 52860

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 14818
/proc/meminfo: memFree=1752184/2055920 swapFree=4179444/4192956
[pid=14766] ppid=14764 vsize=13600 CPUtime=2.5
/proc/14766/stat : 14766 (sugar) S 14764 14766 12892 0 -1 4194304 1022 12666 0 2 4 0 227 19 16 0 1 0 1984058809 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14766/statm: 3400 798 370 3 0 500 0
[pid=14789] ppid=14766 vsize=5356 CPUtime=0
/proc/14789/stat : 14789 (sh) S 14766 14766 12892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984059075 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14789/statm: 1339 232 193 169 0 50 0
[pid=14790] ppid=14789 vsize=33904 CPUtime=1416.62
/proc/14790/stat : 14790 (picosat) R 14789 14766 12892 0 -1 4194304 8084 0 0 0 141406 256 0 0 25 0 1 0 1984059076 34717696 7839 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 0 0 0
/proc/14790/statm: 8476 7839 48 102 0 8371 0
Current children cumulated CPU time (s) 1419.12
Current children cumulated vsize (KiB) 52860

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 14818
/proc/meminfo: memFree=1752120/2055920 swapFree=4179444/4192956
[pid=14766] ppid=14764 vsize=13600 CPUtime=2.5
/proc/14766/stat : 14766 (sugar) S 14764 14766 12892 0 -1 4194304 1022 12666 0 2 4 0 227 19 16 0 1 0 1984058809 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14766/statm: 3400 798 370 3 0 500 0
[pid=14789] ppid=14766 vsize=5356 CPUtime=0
/proc/14789/stat : 14789 (sh) S 14766 14766 12892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984059075 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14789/statm: 1339 232 193 169 0 50 0
[pid=14790] ppid=14789 vsize=33904 CPUtime=1476.59
/proc/14790/stat : 14790 (picosat) R 14789 14766 12892 0 -1 4194304 8084 0 0 0 147403 256 0 0 25 0 1 0 1984059076 34717696 7839 996147200 134512640 134931368 4294956256 18446744073709551615 134529758 0 0 4096 0 0 0 0 17 0 0 0
/proc/14790/statm: 8476 7839 48 102 0 8371 0
Current children cumulated CPU time (s) 1479.09
Current children cumulated vsize (KiB) 52860

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 14818
/proc/meminfo: memFree=1751992/2055920 swapFree=4179444/4192956
[pid=14766] ppid=14764 vsize=13600 CPUtime=2.5
/proc/14766/stat : 14766 (sugar) S 14764 14766 12892 0 -1 4194304 1022 12666 0 2 4 0 227 19 16 0 1 0 1984058809 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14766/statm: 3400 798 370 3 0 500 0
[pid=14789] ppid=14766 vsize=5356 CPUtime=0
/proc/14789/stat : 14789 (sh) S 14766 14766 12892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984059075 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14789/statm: 1339 232 193 169 0 50 0
[pid=14790] ppid=14789 vsize=33904 CPUtime=1536.57
/proc/14790/stat : 14790 (picosat) R 14789 14766 12892 0 -1 4194304 8084 0 0 0 153401 256 0 0 25 0 1 0 1984059076 34717696 7839 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14790/statm: 8476 7839 48 102 0 8371 0
Current children cumulated CPU time (s) 1539.07
Current children cumulated vsize (KiB) 52860

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 14818
/proc/meminfo: memFree=1751992/2055920 swapFree=4179444/4192956
[pid=14766] ppid=14764 vsize=13600 CPUtime=2.5
/proc/14766/stat : 14766 (sugar) S 14764 14766 12892 0 -1 4194304 1022 12666 0 2 4 0 227 19 16 0 1 0 1984058809 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14766/statm: 3400 798 370 3 0 500 0
[pid=14789] ppid=14766 vsize=5356 CPUtime=0
/proc/14789/stat : 14789 (sh) S 14766 14766 12892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984059075 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14789/statm: 1339 232 193 169 0 50 0
[pid=14790] ppid=14789 vsize=33904 CPUtime=1596.54
/proc/14790/stat : 14790 (picosat) R 14789 14766 12892 0 -1 4194304 8084 0 0 0 159398 256 0 0 25 0 1 0 1984059076 34717696 7839 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 0 0 0
/proc/14790/statm: 8476 7839 48 102 0 8371 0
Current children cumulated CPU time (s) 1599.04
Current children cumulated vsize (KiB) 52860

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 14818
/proc/meminfo: memFree=1752056/2055920 swapFree=4179444/4192956
[pid=14766] ppid=14764 vsize=13600 CPUtime=2.5
/proc/14766/stat : 14766 (sugar) S 14764 14766 12892 0 -1 4194304 1022 12666 0 2 4 0 227 19 16 0 1 0 1984058809 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14766/statm: 3400 798 370 3 0 500 0
[pid=14789] ppid=14766 vsize=5356 CPUtime=0
/proc/14789/stat : 14789 (sh) S 14766 14766 12892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984059075 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14789/statm: 1339 232 193 169 0 50 0
[pid=14790] ppid=14789 vsize=33904 CPUtime=1656.52
/proc/14790/stat : 14790 (picosat) R 14789 14766 12892 0 -1 4194304 8084 0 0 0 165396 256 0 0 25 0 1 0 1984059076 34717696 7839 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14790/statm: 8476 7839 48 102 0 8371 0
Current children cumulated CPU time (s) 1659.02
Current children cumulated vsize (KiB) 52860

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 14818
/proc/meminfo: memFree=1751992/2055920 swapFree=4179444/4192956
[pid=14766] ppid=14764 vsize=13600 CPUtime=2.5
/proc/14766/stat : 14766 (sugar) S 14764 14766 12892 0 -1 4194304 1022 12666 0 2 4 0 227 19 16 0 1 0 1984058809 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14766/statm: 3400 798 370 3 0 500 0
[pid=14789] ppid=14766 vsize=5356 CPUtime=0
/proc/14789/stat : 14789 (sh) S 14766 14766 12892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984059075 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14789/statm: 1339 232 193 169 0 50 0
[pid=14790] ppid=14789 vsize=33904 CPUtime=1716.49
/proc/14790/stat : 14790 (picosat) R 14789 14766 12892 0 -1 4194304 8084 0 0 0 171393 256 0 0 25 0 1 0 1984059076 34717696 7839 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14790/statm: 8476 7839 48 102 0 8371 0
Current children cumulated CPU time (s) 1718.99
Current children cumulated vsize (KiB) 52860

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 14818
/proc/meminfo: memFree=1752056/2055920 swapFree=4179444/4192956
[pid=14766] ppid=14764 vsize=13600 CPUtime=2.5
/proc/14766/stat : 14766 (sugar) S 14764 14766 12892 0 -1 4194304 1022 12666 0 2 4 0 227 19 16 0 1 0 1984058809 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14766/statm: 3400 798 370 3 0 500 0
[pid=14789] ppid=14766 vsize=5356 CPUtime=0
/proc/14789/stat : 14789 (sh) S 14766 14766 12892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984059075 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14789/statm: 1339 232 193 169 0 50 0
[pid=14790] ppid=14789 vsize=33904 CPUtime=1776.47
/proc/14790/stat : 14790 (picosat) R 14789 14766 12892 0 -1 4194304 8084 0 0 0 177391 256 0 0 25 0 1 0 1984059076 34717696 7839 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 0 0 0
/proc/14790/statm: 8476 7839 48 102 0 8371 0
Current children cumulated CPU time (s) 1778.97
Current children cumulated vsize (KiB) 52860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.4 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 14818
/proc/meminfo: memFree=1752056/2055920 swapFree=4179444/4192956
[pid=14766] ppid=14764 vsize=13600 CPUtime=2.5
/proc/14766/stat : 14766 (sugar) S 14764 14766 12892 0 -1 4194304 1022 12666 0 2 4 0 227 19 16 0 1 0 1984058809 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14766/statm: 3400 798 370 3 0 500 0
[pid=14789] ppid=14766 vsize=5356 CPUtime=0
/proc/14789/stat : 14789 (sh) S 14766 14766 12892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984059075 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14789/statm: 1339 232 193 169 0 50 0
[pid=14790] ppid=14789 vsize=33904 CPUtime=1797.56
/proc/14790/stat : 14790 (picosat) R 14789 14766 12892 0 -1 4194304 8091 0 0 0 179500 256 0 0 25 0 1 0 1984059076 34717696 7846 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14790/statm: 8476 7846 48 102 0 8371 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 52860

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

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

Child status: 0
Real time (s): 1803.42
CPU time (s): 1800.12
CPU user time (s): 1797.33
CPU system time (s): 2.78858
CPU usage (%): 99.8166
Max. virtual memory (cumulated for all children) (KiB): 887320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.33
system time used= 2.78858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22404
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= 3620
involuntary context switches= 12823

runsolver used 1.86272 second user time and 4.97024 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-03 04:07:19
IDJOB=1050835
IDBENCH=55380
IDSOLVER=345
FILE ID=node10/1050835-1215050839
PBS_JOBID= 7875154
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/golombRulerArity3/normalized-ruler-67-12-a3.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-1050835-1215050839/watcher-1050835-1215050839 -o /tmp/evaluation-result-1050835-1215050839/solver-1050835-1215050839 -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-1050835-1215050839.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 984657641bd36a115ed9da3d36149bb4
RANDOM SEED=180906327

node10.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.229
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.229
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:       1786216 kB
Buffers:         44500 kB
Cached:         127188 kB
SwapCached:       7560 kB
Active:         119576 kB
Inactive:        75552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1786216 kB
SwapTotal:     4192956 kB
SwapFree:      4179444 kB
Dirty:            1552 kB
Writeback:           0 kB
Mapped:          31048 kB
Slab:            59724 kB
Committed_AS:  3262144 kB
PageTables:       1924 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= 66524 MiB
End job on node10 at 2008-07-03 04:37:25