Trace number 1059486

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 79.3569 79.9169

General information on the benchmark

Namecsp/fischer/
normalized-fischer-4-5-fair.xml
MD5SUM1569cf0ddb544a3e99615bf31b214726
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.670897
Satisfiable
(Un)Satisfiability was proved
Number of variables5359
Number of constraints5059
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5059
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 Fri Jul  4 00:17:39 2008
0.00/0.04	c 0	PID 27949
0.00/0.04	c 0	HOST node63.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1059486-1215123459.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1059486-1215123459.xml' 'HOME/temp.csp'
0.03/0.73	c 0	3 domains, 5359 variables, 9 predicates, 0 relations, 5059 constraints
0.03/0.77	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.77	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.71/0.85	c 1	Parsing HOME/temp.csp
1.03/1.16	c 1	parsed 10000 expressions
1.03/1.17	c 1	parsed 10430 expressions
1.03/1.17	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.03/1.17	c 1	Converting to clausal form CSP
1.12/1.20	c 1	converted 1043 (10%) expressions
1.12/1.22	c 1	converted 2086 (20%) expressions
1.12/1.22	c 1	converted 3129 (30%) expressions
1.12/1.22	c 1	converted 4172 (40%) expressions
1.12/1.22	c 1	converted 5215 (50%) expressions
1.23/1.39	c 1	converted 6258 (60%) expressions
1.43/1.53	c 1	converted 7301 (70%) expressions
1.52/1.68	c 1	converted 8344 (80%) expressions
1.62/1.77	c 1	converted 9387 (90%) expressions
1.82/1.92	c 2	converted 10430 (100%) expressions
1.82/1.92	c 2	CSP : 9321 integers, 340 booleans, 22907 clauses, largest domain size 20001
1.82/1.92	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.82/1.92	c 2	Propagation in CSP
34.16/34.42	c 34	130219208 values, 0 unsatisfiable literals, and 0 valid clauses are removed
34.16/34.43	c 34	CSP : 9321 integers, 340 booleans, 22907 clauses, largest domain size 20001
34.16/34.43	c 34	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
34.16/34.44	c 34	Simplifing CSP by introducing new Boolean variables
34.16/34.48	c 34	CSP : 9321 integers, 8370 booleans, 30937 clauses, largest domain size 20001
34.16/34.48	c 34	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
34.36/34.60	c 34	Encoding CSP to SAT : HOME/temp.cnf
34.36/34.65	c 34	933 (10%) CSP integer variables are encoded (13950 clauses, 187512 bytes)
35.06/35.31	c 35	1865 (20%) CSP integer variables are encoded (530682 clauses, 8800945 bytes)
35.26/35.57	c 35	2797 (30%) CSP integer variables are encoded (743454 clauses, 12418069 bytes)
35.46/35.78	c 35	3729 (40%) CSP integer variables are encoded (913435 clauses, 15307746 bytes)
35.86/36.12	c 36	4661 (50%) CSP integer variables are encoded (1186594 clauses, 20326904 bytes)
35.86/36.12	c 36	5593 (60%) CSP integer variables are encoded (1186594 clauses, 20326904 bytes)
35.96/36.30	c 36	6525 (70%) CSP integer variables are encoded (1326566 clauses, 22986372 bytes)
36.15/36.43	c 36	7457 (80%) CSP integer variables are encoded (1426546 clauses, 24885992 bytes)
36.15/36.47	c 36	8389 (90%) CSP integer variables are encoded (1456542 clauses, 25455916 bytes)
36.35/36.63	c 36	9321 (100%) CSP integer variables are encoded (1586522 clauses, 27925536 bytes)
42.98/43.38	c 43	3094 (10%) CSP clauses are encoded (5530409 clauses, 105112962 bytes)
43.96/44.39	c 44	6188 (20%) CSP clauses are encoded (6099987 clauses, 116343849 bytes)
44.46/44.84	c 45	9282 (30%) CSP clauses are encoded (6381355 clauses, 122012397 bytes)
45.06/45.42	c 45	12375 (40%) CSP clauses are encoded (6742220 clauses, 129318768 bytes)
45.46/45.81	c 46	15469 (50%) CSP clauses are encoded (6983183 clauses, 134197251 bytes)
45.46/45.83	c 46	18563 (60%) CSP clauses are encoded (6984614 clauses, 134225928 bytes)
45.46/45.85	c 46	21656 (70%) CSP clauses are encoded (6986041 clauses, 134254521 bytes)
45.96/46.30	c 46	24750 (80%) CSP clauses are encoded (7267425 clauses, 139952172 bytes)
46.46/46.86	c 47	27844 (90%) CSP clauses are encoded (7628845 clauses, 147509087 bytes)
46.46/46.89	c 47	30937 (100%) CSP clauses are encoded (7636262 clauses, 147707945 bytes)
46.46/46.89	c 47	30937 CSP clauses encoded
46.46/46.90	c 47	Writing map file : HOME/temp.map
46.55/46.95	c 47	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
46.55/46.95	c 47	SAT : 1597529 SAT variables, 7636262 SAT clauses, 147707945 bytes
46.55/46.95	c 47	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
46.55/46.98	c 47	SOLVING HOME/temp.cnf
46.55/46.98	c 47	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
46.55/46.98	c 47	This is MiniSat 2.0 beta
46.55/46.98	c 47	WARNING: for repeatability, setting FPU to use double precision
46.55/46.98	c 47	============================[ Problem Statistics ]=============================
46.55/46.98	c 47	|                                                                             |
46.55/46.98	c 47	|  Number of variables:  1597529                                              |
46.55/46.98	c 47	|  Number of clauses:    7636262                                              |
50.11/50.56	c 50	|  Parsing time:         2.97         s                                       |
50.30/50.75	c 50	============================[ Search Statistics ]==============================
50.30/50.75	c 50	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
50.30/50.75	c 50	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
50.30/50.75	c 50	===============================================================================
50.30/50.75	c 50	|         0 | 1557095  7594528 19823977 |  2531509        0    nan |  0.000 % |
53.98/54.46	c 54	|       100 | 1557077  7594528 19823977 |  2784660       90      5 | 17.015 % |
62.24/62.79	c 62	|       250 | 1252871  6797004 18065079 |  3063126      192      4 | 24.086 % |
78.76/79.33	c 79	|       475 | 1036864  6273262 16950441 |  3369438      300      4 | 47.525 % |
78.87/79.45	c 79	===============================================================================
78.87/79.45	c 79	restarts              : 4
78.87/79.45	c 79	conflicts             : 485            (15 /sec)
78.87/79.45	c 79	decisions             : 5545           (0.63 % random) (175 /sec)
78.87/79.45	c 79	propagations          : 59663110       (1883294 /sec)
78.87/79.45	c 79	conflict literals     : 1657           (14.85 % deleted)
78.87/79.45	c 79	Memory used           : 433.07 MB
78.87/79.45	c 79	CPU time              : 31.6802 s
78.87/79.45	c 79	
78.87/79.45	c 79	UNSATISFIABLE
78.97/79.52	c 79	DECODING HOME/temp.out WITH HOME/temp.map
78.97/79.52	c 79	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
79.00/79.61	c 79	Decoding HOME/temp.out
79.00/79.79	s UNSATISFIABLE
79.00/79.79	c 80	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
79.00/79.85	c 80	CPU 77.05 (0.04 0.01 77.01 2.21)
79.00/79.85	c 80	END Fri Jul  4 00:18:59 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-1059486-1215123459/watcher-1059486-1215123459 -o /tmp/evaluation-result-1059486-1215123459/solver-1059486-1215123459 -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-1059486-1215123459.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.03 2.05 2.00 4/81 27949
/proc/meminfo: memFree=1456888/2055920 swapFree=4191676/4192956
[pid=27949] ppid=27947 vsize=12272 CPUtime=0
/proc/27949/stat : 27949 (sugar) R 27947 27949 26920 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 124341194 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 244285750270 0 0 4224 0 0 0 0 17 1 0 0
/proc/27949/statm: 3068 327 246 3 0 168 0

[startup+0.010065 s]
/proc/loadavg: 2.03 2.05 2.00 4/81 27949
/proc/meminfo: memFree=1456888/2055920 swapFree=4191676/4192956
[pid=27949] ppid=27947 vsize=12412 CPUtime=0
/proc/27949/stat : 27949 (sugar) R 27947 27949 26920 0 -1 4194304 424 0 0 0 0 0 0 0 18 0 1 0 124341194 12709888 392 996147200 4194304 4206940 548682068608 18446744073709551615 244276695777 0 0 4224 0 0 0 0 17 1 0 0
/proc/27949/statm: 3103 392 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.101089 s]
/proc/loadavg: 2.03 2.05 2.00 4/81 27949
/proc/meminfo: memFree=1456888/2055920 swapFree=4191676/4192956
[pid=27949] ppid=27947 vsize=13600 CPUtime=0.03
/proc/27949/stat : 27949 (sugar) S 27947 27949 26920 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 124341194 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27949/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301127 s]
/proc/loadavg: 2.03 2.05 2.00 4/81 27949
/proc/meminfo: memFree=1456888/2055920 swapFree=4191676/4192956
[pid=27949] ppid=27947 vsize=13600 CPUtime=0.03
/proc/27949/stat : 27949 (sugar) S 27947 27949 26920 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 124341194 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27949/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701204 s]
/proc/loadavg: 2.03 2.05 2.00 4/81 27949
/proc/meminfo: memFree=1456888/2055920 swapFree=4191676/4192956
[pid=27949] ppid=27947 vsize=13600 CPUtime=0.03
/proc/27949/stat : 27949 (sugar) S 27947 27949 26920 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 124341194 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27949/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50235 s]
/proc/loadavg: 2.03 2.05 2.00 4/92 27971
/proc/meminfo: memFree=1448544/2055920 swapFree=4191676/4192956
[pid=27949] ppid=27947 vsize=13600 CPUtime=0.72
/proc/27949/stat : 27949 (sugar) S 27947 27949 26920 0 -1 4194304 974 8125 0 1 3 1 63 5 15 0 1 0 124341194 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27949/statm: 3400 797 370 3 0 500 0
[pid=27962] ppid=27949 vsize=5356 CPUtime=0
/proc/27962/stat : 27962 (sh) S 27949 27949 26920 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 124341272 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27962/statm: 1339 233 193 169 0 50 0
[pid=27963] ppid=27962 vsize=868384 CPUtime=0.71
/proc/27963/stat : 27963 (java) S 27962 27949 26920 0 -1 0 7443 0 1 0 67 4 0 0 19 0 9 0 124341272 889225216 6652 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27963/statm: 217096 6652 2540 9 0 211671 0
[pid=27963/tid=27964] ppid=27962 vsize=868384 CPUtime=0.39
/proc/27963/task/27964/stat : 27964 (java) R 27962 27949 26920 0 -1 64 2679 0 1 0 38 1 0 0 23 0 9 0 124341273 889225216 6652 996147200 134512640 134550740 4294955952 18446744073709551615 4125925974 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27963/tid=27965] ppid=27962 vsize=868384 CPUtime=0.1
/proc/27963/task/27965/stat : 27965 (java) S 27962 27949 26920 0 -1 64 2615 0 0 0 9 1 0 0 16 0 9 0 124341274 889225216 6652 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27963/tid=27966] ppid=27962 vsize=868384 CPUtime=0
/proc/27963/task/27966/stat : 27966 (java) S 27962 27949 26920 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 124341274 889225216 6652 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27963/tid=27967] ppid=27962 vsize=868384 CPUtime=0
/proc/27963/task/27967/stat : 27967 (java) S 27962 27949 26920 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 124341274 889225216 6652 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27963/tid=27968] ppid=27962 vsize=868384 CPUtime=0
/proc/27963/task/27968/stat : 27968 (java) S 27962 27949 26920 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 124341276 889225216 6652 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27963/tid=27969] ppid=27962 vsize=868384 CPUtime=0.18
/proc/27963/task/27969/stat : 27969 (java) S 27962 27949 26920 0 -1 64 1456 0 0 0 18 0 0 0 16 0 9 0 124341276 889225216 6652 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27963/tid=27970] ppid=27962 vsize=868384 CPUtime=0
/proc/27963/task/27970/stat : 27970 (java) S 27962 27949 26920 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 124341276 889225216 6652 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27963/tid=27971] ppid=27962 vsize=868384 CPUtime=0
/proc/27963/task/27971/stat : 27971 (java) S 27962 27949 26920 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 124341276 889225216 6652 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887340

[startup+3.10165 s]
/proc/loadavg: 2.03 2.05 2.00 3/92 27971
/proc/meminfo: memFree=1427872/2055920 swapFree=4191676/4192956
[pid=27949] ppid=27947 vsize=13600 CPUtime=0.72
/proc/27949/stat : 27949 (sugar) S 27947 27949 26920 0 -1 4194304 974 8125 0 1 3 1 63 5 15 0 1 0 124341194 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27949/statm: 3400 797 370 3 0 500 0
[pid=27962] ppid=27949 vsize=5356 CPUtime=0
/proc/27962/stat : 27962 (sh) S 27949 27949 26920 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 124341272 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27962/statm: 1339 233 193 169 0 50 0
[pid=27963] ppid=27962 vsize=868384 CPUtime=2.29
/proc/27963/stat : 27963 (java) S 27962 27949 26920 0 -1 0 10032 0 1 0 223 6 0 0 19 0 9 0 124341272 889225216 9068 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27963/statm: 217096 9068 2540 9 0 211671 0
[pid=27963/tid=27964] ppid=27962 vsize=868384 CPUtime=1.69
/proc/27963/task/27964/stat : 27964 (java) R 27962 27949 26920 0 -1 64 2934 0 1 0 167 2 0 0 25 0 9 0 124341273 889225216 9068 996147200 134512640 134550740 4294955952 18446744073709551615 4126961135 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27963/tid=27965] ppid=27962 vsize=868384 CPUtime=0.36
/proc/27963/task/27965/stat : 27965 (java) S 27962 27949 26920 0 -1 64 4924 0 0 0 33 3 0 0 16 0 9 0 124341274 889225216 9068 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27963/tid=27966] ppid=27962 vsize=868384 CPUtime=0
/proc/27963/task/27966/stat : 27966 (java) S 27962 27949 26920 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 124341274 889225216 9068 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27963/tid=27967] ppid=27962 vsize=868384 CPUtime=0
/proc/27963/task/27967/stat : 27967 (java) S 27962 27949 26920 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 124341274 889225216 9068 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27963/tid=27968] ppid=27962 vsize=868384 CPUtime=0
/proc/27963/task/27968/stat : 27968 (java) S 27962 27949 26920 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 124341276 889225216 9068 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27963/tid=27969] ppid=27962 vsize=868384 CPUtime=0.21
/proc/27963/task/27969/stat : 27969 (java) S 27962 27949 26920 0 -1 64 1481 0 0 0 21 0 0 0 16 0 9 0 124341276 889225216 9068 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27963/tid=27970] ppid=27962 vsize=868384 CPUtime=0
/proc/27963/task/27970/stat : 27970 (java) S 27962 27949 26920 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 124341276 889225216 9068 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27963/tid=27971] ppid=27962 vsize=868384 CPUtime=0
/proc/27963/task/27971/stat : 27971 (java) S 27962 27949 26920 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 124341276 889225216 9068 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887340

[startup+6.30226 s]
/proc/loadavg: 2.03 2.05 2.00 3/92 27971
/proc/meminfo: memFree=1427616/2055920 swapFree=4191676/4192956
[pid=27949] ppid=27947 vsize=13600 CPUtime=0.72
/proc/27949/stat : 27949 (sugar) S 27947 27949 26920 0 -1 4194304 974 8125 0 1 3 1 63 5 15 0 1 0 124341194 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27949/statm: 3400 797 370 3 0 500 0
[pid=27962] ppid=27949 vsize=5356 CPUtime=0
/proc/27962/stat : 27962 (sh) S 27949 27949 26920 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 124341272 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27962/statm: 1339 233 193 169 0 50 0
[pid=27963] ppid=27962 vsize=868384 CPUtime=5.48
/proc/27963/stat : 27963 (java) S 27962 27949 26920 0 -1 0 10347 0 1 0 539 9 0 0 19 0 9 0 124341272 889225216 9073 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27963/statm: 217096 9073 2540 9 0 211671 0
[pid=27963/tid=27964] ppid=27962 vsize=868384 CPUtime=4.77
/proc/27963/task/27964/stat : 27964 (java) R 27962 27949 26920 0 -1 64 3244 0 1 0 474 3 0 0 25 0 9 0 124341273 889225216 9073 996147200 134512640 134550740 4294955952 18446744073709551615 4126577772 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27963/tid=27965] ppid=27962 vsize=868384 CPUtime=0.47
/proc/27963/task/27965/stat : 27965 (java) S 27962 27949 26920 0 -1 64 4929 0 0 0 43 4 0 0 16 0 9 0 124341274 889225216 9073 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27963/tid=27966] ppid=27962 vsize=868384 CPUtime=0
/proc/27963/task/27966/stat : 27966 (java) S 27962 27949 26920 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 124341274 889225216 9073 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27963/tid=27967] ppid=27962 vsize=868384 CPUtime=0
/proc/27963/task/27967/stat : 27967 (java) S 27962 27949 26920 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 124341274 889225216 9073 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27963/tid=27968] ppid=27962 vsize=868384 CPUtime=0
/proc/27963/task/27968/stat : 27968 (java) S 27962 27949 26920 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 124341276 889225216 9073 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27963/tid=27969] ppid=27962 vsize=868384 CPUtime=0.21
/proc/27963/task/27969/stat : 27969 (java) S 27962 27949 26920 0 -1 64 1481 0 0 0 21 0 0 0 16 0 9 0 124341276 889225216 9073 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27963/tid=27970] ppid=27962 vsize=868384 CPUtime=0
/proc/27963/task/27970/stat : 27970 (java) S 27962 27949 26920 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 124341276 889225216 9073 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27963/tid=27971] ppid=27962 vsize=868384 CPUtime=0
/proc/27963/task/27971/stat : 27971 (java) S 27962 27949 26920 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 124341276 889225216 9073 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 887340

[startup+12.7015 s]
/proc/loadavg: 2.03 2.05 2.00 3/92 27971
/proc/meminfo: memFree=1427360/2055920 swapFree=4191676/4192956
[pid=27949] ppid=27947 vsize=13600 CPUtime=0.72
/proc/27949/stat : 27949 (sugar) S 27947 27949 26920 0 -1 4194304 974 8125 0 1 3 1 63 5 15 0 1 0 124341194 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27949/statm: 3400 797 370 3 0 500 0
[pid=27962] ppid=27949 vsize=5356 CPUtime=0
/proc/27962/stat : 27962 (sh) S 27949 27949 26920 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 124341272 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27962/statm: 1339 233 193 169 0 50 0
[pid=27963] ppid=27962 vsize=868384 CPUtime=11.85
/proc/27963/stat : 27963 (java) S 27962 27949 26920 0 -1 0 10982 0 1 0 1170 15 0 0 19 0 9 0 124341272 889225216 9086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27963/statm: 217096 9086 2540 9 0 211671 0
[pid=27963/tid=27964] ppid=27962 vsize=868384 CPUtime=10.91
/proc/27963/task/27964/stat : 27964 (java) R 27962 27949 26920 0 -1 64 3866 0 1 0 1086 5 0 0 25 0 9 0 124341273 889225216 9086 996147200 134512640 134550740 4294955952 18446744073709551615 4126625099 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27963/tid=27965] ppid=27962 vsize=868384 CPUtime=0.68
/proc/27963/task/27965/stat : 27965 (java) S 27962 27949 26920 0 -1 64 4942 0 0 0 61 7 0 0 16 0 9 0 124341274 889225216 9086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27963/tid=27966] ppid=27962 vsize=868384 CPUtime=0
/proc/27963/task/27966/stat : 27966 (java) S 27962 27949 26920 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 124341274 889225216 9086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27963/tid=27967] ppid=27962 vsize=868384 CPUtime=0
/proc/27963/task/27967/stat : 27967 (java) S 27962 27949 26920 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 124341274 889225216 9086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27963/tid=27968] ppid=27962 vsize=868384 CPUtime=0
/proc/27963/task/27968/stat : 27968 (java) S 27962 27949 26920 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 124341276 889225216 9086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27963/tid=27969] ppid=27962 vsize=868384 CPUtime=0.21
/proc/27963/task/27969/stat : 27969 (java) S 27962 27949 26920 0 -1 64 1481 0 0 0 21 0 0 0 16 0 9 0 124341276 889225216 9086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27963/tid=27970] ppid=27962 vsize=868384 CPUtime=0
/proc/27963/task/27970/stat : 27970 (java) S 27962 27949 26920 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 124341276 889225216 9086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27963/tid=27971] ppid=27962 vsize=868384 CPUtime=0
/proc/27963/task/27971/stat : 27971 (java) S 27962 27949 26920 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 124341276 889225216 9086 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 887340

[startup+25.5029 s]
/proc/loadavg: 2.02 2.05 2.00 3/92 27971
/proc/meminfo: memFree=1427232/2055920 swapFree=4191676/4192956
[pid=27949] ppid=27947 vsize=13600 CPUtime=0.72
/proc/27949/stat : 27949 (sugar) S 27947 27949 26920 0 -1 4194304 974 8125 0 1 3 1 63 5 15 0 1 0 124341194 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27949/statm: 3400 797 370 3 0 500 0
[pid=27962] ppid=27949 vsize=5356 CPUtime=0
/proc/27962/stat : 27962 (sh) S 27949 27949 26920 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 124341272 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27962/statm: 1339 233 193 169 0 50 0
[pid=27963] ppid=27962 vsize=868384 CPUtime=24.59
/proc/27963/stat : 27963 (java) S 27962 27949 26920 0 -1 0 12245 0 1 0 2431 28 0 0 19 0 9 0 124341272 889225216 9104 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27963/statm: 217096 9104 2540 9 0 211671 0
[pid=27963/tid=27964] ppid=27962 vsize=868384 CPUtime=23.2
/proc/27963/task/27964/stat : 27964 (java) R 27962 27949 26920 0 -1 64 5111 0 1 0 2310 10 0 0 25 0 9 0 124341273 889225216 9104 996147200 134512640 134550740 4294955952 18446744073709551615 4126616096 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27963/tid=27965] ppid=27962 vsize=868384 CPUtime=1.14
/proc/27963/task/27965/stat : 27965 (java) S 27962 27949 26920 0 -1 64 4960 0 0 0 98 16 0 0 16 0 9 0 124341274 889225216 9104 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27963/tid=27966] ppid=27962 vsize=868384 CPUtime=0
/proc/27963/task/27966/stat : 27966 (java) S 27962 27949 26920 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 124341274 889225216 9104 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27963/tid=27967] ppid=27962 vsize=868384 CPUtime=0
/proc/27963/task/27967/stat : 27967 (java) S 27962 27949 26920 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 124341274 889225216 9104 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27963/tid=27968] ppid=27962 vsize=868384 CPUtime=0
/proc/27963/task/27968/stat : 27968 (java) S 27962 27949 26920 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 124341276 889225216 9104 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27963/tid=27969] ppid=27962 vsize=868384 CPUtime=0.21
/proc/27963/task/27969/stat : 27969 (java) S 27962 27949 26920 0 -1 64 1481 0 0 0 21 0 0 0 16 0 9 0 124341276 889225216 9104 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27963/tid=27970] ppid=27962 vsize=868384 CPUtime=0
/proc/27963/task/27970/stat : 27970 (java) S 27962 27949 26920 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 124341276 889225216 9104 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27963/tid=27971] ppid=27962 vsize=868384 CPUtime=0
/proc/27963/task/27971/stat : 27971 (java) S 27962 27949 26920 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 124341276 889225216 9104 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 887340

[startup+51.1018 s]
/proc/loadavg: 2.09 2.06 2.00 3/84 27973
/proc/meminfo: memFree=924192/2055920 swapFree=4191676/4192956
[pid=27949] ppid=27947 vsize=13600 CPUtime=46.63
/proc/27949/stat : 27949 (sugar) S 27947 27949 26920 0 -1 4194304 1033 24826 0 3 3 1 4510 149 15 0 1 0 124341194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27949/statm: 3400 799 370 3 0 500 0
[pid=27972] ppid=27949 vsize=5356 CPUtime=0
/proc/27972/stat : 27972 (sh) S 27949 27949 26920 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 124345892 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27972/statm: 1339 232 193 169 0 50 0
[pid=27973] ppid=27972 vsize=418796 CPUtime=4.07
/proc/27973/stat : 27973 (minisat) R 27972 27949 26920 0 -1 4194304 97955 0 0 0 349 58 0 0 25 0 1 0 124345892 428847104 97941 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27973/statm: 104699 97941 72 150 0 104546 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 437752

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

[startup+63.9012 s]
/proc/loadavg: 2.07 2.06 2.00 3/84 27973
/proc/meminfo: memFree=892256/2055920 swapFree=4191676/4192956
[pid=27949] ppid=27947 vsize=13600 CPUtime=46.63
/proc/27949/stat : 27949 (sugar) S 27947 27949 26920 0 -1 4194304 1033 24826 0 3 3 1 4510 149 16 0 1 0 124341194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27949/statm: 3400 799 370 3 0 500 0
[pid=27972] ppid=27949 vsize=5356 CPUtime=0
/proc/27972/stat : 27972 (sh) S 27949 27949 26920 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 124345892 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27972/statm: 1339 232 193 169 0 50 0
[pid=27973] ppid=27972 vsize=440384 CPUtime=16.8
/proc/27973/stat : 27973 (minisat) R 27972 27949 26920 0 -1 4194304 103360 0 0 0 1620 60 0 0 25 0 1 0 124345892 450953216 103346 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27973/statm: 110096 103346 75 150 0 109943 0
Current children cumulated CPU time (s) 63.43
Current children cumulated vsize (KiB) 459340

[startup+70.3014 s]
/proc/loadavg: 2.06 2.05 2.00 3/84 27973
/proc/meminfo: memFree=892128/2055920 swapFree=4191676/4192956
[pid=27949] ppid=27947 vsize=13600 CPUtime=46.63
/proc/27949/stat : 27949 (sugar) S 27947 27949 26920 0 -1 4194304 1033 24826 0 3 3 1 4510 149 16 0 1 0 124341194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27949/statm: 3400 799 370 3 0 500 0
[pid=27972] ppid=27949 vsize=5356 CPUtime=0
/proc/27972/stat : 27972 (sh) S 27949 27949 26920 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 124345892 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27972/statm: 1339 232 193 169 0 50 0
[pid=27973] ppid=27972 vsize=443460 CPUtime=23.18
/proc/27973/stat : 27973 (minisat) R 27972 27949 26920 0 -1 4194304 103399 0 0 0 2258 60 0 0 25 0 1 0 124345892 454103040 103385 996147200 134512640 135127466 4294956272 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/27973/statm: 110865 103385 75 150 0 110712 0
Current children cumulated CPU time (s) 69.81
Current children cumulated vsize (KiB) 462416

[startup+76.7016 s]
/proc/loadavg: 2.06 2.05 2.00 3/84 27973
/proc/meminfo: memFree=892256/2055920 swapFree=4191676/4192956
[pid=27949] ppid=27947 vsize=13600 CPUtime=46.63
/proc/27949/stat : 27949 (sugar) S 27947 27949 26920 0 -1 4194304 1033 24826 0 3 3 1 4510 149 16 0 1 0 124341194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27949/statm: 3400 799 370 3 0 500 0
[pid=27972] ppid=27949 vsize=5356 CPUtime=0
/proc/27972/stat : 27972 (sh) S 27949 27949 26920 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 124345892 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27972/statm: 1339 232 193 169 0 50 0
[pid=27973] ppid=27972 vsize=443460 CPUtime=29.55
/proc/27973/stat : 27973 (minisat) R 27972 27949 26920 0 -1 4194304 103400 0 0 0 2894 61 0 0 25 0 1 0 124345892 454103040 103386 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/27973/statm: 110865 103386 75 150 0 110712 0
Current children cumulated CPU time (s) 76.18
Current children cumulated vsize (KiB) 462416

[startup+78.3029 s]
/proc/loadavg: 2.06 2.05 2.00 3/84 27973
/proc/meminfo: memFree=892192/2055920 swapFree=4191676/4192956
[pid=27949] ppid=27947 vsize=13600 CPUtime=46.63
/proc/27949/stat : 27949 (sugar) S 27947 27949 26920 0 -1 4194304 1033 24826 0 3 3 1 4510 149 16 0 1 0 124341194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27949/statm: 3400 799 370 3 0 500 0
[pid=27972] ppid=27949 vsize=5356 CPUtime=0
/proc/27972/stat : 27972 (sh) S 27949 27949 26920 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 124345892 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27972/statm: 1339 232 193 169 0 50 0
[pid=27973] ppid=27972 vsize=443460 CPUtime=31.14
/proc/27973/stat : 27973 (minisat) R 27972 27949 26920 0 -1 4194304 103400 0 0 0 3053 61 0 0 25 0 1 0 124345892 454103040 103386 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/27973/statm: 110865 103386 75 150 0 110712 0
Current children cumulated CPU time (s) 77.77
Current children cumulated vsize (KiB) 462416

[startup+79.1011 s]
/proc/loadavg: 2.05 2.05 2.00 3/84 27973
/proc/meminfo: memFree=892192/2055920 swapFree=4191676/4192956
[pid=27949] ppid=27947 vsize=13600 CPUtime=46.63
/proc/27949/stat : 27949 (sugar) S 27947 27949 26920 0 -1 4194304 1033 24826 0 3 3 1 4510 149 16 0 1 0 124341194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27949/statm: 3400 799 370 3 0 500 0
[pid=27972] ppid=27949 vsize=5356 CPUtime=0
/proc/27972/stat : 27972 (sh) S 27949 27949 26920 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 124345892 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27972/statm: 1339 232 193 169 0 50 0
[pid=27973] ppid=27972 vsize=443460 CPUtime=31.94
/proc/27973/stat : 27973 (minisat) R 27972 27949 26920 0 -1 4194304 103400 0 0 0 3133 61 0 0 25 0 1 0 124345892 454103040 103386 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27973/statm: 110865 103386 75 150 0 110712 0
Current children cumulated CPU time (s) 78.57
Current children cumulated vsize (KiB) 462416

[startup+79.5012 s]
/proc/loadavg: 2.05 2.05 2.00 3/84 27973
/proc/meminfo: memFree=892192/2055920 swapFree=4191676/4192956
[pid=27949] ppid=27947 vsize=13600 CPUtime=46.64
/proc/27949/stat : 27949 (sugar) S 27947 27949 26920 0 -1 4194304 1033 24826 0 3 4 1 4510 149 15 0 1 0 124341194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27949/statm: 3400 799 370 3 0 500 0
[pid=27972] ppid=27949 vsize=5356 CPUtime=0
/proc/27972/stat : 27972 (sh) S 27949 27949 26920 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 124345892 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27972/statm: 1339 232 193 169 0 50 0
[pid=27973] ppid=27972 vsize=0 CPUtime=32.33
/proc/27973/stat : 27973 (minisat) R 27972 27949 26920 0 -1 4194308 103409 0 0 0 3168 65 0 0 25 0 1 0 124345892 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/27973/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 78.97
Current children cumulated vsize (KiB) 18956

[startup+79.9013 s]
/proc/loadavg: 2.05 2.05 2.00 3/84 27973
/proc/meminfo: memFree=892192/2055920 swapFree=4191676/4192956
[pid=27949] ppid=27947 vsize=13600 CPUtime=79.33
/proc/27949/stat : 27949 (sugar) R 27947 27949 26920 0 -1 4194304 1119 132629 0 4 4 7 7701 221 16 0 1 0 124341194 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 244277023785 0 0 4224 16386 0 0 0 17 0 0 0
/proc/27949/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 79.33
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 79.9169
CPU time (s): 79.3569
CPU user time (s): 77.0593
CPU system time (s): 2.29765
CPU usage (%): 99.2994
Max. virtual memory (cumulated for all children) (KiB): 887528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 77.0593
system time used= 2.29765
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133778
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= 42985
involuntary context switches= 45074

runsolver used 0.077988 second user time and 0.263959 second system time

The end

Launcher Data (download as text)

Begin job on node63 at 2008-07-04 00:17:39
IDJOB=1059486
IDBENCH=54264
IDSOLVER=346
FILE ID=node63/1059486-1215123459
PBS_JOBID= 7877080
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-4-5-fair.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-1059486-1215123459/watcher-1059486-1215123459 -o /tmp/evaluation-result-1059486-1215123459/solver-1059486-1215123459 -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-1059486-1215123459.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1569cf0ddb544a3e99615bf31b214726
RANDOM SEED=1128829042

node63.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.256
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.256
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1457304 kB
Buffers:         34872 kB
Cached:         445220 kB
SwapCached:        260 kB
Active:         318152 kB
Inactive:       224232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1457304 kB
SwapTotal:     4192956 kB
SwapFree:      4191676 kB
Dirty:            2164 kB
Writeback:           0 kB
Mapped:          81088 kB
Slab:            41496 kB
Committed_AS:  1037904 kB
PageTables:       1804 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66528 MiB
End job on node63 at 2008-07-04 00:18:59