Trace number 1081989

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.03 1809.14

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-30.xml
MD5SUMbccb1afd07064f82b769e57196d4b8ac
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.6019
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of constraints13079
Maximum constraint arity2
Maximum domain size30
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13079
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 03:14:06 2008
0.00/0.05	c 0	PID 21055
0.00/0.05	c 0	HOST node13.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1081989-1215220446.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-1081989-1215220446.xml' 'HOME/temp.csp'
1.24/1.33	c 1	1 domains, 900 variables, 4 predicates, 0 relations, 13079 constraints
1.24/1.37	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.24/1.37	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'
1.29/1.46	c 1	Parsing HOME/temp.csp
1.29/1.94	c 2	parsed 10000 expressions
1.29/2.01	c 2	parsed 13984 expressions
1.29/2.01	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.29/2.01	c 2	Converting to clausal form CSP
2.18/2.36	c 2	converted 1399 (10%) expressions
2.38/2.57	c 2	converted 2797 (20%) expressions
2.68/2.82	c 3	converted 4196 (30%) expressions
2.88/3.00	c 3	converted 5594 (40%) expressions
2.98/3.19	c 3	converted 6992 (50%) expressions
3.27/3.46	c 3	converted 8391 (60%) expressions
3.47/3.66	c 4	converted 9789 (70%) expressions
3.66/3.85	c 4	converted 11188 (80%) expressions
3.87/4.04	c 4	converted 12586 (90%) expressions
4.07/4.23	c 4	converted 13984 (100%) expressions
4.07/4.23	c 4	CSP : 900 integers, 12314 booleans, 38577 clauses, largest domain size 30
4.07/4.23	c 4	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.07/4.23	c 4	Propagation in CSP
4.76/4.92	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.76/4.92	c 5	CSP : 900 integers, 12314 booleans, 38577 clauses, largest domain size 30
4.76/4.92	c 5	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.76/4.93	c 5	Simplifing CSP by introducing new Boolean variables
4.85/5.02	c 5	CSP : 900 integers, 26100 booleans, 52363 clauses, largest domain size 30
4.85/5.02	c 5	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.06/5.20	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.06/5.27	c 5	90 (10%) CSP integer variables are encoded (2520 clauses, 30687 bytes)
5.06/5.28	c 5	180 (20%) CSP integer variables are encoded (5040 clauses, 63447 bytes)
5.06/5.29	c 5	270 (30%) CSP integer variables are encoded (7560 clauses, 96207 bytes)
5.16/5.31	c 5	360 (40%) CSP integer variables are encoded (10080 clauses, 129818 bytes)
5.16/5.32	c 5	450 (50%) CSP integer variables are encoded (12600 clauses, 167618 bytes)
5.16/5.33	c 5	540 (60%) CSP integer variables are encoded (15120 clauses, 205418 bytes)
5.16/5.34	c 5	630 (70%) CSP integer variables are encoded (17640 clauses, 243218 bytes)
5.16/5.35	c 5	720 (80%) CSP integer variables are encoded (20160 clauses, 281018 bytes)
5.16/5.37	c 5	810 (90%) CSP integer variables are encoded (22680 clauses, 318818 bytes)
5.16/5.38	c 5	900 (100%) CSP integer variables are encoded (25200 clauses, 356618 bytes)
5.75/5.97	c 6	5237 (10%) CSP clauses are encoded (141712 clauses, 2607104 bytes)
6.25/6.47	c 6	10473 (20%) CSP clauses are encoded (256333 clauses, 4921585 bytes)
6.84/7.00	c 7	15709 (30%) CSP clauses are encoded (372913 clauses, 7280062 bytes)
7.34/7.51	c 7	20946 (40%) CSP clauses are encoded (490349 clauses, 9660335 bytes)
7.83/8.04	c 8	26182 (50%) CSP clauses are encoded (607280 clauses, 12042666 bytes)
8.32/8.54	c 8	31418 (60%) CSP clauses are encoded (724666 clauses, 14440864 bytes)
8.81/9.08	c 9	36655 (70%) CSP clauses are encoded (843244 clauses, 16967760 bytes)
9.30/9.58	c 9	41891 (80%) CSP clauses are encoded (960095 clauses, 19475876 bytes)
9.89/10.11	c 10	47127 (90%) CSP clauses are encoded (1077576 clauses, 21998162 bytes)
10.39/10.61	c 10	52363 (100%) CSP clauses are encoded (1194034 clauses, 24497650 bytes)
10.39/10.61	c 10	52363 CSP clauses encoded
10.39/10.62	c 10	Writing map file : HOME/temp.map
10.39/10.64	c 10	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.39/10.64	c 10	SAT : 52200 SAT variables, 1194034 SAT clauses, 24497650 bytes
10.39/10.64	c 10	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.39/10.68	c 11	SOLVING HOME/temp.cnf
10.39/10.68	c 11	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1809.12	c ERROR INTERRUPTED
1800.03/1809.12	s UNKNOWN
1800.03/1809.12	c 1809	CPU 10.08 (0.04 0.01 10.04 0.38)
1800.03/1809.12	c 1809	END Sat Jul  5 03:44:15 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-1081989-1215220446/watcher-1081989-1215220446 -o /tmp/evaluation-result-1081989-1215220446/solver-1081989-1215220446 -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-1081989-1215220446.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.99 1.98 1.99 4/73 21055
/proc/meminfo: memFree=1748600/2055920 swapFree=4180436/4192956
[pid=21055] ppid=21053 vsize=12268 CPUtime=0
/proc/21055/stat : 21055 (sugar) R 21053 21055 20018 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 1551716363 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 269757413989 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/21055/statm: 3067 316 241 3 0 167 0

[startup+0.05939 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 21055
/proc/meminfo: memFree=1748600/2055920 swapFree=4180436/4192956
[pid=21055] ppid=21053 vsize=13600 CPUtime=0.03
/proc/21055/stat : 21055 (sugar) S 21053 21055 20018 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1551716363 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21055/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.103227 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 21055
/proc/meminfo: memFree=1748600/2055920 swapFree=4180436/4192956
[pid=21055] ppid=21053 vsize=13600 CPUtime=0.03
/proc/21055/stat : 21055 (sugar) S 21053 21055 20018 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1551716363 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21055/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301282 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 21055
/proc/meminfo: memFree=1748600/2055920 swapFree=4180436/4192956
[pid=21055] ppid=21053 vsize=13600 CPUtime=0.03
/proc/21055/stat : 21055 (sugar) S 21053 21055 20018 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1551716363 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21055/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701346 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 21055
/proc/meminfo: memFree=1748600/2055920 swapFree=4180436/4192956
[pid=21055] ppid=21053 vsize=13600 CPUtime=0.03
/proc/21055/stat : 21055 (sugar) S 21053 21055 20018 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1551716363 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21055/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50144 s]
/proc/loadavg: 1.99 1.98 1.99 4/84 21067
/proc/meminfo: memFree=1724128/2055920 swapFree=4180436/4192956
[pid=21055] ppid=21053 vsize=13600 CPUtime=1.29
/proc/21055/stat : 21055 (sugar) S 21053 21055 20018 0 -1 4194304 973 10449 0 1 3 0 118 8 16 0 1 0 1551716363 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21055/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 13600

[startup+3.10266 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 21077
/proc/meminfo: memFree=1735776/2055920 swapFree=4180436/4192956
[pid=21055] ppid=21053 vsize=13600 CPUtime=1.29
/proc/21055/stat : 21055 (sugar) S 21053 21055 20018 0 -1 4194304 974 10449 0 1 3 0 118 8 15 0 1 0 1551716363 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21055/statm: 3400 797 370 3 0 500 0
[pid=21068] ppid=21055 vsize=5356 CPUtime=0
/proc/21068/stat : 21068 (sh) S 21055 21055 20018 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1551716501 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21068/statm: 1339 233 193 169 0 50 0
[pid=21069] ppid=21068 vsize=868408 CPUtime=1.69
/proc/21069/stat : 21069 (java) S 21068 21055 20018 0 -1 0 8556 0 1 0 164 5 0 0 18 0 9 0 1551716501 889249792 7699 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21069/statm: 217102 7699 2540 9 0 211677 0
[pid=21069/tid=21070] ppid=21068 vsize=868408 CPUtime=1.23
/proc/21069/task/21070/stat : 21070 (java) R 21068 21055 20018 0 -1 64 2747 0 1 0 122 1 0 0 24 0 9 0 1551716502 889249792 7699 996147200 134512640 134550740 4294955952 18446744073709551615 4126597193 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21069/tid=21071] ppid=21068 vsize=868408 CPUtime=0.24
/proc/21069/task/21071/stat : 21071 (java) S 21068 21055 20018 0 -1 64 3657 0 0 0 22 2 0 0 16 0 9 0 1551716503 889249792 7699 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21069/tid=21072] ppid=21068 vsize=868408 CPUtime=0
/proc/21069/task/21072/stat : 21072 (java) S 21068 21055 20018 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1551716504 889249792 7699 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21069/tid=21073] ppid=21068 vsize=868408 CPUtime=0
/proc/21069/task/21073/stat : 21073 (java) S 21068 21055 20018 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1551716504 889249792 7699 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21069/tid=21074] ppid=21068 vsize=868408 CPUtime=0
/proc/21069/task/21074/stat : 21074 (java) S 21068 21055 20018 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1551716506 889249792 7699 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21069/tid=21075] ppid=21068 vsize=868408 CPUtime=0.19
/proc/21069/task/21075/stat : 21075 (java) S 21068 21055 20018 0 -1 64 1459 0 0 0 19 0 0 0 15 0 9 0 1551716506 889249792 7699 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21069/tid=21076] ppid=21068 vsize=868408 CPUtime=0
/proc/21069/task/21076/stat : 21076 (java) S 21068 21055 20018 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1551716506 889249792 7699 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21069/tid=21077] ppid=21068 vsize=868408 CPUtime=0
/proc/21069/task/21077/stat : 21077 (java) S 21068 21055 20018 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1551716506 889249792 7699 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887364

[startup+6.30108 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 21077
/proc/meminfo: memFree=1707168/2055920 swapFree=4180436/4192956
[pid=21055] ppid=21053 vsize=13600 CPUtime=1.3
/proc/21055/stat : 21055 (sugar) S 21053 21055 20018 0 -1 4194304 974 10449 0 1 3 1 118 8 15 0 1 0 1551716363 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21055/statm: 3400 797 370 3 0 500 0
[pid=21068] ppid=21055 vsize=5356 CPUtime=0
/proc/21068/stat : 21068 (sh) S 21055 21055 20018 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1551716501 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21068/statm: 1339 233 193 169 0 50 0
[pid=21069] ppid=21068 vsize=868520 CPUtime=4.85
/proc/21069/stat : 21069 (java) S 21068 21055 20018 0 -1 0 13393 0 1 0 472 13 0 0 18 0 9 0 1551716501 889364480 11928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21069/statm: 217130 11928 2566 9 0 211677 0
[pid=21069/tid=21070] ppid=21068 vsize=868520 CPUtime=3.64
/proc/21069/task/21070/stat : 21070 (java) R 21068 21055 20018 0 -1 64 3205 0 1 0 359 5 0 0 25 0 9 0 1551716502 889364480 11928 996147200 134512640 134550740 4294955952 18446744073709551615 4127010947 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21069/tid=21071] ppid=21068 vsize=868520 CPUtime=0.9
/proc/21069/task/21071/stat : 21071 (java) S 21068 21055 20018 0 -1 64 7988 0 0 0 85 5 0 0 16 0 9 0 1551716503 889364480 11928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21069/tid=21072] ppid=21068 vsize=868520 CPUtime=0
/proc/21069/task/21072/stat : 21072 (java) S 21068 21055 20018 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1551716504 889364480 11928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21069/tid=21073] ppid=21068 vsize=868520 CPUtime=0
/proc/21069/task/21073/stat : 21073 (java) S 21068 21055 20018 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1551716504 889364480 11928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21069/tid=21074] ppid=21068 vsize=868520 CPUtime=0
/proc/21069/task/21074/stat : 21074 (java) S 21068 21055 20018 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1551716506 889364480 11928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21069/tid=21075] ppid=21068 vsize=868520 CPUtime=0.27
/proc/21069/task/21075/stat : 21075 (java) S 21068 21055 20018 0 -1 64 1507 0 0 0 27 0 0 0 16 0 9 0 1551716506 889364480 11928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21069/tid=21076] ppid=21068 vsize=868520 CPUtime=0
/proc/21069/task/21076/stat : 21076 (java) S 21068 21055 20018 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1551716506 889364480 11928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21069/tid=21077] ppid=21068 vsize=868520 CPUtime=0
/proc/21069/task/21077/stat : 21077 (java) S 21068 21055 20018 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1551716506 889364480 11928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887476

[startup+12.7029 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 21079
/proc/meminfo: memFree=1713128/2055920 swapFree=4180436/4192956
[pid=21055] ppid=21053 vsize=13600 CPUtime=10.47
/proc/21055/stat : 21055 (sugar) S 21053 21055 20018 0 -1 4194304 1022 24491 0 2 4 1 1004 38 16 0 1 0 1551716363 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21055/statm: 3400 799 370 3 0 500 0
[pid=21078] ppid=21055 vsize=5356 CPUtime=0
/proc/21078/stat : 21078 (sh) S 21055 21055 20018 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551717431 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21078/statm: 1339 232 193 169 0 50 0
[pid=21079] ppid=21078 vsize=12316 CPUtime=1.98
/proc/21079/stat : 21079 (picosat) R 21078 21055 20018 0 -1 4194304 2581 0 0 0 91 107 0 0 25 0 1 0 1551717431 12611584 2567 996147200 134512640 134931368 4294956256 18446744073709551615 134532195 0 0 4096 0 0 0 0 17 1 0 0
/proc/21079/statm: 3079 2567 40 102 0 2974 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 31272

[startup+25.5016 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 21079
/proc/meminfo: memFree=1676712/2055920 swapFree=4180436/4192956
[pid=21055] ppid=21053 vsize=13600 CPUtime=10.47
/proc/21055/stat : 21055 (sugar) S 21053 21055 20018 0 -1 4194304 1022 24491 0 2 4 1 1004 38 16 0 1 0 1551716363 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21055/statm: 3400 799 370 3 0 500 0
[pid=21078] ppid=21055 vsize=5356 CPUtime=0
/proc/21078/stat : 21078 (sh) S 21055 21055 20018 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551717431 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21078/statm: 1339 232 193 169 0 50 0
[pid=21079] ppid=21078 vsize=49712 CPUtime=14.66
/proc/21079/stat : 21079 (picosat) R 21078 21055 20018 0 -1 4194304 11058 0 0 0 887 579 0 0 25 0 1 0 1551717431 50905088 11011 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21079/statm: 12428 11011 42 102 0 12323 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 68668

[startup+51.102 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 21079
/proc/meminfo: memFree=1673896/2055920 swapFree=4180436/4192956
[pid=21055] ppid=21053 vsize=13600 CPUtime=10.47
/proc/21055/stat : 21055 (sugar) S 21053 21055 20018 0 -1 4194304 1022 24491 0 2 4 1 1004 38 16 0 1 0 1551716363 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21055/statm: 3400 799 370 3 0 500 0
[pid=21078] ppid=21055 vsize=5356 CPUtime=0
/proc/21078/stat : 21078 (sh) S 21055 21055 20018 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551717431 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21078/statm: 1339 232 193 169 0 50 0
[pid=21079] ppid=21078 vsize=51428 CPUtime=40.01
/proc/21079/stat : 21079 (picosat) R 21078 21055 20018 0 -1 4194304 11495 0 0 0 3422 579 0 0 25 0 1 0 1551717431 52662272 11448 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 1 0 0
/proc/21079/statm: 12857 11448 42 102 0 12752 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 70384

[startup+102.307 s]
/proc/loadavg: 2.07 2.00 2.00 3/76 21079
/proc/meminfo: memFree=1666664/2055920 swapFree=4180436/4192956
[pid=21055] ppid=21053 vsize=13600 CPUtime=10.47
/proc/21055/stat : 21055 (sugar) S 21053 21055 20018 0 -1 4194304 1022 24491 0 2 4 1 1004 38 16 0 1 0 1551716363 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21055/statm: 3400 799 370 3 0 500 0
[pid=21078] ppid=21055 vsize=5356 CPUtime=0
/proc/21078/stat : 21078 (sh) S 21055 21055 20018 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551717431 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21078/statm: 1339 232 193 169 0 50 0
[pid=21079] ppid=21078 vsize=55916 CPUtime=90.73
/proc/21079/stat : 21079 (picosat) R 21078 21055 20018 0 -1 4194304 12689 0 0 0 8492 581 0 0 25 0 1 0 1551717431 57257984 12642 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21079/statm: 13979 12642 42 102 0 13874 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 74872

[startup+162.302 s]
/proc/loadavg: 2.20 2.04 2.01 3/76 21079
/proc/meminfo: memFree=1663528/2055920 swapFree=4180436/4192956
[pid=21055] ppid=21053 vsize=13600 CPUtime=10.47
/proc/21055/stat : 21055 (sugar) S 21053 21055 20018 0 -1 4194304 1022 24491 0 2 4 1 1004 38 16 0 1 0 1551716363 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21055/statm: 3400 799 370 3 0 500 0
[pid=21078] ppid=21055 vsize=5356 CPUtime=0
/proc/21078/stat : 21078 (sh) S 21055 21055 20018 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551717431 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21078/statm: 1339 232 193 169 0 50 0
[pid=21079] ppid=21078 vsize=56708 CPUtime=150.16
/proc/21079/stat : 21079 (picosat) R 21078 21055 20018 0 -1 4194304 13016 0 0 0 14435 581 0 0 25 0 1 0 1551717431 58068992 12870 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21079/statm: 14177 12870 48 102 0 14072 0
Current children cumulated CPU time (s) 160.63

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

/proc/meminfo: memFree=1679792/2055920 swapFree=4180436/4192956
[pid=21055] ppid=21053 vsize=13600 CPUtime=10.47
/proc/21055/stat : 21055 (sugar) S 21053 21055 20018 0 -1 4194304 1022 24491 0 2 4 1 1004 38 16 0 1 0 1551716363 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21055/statm: 3400 799 370 3 0 500 0
[pid=21078] ppid=21055 vsize=5356 CPUtime=0
/proc/21078/stat : 21078 (sh) S 21055 21055 20018 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551717431 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21078/statm: 1339 232 193 169 0 50 0
[pid=21079] ppid=21078 vsize=79892 CPUtime=1342.93
/proc/21079/stat : 21079 (picosat) R 21078 21055 20018 0 -1 4194304 22751 0 0 0 133702 591 0 0 25 0 1 0 1551717431 81809408 18633 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 0 0 0
/proc/21079/statm: 19973 18633 48 102 0 19868 0
Current children cumulated CPU time (s) 1353.4
Current children cumulated vsize (KiB) 98848

[startup+1422.31 s]
/proc/loadavg: 2.08 2.13 2.06 3/83 21200
/proc/meminfo: memFree=1677360/2055920 swapFree=4180436/4192956
[pid=21055] ppid=21053 vsize=13600 CPUtime=10.47
/proc/21055/stat : 21055 (sugar) S 21053 21055 20018 0 -1 4194304 1022 24491 0 2 4 1 1004 38 16 0 1 0 1551716363 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21055/statm: 3400 799 370 3 0 500 0
[pid=21078] ppid=21055 vsize=5356 CPUtime=0
/proc/21078/stat : 21078 (sh) S 21055 21055 20018 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551717431 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21078/statm: 1339 232 193 169 0 50 0
[pid=21079] ppid=21078 vsize=82136 CPUtime=1402.92
/proc/21079/stat : 21079 (picosat) R 21078 21055 20018 0 -1 4194304 23660 0 0 0 139700 592 0 0 25 0 1 0 1551717431 84107264 19241 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 0 0 0
/proc/21079/statm: 20534 19241 48 102 0 20429 0
Current children cumulated CPU time (s) 1413.39
Current children cumulated vsize (KiB) 101092

[startup+1482.3 s]
/proc/loadavg: 2.14 2.13 2.07 3/83 21200
/proc/meminfo: memFree=1677360/2055920 swapFree=4180436/4192956
[pid=21055] ppid=21053 vsize=13600 CPUtime=10.47
/proc/21055/stat : 21055 (sugar) S 21053 21055 20018 0 -1 4194304 1022 24491 0 2 4 1 1004 38 16 0 1 0 1551716363 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21055/statm: 3400 799 370 3 0 500 0
[pid=21078] ppid=21055 vsize=5356 CPUtime=0
/proc/21078/stat : 21078 (sh) S 21055 21055 20018 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551717431 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21078/statm: 1339 232 193 169 0 50 0
[pid=21079] ppid=21078 vsize=82136 CPUtime=1462.89
/proc/21079/stat : 21079 (picosat) R 21078 21055 20018 0 -1 4194304 23660 0 0 0 145697 592 0 0 25 0 1 0 1551717431 84107264 19241 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21079/statm: 20534 19241 48 102 0 20429 0
Current children cumulated CPU time (s) 1473.36
Current children cumulated vsize (KiB) 101092

[startup+1542.3 s]
/proc/loadavg: 2.12 2.12 2.07 3/83 21202
/proc/meminfo: memFree=1673456/2055920 swapFree=4180436/4192956
[pid=21055] ppid=21053 vsize=13600 CPUtime=10.47
/proc/21055/stat : 21055 (sugar) S 21053 21055 20018 0 -1 4194304 1022 24491 0 2 4 1 1004 38 16 0 1 0 1551716363 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21055/statm: 3400 799 370 3 0 500 0
[pid=21078] ppid=21055 vsize=5356 CPUtime=0
/proc/21078/stat : 21078 (sh) S 21055 21055 20018 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551717431 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21078/statm: 1339 232 193 169 0 50 0
[pid=21079] ppid=21078 vsize=85700 CPUtime=1522.86
/proc/21079/stat : 21079 (picosat) R 21078 21055 20018 0 -1 4194304 24895 0 0 0 151693 593 0 0 25 0 1 0 1551717431 87756800 20159 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21079/statm: 21425 20159 48 102 0 21320 0
Current children cumulated CPU time (s) 1533.33
Current children cumulated vsize (KiB) 104656

[startup+1602.3 s]
/proc/loadavg: 2.04 2.10 2.06 3/83 21202
/proc/meminfo: memFree=1673392/2055920 swapFree=4180436/4192956
[pid=21055] ppid=21053 vsize=13600 CPUtime=10.47
/proc/21055/stat : 21055 (sugar) S 21053 21055 20018 0 -1 4194304 1022 24491 0 2 4 1 1004 38 16 0 1 0 1551716363 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21055/statm: 3400 799 370 3 0 500 0
[pid=21078] ppid=21055 vsize=5356 CPUtime=0
/proc/21078/stat : 21078 (sh) S 21055 21055 20018 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551717431 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21078/statm: 1339 232 193 169 0 50 0
[pid=21079] ppid=21078 vsize=85636 CPUtime=1582.84
/proc/21079/stat : 21079 (picosat) R 21078 21055 20018 0 -1 4194304 25252 0 0 0 157691 593 0 0 25 0 1 0 1551717431 87691264 20185 996147200 134512640 134931368 4294956256 18446744073709551615 134529395 0 0 4096 0 0 0 0 17 0 0 0
/proc/21079/statm: 21409 20185 48 102 0 21304 0
Current children cumulated CPU time (s) 1593.31
Current children cumulated vsize (KiB) 104592

[startup+1662.3 s]
/proc/loadavg: 2.01 2.08 2.06 3/83 21202
/proc/meminfo: memFree=1673584/2055920 swapFree=4180436/4192956
[pid=21055] ppid=21053 vsize=13600 CPUtime=10.47
/proc/21055/stat : 21055 (sugar) S 21053 21055 20018 0 -1 4194304 1022 24491 0 2 4 1 1004 38 16 0 1 0 1551716363 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21055/statm: 3400 799 370 3 0 500 0
[pid=21078] ppid=21055 vsize=5356 CPUtime=0
/proc/21078/stat : 21078 (sh) S 21055 21055 20018 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551717431 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21078/statm: 1339 232 193 169 0 50 0
[pid=21079] ppid=21078 vsize=85324 CPUtime=1642.82
/proc/21079/stat : 21079 (picosat) R 21078 21055 20018 0 -1 4194304 25605 0 0 0 163688 594 0 0 25 0 1 0 1551717431 87371776 20140 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21079/statm: 21331 20140 48 102 0 21226 0
Current children cumulated CPU time (s) 1653.29
Current children cumulated vsize (KiB) 104280

[startup+1722.3 s]
/proc/loadavg: 2.00 2.06 2.05 3/83 21202
/proc/meminfo: memFree=1673584/2055920 swapFree=4180436/4192956
[pid=21055] ppid=21053 vsize=13600 CPUtime=10.47
/proc/21055/stat : 21055 (sugar) S 21053 21055 20018 0 -1 4194304 1022 24491 0 2 4 1 1004 38 16 0 1 0 1551716363 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21055/statm: 3400 799 370 3 0 500 0
[pid=21078] ppid=21055 vsize=5356 CPUtime=0
/proc/21078/stat : 21078 (sh) S 21055 21055 20018 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551717431 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21078/statm: 1339 232 193 169 0 50 0
[pid=21079] ppid=21078 vsize=85324 CPUtime=1702.79
/proc/21079/stat : 21079 (picosat) R 21078 21055 20018 0 -1 4194304 25605 0 0 0 169685 594 0 0 25 0 1 0 1551717431 87371776 20140 996147200 134512640 134931368 4294956256 18446744073709551615 134525875 0 0 4096 0 0 0 0 17 0 0 0
/proc/21079/statm: 21331 20140 48 102 0 21226 0
Current children cumulated CPU time (s) 1713.26
Current children cumulated vsize (KiB) 104280

[startup+1782.3 s]
/proc/loadavg: 2.00 2.05 2.04 3/83 21202
/proc/meminfo: memFree=1671728/2055920 swapFree=4180436/4192956
[pid=21055] ppid=21053 vsize=13600 CPUtime=10.47
/proc/21055/stat : 21055 (sugar) S 21053 21055 20018 0 -1 4194304 1022 24491 0 2 4 1 1004 38 16 0 1 0 1551716363 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21055/statm: 3400 799 370 3 0 500 0
[pid=21078] ppid=21055 vsize=5356 CPUtime=0
/proc/21078/stat : 21078 (sh) S 21055 21055 20018 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551717431 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21078/statm: 1339 232 193 169 0 50 0
[pid=21079] ppid=21078 vsize=86908 CPUtime=1762.76
/proc/21079/stat : 21079 (picosat) R 21078 21055 20018 0 -1 4194304 26387 0 0 0 175682 594 0 0 25 0 1 0 1551717431 88993792 20563 996147200 134512640 134931368 4294956256 18446744073709551615 134544751 0 0 4096 0 0 0 0 17 0 0 0
/proc/21079/statm: 21727 20563 48 102 0 21622 0
Current children cumulated CPU time (s) 1773.23
Current children cumulated vsize (KiB) 105864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.1 s]
/proc/loadavg: 2.00 2.04 2.04 3/83 21202
/proc/meminfo: memFree=1671664/2055920 swapFree=4180436/4192956
[pid=21055] ppid=21053 vsize=13600 CPUtime=10.47
/proc/21055/stat : 21055 (sugar) S 21053 21055 20018 0 -1 4194304 1022 24491 0 2 4 1 1004 38 16 0 1 0 1551716363 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21055/statm: 3400 799 370 3 0 500 0
[pid=21078] ppid=21055 vsize=5356 CPUtime=0
/proc/21078/stat : 21078 (sh) S 21055 21055 20018 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551717431 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21078/statm: 1339 232 193 169 0 50 0
[pid=21079] ppid=21078 vsize=86908 CPUtime=1789.56
/proc/21079/stat : 21079 (picosat) R 21078 21055 20018 0 -1 4194304 26387 0 0 0 178362 594 0 0 25 0 1 0 1551717431 88993792 20563 996147200 134512640 134931368 4294956256 18446744073709551615 134525749 0 0 4096 0 0 0 0 17 0 0 0
/proc/21079/statm: 21727 20563 48 102 0 21622 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 105864

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

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

[startup+1809.1 s]
/proc/loadavg: 2.00 2.04 2.04 3/83 21202
/proc/meminfo: memFree=1671664/2055920 swapFree=4180436/4192956
[pid=21055] ppid=21053 vsize=13600 CPUtime=10.47
/proc/21055/stat : 21055 (sugar) S 21053 21055 20018 0 -1 4194304 1022 24491 0 2 4 1 1004 38 16 0 1 0 1551716363 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21055/statm: 3400 799 370 3 0 500 0
[pid=21078] ppid=21055 vsize=5356 CPUtime=0
/proc/21078/stat : 21078 (sh) S 21055 21055 20018 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551717431 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21078/statm: 1339 232 193 169 0 50 0
[pid=21079] ppid=21078 vsize=86908 CPUtime=1789.56
/proc/21079/stat : 21079 (picosat) R 21078 21055 20018 0 -1 4194304 26387 0 0 0 178362 594 0 0 25 0 1 0 1551717431 88993792 20563 996147200 134512640 134931368 4294956256 18446744073709551615 134525749 0 0 4096 0 0 0 0 17 0 0 0
/proc/21079/statm: 21727 20563 48 102 0 21622 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 105864

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21055 and gives
#  childrusage.ru_utime.tv_sec=10
#  childrusage.ru_utime.tv_usec=89466
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=408937
# CPU time returned by wait4() is 10.4984
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.14
CPU time (s): 1800.03
CPU user time (s): 1793.7
CPU system time (s): 6.33
CPU usage (%): 99.4967
Max. virtual memory (cumulated for all children) (KiB): 887868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.0895
system time used= 0.408937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25869
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= 6285
involuntary context switches= 6325

runsolver used 2.11868 second user time and 5.62315 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-05 03:14:06
IDJOB=1081989
IDBENCH=57167
IDSOLVER=345
FILE ID=node13/1081989-1215220446
PBS_JOBID= 7881803
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-30.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-1081989-1215220446/watcher-1081989-1215220446 -o /tmp/evaluation-result-1081989-1215220446/solver-1081989-1215220446 -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-1081989-1215220446.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bccb1afd07064f82b769e57196d4b8ac
RANDOM SEED=562916399

node13.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:       1749080 kB
Buffers:         35488 kB
Cached:         129932 kB
SwapCached:       6892 kB
Active:         119672 kB
Inactive:       126020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1749080 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            2864 kB
Writeback:           0 kB
Mapped:          86540 kB
Slab:            46204 kB
Committed_AS:  3109688 kB
PageTables:       2048 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= 66520 MiB
End job on node13 at 2008-07-05 03:44:17