Trace number 2089815

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.14.6+minisatSAT 811.825 812.268

General information on the benchmark

Namecsp/rand-2-40-19/
normalized-rand-2-40-19-443-230-49_ext.xml
MD5SUMb4935a075c43176651d5117b970f2bbc
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark31.9141
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints348
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension348
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 11:20:52 2009
0.00/0.07	c 0	PID 28429
0.00/0.07	c 0	HOST node75.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2089815-1247390452.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2089815-1247390452.xml' 'HOME/temp.csp'
0.06/0.53	c 1	1 domains, 40 variables, 0 predicates, 348 relations, 348 constraints
0.06/0.54	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.54	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.51/0.62	c 1	Parsing HOME/temp.csp
0.51/0.86	c 1	parsed 737 expressions
0.51/0.87	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.51/0.87	c 1	Converting to clausal form CSP
0.51/0.90	c 1	converted 74 (10%) expressions
0.51/0.90	c 1	converted 148 (20%) expressions
0.51/0.90	c 1	converted 222 (30%) expressions
0.51/0.91	c 1	converted 295 (40%) expressions
0.51/0.91	c 1	converted 369 (50%) expressions
0.51/0.98	c 1	converted 443 (60%) expressions
0.51/0.99	c 1	converted 516 (70%) expressions
0.95/1.01	c 1	converted 590 (80%) expressions
0.95/1.03	c 1	converted 664 (90%) expressions
0.95/1.04	c 1	converted 737 (100%) expressions
0.95/1.04	c 1	CSP : 40 integers, 0 booleans, 348 clauses, largest domain size 19
0.95/1.04	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.95/1.04	c 1	Propagation in CSP
0.95/1.05	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.95/1.05	c 1	CSP : 40 integers, 0 booleans, 348 clauses, largest domain size 19
0.95/1.05	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.95/1.05	c 1	Simplifing CSP by introducing new Boolean variables
0.95/1.05	c 1	CSP : 40 integers, 0 booleans, 348 clauses, largest domain size 19
0.95/1.05	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.95/1.09	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.95/1.10	c 1	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
0.95/1.10	c 1	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
0.95/1.10	c 1	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
0.95/1.10	c 1	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.05/1.10	c 1	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.05/1.10	c 1	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.05/1.11	c 1	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.05/1.11	c 1	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.05/1.11	c 1	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.05/1.11	c 1	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.05/1.16	c 1	35 (10%) CSP clauses are encoded (3015 clauses, 45221 bytes)
1.05/1.17	c 1	70 (20%) CSP clauses are encoded (5013 clauses, 78912 bytes)
1.05/1.19	c 1	105 (30%) CSP clauses are encoded (7256 clauses, 119207 bytes)
1.15/1.20	c 1	140 (40%) CSP clauses are encoded (9516 clauses, 161539 bytes)
1.15/1.22	c 1	174 (50%) CSP clauses are encoded (11652 clauses, 201638 bytes)
1.15/1.23	c 1	209 (60%) CSP clauses are encoded (13832 clauses, 242495 bytes)
1.15/1.24	c 1	244 (70%) CSP clauses are encoded (15998 clauses, 283099 bytes)
1.15/1.26	c 1	279 (80%) CSP clauses are encoded (18358 clauses, 327332 bytes)
1.15/1.27	c 1	314 (90%) CSP clauses are encoded (20486 clauses, 367241 bytes)
1.15/1.28	c 1	348 (100%) CSP clauses are encoded (22623 clauses, 407470 bytes)
1.15/1.28	c 1	348 CSP clauses encoded
1.15/1.28	c 1	Writing map file : HOME/temp.map
1.15/1.29	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.15/1.29	c 1	SAT : 720 SAT variables, 22623 SAT clauses, 407470 bytes
1.15/1.29	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.24/1.33	c 2	SOLVING HOME/temp.cnf
1.24/1.33	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.24/1.33	c 2	This is MiniSat 2.0 beta
1.24/1.33	c 2	WARNING: for repeatability, setting FPU to use double precision
1.24/1.33	c 2	============================[ Problem Statistics ]=============================
1.24/1.33	c 2	|                                                                             |
1.24/1.33	c 2	|  Number of variables:  720                                                  |
1.24/1.33	c 2	|  Number of clauses:    22623                                                |
1.24/1.34	c 2	|  Parsing time:         0.01         s                                       |
1.24/1.34	c 2	============================[ Search Statistics ]==============================
1.24/1.34	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.24/1.35	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.24/1.35	c 2	===============================================================================
1.24/1.35	c 2	|         0 |     720    22623    83077 |     7541        0    nan |  0.000 % |
1.24/1.36	c 2	|       100 |     720    22623    83077 |     8295      100     12 |  0.000 % |
1.24/1.37	c 2	|       251 |     720    22623    83077 |     9124      251     11 |  0.007 % |
1.24/1.40	c 2	|       476 |     720    22623    83077 |    10037      476     11 |  0.007 % |
1.25/1.43	c 2	|       813 |     720    22623    83077 |    11040      813     11 |  0.005 % |
1.25/1.48	c 2	|      1320 |     720    22623    83077 |    12144     1320     12 |  0.007 % |
1.25/1.57	c 2	|      2079 |     720    22623    83077 |    13359     2079     12 |  0.003 % |
1.25/1.70	c 2	|      3218 |     720    22623    83077 |    14695     3218     13 |  0.003 % |
1.25/1.91	c 2	|      4926 |     720    22623    83077 |    16164     4926     13 |  0.007 % |
2.11/2.25	c 2	|      7489 |     720    22623    83077 |    17781     7489     14 |  0.007 % |
2.71/2.83	c 3	|     11334 |     720    22623    83077 |    19559    11334     14 |  0.007 % |
3.71/3.84	c 4	|     17100 |     720    22623    83077 |    21515    17100     14 |  0.007 % |
5.20/5.39	c 6	|     25750 |     720    22623    83077 |    23666    14903     15 |  0.007 % |
7.80/7.91	c 8	|     38725 |     720    22623    83077 |    26033    15965     15 |  0.007 % |
12.00/12.16	c 12	|     58186 |     720    22623    83077 |    28636    22034     16 |  0.007 % |
18.79/18.95	c 19	|     87378 |     720    22623    83077 |    31500    19530     16 |  0.007 % |
29.80/29.93	c 30	|    131167 |     720    22623    83077 |    34650    26771     18 |  0.008 % |
47.29/47.48	c 48	|    196851 |     720    22623    83077 |    38115    29959     16 |  0.010 % |
73.67/73.89	c 74	|    295377 |     719    22551    82871 |    41927    16788     20 |  0.140 % |
117.46/117.70	c 118	|    443166 |     719    22551    82871 |    46120    22611     19 |  0.142 % |
187.83/188.10	c 188	|    664849 |     719    22551    82871 |    50732    16841     20 |  0.141 % |
299.28/299.54	c 300	|    997374 |     719    22551    82871 |    55805    17536     19 |  0.140 % |
477.71/478.01	c 478	|   1496164 |     719    22551    82871 |    61385    24093     19 |  0.143 % |
770.39/770.84	c 771	|   2244346 |     719    22551    82871 |    67524    30625     20 |  0.141 % |
811.57/812.09	c 812	===============================================================================
811.57/812.09	c 812	restarts              : 24
811.57/812.09	c 812	conflicts             : 2346708        (2896 /sec)
811.57/812.09	c 812	decisions             : 2845434        (1.38 % random) (3511 /sec)
811.57/812.09	c 812	propagations          : 265147240      (327194 /sec)
811.57/812.09	c 812	conflict literals     : 46234837       (34.63 % deleted)
811.57/812.09	c 812	Memory used           : 16.43 MB
811.57/812.09	c 812	CPU time              : 810.367 s
811.57/812.09	c 812	
811.57/812.09	c 812	SATISFIABLE
811.57/812.10	c 812	DECODING HOME/temp.out WITH HOME/temp.map
811.57/812.10	c 812	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
811.68/812.18	c 812	Decoding HOME/temp.out
811.68/812.20	s SATISFIABLE
811.68/812.20	v 10 18 16 13 14 16 8 5 1 13 7 9 4 11 17 17 5 13 12 18 1 5 13 13 1 17 13 15 9 16 0 3 4 16 2 18 9 6 15 15
811.68/812.22	c 812	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
811.68/812.26	c 812	CPU 811.8 (0.05 0.02 811.57 0.16)
811.68/812.26	c 812	END Sun Jul 12 11:34:24 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2089815-1247390452/watcher-2089815-1247390452 -o /tmp/evaluation-result-2089815-1247390452/solver-2089815-1247390452 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2089815-1247390452.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.03 2.00 4/74 28429
/proc/meminfo: memFree=1839296/2055920 swapFree=4192812/4192956
[pid=28429] ppid=28427 vsize=12268 CPUtime=0
/proc/28429/stat : 28429 (sugar) R 28427 28429 25645 0 -1 4194304 311 0 0 0 0 0 0 0 20 0 1 0 26109668 12562432 279 996147200 4194304 4206940 548682068608 18446744073709551615 231882527457 0 0 4224 0 0 0 0 17 0 0 0
/proc/28429/statm: 3067 279 207 3 0 167 0

[startup+0.0824139 s]
/proc/loadavg: 2.08 2.03 2.00 4/74 28429
/proc/meminfo: memFree=1839296/2055920 swapFree=4192812/4192956
[pid=28429] ppid=28427 vsize=16868 CPUtime=0.06
/proc/28429/stat : 28429 (sugar) S 28427 28429 25645 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 26109668 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28429/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101415 s]
/proc/loadavg: 2.08 2.03 2.00 4/74 28429
/proc/meminfo: memFree=1839296/2055920 swapFree=4192812/4192956
[pid=28429] ppid=28427 vsize=16868 CPUtime=0.06
/proc/28429/stat : 28429 (sugar) S 28427 28429 25645 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 26109668 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28429/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301439 s]
/proc/loadavg: 2.08 2.03 2.00 4/74 28429
/proc/meminfo: memFree=1839296/2055920 swapFree=4192812/4192956
[pid=28429] ppid=28427 vsize=16868 CPUtime=0.06
/proc/28429/stat : 28429 (sugar) S 28427 28429 25645 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 26109668 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28429/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701486 s]
/proc/loadavg: 2.08 2.03 2.00 4/74 28429
/proc/meminfo: memFree=1839296/2055920 swapFree=4192812/4192956
[pid=28429] ppid=28427 vsize=16868 CPUtime=0.51
/proc/28429/stat : 28429 (sugar) S 28427 28429 25645 0 -1 4194304 1309 4810 0 1 5 1 41 4 15 0 1 0 26109668 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28429/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 16868

[startup+1.50158 s]
/proc/loadavg: 2.08 2.03 2.00 4/85 28451
/proc/meminfo: memFree=1823656/2055920 swapFree=4192812/4192956
[pid=28429] ppid=28427 vsize=16868 CPUtime=1.25
/proc/28429/stat : 28429 (sugar) S 28427 28429 25645 0 -1 4194304 1376 11949 0 2 5 2 110 8 15 0 1 0 26109668 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28429/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 16868

[startup+3.10277 s]
/proc/loadavg: 2.08 2.03 2.00 3/77 28453
/proc/meminfo: memFree=1832992/2055920 swapFree=4192812/4192956
[pid=28429] ppid=28427 vsize=16868 CPUtime=1.25
/proc/28429/stat : 28429 (sugar) S 28427 28429 25645 0 -1 4194304 1376 11949 0 2 5 2 110 8 15 0 1 0 26109668 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28429/statm: 4217 1113 409 3 0 796 0
[pid=28452] ppid=28429 vsize=5356 CPUtime=0
/proc/28452/stat : 28452 (sh) S 28429 28429 25645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26109801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28452/statm: 1339 232 193 169 0 50 0
[pid=28453] ppid=28452 vsize=4132 CPUtime=1.76
/proc/28453/stat : 28453 (minisat) R 28452 28429 25645 0 -1 4194304 773 0 0 0 176 0 0 0 25 0 1 0 26109801 4231168 759 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/28453/statm: 1033 759 75 150 0 880 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 26356

[startup+6.30115 s]
/proc/loadavg: 2.08 2.03 2.00 3/77 28453
/proc/meminfo: memFree=1831392/2055920 swapFree=4192812/4192956
[pid=28429] ppid=28427 vsize=16868 CPUtime=1.25
/proc/28429/stat : 28429 (sugar) S 28427 28429 25645 0 -1 4194304 1376 11949 0 2 5 2 110 8 16 0 1 0 26109668 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28429/statm: 4217 1113 409 3 0 796 0
[pid=28452] ppid=28429 vsize=5356 CPUtime=0
/proc/28452/stat : 28452 (sh) S 28429 28429 25645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26109801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28452/statm: 1339 232 193 169 0 50 0
[pid=28453] ppid=28452 vsize=4988 CPUtime=4.95
/proc/28453/stat : 28453 (minisat) R 28452 28429 25645 0 -1 4194304 994 0 0 0 495 0 0 0 25 0 1 0 26109801 5107712 980 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28453/statm: 1247 980 75 150 0 1094 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 27212

[startup+12.7029 s]
/proc/loadavg: 2.07 2.03 2.00 3/77 28453
/proc/meminfo: memFree=1830368/2055920 swapFree=4192812/4192956
[pid=28429] ppid=28427 vsize=16868 CPUtime=1.25
/proc/28429/stat : 28429 (sugar) S 28427 28429 25645 0 -1 4194304 1376 11949 0 2 5 2 110 8 16 0 1 0 26109668 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28429/statm: 4217 1113 409 3 0 796 0
[pid=28452] ppid=28429 vsize=5356 CPUtime=0
/proc/28452/stat : 28452 (sh) S 28429 28429 25645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26109801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28452/statm: 1339 232 193 169 0 50 0
[pid=28453] ppid=28452 vsize=5780 CPUtime=11.35
/proc/28453/stat : 28453 (minisat) R 28452 28429 25645 0 -1 4194304 1195 0 0 0 1135 0 0 0 25 0 1 0 26109801 5918720 1181 996147200 134512640 135127466 4294956256 18446744073709551615 134531062 0 0 4096 3 0 0 0 17 0 0 0
/proc/28453/statm: 1445 1181 75 150 0 1292 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 28004

[startup+25.5014 s]
/proc/loadavg: 2.06 2.03 2.00 3/77 28453
/proc/meminfo: memFree=1829408/2055920 swapFree=4192812/4192956
[pid=28429] ppid=28427 vsize=16868 CPUtime=1.25
/proc/28429/stat : 28429 (sugar) S 28427 28429 25645 0 -1 4194304 1376 11949 0 2 5 2 110 8 16 0 1 0 26109668 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28429/statm: 4217 1113 409 3 0 796 0
[pid=28452] ppid=28429 vsize=5356 CPUtime=0
/proc/28452/stat : 28452 (sh) S 28429 28429 25645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26109801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28452/statm: 1339 232 193 169 0 50 0
[pid=28453] ppid=28452 vsize=6744 CPUtime=24.15
/proc/28453/stat : 28453 (minisat) R 28452 28429 25645 0 -1 4194304 1419 0 0 0 2414 1 0 0 25 0 1 0 26109801 6905856 1405 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/28453/statm: 1686 1405 75 150 0 1533 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 28968

[startup+51.1014 s]
/proc/loadavg: 2.10 2.04 2.00 3/77 28453
/proc/meminfo: memFree=1828000/2055920 swapFree=4192812/4192956
[pid=28429] ppid=28427 vsize=16868 CPUtime=1.25
/proc/28429/stat : 28429 (sugar) S 28427 28429 25645 0 -1 4194304 1376 11949 0 2 5 2 110 8 16 0 1 0 26109668 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28429/statm: 4217 1113 409 3 0 796 0
[pid=28452] ppid=28429 vsize=5356 CPUtime=0
/proc/28452/stat : 28452 (sh) S 28429 28429 25645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26109801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28452/statm: 1339 232 193 169 0 50 0
[pid=28453] ppid=28452 vsize=7676 CPUtime=49.73
/proc/28453/stat : 28453 (minisat) R 28452 28429 25645 0 -1 4194304 1668 0 0 0 4972 1 0 0 25 0 1 0 26109801 7860224 1654 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28453/statm: 1919 1654 75 150 0 1766 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 29900

[startup+102.306 s]
/proc/loadavg: 2.19 2.06 2.01 3/77 28453
/proc/meminfo: memFree=1825248/2055920 swapFree=4192812/4192956
[pid=28429] ppid=28427 vsize=16868 CPUtime=1.25
/proc/28429/stat : 28429 (sugar) S 28427 28429 25645 0 -1 4194304 1376 11949 0 2 5 2 110 8 16 0 1 0 26109668 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28429/statm: 4217 1113 409 3 0 796 0
[pid=28452] ppid=28429 vsize=5356 CPUtime=0
/proc/28452/stat : 28452 (sh) S 28429 28429 25645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26109801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28452/statm: 1339 232 193 169 0 50 0
[pid=28453] ppid=28452 vsize=9368 CPUtime=100.92
/proc/28453/stat : 28453 (minisat) R 28452 28429 25645 0 -1 4194304 2079 0 0 0 10090 2 0 0 25 0 1 0 26109801 9592832 2065 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/28453/statm: 2342 2065 75 150 0 2189 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 31592

[startup+162.302 s]
/proc/loadavg: 2.13 2.07 2.01 3/77 28453
/proc/meminfo: memFree=1823008/2055920 swapFree=4192812/4192956
[pid=28429] ppid=28427 vsize=16868 CPUtime=1.25
/proc/28429/stat : 28429 (sugar) S 28427 28429 25645 0 -1 4194304 1376 11949 0 2 5 2 110 8 16 0 1 0 26109668 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28429/statm: 4217 1113 409 3 0 796 0
[pid=28452] ppid=28429 vsize=5356 CPUtime=0
/proc/28452/stat : 28452 (sh) S 28429 28429 25645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26109801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28452/statm: 1339 232 193 169 0 50 0
[pid=28453] ppid=28452 vsize=10728 CPUtime=160.88
/proc/28453/stat : 28453 (minisat) R 28452 28429 25645 0 -1 4194304 2403 0 0 0 16086 2 0 0 25 0 1 0 26109801 10985472 2389 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28453/statm: 2682 2389 75 150 0 2529 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 32952

[startup+222.302 s]
/proc/loadavg: 2.11 2.07 2.01 3/77 28453
/proc/meminfo: memFree=1821408/2055920 swapFree=4192812/4192956
[pid=28429] ppid=28427 vsize=16868 CPUtime=1.25
/proc/28429/stat : 28429 (sugar) S 28427 28429 25645 0 -1 4194304 1376 11949 0 2 5 2 110 8 16 0 1 0 26109668 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28429/statm: 4217 1113 409 3 0 796 0
[pid=28452] ppid=28429 vsize=5356 CPUtime=0
/proc/28452/stat : 28452 (sh) S 28429 28429 25645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26109801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28452/statm: 1339 232 193 169 0 50 0
[pid=28453] ppid=28452 vsize=11524 CPUtime=220.87
/proc/28453/stat : 28453 (minisat) R 28452 28429 25645 0 -1 4194304 2602 0 0 0 22084 3 0 0 25 0 1 0 26109801 11800576 2588 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/28453/statm: 2881 2588 75 150 0 2728 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 33748

[startup+282.302 s]
/proc/loadavg: 2.09 2.07 2.01 3/77 28453
/proc/meminfo: memFree=1820320/2055920 swapFree=4192812/4192956
[pid=28429] ppid=28427 vsize=16868 CPUtime=1.25
/proc/28429/stat : 28429 (sugar) S 28427 28429 25645 0 -1 4194304 1376 11949 0 2 5 2 110 8 16 0 1 0 26109668 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28429/statm: 4217 1113 409 3 0 796 0
[pid=28452] ppid=28429 vsize=5356 CPUtime=0
/proc/28452/stat : 28452 (sh) S 28429 28429 25645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26109801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28452/statm: 1339 232 193 169 0 50 0
[pid=28453] ppid=28452 vsize=12328 CPUtime=280.84
/proc/28453/stat : 28453 (minisat) R 28452 28429 25645 0 -1 4194304 2795 0 0 0 28081 3 0 0 25 0 1 0 26109801 12623872 2781 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28453/statm: 3082 2781 75 150 0 2929 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 34552

[startup+342.302 s]

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


[startup+642.301 s]
/proc/loadavg: 2.14 2.07 2.01 3/77 28453
/proc/meminfo: memFree=1813984/2055920 swapFree=4192812/4192956
[pid=28429] ppid=28427 vsize=16868 CPUtime=1.25
/proc/28429/stat : 28429 (sugar) S 28427 28429 25645 0 -1 4194304 1376 11949 0 2 5 2 110 8 16 0 1 0 26109668 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28429/statm: 4217 1113 409 3 0 796 0
[pid=28452] ppid=28429 vsize=5356 CPUtime=0
/proc/28452/stat : 28452 (sh) S 28429 28429 25645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26109801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28452/statm: 1339 232 193 169 0 50 0
[pid=28453] ppid=28452 vsize=15980 CPUtime=640.7
/proc/28453/stat : 28453 (minisat) R 28452 28429 25645 0 -1 4194304 3675 0 0 0 64065 5 0 0 25 0 1 0 26109801 16363520 3661 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28453/statm: 3995 3661 75 150 0 3842 0
Current children cumulated CPU time (s) 641.95
Current children cumulated vsize (KiB) 38204

[startup+702.301 s]
/proc/loadavg: 2.05 2.06 2.00 3/77 28453
/proc/meminfo: memFree=1812768/2055920 swapFree=4192812/4192956
[pid=28429] ppid=28427 vsize=16868 CPUtime=1.25
/proc/28429/stat : 28429 (sugar) S 28427 28429 25645 0 -1 4194304 1376 11949 0 2 5 2 110 8 16 0 1 0 26109668 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28429/statm: 4217 1113 409 3 0 796 0
[pid=28452] ppid=28429 vsize=5356 CPUtime=0
/proc/28452/stat : 28452 (sh) S 28429 28429 25645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26109801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28452/statm: 1339 232 193 169 0 50 0
[pid=28453] ppid=28452 vsize=16392 CPUtime=700.66
/proc/28453/stat : 28453 (minisat) R 28452 28429 25645 0 -1 4194304 3777 0 0 0 70061 5 0 0 25 0 1 0 26109801 16785408 3763 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/28453/statm: 4098 3763 75 150 0 3945 0
Current children cumulated CPU time (s) 701.91
Current children cumulated vsize (KiB) 38616

[startup+762.306 s]
/proc/loadavg: 2.08 2.06 2.00 3/77 28453
/proc/meminfo: memFree=1812384/2055920 swapFree=4192812/4192956
[pid=28429] ppid=28427 vsize=16868 CPUtime=1.25
/proc/28429/stat : 28429 (sugar) S 28427 28429 25645 0 -1 4194304 1376 11949 0 2 5 2 110 8 16 0 1 0 26109668 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28429/statm: 4217 1113 409 3 0 796 0
[pid=28452] ppid=28429 vsize=5356 CPUtime=0
/proc/28452/stat : 28452 (sh) S 28429 28429 25645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26109801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28452/statm: 1339 232 193 169 0 50 0
[pid=28453] ppid=28452 vsize=16692 CPUtime=760.64
/proc/28453/stat : 28453 (minisat) R 28452 28429 25645 0 -1 4194304 3821 0 0 0 76059 5 0 0 25 0 1 0 26109801 17092608 3807 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28453/statm: 4173 3807 75 150 0 4020 0
Current children cumulated CPU time (s) 761.89
Current children cumulated vsize (KiB) 38916

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

[startup+767.902 s]
/proc/loadavg: 2.08 2.06 2.00 3/77 28453
/proc/meminfo: memFree=1812256/2055920 swapFree=4192812/4192956
[pid=28429] ppid=28427 vsize=16868 CPUtime=1.25
/proc/28429/stat : 28429 (sugar) S 28427 28429 25645 0 -1 4194304 1376 11949 0 2 5 2 110 8 16 0 1 0 26109668 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28429/statm: 4217 1113 409 3 0 796 0
[pid=28452] ppid=28429 vsize=5356 CPUtime=0
/proc/28452/stat : 28452 (sh) S 28429 28429 25645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26109801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28452/statm: 1339 232 193 169 0 50 0
[pid=28453] ppid=28452 vsize=16692 CPUtime=766.24
/proc/28453/stat : 28453 (minisat) R 28452 28429 25645 0 -1 4194304 3824 0 0 0 76619 5 0 0 25 0 1 0 26109801 17092608 3810 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28453/statm: 4173 3810 75 150 0 4020 0
Current children cumulated CPU time (s) 767.49
Current children cumulated vsize (KiB) 38916

[startup+793.502 s]
/proc/loadavg: 2.05 2.05 2.00 3/77 28453
/proc/meminfo: memFree=1812128/2055920 swapFree=4192812/4192956
[pid=28429] ppid=28427 vsize=16868 CPUtime=1.25
/proc/28429/stat : 28429 (sugar) S 28427 28429 25645 0 -1 4194304 1376 11949 0 2 5 2 110 8 16 0 1 0 26109668 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28429/statm: 4217 1113 409 3 0 796 0
[pid=28452] ppid=28429 vsize=5356 CPUtime=0
/proc/28452/stat : 28452 (sh) S 28429 28429 25645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26109801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28452/statm: 1339 232 193 169 0 50 0
[pid=28453] ppid=28452 vsize=16692 CPUtime=791.82
/proc/28453/stat : 28453 (minisat) R 28452 28429 25645 0 -1 4194304 3850 0 0 0 79177 5 0 0 25 0 1 0 26109801 17092608 3836 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28453/statm: 4173 3836 75 150 0 4020 0
Current children cumulated CPU time (s) 793.07
Current children cumulated vsize (KiB) 38916

[startup+799.903 s]
/proc/loadavg: 2.04 2.05 2.00 3/77 28453
/proc/meminfo: memFree=1812128/2055920 swapFree=4192812/4192956
[pid=28429] ppid=28427 vsize=16868 CPUtime=1.25
/proc/28429/stat : 28429 (sugar) S 28427 28429 25645 0 -1 4194304 1376 11949 0 2 5 2 110 8 16 0 1 0 26109668 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28429/statm: 4217 1113 409 3 0 796 0
[pid=28452] ppid=28429 vsize=5356 CPUtime=0
/proc/28452/stat : 28452 (sh) S 28429 28429 25645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26109801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28452/statm: 1339 232 193 169 0 50 0
[pid=28453] ppid=28452 vsize=16692 CPUtime=798.22
/proc/28453/stat : 28453 (minisat) R 28452 28429 25645 0 -1 4194304 3850 0 0 0 79817 5 0 0 25 0 1 0 26109801 17092608 3836 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28453/statm: 4173 3836 75 150 0 4020 0
Current children cumulated CPU time (s) 799.47
Current children cumulated vsize (KiB) 38916

[startup+806.306 s]
/proc/loadavg: 2.04 2.05 2.00 3/77 28453
/proc/meminfo: memFree=1812064/2055920 swapFree=4192812/4192956
[pid=28429] ppid=28427 vsize=16868 CPUtime=1.25
/proc/28429/stat : 28429 (sugar) S 28427 28429 25645 0 -1 4194304 1376 11949 0 2 5 2 110 8 16 0 1 0 26109668 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28429/statm: 4217 1113 409 3 0 796 0
[pid=28452] ppid=28429 vsize=5356 CPUtime=0
/proc/28452/stat : 28452 (sh) S 28429 28429 25645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26109801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28452/statm: 1339 232 193 169 0 50 0
[pid=28453] ppid=28452 vsize=16824 CPUtime=804.62
/proc/28453/stat : 28453 (minisat) R 28452 28429 25645 0 -1 4194304 3864 0 0 0 80457 5 0 0 25 0 1 0 26109801 17227776 3850 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28453/statm: 4206 3850 75 150 0 4053 0
Current children cumulated CPU time (s) 805.87
Current children cumulated vsize (KiB) 39048

[startup+809.502 s]
/proc/loadavg: 2.03 2.05 2.00 3/77 28453
/proc/meminfo: memFree=1812064/2055920 swapFree=4192812/4192956
[pid=28429] ppid=28427 vsize=16868 CPUtime=1.25
/proc/28429/stat : 28429 (sugar) S 28427 28429 25645 0 -1 4194304 1376 11949 0 2 5 2 110 8 16 0 1 0 26109668 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28429/statm: 4217 1113 409 3 0 796 0
[pid=28452] ppid=28429 vsize=5356 CPUtime=0
/proc/28452/stat : 28452 (sh) S 28429 28429 25645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26109801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28452/statm: 1339 232 193 169 0 50 0
[pid=28453] ppid=28452 vsize=16824 CPUtime=807.82
/proc/28453/stat : 28453 (minisat) R 28452 28429 25645 0 -1 4194304 3864 0 0 0 80777 5 0 0 25 0 1 0 26109801 17227776 3850 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28453/statm: 4206 3850 75 150 0 4053 0
Current children cumulated CPU time (s) 809.07
Current children cumulated vsize (KiB) 39048

[startup+811.102 s]
/proc/loadavg: 2.03 2.05 2.00 3/77 28453
/proc/meminfo: memFree=1812064/2055920 swapFree=4192812/4192956
[pid=28429] ppid=28427 vsize=16868 CPUtime=1.25
/proc/28429/stat : 28429 (sugar) S 28427 28429 25645 0 -1 4194304 1376 11949 0 2 5 2 110 8 16 0 1 0 26109668 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28429/statm: 4217 1113 409 3 0 796 0
[pid=28452] ppid=28429 vsize=5356 CPUtime=0
/proc/28452/stat : 28452 (sh) S 28429 28429 25645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26109801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28452/statm: 1339 232 193 169 0 50 0
[pid=28453] ppid=28452 vsize=16824 CPUtime=809.42
/proc/28453/stat : 28453 (minisat) R 28452 28429 25645 0 -1 4194304 3864 0 0 0 80937 5 0 0 25 0 1 0 26109801 17227776 3850 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/28453/statm: 4206 3850 75 150 0 4053 0
Current children cumulated CPU time (s) 810.67
Current children cumulated vsize (KiB) 39048

[startup+811.901 s]
/proc/loadavg: 2.03 2.05 2.00 3/77 28453
/proc/meminfo: memFree=1812000/2055920 swapFree=4192812/4192956
[pid=28429] ppid=28427 vsize=16868 CPUtime=1.25
/proc/28429/stat : 28429 (sugar) S 28427 28429 25645 0 -1 4194304 1376 11949 0 2 5 2 110 8 16 0 1 0 26109668 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28429/statm: 4217 1113 409 3 0 796 0
[pid=28452] ppid=28429 vsize=5356 CPUtime=0
/proc/28452/stat : 28452 (sh) S 28429 28429 25645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26109801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28452/statm: 1339 232 193 169 0 50 0
[pid=28453] ppid=28452 vsize=16824 CPUtime=810.22
/proc/28453/stat : 28453 (minisat) R 28452 28429 25645 0 -1 4194304 3864 0 0 0 81017 5 0 0 25 0 1 0 26109801 17227776 3850 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/28453/statm: 4206 3850 75 150 0 4053 0
Current children cumulated CPU time (s) 811.47
Current children cumulated vsize (KiB) 39048

[startup+812.101 s]
/proc/loadavg: 2.03 2.05 2.00 3/77 28453
/proc/meminfo: memFree=1812000/2055920 swapFree=4192812/4192956
[pid=28429] ppid=28427 vsize=16868 CPUtime=811.68
/proc/28429/stat : 28429 (sugar) R 28427 28429 25645 0 -1 4194304 1401 16108 0 2 5 2 81147 14 16 0 1 0 26109668 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231882680991 0 0 4224 16386 0 0 0 17 0 0 0
/proc/28429/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 811.68
Current children cumulated vsize (KiB) 16868

[startup+812.201 s]
/proc/loadavg: 2.03 2.05 2.00 3/77 28453
/proc/meminfo: memFree=1812000/2055920 swapFree=4192812/4192956
[pid=28429] ppid=28427 vsize=16868 CPUtime=811.68
/proc/28429/stat : 28429 (sugar) S 28427 28429 25645 0 -1 4194304 1448 16108 0 2 5 2 81147 14 16 0 1 0 26109668 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28429/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 811.68
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 812.268
CPU time (s): 811.825
CPU user time (s): 811.629
CPU system time (s): 0.19597
CPU usage (%): 99.9454
Max. virtual memory (cumulated for all children) (KiB): 886592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 811.629
system time used= 0.19597
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21392
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= 1813
involuntary context switches= 5152

runsolver used 1.15682 second user time and 2.52662 second system time

The end

Launcher Data

Begin job on node75 at 2009-07-12 11:20:52
IDJOB=2089815
IDBENCH=59628
IDSOLVER=739
FILE ID=node75/2089815-1247390452
PBS_JOBID= 9507193
Free space on /tmp= 66316 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-2-40-19/normalized-rand-2-40-19-443-230-49_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2089815-1247390452/watcher-2089815-1247390452 -o /tmp/evaluation-result-2089815-1247390452/solver-2089815-1247390452 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2089815-1247390452.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= b4935a075c43176651d5117b970f2bbc
RANDOM SEED=1367204646

node75.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.232
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.232
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:       1839712 kB
Buffers:         20652 kB
Cached:         117048 kB
SwapCached:          0 kB
Active:          89332 kB
Inactive:        76324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1839712 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1496 kB
Writeback:           0 kB
Mapped:          39208 kB
Slab:            35748 kB
Committed_AS:   230512 kB
PageTables:       1868 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= 66316 MiB
End job on node75 at 2009-07-12 11:34:24