Trace number 1064862

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+minisatUNSAT 34.6417 35.0781

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-elf-rf9.xml
MD5SUM6fea805b38dfb180ddb73a033dd0e468
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 benchmark34.6417
Satisfiable
(Un)Satisfiability was proved
Number of variables20445
Number of constraints58443
Maximum constraint arity13
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension58443
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 06:06:12 2008
0.00/0.05	c 0	PID 28072
0.00/0.05	c 0	HOST node2.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1064862-1215144371.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-1064862-1215144371.xml' 'HOME/temp.csp'
3.52/3.66	c 3	2 domains, 20445 variables, 11 predicates, 0 relations, 58443 constraints
3.57/3.72	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.57/3.72	c 3	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'
3.60/3.80	c 3	Parsing HOME/temp.csp
3.60/4.23	c 4	parsed 10000 expressions
4.26/4.43	c 4	parsed 20000 expressions
4.46/4.67	c 4	parsed 30000 expressions
4.65/4.86	c 4	parsed 40000 expressions
4.95/5.15	c 5	parsed 50000 expressions
5.15/5.34	c 5	parsed 60000 expressions
5.54/5.73	c 5	parsed 70000 expressions
5.83/6.03	c 6	parsed 78901 expressions
5.83/6.03	c 6	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.83/6.03	c 6	Converting to clausal form CSP
5.83/6.09	c 6	converted 7891 (10%) expressions
5.93/6.10	c 6	converted 15781 (20%) expressions
6.13/6.36	c 6	converted 23671 (30%) expressions
6.33/6.52	c 6	converted 31561 (40%) expressions
6.72/6.92	c 6	converted 39451 (50%) expressions
6.81/7.09	c 7	converted 47341 (60%) expressions
7.01/7.24	c 7	converted 55231 (70%) expressions
7.21/7.44	c 7	converted 63121 (80%) expressions
7.41/7.64	c 7	converted 71011 (90%) expressions
9.20/9.49	c 9	converted 78901 (100%) expressions
9.20/9.50	c 9	CSP : 39173 integers, 0 booleans, 95898 clauses, largest domain size 150
9.20/9.50	c 9	Heap : 76 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.20/9.50	c 9	Propagation in CSP
10.29/10.54	c 10	10628 values, 0 unsatisfiable literals, and 0 valid clauses are removed
10.29/10.55	c 10	CSP : 39173 integers, 0 booleans, 95898 clauses, largest domain size 128
10.29/10.55	c 10	Heap : 76 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.29/10.58	c 10	Simplifing CSP by introducing new Boolean variables
10.40/10.62	c 10	CSP : 39173 integers, 0 booleans, 95898 clauses, largest domain size 128
10.40/10.62	c 10	Heap : 76 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.70/11.00	c 11	Encoding CSP to SAT : HOME/temp.cnf
10.80/11.04	c 11	3918 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
10.80/11.05	c 11	7835 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
10.80/11.05	c 11	11752 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
10.80/11.06	c 11	15670 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
10.80/11.06	c 11	19587 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
10.90/11.14	c 11	23504 (60%) CSP integer variables are encoded (64100 clauses, 961564 bytes)
11.00/11.25	c 11	27422 (70%) CSP integer variables are encoded (146854 clauses, 2344717 bytes)
11.10/11.40	c 11	31339 (80%) CSP integer variables are encoded (265988 clauses, 4369995 bytes)
11.32/11.56	c 11	35256 (90%) CSP integer variables are encoded (392340 clauses, 6517979 bytes)
11.51/11.72	c 11	39173 (100%) CSP integer variables are encoded (518977 clauses, 8670808 bytes)
11.61/11.84	c 11	9590 (10%) CSP clauses are encoded (528567 clauses, 8797067 bytes)
11.71/11.92	c 11	19180 (20%) CSP clauses are encoded (538157 clauses, 8924212 bytes)
11.81/12.00	c 11	28770 (30%) CSP clauses are encoded (547747 clauses, 9061803 bytes)
11.81/12.08	c 12	38360 (40%) CSP clauses are encoded (557278 clauses, 9205094 bytes)
11.91/12.19	c 12	47949 (50%) CSP clauses are encoded (566867 clauses, 9384998 bytes)
12.30/12.54	c 12	57539 (60%) CSP clauses are encoded (645098 clauses, 10975173 bytes)
13.81/14.06	c 14	67129 (70%) CSP clauses are encoded (1494645 clauses, 28900322 bytes)
16.69/16.93	c 16	76719 (80%) CSP clauses are encoded (3070505 clauses, 66150731 bytes)
21.74/22.19	c 22	86309 (90%) CSP clauses are encoded (5926376 clauses, 134471952 bytes)
27.00/27.42	c 27	95898 (100%) CSP clauses are encoded (8822330 clauses, 203770338 bytes)
27.00/27.42	c 27	95898 CSP clauses encoded
27.00/27.42	c 27	Writing map file : HOME/temp.map
27.10/27.51	c 27	Heap : 51 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.10/27.51	c 27	SAT : 558120 SAT variables, 8822330 SAT clauses, 203770338 bytes
27.10/27.51	c 27	Heap : 51 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.10/27.56	c 27	SOLVING HOME/temp.cnf
27.10/27.56	c 27	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
27.10/27.56	c 27	This is MiniSat 2.0 beta
27.10/27.56	c 27	WARNING: for repeatability, setting FPU to use double precision
27.10/27.56	c 27	============================[ Problem Statistics ]=============================
27.10/27.56	c 27	|                                                                             |
27.10/27.56	c 27	|  Number of variables:  558120                                               |
27.10/27.56	c 27	|  Number of clauses:    8822330                                              |
31.58/32.05	c 32	|  Parsing time:         3.84         s                                       |
31.78/32.27	c 32	============================[ Search Statistics ]==============================
31.78/32.27	c 32	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
31.78/32.27	c 32	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
31.78/32.27	c 32	===============================================================================
31.78/32.27	c 32	|         0 |  558120  8822330 25193565 |  2940776        0    nan |  0.000 % |
33.48/33.97	c 33	|       101 |  558118  8822330 25193565 |  3234854      100     11 |  0.038 % |
33.68/34.16	c 34	|       253 |  558118  8822330 25193565 |  3558339      252     18 |  0.038 % |
33.78/34.26	c 34	===============================================================================
33.78/34.26	c 34	restarts              : 3
33.78/34.26	c 34	conflicts             : 331            (55 /sec)
33.78/34.26	c 34	decisions             : 946            (1.90 % random) (158 /sec)
33.78/34.26	c 34	propagations          : 1753391        (291984 /sec)
33.78/34.26	c 34	conflict literals     : 5509           (48.85 % deleted)
33.78/34.26	c 34	Memory used           : 413.14 MB
33.78/34.26	c 34	CPU time              : 6.00509 s
33.78/34.26	c 34	
33.78/34.26	c 34	UNSATISFIABLE
33.88/34.33	c 34	DECODING HOME/temp.out WITH HOME/temp.map
33.88/34.33	c 34	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
33.92/34.41	c 34	Decoding HOME/temp.out
33.92/34.92	s UNSATISFIABLE
33.92/34.93	c 34	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
33.92/34.97	c 34	CPU 32 (0.05 0.01 31.95 2.5)
33.92/34.97	c 34	END Fri Jul  4 06:06:46 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1064862-1215144371/watcher-1064862-1215144371 -o /tmp/evaluation-result-1064862-1215144371/solver-1064862-1215144371 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1064862-1215144371.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.00 1.99 4/84 28072
/proc/meminfo: memFree=1724536/2055920 swapFree=4180884/4192956
[pid=28072] ppid=28070 vsize=12000 CPUtime=0
/proc/28072/stat : 28072 (sugar) R 28070 28072 24795 0 -1 4194304 198 0 0 0 0 0 0 0 20 0 1 0 998841765 12288000 166 996147200 4194304 4206940 548682068608 18446744073709551615 206380881619 0 0 4224 0 0 0 0 17 1 0 0
/proc/28072/statm: 3000 166 128 3 0 100 0

[startup+0.106813 s]
/proc/loadavg: 1.92 2.00 1.99 4/84 28072
/proc/meminfo: memFree=1724536/2055920 swapFree=4180884/4192956
[pid=28072] ppid=28070 vsize=13600 CPUtime=0.03
/proc/28072/stat : 28072 (sugar) S 28070 28072 24795 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 998841765 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28072/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201822 s]
/proc/loadavg: 1.92 2.00 1.99 4/84 28072
/proc/meminfo: memFree=1724536/2055920 swapFree=4180884/4192956
[pid=28072] ppid=28070 vsize=13600 CPUtime=0.03
/proc/28072/stat : 28072 (sugar) S 28070 28072 24795 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 998841765 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28072/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301831 s]
/proc/loadavg: 1.92 2.00 1.99 4/84 28072
/proc/meminfo: memFree=1724536/2055920 swapFree=4180884/4192956
[pid=28072] ppid=28070 vsize=13600 CPUtime=0.03
/proc/28072/stat : 28072 (sugar) S 28070 28072 24795 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 998841765 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28072/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701877 s]
/proc/loadavg: 1.92 2.00 1.99 4/84 28072
/proc/meminfo: memFree=1724536/2055920 swapFree=4180884/4192956
[pid=28072] ppid=28070 vsize=13600 CPUtime=0.03
/proc/28072/stat : 28072 (sugar) S 28070 28072 24795 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 998841765 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28072/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50296 s]
/proc/loadavg: 1.92 2.00 1.99 5/95 28084
/proc/meminfo: memFree=1689568/2055920 swapFree=4180884/4192956
[pid=28072] ppid=28070 vsize=13600 CPUtime=0.03
/proc/28072/stat : 28072 (sugar) S 28070 28072 24795 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 998841765 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28072/statm: 3400 796 370 3 0 500 0
[pid=28075] ppid=28072 vsize=5356 CPUtime=0
/proc/28075/stat : 28075 (sh) S 28072 28072 24795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 998841771 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28075/statm: 1339 233 193 169 0 50 0
[pid=28076] ppid=28075 vsize=866660 CPUtime=1.41
/proc/28076/stat : 28076 (java) S 28075 28072 24795 0 -1 0 17866 0 1 0 133 8 0 0 18 0 9 0 998841771 887459840 14947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28076/statm: 216665 14947 2529 9 0 211247 0
[pid=28076/tid=28077] ppid=28075 vsize=866660 CPUtime=0.68
/proc/28076/task/28077/stat : 28077 (java) R 28075 28072 24795 0 -1 64 2989 0 1 0 67 1 0 0 25 0 9 0 998841772 887459840 14947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28076/tid=28078] ppid=28075 vsize=866660 CPUtime=0.6
/proc/28076/task/28078/stat : 28078 (java) R 28075 28072 24795 0 -1 64 13693 0 0 0 55 5 0 0 16 0 9 0 998841774 887459840 14947 996147200 134512640 134550740 4294956016 18446744073709551615 104457005 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28076/tid=28079] ppid=28075 vsize=866660 CPUtime=0
/proc/28076/task/28079/stat : 28079 (java) S 28075 28072 24795 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 998841774 887459840 14947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28076/tid=28080] ppid=28075 vsize=866660 CPUtime=0
/proc/28076/task/28080/stat : 28080 (java) S 28075 28072 24795 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 998841774 887459840 14947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28076/tid=28081] ppid=28075 vsize=866660 CPUtime=0
/proc/28076/task/28081/stat : 28081 (java) S 28075 28072 24795 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 998841776 887459840 14947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28076/tid=28082] ppid=28075 vsize=866660 CPUtime=0.09
/proc/28076/task/28082/stat : 28082 (java) S 28075 28072 24795 0 -1 64 485 0 0 0 9 0 0 0 16 0 9 0 998841776 887459840 14947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28076/tid=28083] ppid=28075 vsize=866660 CPUtime=0
/proc/28076/task/28083/stat : 28083 (java) S 28075 28072 24795 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 998841776 887459840 14947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28076/tid=28084] ppid=28075 vsize=866660 CPUtime=0
/proc/28076/task/28084/stat : 28084 (java) S 28075 28072 24795 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 998841776 887459840 14947 996147200 134512640 134550740 4294956016 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) 885616

[startup+3.10212 s]
/proc/loadavg: 1.92 2.00 1.99 4/95 28084
/proc/meminfo: memFree=1640096/2055920 swapFree=4180884/4192956
[pid=28072] ppid=28070 vsize=13600 CPUtime=0.03
/proc/28072/stat : 28072 (sugar) S 28070 28072 24795 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 998841765 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28072/statm: 3400 796 370 3 0 500 0
[pid=28075] ppid=28072 vsize=5356 CPUtime=0
/proc/28075/stat : 28075 (sh) S 28072 28072 24795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 998841771 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28075/statm: 1339 233 193 169 0 50 0
[pid=28076] ppid=28075 vsize=864676 CPUtime=3
/proc/28076/stat : 28076 (java) S 28075 28072 24795 0 -1 0 32510 0 1 0 284 16 0 0 18 0 9 0 998841771 885428224 27105 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28076/statm: 216169 27105 2529 9 0 210751 0
[pid=28076/tid=28077] ppid=28075 vsize=864676 CPUtime=1.45
/proc/28076/task/28077/stat : 28077 (java) R 28075 28072 24795 0 -1 64 3909 0 1 0 143 2 0 0 25 0 9 0 998841772 885428224 27105 996147200 134512640 134550740 4294956016 18446744073709551615 4126715458 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28076/tid=28078] ppid=28075 vsize=864676 CPUtime=1.37
/proc/28076/task/28078/stat : 28078 (java) S 28075 28072 24795 0 -1 64 27385 0 0 0 125 12 0 0 16 0 9 0 998841774 885428224 27105 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28076/tid=28079] ppid=28075 vsize=864676 CPUtime=0
/proc/28076/task/28079/stat : 28079 (java) S 28075 28072 24795 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 998841774 885428224 27105 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28076/tid=28080] ppid=28075 vsize=864676 CPUtime=0
/proc/28076/task/28080/stat : 28080 (java) S 28075 28072 24795 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 998841774 885428224 27105 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28076/tid=28081] ppid=28075 vsize=864676 CPUtime=0
/proc/28076/task/28081/stat : 28081 (java) S 28075 28072 24795 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 998841776 885428224 27105 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28076/tid=28082] ppid=28075 vsize=864676 CPUtime=0.14
/proc/28076/task/28082/stat : 28082 (java) S 28075 28072 24795 0 -1 64 517 0 0 0 14 0 0 0 16 0 9 0 998841776 885428224 27105 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28076/tid=28083] ppid=28075 vsize=864676 CPUtime=0
/proc/28076/task/28083/stat : 28083 (java) S 28075 28072 24795 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 998841776 885428224 27105 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28076/tid=28084] ppid=28075 vsize=864676 CPUtime=0
/proc/28076/task/28084/stat : 28084 (java) S 28075 28072 24795 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 998841776 885428224 27105 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 883632

[startup+6.30654 s]
/proc/loadavg: 2.01 2.01 2.00 3/95 28094
/proc/meminfo: memFree=1692960/2055920 swapFree=4180884/4192956
[pid=28072] ppid=28070 vsize=13600 CPUtime=3.6
/proc/28072/stat : 28072 (sugar) S 28070 28072 24795 0 -1 4194304 974 33169 0 1 3 0 338 19 15 0 1 0 998841765 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28072/statm: 3400 797 370 3 0 500 0
[pid=28085] ppid=28072 vsize=5356 CPUtime=0
/proc/28085/stat : 28085 (sh) S 28072 28072 24795 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 998842138 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28085/statm: 1339 233 193 169 0 50 0
[pid=28086] ppid=28085 vsize=868316 CPUtime=2.53
/proc/28086/stat : 28086 (java) S 28085 28072 24795 0 -1 0 14311 0 1 0 244 9 0 0 18 0 9 0 998842138 889155584 12515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28086/statm: 217079 12515 2543 9 0 211654 0
[pid=28086/tid=28087] ppid=28085 vsize=868316 CPUtime=1.57
/proc/28086/task/28087/stat : 28087 (java) R 28085 28072 24795 0 -1 64 3040 0 1 0 154 3 0 0 24 0 9 0 998842139 889155584 12515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28086/tid=28088] ppid=28085 vsize=868316 CPUtime=0.74
/proc/28086/task/28088/stat : 28088 (java) S 28085 28072 24795 0 -1 64 9117 0 0 0 70 4 0 0 15 0 9 0 998842141 889155584 12515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28086/tid=28089] ppid=28085 vsize=868316 CPUtime=0
/proc/28086/task/28089/stat : 28089 (java) S 28085 28072 24795 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 998842141 889155584 12515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28086/tid=28090] ppid=28085 vsize=868316 CPUtime=0
/proc/28086/task/28090/stat : 28090 (java) S 28085 28072 24795 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 998842141 889155584 12515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28086/tid=28091] ppid=28085 vsize=868316 CPUtime=0
/proc/28086/task/28091/stat : 28091 (java) S 28085 28072 24795 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 998842143 889155584 12515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28086/tid=28092] ppid=28085 vsize=868316 CPUtime=0.19
/proc/28086/task/28092/stat : 28092 (java) S 28085 28072 24795 0 -1 64 1458 0 0 0 19 0 0 0 16 0 9 0 998842143 889155584 12515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28086/tid=28093] ppid=28085 vsize=868316 CPUtime=0
/proc/28086/task/28093/stat : 28093 (java) S 28085 28072 24795 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 998842143 889155584 12515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28086/tid=28094] ppid=28085 vsize=868316 CPUtime=0
/proc/28086/task/28094/stat : 28094 (java) S 28085 28072 24795 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 998842143 889155584 12515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 887272

[startup+12.7021 s]
/proc/loadavg: 2.09 2.03 2.01 3/95 28094
/proc/meminfo: memFree=1621792/2055920 swapFree=4180884/4192956
[pid=28072] ppid=28070 vsize=13600 CPUtime=3.62
/proc/28072/stat : 28072 (sugar) S 28070 28072 24795 0 -1 4194304 974 33169 0 1 4 1 338 19 15 0 1 0 998841765 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28072/statm: 3400 797 370 3 0 500 0
[pid=28085] ppid=28072 vsize=5356 CPUtime=0
/proc/28085/stat : 28085 (sh) S 28072 28072 24795 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 998842138 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28085/statm: 1339 233 193 169 0 50 0
[pid=28086] ppid=28085 vsize=868540 CPUtime=8.89
/proc/28086/stat : 28086 (java) S 28085 28072 24795 0 -1 0 39804 0 1 0 858 31 0 0 18 0 9 0 998842138 889384960 24667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28086/statm: 217135 24667 2565 9 0 211682 0
[pid=28086/tid=28087] ppid=28085 vsize=868540 CPUtime=6.1
/proc/28086/task/28087/stat : 28087 (java) R 28085 28072 24795 0 -1 64 3870 0 1 0 599 11 0 0 25 0 9 0 998842139 889384960 24667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28086/tid=28088] ppid=28085 vsize=868540 CPUtime=2.48
/proc/28086/task/28088/stat : 28088 (java) S 28085 28072 24795 0 -1 64 33713 0 0 0 230 18 0 0 16 0 9 0 998842141 889384960 24667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28086/tid=28089] ppid=28085 vsize=868540 CPUtime=0
/proc/28086/task/28089/stat : 28089 (java) S 28085 28072 24795 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 998842141 889384960 24667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28086/tid=28090] ppid=28085 vsize=868540 CPUtime=0
/proc/28086/task/28090/stat : 28090 (java) S 28085 28072 24795 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 998842141 889384960 24667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28086/tid=28091] ppid=28085 vsize=868540 CPUtime=0
/proc/28086/task/28091/stat : 28091 (java) S 28085 28072 24795 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 998842143 889384960 24667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28086/tid=28092] ppid=28085 vsize=868540 CPUtime=0.28
/proc/28086/task/28092/stat : 28092 (java) S 28085 28072 24795 0 -1 64 1525 0 0 0 28 0 0 0 16 0 9 0 998842143 889384960 24667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28086/tid=28093] ppid=28085 vsize=868540 CPUtime=0
/proc/28086/task/28093/stat : 28093 (java) S 28085 28072 24795 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 998842143 889384960 24667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28086/tid=28094] ppid=28085 vsize=868540 CPUtime=0
/proc/28086/task/28094/stat : 28094 (java) S 28085 28072 24795 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 998842143 889384960 24667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 887496

[startup+25.5024 s]
/proc/loadavg: 2.22 2.06 2.01 3/95 28094
/proc/meminfo: memFree=1457440/2055920 swapFree=4180884/4192956
[pid=28072] ppid=28070 vsize=13600 CPUtime=3.62
/proc/28072/stat : 28072 (sugar) S 28070 28072 24795 0 -1 4194304 974 33169 0 1 4 1 338 19 16 0 1 0 998841765 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28072/statm: 3400 797 370 3 0 500 0
[pid=28085] ppid=28072 vsize=5356 CPUtime=0
/proc/28085/stat : 28085 (sh) S 28072 28072 24795 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 998842138 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28085/statm: 1339 233 193 169 0 50 0
[pid=28086] ppid=28085 vsize=868540 CPUtime=21.51
/proc/28086/stat : 28086 (java) S 28085 28072 24795 0 -1 0 40407 0 1 0 2016 135 0 0 18 0 9 0 998842138 889384960 24667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28086/statm: 217135 24667 2565 9 0 211682 0
[pid=28086/tid=28087] ppid=28085 vsize=868540 CPUtime=18.41
/proc/28086/task/28087/stat : 28087 (java) R 28085 28072 24795 0 -1 64 4473 0 1 0 1731 110 0 0 25 0 9 0 998842139 889384960 24667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28086/tid=28088] ppid=28085 vsize=868540 CPUtime=2.79
/proc/28086/task/28088/stat : 28088 (java) S 28085 28072 24795 0 -1 64 33713 0 0 0 256 23 0 0 16 0 9 0 998842141 889384960 24667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28086/tid=28089] ppid=28085 vsize=868540 CPUtime=0
/proc/28086/task/28089/stat : 28089 (java) S 28085 28072 24795 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 998842141 889384960 24667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28086/tid=28090] ppid=28085 vsize=868540 CPUtime=0
/proc/28086/task/28090/stat : 28090 (java) S 28085 28072 24795 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 998842141 889384960 24667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28086/tid=28091] ppid=28085 vsize=868540 CPUtime=0
/proc/28086/task/28091/stat : 28091 (java) S 28085 28072 24795 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 998842143 889384960 24667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28086/tid=28092] ppid=28085 vsize=868540 CPUtime=0.28
/proc/28086/task/28092/stat : 28092 (java) S 28085 28072 24795 0 -1 64 1525 0 0 0 28 0 0 0 16 0 9 0 998842143 889384960 24667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28086/tid=28093] ppid=28085 vsize=868540 CPUtime=0
/proc/28086/task/28093/stat : 28093 (java) S 28085 28072 24795 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 998842143 889384960 24667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28086/tid=28094] ppid=28085 vsize=868540 CPUtime=0
/proc/28086/task/28094/stat : 28094 (java) S 28085 28072 24795 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 998842143 889384960 24667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 887496

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

[startup+25.6025 s]
/proc/loadavg: 2.22 2.06 2.01 3/95 28094
/proc/meminfo: memFree=1457440/2055920 swapFree=4180884/4192956
[pid=28072] ppid=28070 vsize=13600 CPUtime=3.62
/proc/28072/stat : 28072 (sugar) S 28070 28072 24795 0 -1 4194304 974 33169 0 1 4 1 338 19 16 0 1 0 998841765 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28072/statm: 3400 797 370 3 0 500 0
[pid=28085] ppid=28072 vsize=5356 CPUtime=0
/proc/28085/stat : 28085 (sh) S 28072 28072 24795 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 998842138 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28085/statm: 1339 233 193 169 0 50 0
[pid=28086] ppid=28085 vsize=868540 CPUtime=21.61
/proc/28086/stat : 28086 (java) S 28085 28072 24795 0 -1 0 40412 0 1 0 2025 136 0 0 18 0 9 0 998842138 889384960 24667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28086/statm: 217135 24667 2565 9 0 211682 0
[pid=28086/tid=28087] ppid=28085 vsize=868540 CPUtime=18.51
/proc/28086/task/28087/stat : 28087 (java) R 28085 28072 24795 0 -1 64 4478 0 1 0 1740 111 0 0 25 0 9 0 998842139 889384960 24667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28086/tid=28088] ppid=28085 vsize=868540 CPUtime=2.79
/proc/28086/task/28088/stat : 28088 (java) S 28085 28072 24795 0 -1 64 33713 0 0 0 256 23 0 0 16 0 9 0 998842141 889384960 24667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28086/tid=28089] ppid=28085 vsize=868540 CPUtime=0
/proc/28086/task/28089/stat : 28089 (java) S 28085 28072 24795 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 998842141 889384960 24667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28086/tid=28090] ppid=28085 vsize=868540 CPUtime=0
/proc/28086/task/28090/stat : 28090 (java) S 28085 28072 24795 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 998842141 889384960 24667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28086/tid=28091] ppid=28085 vsize=868540 CPUtime=0
/proc/28086/task/28091/stat : 28091 (java) S 28085 28072 24795 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 998842143 889384960 24667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28086/tid=28092] ppid=28085 vsize=868540 CPUtime=0.28
/proc/28086/task/28092/stat : 28092 (java) S 28085 28072 24795 0 -1 64 1525 0 0 0 28 0 0 0 16 0 9 0 998842143 889384960 24667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28086/tid=28093] ppid=28085 vsize=868540 CPUtime=0
/proc/28086/task/28093/stat : 28093 (java) S 28085 28072 24795 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 998842143 889384960 24667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28086/tid=28094] ppid=28085 vsize=868540 CPUtime=0
/proc/28086/task/28094/stat : 28094 (java) S 28085 28072 24795 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 998842143 889384960 24667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 887496

[startup+32.0061 s]
/proc/loadavg: 2.28 2.07 2.02 3/87 28096
/proc/meminfo: memFree=1158624/2055920 swapFree=4180884/4192956
[pid=28072] ppid=28070 vsize=13600 CPUtime=27.16
/proc/28072/stat : 28072 (sugar) S 28070 28072 24795 0 -1 4194304 1033 73987 0 2 5 1 2538 172 16 0 1 0 998841765 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28072/statm: 3400 799 370 3 0 500 0
[pid=28095] ppid=28072 vsize=5356 CPUtime=0
/proc/28095/stat : 28095 (sh) S 28072 28072 24795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 998844522 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28095/statm: 1339 232 193 169 0 50 0
[pid=28096] ppid=28095 vsize=389244 CPUtime=4.42
/proc/28096/stat : 28096 (minisat) R 28095 28072 24795 0 -1 4194304 91757 0 0 0 379 63 0 0 25 0 1 0 998844522 398585856 91743 996147200 134512640 135127466 4294956272 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/28096/statm: 97311 91744 62 150 0 97158 0
Current children cumulated CPU time (s) 31.58
Current children cumulated vsize (KiB) 408200

[startup+33.6013 s]
/proc/loadavg: 2.26 2.07 2.02 3/87 28096
/proc/meminfo: memFree=1130400/2055920 swapFree=4180884/4192956
[pid=28072] ppid=28070 vsize=13600 CPUtime=27.16
/proc/28072/stat : 28072 (sugar) S 28070 28072 24795 0 -1 4194304 1033 73987 0 2 5 1 2538 172 15 0 1 0 998841765 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28072/statm: 3400 799 370 3 0 500 0
[pid=28095] ppid=28072 vsize=5356 CPUtime=0
/proc/28095/stat : 28095 (sh) S 28072 28072 24795 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 998844522 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28095/statm: 1339 232 193 169 0 50 0
[pid=28096] ppid=28095 vsize=419620 CPUtime=6.02
/proc/28096/stat : 28096 (minisat) R 28095 28072 24795 0 -1 4194304 99296 0 0 0 534 68 0 0 25 0 1 0 998844522 429690880 99282 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28096/statm: 104905 99282 72 150 0 104752 0
Current children cumulated CPU time (s) 33.18
Current children cumulated vsize (KiB) 438576

[startup+34.4014 s]
/proc/loadavg: 2.26 2.07 2.02 3/87 28096
/proc/meminfo: memFree=1117408/2055920 swapFree=4180884/4192956
[pid=28072] ppid=28070 vsize=13600 CPUtime=33.92
/proc/28072/stat : 28072 (sugar) S 28070 28072 24795 0 -1 4194304 1073 174435 0 2 5 1 3139 247 16 0 1 0 998841765 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28072/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 33.92
Current children cumulated vsize (KiB) 13600

[startup+34.8014 s]
/proc/loadavg: 2.26 2.07 2.02 3/87 28096
/proc/meminfo: memFree=1117408/2055920 swapFree=4180884/4192956
[pid=28072] ppid=28070 vsize=13600 CPUtime=33.92
/proc/28072/stat : 28072 (sugar) S 28070 28072 24795 0 -1 4194304 1091 174435 0 2 5 1 3139 247 16 0 1 0 998841765 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28072/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 33.92
Current children cumulated vsize (KiB) 13600

[startup+35.0014 s]
/proc/loadavg: 2.26 2.07 2.02 3/87 28096
/proc/meminfo: memFree=1117408/2055920 swapFree=4180884/4192956
[pid=28072] ppid=28070 vsize=13600 CPUtime=34.54
/proc/28072/stat : 28072 (sugar) R 28070 28072 24795 0 -1 4194304 1118 179348 0 4 5 4 3195 250 16 0 1 0 998841765 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 206381487145 0 0 4224 16386 0 0 0 17 1 0 0
/proc/28072/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 34.54
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 35.0781
CPU time (s): 34.6417
CPU user time (s): 32.0111
CPU system time (s): 2.6306
CPU usage (%): 98.756
Max. virtual memory (cumulated for all children) (KiB): 908876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.0111
system time used= 2.6306
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180496
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10627
involuntary context switches= 10758

runsolver used 0.052991 second user time and 0.137979 second system time

The end

Launcher Data (download as text)

Begin job on node2 at 2008-07-04 06:06:11
IDJOB=1064862
IDBENCH=54999
IDSOLVER=346
FILE ID=node2/1064862-1215144371
PBS_JOBID= 7877248
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-elf-rf9.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064862-1215144371/watcher-1064862-1215144371 -o /tmp/evaluation-result-1064862-1215144371/solver-1064862-1215144371 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1064862-1215144371.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6fea805b38dfb180ddb73a033dd0e468
RANDOM SEED=357195544

node2.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.236
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.236
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:       1725080 kB
Buffers:         29964 kB
Cached:         151264 kB
SwapCached:       5908 kB
Active:         191524 kB
Inactive:        77028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1725080 kB
SwapTotal:     4192956 kB
SwapFree:      4180884 kB
Dirty:           10208 kB
Writeback:           0 kB
Mapped:         104532 kB
Slab:            46920 kB
Committed_AS:  1636676 kB
PageTables:       2276 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66524 MiB
End job on node2 at 2008-07-04 06:06:47