Trace number 1042620

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 255.381 257.897

General information on the benchmark

Namecsp/QG4/
normalized-quasigroup4-8.xml
MD5SUM26123929065b998fd314418eb7267e98
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark80.3688
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints143
Maximum constraint arity66
Maximum domain size64
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63
Global constraints used (with number of constraints)alldifferent(16),element(64)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 14:55:26 2008
0.00/0.04	c 0	PID 32205
0.03/0.05	c 0	HOST node44.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1042620-1215003326.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1042620-1215003326.xml' 'HOME/temp.csp'
0.03/0.40	c 0	38 domains, 200 variables, 8 predicates, 0 relations, 143 constraints
0.03/0.47	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.47	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.43/0.55	c 0	Parsing HOME/temp.csp
0.43/0.69	c 1	parsed 389 expressions
0.43/0.69	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.43/0.69	c 1	Converting to clausal form CSP
0.43/0.71	c 1	converted 39 (10%) expressions
0.43/0.72	c 1	converted 78 (20%) expressions
0.43/0.72	c 1	converted 117 (30%) expressions
0.43/0.72	c 1	converted 156 (40%) expressions
0.43/0.72	c 1	converted 195 (50%) expressions
0.43/0.72	c 1	converted 234 (60%) expressions
0.43/0.75	c 1	converted 273 (70%) expressions
0.43/0.80	c 1	converted 312 (80%) expressions
0.93/1.06	c 1	converted 351 (90%) expressions
1.13/1.25	c 1	converted 389 (100%) expressions
1.13/1.25	c 1	CSP : 200 integers, 2432 booleans, 9382 clauses, largest domain size 64
1.13/1.25	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.13/1.25	c 1	Propagation in CSP
1.23/1.34	c 1	814 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.23/1.34	c 1	CSP : 200 integers, 2432 booleans, 9382 clauses, largest domain size 62
1.23/1.34	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.35	c 1	Simplifing CSP by introducing new Boolean variables
1.23/1.36	c 1	CSP : 200 integers, 3104 booleans, 10054 clauses, largest domain size 62
1.23/1.36	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.33/1.42	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.33/1.44	c 1	20 (10%) CSP integer variables are encoded (68 clauses, 661 bytes)
1.33/1.44	c 1	40 (20%) CSP integer variables are encoded (140 clauses, 1430 bytes)
1.33/1.45	c 1	60 (30%) CSP integer variables are encoded (212 clauses, 2222 bytes)
1.33/1.45	c 1	80 (40%) CSP integer variables are encoded (680 clauses, 7370 bytes)
1.33/1.45	c 1	100 (50%) CSP integer variables are encoded (1182 clauses, 13397 bytes)
1.33/1.46	c 1	120 (60%) CSP integer variables are encoded (1761 clauses, 20924 bytes)
1.33/1.46	c 1	140 (70%) CSP integer variables are encoded (2280 clauses, 27671 bytes)
1.33/1.46	c 1	160 (80%) CSP integer variables are encoded (2854 clauses, 35133 bytes)
1.33/1.46	c 1	180 (90%) CSP integer variables are encoded (3373 clauses, 41880 bytes)
1.33/1.46	c 1	200 (100%) CSP integer variables are encoded (3818 clauses, 47665 bytes)
1.42/1.55	c 1	1006 (10%) CSP clauses are encoded (11950 clauses, 166277 bytes)
1.42/1.58	c 2	2011 (20%) CSP clauses are encoded (13273 clauses, 185329 bytes)
1.53/1.60	c 2	3017 (30%) CSP clauses are encoded (14249 clauses, 198860 bytes)
1.53/1.61	c 2	4022 (40%) CSP clauses are encoded (15183 clauses, 211761 bytes)
1.53/1.63	c 2	5027 (50%) CSP clauses are encoded (16099 clauses, 224285 bytes)
1.53/1.64	c 2	6033 (60%) CSP clauses are encoded (17077 clauses, 237878 bytes)
1.53/1.65	c 2	7038 (70%) CSP clauses are encoded (17993 clauses, 250410 bytes)
1.53/1.66	c 2	8044 (80%) CSP clauses are encoded (18926 clauses, 263292 bytes)
1.53/1.67	c 2	9049 (90%) CSP clauses are encoded (19903 clauses, 277054 bytes)
1.53/1.68	c 2	10054 (100%) CSP clauses are encoded (20681 clauses, 288673 bytes)
1.53/1.68	c 2	10054 CSP clauses encoded
1.53/1.68	c 2	Writing map file : HOME/temp.map
1.53/1.69	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.53/1.69	c 2	SAT : 7043 SAT variables, 20681 SAT clauses, 288673 bytes
1.53/1.69	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.62/1.72	c 2	SOLVING HOME/temp.cnf
1.62/1.72	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.62/1.73	c 2	This is MiniSat 2.0 beta
1.62/1.73	c 2	WARNING: for repeatability, setting FPU to use double precision
1.62/1.73	c 2	============================[ Problem Statistics ]=============================
1.62/1.73	c 2	|                                                                             |
1.62/1.73	c 2	|  Number of variables:  7043                                                 |
1.62/1.73	c 2	|  Number of clauses:    20681                                                |
1.62/1.74	c 2	|  Parsing time:         0.01         s                                       |
1.62/1.74	c 2	============================[ Search Statistics ]==============================
1.62/1.74	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.62/1.74	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.62/1.74	c 2	===============================================================================
1.62/1.74	c 2	|         0 |    7003    20564    49993 |     6854        0    nan |  0.000 % |
1.62/1.77	c 2	|       100 |    7003    20564    49993 |     7540      100     27 |  0.568 % |
1.64/1.83	c 2	|       250 |    7003    20564    49993 |     8294      250     24 |  0.568 % |
1.64/1.91	c 2	|       475 |    7003    20564    49993 |     9123      475     24 |  0.568 % |
1.64/2.03	c 2	|       812 |    7003    20564    49993 |    10035      812     24 |  0.568 % |
2.10/2.24	c 2	|      1318 |    7003    20564    49993 |    11039     1318     22 |  0.568 % |
2.39/2.56	c 2	|      2080 |    7003    20564    49993 |    12143     2080     23 |  0.568 % |
2.89/3.09	c 3	|      3219 |    7002    20562    49989 |    13357     3218     22 |  0.582 % |
3.78/3.94	c 4	|      4927 |    7002    20562    49989 |    14693     4926     22 |  0.582 % |
5.07/5.22	c 5	|      7491 |    7001    20560    49985 |    16162     7489     21 |  0.596 % |
7.34/7.56	c 7	|     11336 |    7001    20560    49985 |    17779    11334     21 |  0.597 % |
11.80/12.08	c 12	|     17102 |    7001    20560    49985 |    19557    17100     20 |  0.597 % |
18.63/18.99	c 19	|     25751 |    7000    20558    49981 |    21512    15576     20 |  0.611 % |
30.03/30.44	c 30	|     38725 |    7000    20558    49981 |    23664    17590     22 |  0.611 % |
48.56/49.17	c 49	|     58186 |    6997    20552    49969 |    26030    12725     21 |  0.653 % |
77.28/78.19	c 78	|     87379 |    6995    20548    49961 |    28633    14001     21 |  0.682 % |
120.47/121.70	c 122	|    131168 |    6978    20474    49786 |    31497    17151     20 |  0.923 % |
189.22/191.16	c 191	|    196853 |    6924    20284    49335 |    34646    23979     22 |  1.690 % |
255.18/257.70	c 258	===============================================================================
255.18/257.70	c 258	restarts              : 18
255.18/257.70	c 258	conflicts             : 257331         (1015 /sec)
255.18/257.70	c 258	decisions             : 271853         (1.41 % random) (1072 /sec)
255.18/257.70	c 258	propagations          : 492438926      (1942204 /sec)
255.18/257.70	c 258	conflict literals     : 5534281        (43.31 % deleted)
255.18/257.70	c 258	Memory used           : 8.18 MB
255.18/257.70	c 258	CPU time              : 253.546 s
255.18/257.70	c 258	
255.18/257.70	c 258	UNSATISFIABLE
255.18/257.71	c 258	DECODING HOME/temp.out WITH HOME/temp.map
255.18/257.71	c 258	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
255.18/257.80	c 258	Decoding HOME/temp.out
255.22/257.84	s UNSATISFIABLE
255.22/257.84	c 258	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
255.22/257.89	c 258	CPU 255.24 (0.04 0 255.2 0.12)
255.22/257.89	c 258	END Wed Jul  2 14:59:44 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-1042620-1215003326/watcher-1042620-1215003326 -o /tmp/evaluation-result-1042620-1215003326/solver-1042620-1215003326 -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-1042620-1215003326.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 1.98 1.99 4/80 32205
/proc/meminfo: memFree=1824816/2055920 swapFree=4180396/4192956
[pid=32205] ppid=32203 vsize=18572 CPUtime=0
/proc/32205/stat : 32205 (runsolver) R 32203 32205 31500 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1979305440 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 264840473895 0 0 4096 24578 0 0 0 17 1 0 0
/proc/32205/statm: 4643 292 257 25 0 2626 0

[startup+0.0503531 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 32205
/proc/meminfo: memFree=1824816/2055920 swapFree=4180396/4192956
[pid=32205] ppid=32203 vsize=13600 CPUtime=0.03
/proc/32205/stat : 32205 (sugar) S 32203 32205 31500 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1979305440 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32205/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101667 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 32205
/proc/meminfo: memFree=1824816/2055920 swapFree=4180396/4192956
[pid=32205] ppid=32203 vsize=13600 CPUtime=0.03
/proc/32205/stat : 32205 (sugar) S 32203 32205 31500 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979305440 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32205/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302597 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 32205
/proc/meminfo: memFree=1824816/2055920 swapFree=4180396/4192956
[pid=32205] ppid=32203 vsize=13600 CPUtime=0.03
/proc/32205/stat : 32205 (sugar) S 32203 32205 31500 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979305440 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32205/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701636 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 32205
/proc/meminfo: memFree=1824816/2055920 swapFree=4180396/4192956
[pid=32205] ppid=32203 vsize=13600 CPUtime=0.43
/proc/32205/stat : 32205 (sugar) S 32203 32205 31500 0 -1 4194304 973 4543 0 1 3 0 38 2 15 0 1 0 1979305440 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32205/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 13600

[startup+1.50172 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 32227
/proc/meminfo: memFree=1810712/2055920 swapFree=4180396/4192956
[pid=32205] ppid=32203 vsize=13600 CPUtime=0.43
/proc/32205/stat : 32205 (sugar) S 32203 32205 31500 0 -1 4194304 974 4543 0 1 3 0 38 2 15 0 1 0 1979305440 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32205/statm: 3400 797 370 3 0 500 0
[pid=32218] ppid=32205 vsize=5356 CPUtime=0
/proc/32218/stat : 32218 (sh) S 32205 32205 31500 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979305487 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32218/statm: 1339 233 193 169 0 50 0
[pid=32219] ppid=32218 vsize=868460 CPUtime=0.99
/proc/32219/stat : 32219 (java) S 32218 32205 31500 0 -1 0 7940 0 1 0 96 3 0 0 18 0 9 0 1979305487 889303040 7114 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32219/statm: 217115 7114 2564 9 0 211662 0
[pid=32219/tid=32220] ppid=32218 vsize=868460 CPUtime=0.56
/proc/32219/task/32220/stat : 32220 (java) R 32218 32205 31500 0 -1 64 2740 0 1 0 55 1 0 0 18 0 9 0 1979305488 889303040 7114 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32219/tid=32221] ppid=32218 vsize=868460 CPUtime=0.19
/proc/32219/task/32221/stat : 32221 (java) R 32218 32205 31500 0 -1 64 3030 0 0 0 18 1 0 0 16 0 9 0 1979305489 889303040 7114 996147200 134512640 134550740 4294955952 18446744073709551615 102300791 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32219/tid=32222] ppid=32218 vsize=868460 CPUtime=0
/proc/32219/task/32222/stat : 32222 (java) S 32218 32205 31500 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979305489 889303040 7114 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32219/tid=32223] ppid=32218 vsize=868460 CPUtime=0
/proc/32219/task/32223/stat : 32223 (java) S 32218 32205 31500 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979305489 889303040 7114 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32219/tid=32224] ppid=32218 vsize=868460 CPUtime=0
/proc/32219/task/32224/stat : 32224 (java) S 32218 32205 31500 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1979305491 889303040 7114 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32219/tid=32225] ppid=32218 vsize=868460 CPUtime=0.22
/proc/32219/task/32225/stat : 32225 (java) S 32218 32205 31500 0 -1 64 1477 0 0 0 22 0 0 0 16 0 9 0 1979305491 889303040 7114 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32219/tid=32226] ppid=32218 vsize=868460 CPUtime=0
/proc/32219/task/32226/stat : 32226 (java) S 32218 32205 31500 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979305491 889303040 7114 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32219/tid=32227] ppid=32218 vsize=868460 CPUtime=0
/proc/32219/task/32227/stat : 32227 (java) S 32218 32205 31500 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979305491 889303040 7114 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887416

[startup+3.10189 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 32229
/proc/meminfo: memFree=1820440/2055920 swapFree=4180396/4192956
[pid=32205] ppid=32203 vsize=13600 CPUtime=1.64
/proc/32205/stat : 32205 (sugar) S 32203 32205 31500 0 -1 4194304 1032 12820 0 2 3 0 154 7 15 0 1 0 1979305440 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32205/statm: 3400 798 370 3 0 500 0
[pid=32228] ppid=32205 vsize=5356 CPUtime=0
/proc/32228/stat : 32228 (sh) S 32205 32205 31500 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979305613 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32228/statm: 1339 232 193 169 0 50 0
[pid=32229] ppid=32228 vsize=3556 CPUtime=1.34
/proc/32229/stat : 32229 (minisat) R 32228 32205 31500 0 -1 4194304 597 0 0 0 134 0 0 0 25 0 1 0 1979305613 3641344 583 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/32229/statm: 889 583 75 150 0 736 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 22512

[startup+6.30122 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 32229
/proc/meminfo: memFree=1819544/2055920 swapFree=4180396/4192956
[pid=32205] ppid=32203 vsize=13600 CPUtime=1.64
/proc/32205/stat : 32205 (sugar) S 32203 32205 31500 0 -1 4194304 1032 12820 0 2 3 0 154 7 16 0 1 0 1979305440 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32205/statm: 3400 798 370 3 0 500 0
[pid=32228] ppid=32205 vsize=5356 CPUtime=0
/proc/32228/stat : 32228 (sh) S 32205 32205 31500 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979305613 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32228/statm: 1339 232 193 169 0 50 0
[pid=32229] ppid=32228 vsize=4224 CPUtime=4.52
/proc/32229/stat : 32229 (minisat) R 32228 32205 31500 0 -1 4194304 782 0 0 0 452 0 0 0 25 0 1 0 1979305613 4325376 768 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32229/statm: 1056 768 75 150 0 903 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 23180

[startup+12.7019 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 32229
/proc/meminfo: memFree=1818456/2055920 swapFree=4180396/4192956
[pid=32205] ppid=32203 vsize=13600 CPUtime=1.64
/proc/32205/stat : 32205 (sugar) S 32203 32205 31500 0 -1 4194304 1032 12820 0 2 3 0 154 7 16 0 1 0 1979305440 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32205/statm: 3400 798 370 3 0 500 0
[pid=32228] ppid=32205 vsize=5356 CPUtime=0
/proc/32228/stat : 32228 (sh) S 32205 32205 31500 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979305613 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32228/statm: 1339 232 193 169 0 50 0
[pid=32229] ppid=32228 vsize=5148 CPUtime=10.85
/proc/32229/stat : 32229 (minisat) R 32228 32205 31500 0 -1 4194304 1011 0 0 0 1085 0 0 0 25 0 1 0 1979305613 5271552 997 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/32229/statm: 1287 997 75 150 0 1134 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 24104

[startup+25.5022 s]
/proc/loadavg: 1.95 1.98 1.99 3/83 32229
/proc/meminfo: memFree=1817752/2055920 swapFree=4180396/4192956
[pid=32205] ppid=32203 vsize=13600 CPUtime=1.64
/proc/32205/stat : 32205 (sugar) S 32203 32205 31500 0 -1 4194304 1032 12820 0 2 3 0 154 7 16 0 1 0 1979305440 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32205/statm: 3400 798 370 3 0 500 0
[pid=32228] ppid=32205 vsize=5356 CPUtime=0
/proc/32228/stat : 32228 (sh) S 32205 32205 31500 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979305613 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32228/statm: 1339 232 193 169 0 50 0
[pid=32229] ppid=32228 vsize=5948 CPUtime=23.53
/proc/32229/stat : 32229 (minisat) R 32228 32205 31500 0 -1 4194304 1184 0 0 0 2352 1 0 0 25 0 1 0 1979305613 6090752 1170 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/32229/statm: 1487 1170 75 150 0 1334 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 24904

[startup+51.1028 s]
/proc/loadavg: 1.96 1.98 1.99 3/83 32229
/proc/meminfo: memFree=1817176/2055920 swapFree=4180396/4192956
[pid=32205] ppid=32203 vsize=13600 CPUtime=1.64
/proc/32205/stat : 32205 (sugar) S 32203 32205 31500 0 -1 4194304 1032 12820 0 2 3 0 154 7 16 0 1 0 1979305440 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32205/statm: 3400 798 370 3 0 500 0
[pid=32228] ppid=32205 vsize=5356 CPUtime=0
/proc/32228/stat : 32228 (sh) S 32205 32205 31500 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979305613 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32228/statm: 1339 232 193 169 0 50 0
[pid=32229] ppid=32228 vsize=6344 CPUtime=48.9
/proc/32229/stat : 32229 (minisat) R 32228 32205 31500 0 -1 4194304 1310 0 0 0 4889 1 0 0 25 0 1 0 1979305613 6496256 1296 996147200 134512640 135127466 4294956272 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/32229/statm: 1586 1296 75 150 0 1433 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 25300

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/83 32229
/proc/meminfo: memFree=1816344/2055920 swapFree=4180396/4192956
[pid=32205] ppid=32203 vsize=13600 CPUtime=1.64
/proc/32205/stat : 32205 (sugar) S 32203 32205 31500 0 -1 4194304 1032 12820 0 2 3 0 154 7 16 0 1 0 1979305440 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32205/statm: 3400 798 370 3 0 500 0
[pid=32228] ppid=32205 vsize=5356 CPUtime=0
/proc/32228/stat : 32228 (sh) S 32205 32205 31500 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979305613 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32228/statm: 1339 232 193 169 0 50 0
[pid=32229] ppid=32228 vsize=7176 CPUtime=99.61
/proc/32229/stat : 32229 (minisat) R 32228 32205 31500 0 -1 4194304 1487 0 0 0 9960 1 0 0 25 0 1 0 1979305613 7348224 1473 996147200 134512640 135127466 4294956272 18446744073709551615 134528598 0 0 4096 3 0 0 0 17 1 0 0
/proc/32229/statm: 1794 1473 75 150 0 1641 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 26132

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 32229
/proc/meminfo: memFree=1815640/2055920 swapFree=4180396/4192956
[pid=32205] ppid=32203 vsize=13600 CPUtime=1.64
/proc/32205/stat : 32205 (sugar) S 32203 32205 31500 0 -1 4194304 1032 12820 0 2 3 0 154 7 16 0 1 0 1979305440 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32205/statm: 3400 798 370 3 0 500 0
[pid=32228] ppid=32205 vsize=5356 CPUtime=0
/proc/32228/stat : 32228 (sh) S 32205 32205 31500 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979305613 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32228/statm: 1339 232 193 169 0 50 0
[pid=32229] ppid=32228 vsize=7848 CPUtime=159.05
/proc/32229/stat : 32229 (minisat) R 32228 32205 31500 0 -1 4194304 1651 0 0 0 15904 1 0 0 25 0 1 0 1979305613 8036352 1637 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32229/statm: 1962 1637 75 150 0 1809 0
Current children cumulated CPU time (s) 160.69
Current children cumulated vsize (KiB) 26804

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 32229
/proc/meminfo: memFree=1815064/2055920 swapFree=4180396/4192956
[pid=32205] ppid=32203 vsize=13600 CPUtime=1.64
/proc/32205/stat : 32205 (sugar) S 32203 32205 31500 0 -1 4194304 1032 12820 0 2 3 0 154 7 16 0 1 0 1979305440 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32205/statm: 3400 798 370 3 0 500 0
[pid=32228] ppid=32205 vsize=5356 CPUtime=0
/proc/32228/stat : 32228 (sh) S 32205 32205 31500 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979305613 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32228/statm: 1339 232 193 169 0 50 0
[pid=32229] ppid=32228 vsize=8376 CPUtime=218.48
/proc/32229/stat : 32229 (minisat) R 32228 32205 31500 0 -1 4194304 1786 0 0 0 21847 1 0 0 25 0 1 0 1979305613 8577024 1772 996147200 134512640 135127466 4294956272 18446744073709551615 134522687 0 0 4096 3 0 0 0 17 1 0 0
/proc/32229/statm: 2094 1772 75 150 0 1941 0
Current children cumulated CPU time (s) 220.12
Current children cumulated vsize (KiB) 27332

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

[startup+230.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 32229
/proc/meminfo: memFree=1815000/2055920 swapFree=4180396/4192956
[pid=32205] ppid=32203 vsize=13600 CPUtime=1.64
/proc/32205/stat : 32205 (sugar) S 32203 32205 31500 0 -1 4194304 1032 12820 0 2 3 0 154 7 16 0 1 0 1979305440 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32205/statm: 3400 798 370 3 0 500 0
[pid=32228] ppid=32205 vsize=5356 CPUtime=0
/proc/32228/stat : 32228 (sh) S 32205 32205 31500 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979305613 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32228/statm: 1339 232 193 169 0 50 0
[pid=32229] ppid=32228 vsize=8376 CPUtime=226.41
/proc/32229/stat : 32229 (minisat) R 32228 32205 31500 0 -1 4194304 1798 0 0 0 22640 1 0 0 25 0 1 0 1979305613 8577024 1784 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32229/statm: 2094 1784 75 150 0 1941 0
Current children cumulated CPU time (s) 228.05
Current children cumulated vsize (KiB) 27332

[startup+243.107 s]
/proc/loadavg: 1.99 1.98 1.99 4/83 32229
/proc/meminfo: memFree=1814936/2055920 swapFree=4180396/4192956
[pid=32205] ppid=32203 vsize=13600 CPUtime=1.64
/proc/32205/stat : 32205 (sugar) S 32203 32205 31500 0 -1 4194304 1032 12820 0 2 3 0 154 7 16 0 1 0 1979305440 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32205/statm: 3400 798 370 3 0 500 0
[pid=32228] ppid=32205 vsize=5356 CPUtime=0
/proc/32228/stat : 32228 (sh) S 32205 32205 31500 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979305613 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32228/statm: 1339 232 193 169 0 50 0
[pid=32229] ppid=32228 vsize=8376 CPUtime=239.09
/proc/32229/stat : 32229 (minisat) R 32228 32205 31500 0 -1 4194304 1803 0 0 0 23908 1 0 0 25 0 1 0 1979305613 8577024 1789 996147200 134512640 135127466 4294956272 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/32229/statm: 2094 1789 75 150 0 1941 0
Current children cumulated CPU time (s) 240.73
Current children cumulated vsize (KiB) 27332

[startup+249.501 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 32229
/proc/meminfo: memFree=1814936/2055920 swapFree=4180396/4192956
[pid=32205] ppid=32203 vsize=13600 CPUtime=1.64
/proc/32205/stat : 32205 (sugar) S 32203 32205 31500 0 -1 4194304 1032 12820 0 2 3 0 154 7 16 0 1 0 1979305440 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32205/statm: 3400 798 370 3 0 500 0
[pid=32228] ppid=32205 vsize=5356 CPUtime=0
/proc/32228/stat : 32228 (sh) S 32205 32205 31500 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979305613 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32228/statm: 1339 232 193 169 0 50 0
[pid=32229] ppid=32228 vsize=8376 CPUtime=245.42
/proc/32229/stat : 32229 (minisat) R 32228 32205 31500 0 -1 4194304 1803 0 0 0 24541 1 0 0 25 0 1 0 1979305613 8577024 1789 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32229/statm: 2094 1789 75 150 0 1941 0
Current children cumulated CPU time (s) 247.06
Current children cumulated vsize (KiB) 27332

[startup+252.702 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 32229
/proc/meminfo: memFree=1814936/2055920 swapFree=4180396/4192956
[pid=32205] ppid=32203 vsize=13600 CPUtime=1.64
/proc/32205/stat : 32205 (sugar) S 32203 32205 31500 0 -1 4194304 1032 12820 0 2 3 0 154 7 16 0 1 0 1979305440 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32205/statm: 3400 798 370 3 0 500 0
[pid=32228] ppid=32205 vsize=5356 CPUtime=0
/proc/32228/stat : 32228 (sh) S 32205 32205 31500 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979305613 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32228/statm: 1339 232 193 169 0 50 0
[pid=32229] ppid=32228 vsize=8376 CPUtime=248.6
/proc/32229/stat : 32229 (minisat) R 32228 32205 31500 0 -1 4194304 1803 0 0 0 24859 1 0 0 25 0 1 0 1979305613 8577024 1789 996147200 134512640 135127466 4294956272 18446744073709551615 134530971 0 0 4096 3 0 0 0 17 1 0 0
/proc/32229/statm: 2094 1789 75 150 0 1941 0
Current children cumulated CPU time (s) 250.24
Current children cumulated vsize (KiB) 27332

[startup+255.903 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 32229
/proc/meminfo: memFree=1814936/2055920 swapFree=4180396/4192956
[pid=32205] ppid=32203 vsize=13600 CPUtime=1.64
/proc/32205/stat : 32205 (sugar) S 32203 32205 31500 0 -1 4194304 1032 12820 0 2 3 0 154 7 16 0 1 0 1979305440 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32205/statm: 3400 798 370 3 0 500 0
[pid=32228] ppid=32205 vsize=5356 CPUtime=0
/proc/32228/stat : 32228 (sh) S 32205 32205 31500 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979305613 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32228/statm: 1339 232 193 169 0 50 0
[pid=32229] ppid=32228 vsize=8376 CPUtime=251.77
/proc/32229/stat : 32229 (minisat) R 32228 32205 31500 0 -1 4194304 1803 0 0 0 25176 1 0 0 25 0 1 0 1979305613 8577024 1789 996147200 134512640 135127466 4294956272 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/32229/statm: 2094 1789 75 150 0 1941 0
Current children cumulated CPU time (s) 253.41
Current children cumulated vsize (KiB) 27332

[startup+256.702 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 32229
/proc/meminfo: memFree=1814936/2055920 swapFree=4180396/4192956
[pid=32205] ppid=32203 vsize=13600 CPUtime=1.64
/proc/32205/stat : 32205 (sugar) S 32203 32205 31500 0 -1 4194304 1032 12820 0 2 3 0 154 7 16 0 1 0 1979305440 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32205/statm: 3400 798 370 3 0 500 0
[pid=32228] ppid=32205 vsize=5356 CPUtime=0
/proc/32228/stat : 32228 (sh) S 32205 32205 31500 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979305613 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32228/statm: 1339 232 193 169 0 50 0
[pid=32229] ppid=32228 vsize=8376 CPUtime=252.56
/proc/32229/stat : 32229 (minisat) R 32228 32205 31500 0 -1 4194304 1803 0 0 0 25255 1 0 0 25 0 1 0 1979305613 8577024 1789 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/32229/statm: 2094 1789 75 150 0 1941 0
Current children cumulated CPU time (s) 254.2
Current children cumulated vsize (KiB) 27332

[startup+257.501 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 32229
/proc/meminfo: memFree=1814936/2055920 swapFree=4180396/4192956
[pid=32205] ppid=32203 vsize=13600 CPUtime=1.64
/proc/32205/stat : 32205 (sugar) S 32203 32205 31500 0 -1 4194304 1032 12820 0 2 3 0 154 7 16 0 1 0 1979305440 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32205/statm: 3400 798 370 3 0 500 0
[pid=32228] ppid=32205 vsize=5356 CPUtime=0
/proc/32228/stat : 32228 (sh) S 32205 32205 31500 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979305613 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32228/statm: 1339 232 193 169 0 50 0
[pid=32229] ppid=32228 vsize=8376 CPUtime=253.34
/proc/32229/stat : 32229 (minisat) R 32228 32205 31500 0 -1 4194304 1803 0 0 0 25333 1 0 0 25 0 1 0 1979305613 8577024 1789 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/32229/statm: 2094 1789 75 150 0 1941 0
Current children cumulated CPU time (s) 254.98
Current children cumulated vsize (KiB) 27332

[startup+257.701 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 32229
/proc/meminfo: memFree=1814936/2055920 swapFree=4180396/4192956
[pid=32205] ppid=32203 vsize=13600 CPUtime=1.64
/proc/32205/stat : 32205 (sugar) S 32203 32205 31500 0 -1 4194304 1032 12820 0 2 3 0 154 7 16 0 1 0 1979305440 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32205/statm: 3400 798 370 3 0 500 0
[pid=32228] ppid=32205 vsize=5356 CPUtime=0
/proc/32228/stat : 32228 (sh) S 32205 32205 31500 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979305613 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32228/statm: 1339 232 193 169 0 50 0
[pid=32229] ppid=32228 vsize=8376 CPUtime=253.54
/proc/32229/stat : 32229 (minisat) R 32228 32205 31500 0 -1 4194304 1803 0 0 0 25353 1 0 0 25 0 1 0 1979305613 8577024 1789 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/32229/statm: 2094 1789 75 150 0 1941 0
Current children cumulated CPU time (s) 255.18
Current children cumulated vsize (KiB) 27332

[startup+257.801 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 32229
/proc/meminfo: memFree=1814936/2055920 swapFree=4180396/4192956
[pid=32205] ppid=32203 vsize=13600 CPUtime=255.22
/proc/32205/stat : 32205 (sugar) S 32203 32205 31500 0 -1 4194304 1088 14917 0 2 4 0 25509 9 16 0 1 0 1979305440 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32205/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 255.22
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 257.897
CPU time (s): 255.381
CPU user time (s): 255.245
CPU system time (s): 0.135979
CPU usage (%): 99.0246
Max. virtual memory (cumulated for all children) (KiB): 887416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 255.245
system time used= 0.135979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19756
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= 2108
involuntary context switches= 12252

runsolver used 0.311952 second user time and 0.876866 second system time

The end

Launcher Data (download as text)

Begin job on node44 at 2008-07-02 14:55:26
IDJOB=1042620
IDBENCH=53924
IDSOLVER=346
FILE ID=node44/1042620-1215003326
PBS_JOBID= 7870923
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/QG4/normalized-quasigroup4-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-1042620-1215003326/watcher-1042620-1215003326 -o /tmp/evaluation-result-1042620-1215003326/solver-1042620-1215003326 -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-1042620-1215003326.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 26123929065b998fd314418eb7267e98
RANDOM SEED=1923635742

node44.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.213
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.213
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:       1825296 kB
Buffers:          6692 kB
Cached:          64984 kB
SwapCached:       6524 kB
Active:         145836 kB
Inactive:        14564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1825296 kB
SwapTotal:     4192956 kB
SwapFree:      4180396 kB
Dirty:            1336 kB
Writeback:           0 kB
Mapped:         102352 kB
Slab:            55164 kB
Committed_AS:  4192932 kB
PageTables:       1964 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66524 MiB
End job on node44 at 2008-07-02 14:59:44