Trace number 1095036

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 43.9373 44.5252

General information on the benchmark

Namecsp/fapp/fapp16/
normalized-fapp16-0260-8.xml
MD5SUM5ef6083857cc9720c8e4a658c322c67a
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 benchmark1.08083
Satisfiable
(Un)Satisfiability was proved
Number of variables260
Number of constraints3927
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3927
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 19:55:49 2008
0.00/0.04	c 0	PID 2023
0.04/0.05	c 0	HOST node50.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1095036-1215280549.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1095036-1215280549.xml' 'HOME/temp.csp'
0.04/0.81	c 1	8 domains, 260 variables, 8 predicates, 0 relations, 3927 constraints
0.04/0.83	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.83	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.80/0.91	c 1	Parsing HOME/temp.csp
1.05/1.17	c 1	parsed 4203 expressions
1.05/1.17	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.05/1.17	c 1	Converting to clausal form CSP
1.54/1.61	c 1	converted 421 (10%) expressions
2.23/2.31	c 2	converted 841 (20%) expressions
2.73/2.81	c 3	converted 1261 (30%) expressions
3.23/3.33	c 3	converted 1682 (40%) expressions
3.72/3.82	c 4	converted 2102 (50%) expressions
4.21/4.35	c 4	converted 2522 (60%) expressions
4.61/4.73	c 5	converted 2943 (70%) expressions
5.00/5.14	c 5	converted 3363 (80%) expressions
5.39/5.58	c 5	converted 3783 (90%) expressions
6.19/6.31	c 6	converted 4203 (100%) expressions
6.19/6.31	c 6	CSP : 515 integers, 11306 booleans, 23663 clauses, largest domain size 2821
6.19/6.31	c 6	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.19/6.31	c 6	Propagation in CSP
6.38/6.56	c 6	10900 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.38/6.56	c 6	CSP : 515 integers, 11306 booleans, 23663 clauses, largest domain size 2821
6.38/6.56	c 6	Heap : 40 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.38/6.57	c 6	Simplifing CSP by introducing new Boolean variables
6.49/6.61	c 6	CSP : 515 integers, 18416 booleans, 30773 clauses, largest domain size 2821
6.49/6.61	c 6	Heap : 42 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.78/6.95	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.98/7.18	c 7	52 (10%) CSP integer variables are encoded (7973 clauses, 101514 bytes)
7.28/7.40	c 7	103 (20%) CSP integer variables are encoded (17858 clauses, 245864 bytes)
7.48/7.63	c 7	155 (30%) CSP integer variables are encoded (28151 clauses, 400259 bytes)
7.67/7.84	c 8	206 (40%) CSP integer variables are encoded (37663 clauses, 542939 bytes)
7.87/8.02	c 8	258 (50%) CSP integer variables are encoded (46429 clauses, 674429 bytes)
7.97/8.14	c 8	309 (60%) CSP integer variables are encoded (135286 clauses, 2078437 bytes)
8.06/8.22	c 8	361 (70%) CSP integer variables are encoded (196640 clauses, 3121455 bytes)
8.17/8.31	c 8	412 (80%) CSP integer variables are encoded (266233 clauses, 4304536 bytes)
8.17/8.39	c 8	464 (90%) CSP integer variables are encoded (326271 clauses, 5325182 bytes)
8.26/8.49	c 8	515 (100%) CSP integer variables are encoded (403062 clauses, 6630629 bytes)
16.28/16.58	c 16	3078 (10%) CSP clauses are encoded (1460354 clauses, 28132044 bytes)
20.22/20.57	c 20	6155 (20%) CSP clauses are encoded (2170338 clauses, 43711677 bytes)
22.61/22.94	c 23	9232 (30%) CSP clauses are encoded (2647422 clauses, 54271570 bytes)
24.67/25.02	c 25	12310 (40%) CSP clauses are encoded (3182805 clauses, 66661105 bytes)
26.26/26.65	c 26	15387 (50%) CSP clauses are encoded (3622898 clauses, 77058325 bytes)
27.75/28.14	c 28	18464 (60%) CSP clauses are encoded (4099407 clauses, 88454223 bytes)
29.31/29.79	c 30	21542 (70%) CSP clauses are encoded (4633599 clauses, 101040378 bytes)
31.10/31.54	c 31	24619 (80%) CSP clauses are encoded (5202113 clauses, 114508842 bytes)
32.58/33.03	c 33	27696 (90%) CSP clauses are encoded (5704708 clauses, 126433897 bytes)
33.77/34.28	c 34	30773 (100%) CSP clauses are encoded (6088720 clauses, 135568355 bytes)
33.77/34.28	c 34	30773 CSP clauses encoded
33.77/34.28	c 34	Writing map file : HOME/temp.map
33.87/34.31	c 34	Heap : 42 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
33.87/34.31	c 34	SAT : 421993 SAT variables, 6088720 SAT clauses, 135568355 bytes
33.87/34.31	c 34	Heap : 42 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
33.87/34.37	c 34	SOLVING HOME/temp.cnf
33.87/34.37	c 34	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
33.87/34.38	c 34	This is MiniSat 2.0 beta
33.87/34.38	c 34	WARNING: for repeatability, setting FPU to use double precision
33.87/34.38	c 34	============================[ Problem Statistics ]=============================
33.87/34.38	c 34	|                                                                             |
33.87/34.38	c 34	|  Number of variables:  421993                                               |
33.87/34.38	c 34	|  Number of clauses:    6088720                                              |
37.26/37.83	c 38	|  Parsing time:         2.97         s                                       |
37.36/37.99	c 38	============================[ Search Statistics ]==============================
37.36/37.99	c 38	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
37.36/37.99	c 38	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
37.36/37.99	c 38	===============================================================================
37.36/37.99	c 38	|         0 |  421992  6088719 16781902 |  2029573        0    nan |  0.000 % |
37.85/38.50	c 38	|       100 |  421986  6088719 16781902 |  2232530       97      3 |  0.363 % |
38.84/39.44	c 39	|       250 |  421938  6088719 16781902 |  2455783      240      3 |  2.469 % |
40.83/41.42	c 41	|       475 |  421895  6088719 16781902 |  2701361      458      3 |  2.733 % |
43.49/44.13	c 44	===============================================================================
43.49/44.13	c 44	restarts              : 4
43.49/44.13	c 44	conflicts             : 708            (77 /sec)
43.49/44.13	c 44	decisions             : 66864          (0.84 % random) (7294 /sec)
43.49/44.13	c 44	propagations          : 19852150       (2165467 /sec)
43.49/44.13	c 44	conflict literals     : 2150           (7.01 % deleted)
43.49/44.13	c 44	Memory used           : 289.12 MB
43.49/44.13	c 44	CPU time              : 9.16761 s
43.49/44.13	c 44	
43.49/44.13	c 44	UNSATISFIABLE
43.49/44.18	c 44	DECODING HOME/temp.out WITH HOME/temp.map
43.49/44.18	c 44	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
43.59/44.26	c 44	Decoding HOME/temp.out
43.59/44.42	s UNSATISFIABLE
43.59/44.43	c 44	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
43.59/44.45	c 44	CPU 42.25 (0.04 0.01 42.21 1.58)
43.59/44.45	c 44	END Sat Jul  5 19:56:33 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-1095036-1215280549/watcher-1095036-1215280549 -o /tmp/evaluation-result-1095036-1215280549/solver-1095036-1215280549 -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-1095036-1215280549.xml 

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


[startup+0 s]
/proc/loadavg: 2.20 2.09 2.02 4/72 2023
/proc/meminfo: memFree=1634784/2055920 swapFree=4180240/4192956
[pid=2023] ppid=2021 vsize=12268 CPUtime=0
/proc/2023/stat : 2023 (sugar) R 2021 2023 429 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2007026851 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 240577641061 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/2023/statm: 3067 316 241 3 0 167 0

[startup+0.0498899 s]
/proc/loadavg: 2.20 2.09 2.02 4/72 2023
/proc/meminfo: memFree=1634784/2055920 swapFree=4180240/4192956
[pid=2023] ppid=2021 vsize=13600 CPUtime=0.04
/proc/2023/stat : 2023 (sugar) S 2021 2023 429 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 2007026851 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2023/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102488 s]
/proc/loadavg: 2.20 2.09 2.02 4/72 2023
/proc/meminfo: memFree=1634784/2055920 swapFree=4180240/4192956
[pid=2023] ppid=2021 vsize=13600 CPUtime=0.04
/proc/2023/stat : 2023 (sugar) S 2021 2023 429 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2007026851 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2023/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301517 s]
/proc/loadavg: 2.20 2.09 2.02 4/72 2023
/proc/meminfo: memFree=1634784/2055920 swapFree=4180240/4192956
[pid=2023] ppid=2021 vsize=13600 CPUtime=0.04
/proc/2023/stat : 2023 (sugar) S 2021 2023 429 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2007026851 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2023/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701589 s]
/proc/loadavg: 2.20 2.09 2.02 4/72 2023
/proc/meminfo: memFree=1634784/2055920 swapFree=4180240/4192956
[pid=2023] ppid=2021 vsize=13600 CPUtime=0.04
/proc/2023/stat : 2023 (sugar) S 2021 2023 429 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2007026851 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2023/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50272 s]
/proc/loadavg: 2.20 2.09 2.02 4/83 2048
/proc/meminfo: memFree=1627016/2055920 swapFree=4180240/4192956
[pid=2023] ppid=2021 vsize=13600 CPUtime=0.8
/proc/2023/stat : 2023 (sugar) S 2021 2023 429 0 -1 4194304 973 7009 0 1 3 1 72 4 15 0 1 0 2007026851 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2023/statm: 3400 797 370 3 0 500 0
[pid=2039] ppid=2023 vsize=5356 CPUtime=0
/proc/2039/stat : 2039 (sh) S 2023 2023 429 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007026934 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2039/statm: 1339 233 193 169 0 50 0
[pid=2040] ppid=2039 vsize=868352 CPUtime=0.64
/proc/2040/stat : 2040 (java) S 2039 2023 429 0 -1 0 5503 0 1 0 61 3 0 0 18 0 9 0 2007026935 889192448 4912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2040/statm: 217088 4912 1732 9 0 211663 0
[pid=2040/tid=2041] ppid=2039 vsize=868352 CPUtime=0.4
/proc/2040/task/2041/stat : 2041 (java) R 2039 2023 429 0 -1 64 2665 0 1 0 39 1 0 0 19 0 9 0 2007026935 889192448 4912 996147200 134512640 134550740 4294955952 18446744073709551615 4126477195 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2040/tid=2042] ppid=2039 vsize=868352 CPUtime=0.04
/proc/2040/task/2042/stat : 2042 (java) S 2039 2023 429 0 -1 64 713 0 0 0 4 0 0 0 16 0 9 0 2007026937 889192448 4912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2040/tid=2043] ppid=2039 vsize=868352 CPUtime=0
/proc/2040/task/2043/stat : 2043 (java) S 2039 2023 429 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2007026937 889192448 4912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2040/tid=2044] ppid=2039 vsize=868352 CPUtime=0
/proc/2040/task/2044/stat : 2044 (java) S 2039 2023 429 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007026937 889192448 4912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2040/tid=2045] ppid=2039 vsize=868352 CPUtime=0
/proc/2040/task/2045/stat : 2045 (java) S 2039 2023 429 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007026939 889192448 4912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2040/tid=2046] ppid=2039 vsize=868352 CPUtime=0.17
/proc/2040/task/2046/stat : 2046 (java) S 2039 2023 429 0 -1 64 1433 0 0 0 17 0 0 0 16 0 9 0 2007026939 889192448 4912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2040/tid=2047] ppid=2039 vsize=868352 CPUtime=0
/proc/2040/task/2047/stat : 2047 (java) S 2039 2023 429 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007026939 889192448 4912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2040/tid=2048] ppid=2039 vsize=868352 CPUtime=0
/proc/2040/task/2048/stat : 2048 (java) S 2039 2023 429 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007026939 889192448 4912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887308

[startup+3.10299 s]
/proc/loadavg: 2.20 2.09 2.02 3/83 2048
/proc/meminfo: memFree=1615176/2055920 swapFree=4180240/4192956
[pid=2023] ppid=2021 vsize=13600 CPUtime=0.8
/proc/2023/stat : 2023 (sugar) S 2021 2023 429 0 -1 4194304 973 7009 0 1 3 1 72 4 15 0 1 0 2007026851 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2023/statm: 3400 797 370 3 0 500 0
[pid=2039] ppid=2023 vsize=5356 CPUtime=0
/proc/2039/stat : 2039 (sh) S 2023 2023 429 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007026934 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2039/statm: 1339 233 193 169 0 50 0
[pid=2040] ppid=2039 vsize=868352 CPUtime=2.22
/proc/2040/stat : 2040 (java) S 2039 2023 429 0 -1 0 9629 0 1 0 217 5 0 0 18 0 9 0 2007026935 889192448 8752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2040/statm: 217088 8752 2540 9 0 211663 0
[pid=2040/tid=2041] ppid=2039 vsize=868352 CPUtime=1.57
/proc/2040/task/2041/stat : 2041 (java) R 2039 2023 429 0 -1 64 2893 0 1 0 156 1 0 0 25 0 9 0 2007026935 889192448 8752 996147200 134512640 134550740 4294955952 18446744073709551615 4126566880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2040/tid=2042] ppid=2039 vsize=868352 CPUtime=0.42
/proc/2040/task/2042/stat : 2042 (java) S 2039 2023 429 0 -1 64 4592 0 0 0 40 2 0 0 16 0 9 0 2007026937 889192448 8752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2040/tid=2043] ppid=2039 vsize=868352 CPUtime=0
/proc/2040/task/2043/stat : 2043 (java) S 2039 2023 429 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007026937 889192448 8752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2040/tid=2044] ppid=2039 vsize=868352 CPUtime=0
/proc/2040/task/2044/stat : 2044 (java) S 2039 2023 429 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007026937 889192448 8752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2040/tid=2045] ppid=2039 vsize=868352 CPUtime=0
/proc/2040/task/2045/stat : 2045 (java) S 2039 2023 429 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007026939 889192448 8752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2040/tid=2046] ppid=2039 vsize=868352 CPUtime=0.2
/proc/2040/task/2046/stat : 2046 (java) S 2039 2023 429 0 -1 64 1450 0 0 0 20 0 0 0 16 0 9 0 2007026939 889192448 8752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2040/tid=2047] ppid=2039 vsize=868352 CPUtime=0
/proc/2040/task/2047/stat : 2047 (java) S 2039 2023 429 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007026939 889192448 8752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2040/tid=2048] ppid=2039 vsize=868352 CPUtime=0
/proc/2040/task/2048/stat : 2048 (java) S 2039 2023 429 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007026939 889192448 8752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887308

[startup+6.30253 s]
/proc/loadavg: 2.27 2.10 2.03 3/83 2048
/proc/meminfo: memFree=1588744/2055920 swapFree=4180240/4192956
[pid=2023] ppid=2021 vsize=13600 CPUtime=0.8
/proc/2023/stat : 2023 (sugar) S 2021 2023 429 0 -1 4194304 973 7009 0 1 3 1 72 4 15 0 1 0 2007026851 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2023/statm: 3400 797 370 3 0 500 0
[pid=2039] ppid=2023 vsize=5356 CPUtime=0
/proc/2039/stat : 2039 (sh) S 2023 2023 429 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007026934 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2039/statm: 1339 233 193 169 0 50 0
[pid=2040] ppid=2039 vsize=868352 CPUtime=5.39
/proc/2040/stat : 2040 (java) S 2039 2023 429 0 -1 0 21056 0 1 0 527 12 0 0 18 0 9 0 2007026935 889192448 14951 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2040/statm: 217088 14951 2540 9 0 211663 0
[pid=2040/tid=2041] ppid=2039 vsize=868352 CPUtime=3.88
/proc/2040/task/2041/stat : 2041 (java) R 2039 2023 429 0 -1 64 3414 0 1 0 386 2 0 0 25 0 9 0 2007026935 889192448 14951 996147200 134512640 134550740 4294955952 18446744073709551615 4126477156 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2040/tid=2042] ppid=2039 vsize=868352 CPUtime=1.27
/proc/2040/task/2042/stat : 2042 (java) S 2039 2023 429 0 -1 64 15497 0 0 0 119 8 0 0 16 0 9 0 2007026937 889192448 14951 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2040/tid=2043] ppid=2039 vsize=868352 CPUtime=0
/proc/2040/task/2043/stat : 2043 (java) S 2039 2023 429 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007026937 889192448 14951 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2040/tid=2044] ppid=2039 vsize=868352 CPUtime=0
/proc/2040/task/2044/stat : 2044 (java) S 2039 2023 429 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007026937 889192448 14951 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2040/tid=2045] ppid=2039 vsize=868352 CPUtime=0
/proc/2040/task/2045/stat : 2045 (java) S 2039 2023 429 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007026939 889192448 14951 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2040/tid=2046] ppid=2039 vsize=868352 CPUtime=0.2
/proc/2040/task/2046/stat : 2046 (java) S 2039 2023 429 0 -1 64 1451 0 0 0 20 0 0 0 15 0 9 0 2007026939 889192448 14951 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2040/tid=2047] ppid=2039 vsize=868352 CPUtime=0
/proc/2040/task/2047/stat : 2047 (java) S 2039 2023 429 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007026939 889192448 14951 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2040/tid=2048] ppid=2039 vsize=868352 CPUtime=0
/proc/2040/task/2048/stat : 2048 (java) S 2039 2023 429 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007026939 889192448 14951 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887308

[startup+12.7016 s]
/proc/loadavg: 2.25 2.10 2.03 3/83 2048
/proc/meminfo: memFree=1560968/2055920 swapFree=4180240/4192956
[pid=2023] ppid=2021 vsize=13600 CPUtime=0.8
/proc/2023/stat : 2023 (sugar) S 2021 2023 429 0 -1 4194304 974 7009 0 1 3 1 72 4 15 0 1 0 2007026851 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2023/statm: 3400 797 370 3 0 500 0
[pid=2039] ppid=2023 vsize=5356 CPUtime=0
/proc/2039/stat : 2039 (sh) S 2023 2023 429 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007026934 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2039/statm: 1339 233 193 169 0 50 0
[pid=2040] ppid=2039 vsize=868464 CPUtime=11.72
/proc/2040/stat : 2040 (java) S 2039 2023 429 0 -1 0 26238 0 1 0 1145 27 0 0 18 0 9 0 2007026935 889307136 16147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2040/statm: 217116 16147 2566 9 0 211663 0
[pid=2040/tid=2041] ppid=2039 vsize=868464 CPUtime=9.74
/proc/2040/task/2041/stat : 2041 (java) R 2039 2023 429 0 -1 64 3603 0 1 0 960 14 0 0 25 0 9 0 2007026935 889307136 16147 996147200 134512640 134550740 4294955952 18446744073709551615 4126997517 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2040/tid=2042] ppid=2039 vsize=868464 CPUtime=1.68
/proc/2040/task/2042/stat : 2042 (java) S 2039 2023 429 0 -1 64 20446 0 0 0 156 12 0 0 16 0 9 0 2007026937 889307136 16147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2040/tid=2043] ppid=2039 vsize=868464 CPUtime=0
/proc/2040/task/2043/stat : 2043 (java) S 2039 2023 429 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007026937 889307136 16147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2040/tid=2044] ppid=2039 vsize=868464 CPUtime=0
/proc/2040/task/2044/stat : 2044 (java) S 2039 2023 429 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007026937 889307136 16147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2040/tid=2045] ppid=2039 vsize=868464 CPUtime=0
/proc/2040/task/2045/stat : 2045 (java) S 2039 2023 429 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007026939 889307136 16147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2040/tid=2046] ppid=2039 vsize=868464 CPUtime=0.27
/proc/2040/task/2046/stat : 2046 (java) S 2039 2023 429 0 -1 64 1495 0 0 0 27 0 0 0 16 0 9 0 2007026939 889307136 16147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2040/tid=2047] ppid=2039 vsize=868464 CPUtime=0
/proc/2040/task/2047/stat : 2047 (java) S 2039 2023 429 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007026939 889307136 16147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2040/tid=2048] ppid=2039 vsize=868464 CPUtime=0
/proc/2040/task/2048/stat : 2048 (java) S 2039 2023 429 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007026939 889307136 16147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 887420

[startup+25.5028 s]
/proc/loadavg: 2.19 2.10 2.03 3/83 2048
/proc/meminfo: memFree=1511688/2055920 swapFree=4180240/4192956
[pid=2023] ppid=2021 vsize=13600 CPUtime=0.8
/proc/2023/stat : 2023 (sugar) S 2021 2023 429 0 -1 4194304 974 7009 0 1 3 1 72 4 16 0 1 0 2007026851 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2023/statm: 3400 797 370 3 0 500 0
[pid=2039] ppid=2023 vsize=5356 CPUtime=0
/proc/2039/stat : 2039 (sh) S 2023 2023 429 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007026934 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2039/statm: 1339 233 193 169 0 50 0
[pid=2040] ppid=2039 vsize=868464 CPUtime=24.37
/proc/2040/stat : 2040 (java) S 2039 2023 429 0 -1 0 26553 0 1 0 2380 57 0 0 18 0 9 0 2007026935 889307136 16154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2040/statm: 217116 16154 2566 9 0 211663 0
[pid=2040/tid=2041] ppid=2039 vsize=868464 CPUtime=22.22
/proc/2040/task/2041/stat : 2041 (java) R 2039 2023 429 0 -1 64 3911 0 1 0 2182 40 0 0 25 0 9 0 2007026935 889307136 16154 996147200 134512640 134550740 4294955952 18446744073709551615 4126995176 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2040/tid=2042] ppid=2039 vsize=868464 CPUtime=1.83
/proc/2040/task/2042/stat : 2042 (java) S 2039 2023 429 0 -1 64 20446 0 0 0 169 14 0 0 15 0 9 0 2007026937 889307136 16154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2040/tid=2043] ppid=2039 vsize=868464 CPUtime=0
/proc/2040/task/2043/stat : 2043 (java) S 2039 2023 429 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007026937 889307136 16154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2040/tid=2044] ppid=2039 vsize=868464 CPUtime=0
/proc/2040/task/2044/stat : 2044 (java) S 2039 2023 429 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007026937 889307136 16154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2040/tid=2045] ppid=2039 vsize=868464 CPUtime=0
/proc/2040/task/2045/stat : 2045 (java) S 2039 2023 429 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007026939 889307136 16154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2040/tid=2046] ppid=2039 vsize=868464 CPUtime=0.29
/proc/2040/task/2046/stat : 2046 (java) S 2039 2023 429 0 -1 64 1502 0 0 0 28 1 0 0 17 0 9 0 2007026939 889307136 16154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2040/tid=2047] ppid=2039 vsize=868464 CPUtime=0
/proc/2040/task/2047/stat : 2047 (java) S 2039 2023 429 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007026939 889307136 16154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2040/tid=2048] ppid=2039 vsize=868464 CPUtime=0
/proc/2040/task/2048/stat : 2048 (java) S 2039 2023 429 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007026939 889307136 16154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 887420

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

[startup+38.3019 s]
/proc/loadavg: 2.16 2.09 2.03 3/75 2050
/proc/meminfo: memFree=1273480/2055920 swapFree=4180240/4192956
[pid=2023] ppid=2021 vsize=13600 CPUtime=33.9
/proc/2023/stat : 2023 (sugar) S 2021 2023 429 0 -1 4194304 1034 34237 0 2 3 1 3283 103 15 0 1 0 2007026851 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2023/statm: 3400 799 370 3 0 500 0
[pid=2049] ppid=2023 vsize=5356 CPUtime=0
/proc/2049/stat : 2049 (sh) S 2023 2023 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007030288 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2049/statm: 1339 232 193 169 0 50 0
[pid=2050] ppid=2049 vsize=279492 CPUtime=3.85
/proc/2050/stat : 2050 (minisat) R 2049 2023 429 0 -1 4194304 67025 0 0 0 341 44 0 0 25 0 1 0 2007030289 286199808 67011 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/2050/statm: 69873 67011 72 150 0 69720 0
Current children cumulated CPU time (s) 37.75
Current children cumulated vsize (KiB) 298448

[startup+41.5025 s]
/proc/loadavg: 2.15 2.09 2.03 3/75 2050
/proc/meminfo: memFree=1215560/2055920 swapFree=4180240/4192956
[pid=2023] ppid=2021 vsize=13600 CPUtime=33.9
/proc/2023/stat : 2023 (sugar) S 2021 2023 429 0 -1 4194304 1034 34237 0 2 3 1 3283 103 16 0 1 0 2007026851 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2023/statm: 3400 799 370 3 0 500 0
[pid=2049] ppid=2023 vsize=5356 CPUtime=0
/proc/2049/stat : 2049 (sh) S 2023 2023 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007030288 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2049/statm: 1339 232 193 169 0 50 0
[pid=2050] ppid=2049 vsize=295344 CPUtime=7.02
/proc/2050/stat : 2050 (minisat) R 2049 2023 429 0 -1 4194304 70850 0 0 0 656 46 0 0 25 0 1 0 2007030289 302432256 70836 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/2050/statm: 73836 70836 75 150 0 73683 0
Current children cumulated CPU time (s) 40.92
Current children cumulated vsize (KiB) 314300

[startup+43.1017 s]
/proc/loadavg: 2.15 2.09 2.03 3/75 2050
/proc/meminfo: memFree=1213704/2055920 swapFree=4180240/4192956
[pid=2023] ppid=2021 vsize=13600 CPUtime=33.9
/proc/2023/stat : 2023 (sugar) S 2021 2023 429 0 -1 4194304 1034 34237 0 2 3 1 3283 103 16 0 1 0 2007026851 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2023/statm: 3400 799 370 3 0 500 0
[pid=2049] ppid=2023 vsize=5356 CPUtime=0
/proc/2049/stat : 2049 (sh) S 2023 2023 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007030288 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2049/statm: 1339 232 193 169 0 50 0
[pid=2050] ppid=2049 vsize=296052 CPUtime=8.6
/proc/2050/stat : 2050 (minisat) R 2049 2023 429 0 -1 4194304 71050 0 0 0 814 46 0 0 25 0 1 0 2007030289 303157248 71036 996147200 134512640 135127466 4294956256 18446744073709551615 134531703 0 0 4096 3 0 0 0 17 1 0 0
/proc/2050/statm: 74013 71036 75 150 0 73860 0
Current children cumulated CPU time (s) 42.5
Current children cumulated vsize (KiB) 315008

[startup+43.9019 s]
/proc/loadavg: 2.14 2.09 2.02 3/75 2050
/proc/meminfo: memFree=1213704/2055920 swapFree=4180240/4192956
[pid=2023] ppid=2021 vsize=13600 CPUtime=33.9
/proc/2023/stat : 2023 (sugar) S 2021 2023 429 0 -1 4194304 1034 34237 0 2 3 1 3283 103 16 0 1 0 2007026851 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2023/statm: 3400 799 370 3 0 500 0
[pid=2049] ppid=2023 vsize=5356 CPUtime=0
/proc/2049/stat : 2049 (sh) S 2023 2023 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007030288 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2049/statm: 1339 232 193 169 0 50 0
[pid=2050] ppid=2049 vsize=296052 CPUtime=9.4
/proc/2050/stat : 2050 (minisat) R 2049 2023 429 0 -1 4194304 71051 0 0 0 894 46 0 0 25 0 1 0 2007030289 303157248 71037 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2050/statm: 74013 71037 75 150 0 73860 0
Current children cumulated CPU time (s) 43.3
Current children cumulated vsize (KiB) 315008

[startup+44.3019 s]
/proc/loadavg: 2.14 2.09 2.02 3/75 2050
/proc/meminfo: memFree=1213704/2055920 swapFree=4180240/4192956
[pid=2023] ppid=2021 vsize=13600 CPUtime=43.59
/proc/2023/stat : 2023 (sugar) S 2021 2023 429 0 -1 4194304 1091 105587 0 2 3 1 4200 155 16 0 1 0 2007026851 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2023/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 43.59
Current children cumulated vsize (KiB) 13600

[startup+44.502 s]
/proc/loadavg: 2.14 2.09 2.02 3/75 2050
/proc/meminfo: memFree=1213704/2055920 swapFree=4180240/4192956
[pid=2023] ppid=2021 vsize=13600 CPUtime=43.89
/proc/2023/stat : 2023 (sugar) R 2021 2023 429 0 -1 4194304 1119 110239 0 3 4 6 4221 158 16 0 1 0 2007026851 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 240577647657 0 0 4224 16386 0 0 0 17 1 0 0
/proc/2023/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 43.89
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 44.5252
CPU time (s): 43.9373
CPU user time (s): 42.2606
CPU system time (s): 1.67674
CPU usage (%): 98.6797
Max. virtual memory (cumulated for all children) (KiB): 897744

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

runsolver used 0.054991 second user time and 0.168974 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-05 19:55:49
IDJOB=1095036
IDBENCH=58873
IDSOLVER=346
FILE ID=node50/1095036-1215280549
PBS_JOBID= 7882255
Free space on /tmp= 66440 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp16/normalized-fapp16-0260-8.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-1095036-1215280549/watcher-1095036-1215280549 -o /tmp/evaluation-result-1095036-1215280549/solver-1095036-1215280549 -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-1095036-1215280549.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5ef6083857cc9720c8e4a658c322c67a
RANDOM SEED=1299351265

node50.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.261
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.261
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:       1635264 kB
Buffers:         78916 kB
Cached:         265504 kB
SwapCached:       7072 kB
Active:         205972 kB
Inactive:       153092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1635264 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:            1928 kB
Writeback:           0 kB
Mapped:          22120 kB
Slab:            46880 kB
Committed_AS:  4105952 kB
PageTables:       1812 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= 66436 MiB
End job on node50 at 2008-07-05 19:56:33