Trace number 2058377

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 1096.54 1097.44

General information on the benchmark

Namecsp/frb45-21/
normalized-frb45-21-5-mgd_ext.xml
MD5SUMf54b4f725469ba6e3d72ae65a73bcbca
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 benchmark82.8854
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints375
Maximum constraint arity2
Maximum domain size21
Number of constraints which are defined in extension375
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 Sat Jul 11 16:13:08 2009
0.00/0.08	c 0	PID 11948
0.07/0.08	c 0	HOST node26.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2058377-1247321588.xml TO HOME/temp.csp
0.07/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-2058377-1247321588.xml' 'HOME/temp.csp'
0.07/0.59	c 0	1 domains, 45 variables, 0 predicates, 375 relations, 375 constraints
0.07/0.61	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.61	c 0	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.07/0.69	c 0	Parsing HOME/temp.csp
0.93/1.01	c 1	parsed 796 expressions
0.93/1.02	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.93/1.02	c 1	Converting to clausal form CSP
0.93/1.05	c 1	converted 80 (10%) expressions
0.93/1.05	c 1	converted 160 (20%) expressions
0.93/1.05	c 1	converted 239 (30%) expressions
0.93/1.06	c 1	converted 319 (40%) expressions
0.93/1.07	c 1	converted 398 (50%) expressions
0.93/1.10	c 1	converted 478 (60%) expressions
1.03/1.18	c 1	converted 558 (70%) expressions
1.13/1.21	c 1	converted 637 (80%) expressions
1.13/1.23	c 1	converted 717 (90%) expressions
1.13/1.26	c 1	converted 796 (100%) expressions
1.13/1.26	c 1	CSP : 45 integers, 0 booleans, 375 clauses, largest domain size 21
1.13/1.26	c 1	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.26	c 1	Propagation in CSP
1.13/1.27	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.13/1.27	c 1	CSP : 45 integers, 0 booleans, 375 clauses, largest domain size 21
1.13/1.27	c 1	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.27	c 1	Simplifing CSP by introducing new Boolean variables
1.13/1.27	c 1	CSP : 45 integers, 0 booleans, 375 clauses, largest domain size 21
1.13/1.27	c 1	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.23/1.32	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.23/1.33	c 1	5 (10%) CSP integer variables are encoded (95 clauses, 903 bytes)
1.23/1.33	c 1	9 (20%) CSP integer variables are encoded (171 clauses, 1739 bytes)
1.23/1.33	c 1	14 (30%) CSP integer variables are encoded (266 clauses, 2784 bytes)
1.23/1.33	c 1	18 (40%) CSP integer variables are encoded (342 clauses, 3620 bytes)
1.23/1.33	c 1	23 (50%) CSP integer variables are encoded (437 clauses, 4665 bytes)
1.23/1.34	c 1	27 (60%) CSP integer variables are encoded (513 clauses, 5501 bytes)
1.23/1.34	c 1	32 (70%) CSP integer variables are encoded (608 clauses, 6546 bytes)
1.23/1.34	c 1	36 (80%) CSP integer variables are encoded (684 clauses, 7382 bytes)
1.23/1.34	c 1	41 (90%) CSP integer variables are encoded (779 clauses, 8427 bytes)
1.23/1.34	c 1	45 (100%) CSP integer variables are encoded (855 clauses, 9263 bytes)
1.23/1.40	c 1	38 (10%) CSP clauses are encoded (3862 clauses, 58614 bytes)
1.32/1.42	c 1	75 (20%) CSP clauses are encoded (6771 clauses, 108072 bytes)
1.32/1.44	c 1	113 (30%) CSP clauses are encoded (9859 clauses, 164903 bytes)
1.32/1.46	c 1	150 (40%) CSP clauses are encoded (12767 clauses, 219705 bytes)
1.32/1.48	c 1	188 (50%) CSP clauses are encoded (15858 clauses, 277772 bytes)
1.32/1.50	c 1	225 (60%) CSP clauses are encoded (18865 clauses, 334548 bytes)
1.42/1.52	c 1	263 (70%) CSP clauses are encoded (21840 clauses, 390573 bytes)
1.42/1.53	c 1	300 (80%) CSP clauses are encoded (24864 clauses, 447611 bytes)
1.42/1.55	c 1	338 (90%) CSP clauses are encoded (27864 clauses, 504305 bytes)
1.42/1.57	c 1	375 (100%) CSP clauses are encoded (30832 clauses, 560304 bytes)
1.42/1.57	c 1	375 CSP clauses encoded
1.42/1.57	c 1	Writing map file : HOME/temp.map
1.42/1.57	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.42/1.57	c 1	SAT : 900 SAT variables, 30832 SAT clauses, 560304 bytes
1.42/1.57	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.50/1.61	c 1	SOLVING HOME/temp.cnf
1.50/1.61	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.50/1.61	c 1	This is MiniSat 2.0 beta
1.50/1.61	c 1	WARNING: for repeatability, setting FPU to use double precision
1.50/1.61	c 1	============================[ Problem Statistics ]=============================
1.50/1.61	c 1	|                                                                             |
1.50/1.61	c 1	|  Number of variables:  900                                                  |
1.50/1.61	c 1	|  Number of clauses:    30832                                                |
1.50/1.63	c 1	|  Parsing time:         0.01         s                                       |
1.50/1.63	c 1	============================[ Search Statistics ]==============================
1.50/1.63	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.50/1.63	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.50/1.63	c 1	===============================================================================
1.50/1.63	c 1	|         0 |     900    30832   113987 |    10277        0    nan |  0.000 % |
1.50/1.65	c 1	|       102 |     900    30832   113987 |    11305      102     11 |  0.000 % |
1.50/1.67	c 1	|       252 |     900    30832   113987 |    12435      252     12 |  0.002 % |
1.50/1.69	c 1	|       477 |     900    30832   113987 |    13679      477     12 |  0.005 % |
1.52/1.74	c 1	|       814 |     900    30832   113987 |    15047      814     12 |  0.005 % |
1.52/1.81	c 2	|      1320 |     900    30832   113987 |    16551     1320     14 |  0.002 % |
1.52/1.92	c 2	|      2079 |     900    30832   113987 |    18206     2079     14 |  0.003 % |
1.52/2.07	c 2	|      3219 |     900    30832   113987 |    20027     3219     15 |  0.002 % |
2.18/2.35	c 2	|      4929 |     900    30832   113987 |    22030     4929     14 |  0.005 % |
2.58/2.72	c 2	|      7493 |     900    30832   113987 |    24233     7493     15 |  0.005 % |
3.27/3.40	c 3	|     11337 |     900    30832   113987 |    26656    11337     15 |  0.005 % |
4.36/4.58	c 4	|     17105 |     900    30832   113987 |    29322    17105     15 |  0.004 % |
6.64/6.80	c 7	|     25755 |     900    30832   113987 |    32254    25755     15 |  0.004 % |
10.31/10.52	c 10	|     38729 |     900    30832   113987 |    35480    19430     16 |  0.002 % |
16.34/16.67	c 16	|     58190 |     900    30832   113987 |    39028    15902     19 |  0.002 % |
26.75/27.13	c 27	|     87382 |     900    30832   113987 |    42930    23031     17 |  0.004 % |
41.67/42.17	c 42	|    131171 |     900    30832   113987 |    47224    37600     17 |  0.004 % |
64.76/65.29	c 65	|    196855 |     900    30832   113987 |    51946    37071     19 |  0.004 % |
103.54/104.08	c 104	|    295381 |     900    30832   113987 |    57141    25720     17 |  0.002 % |
163.81/164.36	c 164	|    443170 |     900    30832   113987 |    62855    48305     20 |  0.001 % |
254.77/255.36	c 255	|    664854 |     900    30832   113987 |    69140    27421     23 |  0.002 % |
410.00/410.67	c 410	|    997379 |     900    30832   113987 |    76054    30805     19 |  0.003 % |
656.71/657.44	c 657	|   1496169 |     899    30758   113777 |    83660    61366     21 |  0.112 % |
1043.84/1044.73	c 1044	|   2244351 |     899    30758   113777 |    92026    70005     20 |  0.112 % |
1096.32/1097.26	c 1097	===============================================================================
1096.32/1097.26	c 1097	restarts              : 24
1096.32/1097.26	c 1097	conflicts             : 2337526        (2135 /sec)
1096.32/1097.26	c 1097	decisions             : 2831897        (1.44 % random) (2587 /sec)
1096.32/1097.26	c 1097	propagations          : 296709996      (271018 /sec)
1096.32/1097.26	c 1097	conflict literals     : 48217985       (36.18 % deleted)
1096.32/1097.26	c 1097	Memory used           : 21.29 MB
1096.32/1097.26	c 1097	CPU time              : 1094.8 s
1096.32/1097.26	c 1097	
1096.32/1097.26	c 1097	SATISFIABLE
1096.32/1097.27	c 1097	DECODING HOME/temp.out WITH HOME/temp.map
1096.32/1097.27	c 1097	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'
1096.40/1097.35	c 1097	Decoding HOME/temp.out
1096.40/1097.37	s SATISFIABLE
1096.40/1097.37	v 0 11 2 6 17 2 15 15 16 6 20 17 11 18 4 19 6 13 6 7 17 5 11 17 10 5 18 5 1 5 0 13 16 15 19 9 3 15 7 4 9 20 16 18 14
1096.40/1097.40	c 1097	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1096.40/1097.43	c 1097	CPU 1096.51 (0.06 0.01 1096.24 0.2)
1096.40/1097.43	c 1097	END Sat Jul 11 16:31:25 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-2058377-1247321588/watcher-2058377-1247321588 -o /tmp/evaluation-result-2058377-1247321588/solver-2058377-1247321588 -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-2058377-1247321588.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.35 2.14 1.99 4/74 11948
/proc/meminfo: memFree=1104600/2055920 swapFree=4192956/4192956
[pid=11948] ppid=11946 vsize=12132 CPUtime=0
/proc/11948/stat : 11948 (sugar) R 11946 11948 11480 0 -1 4194304 214 0 0 0 0 0 0 0 20 0 1 0 19225093 12423168 182 996147200 4194304 4206940 548682068608 18446744073709551615 269028332989 0 0 4224 0 0 0 0 17 1 0 0
/proc/11948/statm: 3033 182 142 3 0 133 0

[startup+0.082179 s]
/proc/loadavg: 2.35 2.14 1.99 4/74 11948
/proc/meminfo: memFree=1104600/2055920 swapFree=4192956/4192956
[pid=11948] ppid=11946 vsize=16740 CPUtime=0.07
/proc/11948/stat : 11948 (sugar) S 11946 11948 11480 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 19225093 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11948/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102151 s]
/proc/loadavg: 2.35 2.14 1.99 4/74 11948
/proc/meminfo: memFree=1104600/2055920 swapFree=4192956/4192956
[pid=11948] ppid=11946 vsize=16868 CPUtime=0.07
/proc/11948/stat : 11948 (sugar) S 11946 11948 11480 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19225093 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11948/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301862 s]
/proc/loadavg: 2.35 2.14 1.99 4/74 11948
/proc/meminfo: memFree=1104600/2055920 swapFree=4192956/4192956
[pid=11948] ppid=11946 vsize=16868 CPUtime=0.07
/proc/11948/stat : 11948 (sugar) S 11946 11948 11480 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19225093 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11948/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701923 s]
/proc/loadavg: 2.35 2.14 1.99 4/74 11948
/proc/meminfo: memFree=1104600/2055920 swapFree=4192956/4192956
[pid=11948] ppid=11946 vsize=16868 CPUtime=0.57
/proc/11948/stat : 11948 (sugar) S 11946 11948 11480 0 -1 4194304 1309 4869 0 1 6 1 46 4 16 0 1 0 19225093 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11948/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 16868

[startup+1.50205 s]
/proc/loadavg: 2.35 2.14 1.99 4/85 11970
/proc/meminfo: memFree=1090688/2055920 swapFree=4192956/4192956
[pid=11948] ppid=11946 vsize=16868 CPUtime=0.57
/proc/11948/stat : 11948 (sugar) S 11946 11948 11480 0 -1 4194304 1310 4869 0 1 6 1 46 4 15 0 1 0 19225093 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11948/statm: 4217 1111 409 3 0 796 0
[pid=11961] ppid=11948 vsize=5356 CPUtime=0
/proc/11961/stat : 11961 (sh) S 11948 11948 11480 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19225154 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11961/statm: 1339 233 193 169 0 50 0
[pid=11962] ppid=11961 vsize=865388 CPUtime=0.85
/proc/11962/stat : 11962 (java) S 11961 11948 11480 0 -1 0 7582 0 1 0 81 4 0 0 19 0 9 0 19225154 886157312 6812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11962/statm: 216347 6812 2590 9 0 210824 0
[pid=11962/tid=11963] ppid=11961 vsize=865388 CPUtime=0.49
/proc/11962/task/11963/stat : 11963 (java) R 11961 11948 11480 0 -1 64 2689 0 1 0 47 2 0 0 18 0 9 0 19225155 886157312 6812 996147200 134512640 134550932 4294955936 18446744073709551615 102093189 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11962/tid=11964] ppid=11961 vsize=865388 CPUtime=0.25
/proc/11962/task/11964/stat : 11964 (java) S 11961 11948 11480 0 -1 64 3853 0 0 0 24 1 0 0 16 0 9 0 19225157 886157312 6812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11962/tid=11965] ppid=11961 vsize=865388 CPUtime=0
/proc/11962/task/11965/stat : 11965 (java) S 11961 11948 11480 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19225157 886157312 6812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11962/tid=11966] ppid=11961 vsize=865388 CPUtime=0
/proc/11962/task/11966/stat : 11966 (java) S 11961 11948 11480 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 19225157 886157312 6812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11962/tid=11967] ppid=11961 vsize=865388 CPUtime=0
/proc/11962/task/11967/stat : 11967 (java) S 11961 11948 11480 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19225159 886157312 6812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11962/tid=11968] ppid=11961 vsize=865388 CPUtime=0.08
/proc/11962/task/11968/stat : 11968 (java) S 11961 11948 11480 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 19225159 886157312 6812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11962/tid=11969] ppid=11961 vsize=865388 CPUtime=0
/proc/11962/task/11969/stat : 11969 (java) S 11961 11948 11480 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19225159 886157312 6812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11962/tid=11970] ppid=11961 vsize=865388 CPUtime=0
/proc/11962/task/11970/stat : 11970 (java) S 11961 11948 11480 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 19225159 886157312 6812 996147200 134512640 134550932 4294955936 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) 887612

[startup+3.10131 s]
/proc/loadavg: 2.32 2.14 1.99 3/77 11972
/proc/meminfo: memFree=1097600/2055920 swapFree=4192956/4192956
[pid=11948] ppid=11946 vsize=16868 CPUtime=1.52
/proc/11948/stat : 11948 (sugar) S 11946 11948 11480 0 -1 4194304 1376 12771 0 2 6 1 135 10 15 0 1 0 19225093 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11948/statm: 4217 1113 409 3 0 796 0
[pid=11971] ppid=11948 vsize=5356 CPUtime=0
/proc/11971/stat : 11971 (sh) S 11948 11948 11480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19225254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11971/statm: 1339 232 193 169 0 50 0
[pid=11972] ppid=11971 vsize=4292 CPUtime=1.46
/proc/11972/stat : 11972 (minisat) R 11971 11948 11480 0 -1 4194304 853 0 0 0 146 0 0 0 25 0 1 0 19225254 4395008 839 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/11972/statm: 1073 839 75 150 0 920 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 26516

[startup+6.30282 s]
/proc/loadavg: 2.32 2.14 1.99 3/77 11972
/proc/meminfo: memFree=1096128/2055920 swapFree=4192956/4192956
[pid=11948] ppid=11946 vsize=16868 CPUtime=1.52
/proc/11948/stat : 11948 (sugar) S 11946 11948 11480 0 -1 4194304 1376 12771 0 2 6 1 135 10 16 0 1 0 19225093 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11948/statm: 4217 1113 409 3 0 796 0
[pid=11971] ppid=11948 vsize=5356 CPUtime=0
/proc/11971/stat : 11971 (sh) S 11948 11948 11480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19225254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11971/statm: 1339 232 193 169 0 50 0
[pid=11972] ppid=11971 vsize=5564 CPUtime=4.63
/proc/11972/stat : 11972 (minisat) R 11971 11948 11480 0 -1 4194304 1177 0 0 0 463 0 0 0 25 0 1 0 19225254 5697536 1163 996147200 134512640 135127466 4294956256 18446744073709551615 134528621 0 0 4096 3 0 0 0 17 1 0 0
/proc/11972/statm: 1391 1163 75 150 0 1238 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 27788

[startup+12.7029 s]
/proc/loadavg: 2.27 2.13 1.99 3/77 11972
/proc/meminfo: memFree=1094848/2055920 swapFree=4192956/4192956
[pid=11948] ppid=11946 vsize=16868 CPUtime=1.52
/proc/11948/stat : 11948 (sugar) S 11946 11948 11480 0 -1 4194304 1376 12771 0 2 6 1 135 10 16 0 1 0 19225093 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11948/statm: 4217 1113 409 3 0 796 0
[pid=11971] ppid=11948 vsize=5356 CPUtime=0
/proc/11971/stat : 11971 (sh) S 11948 11948 11480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19225254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11971/statm: 1339 232 193 169 0 50 0
[pid=11972] ppid=11971 vsize=6520 CPUtime=10.96
/proc/11972/stat : 11972 (minisat) R 11971 11948 11480 0 -1 4194304 1394 0 0 0 1096 0 0 0 25 0 1 0 19225254 6676480 1380 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/11972/statm: 1630 1380 75 150 0 1477 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 28744

[startup+25.5019 s]
/proc/loadavg: 2.23 2.13 1.99 3/77 11972
/proc/meminfo: memFree=1093568/2055920 swapFree=4192956/4192956
[pid=11948] ppid=11946 vsize=16868 CPUtime=1.52
/proc/11948/stat : 11948 (sugar) S 11946 11948 11480 0 -1 4194304 1376 12771 0 2 6 1 135 10 16 0 1 0 19225093 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11948/statm: 4217 1113 409 3 0 796 0
[pid=11971] ppid=11948 vsize=5356 CPUtime=0
/proc/11971/stat : 11971 (sh) S 11948 11948 11480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19225254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11971/statm: 1339 232 193 169 0 50 0
[pid=11972] ppid=11971 vsize=8048 CPUtime=23.64
/proc/11972/stat : 11972 (minisat) R 11971 11948 11480 0 -1 4194304 1779 0 0 0 2364 0 0 0 25 0 1 0 19225254 8241152 1765 996147200 134512640 135127466 4294956256 18446744073709551615 134523542 0 0 4096 3 0 0 0 17 1 0 0
/proc/11972/statm: 2012 1765 75 150 0 1859 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 30272

[startup+51.102 s]
/proc/loadavg: 2.08 2.10 1.98 3/76 12003
/proc/meminfo: memFree=1091720/2055920 swapFree=4192956/4192956
[pid=11948] ppid=11946 vsize=16868 CPUtime=1.52
/proc/11948/stat : 11948 (sugar) S 11946 11948 11480 0 -1 4194304 1376 12771 0 2 6 1 135 10 16 0 1 0 19225093 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11948/statm: 4217 1113 409 3 0 796 0
[pid=11971] ppid=11948 vsize=5356 CPUtime=0
/proc/11971/stat : 11971 (sh) S 11948 11948 11480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19225254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11971/statm: 1339 232 193 169 0 50 0
[pid=11972] ppid=11971 vsize=9068 CPUtime=49.14
/proc/11972/stat : 11972 (minisat) R 11971 11948 11480 0 -1 4194304 2041 0 0 0 4912 2 0 0 25 0 1 0 19225254 9285632 2027 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11972/statm: 2267 2027 75 150 0 2114 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 31292

[startup+102.306 s]
/proc/loadavg: 2.03 2.08 1.98 3/76 12003
/proc/meminfo: memFree=1089864/2055920 swapFree=4192956/4192956
[pid=11948] ppid=11946 vsize=16868 CPUtime=1.52
/proc/11948/stat : 11948 (sugar) S 11946 11948 11480 0 -1 4194304 1376 12771 0 2 6 1 135 10 16 0 1 0 19225093 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11948/statm: 4217 1113 409 3 0 796 0
[pid=11971] ppid=11948 vsize=5356 CPUtime=0
/proc/11971/stat : 11971 (sh) S 11948 11948 11480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19225254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11971/statm: 1339 232 193 169 0 50 0
[pid=11972] ppid=11971 vsize=11072 CPUtime=100.33
/proc/11972/stat : 11972 (minisat) R 11971 11948 11480 0 -1 4194304 2525 0 0 0 10030 3 0 0 25 0 1 0 19225254 11337728 2511 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/11972/statm: 2768 2511 75 150 0 2615 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 33296

[startup+162.302 s]
/proc/loadavg: 2.01 2.07 1.98 3/76 12003
/proc/meminfo: memFree=1088392/2055920 swapFree=4192956/4192956
[pid=11948] ppid=11946 vsize=16868 CPUtime=1.52
/proc/11948/stat : 11948 (sugar) S 11946 11948 11480 0 -1 4194304 1376 12771 0 2 6 1 135 10 16 0 1 0 19225093 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11948/statm: 4217 1113 409 3 0 796 0
[pid=11971] ppid=11948 vsize=5356 CPUtime=0
/proc/11971/stat : 11971 (sh) S 11948 11948 11480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19225254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11971/statm: 1339 232 193 169 0 50 0
[pid=11972] ppid=11971 vsize=12408 CPUtime=160.29
/proc/11972/stat : 11972 (minisat) R 11971 11948 11480 0 -1 4194304 2852 0 0 0 16026 3 0 0 25 0 1 0 19225254 12705792 2838 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/11972/statm: 3102 2838 75 150 0 2949 0
Current children cumulated CPU time (s) 161.81
Current children cumulated vsize (KiB) 34632

[startup+222.301 s]
/proc/loadavg: 2.00 2.05 1.98 3/76 12003
/proc/meminfo: memFree=1087368/2055920 swapFree=4192956/4192956
[pid=11948] ppid=11946 vsize=16868 CPUtime=1.52
/proc/11948/stat : 11948 (sugar) S 11946 11948 11480 0 -1 4194304 1376 12771 0 2 6 1 135 10 16 0 1 0 19225093 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11948/statm: 4217 1113 409 3 0 796 0
[pid=11971] ppid=11948 vsize=5356 CPUtime=0
/proc/11971/stat : 11971 (sh) S 11948 11948 11480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19225254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11971/statm: 1339 232 193 169 0 50 0

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


[startup+882.302 s]
/proc/loadavg: 2.00 2.00 1.98 3/76 12003
/proc/meminfo: memFree=1079944/2055920 swapFree=4192956/4192956
[pid=11948] ppid=11946 vsize=16868 CPUtime=1.52
/proc/11948/stat : 11948 (sugar) S 11946 11948 11480 0 -1 4194304 1376 12771 0 2 6 1 135 10 16 0 1 0 19225093 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11948/statm: 4217 1113 409 3 0 796 0
[pid=11971] ppid=11948 vsize=5356 CPUtime=0
/proc/11971/stat : 11971 (sh) S 11948 11948 11480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19225254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11971/statm: 1339 232 193 169 0 50 0
[pid=11972] ppid=11971 vsize=20576 CPUtime=880
/proc/11972/stat : 11972 (minisat) R 11971 11948 11480 0 -1 4194304 4844 0 0 0 87993 7 0 0 25 0 1 0 19225254 21069824 4830 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 0 0 0
/proc/11972/statm: 5144 4830 75 150 0 4991 0
Current children cumulated CPU time (s) 881.52
Current children cumulated vsize (KiB) 42800

[startup+942.303 s]
/proc/loadavg: 2.00 2.00 1.98 3/77 12004
/proc/meminfo: memFree=1079616/2055920 swapFree=4192956/4192956
[pid=11948] ppid=11946 vsize=16868 CPUtime=1.52
/proc/11948/stat : 11948 (sugar) S 11946 11948 11480 0 -1 4194304 1376 12771 0 2 6 1 135 10 16 0 1 0 19225093 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11948/statm: 4217 1113 409 3 0 796 0
[pid=11971] ppid=11948 vsize=5356 CPUtime=0
/proc/11971/stat : 11971 (sh) S 11948 11948 11480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19225254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11971/statm: 1339 232 193 169 0 50 0
[pid=11972] ppid=11971 vsize=21048 CPUtime=939.97
/proc/11972/stat : 11972 (minisat) R 11971 11948 11480 0 -1 4194304 4934 0 0 0 93990 7 0 0 25 0 1 0 19225254 21553152 4920 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/11972/statm: 5262 4920 75 150 0 5109 0
Current children cumulated CPU time (s) 941.49
Current children cumulated vsize (KiB) 43272

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/77 12004
/proc/meminfo: memFree=1079488/2055920 swapFree=4192956/4192956
[pid=11948] ppid=11946 vsize=16868 CPUtime=1.52
/proc/11948/stat : 11948 (sugar) S 11946 11948 11480 0 -1 4194304 1376 12771 0 2 6 1 135 10 16 0 1 0 19225093 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11948/statm: 4217 1113 409 3 0 796 0
[pid=11971] ppid=11948 vsize=5356 CPUtime=0
/proc/11971/stat : 11971 (sh) S 11948 11948 11480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19225254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11971/statm: 1339 232 193 169 0 50 0
[pid=11972] ppid=11971 vsize=21048 CPUtime=999.94
/proc/11972/stat : 11972 (minisat) R 11971 11948 11480 0 -1 4194304 4955 0 0 0 99987 7 0 0 25 0 1 0 19225254 21553152 4941 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/11972/statm: 5262 4941 75 150 0 5109 0
Current children cumulated CPU time (s) 1001.46
Current children cumulated vsize (KiB) 43272

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/77 12004
/proc/meminfo: memFree=1079104/2055920 swapFree=4192956/4192956
[pid=11948] ppid=11946 vsize=16868 CPUtime=1.52
/proc/11948/stat : 11948 (sugar) S 11946 11948 11480 0 -1 4194304 1376 12771 0 2 6 1 135 10 16 0 1 0 19225093 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11948/statm: 4217 1113 409 3 0 796 0
[pid=11971] ppid=11948 vsize=5356 CPUtime=0
/proc/11971/stat : 11971 (sh) S 11948 11948 11480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19225254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11971/statm: 1339 232 193 169 0 50 0
[pid=11972] ppid=11971 vsize=21636 CPUtime=1059.91
/proc/11972/stat : 11972 (minisat) R 11971 11948 11480 0 -1 4194304 5045 0 0 0 105984 7 0 0 25 0 1 0 19225254 22155264 5031 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/11972/statm: 5409 5031 75 150 0 5256 0
Current children cumulated CPU time (s) 1061.43
Current children cumulated vsize (KiB) 43860

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

[startup+1075.1 s]
/proc/loadavg: 2.00 2.00 1.98 3/77 12004
/proc/meminfo: memFree=1079040/2055920 swapFree=4192956/4192956
[pid=11948] ppid=11946 vsize=16868 CPUtime=1.52
/proc/11948/stat : 11948 (sugar) S 11946 11948 11480 0 -1 4194304 1376 12771 0 2 6 1 135 10 16 0 1 0 19225093 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11948/statm: 4217 1113 409 3 0 796 0
[pid=11971] ppid=11948 vsize=5356 CPUtime=0
/proc/11971/stat : 11971 (sh) S 11948 11948 11480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19225254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11971/statm: 1339 232 193 169 0 50 0
[pid=11972] ppid=11971 vsize=21636 CPUtime=1072.71
/proc/11972/stat : 11972 (minisat) R 11971 11948 11480 0 -1 4194304 5045 0 0 0 107264 7 0 0 25 0 1 0 19225254 22155264 5031 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/11972/statm: 5409 5031 75 150 0 5256 0
Current children cumulated CPU time (s) 1074.23
Current children cumulated vsize (KiB) 43860

[startup+1087.91 s]
/proc/loadavg: 2.00 2.00 1.98 3/77 12004
/proc/meminfo: memFree=1078976/2055920 swapFree=4192956/4192956
[pid=11948] ppid=11946 vsize=16868 CPUtime=1.52
/proc/11948/stat : 11948 (sugar) S 11946 11948 11480 0 -1 4194304 1376 12771 0 2 6 1 135 10 16 0 1 0 19225093 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11948/statm: 4217 1113 409 3 0 796 0
[pid=11971] ppid=11948 vsize=5356 CPUtime=0
/proc/11971/stat : 11971 (sh) S 11948 11948 11480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19225254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11971/statm: 1339 232 193 169 0 50 0
[pid=11972] ppid=11971 vsize=21792 CPUtime=1085.51
/proc/11972/stat : 11972 (minisat) R 11971 11948 11480 0 -1 4194304 5071 0 0 0 108544 7 0 0 25 0 1 0 19225254 22315008 5057 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11972/statm: 5448 5057 75 150 0 5295 0
Current children cumulated CPU time (s) 1087.03
Current children cumulated vsize (KiB) 44016

[startup+1094.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/77 12004
/proc/meminfo: memFree=1078912/2055920 swapFree=4192956/4192956
[pid=11948] ppid=11946 vsize=16868 CPUtime=1.52
/proc/11948/stat : 11948 (sugar) S 11946 11948 11480 0 -1 4194304 1376 12771 0 2 6 1 135 10 16 0 1 0 19225093 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11948/statm: 4217 1113 409 3 0 796 0
[pid=11971] ppid=11948 vsize=5356 CPUtime=0
/proc/11971/stat : 11971 (sh) S 11948 11948 11480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19225254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11971/statm: 1339 232 193 169 0 50 0
[pid=11972] ppid=11971 vsize=21792 CPUtime=1091.9
/proc/11972/stat : 11972 (minisat) R 11971 11948 11480 0 -1 4194304 5074 0 0 0 109183 7 0 0 25 0 1 0 19225254 22315008 5060 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11972/statm: 5448 5060 75 150 0 5295 0
Current children cumulated CPU time (s) 1093.42
Current children cumulated vsize (KiB) 44016

[startup+1095.9 s]
/proc/loadavg: 2.00 2.00 1.98 3/77 12004
/proc/meminfo: memFree=1078912/2055920 swapFree=4192956/4192956
[pid=11948] ppid=11946 vsize=16868 CPUtime=1.52
/proc/11948/stat : 11948 (sugar) S 11946 11948 11480 0 -1 4194304 1376 12771 0 2 6 1 135 10 16 0 1 0 19225093 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11948/statm: 4217 1113 409 3 0 796 0
[pid=11971] ppid=11948 vsize=5356 CPUtime=0
/proc/11971/stat : 11971 (sh) S 11948 11948 11480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19225254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11971/statm: 1339 232 193 169 0 50 0
[pid=11972] ppid=11971 vsize=21792 CPUtime=1093.5
/proc/11972/stat : 11972 (minisat) R 11971 11948 11480 0 -1 4194304 5080 0 0 0 109343 7 0 0 25 0 1 0 19225254 22315008 5066 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/11972/statm: 5448 5066 75 150 0 5295 0
Current children cumulated CPU time (s) 1095.02
Current children cumulated vsize (KiB) 44016

[startup+1096.71 s]
/proc/loadavg: 2.00 2.00 1.98 3/77 12004
/proc/meminfo: memFree=1078912/2055920 swapFree=4192956/4192956
[pid=11948] ppid=11946 vsize=16868 CPUtime=1.52
/proc/11948/stat : 11948 (sugar) S 11946 11948 11480 0 -1 4194304 1376 12771 0 2 6 1 135 10 16 0 1 0 19225093 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11948/statm: 4217 1113 409 3 0 796 0
[pid=11971] ppid=11948 vsize=5356 CPUtime=0
/proc/11971/stat : 11971 (sh) S 11948 11948 11480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19225254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11971/statm: 1339 232 193 169 0 50 0
[pid=11972] ppid=11971 vsize=21792 CPUtime=1094.3
/proc/11972/stat : 11972 (minisat) R 11971 11948 11480 0 -1 4194304 5080 0 0 0 109423 7 0 0 25 0 1 0 19225254 22315008 5066 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/11972/statm: 5448 5066 75 150 0 5295 0
Current children cumulated CPU time (s) 1095.82
Current children cumulated vsize (KiB) 44016

[startup+1097.1 s]
/proc/loadavg: 2.00 2.00 1.98 3/77 12004
/proc/meminfo: memFree=1078912/2055920 swapFree=4192956/4192956
[pid=11948] ppid=11946 vsize=16868 CPUtime=1.52
/proc/11948/stat : 11948 (sugar) S 11946 11948 11480 0 -1 4194304 1376 12771 0 2 6 1 135 10 16 0 1 0 19225093 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11948/statm: 4217 1113 409 3 0 796 0
[pid=11971] ppid=11948 vsize=5356 CPUtime=0
/proc/11971/stat : 11971 (sh) S 11948 11948 11480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19225254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11971/statm: 1339 232 193 169 0 50 0
[pid=11972] ppid=11971 vsize=21792 CPUtime=1094.7
/proc/11972/stat : 11972 (minisat) R 11971 11948 11480 0 -1 4194304 5081 0 0 0 109463 7 0 0 25 0 1 0 19225254 22315008 5067 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11972/statm: 5448 5067 75 150 0 5295 0
Current children cumulated CPU time (s) 1096.22
Current children cumulated vsize (KiB) 44016

[startup+1097.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/77 12004
/proc/meminfo: memFree=1078912/2055920 swapFree=4192956/4192956
[pid=11948] ppid=11946 vsize=16868 CPUtime=1096.4
/proc/11948/stat : 11948 (sugar) S 11946 11948 11480 0 -1 4194304 1430 18147 0 2 6 1 109615 18 17 0 1 0 19225093 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11948/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1096.4
Current children cumulated vsize (KiB) 16868

[startup+1097.4 s]
/proc/loadavg: 2.00 2.00 1.98 3/77 12004
/proc/meminfo: memFree=1078912/2055920 swapFree=4192956/4192956
[pid=11948] ppid=11946 vsize=16868 CPUtime=1096.4
/proc/11948/stat : 11948 (sugar) S 11946 11948 11480 0 -1 4194304 1450 18147 0 2 6 1 109615 18 15 0 1 0 19225093 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11948/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1096.4
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1097.44
CPU time (s): 1096.54
CPU user time (s): 1096.32
CPU system time (s): 0.220966
CPU usage (%): 99.9181
Max. virtual memory (cumulated for all children) (KiB): 887612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1096.32
system time used= 0.220966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23427
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= 2268
involuntary context switches= 6666

runsolver used 1.2878 second user time and 3.2895 second system time

The end

Launcher Data

Begin job on node26 at 2009-07-11 16:13:08
IDJOB=2058377
IDBENCH=53482
IDSOLVER=739
FILE ID=node26/2058377-1247321588
PBS_JOBID= 9506575
Free space on /tmp= 66368 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/frb45-21/normalized-frb45-21-5-mgd_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-2058377-1247321588/watcher-2058377-1247321588 -o /tmp/evaluation-result-2058377-1247321588/solver-2058377-1247321588 -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-2058377-1247321588.xml

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

MD5SUM BENCH= f54b4f725469ba6e3d72ae65a73bcbca
RANDOM SEED=101951324

node26.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.281
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.281
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:       1105080 kB
Buffers:         55304 kB
Cached:         811152 kB
SwapCached:          0 kB
Active:         234152 kB
Inactive:       661016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1105080 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1612 kB
Writeback:           0 kB
Mapped:          39896 kB
Slab:            40932 kB
Committed_AS:   134956 kB
PageTables:       1792 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= 66368 MiB
End job on node26 at 2009-07-11 16:31:25