Trace number 2092235

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+minisatUNSAT 1122.52 1125.3

General information on the benchmark

Namecsp/tightness0.8/
normalized-rand-2-40-80-103-800-36_ext.xml
MD5SUMad0e047401619f0ea08a05a0cd64eea9
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.5757
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 13:13:12 2009
0.00/0.08	c 0	PID 30226
0.06/0.08	c 0	HOST node69.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2092235-1247397192.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2092235-1247397192.xml' 'HOME/temp.csp'
0.06/0.63	c 1	1 domains, 40 variables, 0 predicates, 103 relations, 103 constraints
0.06/0.67	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.67	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.59/0.74	c 1	Parsing HOME/temp.csp
1.39/1.53	c 2	parsed 247 expressions
1.39/1.54	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.39/1.54	c 2	Converting to clausal form CSP
1.39/1.56	c 2	converted 25 (10%) expressions
1.39/1.57	c 2	converted 50 (20%) expressions
1.39/1.58	c 2	converted 75 (30%) expressions
1.39/1.59	c 2	converted 99 (40%) expressions
1.39/1.59	c 2	converted 124 (50%) expressions
1.49/1.63	c 2	converted 149 (60%) expressions
1.49/1.69	c 2	converted 173 (70%) expressions
1.69/1.90	c 2	converted 198 (80%) expressions
1.79/1.99	c 2	converted 223 (90%) expressions
1.90/2.06	c 2	converted 247 (100%) expressions
1.90/2.06	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
1.90/2.06	c 2	Heap : 25 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.90/2.06	c 2	Propagation in CSP
1.90/2.06	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.90/2.06	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
1.90/2.06	c 2	Heap : 25 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.90/2.07	c 2	Simplifing CSP by introducing new Boolean variables
1.90/2.07	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
1.90/2.07	c 2	Heap : 25 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.99/2.16	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.99/2.18	c 2	4 (10%) CSP integer variables are encoded (312 clauses, 3284 bytes)
1.99/2.18	c 2	8 (20%) CSP integer variables are encoded (624 clauses, 6716 bytes)
1.99/2.18	c 2	12 (30%) CSP integer variables are encoded (936 clauses, 10148 bytes)
1.99/2.18	c 2	16 (40%) CSP integer variables are encoded (1248 clauses, 14103 bytes)
1.99/2.19	c 2	20 (50%) CSP integer variables are encoded (1560 clauses, 18159 bytes)
1.99/2.19	c 2	24 (60%) CSP integer variables are encoded (1872 clauses, 22215 bytes)
1.99/2.19	c 2	28 (70%) CSP integer variables are encoded (2184 clauses, 26271 bytes)
1.99/2.19	c 2	32 (80%) CSP integer variables are encoded (2496 clauses, 30327 bytes)
1.99/2.19	c 2	36 (90%) CSP integer variables are encoded (2808 clauses, 34383 bytes)
1.99/2.19	c 2	40 (100%) CSP integer variables are encoded (3120 clauses, 38439 bytes)
2.19/2.32	c 3	11 (10%) CSP clauses are encoded (14495 clauses, 265256 bytes)
2.19/2.39	c 3	21 (20%) CSP clauses are encoded (24953 clauses, 481427 bytes)
2.29/2.47	c 3	31 (30%) CSP clauses are encoded (35360 clauses, 698378 bytes)
2.39/2.55	c 3	42 (40%) CSP clauses are encoded (46819 clauses, 940243 bytes)
2.49/2.63	c 3	52 (50%) CSP clauses are encoded (57318 clauses, 1160016 bytes)
2.59/2.71	c 3	62 (60%) CSP clauses are encoded (67782 clauses, 1390556 bytes)
2.59/2.79	c 3	73 (70%) CSP clauses are encoded (79165 clauses, 1654447 bytes)
2.68/2.87	c 3	83 (80%) CSP clauses are encoded (89467 clauses, 1893349 bytes)
2.78/2.94	c 3	93 (90%) CSP clauses are encoded (99936 clauses, 2136253 bytes)
2.89/3.02	c 3	103 (100%) CSP clauses are encoded (110346 clauses, 2377655 bytes)
2.89/3.02	c 3	103 CSP clauses encoded
2.89/3.02	c 3	Writing map file : HOME/temp.map
2.89/3.02	c 3	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.89/3.02	c 3	SAT : 3160 SAT variables, 110346 SAT clauses, 2377655 bytes
2.89/3.02	c 3	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.89/3.08	c 3	SOLVING HOME/temp.cnf
2.89/3.08	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.89/3.08	c 3	This is MiniSat 2.0 beta
2.89/3.08	c 3	WARNING: for repeatability, setting FPU to use double precision
2.89/3.08	c 3	============================[ Problem Statistics ]=============================
2.89/3.08	c 3	|                                                                             |
2.89/3.08	c 3	|  Number of variables:  3160                                                 |
2.89/3.08	c 3	|  Number of clauses:    110346                                               |
2.94/3.14	c 3	|  Parsing time:         0.05         s                                       |
2.94/3.15	c 3	============================[ Search Statistics ]==============================
2.94/3.15	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.94/3.15	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.94/3.15	c 3	===============================================================================
2.94/3.15	c 3	|         0 |    3160   110346   419408 |    36782        0    nan |  0.000 % |
2.94/3.19	c 3	|       100 |    3160   110346   419408 |    40460      100     12 |  0.000 % |
3.04/3.24	c 3	|       250 |    3160   110346   419408 |    44506      250     13 |  0.001 % |
3.14/3.34	c 4	|       475 |    3160   110346   419408 |    48956      475     12 |  0.001 % |
3.24/3.45	c 4	|       812 |    3160   110346   419408 |    53852      812     13 |  0.001 % |
3.44/3.61	c 4	|      1319 |    3160   110346   419408 |    59237     1319     13 |  0.001 % |
3.74/3.90	c 4	|      2079 |    3160   110346   419408 |    65161     2079     12 |  0.001 % |
4.14/4.32	c 5	|      3218 |    3160   110346   419408 |    71677     3218     12 |  0.001 % |
4.72/4.97	c 5	|      4927 |    3160   110346   419408 |    78845     4927     12 |  0.002 % |
5.71/5.96	c 6	|      7489 |    3160   110346   419408 |    86730     7489     12 |  0.002 % |
7.20/7.41	c 8	|     11334 |    3159   110259   419153 |    95403     3897     12 |  0.033 % |
9.18/9.47	c 10	|     17100 |    3159   110259   419153 |   104943     9663     13 |  0.033 % |
12.25/12.52	c 13	|     25749 |    3158   110169   418861 |   115437    10732     14 |  0.063 % |
18.59/18.90	c 19	|     38726 |    3158   110169   418861 |   126981    23709     16 |  0.064 % |
28.99/29.41	c 30	|     58187 |    3158   110169   418861 |   139679    43170     17 |  0.064 % |
49.19/49.87	c 50	|     87381 |    3158   110169   418861 |   153647    72364     17 |  0.064 % |
87.33/88.37	c 89	|    131170 |    3158   110169   418861 |   169012   116153     17 |  0.064 % |
156.07/157.73	c 158	|    196855 |    3152   109671   417194 |   185913   134844     16 |  0.253 % |
245.67/247.78	c 248	|    295381 |    3152   109671   417194 |   204504    69888     20 |  0.254 % |
418.14/420.68	c 421	|    443171 |    3152   109671   417194 |   224955    36273     17 |  0.254 % |
648.84/651.44	c 652	|    664854 |    3144   108662   413544 |   247450   213955     18 |  0.506 % |
1009.85/1012.68	c 1013	|    997380 |    3085   103505   393319 |   272195    52426     14 |  2.373 % |
1122.30/1125.17	c 1125	===============================================================================
1122.30/1125.17	c 1125	restarts              : 22
1122.30/1125.17	c 1125	conflicts             : 1116345        (997 /sec)
1122.30/1125.17	c 1125	decisions             : 1570043        (1.61 % random) (1403 /sec)
1122.30/1125.17	c 1125	propagations          : 237039201      (211803 /sec)
1122.30/1125.17	c 1125	conflict literals     : 21006610       (45.05 % deleted)
1122.30/1125.17	c 1125	Memory used           : 37.27 MB
1122.30/1125.17	c 1125	CPU time              : 1119.15 s
1122.30/1125.17	c 1125	
1122.30/1125.17	c 1125	UNSATISFIABLE
1122.30/1125.18	c 1125	DECODING HOME/temp.out WITH HOME/temp.map
1122.30/1125.18	c 1125	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'
1122.39/1125.25	c 1126	Decoding HOME/temp.out
1122.39/1125.27	s UNSATISFIABLE
1122.39/1125.28	c 1126	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1122.39/1125.29	c 1126	CPU 1122.49 (0.06 0.01 1121.94 0.48)
1122.39/1125.29	c 1126	END Sun Jul 12 13:31:58 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2092235-1247397192/watcher-2092235-1247397192 -o /tmp/evaluation-result-2092235-1247397192/solver-2092235-1247397192 -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-2092235-1247397192.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.00 2.00 2.00 4/81 30226
/proc/meminfo: memFree=1834960/2055920 swapFree=4192812/4192956
[pid=30226] ppid=30224 vsize=4708 CPUtime=0
/proc/30226/stat : 30226 (sugar) R 30224 30226 29782 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 26781929 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 237945025929 0 0 4096 0 0 0 0 17 1 0 0
/proc/30226/statm: 1177 43 33 3 0 8 0

[startup+0.0819679 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 30226
/proc/meminfo: memFree=1834960/2055920 swapFree=4192812/4192956
[pid=30226] ppid=30224 vsize=16740 CPUtime=0.06
/proc/30226/stat : 30226 (sugar) S 30224 30226 29782 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 26781929 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30226/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102088 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 30226
/proc/meminfo: memFree=1834960/2055920 swapFree=4192812/4192956
[pid=30226] ppid=30224 vsize=16868 CPUtime=0.06
/proc/30226/stat : 30226 (sugar) S 30224 30226 29782 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26781929 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30226/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.3011 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 30226
/proc/meminfo: memFree=1834960/2055920 swapFree=4192812/4192956
[pid=30226] ppid=30224 vsize=16868 CPUtime=0.06
/proc/30226/stat : 30226 (sugar) S 30224 30226 29782 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26781929 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30226/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701129 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 30226
/proc/meminfo: memFree=1834960/2055920 swapFree=4192812/4192956
[pid=30226] ppid=30224 vsize=16868 CPUtime=0.59
/proc/30226/stat : 30226 (sugar) S 30224 30226 29782 0 -1 4194304 1292 5186 0 1 5 1 49 4 16 0 1 0 26781929 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30226/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 16868

[startup+1.50387 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 30248
/proc/meminfo: memFree=1821112/2055920 swapFree=4192812/4192956
[pid=30226] ppid=30224 vsize=16868 CPUtime=0.59
/proc/30226/stat : 30226 (sugar) S 30224 30226 29782 0 -1 4194304 1309 5186 0 1 5 1 49 4 16 0 1 0 26781929 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30226/statm: 4217 1111 409 3 0 796 0
[pid=30239] ppid=30226 vsize=5356 CPUtime=0
/proc/30239/stat : 30239 (sh) S 30226 30226 29782 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26781996 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30239/statm: 1339 233 193 169 0 50 0
[pid=30240] ppid=30239 vsize=862284 CPUtime=0.8
/proc/30240/stat : 30240 (java) S 30239 30226 29782 0 -1 0 7463 0 1 0 77 3 0 0 19 0 9 0 26781996 882978816 6735 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30240/statm: 215571 6735 2158 9 0 210484 0
[pid=30240/tid=30241] ppid=30239 vsize=862284 CPUtime=0.48
/proc/30240/task/30241/stat : 30241 (java) R 30239 30226 29782 0 -1 64 2034 0 1 0 47 1 0 0 23 0 9 0 26781997 882978816 6735 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30240/tid=30242] ppid=30239 vsize=862284 CPUtime=0.26
/proc/30240/task/30242/stat : 30242 (java) R 30239 30226 29782 0 -1 64 4419 0 0 0 25 1 0 0 16 0 9 0 26781998 882978816 6735 996147200 134512640 134550932 4294955936 18446744073709551615 104190768 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30240/tid=30243] ppid=30239 vsize=862284 CPUtime=0
/proc/30240/task/30243/stat : 30243 (java) S 30239 30226 29782 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26781998 882978816 6735 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30240/tid=30244] ppid=30239 vsize=862284 CPUtime=0
/proc/30240/task/30244/stat : 30244 (java) S 30239 30226 29782 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 26781998 882978816 6735 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30240/tid=30245] ppid=30239 vsize=862284 CPUtime=0
/proc/30240/task/30245/stat : 30245 (java) S 30239 30226 29782 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26782001 882978816 6735 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30240/tid=30246] ppid=30239 vsize=862284 CPUtime=0.03
/proc/30240/task/30246/stat : 30246 (java) S 30239 30226 29782 0 -1 64 306 0 0 0 3 0 0 0 17 0 9 0 26782001 882978816 6735 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30240/tid=30247] ppid=30239 vsize=862284 CPUtime=0
/proc/30240/task/30247/stat : 30247 (java) S 30239 30226 29782 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26782001 882978816 6735 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30240/tid=30248] ppid=30239 vsize=862284 CPUtime=0
/proc/30240/task/30248/stat : 30248 (java) S 30239 30226 29782 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26782001 882978816 6735 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 884508

[startup+3.10232 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 30248
/proc/meminfo: memFree=1795768/2055920 swapFree=4192812/4192956
[pid=30226] ppid=30224 vsize=16868 CPUtime=2.94
/proc/30226/stat : 30226 (sugar) S 30224 30226 29782 0 -1 4194304 1376 17567 0 2 6 1 272 15 16 0 1 0 26781929 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30226/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 16868

[startup+6.30159 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 30250
/proc/meminfo: memFree=1820536/2055920 swapFree=4192812/4192956
[pid=30226] ppid=30224 vsize=16868 CPUtime=2.94
/proc/30226/stat : 30226 (sugar) S 30224 30226 29782 0 -1 4194304 1376 17567 0 2 6 1 272 15 16 0 1 0 26781929 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30226/statm: 4217 1113 409 3 0 796 0
[pid=30249] ppid=30226 vsize=5356 CPUtime=0
/proc/30249/stat : 30249 (sh) S 30226 30226 29782 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26782237 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30249/statm: 1339 232 193 169 0 50 0
[pid=30250] ppid=30249 vsize=8316 CPUtime=3.17
/proc/30250/stat : 30250 (minisat) R 30249 30226 29782 0 -1 4194304 1975 0 0 0 316 1 0 0 25 0 1 0 26782237 8515584 1961 996147200 134512640 135127466 4294956256 18446744073709551615 134528621 0 0 4096 3 0 0 0 17 1 0 0
/proc/30250/statm: 2079 1961 75 150 0 1926 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 30540

[startup+12.7021 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 30250
/proc/meminfo: memFree=1819832/2055920 swapFree=4192812/4192956
[pid=30226] ppid=30224 vsize=16868 CPUtime=2.94
/proc/30226/stat : 30226 (sugar) S 30224 30226 29782 0 -1 4194304 1376 17567 0 2 6 1 272 15 16 0 1 0 26781929 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30226/statm: 4217 1113 409 3 0 796 0
[pid=30249] ppid=30226 vsize=5356 CPUtime=0
/proc/30249/stat : 30249 (sh) S 30226 30226 29782 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26782237 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30249/statm: 1339 232 193 169 0 50 0
[pid=30250] ppid=30249 vsize=8888 CPUtime=9.51
/proc/30250/stat : 30250 (minisat) R 30249 30226 29782 0 -1 4194304 2111 0 0 0 950 1 0 0 25 0 1 0 26782237 9101312 2097 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30250/statm: 2222 2097 75 150 0 2069 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 31112

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 30250
/proc/meminfo: memFree=1817528/2055920 swapFree=4192812/4192956
[pid=30226] ppid=30224 vsize=16868 CPUtime=2.94
/proc/30226/stat : 30226 (sugar) S 30224 30226 29782 0 -1 4194304 1376 17567 0 2 6 1 272 15 16 0 1 0 26781929 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30226/statm: 4217 1113 409 3 0 796 0
[pid=30249] ppid=30226 vsize=5356 CPUtime=0
/proc/30249/stat : 30249 (sh) S 30226 30226 29782 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26782237 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30249/statm: 1339 232 193 169 0 50 0
[pid=30250] ppid=30249 vsize=11488 CPUtime=22.19
/proc/30250/stat : 30250 (minisat) R 30249 30226 29782 0 -1 4194304 2737 0 0 0 2217 2 0 0 25 0 1 0 26782237 11763712 2723 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30250/statm: 2872 2723 75 150 0 2719 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 33712

[startup+51.1029 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 30250
/proc/meminfo: memFree=1813816/2055920 swapFree=4192812/4192956
[pid=30226] ppid=30224 vsize=16868 CPUtime=2.94
/proc/30226/stat : 30226 (sugar) S 30224 30226 29782 0 -1 4194304 1376 17567 0 2 6 1 272 15 16 0 1 0 26781929 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30226/statm: 4217 1113 409 3 0 796 0
[pid=30249] ppid=30226 vsize=5356 CPUtime=0
/proc/30249/stat : 30249 (sh) S 30226 30226 29782 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26782237 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30249/statm: 1339 232 193 169 0 50 0
[pid=30250] ppid=30249 vsize=15252 CPUtime=47.54
/proc/30250/stat : 30250 (minisat) R 30249 30226 29782 0 -1 4194304 3689 0 0 0 4751 3 0 0 25 0 1 0 26782237 15618048 3675 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30250/statm: 3813 3675 75 150 0 3660 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 37476

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 30250
/proc/meminfo: memFree=1808824/2055920 swapFree=4192812/4192956
[pid=30226] ppid=30224 vsize=16868 CPUtime=2.94
/proc/30226/stat : 30226 (sugar) S 30224 30226 29782 0 -1 4194304 1376 17567 0 2 6 1 272 15 16 0 1 0 26781929 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30226/statm: 4217 1113 409 3 0 796 0
[pid=30249] ppid=30226 vsize=5356 CPUtime=0
/proc/30249/stat : 30249 (sh) S 30226 30226 29782 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26782237 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30249/statm: 1339 232 193 169 0 50 0
[pid=30250] ppid=30249 vsize=19928 CPUtime=98.27
/proc/30250/stat : 30250 (minisat) R 30249 30226 29782 0 -1 4194304 4864 0 0 0 9822 5 0 0 25 0 1 0 26782237 20406272 4850 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/30250/statm: 4982 4850 75 150 0 4829 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 42152

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 30250
/proc/meminfo: memFree=1807096/2055920 swapFree=4192812/4192956
[pid=30226] ppid=30224 vsize=16868 CPUtime=2.94
/proc/30226/stat : 30226 (sugar) S 30224 30226 29782 0 -1 4194304 1376 17567 0 2 6 1 272 15 16 0 1 0 26781929 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30226/statm: 4217 1113 409 3 0 796 0
[pid=30249] ppid=30226 vsize=5356 CPUtime=0
/proc/30249/stat : 30249 (sh) S 30226 30226 29782 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26782237 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30249/statm: 1339 232 193 169 0 50 0
[pid=30250] ppid=30249 vsize=21940 CPUtime=157.7
/proc/30250/stat : 30250 (minisat) R 30249 30226 29782 0 -1 4194304 5310 0 0 0 15764 6 0 0 25 0 1 0 26782237 22466560 5296 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30250/statm: 5485 5296 75 150 0 5332 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 44164

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 30342
/proc/meminfo: memFree=1683312/2055920 swapFree=4192812/4192956
[pid=30226] ppid=30224 vsize=16868 CPUtime=2.94
/proc/30226/stat : 30226 (sugar) S 30224 30226 29782 0 -1 4194304 1376 17567 0 2 6 1 272 15 16 0 1 0 26781929 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30226/statm: 4217 1113 409 3 0 796 0
[pid=30249] ppid=30226 vsize=5356 CPUtime=0
/proc/30249/stat : 30249 (sh) S 30226 30226 29782 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26782237 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30249/statm: 1339 232 193 169 0 50 0
[pid=30250] ppid=30249 vsize=27096 CPUtime=217.33
/proc/30250/stat : 30250 (minisat) R 30249 30226 29782 0 -1 4194304 6623 0 0 0 21725 8 0 0 25 0 1 0 26782237 27746304 6609 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30250/statm: 6774 6609 75 150 0 6621 0
Current children cumulated CPU time (s) 220.27
Current children cumulated vsize (KiB) 49320


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

Current children cumulated vsize (KiB) 59172

[startup+822.302 s]
/proc/loadavg: 1.10 1.27 1.62 2/70 30931
/proc/meminfo: memFree=1811056/2055920 swapFree=4192812/4192956
[pid=30226] ppid=30224 vsize=16868 CPUtime=2.94
/proc/30226/stat : 30226 (sugar) S 30224 30226 29782 0 -1 4194304 1376 17567 0 2 6 1 272 15 16 0 1 0 26781929 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30226/statm: 4217 1113 409 3 0 796 0
[pid=30249] ppid=30226 vsize=5356 CPUtime=0
/proc/30249/stat : 30249 (sh) S 30226 30226 29782 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26782237 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30249/statm: 1339 232 193 169 0 50 0
[pid=30250] ppid=30249 vsize=36948 CPUtime=816.72
/proc/30250/stat : 30250 (minisat) R 30249 30226 29782 0 -1 4194304 9043 0 0 0 81648 24 0 0 25 0 1 0 26782237 37834752 9029 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30250/statm: 9237 9029 75 150 0 9084 0
Current children cumulated CPU time (s) 819.66
Current children cumulated vsize (KiB) 59172

[startup+882.301 s]
/proc/loadavg: 1.03 1.21 1.58 2/70 30964
/proc/meminfo: memFree=1810864/2055920 swapFree=4192812/4192956
[pid=30226] ppid=30224 vsize=16868 CPUtime=2.94
/proc/30226/stat : 30226 (sugar) S 30224 30226 29782 0 -1 4194304 1376 17567 0 2 6 1 272 15 16 0 1 0 26781929 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30226/statm: 4217 1113 409 3 0 796 0
[pid=30249] ppid=30226 vsize=5356 CPUtime=0
/proc/30249/stat : 30249 (sh) S 30226 30226 29782 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26782237 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30249/statm: 1339 232 193 169 0 50 0
[pid=30250] ppid=30249 vsize=36948 CPUtime=876.68
/proc/30250/stat : 30250 (minisat) R 30249 30226 29782 0 -1 4194304 9051 0 0 0 87643 25 0 0 25 0 1 0 26782237 37834752 9037 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30250/statm: 9237 9037 75 150 0 9084 0
Current children cumulated CPU time (s) 879.62
Current children cumulated vsize (KiB) 59172

[startup+942.301 s]
/proc/loadavg: 1.01 1.17 1.54 2/70 30997
/proc/meminfo: memFree=1810488/2055920 swapFree=4192812/4192956
[pid=30226] ppid=30224 vsize=16868 CPUtime=2.94
/proc/30226/stat : 30226 (sugar) S 30224 30226 29782 0 -1 4194304 1376 17567 0 2 6 1 272 15 16 0 1 0 26781929 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30226/statm: 4217 1113 409 3 0 796 0
[pid=30249] ppid=30226 vsize=5356 CPUtime=0
/proc/30249/stat : 30249 (sh) S 30226 30226 29782 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26782237 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30249/statm: 1339 232 193 169 0 50 0
[pid=30250] ppid=30249 vsize=37100 CPUtime=936.65
/proc/30250/stat : 30250 (minisat) R 30249 30226 29782 0 -1 4194304 9060 0 0 0 93639 26 0 0 25 0 1 0 26782237 37990400 9046 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30250/statm: 9275 9046 75 150 0 9122 0
Current children cumulated CPU time (s) 939.59
Current children cumulated vsize (KiB) 59324

[startup+1002.3 s]
/proc/loadavg: 1.00 1.14 1.51 2/70 30997
/proc/meminfo: memFree=1809528/2055920 swapFree=4192812/4192956
[pid=30226] ppid=30224 vsize=16868 CPUtime=2.94
/proc/30226/stat : 30226 (sugar) S 30224 30226 29782 0 -1 4194304 1376 17567 0 2 6 1 272 15 16 0 1 0 26781929 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30226/statm: 4217 1113 409 3 0 796 0
[pid=30249] ppid=30226 vsize=5356 CPUtime=0
/proc/30249/stat : 30249 (sh) S 30226 30226 29782 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26782237 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30249/statm: 1339 232 193 169 0 50 0
[pid=30250] ppid=30249 vsize=38164 CPUtime=996.63
/proc/30250/stat : 30250 (minisat) R 30249 30226 29782 0 -1 4194304 9333 0 0 0 99636 27 0 0 25 0 1 0 26782237 39079936 9319 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/30250/statm: 9541 9319 75 150 0 9388 0
Current children cumulated CPU time (s) 999.57
Current children cumulated vsize (KiB) 60388

[startup+1062.3 s]
/proc/loadavg: 1.00 1.11 1.47 2/70 31030
/proc/meminfo: memFree=1809272/2055920 swapFree=4192812/4192956
[pid=30226] ppid=30224 vsize=16868 CPUtime=2.94
/proc/30226/stat : 30226 (sugar) S 30224 30226 29782 0 -1 4194304 1376 17567 0 2 6 1 272 15 16 0 1 0 26781929 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30226/statm: 4217 1113 409 3 0 796 0
[pid=30249] ppid=30226 vsize=5356 CPUtime=0
/proc/30249/stat : 30249 (sh) S 30226 30226 29782 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26782237 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30249/statm: 1339 232 193 169 0 50 0
[pid=30250] ppid=30249 vsize=38164 CPUtime=1056.6
/proc/30250/stat : 30250 (minisat) R 30249 30226 29782 0 -1 4194304 9333 0 0 0 105631 29 0 0 25 0 1 0 26782237 39079936 9319 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30250/statm: 9541 9319 75 150 0 9388 0
Current children cumulated CPU time (s) 1059.54
Current children cumulated vsize (KiB) 60388

[startup+1122.3 s]
/proc/loadavg: 1.00 1.09 1.44 2/70 31063
/proc/meminfo: memFree=1808952/2055920 swapFree=4192812/4192956
[pid=30226] ppid=30224 vsize=16868 CPUtime=2.94
/proc/30226/stat : 30226 (sugar) S 30224 30226 29782 0 -1 4194304 1376 17567 0 2 6 1 272 15 16 0 1 0 26781929 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30226/statm: 4217 1113 409 3 0 796 0
[pid=30249] ppid=30226 vsize=5356 CPUtime=0
/proc/30249/stat : 30249 (sh) S 30226 30226 29782 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26782237 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30249/statm: 1339 232 193 169 0 50 0
[pid=30250] ppid=30249 vsize=38164 CPUtime=1116.56
/proc/30250/stat : 30250 (minisat) R 30249 30226 29782 0 -1 4194304 9346 0 0 0 111627 29 0 0 25 0 1 0 26782237 39079936 9332 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/30250/statm: 9541 9332 75 150 0 9388 0
Current children cumulated CPU time (s) 1119.5
Current children cumulated vsize (KiB) 60388

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

[startup+1123.11 s]
/proc/loadavg: 1.00 1.09 1.44 2/70 31063
/proc/meminfo: memFree=1808952/2055920 swapFree=4192812/4192956
[pid=30226] ppid=30224 vsize=16868 CPUtime=2.94
/proc/30226/stat : 30226 (sugar) S 30224 30226 29782 0 -1 4194304 1376 17567 0 2 6 1 272 15 16 0 1 0 26781929 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30226/statm: 4217 1113 409 3 0 796 0
[pid=30249] ppid=30226 vsize=5356 CPUtime=0
/proc/30249/stat : 30249 (sh) S 30226 30226 29782 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26782237 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30249/statm: 1339 232 193 169 0 50 0
[pid=30250] ppid=30249 vsize=38164 CPUtime=1117.37
/proc/30250/stat : 30250 (minisat) R 30249 30226 29782 0 -1 4194304 9346 0 0 0 111708 29 0 0 25 0 1 0 26782237 39079936 9332 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30250/statm: 9541 9332 75 150 0 9388 0
Current children cumulated CPU time (s) 1120.31
Current children cumulated vsize (KiB) 60388

[startup+1123.9 s]
/proc/loadavg: 1.00 1.09 1.44 2/70 31063
/proc/meminfo: memFree=1808952/2055920 swapFree=4192812/4192956
[pid=30226] ppid=30224 vsize=16868 CPUtime=2.94
/proc/30226/stat : 30226 (sugar) S 30224 30226 29782 0 -1 4194304 1376 17567 0 2 6 1 272 15 16 0 1 0 26781929 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30226/statm: 4217 1113 409 3 0 796 0
[pid=30249] ppid=30226 vsize=5356 CPUtime=0
/proc/30249/stat : 30249 (sh) S 30226 30226 29782 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26782237 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30249/statm: 1339 232 193 169 0 50 0
[pid=30250] ppid=30249 vsize=38164 CPUtime=1118.16
/proc/30250/stat : 30250 (minisat) R 30249 30226 29782 0 -1 4194304 9346 0 0 0 111787 29 0 0 25 0 1 0 26782237 39079936 9332 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/30250/statm: 9541 9332 75 150 0 9388 0
Current children cumulated CPU time (s) 1121.1
Current children cumulated vsize (KiB) 60388

[startup+1124.7 s]
/proc/loadavg: 1.00 1.09 1.44 2/70 31063
/proc/meminfo: memFree=1808952/2055920 swapFree=4192812/4192956
[pid=30226] ppid=30224 vsize=16868 CPUtime=2.94
/proc/30226/stat : 30226 (sugar) S 30224 30226 29782 0 -1 4194304 1376 17567 0 2 6 1 272 15 16 0 1 0 26781929 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30226/statm: 4217 1113 409 3 0 796 0
[pid=30249] ppid=30226 vsize=5356 CPUtime=0
/proc/30249/stat : 30249 (sh) S 30226 30226 29782 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26782237 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30249/statm: 1339 232 193 169 0 50 0
[pid=30250] ppid=30249 vsize=38164 CPUtime=1118.96
/proc/30250/stat : 30250 (minisat) R 30249 30226 29782 0 -1 4194304 9346 0 0 0 111867 29 0 0 25 0 1 0 26782237 39079936 9332 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30250/statm: 9541 9332 75 150 0 9388 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 60388

[startup+1125.1 s]
/proc/loadavg: 1.00 1.09 1.44 2/70 31063
/proc/meminfo: memFree=1808952/2055920 swapFree=4192812/4192956
[pid=30226] ppid=30224 vsize=16868 CPUtime=2.94
/proc/30226/stat : 30226 (sugar) S 30224 30226 29782 0 -1 4194304 1376 17567 0 2 6 1 272 15 16 0 1 0 26781929 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30226/statm: 4217 1113 409 3 0 796 0
[pid=30249] ppid=30226 vsize=5356 CPUtime=0
/proc/30249/stat : 30249 (sh) S 30226 30226 29782 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26782237 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30249/statm: 1339 232 193 169 0 50 0
[pid=30250] ppid=30249 vsize=38164 CPUtime=1119.36
/proc/30250/stat : 30250 (minisat) R 30249 30226 29782 0 -1 4194304 9346 0 0 0 111907 29 0 0 25 0 1 0 26782237 39079936 9332 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30250/statm: 9541 9332 75 150 0 9388 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 60388

[startup+1125.2 s]
/proc/loadavg: 1.00 1.09 1.44 1/71 31066
/proc/meminfo: memFree=1844848/2055920 swapFree=4192812/4192956
[pid=30226] ppid=30224 vsize=16868 CPUtime=1122.39
/proc/30226/stat : 30226 (sugar) S 30224 30226 29782 0 -1 4194304 1430 27207 0 2 6 1 112187 45 17 0 1 0 26781929 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30226/statm: 4217 1113 409 3 0 796 0
[pid=31064] ppid=30226 vsize=5356 CPUtime=0
/proc/31064/stat : 31064 (sh) S 30226 30226 29782 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26894447 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31064/statm: 1339 233 193 169 0 50 0
[pid=31065] ppid=31064 vsize=858596 CPUtime=0
/proc/31065/stat : 31065 (java) S 31064 30226 29782 0 -1 0 1119 0 1 0 0 0 0 0 18 0 2 0 26894448 879202304 867 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/31065/statm: 214649 869 485 9 0 209564 0
[pid=31065/tid=31066] ppid=31064 vsize=858596 CPUtime=0
/proc/31065/task/31066/stat : 31066 (java) R 31064 30226 29782 0 -1 64 448 0 1 0 0 0 0 0 19 0 2 0 26894449 879202304 871 996147200 134512640 134550932 4294955984 18446744073709551615 102829278 0 4 0 16784584 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1122.39
Current children cumulated vsize (KiB) 880820

Child status: 0
Real time (s): 1125.3
CPU time (s): 1122.52
CPU user time (s): 1122.01
CPU system time (s): 0.506922
CPU usage (%): 99.7534
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1122.01
system time used= 0.506922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32415
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= 2653
involuntary context switches= 15182

runsolver used 1.16882 second user time and 3.3065 second system time

The end

Launcher Data

Begin job on node69 at 2009-07-12 13:13:12
IDJOB=2092235
IDBENCH=60307
IDSOLVER=739
FILE ID=node69/2092235-1247397192
PBS_JOBID= 9507411
Free space on /tmp= 66504 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/tightness0.8/normalized-rand-2-40-80-103-800-36_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-2092235-1247397192/watcher-2092235-1247397192 -o /tmp/evaluation-result-2092235-1247397192/solver-2092235-1247397192 -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-2092235-1247397192.xml

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

MD5SUM BENCH= ad0e047401619f0ea08a05a0cd64eea9
RANDOM SEED=1170784334

node69.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.211
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.211
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:       1835440 kB
Buffers:         28164 kB
Cached:         106408 kB
SwapCached:          0 kB
Active:         116716 kB
Inactive:        51876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1835440 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2292 kB
Writeback:           0 kB
Mapped:          54360 kB
Slab:            36912 kB
Committed_AS:   239024 kB
PageTables:       1988 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= 66504 MiB
End job on node69 at 2009-07-12 13:31:58