Trace number 2058366

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 1114.95 1116.63

General information on the benchmark

Namecsp/frb45-21/
normalized-frb45-21-5_ext.xml
MD5SUMfb9ae502ac5b4de408560f60da6e1d86
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 benchmark89.1884
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints476
Maximum constraint arity2
Maximum domain size21
Number of constraints which are defined in extension476
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:12:49 2009
0.00/0.08	c 0	PID 12066
0.06/0.08	c 0	HOST node66.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2058366-1247321569.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-2058366-1247321569.xml' 'HOME/temp.csp'
0.06/0.86	c 1	1 domains, 45 variables, 0 predicates, 476 relations, 476 constraints
0.06/0.88	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.88	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.82/0.96	c 1	Parsing HOME/temp.csp
1.11/1.30	c 1	parsed 998 expressions
1.22/1.31	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.31	c 1	Converting to clausal form CSP
1.22/1.33	c 2	converted 100 (10%) expressions
1.22/1.34	c 2	converted 200 (20%) expressions
1.22/1.34	c 2	converted 300 (30%) expressions
1.22/1.35	c 2	converted 400 (40%) expressions
1.22/1.35	c 2	converted 499 (50%) expressions
1.32/1.44	c 2	converted 599 (60%) expressions
1.32/1.47	c 2	converted 699 (70%) expressions
1.41/1.50	c 2	converted 799 (80%) expressions
1.41/1.53	c 2	converted 899 (90%) expressions
1.41/1.56	c 2	converted 998 (100%) expressions
1.41/1.56	c 2	CSP : 45 integers, 0 booleans, 476 clauses, largest domain size 21
1.41/1.56	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.41/1.56	c 2	Propagation in CSP
1.41/1.56	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.41/1.56	c 2	CSP : 45 integers, 0 booleans, 476 clauses, largest domain size 21
1.41/1.56	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.41/1.56	c 2	Simplifing CSP by introducing new Boolean variables
1.41/1.57	c 2	CSP : 45 integers, 0 booleans, 476 clauses, largest domain size 21
1.41/1.57	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.51/1.62	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.51/1.62	c 2	5 (10%) CSP integer variables are encoded (95 clauses, 903 bytes)
1.51/1.63	c 2	9 (20%) CSP integer variables are encoded (171 clauses, 1739 bytes)
1.51/1.63	c 2	14 (30%) CSP integer variables are encoded (266 clauses, 2784 bytes)
1.51/1.63	c 2	18 (40%) CSP integer variables are encoded (342 clauses, 3620 bytes)
1.51/1.63	c 2	23 (50%) CSP integer variables are encoded (437 clauses, 4665 bytes)
1.51/1.63	c 2	27 (60%) CSP integer variables are encoded (513 clauses, 5501 bytes)
1.51/1.63	c 2	32 (70%) CSP integer variables are encoded (608 clauses, 6546 bytes)
1.51/1.63	c 2	36 (80%) CSP integer variables are encoded (684 clauses, 7382 bytes)
1.51/1.64	c 2	41 (90%) CSP integer variables are encoded (779 clauses, 8427 bytes)
1.51/1.64	c 2	45 (100%) CSP integer variables are encoded (855 clauses, 9263 bytes)
1.61/1.70	c 2	48 (10%) CSP clauses are encoded (4375 clauses, 67225 bytes)
1.61/1.72	c 2	96 (20%) CSP clauses are encoded (7992 clauses, 128895 bytes)
1.61/1.75	c 2	143 (30%) CSP clauses are encoded (11453 clauses, 193446 bytes)
1.61/1.77	c 2	191 (40%) CSP clauses are encoded (15022 clauses, 260813 bytes)
1.61/1.79	c 2	238 (50%) CSP clauses are encoded (18507 clauses, 326573 bytes)
1.72/1.81	c 2	286 (60%) CSP clauses are encoded (22068 clauses, 394115 bytes)
1.72/1.83	c 2	334 (70%) CSP clauses are encoded (25641 clauses, 461615 bytes)
1.72/1.86	c 2	381 (80%) CSP clauses are encoded (29112 clauses, 527394 bytes)
1.72/1.88	c 2	429 (90%) CSP clauses are encoded (32670 clauses, 594799 bytes)
1.81/1.90	c 2	476 (100%) CSP clauses are encoded (36121 clauses, 660218 bytes)
1.81/1.90	c 2	476 CSP clauses encoded
1.81/1.90	c 2	Writing map file : HOME/temp.map
1.81/1.90	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.81/1.90	c 2	SAT : 900 SAT variables, 36121 SAT clauses, 660218 bytes
1.81/1.90	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.81/1.93	c 2	SOLVING HOME/temp.cnf
1.81/1.93	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.81/1.93	c 2	This is MiniSat 2.0 beta
1.81/1.93	c 2	WARNING: for repeatability, setting FPU to use double precision
1.81/1.93	c 2	============================[ Problem Statistics ]=============================
1.81/1.93	c 2	|                                                                             |
1.81/1.93	c 2	|  Number of variables:  900                                                  |
1.81/1.93	c 2	|  Number of clauses:    36121                                                |
1.81/1.95	c 2	|  Parsing time:         0.02         s                                       |
1.81/1.96	c 2	============================[ Search Statistics ]==============================
1.81/1.96	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.81/1.96	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.81/1.96	c 2	===============================================================================
1.81/1.96	c 2	|         0 |     900    36121   134329 |    12040        0    nan |  0.000 % |
1.81/1.97	c 2	|       101 |     900    36121   134329 |    13244      101     10 |  0.000 % |
1.81/2.00	c 2	|       251 |     900    36121   134329 |    14568      251     10 |  0.002 % |
1.84/2.03	c 2	|       476 |     900    36121   134329 |    16025      476     10 |  0.005 % |
1.84/2.08	c 2	|       815 |     900    36121   134329 |    17628      815     10 |  0.005 % |
1.99/2.16	c 2	|      1321 |     900    36121   134329 |    19391     1321     11 |  0.004 % |
2.09/2.28	c 2	|      2080 |     900    36121   134329 |    21330     2080     12 |  0.005 % |
2.28/2.46	c 3	|      3219 |     900    36121   134329 |    23463     3219     12 |  0.004 % |
2.58/2.75	c 3	|      4927 |     900    36121   134329 |    25809     4927     13 |  0.005 % |
3.08/3.23	c 3	|      7489 |     900    36121   134329 |    28390     7489     14 |  0.005 % |
3.77/3.97	c 4	|     11333 |     900    36121   134329 |    31229    11333     14 |  0.003 % |
5.06/5.28	c 5	|     17100 |     900    36121   134329 |    34352    17100     14 |  0.005 % |
7.54/7.76	c 8	|     25749 |     900    36121   134329 |    37787    25749     14 |  0.005 % |
12.48/12.74	c 13	|     38723 |     900    36121   134329 |    41566    14338     14 |  0.006 % |
19.32/19.65	c 20	|     58184 |     900    36121   134329 |    45723    33799     16 |  0.006 % |
31.51/31.93	c 32	|     87376 |     900    36121   134329 |    50295    31387     17 |  0.006 % |
51.31/51.93	c 52	|    131165 |     900    36121   134329 |    55325    39442     18 |  0.000 % |
82.02/82.98	c 83	|    196849 |     900    36121   134329 |    60857    25409     18 |  0.006 % |
131.85/133.14	c 133	|    295376 |     900    36121   134329 |    66943    35148     18 |  0.006 % |
210.40/211.78	c 212	|    443165 |     900    36121   134329 |    73637    33282     15 |  0.011 % |
320.26/321.65	c 322	|    664849 |     899    36027   134063 |    81001    46623     19 |  0.111 % |
518.48/519.95	c 520	|    997374 |     899    36027   134063 |    89101    57578     18 |  0.117 % |
811.86/813.49	c 814	|   1496162 |     898    35926   133700 |    98011    30470     21 |  0.222 % |
1114.73/1116.45	c 1117	===============================================================================
1114.73/1116.45	c 1117	restarts              : 23
1114.73/1116.45	c 1117	conflicts             : 1983346        (1782 /sec)
1114.73/1116.45	c 1117	decisions             : 2403040        (1.44 % random) (2159 /sec)
1114.73/1116.45	c 1117	propagations          : 252918931      (227275 /sec)
1114.73/1116.45	c 1117	conflict literals     : 39338576       (36.71 % deleted)
1114.73/1116.45	c 1117	Memory used           : 22.26 MB
1114.73/1116.45	c 1117	CPU time              : 1112.83 s
1114.73/1116.46	c 1117	
1114.73/1116.46	c 1117	SATISFIABLE
1114.73/1116.46	c 1117	DECODING HOME/temp.out WITH HOME/temp.map
1114.73/1116.46	c 1117	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'
1114.80/1116.54	c 1117	Decoding HOME/temp.out
1114.80/1116.56	s SATISFIABLE
1114.80/1116.57	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
1114.80/1116.59	c 1117	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1114.81/1116.63	c 1117	CPU 1114.94 (0.06 0.02 1114.6 0.26)
1114.81/1116.63	c 1117	END Sat Jul 11 16:31:26 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-2058366-1247321569/watcher-2058366-1247321569 -o /tmp/evaluation-result-2058366-1247321569/solver-2058366-1247321569 -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-2058366-1247321569.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: 1.91 1.98 1.90 4/76 12066
/proc/meminfo: memFree=1046784/2055920 swapFree=4192812/4192956
[pid=12066] ppid=12064 vsize=18576 CPUtime=0
/proc/12066/stat : 12066 (runsolver) R 12064 12066 11701 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 19219744 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 227607637287 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12066/statm: 4644 284 249 26 0 2626 0

[startup+0.08628 s]
/proc/loadavg: 1.91 1.98 1.90 4/76 12066
/proc/meminfo: memFree=1046784/2055920 swapFree=4192812/4192956
[pid=12066] ppid=12064 vsize=16740 CPUtime=0.06
/proc/12066/stat : 12066 (sugar) R 12064 12066 11701 0 -1 4194304 1140 0 0 0 5 1 0 0 18 0 1 0 19219744 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 227607636639 0 0 4224 16386 0 0 0 17 1 0 0
/proc/12066/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102289 s]
/proc/loadavg: 1.91 1.98 1.90 4/76 12066
/proc/meminfo: memFree=1046784/2055920 swapFree=4192812/4192956
[pid=12066] ppid=12064 vsize=16868 CPUtime=0.06
/proc/12066/stat : 12066 (sugar) S 12064 12066 11701 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19219744 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12066/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302306 s]
/proc/loadavg: 1.91 1.98 1.90 4/76 12066
/proc/meminfo: memFree=1046784/2055920 swapFree=4192812/4192956
[pid=12066] ppid=12064 vsize=16868 CPUtime=0.06
/proc/12066/stat : 12066 (sugar) S 12064 12066 11701 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19219744 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12066/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70236 s]
/proc/loadavg: 1.91 1.98 1.90 4/76 12066
/proc/meminfo: memFree=1046784/2055920 swapFree=4192812/4192956
[pid=12066] ppid=12064 vsize=16868 CPUtime=0.06
/proc/12066/stat : 12066 (sugar) S 12064 12066 11701 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19219744 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12066/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50145 s]
/proc/loadavg: 1.91 1.98 1.90 4/87 12088
/proc/meminfo: memFree=1038376/2055920 swapFree=4192812/4192956
[pid=12066] ppid=12064 vsize=16868 CPUtime=0.82
/proc/12066/stat : 12066 (sugar) S 12064 12066 11701 0 -1 4194304 1309 4935 0 1 5 1 73 3 15 0 1 0 19219744 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12066/statm: 4217 1111 409 3 0 796 0
[pid=12079] ppid=12066 vsize=5356 CPUtime=0
/proc/12079/stat : 12079 (sh) S 12066 12066 11701 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19219832 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12079/statm: 1339 233 193 169 0 50 0
[pid=12080] ppid=12079 vsize=864180 CPUtime=0.59
/proc/12080/stat : 12080 (java) S 12079 12066 11701 0 -1 0 7204 0 1 0 55 4 0 0 18 0 9 0 19219833 884920320 6465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12080/statm: 216045 6465 2566 9 0 210550 0
[pid=12080/tid=12081] ppid=12079 vsize=864180 CPUtime=0.35
/proc/12080/task/12081/stat : 12081 (java) R 12079 12066 11701 0 -1 64 2598 0 1 0 33 2 0 0 18 0 9 0 19219833 884920320 6465 996147200 134512640 134550932 4294955936 18446744073709551615 103211049 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12080/tid=12082] ppid=12079 vsize=864180 CPUtime=0.17
/proc/12080/task/12082/stat : 12082 (java) S 12079 12066 11701 0 -1 64 3587 0 0 0 17 0 0 0 16 0 9 0 19219835 884920320 6465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12080/tid=12083] ppid=12079 vsize=864180 CPUtime=0
/proc/12080/task/12083/stat : 12083 (java) S 12079 12066 11701 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19219835 884920320 6465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12080/tid=12084] ppid=12079 vsize=864180 CPUtime=0
/proc/12080/task/12084/stat : 12084 (java) S 12079 12066 11701 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 19219835 884920320 6465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12080/tid=12085] ppid=12079 vsize=864180 CPUtime=0
/proc/12080/task/12085/stat : 12085 (java) S 12079 12066 11701 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19219837 884920320 6465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12080/tid=12086] ppid=12079 vsize=864180 CPUtime=0.05
/proc/12080/task/12086/stat : 12086 (java) S 12079 12066 11701 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 19219837 884920320 6465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12080/tid=12087] ppid=12079 vsize=864180 CPUtime=0
/proc/12080/task/12087/stat : 12087 (java) S 12079 12066 11701 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19219837 884920320 6465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12080/tid=12088] ppid=12079 vsize=864180 CPUtime=0
/proc/12080/task/12088/stat : 12088 (java) S 12079 12066 11701 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19219837 884920320 6465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886404

[startup+3.10164 s]
/proc/loadavg: 1.92 1.98 1.90 3/79 12090
/proc/meminfo: memFree=1039592/2055920 swapFree=4192812/4192956
[pid=12066] ppid=12064 vsize=16868 CPUtime=1.84
/proc/12066/stat : 12066 (sugar) S 12064 12066 11701 0 -1 4194304 1376 13125 0 2 6 1 167 10 15 0 1 0 19219744 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12066/statm: 4217 1113 409 3 0 796 0
[pid=12089] ppid=12066 vsize=5356 CPUtime=0
/proc/12089/stat : 12089 (sh) S 12066 12066 11701 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19219937 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12089/statm: 1339 232 193 169 0 50 0
[pid=12090] ppid=12089 vsize=4160 CPUtime=1.14
/proc/12090/stat : 12090 (minisat) R 12089 12066 11701 0 -1 4194304 865 0 0 0 114 0 0 0 25 0 1 0 19219938 4259840 851 996147200 134512640 135127466 4294956256 18446744073709551615 134527694 0 0 4096 3 0 0 0 17 1 0 0
/proc/12090/statm: 1040 851 75 150 0 887 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 26384

[startup+6.30201 s]
/proc/loadavg: 1.92 1.98 1.90 3/79 12090
/proc/meminfo: memFree=1037800/2055920 swapFree=4192812/4192956
[pid=12066] ppid=12064 vsize=16868 CPUtime=1.84
/proc/12066/stat : 12066 (sugar) S 12064 12066 11701 0 -1 4194304 1376 13125 0 2 6 1 167 10 16 0 1 0 19219744 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12066/statm: 4217 1113 409 3 0 796 0
[pid=12089] ppid=12066 vsize=5356 CPUtime=0
/proc/12089/stat : 12089 (sh) S 12066 12066 11701 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19219937 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12089/statm: 1339 232 193 169 0 50 0
[pid=12090] ppid=12089 vsize=5520 CPUtime=4.31
/proc/12090/stat : 12090 (minisat) R 12089 12066 11701 0 -1 4194304 1182 0 0 0 430 1 0 0 25 0 1 0 19219938 5652480 1168 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12090/statm: 1380 1168 75 150 0 1227 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 27744

[startup+12.7018 s]
/proc/loadavg: 1.93 1.98 1.90 3/79 12090
/proc/meminfo: memFree=1036136/2055920 swapFree=4192812/4192956
[pid=12066] ppid=12064 vsize=16868 CPUtime=1.84
/proc/12066/stat : 12066 (sugar) S 12064 12066 11701 0 -1 4194304 1376 13125 0 2 6 1 167 10 16 0 1 0 19219744 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12066/statm: 4217 1113 409 3 0 796 0
[pid=12089] ppid=12066 vsize=5356 CPUtime=0
/proc/12089/stat : 12089 (sh) S 12066 12066 11701 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19219937 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12089/statm: 1339 232 193 169 0 50 0
[pid=12090] ppid=12089 vsize=7012 CPUtime=10.64
/proc/12090/stat : 12090 (minisat) R 12089 12066 11701 0 -1 4194304 1579 0 0 0 1063 1 0 0 25 0 1 0 19219938 7180288 1565 996147200 134512640 135127466 4294956256 18446744073709551615 134521795 0 0 4096 3 0 0 0 17 1 0 0
/proc/12090/statm: 1753 1565 75 150 0 1600 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 29236

[startup+25.5022 s]
/proc/loadavg: 1.94 1.98 1.91 3/79 12090
/proc/meminfo: memFree=1034984/2055920 swapFree=4192812/4192956
[pid=12066] ppid=12064 vsize=16868 CPUtime=1.84
/proc/12066/stat : 12066 (sugar) S 12064 12066 11701 0 -1 4194304 1376 13125 0 2 6 1 167 10 16 0 1 0 19219744 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12066/statm: 4217 1113 409 3 0 796 0
[pid=12089] ppid=12066 vsize=5356 CPUtime=0
/proc/12089/stat : 12089 (sh) S 12066 12066 11701 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19219937 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12089/statm: 1339 232 193 169 0 50 0
[pid=12090] ppid=12089 vsize=8320 CPUtime=23.32
/proc/12090/stat : 12090 (minisat) R 12089 12066 11701 0 -1 4194304 1867 0 0 0 2331 1 0 0 25 0 1 0 19219938 8519680 1853 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12090/statm: 2080 1853 75 150 0 1927 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 30544

[startup+51.1022 s]
/proc/loadavg: 1.96 1.98 1.91 3/79 12090
/proc/meminfo: memFree=1033896/2055920 swapFree=4192812/4192956
[pid=12066] ppid=12064 vsize=16868 CPUtime=1.84
/proc/12066/stat : 12066 (sugar) S 12064 12066 11701 0 -1 4194304 1376 13125 0 2 6 1 167 10 16 0 1 0 19219744 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12066/statm: 4217 1113 409 3 0 796 0
[pid=12089] ppid=12066 vsize=5356 CPUtime=0
/proc/12089/stat : 12089 (sh) S 12066 12066 11701 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19219937 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12089/statm: 1339 232 193 169 0 50 0
[pid=12090] ppid=12089 vsize=9428 CPUtime=48.68
/proc/12090/stat : 12090 (minisat) R 12089 12066 11701 0 -1 4194304 2145 0 0 0 4866 2 0 0 25 0 1 0 19219938 9654272 2131 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12090/statm: 2357 2131 75 150 0 2204 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 31652

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.91 3/75 12090
/proc/meminfo: memFree=1031912/2055920 swapFree=4192812/4192956
[pid=12066] ppid=12064 vsize=16868 CPUtime=1.84
/proc/12066/stat : 12066 (sugar) S 12064 12066 11701 0 -1 4194304 1376 13125 0 2 6 1 167 10 16 0 1 0 19219744 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12066/statm: 4217 1113 409 3 0 796 0
[pid=12089] ppid=12066 vsize=5356 CPUtime=0
/proc/12089/stat : 12089 (sh) S 12066 12066 11701 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19219937 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12089/statm: 1339 232 193 169 0 50 0
[pid=12090] ppid=12089 vsize=11056 CPUtime=99.4
/proc/12090/stat : 12090 (minisat) R 12089 12066 11701 0 -1 4194304 2564 0 0 0 9938 2 0 0 25 0 1 0 19219938 11321344 2550 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12090/statm: 2764 2550 75 150 0 2611 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 33280

[startup+162.302 s]
/proc/loadavg: 1.96 1.97 1.91 3/84 12168
/proc/meminfo: memFree=1002552/2055920 swapFree=4192812/4192956
[pid=12066] ppid=12064 vsize=16868 CPUtime=1.84
/proc/12066/stat : 12066 (sugar) S 12064 12066 11701 0 -1 4194304 1376 13125 0 2 6 1 167 10 16 0 1 0 19219744 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12066/statm: 4217 1113 409 3 0 796 0
[pid=12089] ppid=12066 vsize=5356 CPUtime=0
/proc/12089/stat : 12089 (sh) S 12066 12066 11701 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19219937 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12089/statm: 1339 232 193 169 0 50 0
[pid=12090] ppid=12089 vsize=12420 CPUtime=159.19
/proc/12090/stat : 12090 (minisat) R 12089 12066 11701 0 -1 4194304 2876 0 0 0 15913 6 0 0 25 0 1 0 19219938 12718080 2862 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12090/statm: 3105 2862 75 150 0 2952 0
Current children cumulated CPU time (s) 161.03
Current children cumulated vsize (KiB) 34644

[startup+222.302 s]
/proc/loadavg: 1.70 1.88 1.88 3/77 12315
/proc/meminfo: memFree=1028096/2055920 swapFree=4192812/4192956
[pid=12066] ppid=12064 vsize=16868 CPUtime=1.84
/proc/12066/stat : 12066 (sugar) S 12064 12066 11701 0 -1 4194304 1376 13125 0 2 6 1 167 10 16 0 1 0 19219744 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12066/statm: 4217 1113 409 3 0 796 0
[pid=12089] ppid=12066 vsize=5356 CPUtime=0
/proc/12089/stat : 12089 (sh) S 12066 12066 11701 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19219937 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12089/statm: 1339 232 193 169 0 50 0

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


[startup+942.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 12315
/proc/meminfo: memFree=1014784/2055920 swapFree=4192812/4192956
[pid=12066] ppid=12064 vsize=16868 CPUtime=1.84
/proc/12066/stat : 12066 (sugar) S 12064 12066 11701 0 -1 4194304 1376 13125 0 2 6 1 167 10 16 0 1 0 19219744 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12066/statm: 4217 1113 409 3 0 796 0
[pid=12089] ppid=12066 vsize=5356 CPUtime=0
/proc/12089/stat : 12089 (sh) S 12066 12066 11701 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19219937 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12089/statm: 1339 232 193 169 0 50 0
[pid=12090] ppid=12089 vsize=21952 CPUtime=938.86
/proc/12090/stat : 12090 (minisat) R 12089 12066 11701 0 -1 4194304 5182 0 0 0 93875 11 0 0 25 0 1 0 19219938 22478848 5168 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/12090/statm: 5488 5168 75 150 0 5335 0
Current children cumulated CPU time (s) 940.7
Current children cumulated vsize (KiB) 44176

[startup+1002.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 12315
/proc/meminfo: memFree=1014144/2055920 swapFree=4192812/4192956
[pid=12066] ppid=12064 vsize=16868 CPUtime=1.84
/proc/12066/stat : 12066 (sugar) S 12064 12066 11701 0 -1 4194304 1376 13125 0 2 6 1 167 10 16 0 1 0 19219744 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12066/statm: 4217 1113 409 3 0 796 0
[pid=12089] ppid=12066 vsize=5356 CPUtime=0
/proc/12089/stat : 12089 (sh) S 12066 12066 11701 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19219937 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12089/statm: 1339 232 193 169 0 50 0
[pid=12090] ppid=12089 vsize=22256 CPUtime=998.84
/proc/12090/stat : 12090 (minisat) R 12089 12066 11701 0 -1 4194304 5227 0 0 0 99872 12 0 0 25 0 1 0 19219938 22790144 5213 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12090/statm: 5564 5213 75 150 0 5411 0
Current children cumulated CPU time (s) 1000.68
Current children cumulated vsize (KiB) 44480

[startup+1062.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 12315
/proc/meminfo: memFree=1013632/2055920 swapFree=4192812/4192956
[pid=12066] ppid=12064 vsize=16868 CPUtime=1.84
/proc/12066/stat : 12066 (sugar) S 12064 12066 11701 0 -1 4194304 1376 13125 0 2 6 1 167 10 16 0 1 0 19219744 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12066/statm: 4217 1113 409 3 0 796 0
[pid=12089] ppid=12066 vsize=5356 CPUtime=0
/proc/12089/stat : 12089 (sh) S 12066 12066 11701 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19219937 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12089/statm: 1339 232 193 169 0 50 0
[pid=12090] ppid=12089 vsize=22400 CPUtime=1058.81
/proc/12090/stat : 12090 (minisat) R 12089 12066 11701 0 -1 4194304 5288 0 0 0 105869 12 0 0 25 0 1 0 19219938 22937600 5274 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12090/statm: 5600 5274 75 150 0 5447 0
Current children cumulated CPU time (s) 1060.65
Current children cumulated vsize (KiB) 44624

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

[startup+1075.1 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 12315
/proc/meminfo: memFree=1013632/2055920 swapFree=4192812/4192956
[pid=12066] ppid=12064 vsize=16868 CPUtime=1.84
/proc/12066/stat : 12066 (sugar) S 12064 12066 11701 0 -1 4194304 1376 13125 0 2 6 1 167 10 16 0 1 0 19219744 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12066/statm: 4217 1113 409 3 0 796 0
[pid=12089] ppid=12066 vsize=5356 CPUtime=0
/proc/12089/stat : 12089 (sh) S 12066 12066 11701 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19219937 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12089/statm: 1339 232 193 169 0 50 0
[pid=12090] ppid=12089 vsize=22400 CPUtime=1071.61
/proc/12090/stat : 12090 (minisat) R 12089 12066 11701 0 -1 4194304 5288 0 0 0 107149 12 0 0 25 0 1 0 19219938 22937600 5274 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12090/statm: 5600 5274 75 150 0 5447 0
Current children cumulated CPU time (s) 1073.45
Current children cumulated vsize (KiB) 44624

[startup+1100.7 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 12315
/proc/meminfo: memFree=1013504/2055920 swapFree=4192812/4192956
[pid=12066] ppid=12064 vsize=16868 CPUtime=1.84
/proc/12066/stat : 12066 (sugar) S 12064 12066 11701 0 -1 4194304 1376 13125 0 2 6 1 167 10 16 0 1 0 19219744 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12066/statm: 4217 1113 409 3 0 796 0
[pid=12089] ppid=12066 vsize=5356 CPUtime=0
/proc/12089/stat : 12089 (sh) S 12066 12066 11701 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19219937 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12089/statm: 1339 232 193 169 0 50 0
[pid=12090] ppid=12089 vsize=22564 CPUtime=1097.2
/proc/12090/stat : 12090 (minisat) R 12089 12066 11701 0 -1 4194304 5324 0 0 0 109708 12 0 0 25 0 1 0 19219938 23105536 5310 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12090/statm: 5641 5310 75 150 0 5488 0
Current children cumulated CPU time (s) 1099.04
Current children cumulated vsize (KiB) 44788

[startup+1107.1 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 12315
/proc/meminfo: memFree=1013376/2055920 swapFree=4192812/4192956
[pid=12066] ppid=12064 vsize=16868 CPUtime=1.84
/proc/12066/stat : 12066 (sugar) S 12064 12066 11701 0 -1 4194304 1376 13125 0 2 6 1 167 10 16 0 1 0 19219744 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12066/statm: 4217 1113 409 3 0 796 0
[pid=12089] ppid=12066 vsize=5356 CPUtime=0
/proc/12089/stat : 12089 (sh) S 12066 12066 11701 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19219937 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12089/statm: 1339 232 193 169 0 50 0
[pid=12090] ppid=12089 vsize=22788 CPUtime=1103.59
/proc/12090/stat : 12090 (minisat) R 12089 12066 11701 0 -1 4194304 5348 0 0 0 110347 12 0 0 25 0 1 0 19219938 23334912 5334 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12090/statm: 5697 5334 75 150 0 5544 0
Current children cumulated CPU time (s) 1105.43
Current children cumulated vsize (KiB) 45012

[startup+1113.5 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 12315
/proc/meminfo: memFree=1013376/2055920 swapFree=4192812/4192956
[pid=12066] ppid=12064 vsize=16868 CPUtime=1.84
/proc/12066/stat : 12066 (sugar) S 12064 12066 11701 0 -1 4194304 1376 13125 0 2 6 1 167 10 16 0 1 0 19219744 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12066/statm: 4217 1113 409 3 0 796 0
[pid=12089] ppid=12066 vsize=5356 CPUtime=0
/proc/12089/stat : 12089 (sh) S 12066 12066 11701 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19219937 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12089/statm: 1339 232 193 169 0 50 0
[pid=12090] ppid=12089 vsize=22788 CPUtime=1109.99
/proc/12090/stat : 12090 (minisat) R 12089 12066 11701 0 -1 4194304 5348 0 0 0 110987 12 0 0 25 0 1 0 19219938 23334912 5334 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12090/statm: 5697 5334 75 150 0 5544 0
Current children cumulated CPU time (s) 1111.83
Current children cumulated vsize (KiB) 45012

[startup+1115.1 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 12315
/proc/meminfo: memFree=1013376/2055920 swapFree=4192812/4192956
[pid=12066] ppid=12064 vsize=16868 CPUtime=1.84
/proc/12066/stat : 12066 (sugar) S 12064 12066 11701 0 -1 4194304 1376 13125 0 2 6 1 167 10 16 0 1 0 19219744 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12066/statm: 4217 1113 409 3 0 796 0
[pid=12089] ppid=12066 vsize=5356 CPUtime=0
/proc/12089/stat : 12089 (sh) S 12066 12066 11701 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19219937 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12089/statm: 1339 232 193 169 0 50 0
[pid=12090] ppid=12089 vsize=22788 CPUtime=1111.59
/proc/12090/stat : 12090 (minisat) R 12089 12066 11701 0 -1 4194304 5348 0 0 0 111147 12 0 0 25 0 1 0 19219938 23334912 5334 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/12090/statm: 5697 5334 75 150 0 5544 0
Current children cumulated CPU time (s) 1113.43
Current children cumulated vsize (KiB) 45012

[startup+1115.9 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 12315
/proc/meminfo: memFree=1013376/2055920 swapFree=4192812/4192956
[pid=12066] ppid=12064 vsize=16868 CPUtime=1.84
/proc/12066/stat : 12066 (sugar) S 12064 12066 11701 0 -1 4194304 1376 13125 0 2 6 1 167 10 16 0 1 0 19219744 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12066/statm: 4217 1113 409 3 0 796 0
[pid=12089] ppid=12066 vsize=5356 CPUtime=0
/proc/12089/stat : 12089 (sh) S 12066 12066 11701 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19219937 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12089/statm: 1339 232 193 169 0 50 0
[pid=12090] ppid=12089 vsize=22788 CPUtime=1112.39
/proc/12090/stat : 12090 (minisat) R 12089 12066 11701 0 -1 4194304 5348 0 0 0 111227 12 0 0 25 0 1 0 19219938 23334912 5334 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/12090/statm: 5697 5334 75 150 0 5544 0
Current children cumulated CPU time (s) 1114.23
Current children cumulated vsize (KiB) 45012

[startup+1116.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 12315
/proc/meminfo: memFree=1013376/2055920 swapFree=4192812/4192956
[pid=12066] ppid=12064 vsize=16868 CPUtime=1.84
/proc/12066/stat : 12066 (sugar) S 12064 12066 11701 0 -1 4194304 1376 13125 0 2 6 1 167 10 16 0 1 0 19219744 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12066/statm: 4217 1113 409 3 0 796 0
[pid=12089] ppid=12066 vsize=5356 CPUtime=0
/proc/12089/stat : 12089 (sh) S 12066 12066 11701 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19219937 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12089/statm: 1339 232 193 169 0 50 0
[pid=12090] ppid=12089 vsize=22788 CPUtime=1112.79
/proc/12090/stat : 12090 (minisat) R 12089 12066 11701 0 -1 4194304 5348 0 0 0 111267 12 0 0 25 0 1 0 19219938 23334912 5334 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12090/statm: 5697 5334 75 150 0 5544 0
Current children cumulated CPU time (s) 1114.63
Current children cumulated vsize (KiB) 45012

[startup+1116.51 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 12315
/proc/meminfo: memFree=1013376/2055920 swapFree=4192812/4192956
[pid=12066] ppid=12064 vsize=16868 CPUtime=1114.8
/proc/12066/stat : 12066 (sugar) S 12064 12066 11701 0 -1 4194304 1430 18768 0 2 6 1 111450 23 16 0 1 0 19219744 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12066/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1114.8
Current children cumulated vsize (KiB) 16868

[startup+1116.6 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 12315
/proc/meminfo: memFree=1013376/2055920 swapFree=4192812/4192956
[pid=12066] ppid=12064 vsize=16868 CPUtime=1114.81
/proc/12066/stat : 12066 (sugar) S 12064 12066 11701 0 -1 4194304 1450 18768 0 2 6 2 111450 23 15 0 1 0 19219744 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12066/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1114.81
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1116.63
CPU time (s): 1114.95
CPU user time (s): 1114.67
CPU system time (s): 0.285956
CPU usage (%): 99.8498
Max. virtual memory (cumulated for all children) (KiB): 886516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1114.67
system time used= 0.285956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24049
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= 2067
involuntary context switches= 8688

runsolver used 1.35179 second user time and 3.71143 second system time

The end

Launcher Data

Begin job on node66 at 2009-07-11 16:12:49
IDJOB=2058366
IDBENCH=53481
IDSOLVER=739
FILE ID=node66/2058366-1247321569
PBS_JOBID= 9506499
Free space on /tmp= 66176 MiB

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

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

MD5SUM BENCH= fb9ae502ac5b4de408560f60da6e1d86
RANDOM SEED=1228320494

node66.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.214
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.214
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:       1047264 kB
Buffers:         47280 kB
Cached:         885536 kB
SwapCached:        144 kB
Active:          57544 kB
Inactive:       899704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1047264 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1620 kB
Writeback:           0 kB
Mapped:          34992 kB
Slab:            36788 kB
Committed_AS:   228948 kB
PageTables:       1720 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= 66176 MiB
End job on node66 at 2009-07-11 16:31:26